*{
    font-family: Roboto;
}

.main{
    margin-top: 120px;
}

.gmat-gre--thanks-header{
    height: 300px;
    background: url('/images/gmat-gre/strip-bg.png');
    width: 100%;
    text-align: center;
    padding-top: 50px;
    background-size: cover;
}

.gmat-gre--thanks-header p{
    font-family: Lato;
    font-weight: 600;
    color: #ffffff;
}

.gmat-gre--thanks-header .thanks-header-text{
    color: #ffdc96;
    font-size: 24px;
    margin-bottom:25px;
}

.gmat-gre--thanks-header .thanks-header-heading{
    font-size: 32px;
    margin-bottom: 45px;
}

.thanks-check-services-text{
    color: rgba(0, 0, 0, 0.8);
    font-family: Roboto;
    font-size: 24px;
    margin-bottom: 30px;
}

.thanks-check-services-text span,
.thanks-check-services-heading span{
    color: #c53e46;
}

.thanks-check-services-heading{
    color: rgba(0, 0, 0, 0.8);
    font-family: Lato;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.gmat-gre--thanks-check-service{
    box-shadow: 0 3px 10px rgb(0 0 0 / 24%);
    border-radius: 10px;
    background-color: #ffffff;
    width: 75%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 40px;
    margin-top: -120px;
}

.book-an-appointment-thanks-container .gmat-gre--thanks-check-service{
    width: 33%;
    text-align: left;
}

.thanks-service-all-in-one-cta,.book-thanks-service-all-in-one-cta{
    border-radius: 4px;
    background-color: #c53e46;
    color: #ffffff;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 60px;
    border:2px solid #c53e46;
}

.book-thanks-service-all-in-one-cta{
    border-radius: 24px;
    background-image: linear-gradient(91deg, #DA1F1F 0%, #B90D2A 100%);
    padding: 10px 60px;
    display: flex;
    margin: auto;
    margin-top:30px;
}

.thanks-service-all-in-one-cta:focus,.book-thanks-service-all-in-one-cta:focus{
    outline: unset;
}

.thanks-service-all-in-one-cta:hover{
    color: #c53e46;
    background: white;
}

.gmat-gre--thanks-text{
    color: rgba(0, 0, 0, 0.87);
    font-family: Merriweather;
    font-size: 26px;
    font-weight: 700;
    margin-top: 80px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 25px;
}

.gmat-gre--thanks-text span,.gmat-gre--thanks-admits-text span{
    color : #c53e46;
}

.gmat-gre--thanks-admits-text{
    color: #212121;
    font-family: Merriweather;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 100px;
}

.gmat-gre--thanks-slider{
    width: 75%;
    max-width: 1200px;
    margin:auto;
    margin-bottom: 30px;
}

.book-thanks-check-services-text{
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

.book-thanks-check-services-text .book-thanks-check-services-small-text {
    font-size: 16px;
}

.book-thanks-check-services-text .light-text{
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
}

.thanks-input-box-container{
    display: flex;
    margin: 5px 10px;
    cursor: pointer;
}

.thanks-input-box{
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid  rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-input-box.radio{
    border-radius: 50%;
}

.thanks-input-box-container .thanks-input-box img{
    width: 85%;
    display: none;
}

.thanks-input-box-container.active .thanks-input-box{
    border: 2px solid #3f51b5;
}

.thanks-input-box-container.active .thanks-input-box img{
    display: block;
}

.appointment-radio{
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#3f51b5;
}

.thanks-input-box-container.active .appointment-radio{
    display: block;
}

.thanks-input-text{
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
}

.thanks-option-error{
    color: #d51007;
    font-size: 16px;
    font-family: Roboto;
    display: none;
}

.thanks-option-error.error{
    display: block;
}

.js-right-toggle .book-an-appointment-thanks-container .gmat-gre--thanks-check-service{
    width: 38%;
}

.mobile-line-break {
    color: #ffdc96;
    font-size: 24px;
    margin-bottom: 25px;
    font-family: lato;
    font-weight: 600;
}

@media (max-width: 768px) {
    .gmat-gre--thanks-header{
        padding: 50px 15px 0;
    }
    .gmat-gre--thanks-header .thanks-header-text{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .gmat-gre--thanks-header .thanks-header-heading{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .gmat-gre--thanks-check-service{
        width: 90%!important;
        margin-top: -115px; 
        margin-bottom: 20px;
        padding: 25px 20px;
    }

    /* insert a line break using pseudo-element for mobile view */
    .mobile-line-break::before {
        content: "\A"; 
        white-space: pre;
    }

    .mobile-line-break {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .div-margin-top {
        margin-top: -99px !important;
    }

    .thanks-check-services-text{
        font-size: 18px;
    }

    .thanks-check-services-heading{
        font-size: 22px;
        line-height: 35px;
    }

    .thanks-service-all-in-one-cta{
        padding: 15px 40px;
    }

    .gmat-gre--thanks-text{
        margin-top: 30px;
        font-size: 17px;
        line-height: 32px;
    }

    .gmat-gre--thanks-admits-text{
        font-size: 18px;
        padding-bottom: 50px;
    }

    .book-an-appointment-thanks-container .gmat-gre--thanks-check-service,
    .js-right-toggle .book-an-appointment-thanks-container .gmat-gre--thanks-check-service{
        width: 95%;
    }

    .thanks-input-text{
        font-size: 17px;
    }

    .book-thanks-service-all-in-one-cta{
        padding: 7px 40px;
    }
}
