/*  */

@font-face {
    font-family: 'icomoon';
    src:  url('../font/icomoon.eot?mh0qfa');
    src:  url('../font/icomoon.eot?mh0qfa#iefix') format('embedded-opentype'),
      url('../font/icomoon.ttf?mh0qfa') format('truetype'),
      url('../font/icomoon.woff?mh0qfa') format('woff'),
      url('../font/icomoon.svg?mh0qfa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  .icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-eye_slash_fill_icon:before {
    content: "\e91a";
  }
  .icon-eye_fill_icon:before {
    content: "\e91b";
  }

  
/*  */
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  body.popup-open {
    overflow: hidden;
}
.countrycodediv {
    background-position: 10px -90px;
    width: 58%;
    float: left;
    width: 38%;
    margin-right: 13px;
    margin-top: 19px;
    padding: 2px 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
select#country_code {
    height: 37px;
    font-size: 14px;
    color: #222;
    border: none;
    border-radius: 6px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s;
    background-color: #fff;
}
  .loading {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 20px;
    opacity: .5;
    display: none;
  }
  #popuploadingdiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/india/images/loading.gif') 50% 50% no-repeat #000;
    opacity: 0.7;
}
#Loginoverlaydiv {
    background: url(/india/images/pop-up-dull-bg.png);
    filter: alpha(opacity=90);
    left: 0;
    opacity: .9;
    z-index: 999;
}
#Loginoverlaydiv {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
}
#courses_chosen .result-selected {
    float: left !important;
    width: 100%;
    text-align: left;
}
#courses_chosen input {
    width: 100% !important;
  }
.chosen-container .chosen-results li.active-result{
    float: left;
}
/* temp button */
.f-input.errorBorder {
    border: 1px solid #f70606;
    clear: both;
    border-radius: 5px;
}
#signupnew .accept-txt label {
    font-size: 14px;
    font-weight: normal;
    font-family: calibri, "Carlito", Arial, Helvetica, sans-serif;
}
#signupnew .accept-txt label a{
    font-size: inherit;
    font-family: inherit;
}
/* button {
    background: #099ccc;
    color: white;
    margin: 30px;
    padding: 5px 30px;
    cursor: pointer;
    border: none;
} */
.chosen-container { width:100% !important;}
.chosen-results {
    width: 100% !important;
}
.active-result {
    width: 100%!important;
    text-align: left!important;
}
#forgot_passworderror{width: 100%; text-align: right;}
/* temp button */
.popup {
    background: none;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    overflow: auto;
    width: 100%;
    border:none;
}
.popup .popup__content {
    width:100%;
    max-width:450px;
    /* overflow: auto; */
    padding: 40px 30px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-sizing: border-box;
    box-sizing: border-box;
    min-height: 350px;
}
.popup .popup__content .close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    display: block;
    background: #fff;
    height: 30px;
    border: 2px solid #478DCD;
    border-radius: 25px;
    cursor: pointer;
    box-sizing: content-box;
}
.popup .popup__content .close-btn span {
    cursor: pointer;
    position: fixed;
    width: 15px;
    height: 3px;
    background: #478DCD;
    right: -6px;
    border-radius: 3px;
    top: 1px;
}
.popup .popup__content .close-btn span:nth-child(1) {
transform: rotate(45deg);
}
.popup .popup__content .close-btn span:nth-child(2) {
transform: rotate(135deg);
}


.popup .popup__content h2{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #478DCD;
    margin-top: 0px;
}

#secondstepnew.popup .popup__content,
#thirdstepnew.popup .popup__content {
	max-width: 560px;
}
#secondstepnew.popup .popup__content h2, #thirdstepnew.popup .popup__content h2 {
	text-transform: capitalize;
	font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.popup .popup__content p i {
	color: #333;
}
.popup .popup__content h4 {
    margin-top: 10px;
    color: #222;
	font-size: 18px;
    font-family: 'Calibri', 'calibriregular', Arial, Helvetica, sans-serif;
    /* font-weight: bold; */
    line-height: 1.42857143;
}
ul.social-login {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
ul.social-login li {
    margin: 0 8px;
    list-style: none;
}
ul.social-login li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #529FEC;
    padding: 0;
    line-height: 35px;
    border-radius: 6px;
    color: #529FEC;
    width: 115px;
    font-size: 14px !important;
    font-weight: 600;
    /* box-sizing: border-box; */
}
ul.social-login li a img {
    margin-right: 8px;
}
ul.social-login li:nth-child(2) a {
    border-color: #4267B2;
    color: #4267B2;
}
ul.social-login li:nth-child(3) a {
    border-color: #167EE6;
    color: #167EE6;
}
.or {
    border-top: 1px solid #D3D3D3;
    height: 1px;
    margin: 25px auto;
    width: 98%;
    position: relative;
}
.or span {
    width: 70px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 600;
    color: #707070;
}

.f-input{
    margin-top: 12px;
    position: relative;
    display: inline-block;
    width: 100% ;
}
.f-input input{
    line-height: 35px;
    font-size:14px ;
    color: #222;
    border:1px solid #DEDEDE;
    border-radius: 6px;
    padding:0 15px;
    width: 100%;
    box-sizing: border-box;
   
}
.f-input select{
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    padding: 11px 15px;
    /* height: 40px; */
    width: 100%;
    color: #222;
	font-family: 'Calibri';
}              
.f-input .login-btn{
    background-color:#478DCD ;
    color:#fff ;
    line-height: 40px;
    padding:0;
    font-size:19px ;
    text-transform: uppercase;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    margin-top: 0;
    letter-spacing: 0;
    font-family: 'Calibri';
}
.forgot-psw {
    text-align: right;
    margin-bottom: 15px;
    font-size: 12px;
    color: #222;
    line-height: normal !important;
    display: inline-block;
    width: 100%;
}
.forgot-psw a{
    font-size: 12px;
    font-weight: 700;
    color: #478DCD;
    
}
.accept-txt{
    font-size: 12px;
    text-align: left;
    color: #222;
    margin: 10px 0px;
}
.accept-txt label {
  /*display: flex;*/
}
.accept-txt label input{
    margin-right: 8px;
    vertical-align: middle;
}
.accept-txt a{
    color: #478DCD; 
    font-weight: 700;
}
.n-usr{
    font-size: 12px;
    color: #222;
}
.n-usr a{
    color: #478DCD; 
    font-weight: 700;
}
.radio-wrap{
    line-height: 40px;
    font-size:14px ;
    color: #222;
    border:1px solid #DEDEDE;
    border-radius: 6px;
    padding:0 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 0;
}
.radio-wrap>label{
    margin-right: 20px;
}
.role_profile {
	line-height: 32px;
    font-size: 14px;
    color: #222;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.role_profile>label {
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 40px;
    align-items: center;
    display: flex;
    gap: 5px;
}
#signupStep2{
    margin-top: 20px;
}
.f-input.v-mob-btn .login-btn,
#forgot .login-btn{
    width: 45%;
    text-align: center;
    margin: 0 4% 0 0;
}
.f-input.v-mob-btn .border-btn{    
    font-weight: normal;
    background-color:transparent ;
    color:#478DCD;
    border:1px solid #478DCD;
    margin: 0 0 0 4%;
}
#verifyboth .f-input.v-mob-btn .login-btn {
    display: inline-block;
}
.v-email .f-input input.login-btn.border-btn{
    font-weight: normal;
    background-color:transparent ;
    color:#478DCD;
    border:1px solid #478DCD;
    text-align: center;
}
#forgot .login-btn.cancel-btn{
    font-weight: normal;
    background-color:#DEDEDE ;
    color:#707070;
    margin: 0 0 0 4%;
}
#loginwithotpdiv form,
#forgot form{
    margin: 40px 0 0;
}
#forgot .f-input{
    margin:20px 0;
    clear: both;
}
#forgot .success-msg{
    margin:40px 0 0;
    line-height: 35px;
    background-color:#4CB36E ;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 6px;
}
#loginPhone .f-input {
    position: relative;
}
#loginwithotpdiv .f-input .have-otp {
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
    color: #478DCD;
    font-size: 14px;
    text-transform: uppercase;
}
.popup p{
    margin-bottom: 15px;
    font-size: 14px;
}
.popup p a{
    font-weight: 600;
    color: #478DCD;
    font-size: 14px;
}
#loginOTP h2{
    margin-bottom: 40px;
}
.f-input.otp-input {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:40px 0 20px;
}
.f-input.otp-input input {
    max-width: 50px;
    padding: 0 10px;
    margin: 0 10px;
}
.popup .error {
    color: #fa0000;
    width: 100% !important;
    text-align: left !important;
    font-size: 12px;
    margin-bottom: 10px;
}
#opt_for_study_abroad{
    float: left;
}
#signup_error_msg {
    text-align: left;
    /* margin-bottom: 20px; */
}
.VideoMain {
    float: left;
    width: 100%;
    padding: 10px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    margin-top:20px;
}
 div#tstAvilDt .VideoMain{
    margin-top: 0;
 }
input.cursornotallowed{
    cursor: not-allowed !important;
    opacity: .7;
}
#email_addr_error, #phnmber_error, #first_name_error, #pwd_error_msg{display: none;} 

#notification h2{
    margin-bottom: 40px;
}
#notification .f-input.v-mob-btn{
    margin-top: 30px;
}
section#verifyAccount h2{
    margin-bottom: 30px;
}
.f-input.custom-select div#foo_select_chosen {
    width: 100% !important;
}
.f-input.custom-select div#foo_select_chosen {
    width: 100% !important;
    line-height: 30px;
    font-size: 14px;
    color: #222;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}
.f-input.custom-select .chosen-container-multi div#foo_select_chosen{
        border:none;
        box-shadow: none;
}
.f-input.custom-select .chosen-container-multi .chosen-choices{
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding:5px 15px;
    
}
.f-input.custom-select .chosen-container .chosen-drop{
    text-align: left;
}
/* responsive css */
.form-control:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #884377;
    outline: 0;
  }
  
  .form-control.form-control-solid {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  }
  
  .form-control.form-control-solid:active,
  .form-control.form-control-solid.active,
  .form-control.form-control-solid:focus,
  .form-control.form-control-solid.focus {
    background-color: #EBEDF3;
    border-color: #EBEDF3;
    color: #3F4254;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .easy-autocomplete input {
    border-color: #ccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    float: none;
    padding: 0px 15px !important;
    border: 0;
    float: left;
    outline: 0;
    width: 100%;
    font-family: calibri, calibriregular;
    box-shadow: unset;
    font-size: 16px;
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 43px;
}

.easy-autocomplete-container ul {
    border-top: none !important;
    margin-top: 0px !important;
    width: 100% !important;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
    background: inherit;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px;
    width: 93%;
    text-align: left;
    top: 15px;
}
#updateProfileFrm .radio-wrap.eltTab {
    line-height: 34px;
    margin-top: 12px;
}
#updateProfileFrm .radio-wrap>label {
    margin-right: 20px;
    margin-bottom: 0px !important;
	font-weight: normal;
}
#updateProfileFrm .radio-wrap label input[type="radio"] {
    vertical-align: middle;
    margin-top: -2px;
    width: auto;
    opacity: 1;
}
#elt_country_tab{
    margin-bottom: 15px;
    float: left;
}
#courses_chosen .result-selected {
    float: left !important;
    width: 100%;
    text-align: left;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url('/india/images/chosen-sprite.png') -42px 1px no-repeat !important;
  }

/* 09-09-2024 */
#secondstepnew.popup .popup__content,
#signupnew .popup__content{
    padding: 0;
    max-width: 921px;
    display: flex;
}
#secondstepnew.popup .popup__content .pop_left,
#signupnew .popup__content .pop_left{
    padding: 20px 30px;
    width: 50%;
    display: inline-block;
}
#secondstepnew.popup .popup__content .pop_right,
#signupnew .popup__content .pop_right{
    padding:20px 30px;
    width:50%;
    display: flex;
    background-color: #F6F6F6;
    align-items: center;
    justify-content: center;
    border-radius: 0 15px 15px 0;
    min-height: 492px;
}

.grey_div ul {
    text-align: left;
    margin-bottom: 0;
}

.grey_div ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.grey_div ul li:last-child {
    margin-bottom: 0;
}
.grey_div ul li h5 {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    font-family: calibri,calibriregular,Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
}

.grey_div ul li p {
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    font-family: calibri,calibriregular,Arial,Helvetica,sans-serif;
    line-height: normal;
    margin: 0;
}

.grey_div h3 {
    margin-bottom: 30px;
    text-decoration: underline;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-top: 0;
}

.grey_div ul li span.g_div_img {
    margin-right: 10px;
    width: 75px;
    height: 75px;
}

.grey_div ul li span.g_div_img img {
    width: 100%;
}

.right {
    width: calc(100% - 85px);
}
/* 19-009-2024 */
#signupnew .popup__content .phonecont{
    width: 100%;
    /* float: left; */
    margin: 12px 0px 0;
    display: flex;
    align-items:flex-start;
}
#signupnew .popup__content .phonecont select#country_code{
    width: 110px;
    margin-right: 10px; 
    padding:7px;
    border:1px solid #ddd; 
}
.chosen-container-multi .chosen-choices{
    border-radius: 6px;
}
#signupnew .popup__content .f-input.errorBorder{
    border: none;
}
#signupnew .popup__content .f-input.errorBorder input{
    border-color:#f70606;
}


/* 16-06-2025 */
.avail_for_div label {
    display: flex;
    align-items: center;
}
.avail_for_div label input[type="radio"],
.avail_for_div label input {
    margin-right: 5px;
    margin-top: 0;
}

.avail_for_div {
    display: flex;
    align-items: center;
	margin-top: 5px;
}
#intendedIntakeYearDiv, #intendedIntakeMonthDiv {
	width: 100%;
}
div#marksDiv input, div#universityDiv input, div#progPrefDiv input, div#cityStateDiv input {
    margin-left: 0 !important;
    padding: 3px 15px !important;
    font-size: 15px !important;
    color: #222;
}
#thirdstepnew input.elt_reason {
    width: auto;
    opacity: 1;
}
.role_profile label input[type=radio] {
    width: 14px;
    opacity: 1;
}
/* 16-06-2025 */

 div#tstAvilDt .adjestMain {
        margin-bottom: 0;
    }

/* 22-08-2025 new css */
.studyabroadcls .grey_div ul li {
    align-items: flex-start;
}
.studyabroadcls .grey_div ul li span.g_div_img {
    width: 50px;
    height: 50px;
    text-align: center;
}
.studyabroadcls .grey_div ul li span.g_div_img img {
    height: 40px;
    width: auto;
}
.studyabroadcls .grey_div ul li .right {
    width: calc(100% - 60px);
} 

#secondstepnew.popup .popup__content .pop_right h2 {
    color: #143D6B;
    font-size: 25px;
}

#secondstepnew.popup .popup__content .pop_right .testmonial_slider_wrap{
    width: 100%;
}
.testmonial_slider_signup {
    background: url(/india/images/testimonial_bg.svg) 0 0 no-repeat;
    background-size: 100%;
    padding: 40px 20px 0;
    position: relative;
    margin-top: 70px;
    max-width: 400px;
}
.testmonial_slider_signup_main .slick-list {
    width: 100%;
}
.testimonial_usr_image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial_usr_image img.user_img {
    width: 100px;
}
.testimonial_usr_image img.country_flag {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 34px;
}
.testimonial_slider_content {
    position: relative;
    padding: 10px 13px;
    margin: 15px 0 80px;
    /* font-size: 16px; */
    min-height: 160px;
}
.testimonial_slider_content img.left_comma {
    position: absolute;
    left: 0px;
    top: -8px;
    width: 18px;
}
.testmonial_slider_signup .testimonial_slider_content p {
    font-size: 18px;
    color: #fff;
}
.testimonial_slider_content img.right_comma {
    position: absolute;
    right: 23px;
    bottom: 5px;
    width: 18px;
}
.testmonial_slider_signup h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.testmonial_slider_signup h6 {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
}
.testmonial_slider_signup p {
    font-size: 14px;
    color: #666;
    margin: 0;
}


.testmonial_slider_signup_main  ul.slick-dots {
    margin-top: 14px;
    height: auto;
}

.testmonial_slider_signup_main  ul.slick-dots li {
    border: none;
    margin: 0 3px;
}


.testmonial_slider_signup_main ul.slick-dots li button {
    font-size: 0px;
    border: none;
    background: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #c9c9c9;
}

.testmonial_slider_signup_main ul.slick-dots li.slick-active button {
    background: #478DCD;
}

#secondstepnew.testimonail_slider .popup__content{
    max-width:560px;
}
#secondstepnew.testimonail_slider .popup__content .pop_left {
    width: 100%;
}
section#secondstepnew .f-input .easy-autocomplete-container ul li{
    width: 100%;
}


/* 22-08-2025 new css */
/* 02-09-2025 */

#thirdstepnew.fix_testimonial.popup .popup__content {
    max-width: 960px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}
#thirdstepnew .label_enjoy_elt{
    line-height: 1.4;
}
#thirdstepnew.fix_testimonial .popup__content .pop_left, #thirdstepnew.fix_testimonial .popup__content .pop_right {
    width: 50%;
}

#thirdstepnew.fix_testimonial .popup__content .pop_left {
    padding: 30px;
}
#thirdstepnew.fix_testimonial .popup__content .pop_left .f-input select{
    padding: 7px 15px;
}
#thirdstepnew.fix_testimonial .popup__content .pop_right {
    background:#B6D2E6;
    border-radius: inherit;
}
#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner {
    text-align: left;
    padding: 0 15px 0 0;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner h3 {
    font-size: 20px;
    color: #002B5B;
    font-family: calibri;
    margin: 0;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner h4 {
    font-weight: normal;
    color: #002B5B;
    margin: 10px 0;
    line-height: 20px;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner h5 {
    font-size: 16px;
    font-weight: bold;
    color: #002B5B;
    margin: 15px 0 5px;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner h6 {
    font-size: 14px;
    font-weight: bold;
    color: #002B5B;
    margin: 5px 0;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner p {
    font-size: 14px;
    color: #002B5B;
    margin-bottom: 10px;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner h5 span {
    font-weight: normal;
    color: inherit;
}

#thirdstepnew.fix_testimonial .popup__content .pop_right .pop_right_section .r_inner  img.can_img {
    width: 42px;
}

/* 02-09-2025 */


/*  signup popup new css */
ul.signup_tabs {
    align-items: center;
    justify-content: center;
    border: none;
    width: 80%;
    margin: 0 auto 15px;
}
ul.signup_tabs li.nav-item {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #E9E9E9;
}
ul.signup_tabs li.nav-item a {
    width: 100%;
    font-size: 20px;
    color: #478DCD;
    cursor: pointer;
    border: none;
    background: none;
    border-bottom: 3px solid transparent;
    transition: 0.3s;
    padding: 0 1em .5em 1em;
    text-transform: uppercase;
    margin-bottom: -2px;
    margin-right: 0;
    border-radius: 0;
    line-height: 30px;
    font-weight: normal;
}
ul.signup_tabs li.nav-item a.active {
    font-weight: bold;
    border-color: #478DCD;
    color: #478DCD;
}
/* ul.signup_tabs li.nav-item a.nav-link.active, ul.signup_tabs li.nav-item a.nav-link:focus {
    background: transparent;
    border-bottom-color: #478DCD;
} */
/* 
ul.signup_tabs li.nav-item a {
    border-bottom-width: 3px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
}

ul.signup_tabs li.nav-item a.nav-link.active {
    font-weight: bold;
} */

/*  signup popup new css */

/* 07-04-2026 */

#signupnew .popup__content .pop_left .tab-content {
    height: auto;
    padding: 0;
    border-radius: 0;
    border: none;
}
.popup p.error:empty {
    display: none;
}
.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}



  @media (max-width:1399px){
    .popup .popup__content {
        padding: 25px 30px;
        top: 30px;
        transform: translateX(-50%);
    }
    .popup .popup__content h4{
        margin-top: 0px;
        font-size: 18px;
    }
    ul.social-login {
        margin-top: 15px;
    }
    .or {
        margin: 20px auto 10px;
    }
    
    #signupStep2{
        margin-top: 20px;
    }
    .forgot-psw {
        margin-bottom: 20px;
    }
    .radio-wrap{
        margin-bottom: 12px;
    }
}

@media (max-width: 1920px) and (max-height: 600px) {
    select#country_code {
        height: 34px;
    }
    .grey_div h3{
        font-size: 24px;
    }
    .popup .popup__content h2{
        font-size: 26px;
        margin-bottom: 6px;
    }
    .grey_div ul li h5{
        font-size: 17px;
    }
    .grey_div ul li span.g_div_img{
        width: 55px;
        height: 55px;
    }
	.grey_div ul li p{
		font-size:15px;
	}
	.accept-txt{
		margin-bottom:0;
	}
    .grey_div ul li {
        margin-bottom: 15px;
    }
    #signupnew {
        padding: 0;
    }
    #signupnew .popup__content {
        top: 20px;
        transform: none;
        transform: translateX(-50%);
        margin-bottom: 10px;
        padding:0px;
    }
    #signupnew .popup__content .pop_left{
        padding:18px 30px;
    }
    #signupnew .popup__content h4 {
        margin: 0;
    }
    #signupnew ul.social-login {
        margin-top: 10px;
    }
	.accept-txt label{
		margin-bottom:0;
	}
    #signupnew .or {
        margin: 15px auto 10px;
    }
    #signupnew .f-input input {
        line-height: 28px;
    }
	#signupnew .f-input input#phnmber{
        line-height: 30px;
    }
    #signupnew .f-input {
        margin-top: 11px;
        position: relative;
		display:inline-block;
		width: 100%;
    }
	#signupnew .popup__content .phonecont{
		margin-bottom:0;
	}
    #signupnew .chosen-container-multi .chosen-choices {
        padding: 0px 8px;
        border-radius: 6px;
    }
    #signupnew .role_profile {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #signupnew .role_profile>label {
        line-height: 32px;
    }
    #signupnew .f-input .login-btn {
        line-height: 36px;
    }
    #signupnew .popup__content .phonecont select#country_code {
        height: 32px;
    }
	.chosen-container-multi .chosen-choices li.search-field{
		width:auto !important;
  }
	
  }
  @media screen and (max-width:767px){
    .VideoMain {
        float: left;
        width: 100%;
        padding: 10px;
        background: #f0f0f0;
        border: 1px solid #ddd;
        margin-top: 0;
    }
 div#tstAvilDt .adjestMain {
        background: #27cb88;
        background: -moz-linear-gradient(left,#27cb88 0,#1bc1ac 41%,#12b8c9 63%,#01aafb 100%);
        background: -webkit-linear-gradient(left,#27cb88 0,#1bc1ac 41%,#12b8c9 63%,#01aafb 100%);
        background: linear-gradient(to right,#27cb88 0,#1bc1ac 41%,#12b8c9 63%,#01aafb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27cb88', endColorstr='#01aafb', GradientType=1 );
        margin-bottom: 0;
        padding: 3.5%;
        position: relative;
        width: 100%!important;
        box-sizing: border-box;
        float: left;
    }
  }
