* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'poppins', sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 15px;

}

p {
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    line-height: 28px;
    color: #343434;
}

a {
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'poppins', sans-serif;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    color: #343434;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    margin: 0px;
}

p {
    margin: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.justify-center {
    justify-content: center;
}

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

/* Header Section */
.topHeader {
    background: #080b55;
    padding: 6px 0px;
}

.topHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.topHead>ul {
    display: flex;
}

.topHead.topHeadContact li {
    margin: 0px 20px 0px 0px;
}


.topHead.topHeadContact>ul li i {
    color: #01bfb0;
    transition: 0.4s ease-in-out;
    margin-right: 3px;
}

.topHead.topHeadContact li:hover i {
    transform: rotate(360deg)
}

.topHead.topHeadContact>ul li a {
    color: #fff;
    font-size: 11px;
}

.topHead.topHeaderSocial>ul li {
    height: 30px;
    margin: 0px 0px 0px 10px;
}

.topHead.topHeaderSocial>ul li a {
    color: #fff;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    overflow: hidden;
    font-size: 14px;
}

.topHead.topHeaderSocial>ul li a i {
    position: relative;
    z-index: 2;
    transition: 0.5s ease-in-out;
}

.topHead.topHeaderSocial>ul li a i.fa-instagram {
    transition: 0.5s ease-in-out;
}

.topHead.topHeaderSocial>ul li a:hover i {
    color: #080b55;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-facebook-f {
    color: #0075ea;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-x-twitter {
    color: #000;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-linkedin-in {
    color: #0072b1;
}

.topHead.topHeaderSocial>ul li a::after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 0%;
    height: 0%;
    background: transparent;
    transition: 0.5s ease-in-out;
    border-radius: 100%;
    z-index: 1;

}

.topHead.topHeaderSocial>ul li a:hover:after {
    width: 100%;
    height: 100%;
    background: #fff;
}

/* Media */
@media screen and (max-width:768px) and (min-width:426px) {
    .topHeaderWrapper {
        flex-direction: column;
    }

    .topHead.topHeadContact li {
        text-align: center;
        margin: 0px 12px;
    }

    .topHead.topHeadContact li i {
        display: block;
        font-size: 13px;
    }

    .topHead.topHeadContact>ul li a {
        font-size: 11px;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {
    .topHeaderWrapper {
        flex-direction: column;
    }

    .topHead.topHeadContact li {
        text-align: center;
        margin: 0px 12px;
        line-height: 10px;
    }

    .topHead.topHeadContact li i {
        display: block;
        font-size: 9px;
    }

    .topHead.topHeadContact>ul li a {
        font-size: 7px;
    }

    .topHead.topHeaderSocial>ul li {
        height: 20px;
        margin-top: 6px;
    }

    .topHead.topHeaderSocial>ul li a {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .topHead.topHeaderSocial>ul li a i {
        top: -4px;
    }
}

/* main */
.mainHeader {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: 0.4s ease-in-out;
}

.mainHeader.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
    background-color: #fff;
}

.mainHeaderWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSec {
    width: 210px;
    transition: 0.4s ease-in-out;
}

.logoSec img {
    width: 100%;
}

.mainHeader.sticky .logoSec {
    width: 130px;
}

.hamburger {
    display: none;
    position: relative;
    /* z-index: 2222; */
}


.mainMenu>ul {
    display: flex;

}

.mainMenu>ul>li {
    margin: 0px 0px 0px 30px;
    padding: 38px 0px;
    transition: 0.4s ease-in-out;
}

.mainHeader.sticky .mainMenu>ul>li {
    padding: 20px 0px;
}

.mainMenu>ul>li a {
    color: #222;
    font-weight: 500;
}

.mainMenu>ul>li a:hover,
.mainMenu>ul>li a.active {
    color: #0075ea;
}

.mainMenu>ul li.menuChild i {
    width: 22px;
    height: 20px;
    position: relative;
    top: 1px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0, 0.1, 0.75, 0.31);
}

.mainMenu>ul li.menuChild:hover i {
    transform: rotate(-180deg);
}

.mainMenu>ul li.menuChild {
    position: relative;
}

.childMenu {
    visibility: hidden;
    top: 72px;
    position: absolute;
    left: -14px;
    width: 220px;
    height: auto;
    padding: 20px;
    opacity: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    z-index: 11;
    transition: 0.4s ease-in, 0.6s ease-out;
}

.mainMenu>ul li.menuChild:hover .childMenu {
    top: 100px;
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.mainHeader.sticky .mainMenu>ul li.menuChild:hover .childMenu {
    top: 63px;
}

.childMenu li a {
    line-height: 28px;
}

.childMenu.childMenuArrow li a:hover {
    padding-left: 2px;
    color: #0075ea;
}

.hamburger span {
    width: 42px;
    height: 3px;
    background: #080b55;
    border-radius: 10px;
    display: block;
    margin: 5px 0px 5px 0px;
    transition: all 0.2s ease-in-out;
}

.hamburger span:nth-child(2) {
    width: 36px;
    margin-left: 6px;
    transition: 0.2s ease-in-out;
}

.hamburger.active span {
    background: #fff;
}

.hamburger.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(46deg);
    position: relative;
    top: 8px;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-46deg);
    position: relative;
    top: -8px;
}

/* Mega Menu */
.megamenu.childMenu {
    display: flex;
    width: 750px;
    max-width: 750px;
    right: 0px;
    left: auto;
    justify-content: space-between;
}

.menuChild.MegaMenu .megamenu.childMenu>li>a {
    position: relative;
    font-weight: bold;
}

.menuChild.MegaMenu .megamenu.childMenu>li>a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #00389f;
    bottom: -2px;
    left: 0px;
}

.megamenu.childMenu>li .megamenusChilds {
    margin-top: 10px;
}

.megamenu.childMenu>li .megamenusChilds>li {
    margin: 5px 0px;
}

.mainMenuMobile {
    display: none;
    width: 100%;
    position: fixed;
    background: #020b54;
    left: 100%;
    top: 78px;
    z-index: 111;
    padding: 0px 20px;
    transition: 0.3s ease-in-out;
    padding-top: 74px;
}

.mainMenuMobile.active {
    left: 0;
}

.mainMenuMobile .menuChild {
    position: relative;
}

.mainMenuMobile ul>li {
    padding: 12px 0px;
    border-top: 1px solid #dddddd38;
}

.mainMenuMobile ul>li:first-child {
    border-top: none;
}

.mainMenuMobile ul>li>a {
    color: #ffff;
}

.mainMenuMobile .childOpener {
    position: absolute;
    right: 0px;
    background: #ffffff38;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    top: 6px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.mainMenuMobile .childMenu {
    visibility: visible;
    position: relative;
    width: 100%;
    opacity: 1;
    background: #040c3d;
    top: 10px;
    left: 0px;
    padding: 5px 15px;
    z-index: 1;
    display: none;
    transition: none;
    overflow-y: scroll;
    height: 200px;
}

.mainMenuMobile ul>li.mblink {
    padding: 5px 0px;
}

.childMenu.childMenuArrow .mblink i {
    transform: rotate(180deg);
    margin-right: 10px;
    color: #01c0b2;
}

.megamenusChilds i {
    margin-right: 10px;
}

.childOpener.active {
    transform: rotate(180deg);

}

.hamburger.active {
    position: absolute;
    right: 15px;
    top: 96px;
    z-index: 2222;
}

/* media */
@media screen and (max-width:768px) {
    .mainMenuMobile {
        display: block;
    }

    .hamburger {
        display: block;
    }

    .mainMenu {
        background: #020b54;
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 11;
        display: none;
    }

    .mainMenu>ul {
        flex-direction: column;
    }

    .mainMenu>ul>li {
        margin: 0px 25px 0px 25px;
        padding: 8px 0px;
    }

    .mainMenu>ul>li a {
        color: #fff;
    }

    .mainMenu>ul li.menuChild .childMenu {
        position: inherit;
        top: 0px;
        visibility: visible;
        opacity: 1;
        background: #010a42;
        top: 0;
        width: 100%;
    }

    .mainMenu>ul li.menuChild:hover .childMenu {
        top: initial;
        visibility: initial;
        opacity: initial;
        transition: initial;
    }

    .mainMenu>ul li.menuChild .childMenuArrow i {
        transform: rotate(180deg);
    }

    .mainMenu>ul li.menuChild:hover i {
        transform: initial;
    }

    .megamenusChilds li i {
        transform: rotate(180deg);
        color: #01c0b2;
    }

    .megamenu.childMenu>li .megamenusChilds>li {
        padding: 0px;
    }
}

@media screen and (max-width:768px) and (min-width:426px) {}

@media screen and (max-width:425px) and (min-width:320px) {
    .mainMenuMobile {
        top: 60px;
    }
}


/* banner */
.bannerCarousel .item {
    position: relative;
}

.bannerContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: flex;
    align-items: center;
}

.bannerText {
    max-width: 54%;
    width: 100%;
    padding-left: 9%;
    transform: translateY(-50px);
}

.bannerText h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.bannerText h2 span {
    display: inline-block;
    font-weight: 700;
    color: #223fa9;
}

.bannerText p {
    text-align: justify;
}

.button {
    display: inline-flex;
    height: 48px;
    width: 158px;
    border: 1px solid #223ea7;
    color: #0240a8;
    text-decoration: none;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 500;
    margin-top: 15px;
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-3 a {
    position: relative;
    transition: all .45s ease-Out;
    color: #0240a8;
}

#button-3 button {
    position: relative;
    transition: all .45s ease-Out;
    color: #0240a8;
    margin-top: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    height: 48px;
}
.formWrapper #button-3  button:hover {
    border-color: transparent;
    border: none;
    background: transparent;
}
.formWrapper #button-3  button::before{
    display: none;
}
.formWrapper #button-3  button:hover:before{
    display: none;
}
#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #0240a8;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #fff;
}
#button-3:hover button {
    color: #fff;
}

.bannerCarousel.owl-carousel {
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 1%;
    top: 48%;
    width: 40px;
    height: 40px;
    background: #ffffff94;
    line-height: normal;
    text-align: center;
    color: #223fa7;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 1%;
    top: 48%;
    width: 40px;
    height: 40px;
    background: #ffffff94;
    line-height: normal;
    text-align: center;
    color: #223fa7;
}

.bannerCarousel.owl-carousel .owl-nav button {
    transition: 0.4s ease-in-out;
}

.bannerCarousel.owl-carousel .owl-nav button:hover {
    background: #ffffff;
}

.bannerCarousel.owl-carousel .owl-nav button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.bannerCarousel.owl-carousel:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
}

.bannerCarousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
}

.bannerText h2,
.bannerText p,
.bannerText .button {
    transition: 0.3s ease-out;
}

/* media */
@media screen and (max-width:768px) and (min-width:426px) {
    .bannerText h2 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .bannerText p {
        font-size: 8px;
        line-height: normal;
    }

    .bannerContent .button {
        height: 28px;
        width: 100px;
        margin-top: 6px;
    }

    #button-3 a {
        font-size: 10px;
    }

    .bannerText {
        max-width: 60%;
        width: 100%;
        padding-left: 9%;
        transform: translateY(0px);
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-prev {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-next {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {
    .bannerImg {
        height: 200px;
        overflow: hidden;
    }

    .bannerImg img {
        width: 132% !important;
        transform: translateX(-70px);
    }

    .bannerText h2 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .bannerText p {
        font-size: 8px;
        line-height: normal;
    }

    .bannerContent .button {
        height: 28px;
        width: 100px;
        margin-top: 6px;
    }

    #button-3 a {
        font-size: 10px;
    }

    .bannerText {
        max-width: 60%;
        width: 100%;
        padding-left: 9%;
        transform: translateY(0px);
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-prev {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-next {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }
}



/* About Us */
.wwaTitle h5 {
    color: #080b55;
    font-weight: 600;
    font-size: 28px;
}

.wwaTitle h1 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 26px;
}

.wwaTitle h1 span {
    color: #343434;
}

.wwasoCard {
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 10px 0px;
}

.wwasocardImg {
    width: 12%;
}

.wwasocardImg img {
    width: 100%;
}

.wwasocardContent {
    width: 88%;
    padding-left: 20px;
}

.wwasocardContent h4 {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
}

.wwaContent p {
    text-align: justify;
}

.wwasocardContent p {
    text-align: justify;
}

.whoweweImgSec {
    width: 100%;
}

.whoweweImgSec img {
    width: 100%;
}

.wwdTitle h4 {
    color: #080b55;
    font-weight: 600;
    font-size: 26px;
}

.wwdTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 26px;
}

.wwdTitle h1 span {
    color: #343434;
}

.wwdContent {
    padding-bottom: 50px;
}

.wwdContent p {
    text-align: justify;
}

.wwdulTitle {
    margin-top: 16px;
    margin-bottom: 5px;
}

.wwdUl {
    padding-left: 20px;
    margin-top: 10px;
}

.wwdUl li {
    line-height: 25px;
    text-align: justify;
    display: flex;
    align-items: flex-start;
}

.wwdUl li i {
    margin-right: 10px;
    position: relative;
    top: 7px;
    font-size: 13px;
    color: #0041a7;
}

.wwdImg {
    position: sticky;
    width: 100%;
    top: 60px;
}

.wwdImg .wwdImgi {
    width: 100%;
    position: relative;
    top: 0px;
}

.wwdImg .wwdImgii {
    width: 140px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}



/* Diseases */
.tab-pane.fade:not(.show) {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-pane.fade.show {
    opacity: 1;
}

.disTitle {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}

.disTitle.disTitle2 {
    margin-bottom: 35px;
}

.disTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.disTitle h2::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30%;
    height: 2px;
    background: #01bfb0;
}

.disTitle h2::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #01bfb0;
}

.disTitle.light h2 {
    color: #fff;
}

.disTitle.disTitle2 h5 {}

.diseases .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.diseases .nav-tabs .nav-link {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 0px;
    position: relative;
    border-bottom: 3px solid #ddd;
}

.diseases .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 3px solid #1c37a0;
}

.diseases .nav-item.col-md-3 {
    padding: 0px;
}

.diseases .nav-item:focus-visible {
    outline: none;
    border: none;
}

.disTabBtn {
    text-align: center;
    padding: 15px;
}

.disTabBtn img {
    width: 40px;
    filter: grayscale();
}

.diseases .nav-tabs .nav-link.active .disTabBtn img {
    filter: initial;
}

.disTabBtn h2 {
    font-size: 20px;
    color: #080b55;
    font-weight: 600;
    margin-top: 8px;
}


.disTabImg {
    width: 100%;
    position: relative;
}

.disTabImg img {
    width: 100%;
}

.watermarkedText {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    text-shadow: 1px 1px 4px #fff;
}

.watermarkedText.nottshadow {
    text-shadow: none;
}

.color-blue {
    color: #080b55;
}

.color-cyan {
    color: #01BFB0;
}

.disTabContent h2 {
    color: #080b55;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.disTabContent p {
    margin-bottom: 10px;
}



/* Treatment */
.treatment {
    /* background-image: url(../img/bg/bg-2.jpg); */
    background-size: 74%;
    background-position: left top 50px;
    padding: 50px 0px;
    background-repeat: no-repeat;
    border-top: 1px solid #dddddd52;
    background: #fcffff;
}

/* Timeline Carousel  */
.timelime-slider-wrapper {
    position: relative;
}

.timeline-slider-container {
    position: relative;
    max-width: 100%;
    height: 312px;
    margin: 40px auto 0px auto;
    width: 100%;
}

.timeline-slider-container .card2 {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 24px;
    transform-origin: center;
    transition: 1s cubic-bezier(0.40, 2.3, 0.585, 1.65);
    /* transition: 1s cubic-bezier(0.40, 1.80, 0.99, 1.65); */
    overflow: visible;
    z-index: 2;

}

.card2-wrapper {
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
}

.card2-wrapper.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
}

.card2-wrapper.is-flipped .detail-container {
    z-index: 1;
}

.card2-wrapper.is-flipped .timelineDes {
    z-index: 2;
    background: #0070ff;
    transition: 0.5s ease-in-out;
}


.detail-container {
    position: relative;
    z-index: 2;
    background-color: #f7faff;
    height: auto;
    border-radius: 24px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    font-size: 12px;
    overflow: visible;
    transform-origin: center;
    border: 1px solid #70707040;
    padding: 30px;
    overflow: hidden;
    z-index: 2;
    transition: 0.5s ease-in-out;
}

.timelineDes {
    position: absolute;
    border-radius: 24px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    /* background: #0070ff; */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.timelineDesContainer {
    text-align: center;
    padding: 30px;
    transform: rotateY(180deg);

}

.timelineDes h4 {
    color: #fff;
}

.timelineDes p {
    color: #fff;
}

.treatDis {
    margin-top: 20px;
}

.timeline-slider-container .detail .treatDis p {
    margin-top: 4px;
}

.treatDis a.tReadMoreBtn {
    margin-top: 10px;
    display: inline-flex;
    color: #020b54;
}

.timeline-card-nav .prev {
    position: absolute;
    top: 48%;
    left: -9%;
    background: #ddd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 0;
    fill: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-card-nav .next {
    position: absolute;
    top: 48%;
    right: -9%;
    background: #ddd;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    line-height: 0;
    fill: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-card-nav .card-nav-btn:hover {
    background: #00389f;
}

.timeline-slider-container .image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.timeline-slider-container .image img {
    width: 100%;
}

.timeline-slider-container .tl-more-option {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 20px;
}

.timeline-slider-container .detail {
    margin-bottom: 0px;
    position: relative;
}

.timeline-slider-container .detail h3 {
    font-size: 15px;
    margin: 0;
}

.timeline-slider-container .detail i {
    font-size: 12px;
    margin-bottom: 5px;
    color: #00389f;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.timeline-slider-container .detail p {
    font-size: 13px;
    font-weight: 500;
    color: #868686;
    margin: 0;
}

.timeline-slider-container .card2:nth-child(1) {
    z-index: 10;
    top: 0px;
    transform-origin: top;
    transform: scale(1);
    opacity: 1;
}

.timeline-slider-container .card2:nth-child(2) {
    z-index: 9;
    top: -27px;
    transform-origin: top;
    transform: rotate(0deg) scale(0.93);
    opacity: 1;
}

.timeline-slider-container .card2:nth-child(3) {
    z-index: 8;
    top: -54px;
    transform-origin: top;
    transform: scale(0.8);
    opacity: 1;
    transform: rotate(0deg) scale(0.83);
    opacity: 1;
}

.timeline-slider-container .card2:nth-child(4) {
    z-index: 7;
    top: -45px;
    transform-origin: top;
    transform: scale(0.7);
    opacity: 0.7;
}

.timeline-slider-container .card2:nth-child(5) {
    z-index: 6;
    top: -60px;
    transform-origin: top;
    transform: scale(0.6);
    opacity: 0.6;
}

.timeline-slider-container .card2:first-child:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: scale(1.002)
}

.timeline-slider-container .card2:last-child {
    opacity: 1;
}

.timeline-slider-container .detail .timeline-title {
    font-size: 24px;
    font-family: 'Aeonik';
    font-weight: normal;
    color: #222222;
    padding-top: 4px;
}

.timeline-slider-container .detail .timeline-year {
    font-size: 80px;
    font-family: 'Aeonik';
    font-weight: 300;
    -webkit-text-stroke-width: 1.8px;
    color: #000000;
    text-align: right;
    line-height: 69px;
    margin-bottom: 8px;
    margin-top: -17px;
}

.timeline-slider-container .detail .timeline-month {
    font-size: 24px;
    font-family: 'Aeonik';
    font-weight: 300;
    -webkit-text-stroke-width: 0.6px;
    color: #343434;
    text-align: right;
}

.card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: -150px;
    float: left;
    perspective: 500px;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

    transition: transform 1s;
    transform-style: preserve-3d;
}

.card:hover .content {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    line-height: 300px;
    color: #03446A;
    text-align: center;
    font-size: 60px;
    border-radius: 5px;
    backface-visibility: hidden;
}

.back {
    background: #03446A;
    color: white;
    transform: rotateY(180deg);
}

.treatment-carousel .item {
    height: 420px;
    width: 100%;
}

.tcwb {
    padding: 10px;
    transition: 0.4s ease-in-out;
    width: 100%;
    height: 400px;
    position: absolute;
    transform: scale(0.93);
}


.tcwbSecondWrap {
    padding: 20px;
}

.tcwbWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
    transition: transform 1s;
    transform-style: preserve-3d;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.tcwb:hover .tcwbWrapper {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.tcwbFirstWrapp {
    padding: 18px;
    border: 1px solid #c1c1c1;
    min-height: 170px;
}

.tcwbFirst,
.tcwbSecond {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    text-align: center;
    backface-visibility: hidden;
}

.tcwbFirst {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tcwbFirst .tcwbImg {
    width: 100%;
}

.tcwbFirst .tcwbImg img {
    width: 100%;
}

.tcwbFirst .tcwbTitle h4 {
    text-align: center;
    color: #00389f;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.tcwbFirst .tcwbTitle p {
    text-align: center;
    color: #222;
    margin-top: 5px;
}


.tcwbSecond {
    transform: rotateY(180deg);
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #00389f, #03b1a4);
    text-align: center;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.tcwbSecond h4 {
    color: #bbfffa;
    margin-bottom: 5px;
    font-size: 19px;
}

.tcwbSecond h5 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
}

.tcwbSecond p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.tcwbSecond a {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
}








/* Achivements */
.achievements {
    background: linear-gradient(90deg, #222626cf, #222626f0), url(../img/bg/bg-1.jpg) center center;
    background-size: cover;
}

.section-title.light h4 {
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.counter-wrapper .common-box {
    padding: 20px;
    background: #ffffff0d;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    text-align: center;
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box .timer {
    color: #ddd;
}

.counter-wrapper .common-box .counter-text {
    color: #ddd;
}

.counter-wrapper .common-box span {
    color: #ddd;
}

.counter-wrapper .common-box:hover .counter-text {
    color: #ddd;
}

.counter-wrapper .common-box:hover {
    transform: translateY(-6px);
    background-color: #ffffff42;
}

.counter-wrapper .common-box:hover .timer {
    color: #fff;
}

.counter-wrapper .common-box:hover .counter-text {
    color: #fff;
}

.counter-wrapper .common-box:hover span {
    color: #fff;
}

.counter-wrapper .common-box .timer {
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box .counter-text {
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box span {
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box .counter-num {
    font-size: 32px;
    font-weight: 800;
    color: #222626;
    line-height: 25px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.counter-img {
    width: 50px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto 14px;
}

.counter-img img {
    width: 100%;
}




.treatmentList h5 {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 5px;
}

.tmtUl {
    padding-left: 20px;
}

.tmtUl li {
    display: flex;
    align-items: flex-start;
}

.tmtUl li i {
    position: relative;
    top: 5px;
    font-size: 13px;
    margin-right: 10px;
    color: #0041a7;
}


/* Testimonials */
.pt-testimonial-box {
    padding: 45px;
    border-radius: 5px;
    background: #fbffff;
    border: 1px solid #00c0b247;
}

.pt-testimonial-media {
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative;
}

.pt-testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}

.pt-testimonial-img img {
    width: 100%;
    height: 100%;
}

.pt-testimonial-icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.pt-testimonial-icon i {
    font-size: 70px;
    color: #00c2b336;
}

.pt-testimonial-meta h5 {
    color: #00389f;
    font-weight: 600;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot {
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
    margin: 0px 5px;

}

.testimonials-carousel.owl-theme .owl-dots .owl-dot.active {
    border: 1px solid #03b1a4;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    text-align: center;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #00389f;
}

/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsTitle.inner {
    text-align: center;
    margin-bottom: 40px;
}

.faqsSection{
    background-blend-mode: normal;
    background: linear-gradient(180deg, #ffffffc7, #fff0) ,url(../img/bg/bg-5.jpg);
    background-size: 100%;
}
.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: #0041a7;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}




.formContainer {
    margin-left: 30px;
}

.formInner {
    width: 100%;
    margin: auto;
    background: transparent;
    border: none;
    padding: 0px;
}

.formWrapper .form-group {
    position: relative;
    display: block;
    margin-bottom: 26px;
}
.formWrapper .form-control:focus{
    box-shadow: none;
}
.formWrapper .form-group span {
    font-size: 13px;
    color: #343434;
    position: absolute;
    top: -18px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
}

.formWrapper .form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff
}

.formWrapper .form-control {
    border: none;
    border-bottom: 1px solid #343434a8;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: 0 0;
}

.formWrapper .form-control:focus,
.formWrapper .form-control:valid {
    / border-bottom: none; /
    box-shadow: none;
}

/* .formWrapper .form-control:focus+span,
.formWrapper .form-control:valid+span {
    transform: translateY(-18px) scale(.8);
} */

/* .formWrapper .form-control:focus+span+.border,
.formWrapper .form-control:valid+span+.border {
    transform: scaleX(1)
} */

.formWrapper textarea.form-control:valid+span+.border {
    top: 100%;
}

.formWrapper .form-group span.border.textareabr {
    top: 100%;
}

.formWrapper textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.formWrapper button {
    border: none;
    width: 162px;
    height: 51px;
    border: 2px solid #fff;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat-semibold;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.formWrapper button i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.formWrapper button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.formWrapper button:hover {
    border-color: transparent
}

.formWrapper button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.formWrapper button:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.formWrapper .border {
    border: 1px solid #0042a6 !important;
}

.formWrapper .button {
    margin-top: 35px;
}

@media(max-width:767px) {
    .formInner {
        padding: 0;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none
    }

    .formContainer {
        margin-left: 0px;
    }


}

/* Footer  */


.footer-section {
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #1d1d1df5;
    background-blend-mode: multiply;
    padding: 40px 0px;
}

.footer-logo {
    display: flex;
}

.footer-logo img {
    width: 200px;
    margin: 0px 0px 0px 0px;
}

.footer-co-description p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    line-height: 22px;
    text-align: justify;
}

.footer-links {
    padding-left: 20px;
}

.footer-title h4 {
    color: #fbf6f4;
    font-size: 22px;
    position: relative;
    display: inline;
}

.footer-title h4::after {
    position: absolute;
    width: 30%;
    content: "";
    height: 2px;
    background: linear-gradient(45deg, #00c4b6, #262626);
    bottom: -4px;
    left: 0;
    transition: 0.4s ease-in, 0.4s ease-in;
}

.footer-links:hover .footer-title h4:after {
    width: 100%;
    background: linear-gradient(45deg, #262626, #00c4b6);
}

.footer-links ul {
    padding-left: 0px;
    margin-top: 15px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    line-height: 22px;
}

.footer-links ul li a:hover {
    color: #00cbff;
}

.footer-links .address-sec li {
    margin-bottom: 5px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.follow-us-on-text {
    color: #fff;
    margin-bottom: 5px;
}

.footer-social-links {
    display: flex;
    margin-top: 5px !important;
}

.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
}

.footer-social-links .fa-facebook-f {
    color: #0075ea !important;
    font-size: 14px;
}

.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.footer-social-links .fa-twitter {
    color: #009feb !important;
    font-size: 14px;
}

.footer-social-links .fa-youtube {
    color: #f70000 !important;
    font-size: 14px;
}

.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #00c1b3;
    font-size: 15px;
}

.footer-links ul li a i {
    font-size: 12px;
}

.footer-links ul li a i {
    font-size: 9px;
}

.footer-social-links i.fa-x-twitter {
    color: #000;
    font-size: 12px;
}

.copyright-section {
    width: 100%;
    background: #1d1d1d;
    padding: 12px 0px;
}

.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}



/* Go to Top */

#button {
    display: inline-block;
    background-color: #1c37a0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}


.keyMessageModalContainer.modal {
    --bs-modal-bg: transparent;
}

.keyMessageModalContainer .container-fluid {
    padding: 0px;
}

.keyMessageModal {
    background: #fff;
    padding: 15px;
    border-radius: 30px;
    background: url('../img/bg/bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffffe3;
    background-blend-mode: color;
}

/* 
.keyMessageModal h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
} */

.keyMessageTitleWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0px auto;
    margin-bottom: 20px;
}

.keyMessageTitleWrap .backOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #01bdaf;
    border-radius: 30px;
    bottom: -3px;
}

.backOverlay::after {
    position: absolute;
    content: '';
    width: 102%;
    height: 15%;
    background: #fff;
    left: -8px;
    right: 0px;
    top: -7px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}

.keyMessageTitle {
    padding: 10px 50px 10px 50px;
    background: #0041a7;
    display: inline-block;
    margin: 0px auto;

    border-radius: 64px;
    position: relative;
    z-index: 11;
}

.keyMessageTitle::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3%;
    top: 42%;
    border-radius: 100%;
}

.keyMessageTitle::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3%;
    top: 38%;
    border-radius: 100%;
}

.keyMessageModal h2 {
    color: #ffff;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    display: inline-block;
    /* font-size: 22px; */

    font-size: 12.5px;
    font-family: 'Poppins';
    line-height: 20px;
}

.keyMessageModalContentWrapper {
    /* border: 1px solid #0042a6; */
    /* margin-top: -27px; */
    margin-top: -12px;
    /* padding: 15px; */
    padding: 0px;
    border-radius: 30px;
    position: relative;
}

.kmsubtitle {
    background: linear-gradient(90deg, #fbfaf9, #fefdfd);
    width: fit-content;
    margin: 0px auto;
    padding: 0px 20px;
    font-size: 18px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
    text-align: center !important;
    line-height: 25px;
}

.kmsubtitle::after {
    content: '';
    position: absolute;
}

.keymtext {
    /* padding: 18px; */
    padding: 12px;
    border: 1px solid #01bdaf42;
    border-radius: 30px;
    background: #ffffffb8;
    box-shadow: #0000000d 0px 1px 4px;
    /* min-height: 158px; */
    min-height: 134px;
}

.keymtext h4 {
    margin-bottom: 0px;
    float: left;
    margin-right: 16px;
}

.keyMessageModal h5 {
    color: #080b55;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 22px;
}

.keyMessageModal .kmContent h4 {
    color: #0041a7;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.keyMessageModal .kmContent p {
    /* font-size: 13px;
    line-height: 20px; */
    font-size: 12px;
    line-height: 18px;
    color: #343434;
    text-align: justify;
    font-weight: 600;
}

.keyMessageModal ul>li {
    list-style: auto;
    font-size: 12px;
    line-height: 20px;
    color: #343434;
    text-align: justify;
    font-weight: 600;
}

.keyMessageModal ul>ul>li {
    list-style: inside;
}

.mustKnowContainer {
    /* padding: 18px; */
    padding: 12px;
    border: 1px solid #01bdaf42;
    border-radius: 30px;
    background: #ffffffb8;
    box-shadow: #0000000d 0px 1px 4px;
    /* margin-top: 18px; */
    margin-top: 6px;
}

.keyMessageModal .kmContent .mustKnowContainer h4 {
    font-size: 18px;
    margin: 0px;
    display: inline-block;
}

.keyMessageModal .kmContent .mustKnowContainer h5 {
    margin-top: 4px;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    margin-left: 9px;
}

.keyMessageModal #button-3 {
    border-radius: 30px;
    margin-top: 6px;
}

.keyMessageModal .gotoWebsite {
    margin-top: 0px;
}
.keyMessageModal .gotoWebsite #button-3 a{
    font-size: 13px;
}
.keyMessageModal .gotoWebsite .button{
    height: 37px;
    width: 125px;
    line-height: 16px;
}

.mustKnowContainer ul {
    padding: 0px 18px;
}

.gotoWebsite {
    margin-top: 30px;
}

.gotoWebsite label {
    display: block;
}

.gotoWebsite {
    text-align: center;
}

@media screen and (max-width:768px) {
    .keyMessageModal h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .kmsubtitle {
        font-size: 18px;
    }

    .keyMessageModal h5 {
        text-align: center;
    }

    .keymtext {
        min-height: auto;
        margin-bottom: 20px;
    }

    .keyMessageModal .kmContent h4 {
        text-align: center;
    }

    .mustKnowContainer ul {
        padding: 0px 0px 0px 14px;
    }

    .mustKnowContainer {
        margin-top: 0px;
    }
}


/* Preloader */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ebfdff;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader div {
    width: 8vmax;
    height: 8vmax;
    border-right: 4px solid #223fa9;
    border-radius: 100%;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
}

#preloader div:before,
#preloader div:after {
    content: "";
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #223fa9;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}

#preloader div:after {
    width: 4vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #01bfb0;
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes spinLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}

@keyframes spinLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spinRight {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes spinRight {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


.innerBanner {
    width: 100%;
    min-height: 230px;
    background-color: #0000004f;
    background-blend-mode: color;
}

.ibWrapper {
    display: flex;
    align-items: center;
    min-height: 230px;
}

.ibContents {}

.ibContents h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.ibContents ul {
    display: flex;
}

.ibContents ul li {}

.ibContents ul li a {
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.ibContents ul li i {
    color: #fff;
    font-size: 13px;
    position: relative;
    top: -1px;
    left: 2px;
}

.ibContents ul li a p {
    color: #fff;
    margin-left: 8px;
}

.ibContents ul li p {
    color: #00c1b3;
}

.meetTeam {
    margin: 0px 10px 30px;
}

.meetTeamCard {
    position: relative;
}

.mtcImg {
    width: 100%;
    overflow: hidden;
}

.mtcImg img {
    width: 100%;
    transition: 1s ease;
}

.meetTeamCard:hover .mtcImg img {
    transform: scale(1.1);
}

.mtcContent {
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    width: 90%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 17px 10px;
    text-align: center;
    margin: 0px auto;
    transition: 0.4s ease-in-out;
}

.meetTeamCard:hover .mtcContent {
    bottom: 17px;
}

.mtcName h2 {
    font-size: 22px;
    font-weight: 700;
    color: #00389f;
}

.mtcName h5 {
    font-size: 16px;
    font-family: 'Poppins';
    margin-top: 7px;
}

.wwdServCard {
    padding: 10px 10px;
    background: #fff;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    /* min-height: 260px; */
    min-height: auto;
    /* margin-bottom: 26px; */
    margin-bottom: 0px;
    transition: 0.4s ease-in-out;
    text-align: center;
}
.servicesWrapper{
    padding: 20px 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 39px;
}

/* .wwdServCard:hover {
    transform: translateY(-10px);
} */

/* .wwdServCard::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ddd;
    z-index: 1;
    transition: 0.4s ease-in-out;
    opacity: 0;
} */

/* .wwdServCard:hover:after {
    height: 100%;
    opacity: 1;
    background: #00389f;
} */

.wwdServCardWrapper {
    position: relative;
    z-index: 2;
}

/* .wwdSCardImg {
    width: 80px;
    height: 80px;

} */
.wwdSCardImg {
    width: 52px;
    height: 52px;
    margin: 0px auto;
}

.wwdSCardImg img {
    width: 100%;
    transition: 0.4s ease-in-out;
}

/* .wwdServCard:hover .wwdSCardImg img {
    filter: brightness(1) invert(1);
} */

/* .wwdCardContent {
    margin-top: 17px;
} */

.wwdCardContent h5 {
    font-size: 22px;
    font-weight: 700;
    /* margin-top: 17px; */
    color: #00389f;
    transition: 0.4s ease-in-out;
}
/* 
.wwdServCard:hover .wwdCardContent h5 {
    color: #fff;
}

.wwdCardContent p {
    margin-top: 5px;
    transition: 0.4s ease-in-out;
}

.wwdServCard:hover .wwdCardContent p {
    color: #f0f0f0;

} */

.normal-list {
    padding-left: 20px;
}

.normal-list li {
    list-style: square;
    padding-left: 0px;
}

.contactCard {
    padding: 43px;
    text-align: center;
    background: #F4F6F9;
    transition: 0.4s ease-in-out;
    min-height: 288px;
}

.contactCard:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffff;
}

.ccIcon {
    width: 60px;
    height: 60px;
    margin: 0px auto;

}

.ccIcon img {
    width: 100%;

}

.ccContent {
    margin-top: 20px;
}

.ccContent h5 {
    font-size: 22px;
    font-weight: 700;
    color: #00389f;
}

.ccContent p {
    margin-top: 10px;
}

.contactForm .formContainer {
      margin: 0px;
    margin-top: 0px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 60px;
    
}

.cCardWrapper {
    padding: 50px;
    background-color: #fafeffe0;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-image: url(../img/texture/1.png);
    background-size: contain;
    background-blend-mode: color;
    transition: 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-position: center top 95px;
    min-height: 416px;
}

.cCardWrapper:hover {
    transform: translateY(-5px);

    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.CancerCardImg {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border: 6px solid #00b9ac;
    margin: 0px auto;
    margin-bottom: 28px;
}

.CancerCardImg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.CancerCContent {
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.cCardWrapper:hover .CancerCContent {
    color: #fff !important;
}

.CancerCContent h4 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

.CancerCContent p {
    color: #404040;
    margin-top: 12px;
}

.stPaddingCol {
    padding-right: 30px;
}

.text-align-justify p,
.text-align-justify ul li {
    text-align: justify;
}

.sub-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}

.no-margin {
    margin: 0px;
}

.sub-title-sec {
    text-align: center;
}

.diseaseSecii {
    background: #fcffff;
}

.wwdServCard.dst {
    min-height: 194px;
    text-align: center;
}

.symtom-outer {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    min-height: 50px;
    border: 2px solid #00c0b2b0;
    background: #ffffff;
    padding: 6px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.symtom-outer i {
    margin-right: 10px;
    transform: rotate(90deg);
}

.text-align-center {
    text-align: center;
}

.mt-20 {
    margin-top: 20px;
}

.wwdServCard.dst.dst2 {
    min-height: auto;
    border: 1px dashed #ddd;
    margin-bottom: 20px;
}

.wwdServCard.dst .wwdSCardImg {
    margin: 0px auto;
}

.position-sticky {
    position: sticky;
    width: 100%;
    top: 60px;
}

.typeofDisease>li {
    display: flex;
    align-items: baseline;
}

.typeofDisease li img {
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 19px;
}

.typeofDisease li p {
    width: 95%;
}

.wwdServCard.dst.dst2.dst3 {
    text-align: justify;
}

.wwdServCard.dst.dst2.dst3 .wwdCardContent {
    margin-top: 0px
}

.wwdServCard.dst.dst2.dst3 .wwdCardContent h5 {
    margin-top: 0px
}

.medicine-container {
    padding: 50px 0px;
    border-bottom: 1px dashed #ddd;
}

.mdetailBanenr {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px;
}

.mdWrapper {
    width: 100%;

}

.mdContainer h2 {
    color: #404040;
    font-size: 22px;
    font-weight: bold;

}

.mdContentList {
    display: flex;
    margin-top: 6px;
}

.mdContentList li a {
    color: #404040;
}

.mdContentList li {
    color: #00389f;
}

.mdContentList li:first-child {
    margin-right: 5px;
}

.mdContentList li:nth-child(2) {
    margin-right: 5px;
    margin-left: 5px;
}

.mdContentList li:nth-child(3) {
    margin-left: 5px;
    margin-right: 5px;
}

.mdContentList li:nth-child(4) {
    margin-left: 5px;
}

.medicineImgDiv {
    position: relative;
    width: 96%;
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin-left: 30px;

}

.medicineImgWrapper {
    width: 100%;
}

.medicineImgWrapper img {
    width: 100%;
}

.medicinedContent {
    margin-left: 30px;
    margin-right: 30px;
}

.mdTitles h2 {
    font-family: poppins, sans-serif;
    letter-spacing: 0;
    color: #2c2c2c;
    font-size: 26px;
    font-weight: 700;
    margin: 0px 0 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.mdTitles h4 {
    font-family: poppins, sans-serif;
    letter-spacing: 0;
    color: #00389f;
    font-size: 18px;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.medidTabs {
    margin-top: 15px;
}

.medidTabs .nav-link {
    display: block;
    padding: 14px 38px;
    transition: color .2s ease-out, background-color .2s ease-out;
    background-color: transparent;
    font-family: 'Poppins';
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.166em;
    border-bottom: 3px solid #ddd;
    color: #404040;

}

.medidTabs .nav-link.active {
    background: linear-gradient(91deg, #213fa8, #00c0b3);
    color: #fff;
    border-bottom: 3px solid #03106e;
}

.medidTabs .tab-content>.tab-pane {
    text-align: justify;
    color: #343434;
    line-height: 28px;
}
.medidTabs .tab-content{
    min-height: 323px;
}


.medicineListing{
    padding: 50px 0px;
}
.medicineListing .container-fluid{
    padding: 0px 30px;
}
.custom-custom-side-bar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
}

.custom-side-bar.active {
    left: 0;
}

.custom-side-bar .custom-menu {
    width: 100%;
}

.custom-side-bar .custom-menu .custom-item {
    position: relative;
    cursor: pointer;
}

.custom-side-bar .custom-menu .custom-item a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 8px 24px;
    line-height: 28px;
    background: #fefefe;
    border-bottom: 1px dashed #ddd;
    color: #404040;
}

.custom-side-bar .custom-menu .custom-item a:hover {
    background: #223fa70d;
    transition: 0.3s ease;
}

.custom-side-bar .custom-menu .custom-item i {
    margin-right: 6px;
    color: #404040;
}

.custom-side-bar .custom-menu .custom-item a .custom-dropdown {
    position: absolute;
    right: 12px;
    transition: 0.3s ease;
    top: 7px;
    background: #00a1940d;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00c1b3;
}
.custom-side-bar .custom-menu .custom-item a .custom-dropdown.rotate{
    background: linear-gradient(45deg, #213faa, #00c0b2);
    color: #fff;
    transition: 0.4s ease-in-out;
}

.custom-side-bar .custom-menu .custom-item .custom-sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

.custom-side-bar .custom-menu .custom-item .custom-sub-menu a {
    padding-left: 42px;
    background: #f0f4fa;
}
.custom-side-bar .custom-menu .custom-item .custom-sub-btn i{
    color: #213fa880;
}
.rotate {
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    right: 0;
    margin: 25px;
    cursor: pointer;
}

.custom-menu-btn {
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: 25px;
    cursor: pointer;
}
.category-listing{
    height: 100%;
    padding: 13px 0px 13px;
    background: #fff;
    transition: 0.4s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 21px;
    overflow: hidden;

}
.custom-item h4{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 11px;
    padding-left: 20px;
    color: #06258b;
    border-bottom: 1px dashed #ddd;
}
.custom-menu .custom-item:last-child a{
    border-bottom: none;
}

.prListCard{
    padding: 20px;
    background-color: #f8ffff5c;
    border-radius: 30px;
    background-size: contain;
    background-blend-mode: color;
    transition: 0.4s ease-in-out;
    background-repeat: no-repeat;
    background-position: center top 95px;
    /*min-height: 440px;*/
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    margin-bottom: 28px;
}
.prListCardImg{
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 1px dashed #dddddd38;
}
.prListCardImg img{
    width: 100%;
}
.prListCardContent{
    text-align: center;
}
.prListCardContent .pr-title{
    font-size: 16px;
    font-weight: bold;
    color: #00268a;
    margin-top: 10px;
    font-family: 'Poppins';
}
.prListCardContent p{
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #818181;
}
.prListCardContent a.prListCardBtn{
    display: inline-block;
    color: #00268a;
    font-weight: 500;
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 29px;
}
.noteBox{
    padding: 14px 17px;
    background: #fff;
    border: 1px dashed #00fed7;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    margin-top: 10px;
}
.noteBox p{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.faqsCards .accordion-item{
    background-color: #ffffff8f;
    margin: 10px 0px;
    border-radius: 30px;
    overflow: hidden;
}
.faqsCards .accordion-button{
    background-color: #ffffff96;
    font-size: 14px;
}
.faqsCards .accordion-header{
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 14px;
}
.service-img img{ 
    border-radius: 24px;
}

.footer-address-link {
    display: flex;
}
.footer-address-link a:first-child{
    margin-right: 16px;
}

/* All Meida */
@media screen and (max-width:768px) {
    .treatment {
        background-size: cover;
        background-position: left top 200px;
    }

    .timeline-card-nav .next {
        z-index: 11;
    }

    .timeline-card-nav .prev {
        z-index: 11;
    }

    .timeline-slider-container {
        height: 100vh;
    }
}

@media screen and (max-width:767px) and (min-width:426px) {
    .wwaSomeOther {
        margin-bottom: 40px;
    }

    .wwdImg .wwdImgii {
        width: 90px;
    }

    .wwdImg {
        margin-bottom: 40px;
    }

    .wwdContent {
        margin-bottom: 40px;
    }

    .diseases .nav-tabs {
        margin: 0px 12px;
        box-shadow: none;
    }

    .diseases .nav-item {
        margin-bottom: 25px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

    .disTabImg {
        margin-bottom: 40px;
    }

    .faqsCards {
        margin-bottom: 40px;
    }

    .footer-co-description p {
        margin-bottom: 30px;
    }

    .col-md-6.aks-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .counter-wrapper .common-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {
    .wwaSomeOther {
        margin-bottom: 40px;
    }

    .wwdImg .wwdImgii {
        width: 90px;
    }

    .wwdImg {
        margin-bottom: 40px;
    }

    .wwdContent {
        margin-bottom: 40px;
    }

    .diseases .nav-tabs {
        margin: 0px 12px;
        box-shadow: none;
    }

    .diseases .nav-item {
        margin-bottom: 25px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

    .disTabImg {
        margin-bottom: 40px;
    }

    .faqsCards {
        margin-bottom: 40px;
    }

    .footer-co-description p {
        margin-bottom: 30px;
    }

    .col-md-6.aks-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .counter-wrapper .common-box {
        margin-bottom: 20px;
    }
}



/*Pankaj css start */


.info, .success, .warning, .error, .validation {
 
	margin: 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 14px;
  }
  
  .error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
  }
  
  
  input.parsley-success,
  select.parsley-success,
  textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  }
  
  input.parsley-error,
  select.parsley-error,
  textarea.parsley-error {
  color: #B94A48;
  background-color: #fff1f1!important;
  border-bottom: 1px solid #EED3D7!important;
  }
  
  .parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  }
  
  .parsley-errors-list.filled {
  opacity: 1;
  }
  
  .ajaxError{ 
    font-size: 12px;
    color: #f00;
    font-weight: bold; 
  }
  
  


.medicineImgDiv2 {
    position: relative;
    width: 96%;
    margin: 0 10px;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin-left: 30px;
    padding: 20px;

}

.medicineImgDiv2 .form-group{
    margin-bottom: 10px;
}

.medicineImgDiv2 .form-group label .required {
    color: red !important;
}

.footer-title2 li a span{
    color: #000 !important;
}
  
  
  
  
  .whatsapp-icon{
    font-weight: 600;
    font-size: 18px !important;
}


#whatsapp {
    position: fixed;
    right: 30px;
    text-align: center;
    height:50px;
    width:50px;
    font-size: 35px;
    background-color: #13a4e1;
  border-radius:100%;
  bottom:100px;
  z-index: 100000000000;
  -webkit-animation: mymove 3s; 
  -webkit-animation-iteration-count: infinite; 
  animation: mymove 3s;
  animation-iteration-count: infinite;
}


@-webkit-keyframes mymove {
  from { bottom: 100px; }
  to { bottom: 100px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
   }
}

@keyframes mymove {
  from { bottom: 100px; }
  to { bottom: 100px; background-color: #01e675;
      transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);  
  }
}





/* 09112023*/
.wwaTitle h1 {
    color: #343434;
}
.wwdTitle h4 {
    color: #343434;
}
.wwdTitle h2 {
    color: #343434;
}
.disTabContent h2{
    color: #343434;  
}
.faqsTitle h4{
    color: #343434;  
}
.faqsTitle h2{
       color: #343434;  
}
.prListCard{
        border: 1px solid #00c3b4;
}
.contactCard{
   border: 1px solid #00c3b4;
    border-radius: 30px;
}
.contactForm .formContainer{
    border: 1px solid #00c3b4;
    border-radius: 30px;
}
.servicesWrapper{
     border: 1px solid #00c3b4;
}
.medicineImgDiv2{
    border: 1px solid #00c3b4;
    border-radius: 30px;
}
.cCardWrapper{
        border: 1px solid #00c3b4;
}
.formWrapper .button{
    border-radius: 30px;
}
#button-3{
    border-radius: 30px;
}
.tcwb{
    height: 300px;
}
.tcwbFirstWrapp{
    min-height: 100%;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #00c3b5;
}
.tcwbSecond{
 border-radius: 30px;
}
.tcwbFirst .tcwbTitle p{
    font-size: 14px;
    line-height: normal;
}
.treatment-carousel .item{
    height: 300px;
}
.formWrapper.formHome #button-3 button{
    background: #0240a8;
    color: #fff;
    border: 1px solid #0240a8;
}
.prd-DetailContainer{
    margin-top: 80px;
    position: sticky;
    top: 100px;
}


@media screen and (max-width:786px){
    .medicinedContent .nav{
        width: 100%;
        max-width: 100%;
    }
    .medicinedContent .nav li{
        width: 100%;
    }
    .medicinedContent{
        margin:0px;
    }
    .topHead.topHeadContact li:last-child{
        display:none;
    }
    .category-listing{
            margin-bottom: 26px;
    }
}
@media screen and (max-width:480px) {
    .mdContentList{
        align-items:center;
    }
     .mdContentList li {
         font-size:10px;
     }
    .mdContentList li a{
        font-size:10px;
    }
    .keyMessageTitle{
            padding: 10px 21px 10px 21px;
    }
    .keyMessageModal h2 {
        font-size: 10px;
        line-height: 15px;
    }
    .cCardWrapper{
        margin-bottom:20px;
    }
}
@media screen and (max-width:1200px) and (min-width:769px){
    .topHead.topHeadContact li:last-child {
        display: none;
    }
    .mainMenu>ul>li{
       margin: 0px 0px 0px 10px;
    }
    .logoSec {
        width: 150px;
      
    }
    .mainMenu>ul>li a{
        font-size:12px;
    }
    .medidTabs .nav-link{
        padding: 10px 10px;
    }
    .medicineImgDiv2{
        
        margin: 0 0px;
 
        margin-left: 10px;
        padding: 15px;
    }
    .footer-links .address-sec li a{
        word-break: break-all;
    }
    .footer-links{
       padding-left: 0px;
    }
    .footer-links ul li a{
            font-size: 12px;
    }
    .footer-co-description p{
        font-size: 12px;
        text-align: left;
    }
    .bannerText{
            transform: translateY(0px);
    }
    .bannerText h2{
        font-size:18px;
    }
    .bannerText p{
        font-size: 11px;
        line-height: normal;
    }
    .button{
           height: 32px;
    width: 111px;
    }
    #button-3 a{
     
    font-size: 11px;
    }
    .whoweweImgSec{
        position:sticky;
        top:100px;
    }
    .wwdImg .wwdImgii{
        width:78px;
    }
    .disTabImg{
        position: sticky;
        top: 100px;
    }
    .diseases  .tab-pane .row{
        align-items: initial;
    }
    .servicesWrapper{
        align-items:initial;
    }
    
    .contactCard{
      padding: 20px;
    }
    .ccContent p{
            word-break: break-all;
    }
    .contactForm .formContainer{
        padding: 20px;
    }
}


/* 28-11-2023 */
.pt-testimonial-box{
    min-height: 403px;
    padding: 33px 35px;
}

.pt-testimonial-content p{
    text-align: justify;
}
