@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

::-moz-selection {
    background-color: #0075bc !important;
    color: white;
}

::selection {
    background-color: #0075bc !important;
    color: white;
}


html {
    scroll-behavior: smooth !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px white;
    box-shadow: inset 0 0 6px white;
}

body::-webkit-scrollbar-thumb {
    background-color: #0075bc !important;
    outline: 1px solid #0075bc !important;
}

.bg-primary {
    background-color: #0075bc !important;
}

.bg-light-blue {
    background-color: #2badff3d !important;
}

.bg-light-pink {
    background-color: #fdcbd8 !important;
}

.bg-light-yellow {
    background-color: #fff2cc !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

.section {
    padding: 50px 0px;
}

.font-400 {
    font-weight: 400 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.bg-gray {
    background-color: #e3e8e7 !important;
}


.text-primary {
    color: #0075bc !important;
}

.bg-primary {
    background-color: #0075bc !important;
}

.btn-primary {
    background-color: #0075bc !important;
    border-color: #0075bc !important;
}

.text-pink {
    color: #e56378 !important;
}

.bg-pink {
    background-color: #e56378 !important;
}

.btn-pink {
    background-color: #e56378 !important;
    border-color: #e56378 !important;
}

.hcg-list {
    list-style-type: none !important;
    padding: 15px !important;
}

.hcg-list li {
    position: relative;
    margin-bottom: 7px !important;
    padding-left: 40px !important;
}

.hcg-list li::before {
    content: '';
    background-image: url(../images/list-icon.png);
    background-position: 0 2px !important;
    background-repeat: no-repeat !important;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: -2px;
}

#request_submit {
    width: 235px;
}

.table-bordered thead td,
.table-bordered thead th {
    border: 1px solid #fb0101;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #fb0101;
}


button:focus {
    outline: none;
}

a {
    color: #0075bc;
}

.banner1 {
    background-image: url('../images/banner.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px !important;
}

.banner-heading h2 {
    font-size: 2rem;
}

#banner-carousel .item {
    min-height: 412px;
}

.card {
    background-color: transparent;
    border-color: white;
}

.card-header .btn-link {
    color: white;
}

.card-header .btn-link:hover {
    text-decoration: none;
}

.card-body p,
.card-body ul li {
    color: white;
}

.banner-content {
    min-height: 412px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.banner-content h2 {
    color: white;
}

.banner-content h2 {
    color: white;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0075bc;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e56378;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.form-control {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border: 0px;
}

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

.border-radius-6 {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    overflow: hidden;
}

.border {
    border: 1px solid #0075bc;
}

.border-blue {
    border-color: #0075bc !important;
}

.bg-blue {
    background-color: #0885cb !important;
}

.text-blue {
    color: #0885cb !important;
}

.bg-gradiant {
    background-image: linear-gradient(to right, #0075bc 0%, #e56378 100%);
}

.video-section {
    position: relative;
    cursor: pointer;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.embrase-image-wrapper img {
    min-width: 100%;
}

.testimonial-video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.btn-light-pink {
    background-color: #f577aa;
    color: white;
}

.btn-light-pink:hover {
    background-color: #e56378;
    color: white;
}


.footer-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 300;
}

.footer-float-content a i {
    font-size: 25px;
}

.btn-rounded {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
}



.footer-bottom {
    margin-bottom: 42px;
}


.video-popup {
    width: 60%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-popup-close {
    cursor: pointer;
    position: absolute;
    right: 80px;
    top: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e56378;
    color: white;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.modal-pointers li {
    cursor: pointer;
}

.doctor-image {
    min-height: 300px;
    background-position: top center;
    background-size: cover;
    padding: 30px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    margin-bottom: 20px;
}

.btn-pink {
    background-color: #e56378 !important;
    border-color: #e56378 !important;
    color: white;
}

.btn-pink:hover {
    background-color: #e56378 !important;
    border-color: #e56378 !important;
    color: white;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: -50px;
}


.btn.btn-link.btn-block {
    white-space: initial;
}

.doctor-image-box {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 30px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.embrase-image-mobile {
    display: none;
}


.design-image-wrapper img {
    border-radius: 50%;
    width: 170px !important;
    height: 170px !important;
    margin: 0 auto !important;
}

.service-box {
    min-height: 435px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border: 2px solid white;
    cursor: pointer;
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
}

.service-box:hover {
    background-color: white;
    color: #e56378 !important;
    transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
}

.service-box img {
    display: block;
    max-width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #e56378;
}

.faq-box {
    cursor: pointer;
    background-color: #e56378;
    color: white;
}

.faq-box h5 {
    font-weight: 400 !important;
    font-size: 18px;
}

.request-control {
    max-width: 235px !important;
}

.cancer-box {
    min-height: 427px;
}

.nav-tabs .nav-link {
    background-color: #fdcbd8;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #e56378;
    color: white;
}

.five-columns .col {
    width: 20%;
    float: left;
}

.kchannel-group {
    display: none;
}

.mobile-banner-image {
    display: none;
}

.technology-image {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-accordion-item {
    border: 1px solid #0075bc;
    margin-bottom: 10px;
    border-radius: 6px;
}

.custom-accordion-item-header {
    padding: 10px;
    background-color: #0885cb;
    cursor: pointer;
    position: relative;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.custom-accordion-item-content {
    display: none;
    padding: 10px;
}

.custom-accordion-item-header::after {
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 22px;
}

.custom-accordion-item.open .custom-accordion-item-header::after {
    content: '-';
}


.image-pink {
    filter: invert(54%) sepia(56%) saturate(1602%) hue-rotate(312deg) brightness(94%) contrast(91%);
}

.cancer-box-2 img {
    width: auto !important;
    margin: 0 auto;
}







/*  Media Queries Starts */

/*  Large Desktops upto 1350px */
@media screen and (max-width: 1300px) {}

/* Small Desktops upto 1024px */
@media screen and (max-width: 1024px) {
    .banner-heading h2 {
        font-size: 2.0rem;
    }

}

@media screen and (max-width: 820px) {
    .embrase-image-dektop {
        display: none;
    }

    .embrase-image-mobile {
        display: block;
    }
}

/*  Tablets upto 768px */
@media screen and (max-width: 768px) {
    .banner-content h1 {
        font-size: 23px;
    }

    .embrase-image-dektop {
        display: none;
    }

    .embrase-image-mobile {
        display: block;
    }

    .mobile-banner-image {
        display: none;
    }
}


/* Small Devices and Phones upto 480px */
@media screen and (max-width: 480px) {

    .side-image-wrapper {
        padding: 0px !important;
    }

    .embrase-image-dektop {
        display: none;
    }

    .embrase-image-mobile {
        display: block;
    }

    .banner-content h1 {
        font-size: 23px;
    }

    .banner-heading h2 {
        font-size: 1.4rem;
        margin-top: 20px !important;
    }

    .navbar-brand img {
        max-width: 145px;
    }

    .footer-bottom {
        margin-bottom: 62px;
    }

    h2 {
        font-size: 1.4rem;
    }

    .section {
        padding: 30px 0px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -25px;
    }

    iframe {
        height: 215px !important;
    }

    .banner1 {
        background-image: none;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding: 30px 0px !important;
    }

    .banner-content {
        min-height: 304px;
    }

    .btn-pink {
        font-size: 14px;
    }

    .video-popup {
        width: 90%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-popup-close {
        position: absolute;
        right: 0px;
        top: 21px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #chatbox-container iframe {
        height: 100% !important;
    }

    .five-columns .col {
        width: 50%;
        float: none;
    }

    .mobile-banner-image {
        display: block;
    }


}


/*  Media Queries Ends */