/* popup form style */
.apply-seat > span {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: rgba(20, 25, 78, 1);
}
.text-small{font-size:12px;}
.close-popup {
    position: absolute;
    top:-5px;
    right: -5px;
    z-index: 1;
}
.close-popup button{
width:25px;
height:25px;
background:red;
color: #fff;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.popup-contain {
position: fixed;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 78%);
top: 0;
left: 0;
z-index: 0;
overflow-y: auto;
transition: opacity 1s ease-in-out;
opacity: 0;
display: flex;
align-items: center;
}
.popup-form {
width: 33%;
margin: 0 auto;
}
.apply-seat {
    padding: 25px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    overflow: hidden;
}
.apply-seat h1 {
    font-weight: 500;
    line-height: 2.5rem;
    font-size: clamp(1.6rem, 5vw, 1rem);
    letter-spacing: -0.063rem;
    color: rgba(20, 25, 78, 1);
}
.apply-seat p {
    color: rgba(20, 25, 78, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25rem;
}
.apply-seat p strong {
    color: #ff0008;
}
.adm-highlights {
    position: relative;
    border-bottom: 0.063rem solid #68A8CD;
    padding-bottom: 0.938rem;
}
.adm-highlights::before {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background-color: #FC5E63;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.adm-call span {
    color: #14194E;
    font-weight: 500;
    line-height: 20px;
    display: block;
}
.adm-call a {
    text-decoration: none;
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    color: #14194E;
}
.popup-form form .form-control {
    width: 100%;
    height: auto;
    padding: 6px 10px;
    border-radius: 3.125rem;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    background-color: #fff;
}
button.iti__selected-country .iti__selected-dial-code {
    font-size: 14px;
}

.frm-submit > input, .btn-apply {
    margin-top: .75rem;
    border: 0;
    background-color: #FC5E63;
    height: 2.813rem;
    border-radius: 3.125rem;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.recaptcha-wrap {
    display: flex;
    height: 35px;
    margin:0 0 10px;
    border: 1px solid #a3a3a3;
    border-radius: 20px;
    position: relative;
    align-items: center;
    background-image: url(/course-assets/captcha-logo.png);
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35px;
    overflow: hidden;
}
.captcha {
    background-color: #f9f9f9;
    border-radius: 5px;
    color: #4c4a4b;
    display: flex;
    align-items: center;
}
.captcha .text {font-size: 16px;}
.spinner {
    position: relative;
    width: 2em;
    height: 2em;
    display: flex;
    margin: 5px 10px;
    align-items: center;
    justify-content: center;
}
.captcha .spinner label input[type=checkbox] {
    width: 16px;
    height: 16px;
}
.spinner label {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-check-input{position: relative;margin:0 3px 0 0;}
.form-check-label {line-height: 15px;}

.fixed-nav {
    width: 34px;
    height: 112px;
    position: fixed;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FC5E63;
    z-index: 60;
    padding: 3px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #fff;
}
.nav-items, .cta-link {
    width: auto;
    height: 100%;
}
.cta-link a {
    width: 90px;
    color: #fff;
    text-decoration: none;
    transform: rotate(90deg);
    display: block;
    transform-origin: left;
    font-size: 12.5px;
    position: absolute;
}
.cta-link:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmYzVlNjMiIGQ9Ik0wIDIwIFEyMCAyMCAyMCAwIEwyMCAyMFoiLz48L3N2Zz4=);
    top: -22px;
    right: -17px;
    transform: rotate(0deg);
    width: 20px;
    height: 20px;
    position: absolute;
}
.cta-link:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmYzVlNjMiIGQ9Ik0wIDIwIFEyMCAyMCAyMCAwIEwyMCAyMFoiLz48L3N2Zz4=);
    bottom: -22px;
    right: -17px;
    transform: scaleY(-1);
    width: 20px;
    height: 20px;
    position: absolute;
}
@media only screen and (min-width: 1500px){
.popup-form{width:24%;}
.form-control {
    font-size: 18px;
}
}
@media only screen and (max-width: 991px) {
.popup-form {
    width:45%;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.popup-form {
    width:55%;
}
}
@media only screen and (max-width: 667px) {
.popup-form {
    width:60%;
}
}
@media only screen and (max-width: 567px) {
.popup-form {
    width:70%;
}
}
@media only screen and (max-width: 480px) {
.popup-form {
    width:85%;
}
.earlybird-offer{padding:5px;}
.earlybird-offer strong{font-size:0.938rem;}
}