 section.get-touch-section {
    display: none;
}
.g-3, .gx-3 {
    --bs-gutter-x: 1rem;
}
.wrappr-legend {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.flex-other {
    display: flex;
    gap: 10px;
}
.form-select{
    font-size: 14px;
}
span.rederror {
    color: red;
}
body .select2-container--default, .select2-container--open {
    z-index: 9 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e40013 !important;
}
span.select2-results ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
body{overflow-x: hidden;}
.legend-title1 {
    position: absolute;
    top: -15px;
    background: linear-gradient(135deg, #e40013, #000);
    color: #fff;
    padding: 2px 10px;
    line-height: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    left: 5px;
}
div#professionalSection .form-check-input {
    position: relative;
    top: 5px;
}
#studentSection .form-check-input {
    position: relative;
    top: 5px;
}
section.techie-section {
    font-size: 15px;
}
section.techie-section .form-control {
    margin-bottom: 0;
    background: #fff;
}
section.techie-section label {
    font-weight: 600;
    margin-bottom: 0;
}
.input-group4 {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 15px;
}
.input-group4 .form-check-input {
    position: relative;
    top: 5px;
}
.myheader h3 {
    font-size: 26px;
    margin-bottom: 0;
}
.myheader img {
    height: 40px;
}
.myheader {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px;
    align-items: center;
    padding: 2px;
}
.select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    height: 40px !important;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #686a6f;
    font-weight: 400;
    margin-bottom:0px;
    border: 1px solid #ddd !important;
}
.select2-dropdown{
    z-index: 9 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f5eded !important;
}
.select2-dropdown{border-color: #eee !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:40px !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}