@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css');
@import url(../css/font.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px grey;
}

::-webkit-scrollbar-thumb {
    background: #233b79;
}

::-webkit-scrollbar-thumb:hover {
    background: #1d213e;
}

.navigation {
    height: 100px;
    background: #fff;
}

.fixedheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 3px 9px #00000017;
    animation: smoothScroll 1s forwards;
    background: #fff;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}

.brand {
    position: absolute;
    float: left;
}

.brand img {
    height: 100px;
    padding: 4px;
    width: 180px;
}

.nav-container {
    max-width: 1120px;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

nav ul li a:hover {
    text-decoration: none;
    color: #000;
}

nav ul li a {
    background: transparent;
}

.navbar-dropdown li a {
    background: #2581DC;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}


/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

.nav-list .active a {
    background: #233b79;
    color: #fff !important;
}

.nav-list .active a:hover {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 55px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #262626;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .navbar-dropdown {
        position: static;
    }
    @media screen and (min-width:800px) {
        .nav-list {
            display: block !important;
        }
    }
    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 10px 35px 16px 0px;
    }
    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }
    #navbar-toggle span:before {
        top: -10px;
    }
    #navbar-toggle span:after {
        bottom: -10px;
    }
    #navbar-toggle.active span {
        background-color: transparent;
    }
    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }
    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }
    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }
}

.home-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}


/* top bar */

.top-bar {
    background-color: #233b79;
    height: 50px;
    line-height: 50px;
}

.top-bar .address-bar {
    list-style: none;
    margin: 0;
}

.top-bar .address-bar li {
    display: inline-block;
    color: #fff;
    padding-right: 10px;
}

.top-bar .address-bar li a {
    color: #fff;
    font-size: 16px;
}

.social-links li {
    padding: 0 2px;
}

.social-links li a i {
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.4s linear;
}

.social-links li a i:hover {
    color: #1d213e;
    background-color: #fff;
}

.btn-top {
    z-index: 1;
    position: relative;
}

.btn-top a,
input.btn-submit {
    color: #fff;
    height: 50px;
    line-height: 20px;
    background-color: #3155b1;
    font-size: 16px;
    padding: 1rem 1.7rem;
    letter-spacing: .05rem;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: none;
}

.btn-top a:hover,
input.btn-submit:hover {
    text-decoration: none;
}

.btn-top a::after {
    position: absolute;
    content: '';
    background: #ff652f;
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.btn-top a:hover::after {
    width: 100%;
    right: unset;
    left: 0;
}

.home-slider {
    position: relative;
    z-index: 2;
}

.home-slider .owl-nav .owl-prev,
.home-slider .owl-nav .owl-next {
    cursor: pointer !important;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block !important;
    z-index: 1000;
    border-radius: 50% !important;
    overflow: hidden;
    background: rgb(18 17 17 / 45%) !important;
    top: 45%;
    color: #fff !important;
    font-size: 18px !important;
}

.home-slider .owl-nav .owl-prev {
    left: 0;
}

.home-slider .owl-nav .owl-next {
    right: 0%;
}

.slider-contant {
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 6%;
    width: 59%;
}

.slider-contant h3 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
    color: #233b79;
    text-transform: capitalize;
}

.home-slider .owl-item.active .slider-contant h3 {
    animation: fadeInDown 0.7s both 1s;
}

.home-slider .owl-item.active .slider-contant p {
    animation: fadeInLeft 0.7s both 1s;
}

.home-slider .owl-item.active .slider-contant li:nth-child(1) a {
    animation: fadeInLeft 0.9s both 1.5s;
}

.slider-contant p {
    color: #233b79;
    font-size: 21px;
    line-height: 32px;
    margin: 15px 0 40px;
}

.slider-contant li a {
    padding: 12px 30px;
    font-size: 18px;
}

.slider-contant li:nth-child(1) a {
    margin-right: 10px;
     background: #233b79;
    color: #fff !important;
}

.slider-contant li:nth-child(2) a {
   background: #fff;
    color: #1d213e !important;
}

.home-slider .owl-item.active .slider-contant li:nth-child(2) a {
    animation: fadeInRight 0.9s both 1.5s;
}

.slider-contant ul {
    margin-top: 30px;
}


/* icon */

.icon-box {
    position: relative;
    z-index: 0;
    padding: 25px 40px;
    text-align: left;
    transition: all 0.5s ease;
    background: #EFF3F2;
    height: 170px;
}

.icon-box .icon {
    float: left;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    transition: all 0.3s ease;
    display: inline-block;
    background-color: #233b79;
    color: #fff;
    margin-right: 20px;
}

.icon-box .icon img {
    padding: 20px;
}

.p-0 {
    padding: 0 !important;
}

.icon-box .icon-text {
    overflow: hidden;
}

.icon-text h6 {
    color: #808080;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 15px;
}

.icon-text h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
}

.icon-sec {
    overflow: hidden;
}

.colored2 {
    background-color: #1d213e !important;
}

.colored2 h6 {
    color: #fff;
}

.colored2 h4 {
    color: #fff;
}

.icon-box:hover .icon-wrapper .icon {
    transform: rotateY(180deg);
}


/* about sec */

.about-sec {
    padding: 30px 0;
    overflow: hidden;
    z-index: 2;
    position: relative;
    background: url(../images/shapes/about-bg1.png) no-repeat;
}

.about-content h4 {
    font-weight: 800;
    line-height: 1.3;
    color: #232323;
    margin-top: 0;
    font-size: 2.5rem;
}

.about-content p {
    line-height: 1.8;
    color: 333;
    font-size: 22px;
    font-weight: 400;
}

.about-content p b {
    font-size: 30px;
    color: #333;
    text-transform: capitalize;
}


/* our services */

.our-services {
    padding: 30px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.our-services::before {
    position: absolute;
    content: '';
    left: 0;
    background: #f2f2f2;
    width: 100%;
    height: 40%;
    bottom: 0;
    z-index: -1;
}

.service-icon img {
    padding: 15px;
}

h3.title-span {
    color: #233b79;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-size: 20px;
}

h4.title {
    font-size: 27px;
    font-weight: 800;
    line-height: 1.3;
    color: #232323;
    margin: 10px 0 30px;
    padding-bottom: 15px;
    position: relative;
}

.title::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    width: 100px;
    background: #000;
    margin: auto;
    bottom: 0;
}

.our-services-slide .owl-nav {
    position: absolute;
    top: 50%;
    /* z-index: 999; */
    width: 100%;
}

.our-services-slide .owl-nav i {
    height: 50px;
    width: 50px;
    background-color: #233b79;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.our-services-slide .owl-nav button.owl-prev {
    left: -30px;
    opacity: 0;
    position: absolute;
    transition: all 0.4s linear;
}

.our-services-slide:hover .owl-nav button.owl-prev {
    left: -80px;
    opacity: 1;
}

.our-services-slide:hover .owl-nav button.owl-next {
    right: -60px;
    opacity: 1;
}

.our-services-slide .owl-nav button.owl-next {
    right: -30px;
    position: absolute;
    opacity: 0;
    transition: all 0.4s linear;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.services-style .thumb {
    position: relative;
    overflow: hidden;
}

.services-style .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-out;
}

.services-style .thumb:hover img {
    transform: scale(1.1);
}

.services-style .thumb .service-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #233b79;
    height: 80px;
    line-height: 80px;
    width: 80px;
    display: inline-block;
    margin-bottom: 0;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: normal;
}

.services-style .details {
    padding: 30px;
    background: #fff;
    border-top: none;
    border-radius: 8px;
}

.details h4 {
    margin-top: 0;
    font-weight: 800;
    line-height: 1.4;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.details h4 a {
    color: #233b79;
}

.details p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services-style .details .services-read {
    color: #233b79;
    font-size: 18px;
}


/*  */

.iconbox {
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
    text-align: right;
    margin: 60px 0;
}

.iconbox .icon {
    float: right;
    margin-left: 15px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: normal;
    background-color: #233b79;
}

.iconbox .icon i {
    font-size: 50px;
    line-height: 120px;
    color: #fff;
    display: inline-block;
}

.iconbox .icon img {
    padding: 20px;
}

.iconbox .icon-text {
    overflow: hidden;
}

.iconbox .icon-box-title {
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0.5rem;
    margin-top: 8px;
    transition: all 0.1s ease;
    color: #232323;
    font-size: 19px;
}

.iconbox.left {
    text-align: left;
}

.iconbox.left .icon {
    float: left;
    margin-right: 20px;
}

.choose-clinic-services {
    padding: 40px 0 0;
}

.iconbox:hover .icon {
    transform: rotateY(180deg);
}


/* Foooter */

.footer-section {
    background: #151414;
    position: relative;
    padding: 50px 0 0;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #3556ac;
    font-size: 30px;
    float: left;
    margin-top: 20px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.linkedin-bg {
    background-color: #0077b5;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #3556ac;
}

.footer-widget ul li {
    display: block;
    padding-bottom: 8px;
}

.footer-widget ul li a:hover {
    color: #3c8cc0;
}

.footer-widget ul li a {
    color: #878787;
    font-size: 14px;
    text-transform: capitalize;
}

.copyright-area {
    background: #202020;
    padding: 15px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 15px;
    color: #f2f2f2;
}

.copyright-text p a {
    color: #fff;
}

.footer-logo img {
    height: 80px;
    background: #fff;
    padding: 8px;
}


/* popup form */

.popup-form {
    position: fixed;
    z-index: 99;
    top: 20%;
    width: 55%;
    background: #fff;
    padding: 20px;
    left: 23%;
}

.main-popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: #000000a1;
    z-index: 9999;
}

.main-popup.addpopup {
    display: block;
}

.popup-form .form-group {
    margin-bottom: 15px;
}

.popup-form .form-group input.form-control {
    height: 45px;
    border-radius: 0;
}

.popup-form .form-group textarea.form-control {
    border-radius: 0;
}

.popup-form h2 {
    font-size: 33px;
    margin: 0px 0 26px;
    font-weight: 600;
    text-align: center;
}

.close {
    right: 0;
    position: absolute;
    top: 0;
}

.close i {
    background: #3155b1;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.get-in-touch {
    background: url(../images/get-teuch.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0 100px;
    text-align: center;
}

.get-in-touch .container {
    padding: 0 100px;
}

.get-in-touch h3 {
    color: #fff;
}

.get-in-touch h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.get-in-touch h5 {
    font-size: 22px;
    color: #fff;
    /* margin: 0; */
    line-height: 33px;
}

.get-in-touch ul {
    margin-top: 40px;
}

.get-in-touch ul a:hover {
    color: #fff;
}

.enquiry-now {
    color: #fff;
    padding: 13px 30px;
    background: #ff652f;
    margin-right: 20px;
    font-size: 17px;
}


/* feautes section */

.feautes-section {
    padding: 30px 0;
}

.feautes-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.feautes-section .section-title h2 {
    text-transform: capitalize;
    position: relative;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #232323;
    padding: 10px 0 15px;
    margin-bottom: 20px;
}

.feautes-section .section-title h2::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    width: 100px;
    background: #000;
    margin: auto;
    bottom: 0;
}

.feautes-section .single-features {
    text-align: center;
    position: relative;
    padding: 10px 20px;
}

.feautes-section .single-features::before {
    position: absolute;
    content: "";
    right: -72px;
    top: 60px;
    width: 118px;
    border-bottom: 3px dotted #233b79;
}

.feautes-section .single-features.last::before {
    display: none;
}

.feautes-section .single-features .signle-icon {
    position: relative;
}

.feautes-section .single-features .signle-icon i {
    font-size: 50px;
    color: #233b79;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.feautes-section .single-features:hover .signle-icon i {
    background: #233b79;
    color: #fff;
    border-color: transparent;
}

.feautes-section .single-features h3 {
    padding-top: 115px;
    color: #2C2D3F;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 5px;
}

.feautes-section .single-features p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 600;
}


/* breadcrumb sec */

.breadcrumb-sec {
    /* background: url(../images/breadcrumb.png) ; */
    background-size: cover !important;
    height: 350px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat !important;
}

.breadcrumb-sec::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000000b5;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
}

.banner-title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 700;
}

.breadcrumb-container,
.breadcrumb-container a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.breadcrumb-container span {
    margin: 0 10px;
}

.breadcrumb-container .current-item {
    margin-right: 0;
    color: #8fb568;
}


/* contact us */

.contact-info-section {
    padding: 50px 0;
}

.section-title-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    color: #1d213e;
}

.section-title-content h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #223645;
    font-weight: 700;
}

.contact-details-box {
    background: #f4f9fc;
    padding: 30px 30px 30px 185px;
    margin-bottom: 10px;
    position: relative;
    height: 160px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-details-box-icon {
    height: 65px;
    width: 65px;
    box-shadow: -10px 10px #233b79;
    position: absolute;
    left: 100px;
    color: #233b79;
    font-size: 30px;
    text-align: center;
    line-height: 65px;
    background: #fff;
}

.contact-details-box a {
    color: #223645;
    font-weight: 400;
}

.contact-form p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #233b79;
    margin-bottom: 11px;
    position: relative;
}

.contact-form h2 {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #223645;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-form input.form-control {
    height: 45px;
    border-radius: 0;
}

.contact-form textarea.form-control {
    border-radius: 0;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-form {
    padding: 0px 0 50px;
}


/*  click top  */

.click-top i {
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 999;
    bottom: 110%;
    right: 20px;
    background: #233b79;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #ffff;
    border-radius: 50px;
    box-shadow: 1px 2px 4px 2px #00000057;
    cursor: pointer;
    transition: all 0.4s linear;
}

.clicktop i {
    bottom: 20px !important;
}

ul.social-links {
    float: right;
}

.services-page .nav {
    background: #233b79;
}

.services-page .nav .nav-link.active {
    background: #9db0d0;
    border-radius: 0;
}

section.services-page {
    padding: 50px 0;
}

.services-page button {
    color: #fff;
    padding: 10px 5px;
    border-bottom: 1px dashed #f2f2f28a !important;
    border-radius: 0 !important;
}

.services-page button:hover {
    color: #fff;
}

section.about-us-icon {
    padding: 0 0 50px;
}

.about-icon {
    padding: 30px;
    background: #3764af;
    text-align: center;
    height: 250px;
}

.about-icon i {
    font-size: 55px;
    color: #fff;
    padding: 0 0 15px;
}

.about-icon p {
    font-size: 20px;
    color: #fff;
}

.about-icon.active-icon {
    background: #233b79;
}

.services-content h3 {
    font-size: 30px;
    font-weight: 600;
}

.services-content h4 {
    font-size: 20px;
    font-weight: 600;
}

.services-content p {
    color: #7e7070;
    font-size: 17px;
    line-height: 27px;
}

.services-content li {
    color: #7e7070;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
}

.feautes-section .section-title h3 {
    font-size: 26px;
    font-weight: 600;
}