/* 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;
    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: #ef4257;
}

/* 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;
}

.recommended a {
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    display: block;
}

.recommended a:hover {
    color: #ef4257;
}

.recommended a:focus {
    color: #ef4257;
}

.recommended ul li {
    margin-right: 20px;
}

.recommended ul li:last-child {
    margin-right: 0px;
}

.bg_bodycheckup {
    background-image: url(../images/body-background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.book_full h2 {
    color: #000;
    font-size: 1.7rem;
}

.red_color {
    color: #EF4257;
    font-weight: bold;
}

.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 {
    font-family: Arial, Helvetica, sans-serif;
}

.form-control:hover {
    border: 1px solid #ef4257;
}

.form-control:focus {
    border: 1px solid #ef4257;
    box-shadow: none;
}

.package_accordian {
    background-image: linear-gradient(to bottom, #fff, #f7ebea);
    padding: 15px;
    border-radius: 8px 8px 0px 0px;
}


.package_accordian h2 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.packages {
    border-radius: 10px;
    transition: 0.3s all ease-in;
}

.packages:hover {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    transition: 0.3s all ease-in-out;
}

.package_wrap {
    max-height: 380px;
    padding: 15px 0 15px 15px;
    overflow-y: auto;
    border: solid 1px #f1eced;
    background-color: #fff;
}

.package_wrap h4 {
    font-size: 1rem;
    font-weight: 500;
    font-family: GothamMedium;
}

.package_wrap ul {
    padding: 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;
    font-family: Arial, Helvetica, sans-serif;
}

.mac-margin {
    margin-right: 0.5rem;
}


.playstores {
    margin-right: 10px;
}

.playstores:last-child {
    margin-right: 0px;
}

.inr {
    font-weight: bold;
}

.multipul_box {
    background-color: #e1f1fc;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s all ease-in;
}

.multipul_box:hover {
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 20%);
    transition: 0.3s all ease-in-out;
}



.multipule_text {
    color: #2d67a3;
    font-size: 1.3rem;
}

.multipule_text p {
    font-weight: bold;
    font-size: 1.4rem;
}

.text_multiple {
    font-weight: normal;
    width: 140px;
}


.multiple_img img {
    width: 100%;
    height: auto;
}

.bg_free {
    background-color: #fbe5e3;
}

.freetwo {
    color: #c24e54;
}

.bg_upto {
    background-color: #d2e5eb;
}

.lab_upto {
    color: #487066;
}

.bg_homecare {
    background-color: #d5e1ff;
}

.hometext {
    color: #5981e2;
}

.bg_partner {
    background-image: linear-gradient(to bottom, #e2f0f5, #f7ebea);
}

.benifits img {
    width: 70px;
    height: auto;
}

.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: 0%;
}

.accordion_text li {
    position: relative;
    padding-left: 15px;
}

.accordion_text li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ef4257;
    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 10px 10px;
}

.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/bg_request_call.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.easey h2 {
    font-weight: bold;
    font-size: 1.7rem;
    padding: 10px 0px 10px;
    line-height: 1;
}

.bg_subscription {
    background-color: #e3f0f4;
}

.list_box {
    background-image: linear-gradient(to bottom, #fff, #eef6f8);
    border: solid 1px #e3dfe0;
    border-radius: 10px;
    cursor: pointer;
    height: 80px;
    align-items: center;
    text-align: center;
    color: #333;
}

.list_box:hover {
    background-image: linear-gradient(to bottom, #fff, #dbe6e9);
}

.and_more {
    cursor: pointer;
    color: #404040;
    font-size: 1rem;
}

.bg_easy {
    background-image: linear-gradient(to top, #e2f0f5, #f7ebea);
}

.easy_border {
    position: relative;
    padding: 36px 10px 10px 10px;
    border: 2px solid #5cb58c;
    height: 170px;
}

.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: -17%;
    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;
}

.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: 7px 26px 10px;
    display: block;
}

.call_us a:hover {
    background-color: transparent;
    color: #ef4257;
}

.fontsize {
    font-size: 1.6rem;
}

.mt-custom {
    margin-top: 27px;
}

.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 css */
.mac {
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}


.mac .btn_common_small {
    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;
    }
}

@media screen and (max-width: 768px) {
    .bordernone {
        border-right: none !important;
    }

    .borderright {
        border-right: none !important;
    }

    .border-right {
        border-right: none !important;
    }
    .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;
    }
}