/* Graphik Fonts */

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-BlackItalic-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Black-Trial.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-BoldItalic-Trial.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold-Trial.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-ExtralightItalic-Trial.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Extralight-Trial.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-LightItalic-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Light-Trial.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-MediumItalic-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Medium-Trial.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-RegularItalic-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular-Trial.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-SemiboldItalic-Trial.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold-Trial.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-SuperItalic-Trial.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Super-Trial.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-ThinItalic-Trial.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Thin-Trial.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'Graphik', sans-serif;
}
.text-light-white{
    color: #ffffff9e !important;
}

.header-area{
    margin-bottom: 25px;;
}
.banner-area{
    margin-bottom: 15px;;
}
.cta-section{
    margin-bottom: 45px;
}
.doctors-section-area{
    margin-bottom: 25px;
}
.banner-section{
    background: #16397e !important;
}
.bg-header{
    background: #f6f7f8 !important;
}
.searchinput:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: initial !important;
}
.search-bg{
    background: #e7c2d4 !important;
}
.banner-title-row{
    /* margin-top: -100px; */
}
.banner-title{
    font-weight: bold;
    font-size: 95px;
    line-height: 1.2;
    color: #DBEBFF !important;
}
.banner-cta-text{
    font-size: 22px;
}
.banner-image{
    margin-top: -135px;
}
.banner-image img{
    width: 450px !important;
}
.banner-bottom-area{
    margin-top: -165px;
}
.banner-cta{
    background: #ff3000;
    color: white;
}
.homepage-stats .stat{
    color: #ff5722;
    font-size: 32px;
    font-weight: bold;
}
.homepage-stats .label{
    color: white;
}

.text-justify{
    text-align: justify;
}
.horizontal-scroll {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
}
.horizontal-scroll:active {
    cursor: grabbing;
}
.horizontal-scroll .card {
    flex: 0 0 auto;
    margin-right: 10px;
    width: calc(100% / 2); /* Adjust width for mobile view */
}

.horizontal-scroll2 {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
}
.horizontal-scroll2:active {
    cursor: grabbing;
}
.horizontal-scroll2 .card {
    flex: 0 0 auto;
    margin-right: 10px;
    width: calc(100% / 2); /* Adjust width for mobile view */
}
.bg-dark-blue{
    background: #0e1130 !important;
}
.bg-light-orange{
    background: #ffebe5 !important;
}
.bg-light-orange-2{
    background: #FBAD8D !important;
}
.bg-light-orange-3{
    background: #FDF8EB !important;
}
.bg-light-orange-4{
    background: #ffe5df !important;
}
.bg-red-gradient{
    background: linear-gradient(90deg, #DB697B 0%, #C44F63 100%);
}
.bg-dark-red-1{
    color: #DB697B !important;
}
.bg-dark-red-2{
    color: #C44F63 !important;
}
.border-dark-red-1{
    border: 5px solid #DB697B !important;
}
.border-dark-red-2{
    border-color: #C44F63 !important;
}
.bg-custom-yellow{
    background: #FAC553 !important;
}
.book-sepc-test-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
.book-specialists{
    margin-bottom: 25px;;
}
.near-hospitals-section{
    margin-bottom: 50px;
}
.priority-section{
    margin-bottom: 25px;;
}
.testimonials{
    padding: 100px 50px;
}
/* Custom scrollbar styling */
.horizontal-scroll::-webkit-scrollbar {
    height: 4px;
}
.horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: #16397e;
    border-radius: 10px;
}
.horizontal-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.horizontal-scroll2::-webkit-scrollbar {
    height: 4px;
}
.horizontal-scroll2::-webkit-scrollbar-thumb {
    background-color: #16397e;
    border-radius: 10px;
}
.horizontal-scroll2::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.testimonial-card .divider {
    width: 1px;
    height: 50px;
    background-color: #dee2e6;
    margin-left: 15px;
    margin-right: 15px;
}
.faqs-section{
    position: relative;
    overflow: hidden;
    
}
.accordion {
    --mdb-accordion-border-color: none;
}

.bg-yellow{
    background: #f0da69 !important;
}
.bg-light-green{
    background: #a3dac2 !important;
}
.bg-light-green-2{
    background: #A3DAC2 !important;
}
.bg-light-green-3{
    background: #EDF8F3 !important;
}
.bg-light-pink{
    background: #e7c2d4 !important;
}
.bg-light-blue{
    background: #92bdf6 !important;
}
.cta-font-color{
    color: #16397e !important;
}
.bg-blue-2{
    background: #2c438a !important;
}
.bg-blue-4{
     background: #92BDF6 !important;
}
.bg-light-2{
    background: linear-gradient(180deg, #E7F1FF 0%, #E5EFFC 100%);
}

.cta-cards{
    height: 100% !important;
}

.hospital-banner{
    background: rgb(45,122,142);
    background: linear-gradient(90deg, rgba(45,122,142,1) 0%, rgba(23,59,126,1) 100%);
}
.hospital-banner-box{
    padding: 70px 60px;
}
.avatar-group {
    display: flex;
    align-items: center;
}
.avatar-group img {
    border-radius: 50%;
    border: 2px solid white;
    width: 60px;
    height: 60px;
    margin-left: -30px; /* Adjust to control the overlap */
}
.avatar-group img:first-child {
    margin-left: 0;
}
.rating-hospitals .divider {
    border-left: 1px solid white;
    height: 20px;
    margin: 0 10px;
}
.speciality-main-banner{
    padding-top: 70px;
    padding-bottom: 100px;
}
.speciality-banner{
    padding-top: 70px;
    /* padding-bottom: 100px; */
}
.speciality-banner2{
    padding-top: 70px;
    padding-bottom: 100px;
}
.bg-custom-red{
    background: #ff3000 !important;
}
.font-custom-red{
    color: #ff3000 !important;
}
.feed-link-more{
    color: #ff3000 !important;
    font-weight: bold;
}
.speciality-booking-page-form input, select, span{
    border-color: #f2f2f2 !important;
}
.why-faqs .border-bottom{
    border-color: #f2f2f2 !important;

}
.price-compare-table tr td:first-child {
    text-align: left;
}
.price-compare-table tr td:nth-child(2), .price-compare-table tr td:nth-child(3){
    text-align: center;
}
.price-compare-table tr th:nth-child(2), .price-compare-table tr th:nth-child(3){
    text-align: center;
}
.bg-blue-3{
    background: #252b61 !important;
}
.services-section {
    color: white;
}
.service-item {
    display: inline-block;
}
.service-item h2 {
    font-size: 2rem;
    color: #f58a59;
    margin: 0;
    font-weight: bold;
}
.service-item p {
    margin: 0;
    color: white;
}
.divider {
    border-left: 1px solid #6c757d;
    height: 40px;
    display: inline-block;
    margin: 0 20px;
}
.owl-dots{
    display: block !important;
}
.footer-custom-sub{
    padding: 80px !important;
}
.page-search-bar{
    margin-top: -100px;
}
.experience, .top-treatments {
    margin-bottom: 20px;
}
.experience h2, .top-treatments h2 {
    margin-bottom: 10px;
}
.experience ul, .top-treatments .tags {
    list-style: none;
    padding: 0;
}
.experience ul li, .top-treatments .tags span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.experience ul li:before {
    content: '✔';
    margin-right: 10px;
    color: #16397E;
}
.consultation-section{
    margin-top: 75px;
}
.specialist-banner-image{
    width: 65%;
}
.contact-title-section{
    padding-top: 115px;
    padding-bottom: 30px;
}
.iti--allow-dropdown{
    width: 100%;
}
.border-light{
    border-color: #EEEEEE !important;
}
.trusted-by-section {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .trusted-by-section .stat {
    font-size: 48px;
    font-weight: bold;
    color: #ff5722;
  }
  .trusted-by-section .label {
    font-size: 18px;
    color: #555;
  }
  .trusted-by-section h2 {
    font-weight: bold;
    margin-bottom: 40px;
  }

.hospital2-banner-section{
    padding-top: 150px;
    padding-bottom: 150px;
}
.card-content{
    padding: 25px 30px;
    height: 100%;
}
.card-content p{
    font-weight: 600 !important;
}
.leader-tile h3{
    font-weight: 600 !important;
}
.specialty-small-icon{
    width: 65px !important;
}
.services-section-1 .divider2 {
    display: none !important;
}
.services-section-2 .divider3 {
    display: none !important;
}
.bg-orange-1{
    background: linear-gradient(90deg, #DB697B 0%, #C44F63 100%);
}