
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --bs-primary: #3f9489 !important;
  --black: #222222;
  --white: #fff;
  --theme: #18185e;
  --theme2: #07b0f1;
  --theme-color3: #F98600;
  --header: #0F0D1D;

}
body {
     font-family: "Lato", sans-serif !important;
    transition: all 0.3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    line-height: 1.5;
    background-color: #ffffff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    scroll-behavior: smooth;
    position: relative;
    overflow-x: hidden;
    color: #242323;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
  font-family: "Lato", sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    color: #202135;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.text-primary {
    color: var(--bs-primary) !important;
}
.bg-primary {
    background-color: var(--bs-primary) !important;
}
a {
    color: var(--bs-primary);
    text-decoration: none;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn-primary {
    color: var(--white);
    background-color: var( --bs-primary);
    border-color: var( --bs-primary);
}
.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}



.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}



.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}
section {
    padding: 70px 0px;
}

@media (max-width: 992px) {
 section {
    padding: 50px 0px;
}
}

@media (max-width: 767px) {
 section {
    padding: 35px 0px;
}
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
    font-size: 18px;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
    color: var(--white);
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    letter-spacing: .5px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 60px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

.navbar.navbar-expand-lg .navbar-toggler {
    color: var(--bs-primary);
    border: none;
    padding: 0px;
    border-radius: inherit;
    font-size: 24px;
}

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-white) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 90% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.685);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    border-radius: 10px;
    position: relative;
    width: 75%;
    background: #3f948a40;
    padding: 20px;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content p {
    font-size: 18px !important;
    font-weight: 300;
    letter-spacing: .5px;
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

@media (max-width: 992px) {
.bg-breadcrumb {
    padding: 20px 0px;
}
.display-5 {
    font-size: 2px;
    font-weight: 600;
    line-height: 1.2;
}
h1.display-5.mb-4 {
    margin-bottom: 10px !important;
}
}

@media (max-width: 767px) {
 .bg-breadcrumb {
    padding: 30px;
}
.display-5 {
    font-size: 24px;
}
.display-5 {
    font-size: 20px;
}

}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    text-align: center;
    border: 1px dashed #3f95894d;
    border-radius: 10px;
    padding: 5px;
    min-height: 390px;
    max-height: 100%;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;

}

.service .service-item .service-img img {
    transition: 0.5s;
    border-radius: 10px;
}

/* .service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
} */

/* .service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
} */

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;
    padding: 10px;
}

/* .service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(21, 185, 217, .5);
    transition: 0.5s;
    z-index: 3;
} */

/* .service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height: 100%;
} */

/* .service .service-item .service-content .service-content-inner {
    transition: 0.5s;
} */


/* .service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 9;
} */
.service .service-item .service-content .service-content-inner h5 {
    color: var(--bs-primary);
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .3px;
}
.line-btn {
    color: var(--bs-primary);
    border-bottom: 1px dashed var(--bs-primary);
    padding-bottom: 2px;
    transition: all .3s linear;
    letter-spacing: .5px;
}
.line-btn:hover {
    color: var(--black);
    border-color: var(--black);
}
/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}
.about .about-img .about-img-inner .dr-img {
    width: 200px;
}
.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -100px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About End ***/

/*** Feature Start ***/
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px dashed #3f95894d;
    border-radius: 10px;
    background: var(--white);
    transition: 0.5s;

}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}
.feature .feature-item .feature-icon>div {
    background: #3f958912 ;
}
.feature .feature-item .feature-content h5 {
    font-weight: 500;
    color: var(--bs-primary);
}
.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: var(--white);
}
.feature .feature-item:hover .feature-icon>div {
    background-color: var(--white);
}

.featured {
        background: #ffffff8f;
    padding: 40px;
    border-radius: 10px;
}
.featured h4 {
    color: var(--bs-primary) !important;
    font-weight: 600;
}
.featured h5 {
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--bs-primary) !important;
}
.featured img {
    width: 100%;
        border: 1px dashed #3f95894d;
    border-radius: 10px;
    padding: 5px;
}

.power-img img {
    width: 100%;
        border: 1px dashed #3f95894d;
    border-radius: 10px;
    padding: 5px;
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(239, 162, 134, 0.3);
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
.appointment .text-start.pose {
    background: #ffffff8f;
    padding: 40px;
    border-radius: 10px;
}
.btn-primary {
    min-width: 145px;
    max-width: 100%;
    border-radius: 30px;
    background-color: var(--bs-primary);
    min-height: 45px;
    border: 1px solid #f2efec;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: box-shadow 0.5s;
    font-family: "Inter", sans-serif;
    overflow: hidden;
    transition: all .3s linear;
    letter-spacing: .5px;
}
.btn-primary::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 0%;
    border-radius: 15px;
    background-color: #222222;
    z-index: -1;
    transition: all .6s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-primary:hover {
    color: var(--white) !important;
}
.btn-primary:hover:after {
    height: 380%;
}
/*** Youtube Video start ***/
.video {
    position: relative;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--bs-primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 25px solid var(--bs-white);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** Appointment End ***/


/*** Team Start ***/
.team  {
    background: #fffafa;
}
.team .team-item {
    background-color: #fff;
    border: 1px dashed #3f95894d;
    padding: 5px;
}
.team .team-item {
    background-color: #fff;
}
/* .team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
} */
.team .team-item .team-img img {
    height: 250px;
}
.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: -125px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

/* .team .team-item .team-img:hover .team-icon {
    margin-bottom: 145px;
} */

/* .team .team-item:hover .team-img::before {
    background: rgba(21, 185, 217, .3);
} */

.team .team-item .team-content h5 {
    color: var(--bs-primary);
    transition: 0.5s;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    margin: 0px;
    min-height: 45px;
}


.team .team-item:hover .team-content h5 {
    color: var(--bs-dark);
}

/* .team .team-item:hover .team-content {
    background: var(--bs-primary);
    color: var(--bs-white);
} */
/*** Team End ***/


/*** testimonial Start ***/
.testimonial {
    background: linear-gradient(#3f9489ab, #2a6b63), url(../img/25467.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background: transparent;
}

.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 2px dashed var(--bs-primary);
}
.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img img {
    width: 70px;
}
.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
    background: #ffffffed;
    border-radius: 10px;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}


@media (max-width: 900px) {
    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -190px;
        margin-left: 40px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -190px;
        margin-right: 40px;
    }
    
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-primary);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-primary) !important;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--theme-color3);
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    transition: 0.5s;
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
    font-size: 18px;
    font-weight: 300;
}
}


/* Testimonial Section Title Start */
.testimonial .testimonial-item .testimonial-inner h5 {
    color: var(--bs-primary);
}
.testimonial .testimonial-item .testimonial-inner p {
            font-size: 18px;
        font-weight: 300;
        color: var(--black);
}
.testimonial .testimonial-item .testimonial-inner p.mb-2 {
    color: var(--bs-body);
    font-size: 14px;
}
.testimonial .section-title {
    text-align: center;
    margin-right: 50px;
}

.testimonial .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.testimonial .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-white) !important;
}

.testimonial .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Testimonial End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(21, 185, 217, .5);
}

.blog .blog-item .blog-centent {
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*** Blog End ***/


/*** Contact Start ***/
.contact {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.contact .contact_pro {
    background: #ffffff4a;
    border: 1px dashed #3f95894d;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
}
.contact .center-display {
    display: flex;
    text-align: center;
    justify-content: space-around;
}
.contact .center-display .pro-display {
    width: calc(100%/3);
}
.contact .center-display .bg-primary.contact-icon {
    width: 60px;
    height: 60px;
    line-height: 70px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact .contact_pro .contact-social {
    display: flex;
    justify-content: center;
    border-top: 1px dashed #3f95894d;
    padding-top: 20px;
    margin-top: 20px;
}
.contact .center-display h4 {
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px dashed #3f95894d;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contact .contact-form .btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .contact-form .btn.btn-light:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: var(--bs-light);
}

.contact .contact-social a.btn.btn-primary {
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    max-width: 40px;
    min-height: 40px;
    border-radius: 5px !important;
}

/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.featured.home-connect {
    background: #ffffff8f;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.img-align-in {
    margin-top: 53px;
}
.featured.home-connect .pro-display {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 30px;
}
.featured.home-connect .pro-display:first-child {
    margin-right: 30px;
}
.featured.home-connect .pro-display:last-child {
    padding-bottom: 0px;
}
.featured.home-connect .pro-display .social-text {
    text-align: left;
    margin-left: 15px;
}
.featured.home-connect .pro-display .bg-primary.contact-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin: 0px;
    margin-bottom: 0px;
    max-width: 45px;
    min-width: 45px;
}
.featured.home-connect h4 {
    color: var(--bs-primary) !important;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}
/*** Contact End ***/

/*** Privacy Policy Start ***/
.div-sec {
    padding: 10px 0px;
}
.div-sec h3 {
    font-size: 20px;
    font-weight: 600;
}
.div-sec ul li {
    margin-bottom: 10px;
}

.div-sec ul li:last-child {
    margin-bottom: 0px;
}
.div-sec ul li strong {
    color: var(--bs-primary);
}
.div-sec ul li::marker {
    color: var(--bs-primary);
}
/*** Privacy Policy End ***/
.inner-pages h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--bs-primary);
    letter-spacing: .5px;
}
.inner-pages .img-group img {
    width: 100%;
    border-radius: 10px;
    background: #3f948a17;
    padding: 10px;
    overflow: hidden;
}
/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.footer .footer-item .part-half {
        display: flex;
    flex-wrap: wrap;
}
.footer .footer-item a {
    line-height: 35px;
    color: #d9d0d0;
    transition: 0.5s;
    font-weight: 300;
}
.footer .footer-item .part-half a {
    width: 50%;
    padding-right: 10px;
}
.footer .footer-item p {
    color: #d9d0d0;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 25px;
    
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}
.footer .footer-logo img {
    margin-bottom: 15px;
    border-radius: 5px;
    height: 120px;
    background: var(--bs-white);
    padding: 5px;
}

.footer .footer-item .social-media a.btn-square {
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    max-width: 40px;
    min-height: 40px;
    border-radius: 5px !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark) !important;
    padding: 20px 0px;
    color: #d9d0d0;
    font-size: 14px;
}
/*** copyright end ***/


/*** Bottom Social Media Start ***/
.social-mobile {
    display: none;
}

@media (max-width: 991px) {
.social-mobile {
    display: block;
    background-color: var(--bs-dark) !important;
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    width: 100%;
}
.social-mobile ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.social-mobile ul li {
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-right: 1px solid #5b5b5d;
    padding: 15px 5px;
    border-top: 1px solid #5b5b5d;
}
.social-mobile ul li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.social-mobile  ul li a i {
    text-align: center;
    align-items: center;
    font-size: 15px;
    margin-right: 7px;
}
.copyright {
    padding: 10px 0px;
}
}

/*** Bottom Social Media End ***/

/*** Traning Start ***/
.cta-banner-2 .cta-wrapper-2 {
    padding: 55px 60px;
    background-color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.border-radius {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 32px;
    color: var(--white);
    line-height: 156%;
}
.cta-banner-2 .cta-wrapper-2 .author-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.cta-banner-2 .cta-wrapper-2 .author-icon::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    content: "";
    height: 85px;
    width: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/img/bar.png");
}
.cta-banner-2 .cta-wrapper-2 .author-icon .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--white);
    text-align: center;
    color: var(--bs-primary);
    border-radius: 50%;
    position: relative;
}
.cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--white);
    content: "";
    transform: translate(-50%, -50%);
}
.cta-banner-2 .cta-wrapper-2 .author-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 5px;
    display: inline-block;
}
.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a {
    color: var(--white);
}
/*** Traning End ***/

/*** Accordion Start ***/
.accordion-therapy .accordion-item {
    background-color: transparent;
    border: 1px solid #3f948a40;
    border-bottom: none;
}
.accordion-therapy .accordion-item:last-child {
    border-bottom: 1px solid #3f948a40;
}
.accordion-therapy .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 25px;
    font-size: 18px;
    color: var(--bs-body);
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-therapy .accordion-body {
    padding: 1rem 1.25rem;
    text-align: left;
    padding-top: 0px;
}
.accordion-therapy .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: transparent;
    box-shadow: none;
}
.accordion-therapy h3 {
    color: var(--bs-primary);
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
}
.accordion-therapy .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-therapy ul.list-faq {
    margin-bottom: 0px;
    margin-top: 10px;
}
.accordion-therapy ul.list-faq li {
    margin-bottom: 10px;
}
.accordion-therapy  ul.list-faq li::marker {
    color: var(--bs-primary);
}
/*** Accordion End ***/

@media (max-width: 991px) {
.cta-banner-2 .cta-wrapper-2 {
    padding: 30px;
    display: grid;
    overflow: hidden;
}
.cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.cta-banner-2 .cta-wrapper-2 .author-icon {
    margin-bottom: 20px;
}
.sub-title {    
    font-size: 15px;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content p {
    display: none;
}
.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {
    height: 350px;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content h5 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content h1 {
    font-size: 22px;
    letter-spacing: 1px;
}
.btn-primary {
    min-width: 100px;
    min-height: 35px;
    border: 1px solid #f2efec;
    font-size: 15px;
    padding: 10px 20px !important;
}

.section-title .sub-style::before, .section-title .sub-style::after, .sub-title::after, .sub-title::before {
    display: none;
}
.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    top: 200px;
}
.header-carousel .owl-nav {
   display: none;
}

}

@media (max-width: 767px) {
    .about .about-img .about-experience {
    display: none;
}
.about-img-inner img {
    width: 150px !important;
}
.about .about-img .about-img-inner {
    border: 5px solid var(--white);
}
.testimonial .section-title {
    margin-right: 0px;
    margin-bottom: 30px;
}
.testimonial-carousel .owl-nav {
    display: none;
}
.appointment .text-start.pose {
    padding: 25px;
}
.footer .footer-item .social-media a.btn-square {
    padding: 0px !important;
}
.footer .footer-item {
    margin-top: 30px;
}
.footer .footer-item h4.mb-4 {
    margin-bottom: 10px !important;
}
.footer .footer-item .part-half {
    display: grid;
    flex-wrap: nowrap;
}
.footer .footer-item .part-half a {
    width: 100%;
    padding-right: 0px;
}
.footer {
    padding-bottom: 20px;
    padding-top: 20px;
}
.video .btn-play:after {
    width: 70px;
    height: 70px;
}
.video .btn-play span {
    border-left: 15px solid var(--bs-white);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 10px;
}
.video .btn-play:before {
    width: 70px;
    height: 70px;
}
.cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.cta-banner-2 .cta-wrapper-2 h3 br {
    display: none;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 15px;
    padding-left: 15px;
}
.team .team-item .team-content h5 {
    font-size: 16px;
    min-height: auto;
}
.service .service-item .service-content .service-content-inner h5 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.featured {
    padding: 25px;
}
.accordion-therapy .accordion-button {
    padding: 12px 15px;
    font-size: 16px;

}
.accordion-therapy .accordion-body {
    padding: 10px 20px;
    font-size: 15px;
}
.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img img {
    width: 50px;
}
.testimonial .testimonial-item .testimonial-inner .testimonial-inner-img {
    width: 50px;
    height: 50px;
    border: 1px dashed var(--bs-primary);
}
.testimonial .testimonial-item .testimonial-inner p {
    font-size: 16px;
    font-weight: 300;
}

.appointment h4.mb-3.fw-bolder {
        font-size: 18px;
    letter-spacing: .5px;
    font-weight: 600 !important;
}
.inner-pages h2 {
    font-size: 22px;
}
.div-sec:last-child {
    padding-bottom: 0px;
}
.contact .center-display {
    width: 100%;
    display: block;
}
.contact .center-display .pro-display {
    width: calc(100%/1);
    margin-bottom: 25px;
}
.contact .center-display .pro-display:last-child {
    margin-bottom: 0px;
}
.contact .center-display .bg-primary.contact-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
.contact .center-display .bg-primary.contact-icon i {
    font-size: 20px;
}
.contact .contact-social a.btn.btn-primary {
    padding: 0px !important;
}
.contact iframe {
    width: 100% !important;
    height: auto !important;
}
.footer .footer-logo img {
    height: 80px;
}
}