/*firmly form*/

.select-wrapper{
    background-color: transparent;
    border-radius: 0px;
    border: none;
    height: inherit;
    color: inherit;
}
.select-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px #00000029;
    z-index: 1;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    padding: 15px;
    z-index: 9;
}
.select-option {
    padding: 10px 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 13px;
}
.placeholder{
    display: block;
    min-height: inherit;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    width: 100%;
    font-family: inherit;
    color: #6d6d6d !important;
    font-size: 14px;
}
.options-container {
    overflow-y: auto;
    max-height: 150px;
}
.selected-display {
    display: flex;
    padding: 15px 10px;
    appearance: none;
    border: none;
    background: 0 0;
    height: 50px;
    color: #6d6d6d;
    border-bottom: 1px solid #647384;
    font-size: 14px;
}
.mobile-field-group .selected-display{
  margin-right: 10px;
}
.mobile-field-group .selected-display .placeholder{
  text-overflow: ellipsis;
  max-width: 50px;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.error-message {
    font-size: 12px;
    margin-top: 5px;
    color: #b91616;
    font-family: DMSans-Regular;
    padding: 0px 5px;
}
.no-results {
    font-size: 13px;
}


/*common*/

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.header_logo {
    width: 150px;
    height: 60px;
}
 .header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer_logo {
    width: 100px;
    height: 50px;
}
 .footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar {
    width: 100%;
}
.navbar {
    padding: 15px 5%;
  
}
.nav_bar_view {
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.navbar_nav li {
    margin-left: 30px;
}
.navbar_nav li a {
    color: #fff;
    font-size: 15px;
   font-family: 'Sora', sans-serif;
   font-weight: 500;
}
.navbar_nav li a:focus,
.navbar_nav li a:hover {
    color: #ffd539;
}

.navbar_nav li.apply_btn a:hover {
    color: #ffd539;
    background-color: #242424;
}

.navbar_nav li.apply_btn a {
    background-color: #ffd539;
    border: 1px solid #5f5f5f;
    font-family: 'Sora', sans-serif;
   font-weight: 600;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #242424;
    z-index: 1;
    text-align: center;
}
.apply_btn a {
    display: inline-block;
}
.navbar_nav li.apply_btn {
    margin-left: 50px;
}
.navbar_nav {
    align-items: center;
}
.navbar_btn {
    display: none;
}
.footer_sect{
    width: 100%;
}
footer.section{
    padding: 10px 5%;
}
.form_view {
    width: 400px;
}
.form_view form {
    padding: 40px;
    background: #fffffff2;
    border-radius: 15px;
    z-index: 9;
    border: 1px solid #8282823b;
    box-shadow: 0 0 3px #ccc;
}
.content_txt select,
.form_view button,
.our_partner_view {
    z-index: 1;
    position: relative;
}
.form_display {
    width: 100%;
}
.form_heading {
    display: block;
    margin-bottom: 30px;
}
.form_heading h3 {
    font-family: 'Sora', sans-serif;
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #006fb8;
    text-align: center;
}
.content_txt input,
.content_txt select {
    font-size: 14px;
    padding: 15px 10px;
    width: 100%;
   font-family: 'Sora', sans-serif;
}
.content_txt input::placeholder {
    color: #647384;
   font-family: 'Sora', sans-serif;
}
.content_txt input:-ms-input-placeholder {
    color: #647384;
   font-family: 'Sora', sans-serif;
}
.content_txt input::-ms-input-placeholder {
    color: #647384;
   font-family: 'Sora', sans-serif;
}
.select:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    transform: translateY(-50%);
}
.content_txt select:focus-visible {
    outline: 0;
}
.content_txt select {
    appearance: none;
    border: none;
    background: 0 0;
    height: 53px;
    color: #6d6d6d;
    border-bottom: 1px solid #647384;
}
.content_txt {
    margin: 0 0 20px;
    position: relative;
}
.content_txt input {
    background-color: transparent;
    height: 50px;
    color: #647384;
    border: none;
    border-bottom: 1px solid #647384;
}
.btn_view{
    margin-top: 30px;
}
.form_view button{
    width: 100%;
}
.reg_btn a {
    background: #006fb8;
    display: block;
}

input:focus-visible {
    outline: 0;
}

@media (max-width: 1025px) {
    .navbar,
    .navbar_list {
        top: 0;
        left: 0;
        width: 100%;
    }
    .navbar_list {
        position: fixed;
        background: #fff;
        transition: 0.5s cubic-bezier(0, 1, 0.5, 1);
        transform: translateY(-100%);
        height: 100%;
        overflow: auto;
    }
    .navbar {
        transform: translate(0);
        border-radius: 0;
    }
    .navbar.height_ext {
        height: 100vh;
    }
    .navbar_list.active {
        transform: translateY(0);
    }
    .navbar_list .navbar_btn {
        font-size: 18px;
        margin: 25px 30px 0 auto;
    }
    li.nav_item.apply_btn {
        display: none;
    }
    .navbar_nav li {
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
        width: 100%;
        margin: 0 0 20px;
    }
    .navbar_nav {
        padding: 50px 0;
        flex-wrap: wrap;
    }
    .navbar_nav li:last-child {
        border: none;
    }
    .navbar_btn {
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #cccaca;
        padding: 5px;
        color: #8c8989;
        display: block;
        font-size: 18px;
        width: 40px;
    }
    .navbar_nav li a{
        color: #797979;
    }
    .fateh-num{
        font-size: 26px;
        letter-spacing: 0px;
    }
    .hero{
        min-height: auto;
    }
}

@media (max-width: 960px) {
.form_view {
    width: 100%;
}
}

@media (max-width: 420px) {

.final-cta h2 {
        font-size: clamp(24px, 5vw, 68px);
        letter-spacing: 0;
    }
    .footer_sect{
        justify-content: center;
    }
    .footer_sect p{
        margin-top: 10px;
    }
    .fateh-num {
        font-size: 24px;
    }
}