@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color: #0F589D;
    --white-color: #fff;
    --light-blue: #00A9FF;
    --theme-black-color: #3E3E3E;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    padding-top: 100px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sans-serif;
}

input,
button,
select {
    outline: none;
    box-shadow: none;
}

.themeColor {
    color: var(--theme-color) !important;
}

.blackColor {
    color: var(--theme-black-color) !important;
}

.mobile {
    display: none;
}

.sectionHeading {
    text-align: start;
}

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    /*display: none ;*/
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
    background-color: var(--theme-color);
}

.heading {
    padding: 20px 0px 5px 0px;
    text-align: left;
}

.unorderList li a span {
    margin: 0px 12px;
    font-size: 17px;
    font-weight: 400;
}

/*---=========navabr==========---*/

.mainHeader {
    background: var(--theme-color);
    /*position: fixed;*/
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 400ms ease;
}

.mainHeader.fixedHeader {
    top: -6px;
    transition: all 400ms ease;
    box-shadow: 0 0 10px #0000002e;
}

.listInline {
    /*display: flex;*/
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 10px;
}

.gap20 {
    gap: 20px;
}

nav#mainNav {
    background: transparent;
    padding: 28px 0px;
}

.navbar-brand img {
    /* margin-top: 16px; */
    /* margin-bottom: 16px; */
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-left: 56px;
}

.dropMenu {
    position: relative;
}

.dropMenuWrp {
    padding: 10px;
    position: absolute;
    min-width: 240px;
    border-radius: 0 0 3px 3px;
    background: rgb(255 255 255);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
    opacity: 0;
    top: 20px;
    z-index: -9;
    transition: all 500ms ease;
    visibility: hidden;
}

.dropdown-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li.menu-item a {
    color: #000;
    display: block;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}

li.menu-item a:hover {
    color: #6f0091;
}

nav#mainNav .nav-item>a {
    padding: 10px 23px;
    border: 1px solid var(--white);
    border-radius: 36px;
    color: var(--white);
    display: flex;
    gap: 7px;
    justify-content: center;
}

nav#mainNav .nav-item>a.phoneNumber {
    background: var(--white-color);
    color: var(--theme-color);
    padding: 10px;
    margin-bottom: 0px;
}

nav#mainNav .nav-item>a.whatsappBtn span,
nav#mainNav .nav-item>a.phoneNumber span {
    font: 700 14px 'Poppins', sans-serif;
    word-spacing: 3px;
}

nav#mainNav .nav-item>a.whatsappBtn i,
nav#mainNav .nav-item>a.phoneNumber i {
    font-size: 18px;
}

nav#mainNav .nav-item>a.phoneNumber i {
    transform: rotate(82deg);
    font-size: 16px;
}

nav#mainNav .nav-item>a:hover {
    background: var(--white-color);
    color: var(--theme-color);
}

nav#mainNav .nav-item>a.phoneNumber:hover {
    background: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

nav#mainNav .nav-item {
    padding: 0 15px;
}

.dropMenu:hover .dropMenuWrp {
    opacity: 1;
    top: 100%;
    z-index: 9;
    transition: all 500ms ease;
    visibility: visible;
}

nav#mainNav .nav-item>i {
    position: absolute;
    right: 5px;
    top: 33px;
}

.wideDropMenu {
    min-width: 480px;
}

.wideDropMenu .dropdown-items {
    display: flex;
    flex-wrap: wrap;
}

.wideDropMenu .dropdown-items li {
    width: 50%;
}

#nav {
    padding: 10px 0px 10px 0px;
    /*border: 1px solid #dee2e6;*/
    border: none;
}

#nav {
    /*margin-bottom: 30px;*/
}

#nav>li>a {
    color: #fff;
    font-size: inherit;
    font-weight: normal;
    background: #8b1d24;
    border: 0;
    border: 1px solid #eee;
    /*border-bottom: 1px solid #ddd;*/
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 15px 110px;
    text-align: center;
    line-height: 1.42857143;
    display: block;
}

#nav>li.active>a {
    background: #8b1d24;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top-width: 1px;
    color: #fff;
}

#nav>li>a:hover {
    background-color: whitesmoke;
    color: #8b1d24;
    border: 1px solid #8b1d24;
}

/*---------===================banner section=================---------*/

section.mainBanner {
    position: relative;
    margin-top: 0px;
}

.banner-section img {
    /* height: calc(100vh - 158px); */
    height: auto;
    object-fit: cover;

}

.slider-container {
    width: 1200px;
}

.sliderContent {
    position: absolute;
    left: 37%;
    top: 52%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 400ms ease;
    right: 0;
}

.sliderContent h1 {
    font: 700 33.5px/46.4px 'Poppins', sans-serif;
    text-align: left;
    color: var(--white);
}

.banner-list ul {
    padding-left: 0;
}

.banner-list ul li {
    list-style: none;
    text-align: start;
    font: 500 19.66px / 38.99px 'Poppins', sans-serif;
    color: var(--white);
    display: flex;
    gap: 10px;
    align-items: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.3;
    margin-bottom: 15px;
}

.banner-list ul li span.ellipse-icon {
    width: 12px;
    height: 25px;
    display: block;
    background: var(--light-blue);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 3.443786859512329px 3.443786859512329px 0px #00000040;
}

a.white-btn {
    display: block;
    width: 169.55px;
    height: 40px;
    background: var(--white);
    border-radius: 36px;
    font: 700 25.71px/38.57px 'Poppins', sans-serif;
    color: var(--theme-color);
}

a.white-btn:hover {
    border: 1px solid var(--white-color);
    color: var(--white-color);
    background: transparent;
}

.bannerEnquiryHeading h3 {
    font: 700 30px/44.55px 'Poppins', sans-serif;
    text-align: center;
    display: flex;
}

.card.appointment-card {
    border-radius: 23px;
    box-shadow: 0px 5px 6.800000190734863px 0px #00000069;
    position: relative;
    top: -13px;
    right: -185px;
    margin: auto 37px;
}

.row.bannerEnquiryCard {
    justify-content: center;
    align-items: center;
}

.card.appointment-card .card-body {
    padding: 20px 20px;
}

.bannerEnquiryCard input[type="text"] {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    border: 1px solid #9A9A9A;
    margin-bottom: 16px;
    background: #F3F3F3;
}

.bannerEnquiryCard select {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    border: 1px solid #9A9A9A;
    margin-bottom: 16px;
    background: #F3F3F3;
}

.theme-btn {
    width: 100%;
    height: 44px;
    border-radius: 24px;
    font: 700 24px/36px 'Poppins', sans-serif;
    color: var(--white);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    cursor: pointer;
}

.theme-btn:hover {
    background: var(--white);
    color: var(--theme-color);
}

.bannerEnquiryHeading {
    text-align: center;
    margin: 0 0 19px 0;
}

/*---------===================about us section=================---------*/

.aboutUs {
    padding: 70px 12px 50px;
    background: #F8F8F8;
}

p.about-para {
    font: 400 19.5px/30px 'Poppins', sans-serif;

    text-align: center;
}

.portfolio-title h2 {
    font: 700 34px/40px 'Poppins', sans-serif;
    color: var(--theme-color);
    text-align: center;
}

.sectionHeading h3 {
    font: 700 34px/54px 'Poppins', sans-serif;
}

.about-second-content p,
ul.unorderList {
    font: 400 19.5px/30px 'Poppins', sans-serif;
    text-align: justify;
}

.about-second-content ul li {
    /* font: 400 19.5px / 30px 'Poppins', sans-serif; */
    text-align: justify;
}

ul.unorderList {
    padding-left: 24px;
}

.overviewImg img {
    width: 100%;
    /*    height: 514px;*/
    border-radius: 50%;
    object-fit: contain;
}

/*---------=================== Why Laparoscopic Gallbladder Surgery section=================---------*/

section.WhyLaparoscopicSec {
    background: url('../images/img-background.png') center/cover no-repeat;
    padding: 40px 30px 50px;
}

.portfolio-title p {
    font: 600 20px/36px 'Poppins', sans-serif;
    text-align: center;
    color: var(--white);
}

.customCard {
    text-align: center;
}

.custom-img img {
    height: 128.6px;
    object-fit: cover;
}

.custom-card-content {
    text-align: center;
    padding: 8px 10px 0 10px;
    font: 600 14.17px / 21.2px 'Poppins', sans-serif;
    background: #0f589dd4;
    color: white;
    min-height: 60px;
    display: grid;
    justify-content: center;
    align-content: center;
}

/*---------===================Our Experienced section=================---------*/

section.ourExperiencedSec {
    position: relative;
    padding: 50px 30px;
}

.doctor-info {
    text-align: start;
    padding-top: 40px;
}

.doctor-info h3 {
    font: 700 28px/41.58px 'Poppins', sans-serif;
    color: var(--theme-color);
}

.doctor-info h6 {
    font: 500 20px / 26.7px 'Poppins', sans-serif;
    color: var(--theme-black-color);
    margin-bottom: 0;
}

.doctor-info span {
    font: 500 16px/23.76px 'Poppins', sans-serif;
    color: var(--theme-black-color);
}

/*---------===================Book Appointment section=================---------*/

section.bookingSec {
    padding: 24px 20px 10px;
    background: #F3F3F3;
}

ul.button-list {
    text-align: center;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

ul.button-list li a {
    display: block;
    padding: 8px 10px;
    font: 700 25px / 38.42px 'Poppins', sans-serif;
    width: 291px;
    height: 55px;
}

ul.button-list li a:hover {
    padding: 8px 10px;
    font: 700 25px / 38.42px 'Poppins', sans-serif;
    width: 291px;
    height: 55px;
}

ul.button-list li a i.fa-phone {
    transform: rotate(87deg);
}

/*---------===================faqs section=================---------*/
section.faqs-header-section {
    padding: 40px 37px 10px;
    text-align: center;
}

div#accordion {
    /* padding-left: 57px; */
}

section.faqs-section {
    padding: 45px 37px;
    text-align: center;
    background: var(--theme-color);
}

.faqs-section .card {
    border-radius: 0px;
    border-bottom: 1px solid var(--light-blue);
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

section.faqs-section .card-header button {
    width: 100%;
    text-align: left;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    padding: 13px 0px;
    font: 400 15px/22.5px 'Poppins', sans-serif;
}

section.faqs-section .card-header {
    padding: 0;
    border: none;
    background: var(--theme-color);
    border-radius: 0;
}

.faqs-section .card-body {
    color: var(--white);
    background: var(--theme-color);
    padding: 4px 110px 16px 0px;
    font: 400 11.2px / 18px 'Poppins', sans-serif;
}

.faq-image img {
    width: 439px;
    height: 285px;
    border-radius: 49px;
    object-fit: fill;
}

.faqs-section .card-header button[aria-expanded="true"] i:before {
    content: "\f062";
}

/*---------===================footer section=================---------*/

.copyRight {
    width: 100%;
    height: 55px;
    background: var(--theme-black-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyRight p {
    margin-bottom: 0;
    color: var(--white);
    font: 700 14px/20.79px 'Poppins', sans-serif;
}

/*---------===================book appointment form mobile view section=================---------*/

.stickyBtn {
    display: none;
}

.appointmentBtn,
.appointmentBtn:hover {
    display: block;
    position: fixed;
    right: -79px;
    top: 50%;
    transform: rotate(-90deg);
    padding: 7px 20px;
    background: var(--light-blue);
    border: none;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    z-index: 1;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    text-align: center;
    font-size: 20px;
}

.navbar-whatsapp {
    align-items: center;
    display: flex;
}

/*------------scroller--------------*/
::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #383838;
}

::selection {
    background: #383838;
    color: #fff;
    text-shadow: none;
}

.appointment-box {
    justify-content: end;
    display: flex;
}

.enquiryHeading h1 {
    font: 700 30px/46.4px 'Poppins', sans-serif;
    text-align: left;
    color: var(--white);
}

.appointment_box {
    background: #0f589d;
    border-radius: 15px 0px 0px 15px;
}

.appointment_box_form {
    border-radius: 0px 15px 15px 0px;
}

.bannerEnquiryCard input[type="email"] {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    border: 1px solid #9A9A9A;
    margin-bottom: 16px;
    background: #F3F3F3;
}

.bannerEnquiryCard input[type="number"] {
    width: 100%;
    height: 38px;
    border-radius: 24px;
    border: 1px solid #9A9A9A;
    margin-bottom: 16px;
    background: #F3F3F3;
}

.phoneNumber {
    background-color: blue;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    animation: blinkBg 2.5s infinite;
    text-decoration: none;
    transition: background-color 0.5s, color 0.5s;
}

.phoneNumber i {
    margin-right: 8px;
    font-size: 25px;
}

@keyframes blinkBg {

    0%,
    100% {
        background-color: #0f589d;
        color: white;
    }

    50% {
        background-color: white;
        color: #0f589d;
    }
}

@media (max-width: 349px) {
    .custom-card-content span {
        font-size: 12px;
    }
}

.doctor-profile-section {
    padding: 70px 12px 50px;
    /* background: #fff; */
}

.doctor-profile-section h3 {
    font-weight: 800;
    font-size: 32px;
    line-height: inherit;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0F5DA8;
    margin-bottom: 20px;
}


.doctor-profile-section h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: inherit;
    letter-spacing: 0%;
    color: #0F5DA8;
}


.doctor-profile-card {
    background-color: #F5F3F3;
    border-radius: 10px;
    padding: 20px;
}

.doctor-profile-card h5 .fa {
    width: 25px;
}

.doctor-profile-card h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: inherit;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0F5DA8;
}

.doctor-profile-card p {
    font-weight: 500;
    font-size: 15px;
    line-height: inherit;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #404040;
    margin-left: 30px;
    margin-bottom: 7px;
}

.doctor-profile-blue-card {
    background: linear-gradient(0deg, #062542 -162.5%, #0F5DA8 121.28%);
    padding: 20px;
    border-radius: 10px;
}

.blue-card {
    background: linear-gradient(0deg, #062542 -162.5%, #0F5DA8 121.28%);
    padding: 20px;
    border-radius: 10px;
}

.blue-card h4 {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

.doctor-profile-blue-card p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.doctor-profile-blue-card button,
.doctor-profile-blue-card a {
    font-weight: 800;
    font-size: 20px;
    line-height: 169%;
    letter-spacing: 0%;
    background-color: #fff;
    color: #0F5DA8;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px;
    padding: 5px 15px;
}

.doctor-profile-blue-card h5 {
    font-weight: 800;
    font-size: 33.86px;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.about-second-content p,
ul.unorderList {
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
}

ul.unorderList {
    padding-left: 24px;
}

.faq-card {
    background-color: #105ca7;
    display: flex;
    border-radius: 11px;
}

.faq-section {
    padding: 70px 12px 50px;
    background: #FAFAFA;
}

.faq-section h2 {
    font-weight: 800;
    font-size: 32px;
    vertical-align: middle;
    color: #0F5DA8;
}

.accordion-item {
    border-radius: 20px !important;
    border: none;
    box-shadow: 0px 1px 2px 0px #00000026;
    /* filter: drop-shadow(); */
}

.accordion-button {
    border-radius: 15px !important;
    padding-left: 45px;
}

.accordion-button::after {
    left: 15px;
    position: absolute;
    background-image: url('../images/accordion_close.png');
}

.accordion-button:not(.collapsed) {
    background-color: #105ca7;
    color: #fff;
    padding-left: 45px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    color: #fff !important;
    background-image: url('../images/accordion_open.png');
}

.faq-card .text {
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    padding: 20px;
    color: #fff;
}

.faq-icon img {
    width: 60px;
    height: 100%;
    padding: 5px;
    filter: invert(1) brightness(1000%);
    object-fit: contain;
}


.faq-section h2 {
    font-weight: 800;
    font-size: 32px;
    vertical-align: middle;
    color: #0F5DA8;
}

.btn {
    width: -webkit-fill-available !important;
    display: flex !important;
    justify-content: space-between !important;
}

#accordion>.card {
    margin-bottom: 15px;
}

@media(max-width: 480px) {
    .faq-section>.container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.accordion-button:not(.collapsed) {
    background-color: #105ca7;
    color: #fff;
    padding-left: 45px;
}

.cta-btn {
    background-color: white;
}

.cta-btn button {
    background-color: #105ca7;
    color: white;
    width: fit-content;
}

.why-choose-us h5 {
    margin-bottom: 2rem;
}

.why-choose-us ul li {
    color: white;
    margin-bottom: 1rem;
}

.procedures-section h3 {
    font-weight: 700;
    line-height: inherit;
    letter-spacing: 0%;
    color: #0F5DA8;
}

.procedure-items p {
    height: 100px;
    width: 135px ;
    font-weight: 400;
    font-size: 16px;
    line-height: 169%;
}
/* .procedure-items p:first-child {
  margin-left: 10px;
} */

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    padding: 0px 10px !important;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 7px 15px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 16px !important;
    background-color: #0F5DA8 !important;
    color: white !important;
    border-radius: 100% !important;
}

#logos-carousels.owl-carousel .owl-nav button.owl-next {
    top: 40%;
}

#logos-carousels.owl-carousel .owl-nav button.owl-prev {
    top: 40%;
    padding: 0px 10px !important;
}
.cta-btn button:hover{
    background: #fff;
    border: 1px solid #0F5DA8;
}