@font-face {
    font-family: Gotham Book Regular;
    src: url("../fonts/Gotham Book Regular.otf");
}

@font-face {
    font-family: Gotham Book;
    src: url("../fonts/Gotham Book Font.otf");
}

@font-face {
    font-family: Gotham-Bold;
    src: url("../fonts/Gotham-Bold.otf");
}

@font-face {
    font-family: Gotham-Light;
    src: url("../fonts/GothamLight.ttf");
}

@font-face {
    font-family: GothamMedium;
    src: url("../fonts/GothamMedium.ttf");
}

.go_light {
    font-family: Gotham-Light;
}

.mb-30 {
    margin-bottom: 30px;
}

.go_book {
    font-family: Gotham Book Regular;
}

.go_book_normal {
    font-family: Gotham Book;
    font-weight: 500;
}

.gotham_bold {
    font-family: Gotham-Bold;
    font-weight: 500;
}

.go_medium {
    font-family: GothamMedium;
}


.doctor-heading p {
    font-family: Gotham-Light;
    font-size: 16px;
}


p {
    color: #6c757d !important;
}

a {
    text-decoration: none !important;
}

.pop_btn {
    border: #f9596d;
    width: 100%;
}

.modal-content {
    padding: 10px;
}

.logo {
    max-width: 120px;
}

.number_text a {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    color: #f51a1e;
    font-weight: 700;
}

.border-left {
    border-left: 2px solid #dee2e6 !important;
}

.banner_content .go_book {
    margin-bottom: 5px;
}

.color_pink {
    color: #f04459;
}

.banner_content .color_pink {
    font-weight: 600;
}

.padd_0 {
    padding: 0px;
}

.doctors {
    padding: 30px 0px;
}

.btn_common {
    color: #fff !important;
    font-weight: 300;
    padding: 10px;
    border-radius: 4px;
    font-family: Gotham Book Regular;
    background: linear-gradient(#fd6174, #f04459);
}

.btn_common:hover {
    background: #e51830 !important;
}

.btn_common_small {
    color: #fd6174;
    font-weight: 300;
    padding: 7px 13px;
    border-radius: 4px;
    font-family: GothamMedium;
    font-size: 14px;
    background: #fff;
    border: 1px solid #fd6174;
}

.btn_common_small:hover {
    color: #fff !important;
    background: linear-gradient(#fd6174, #f04459);
}

.partners {
    background: #fbf7f7;
}

.partner_content {
    padding: 30px 0px;
}

.partner_content h3 {
    font-family: GothamMedium;
    margin-top: 10px;
}

.partner_box h4 {
    font-family: GothamMedium;
    font-size: 20px;
}

.partner_box {
    margin-bottom: 30px;
}

.partner_box p {
    font-family: Gotham-Light;
}


.bottom-footer {
    background: black;
    padding: 10px 0px;
}

.bottom-footer p {
    color: #fff;
}

.banner_img {
    position: relative;
}

.banner_of_img {
    width: 100%;
}

.content_on_banner {
    position: absolute;
    margin: auto;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.bg_bakground h3 {
    font-size: 45px;
    margin-bottom: 20px;
    color: #fff;
    font-family: GothamMedium;
}

.google_btn img {
    max-width: 200px;
}

.footer_c {
    padding-top: 20px;
}

.display_phone {
    display: none;
}

.bg_bakground p {
    font-size: 16px;
    color: #fff !important;
    max-width: 400px;
    font-family: Gotham Book Regular;
}

.banner_content h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.mb-20 {
    margin-bottom: 20px;
}

.footer_padd {
    padding: 20px 0px;
}

@media only screen and (max-width: 680px) {
    .number_text a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 690px) {
    .number_text a {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 600px) {
    #footer .copyright {
        margin-bottom: 50px;
    }

    .partners {
        display: none;
    }

    .bg_bakground p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .trained_box {
        padding: 10px !important;
        margin: 25px 5px 5px 5px !important;
    }

    .number_text a {
        padding: 10px 13px !important;
    }

    .trained_box p {
        font-size: 13px !important;
    }

    .btn_form {
        margin: auto;
        text-align: center;
    }

    .pop_btn {
        width: unset;
        padding: 5px 15px !important;
        text-align: center;
    }

    .banner_form h3 {
        font-size: 20px;
    }

    .content_on_banner .row {
        flex-direction: column-reverse;
    }

    .banner_img {
        background: #f7f6f3;
        padding: 20px 0;
    }

    .content_on_banner {
        margin-top: 0px !important;
        padding: 0 20px !important;
    }

    ul.list_banner {
        padding-inline-start: 22px;
    }

    .list_banner {
        padding-left: 20px !important;
    }

    .banner_logo_text {
        padding: 0;
    }

    .banner_of_img {
        display: none;
    }

    .display_desktop {
        display: none;
    }

    .healthcare-area {
        background-size: cover !important;
    }

    .content_on_banner {
        position: unset;
    }

    .download_app {
        text-align: left !important;
    }

    .download_app a {
        width: 90px !important;
        height: 27px !important;
    }

    .list_banner li {
        margin-bottom: 0 !important;
        font-size: 14px;
        line-height: 20px;
    }

    .banner_content img {
        margin-bottom: 10px;
        text-align: center;
        max-width: 100% !important;
    }

    .banner_content {
        padding-top: 20px;
    }

    .healthcare-content {
        padding: 20px;
    }

    .partnet_phone img {
        margin-bottom: 0px;
    }

    .banner_content h2 {
        font-size: 16px !important;
    }

    .banner_content p {
        font-size: 14px;
    }

    .doctor-heading h2 {
        font-size: 18px;
    }

    .doctor-heading p {
        font-size: 14px;
    }

    .assist_box p {
        font-size: 14px;
    }

    .footer_c {
        padding: 20px 20px 0 20px;
    }

    .healthcareiphone-img img {
        display: none;
    }

    .banner_img {
        background-position: center;
    }

    .number_text {
        padding-right: 10px;
    }

    .btn_common {
        padding: 6px 4px;
    }

    .btn_common_small {
        padding: 5px 12px;
    }

    .border-left {
        border-left: unset !important;
        padding-right: 6px;
        padding-left: 0px !important;
        font-size: 13px;
        position: absolute;
        right: 0;
    }

    .display_phone {
        display: block;
    }

    .bg_bakground h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .bg_bakground {
        background-image: none;
        padding-bottom: 0px;
    }

    .footer_img img {
        max-width: 70%;
    }

    .partner_content h3 {
        text-align: center;
    }

    .partner_box {
        text-align: center;
    }

    .partnet_phone {
        text-align: center;
        margin-top: 30px;
    }

    .partnet_phone img {
        max-width: 50%;
    }

    .google_btn img {
        max-width: 130px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .bg_bakground h3 {
        font-size: 40px;
    }

    .google_btn img {
        max-width: 170px;
    }

    /*.number_text {
        display: none;
    }*/
    .partner_box {
        text-align: center;
    }

    .partnet_phone {
        text-align: center;
        margin-top: 30px;
    }

    .partnet_phone img {
        max-width: 50%;
    }

    .partner_content {
        text-align: center;
    }

    .number_text a {
        font-size: 17px;
    }

    .border-left.padd_0 {
        position: absolute;
        right: 10;
    }
}

@media only screen and (min-device-width: 688px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    .border-left.padd_0 {
        position: absolute;
        right: 10;
    }

    .bg_bakground h3 {
        font-size: 40px;
    }

    .google_btn img {
        max-width: 155px;
        padding-bottom: 10px;
    }

    .number_text a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 892px) {
    .content_on_banner {
        position: unset;
    }
}

@media only screen and (max-width: 1175px) {
    .content_on_banner {
        bottom: 10;
    }

    .banner_content h2 {
        font-size: 26px;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {}

.healthcare-area {
    max-width: 100% !important;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    background: url(../images/background-iphone.png);
}

.healthcareiphone-img img {
    margin-top: -50px;
    max-width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #f75367;
    border-color: #f75367;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f75367;
    border-color: #f75367;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f75367;
    border-color: #f75367;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.list_banner li {
    margin-bottom: 7px;
}

.banner_content img {
    max-width: 63%;
}

.banner_form h3 {
    background: #f75367;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px 20px 0px 0px;
}

.banner_form {
    background: #00000091;
    border-radius: 20px;
}

.banner_form form {
    padding: 0px 10px 10px 10px;
}

.assist_box {
    text-align: center;
}

.assist_box img {
    max-width: 30%;
}

.trained_box {
    text-align: center;
    background-image: linear-gradient(180deg, #fbf7f6, #f4f9fb);
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
    transition: 0.3s all ease-in;
}

.trained_box:hover {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 10%);
    transition: 0.3s all ease-in-out;
}

.trained_box img {
    max-width: 60%;
}

.trained_box p {
    font-size: 20px;
    padding-top: 10px;
}

.asstit_Second_row {
    margin: 30px 0px;
}

#footer {
    color: #212529;
    font-size: 14px;
    background: #0b0d17;
    background-image: url(../images/footer-background.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.bottom_links h2 {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 2px;
    margin: 25px 0 0;
}

.bottom_links ul {
    padding: 15px 0;
    margin: 0;
}

.bottom_links ul li {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
}

.bottom_links ul li a {
    color: #b4b4b5;
}

#footer .copyright {
    text-align: center;
    clear: both;
    padding: 15px 0px;
    /* float: left; */
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
}

#footer .credits {
    margin-top: 30px;
    font-size: 14px;
    color: #ffffff;
}

.download_app {
    color: #ffffff;
    margin-top: 30px;
}

.download_app a {
    display: inline-block;
    width: 137px;
    height: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

.download_app a.googleplay {
    background: url(../images/google.png) no-repeat left top;
    background-size: cover;
}

.download_app a.appstore {
    background: url(../images/app.png) no-repeat left top;
    background-size: cover;
}

#footer .credits span {
    display: inline-block;
    padding-left: 10px;
}

#footer .credits span a.facebook {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    margin: 0px 6px;
    background: url(../images/fb-icon.svg) no-repeat;
}

#footer .credits span a.instagram {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    margin: 0px 6px;
    background: url(../images/instagram.svg) no-repeat;
    background-size: contain;
}

#footer .credits a {
    font-family: "IBM Plex Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    padding: 0px 1%;
}

#footer .credits span a.linkdin {
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    margin: 0px 6px;
    background: url(../images/linkedin.svg) no-repeat;
}

#footer .credits span a.twitter {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    margin: 0px 6px;
    background: url(../images/twitter.svg) no-repeat;
    background-size: contain;
}

#fixed-social a {
    text-align: center;
    width: 100% !important;
    background: #ea5d6e;
    color: #fff !important;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 20px;
    display: block;
}

#fixed-social {
    bottom: 0px !important;
    position: fixed;
    width: 100%;
    z-index: 999;
}

h4#exampleModalLabel {
    background: #f34b5f;
    color: #fff;
    padding: 0px 10px;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.modal-body {
    padding: 10px 0 0 0;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 0px 20px 20px 20px;
    max-width: 100%;
    margin: 20px;
}

.modal-body.pop_up_form form {
    margin-bottom: 0;
}

.number_text a {
    background: #f75367;
    border-radius: 20px;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
}

.close-button {
    padding-bottom: 13px;
    padding-top: 0;
}

html {
    scroll-behavior: smooth;
}

.form-group-button input {
    color: #ffffff;
    background: #f75367;
}

.screen-reader-response p {
    color: #ffffff !important;
}

.wpcf7-response-output {
    color: #ffffff;
}

.btn-primary-gradient {
    color: #ffffff;
    background: #f75367;
}

.btn-primary-gradient:hover {
    color: #ffffff;
}

.sr-only {
    position: relative !important;
    width: 100%;
    height: auto;
    color: #fff
}

.captcha_wrap p {
    color: #fff !important;
    font-size: 0.925rem;
    line-height: 1.4rem;
    margin-bottom: 10px !important;

}

.captcha_wrap .captcha_inner_wrap {
    display: flex;
    align-items: center;
}

.captcha_wrap .captcha_inner_wrap img {
    height: 36px
}

.captcha_wrap .captcha_inner_wrap input {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 1px 5px;
    height: 36px;
    width: 90px;
    color: #001430;
    margin-left: 5px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.thanks {
    font-size: 0.875rem !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

.thanks a {
    text-decoration: none !important;
    color: #d1424f !important;
}

.thanks a:hover {
    text-decoration: underline !important;
}

.banner_form {
    padding-bottom: 50px;
}

.color-marron {
    color: #ef4257;
}

/* harsh css */
/* harsh css customs */
@font-face {
    font-family: Gotham Book Regular;
    src: url("../fonts/GothamBook.ttf");
}

@font-face {
    font-family: Gotham-Light;
    src: url("../fonts/GothamLight.ttf");
}

@font-face {
    font-family: GothamMedium;
    src: url("../fonts/GothamMedium.ttf");
}


body {
    font-family: Gotham Book Regular, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.sticky {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
}

#myHeader {
    background-color: #fff;
    z-index: 9;
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}

.btn-primary {
    color: #fff;
    background-color: #ff6477;
    border-color: #ff6477;
    background-image: linear-gradient(to bottom, #ff6477, #ef4257);
}

.text-primary {
    color: #ef4257 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.activeform .getbox {
    box-shadow: 0px 0px 15px 0px rgba(234, 93, 110, 0.75);
    -webkit-animation: glow 2s ease-out infinite;
    animation: glow 2s ease-out infinite;
}

.getbox {
    background-color: #fff !important;
    border: 1px solid #EA5D6E;
    padding: 15px !important;
    border-radius: 8px !important;
}

.color-marron {
    color: #d1424f;
}

/* harsh css customs */
.logo_wrap {
    min-width: 100px;
}

.logo {
    width: 100px;
    height: auto;
}

.logo a {
    display: block;
}

.our-sepcialist a {
    text-decoration: none;
    font-size: 1.4rem;
    background: #ef4257;
    border-radius: 50px;
    font-weight: bold;
    border: 1px solid #ef4257;
    color: #fff;
    padding: 6px 20px;
    display: block;
}

.our-sepcialist a:hover {
    background-color: transparent;
    color: #ef4257;
}

.recommended ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.recommended a {
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    display: block;
}

@media only screen and (max-width:1200px) {
    .recommended a {
        font-size: 0.9rem;
    }
}

.recommended a:hover {
    color: #ef4257;
}

.bg_bodycheckup {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.book_full h2 {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
}


.red_color {
    color: #EF4257;
}

.avail p {
    color: #5c5c5c;
    margin: 0px;
}

.avail h2 {
    color: #ef4257;
    font-weight: bold;
    margin: 0px;
}

.avail p span {
    color: #333333;
    font-weight: bold;
}

.bordertop {
    border-top: 1px solid #707070;
}

.image_border {
    width: 400px;
    max-width: 100%;
}

.hospital_img img {
    width: 100%;
    height: auto;
}

.discount {
    background: #EF4257;
    border-radius: 30px 0px 30px;
    width: 250px;
    text-align: center;
}

.discount p {
    color: #fff;
    line-height: 1;
    margin: 0px;
    padding: 10px 0px;
}

.package_start p {
    font-size: 1.3rem;
}


.display-none {
    display: none;
}

.btn:hover {
    border-color: #ef4257;
    background: #ef4257;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    border-color: #ef4257;
    background: #ef4257;
}

.btn.bannerbtn img {
    margin-left: 5px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    border-color: #ef4257;
}

.btn-primary:active {
    border-color: #ef4257;
}

.form-control:hover {
    border: 1px solid #ef4257;
}

.form-control {
    font-family: Arial, Helvetica, sans-serif;
}

.form-control:focus {
    border: 1px solid #ef4257;
    box-shadow: none;
}

.package_accordian {
    background: transparent linear-gradient(180deg, #E2F0F5 0%, #F7EBEA 100%) 0% 0%;
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
}


.package_accordian h2 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.package_wrap {
    max-height: 380px;
    padding: 15px 0 15px 15px;
    overflow-y: auto;
    border-left: solid 1px #F7EBEA;
    border-right: solid 1px #F7EBEA;
}

.package_wrap h4 {
    font-size: 1rem;
    font-weight: 500;
    font-family: GothamMedium;
}

.package_wrap ul {
    padding: 0px 0px 10px 0px;
    list-style-type: disc;
    display: block;
}

.package_wrap ul:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.package_wrap ul li {
    font-size: 0.925rem;
    display: block;
}

.work-icon {
    width: 50px;
    height: 50px;
}

.work-icon img {
    width: 100%;
    height: auto;
}

.ourpartner {
    width: 350px;
}

.ourpartner img {
    width: 100%;
    height: auto;
}

.work-box {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 6px #7D7D7D1A;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    width: 200px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

.work-box h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 8px;
}

.card {
    border: none;
    box-shadow: 0px 3px 10px #4848480D;
    height: 100%;
}

.card-body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

.mac-margin {
    margin-right: 0.5rem;
}

.playstores {
    margin-right: 10px;
}

.playstores:last-child {
    margin-right: 0px;
}

.inr {
    font-weight: bold;
}

.inrtwo {
    color: #6E6E6E;
    font-weight: bold;
    position: relative;
    display: block;
}

.inrtwo span {
    display: block;
    position: relative;
    z-index: 1
}

.inrtwo:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #EF4257;
    transform: rotate(-10deg);
    bottom: 12px;
    left: 0px;
    z-index: 2;
}

.save {
    border-radius: 50px;
}

.accordion-button {
    border: none;
    padding: 0%;
}

.accordion {
    padding: 15px;
    border: 1px solid #F1ECED;
}

.urinebtn {
    background-color: #fff;
    font-size: 1rem;
    color: #000;
    text-align: start;
}

button:focus {
    outline: none;
}

.accordion_text {
    padding-left: 0px;
}

.accordion_text li {
    position: relative;
    padding: 0 0 12px 15px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.accordion_text li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f51a1e;
    position: absolute;
    left: 0px;
    top: 8px;
}

.accordion-item h2 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.enquire {
    background-color: #F7EBEA;
    padding: 15px 0px;
    border-radius: 0px 0px 8px 8px;
}

.accordion-item {
    border: none;
}

.accordion-button:focus {
    box-shadow: none;
    background-color: transparent;
    color: #000;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #000;
}

.btn:focus {
    box-shadow: none !important;
}

.btn {
    box-shadow: none;
}

.accordion-body {
    padding: 0rem 1.25rem;
}


.accordion-button::after {
    background-image: url(../images/icon-plus.png) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-minus.svg) !important;
}

.bg_request {
    background-image: url(../images/request_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.easey h2 {
    font-weight: bold;
    font-size: 1.7rem;
    padding: 10px 0px 10px;
    line-height: 1;
}

.bg_easy {
    background-image: linear-gradient(to top, #e2f0f5, #f7ebea);
}

.easy_border {
    position: relative;
    padding: 36px 10px 10px 10px;
    border: 2px solid #5cb58c;
    height: 130px;
}

.save {
    background: #EF4257;
    border-radius: 30px 0px 30px;
    text-align: center;
}

.save p {
    margin: 0;
    font-size: 0.825rem;
    line-height: 1;
    color: #fff;
    padding: 5px 15px;
}

.easy_tex {
    color: #000;
}

.easy_tex span {
    font-weight: bold;
}

.call_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25%;
    background-color: #5cb58c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bg-color {
    background-color: #393939 !important;
}

.border_corlor {
    border: 2px solid #393939;
}

.black_color {
    color: #393939 !important;
}

.appointment_bg {
    background-color: #5e6e80 !important;
}

.appointment_border {
    border: 2px solid #5e6e80 !important;
}

.appointment_color {
    color: #5e6e80 !important;
}

.report_bg {
    background-color: #ef4257;
}

.report_border {
    border: 2px solid #ef4257 !important;
}

.report_color {
    color: #ef4257 !important;
}

.call_icon img {
    width: 20px;
    height: 20px;
}

.one_text {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -30px;
    right: 10px;
    background-color: #edeeef;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5cb58c;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
}

.why_choose {
    padding: 15px;
    border: solid 2px #ef4257;
    text-align: center;
    border-radius: 10px;
}

.round_box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #EF4257;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-our {
    background-image: linear-gradient(to top, #e2f0f5, #f7ebea);
}

.lab_text {
    color: #000;
    font-size: 0.925rem;
}

.img_test img {
    width: 40px;
    height: 40px;
}


.round_box img {
    width: 30px;
    height: 30px;
}

.choose_text {
    font-size: 1rem;
    text-align: center;
}

footer {
    background-color: #272f3e;
    color: #fff;
    font-size: 0.85rem;
    padding: 6px 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.bg-custom {
    background-color: #ef4257;
}

.borderwhite {
    border-right: 1px solid #fff;
}

.border-right {
    border-right: 1px solid #000 !important;
}

.form_box .form-label {
    margin-bottom: 2px;
}

.call_us a {
    text-decoration: none;
    color: #fff;
    background-color: #ef4257;
    border-radius: 50px;
    border: 1px solid #ef4257;
    line-height: 1;
    padding: 10px 26px 10px;
    display: block;
}

.call_us a:hover {
    background-color: transparent;
    color: #ef4257;
}

.fontsize {
    font-size: 1.6rem;
}

.mt-custom {
    margin-top: 26px;
}

.position {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.callbtn a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 0px;
}

/* top scroll css */
.scrollToTop {
    background: #ef4257;
    border: 1px solid #ef4257;
    border-radius: 50px;
    bottom: 5px;
    color: #fff;
    display: none;
    height: 40px;
    position: fixed;
    right: 15px;
    transition: display .5s ease-in-out;
    width: 40px;
    z-index: 99999;
    text-align: center;
}

@keyframes pulse2 {

    0% {

        transform: scale(.1, .1);

        opacity: 0
    }



    50% {

        opacity: .8
    }



    100% {

        transform: scale(1.2, 1.2);

        opacity: 0
    }

}

.scrollToTop::before {
    -webkit-animation: pulse2 2s ease-out infinite;
    animation: pulse2 2s ease-out infinite;
    border: 20px solid #ef4257;
    border-radius: 50%;
    content: "";
    height: calc(100% + 10px);
    left: -5px;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    z-index: -1;
}

.arrow_top {
    width: 15px;
    height: 15px;
    margin-left: 6px;
    background-image: url(../images/arrow_top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.scrollToTop:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #ef4257;
    box-shadow: none;
}


/* thank you css */
.height {
    height: 100vh;
}

.thanks h1 {
    color: #ef4257;
    text-transform: uppercase;
    font-weight: bold;
}

.thanks_text {
    line-height: 1.75;
}

.your {
    font-weight: bold;
}

.playstores {
    width: 150px;
    height: auto;
}

.playstores img {
    width: 100%;
    height: auto;
}

/* mac hack safari browser */

.mac {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}

.mac .easey h2 {
    font-family: Arial, Helvetica, sans-serif;
}

.mac .easey p {
    line-height: 1.5;
}

.mac .thanks_text {
    font-family: Arial, Helvetica, sans-serif;
}

.mac .playstores {
    margin-right: 10px;
}

.mac .work-box {
    height: 380px;
}

.mac .card {
    height: 370px;
}

.mac .mt-custom {
    margin-top: 18px;
}

.mac .accordion_text li::before {
    top: 4px;
}

.mac .our-sepcialist a {
    padding: 2px 20px 0px;
    line-height: 1.5;
}

.mac .save p {
    padding: 10px 15px 1px
}

.mac .btn-primary {
    padding-top: 6px;
    padding-bottom: 6px;
}

.mac .inrtwo:after {
    bottom: 15px
}


.mac .one_text {
    top: -20px !important;
}

.mac .doctor-heading h2 {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 8px !important;
}

.mac .doctor-heading p {
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
}

/* responsive css */
@media screen and (max-width: 575px) {
    .our-sepcialist a {
        font-size: 1rem;
        padding: 5px 10px;
    }

    .mt-custom {
        margin-top: 15px;
    }

    .mac-margin {
        margin-right: 0rem;
    }

    .ourpartner {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .bordernone {
        border-right: none !important;
    }

    .borderright {
        border-right: none !important;
    }

    .border-right {
        border-right: none !important;
    }

    .mac .work-box {
        height: auto;
    }

    .mac .card {
        height: auto;
    }
    .easy_border{
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    body {
        padding-bottom: 40px;
    }

    .scrollToTop {
        bottom: 50px;
    }
}


@media screen and (min-width: 1000px) {
    .widths100 {
        width: 100%;
    }
}

@media screen and (max-width: 1034px) {
    .bg_bodycheckup {
        background-image: none;
        background-color: #F7EBEA;
    }
}

@media screen and (max-width: 1200px) {
    .bordernone {
        border-right: none !important;
    }

    .borderright {
        border-right: 1px solid #000;
    }

    .work-box {
        width: 100%;
    }
}

@media screen and (min-width:1400px) {
    .work-box {
        width: 235px;
    }

}