:root {
    --yellow-bg-light: #fffaf0;
    --blue-color: #0062ad;
    --gray-text-color: #717171;
    --main-black: #000;
    --main-white: #ffff;
    --red-color: #c93b3b;
    --dark-gray: #737373;
    --yellow: #fee485;
}
.booking-form .container {
    max-width: 90% !important;
}

/* START:: Test-Booking-Form-CSS */
.heading-main {
    color: var(--blue-color) !important;
    font-size: calc(
        43px + (45 - 43) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    text-align: start !important;
    margin: 0px !important;
}
.sub-title-text {
    color: var(--dark-gray) !important;
    font-size: calc(
        18px + (21 - 18) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    font-weight: 600 !important;
}
.second-heading {
    color: var(--main-black) !important;
    font-size: calc(
        16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    font-weight: 500 !important;
    text-align: start !important;
}
.second-heading-span {
    color: var(--blue-color) !important;
    font-size: calc(
        16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    font-weight: 500 !important;
    text-align: start !important;
}
.test-booking-new .testing-form-card {
    position: relative;
    background-color: transparent !important;
    border: none !important;
    z-index: 9;
}
.test-booking-new .testing-form-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: none !important;
    background-color: #b2dcfe;
    opacity: 0.8;
    z-index: -1;
}
.test-booking-main {
    background-image: url(../images/doctor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.booking-form--section .form-group .input__label {
    display: flex !important;
    align-items: center;
}
.test-booking-new .form-label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    color: var(--main-black) !important;
    margin-top: 15px;
    min-width: 120px;
    justify-content: flex-end;
    font-size: 18px !important;
}
.test-booking-new .testing-form-card .card-body {
    padding: 50px !important;
}
.test-booking-new .booking-form .form-group,
.city-div {
    display: flex;
    align-items: center;
    width: 100% !important;
}
.test-booking-new .booking-form .input__field--nao {
    color: var(--blue-color) !important;
}
.test-booking-new .input--nao,
.test-booking-new select {
    padding-top: 0px !important;
    padding: 0px !important;
    font-size: calc(
        16px + (20 - 16) * ((100vw - 300px) / (1600 - 300))
    ) !important;
}
.test-booking .booking-form .graphic--nao {
    stroke: var(--main-black) !important;
}
.test-booking-new .form-place-holder::placeholder {
    font-size: calc(
        14px + (16 - 14) * ((100vw - 300px) / (1600 - 300))
    ) !important;
}
.test-booking-new .booking-form .all-fields {
    text-align: center !important;
    font-size: calc(
        14px + (16 - 14) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    margin-bottom: 5px;
}
.test-booking-new .booking-form .btn-submit:disabled {
    opacity: 1 !important;
    filter: grayscale(1);
    cursor: not-allowed;
}
.form-submit-btn {
    text-align: start !important;
    margin-left: 135px !important;
}
.form-submit-btn .btn {
    font-size: calc(
        16px + (18 - 16) * ((100vw - 300px) / (1600 - 300))
    ) !important;
}
.header-section {
    padding: 20px 30px !important;
}
.test-booking-new .booking-form {
    margin-top: 80px;
    padding: 30px 0px !important;
}
.form-header-content p {
    margin-bottom: 25px !important;
}
.g-recaptcha {
    margin-top: 15px;
}
.rc-anchor-light {
    background: #efefef;
    color: #000;
}
.test-booking-form-main {
    padding-top: 40px !important;
}
.test-booking .booking-form .btn-submit {
    z-index: 999;
}
.test-booking .booking-form .btn-submit {
    background: var(--gray-text-color) !important;
    font-size: calc(
        14px + (16 - 14) * ((100vw - 300px) / (1600 - 300))
    ) !important;
    width: 150px !important;
    height: 50px !important;
}
.test-booking .booking-form .btn-submit:hover {
    background: var(--yellow) !important;
    color: var(--main-black) !important;
}
.test-booking-new .booking-form .btn-submit:disabled {
    filter: none !important;
}
.testing-form-card {
    width: 85% !important;
}
select {
    background: #f0f3fb;
    border: 1px solid #f0f3fb;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    font-size: 16px;

    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.select-wrapper {
    position: relative;
}
.select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: -6px;
    right: 20px;
    color: var(--blue-color);
    pointer-events: none;
    right: 0px;
}
select {
    overflow: auto;
}
/* END:: Test-Booking-Form-CSS */

.form-thankyou-content {
    display: none;
    margin-bottom: 30px;
    width: 85%;
}
.form-thankyou-content h2 {
    font-size: 30px !important;
    text-align: center !important;
}
.form-thankyou-content p {
    margin: 0px !important;
}
.text-gray {
    color: var(--gray-text-color) !important;
}
.text-black {
    color: var(--main-black) !important;
}
.form-header-content {
    display: block;
}
.test-booking .booking-form .btn-submit:disabled {
    opacity: 0.65;
    filter: grayscale(1);
    cursor: not-allowed;
    background-color: var(--dark-gray) !important;
    color: var(--main-white) !important;
}
.form-header-content {
    width: 85% !important;
}

/* START:: Captcha-Code-CSS */
.captcha-main .CaptchaWrap {
    position: relative;
}
.captcha-main #CaptchaImageCode {
    margin-top: 5px;
    border-radius: 8px;
    overflow: hidden;
}
.captcha-main .capcode {
    font-size: 40px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic;
    width: 100%;
}
.captcha-main .reload-btn {
    position: absolute;
    top: -42px;
    right: 5px;
    width: 36px;
    height: 36px;
    padding: 0 10px;
    line-height: normal;
    border-radius: 8px;
    outline: none;
    border: none;
    box-shadow: none;
    transition: 0.5s ease;
}
.captcha-main .reload-btn:hover {
    background: #ccc;
}
.captcha-main .reload-btn img {
    width: 100%;
}
.captcha-main .error {
    color: red;
    font-size: 12px;
    display: none;
}
.captcha-main #captchaError {
    position: absolute;
    bottom: -20px;
    left: 5px;
    color: red;
    font-size: 14px;
    display: none;
}
/* END:: Captcha-Code-CSS */

/* START:: Listen-To-The-Heart-Main-Section-CSS */
.listen-to-heart-main {
    background-color: #fefaef;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
}
.heart-image-main img {
    width: 100%;
}
.section-title {
    letter-spacing: 2px;
    color: var(--main-white);
}
.listen-to-heart-main h1 {
    font-family: 'MuseoSans300';
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000 !important;
    text-align: center;
    margin: 25px 0 50px 0;
    letter-spacing: 0;
}
.button-yellow {
    background-color: #ffdd55;
    border-radius: 50px;
    padding: 10px 20px;
}
.about-us-btn .btn {
    margin-top: 15px;
}
/* END:: Listen-To-The-Heart-Main-Section-CSS */

sup {
    top: -1em;
}
sub,
sup {
    position: relative;
    font-size: 50%;
    line-height: 0;
    vertical-align: baseline;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgb(255 255 255 / 91%);
    width: 100%;
    height: 100%;
    cursor: wait;
}
.loader .inner-loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loader h1 {
    margin: 10px 0 0;
    font-size: 16px;
    color: #000;
    line-height: normal;
}
img.banner-icon-down {
    margin: auto;
    display: block;
    cursor: pointer;
    /* filter: brightness(0) invert(1); */
    width: 40px;
}
.heart-image-main {
    margin: 0 auto;
    text-align: center;
}
.heart-image-main img {
    width: 50%;
}
section.india-map {
    display: none;
}
.footer-section .pp-link{
    color: #ffffff;
    display: block;
}
.footer-section .pp-title-link{
    line-height: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .listen-to-heart-main h1 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .listen-to-heart-main h1 {
        font-size: 30px;
    }
}
@media (max-width: 539px) {
    .heart-image-main img {
        width: 75%;
    }
}
@media (max-width: 479px) {
    .heart-image-main img {
        width: 75%;
    }
}


/*Privacy Policy*/
.privacy-policy-page{
    background-color: #fefaef;
}
.privacy-policy-page .privacy-policy{
    padding: 150px 0 50px;
}
.privacy-policy-page .privacy-policy h1 {
    color: #000;
    font-family: 'MuseoSans300';
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}
.privacy-policy-page .sub-section {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1rem;
}
.privacy-policy-page .sub-section h3{
    font-weight: 600;
}



































