/* b4 support */
.hidden {
    display: none !important;
}
.invalid-feedback {
    text-align: left;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #db4d4d;
    padding-left: 5px;
  }

.trial-form .input-error-msg {
    position: absolute;
    text-align: left;
    /* background: #db4d4d; */
    border-radius: 3px;
    /* box-shadow: 1px 1px 1px #aaaaaa; */
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 15px;
    /* color: white; */
    font-size: 10px;
}

.trial-form .form-group {
    display: table;
    width: 100%;
}

/* end */
.trial-form {
    padding: 0px 22.5px 1px 21px;
    border-radius: 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.14);
    background-color: #fcfcfc;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
}

.trial-form-title {
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding-top: 1rem;
    margin-bottom: 0;
}
.trial-form-title-2{
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-top: 0;
}
.trial-form-sub-heading{
    opacity: 0.6;
    font-family: Roboto;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    /* font-style: normal; */
    line-height: normal;
    /* letter-spacing: normal; */
    text-align: center;
}
/* .trial-form-sub-heading:before, .trial-form-sub-heading:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 0.0625rem;
    background-color: #b9b9b9;
    top: 50%;
    left: 0;
}

.trial-form-sub-heading:after {
    right: 0;
    left: auto;
} */
.hor-line{
    width: 16%;
    height: 0.0625rem;
    background-color: #b9b9b9;
    display: inline-block;
    padding-bottom: 0rem;
    padding-top: 0;
    margin-left: -18%;
    margin-top: 0.8rem;
    position: absolute;
}
.hor-line-right{
    width: 16%;
    height: 0.0625rem;
    background-color: #b9b9b9;
    display: inline-block;
    padding-bottom: 0rem;
    padding-top: 0;
    margin-left: 2%;
    margin-top: 0.8rem;
    position: absolute;

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .trial-form-title {
        font-size: 2rem;
    }
}

.trial-form-indicators {
    margin-bottom: 0.5rem;
    font-size: 0.7rem;
    line-height: 1.6;
}

.trial-form-indicators ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 13px;
    padding-top: 13px;
}

.trial-form-indicators li {
    list-style-type: none;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #7DBDFD;
    background-color: #fff;
    color: rgba(0, 128, 255, 0.5);
    position: relative;
    letter-spacing: 0;
    float: left;
    z-index: 1;
}

.trial-form-indicators li.dash {
    width: 3.2rem;
    height: 0.5rem;
    background-color: #7DBDFD;
    display: block;
    border-radius: 0;
    margin-top: 0.35rem;
    margin-right: -0.1rem;
    margin-left: -0.1rem;
    z-index: 0;
}

.trial-form-indicators li.active {
    background-color: #0080FF;
    border-color: #0080FF;
    color: #fff;
}

.trial-form-section {
    position: relative;
    padding-bottom: 0.3rem;
}

.trial-form-section>.input-error-msg {
    top: 78%;
}

.trial-form-sub-title {
    margin-bottom: 1rem;
    position: relative;
    margin-top: 0;
    font-family: Roboto-Regular, Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.trial-form-sub-title:before, .trial-form-sub-title:after {
    content: '';
    position: absolute;
    width: 23%;
    height: 0.0625rem;
    background-color: #b9b9b9;
    top: 50%;
    left: 16px;
}

.trial-form-sub-title:after {
    right: 16px;
    left: auto;
}

.trial-form-sub-desc {
    font-size: 0.75rem;
    color: rgba(43, 43, 43, 0.6);
    margin-top: -0.5rem;
}

.trial-form .form-group {
    margin: 0;
    position: relative;
}

.trial-form .form-control.input-valid {
    border-color: green;
}

.trial-form .form-control.input-error {
    border-color: red;
}

/* error message box section */
.trial-form .form-control~.input-error-msg {
    top: 1.1rem;
    margin-top: 22px;
    margin-left: 0px;
}

/* error message triangle at top */
/* .trial-form .form-control~.input-error-msg:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #db4d4d;
    position: absolute;
    top: -4px;
} */

.trial-form .form-control.input-valid~.input-error-msg:not(.input-exception-error-msg) {
    /* background: green!important; */
    color: green;
}

.trial-form .form-control.input-valid~.input-error-msg:not(.input-exception-error-msg):before {
    border-bottom-color: green!important;
}
.orange{
    background-image: linear-gradient(to right, #ff8e32, #ff5263);
    /* bottom: -1.5rem; */
    position: absolute;
    margin-top: -4%;
    margin-left: -40%;
    width: 80%;
    font-family: Roboto;
    font-size: 2rem;
    font-weight: bold;
    /* font-stretch: normal; */
    /* font-style: normal; */
    line-height: normal;
    /* letter-spacing: normal; */
    /* text-align: left; */
    color: #fff;
    z-index: 1;
}

.form-bottom-text {
    font-size: 0.7rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #018dc8;
    padding-top: 10px;
}

.form-bottom-text br {
    display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .form-bottom-text br {
        display: block;
    }
}

@media (max-width: 479.98px) {
    .form-bottom-text br {
        display: block;
    }
}
@media (max-width:374.98px){
    .trial-form-sub-title {
        font-size: 22px;
    }
    .trial-form-title-2 {
        font-family: Roboto;
        font-size: 1.8rem;
    }
}

@media (max-width: 1199.98px) {
    .trial-form {
        width: auto;
        max-width: 35rem;
    }
    .trial-form-sub-title:before, .trial-form-sub-title:after {
        width: 15%;
    }
}

@media (max-width: 1030px) {
    .trial-form-sub-title:before, .trial-form-sub-title:after {
        width: 14%;
    }
}

@media (max-width: 767.98px) {
    .trial-form .form-control {
        margin-bottom: 1.3rem;
    }

    .trial-form .rl-phone-send-otp .form-control~.input-error-msg, .trial-form .rl-otp-resend .form-control~.input-error-msg {
        bottom: 0.4rem;
    }
}

.trial-form .form-control {
    border-color: #BCBCBC;
    padding: 0.5rem 1rem;
    height: auto;
    font-size: 14px;
    min-height: 2.4rem;
    margin-bottom: 2rem;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 0;
    /* border-radius: 3rem; */
}
.trial-form .form-control::placeholder {
color:#b7aaa9;
font-size: 13px;
}

.trial-form .form-control:focus {
    box-shadow: none;
}

.trial-form .required-asterisk {
    position: relative;
}

.trial-form .required-asterisk span {
    display: inline-block;
    position: absolute;
    right: -0.2rem;
    font-weight: 700;
    top: -0.7rem;
    color: #db4d4d;
    font-size: 10px;
}

.trial-form .input-placeholder {
    position: absolute;
    color: rgba(112, 112, 112, 0.6);
    z-index: 1;
    font-size: 1.3rem;
    font-family: Roboto-Regular, Roboto, sans-serif;
    line-height: 1.2;
    overflow: hidden;
    background-color: #fff;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    min-width: 4rem;
    text-align: left;
}

.trial-form .form-control:focus~.input-placeholder, .trial-form .form-control:not(:focus):valid~.input-placeholder, .trial-form .form-control:disabled~.input-placeholder {
    font-size: 1.2rem;
    top: -0.375rem;
    left: 0.5rem;
    padding: 0rem 0.5rem;
    line-height: 1;
    overflow: hidden;
    border-radius: 0.25rem;
    background-color: transparent;
}

.trial-form .form-control:focus~.input-placeholder:after, .trial-form .form-control:focus~.input-placeholder:before, .trial-form .form-control:disabled~.input-placeholder:after, .trial-form .form-control:disabled~.input-placeholder:before, .trial-form .form-control:not(:focus):valid~.input-placeholder:after, .trial-form .form-control:not(:focus):valid~.input-placeholder:before {
    content: '';
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    display: block;
    position: absolute;
}

.trial-form .form-control:focus~.input-placeholder:before, .trial-form .form-control:disabled~.input-placeholder:before, .trial-form .form-control:not(:focus):valid~.input-placeholder:before {
    bottom: 50%;
    top: 0;
    background-color: #fcfcfc;
}

.trial-form .form-control:focus~.input-placeholder span, .trial-form .form-control:disabled~.input-placeholder span, .trial-form .form-control:not(:focus):valid~.input-placeholder span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.trial-form .whatsapp-updates {
    margin-bottom: 0.4rem;
}

.trial-form .whatsapp-updates label {
    cursor: pointer;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1;
}

.trial-form .whatsapp-updates input {
    vertical-align: bottom;
}

.trial-form .select-input-box {
    position: relative;
    background-color: #fff;
}

.trial-form .select-input-box>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.trial-form .select-input-box:before {
    content: '';
    display: block;
    position: absolute;
    border: 0.4rem solid rgba(112, 112, 112, 0.6);
    border-bottom: 0;
    border-right-color: transparent;
    border-left-color: transparent;
    right: 1.5rem;
    color: rgba(112, 112, 112, 0.6);
    /* font-size: 16px; */
    margin-top: -0.2rem;
    top: 50%;
}

.trial-form .select-input-box .form-control {
    background-color: transparent;
    cursor: pointer;
    padding-right: 1.4rem;
}

.trial-form .select-input-box .form-control[disabled] {
    background-color: rgba(238, 238, 238, 0.5);
}

.trial-form .form-checkbox-control {
    margin-top: -0.8rem;
    margin-bottom: 1rem;
}

.trial-form .ws-phone-otp .form-control {
    padding-right: 8rem;
}

.trial-form .ws-phone-otp {
    display: table;
    position: relative;
    width: 100%;
}

.trial-form .ws-phone-otp button {
    color: #fff;
    background-color: #5C72FF;
    background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2rem;
    /* border-radius: 25px; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.trial-form .ws-phone-otp button:hover, .trial-form .ws-phone-otp button:focus {
    color: #fff;
    background-color: #5C72FF;
    background-image: linear-gradient(to right, #5C72FF, #8C3FFF);
}

.trial-form .ws-phone-otp img {
    position: absolute;
    right: 0.5rem;
    top: 0.575rem;
}

.trial-form .book-now-btn {
    width: 50%;
    border-radius: 25px;
    font-weight: 500;
    font-family: 'Roboto-Bold',sans-serif;
    background-color: #FF8E32;
    background-image: linear-gradient(to right, #FF8E32, #FF5263);
    color: #fff;
    line-height: 1.2;
    font-size: 19px;
    font-weight: bold;
    padding: 0.6rem 1rem;
}

.trial-form input[data-mobile-input].form-control.input-valid:not(.phone-valid) {
    border-color: #5c72ff;
}

.trial-form .otp-active-timer {
    font-size: 1.3rem;
}

.trial-form .otp-active-timer span {
    font-weight: 500;
}

@media (max-width: 435px) {
    .trial-form-sub-title:before, .trial-form-sub-title:after {
        width: 10%;
    }

    .trial-form-title {
        font-size: 20px;
    }
}

@media (max-width: 399.98px) {
    .trial-form .otp-mobile-number .send-otp-cta {
        font-size: 0.8rem;
        min-width: 6rem;
        padding: 0.5rem;
    }

    .trial-form .otp-active-timer {
        font-size: 1.1rem;
    }
}

.trial-form .otp-input-field-voice-call-option {
    position: relative;
    text-align: left;
}

.trial-form .otp-input-field-voice-call-option .input-error-msg {
    position: absolute;
}

.trial-form .otp-input-field {
    width: 7rem;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top;
}

.trial-form .otp-on-voice-call {
    display: inline-block;
    color: #6f6f6f;
    font-size: 0.9rem;
    margin-left: 0.5rem;
    margin-top: 0.3rem;
    vertical-align: top;
}

.trial-form .otp-on-voice-call p {
    color: #6f6f6f;
    margin: 0;
}

.trial-form .otp-on-voice-call svg {
    width: 0.8rem;
    vertical-align: middle;
}

.trial-form .otp-on-voice-call button {
    color: #6f6f6f;
    border: 0.06rem solid #6f6f6f;
    padding: 0.1rem 0.3rem;
    border-radius: 1rem;
    font-weight: 500;
    font-size: 0.6rem;
    width: 4.5rem;
    height: 1.3rem;
}

.trial-form .otp-on-voice-call button:hover {
    color: #020202;
}

.trial-form .otp-on-voice-call button:disabled {
    opacity: 1;
}

.trial-form .grades {
    font-size: 1.4rem;
    line-height: 1.1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0.25rem;
    margin-right: -0.25rem;
    justify-content: left;
    margin-bottom: 1.5rem;
    row-gap: 6px;
}

@media (max-width: 359.98px) {
    .trial-form .grades {
        font-size: 0.7rem;
    }
}

.trial-form .grades input {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    display: none;
}

.trial-form .grades input:checked+label {
    color: #fff;
    /* background-color: #018dc8; */
    background-image: linear-gradient(to left, #9752ff, #5e93ff);
}

.trial-form .grades>div {
    padding: 0rem 1rem 0.5rem;
    height: 100%;
    width: 33%;
}


@media (max-width: 991.98px) {
    .trial-form .grades>div {
        width: 33.33%;
        padding: 0rem 0.5rem 0.5rem;
    }
}

.trial-form .grades label {
    margin: 0;
    border: 0.0625rem solid #BCBCBC;
    padding: 0.2rem;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 2.25rem;
    color: #b9b9b9;
    cursor: pointer;
    font-weight: 600;
    display: block;
    font-size: 11px;
}

.trial-form .trial-item-carousel-block {
    margin-bottom: 1.5rem;
}

.trial-form .trial-item-carousel {
    margin: 0rem 2rem;
}

.trial-form .carousel-control {
    display: block;
    position: absolute;
    top: 0;
    background-color: #fff;
    bottom: 0.1rem;
    box-shadow: 0 0.1rem 0.25rem 0 rgba(0, 0, 0, 0.3);
    padding: 0.25rem;
    line-height: 1;
    border-radius: 0.25rem;
    width: 1.5rem;
    background-image: none;
}

.trial-form .carousel-control svg {
    position: absolute;
    top: 50%;
    margin-top: -0.375rem;
    left: 50%;
    margin-left: -0.2rem;
}

.trial-form .carousel-control.left {
    margin-left: -2rem;
}

.trial-form .carousel-control.right {
    margin-right: -2rem;
    right: 0;
    left: auto;
}

.trial-form .profiles-row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 0.1rem;
}

.trial-form .profiles-row>div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* Safari 6.1+ */
    /* IE 10 */
}

.trial-form .toggle-card {
    height: 100%;
}

.trial-form .toggle-card label {
    background-color: #fff;
    border: 0.0625rem solid #BCBCBC;
    border-radius: 0.25rem;
    padding: 0.25rem;
    line-height: 1;
    width: 100%;
    cursor: pointer;
    margin: 0;
    height: 100%;
    align-items: center;
    display: flex;
    text-align: center;
    flex-flow: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}

.trial-form .toggle-card h4 {
    color: #000;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 0.25rem;
}

.trial-form .toggle-card p {
    color: #B2AFAF;
    font-size: 0.75rem;
    margin: 0;
    width: 100%;
}

.trial-form .toggle-card input {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    display: none;
}

.trial-form .toggle-card input:checked+label {
    color: #fff;
    background-color: #0080FF;
}

.trial-form .toggle-card input:checked+label p {
    color: inherit;
}

.trial-form .toggle-card input:checked+label h4 {
    color: #fff;
}

.trial-form .time-slots {
    margin-top: 1.2rem;
}

.trial-form .time-slots+.input-error-msg {
    top: auto;
    bottom: -0.5rem;
}

.trial-form .time-slots>ul {
    padding: 0;
    margin-bottom: 1rem;
    display: inline-block;
    border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.25);
}

.trial-form .time-slots>ul>li {
    list-style-type: none;
    display: inline-block;
    margin-right: 1.5rem;
    position: relative;
    padding-bottom: 0.2rem;
    padding-bottom: 1.3rem;
}

.trial-form .time-slots>ul>li.active {
    color: #0080FF;
}

.trial-form .time-slots>ul>li.active:before {
    content: '';
    position: absolute;
    border: 0.4rem solid #0080FF;
    border-top: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -0.05rem;
    left: 50%;
    margin-left: -0.4rem;
}

.trial-form .time-slots>ul>li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1rem;
    background-color: #0080FF;
    bottom: -0.1rem;
    left: 0;
}

.trial-form .time-slots>ul>li:last-child {
    margin-right: 0;
}

.trial-form .time-slots>ul>li .badge {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    border-radius: 2rem;
    font-size: 0.5rem;
    padding: 0.15rem 0.25rem 0.15rem 0.25rem;
    position: absolute;
    left: 50%;
    margin-left: -1.6rem;
    width: 3.2rem;
    bottom: 0.5rem;
}

.trial-form .time-slots>ul>li .badge img {
    width: auto;
    height: 0.8rem;
    margin-right: 0.2rem;
    display: none;
}

.trial-form .time-slots>ul>li>a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    border: none;
}

.trial-form .time-slots>ul>li.active>a, .trial-form .time-slots>ul>li.active>a:link, .trial-form .time-slots>ul>li.active>a:visited, .trial-form .time-slots>ul>li.active>a:active, .trial-form .time-slots>ul>li.active>a:hover {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    border: none;
}

.trial-form .time-slots .tab-pane {
    display: none;
}

.trial-form .time-slots .tab-pane.active {
    display: block;
}

.trial-form .slot-time-section {
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;
    align-items: flex-start;
}

.trial-form .slot-time-section>div {
    width: 100%;
}

.trial-form .slot-time-section .slot-card-time {
    border-radius: 2rem;
    background-color: #dbffcb;
    padding: 0.55rem 2rem 0.55rem 2.2rem;
    font-size: 0.725rem;
    position: relative;
    width: 6.5rem;
    font-family: Roboto-Regular, Roboto, sans-serif;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.19px;
    text-align: center;
    color: #343434;
}

.trial-form .slot-time-section .slot-card-time.afternoon {
    background-color: #fcefcc;
}

.trial-form .slot-time-section .slot-card-time.evening {
    background-color: #cceaff;
}

.trial-form .slot-time-section .slot-card-time img {
    height: 1rem;
    margin-right: 0.1rem;
    display: block;
    left: 0.8rem;
    position: absolute;
    margin-top: -0.5rem;
    top: 50%;
}

.trial-form .slot-time-section>div:first-child {
    margin-right: 1rem;
}

.trial-form .slot-time-section .slot-card {
    cursor: pointer;
    position: relative;
    color: #656565;
    font-size: 0.75rem;
    float: left;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.trial-form .slot-time-section .slot-card:last-child {
    margin-right: 0;
}

.trial-form .slot-time-section .slot-card label {
    cursor: pointer;
    font-weight: 600;
    border-radius: 25px;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
    border: solid 1px #d6d6d6;
    color: #b9b9b9;
    min-width: 4.2rem;
    line-height: 1.95;
    margin-bottom: 0;
}

.trial-form .slot-time-section .slot-card.full {
    position: relative;
    color: #656565;
    cursor: default;
}

.trial-form .slot-time-section .slot-card.full:before {
    content: 'Full';
    position: absolute;
    top: -0.5rem;
    left: 50%;
    background-color: #C2C2C2;
    color: #000;
    padding: 0.1rem 0.3rem;
    line-height: 1;
    border-radius: 0.25rem;
    width: 2rem;
    margin-left: -1rem;
    font-size: 0.6rem;
}

.trial-form .slot-time-section .slot-card.full label {
    background-color: rgba(232, 232, 232, 0.5);
    color: rgba(101, 101, 101, 0.6);
    cursor: default;
}

.trial-form .slot-time-section .slot-card input {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    display: none;
}

.trial-form .slot-time-section .slot-card input:checked+label {
    background-color: #0080FF;
    color: #fff;
}
.hero-city-auto-suggestions {
    position: relative;
}

.hero-city-auto-suggestions>input {
    text-transform: capitalize;
}

.hero-city-auto-suggestions>ul {
    padding-left: 0;
    background-color: #fff;
    padding: 0.5rem 1rem;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0rem 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
    text-align: left;
}

.hero-city-auto-suggestions>ul>li {
    list-style-type: none;
}

.hero-city-auto-suggestions>ul>li>a {
    padding: 0.5rem 0rem;
    display: block;
    color: #404040;
    font-size: 1.2rem;
}

.hero-city-auto-suggestions>ul>li>a:hover,
.hero-city-auto-suggestions>ul>li>a:focus,
.hero-city-auto-suggestions>ul>li.auto-active>a {
    background-color: #eee;
    color: #464646;
    text-decoration: none;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (max-width: 767.98px) {
    .hero-city-auto-suggestions {}
}


@media (min-width:768px) and (max-width:991.98px){
    .trial-form .slot-time-section .slot-card{
        float:none;
        display: inline-block;
    }
    .trial-form .slot-time-section>div>div{
        white-space: nowrap;
        text-align: left;
    }
}

/* for slots scrollbar */
@media (max-width: 1199.98px) {
    .trial-form .time-slots>ul{
        white-space: nowrap;
    }
    .trial-form .time-slots {
        overflow-x: auto;
    }
    .trial-form .slot-time-section .slot-card{
        float:none;
        display: inline-block;
    }
    .trial-form .slot-time-section>div>div{
        white-space: nowrap;
        text-align: left;
    }
}

@media (max-width: 380px) {
    .trial-form-title {
        font-size: 18px;
    }

    .trial-form {
        width: 100%;
    }
}


@media (max-width: 349.98px) {
    .trial-form .otp-input-field {
        width: 6.5rem;
        padding-left: 14px;
    }

    .trial-form .otp-on-voice-call {
        font-size: 0.7rem;
    }
}

/* IE 9,10 */
@media screen and (min-width: 0\0) {
    .trial-form .select-input-box:before, .trial-form .select-input-box::before {
        display: none !important;
    }

    .trial-form .select-input-box .form-control {
        padding-right: 0.5rem;
    }

    .trial-form .slot-time-section>div {
        width: 80%;
    }
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .trial-form .select-input-box:before, .trial-form .select-input-box::before {
        display: none !important;
    }

    .trial-form .select-input-box .form-control {
        padding-right: 0.5rem;
    }
}

.register-success-message {
    padding: 2rem 0rem;
    color: #414042;
    font-weight: 600;
}

.register-success-message img {
    width: 8rem;
    height: auto;
}

.register-success-message h4 {
    color: #018dc8;
    font-size: 1.5rem;
    font-family: MikadoBold, Roboto, sans-serif;
    margin-bottom: 1.2rem;
}

.register-success-message .time {
    color: #803485;
    font-size: 2rem;
}

.register-success-message .time span {
    font-weight: 400;
    font-size: 1.8rem;
}

.register-success-message .counter {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
}

.success-bottom-message {
    font-size: 0.8rem;
}

.success-bottom-message a {
    font-style: italic;
}

/* success */
.success-message {
    color: #404040;
    min-height: 24rem;
    display: table;
    width: 100%;
    font-size: 1.2rem;
}

.success-message>div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.success-message h4 {
    font-size: 3rem;
    font-weight: 400;
}

@media (max-width:767.98px){
    .hor-line {
        width: 7rem;
    margin-left: -8.5rem;
    }
    .hor-line-right{
        width: 7rem;
    margin-left: 1.5rem;
    }
}
@media(min-width:320px) and (max-width:424.98px){
    .hor-line {
        width: 18%;
        margin-left: -20%;
    }
    .hor-line-right {
        width: 18%;
        margin-left: 2%;
    }
}
@media(max-width:367.98px){
    .trial-form .input-error-msg {
        font-size: 8px;
    }
}

/* pop up form message */
.thanks-box{
    display: flex;
    justify-content: center;
}
.thank-you-heading{
    padding-top: 6%;
}
.thank-section{
    background-color: #fff;
    border-radius: 1rem;
    margin-top: 9rem;
    margin-bottom: 10rem;
    max-width: 45rem;
    min-width: 30rem;
    padding: 0;
}
.tick-image{
    padding-top: 2%
}
.thank-text-1{
    font-family: Roboto;
    font-size: 29px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /* line-height: normal; */
    /* letter-spacing: normal; */
    /* text-align: left; */
    color: #000;
}
.thank-text-2{
    font-family: Roboto;
    font-size: 2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #000;
    margin-top: 0rem;
}
.response-thank{
    font-family: Roboto;
    font-size: 1.5rem;
    font-stretch: normal;
    font-style: normal;
    color: #707070;
    margin-top: 7%;
}
.close {
    font-size: 35px;
    font-weight: 500;
    padding-left: 41% !important;
    padding-top: 2% !important;
    position: absolute;
}
.byjus-logo-thank{
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.purple-bg{
    width: 100%;
    height: 15px;
    background-color: #813488;
    object-fit: contain;
    /* position: relative; */
    display: flex;
    margin-top: -14px;
}
@media(min-width:1200px){
    .hor-line {
        width: 14rem;
        margin-left: -15rem;
    }
    .hor-line-right {
        width: 14rem;
        margin-left: 1rem;
    }

}

@media(min-width:1440px){
    .hor-line {
        width: 14rem;
        margin-left: -15rem;
    }
    .hor-line-right {
        width: 14rem;
        margin-left: 1rem;
    }
}
.thanklogo{
    width:9rem;
}

.dropdown{
    margin-bottom: 17px;
}
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
.my-button{
    width:100%;
    text-align: left;
    font-size: 12px;
}

.dropdown-menu{
    width:100%;
    font-size: 12px;
}

.dropdown-submenu .dropdown-menu {
    font-size: 12px;
    width:auto;
}

.arrow {
    border: solid gray;
    border-width: 0 2.7px 2.7px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .right1 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-90deg);
    /* margin-left: 60%; */
    position: absolute;
    display: inline-block;
    color: rgba(112, 112, 112, 0.6);
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
     /* margin-left: 76%; */
     margin-left: -6%;
    top: 10px;
    right:3%;
  }
  
  .left1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up1 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down1 {
    position: absolute;
    display: inline-block;
    color: rgba(112, 112, 112, 0.6);
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
     /* margin-left: 76%; */
     margin-left: -6%;
    top: 10px;
    right:3%;
  }

.place-holder{
    /* position: absolute; */
    color: rgba(112, 112, 112, 0.6);
    z-index: 1;
     font-size: 1.3rem; 
    font-family: Roboto-Regular, Roboto, sans-serif;
    line-height: 1.2;
    overflow: hidden;
    /* background-color: #fff; */
    top: 1rem;
    left: 1rem;
    z-index: 1;
    pointer-events: none;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    min-width: 4rem;
    text-align: left;
}
@media (min-width: 320px) and (max-width: 998.98px) {
    .dropdown-submenu .dropdown-menu {
        top: 29px;
        left: 0%;
        margin-top: -1px;
      }

      .right1{
          display:none;
      }
}
@media (min-width: 320px) and (max-width: 390.98px) {
    .dropdown-submenu .dropdown-menu {
        top: 29px;
        left: 0%;
        margin-top: -1px;
        font-size: 11px;
      }
      .right1{
        display:none;
    }
}

@media (min-width: 999px) {
     .down1{
        display:none
    }
} 
.caret1{
    position: absolute;
    display: inline-block;
    color: black;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
     /* margin-left: 76%; */
     margin-left: -5%;
    top: 13px;

} 

@media (min-width: 386px) and (max-width: 1198.98px) {
    /* .caret1{
        margin-left: 61%;
    }   */

    /* .right1{
        margin-left: 34%;
    } */
    /* .down1{
        margin-left: 32%;
    } */
}

@media (min-width: 320px) and (max-width: 385.98px) {
    /* .caret1{
        margin-left: 54%;
    }   */
    /* .right1{
        margin-left: 54%;
    }
    .down1{
        margin-left: 20%;
    } */
  
}

.eclips {
    white-space: nowrap; 
    width: 99%; 
    overflow: hidden;
    text-overflow: ellipsis; 
    /* border: 1px solid #000000; */
  }
  
.right-cont{
    margin-top: 30%;
}

.select-school{
    color: rgba(112, 112, 112, 0.6);
    z-index: 1;
    font-size: 1.3rem;
    font-family: Roboto-Regular, Roboto, sans-serif;
}

.form-school{
    margin-bottom: 15px;
    text-align: left; 
}

.selectize-control.single .selectize-input:after {
    color: rgba(112, 112, 112, 0.6);
}

.selectize-input>input {
    color: rgba(112, 112, 112, 0.6);  
}

.single{
    height: 31px;
}

@media (min-width: 320px) and (max-width: 769.98px) {
    .right-cont {
        margin-top: 70%;
    }
}

.trial-form .select-input-box:before {
    display:none;
}

.selectize-input .item{
    white-space: nowrap; 
    width: 94%; 
    overflow: hidden;
    text-overflow: ellipsis;  
} 

@media (min-width: 320px) and (max-width: 380.98px) {
.bj-form{
    width:100%;
}
}

.selectize-control{
    color: rgba(112, 112, 112, 0.6);
    font-size: 1.3rem;
    font-family: Roboto-Regular, Roboto, sans-serif;
}

@media (min-width: 380px) and (max-width: 1200.98px) {
    .caret1 {
        margin-left: -8%;
    }
    }

    @media (min-width: 320px) and (max-width: 380.98px) {
        .caret1 {
            margin-left: -9.5%;
        }
        }
        
        .btc-center{
            font-family: Roboto;
            font-size: 1.5rem;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #000;
            margin-top: 0;
        }
        .footer-align{
            margin-top: 0;
        }
        .form-align-vmf-changes{
            height: 490px;
        }
        
        @media (min-width: 320px) and (max-width: 768.98px) {
            .form-align-vmf-changes{
                height: 335px;
            } 
        }
        
        @media (min-width: 769px) and (max-width: 991.98px) {
            .form-align-vmf-changes{
                height: 350px;
            } 
        }