
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
body, p, h1, h2, h3, h4, h5, h6, a{
    font-family: "Nunito", serif !important;
}
h5, .h5 {
  font-size: 1.25rem;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 70px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background: #018bb6;
    color: #fff;
    border-radius: 3px;
}

.back-to-top:hover{
    background: #f04576;
    color: #fff;
}

/*** Button Start ***/

.btn-primary {
    /* color: #000;
    background-color: #3485a6;
    border-color:#3485a6; */
    background-color: #3485a6;
    border: none;
}


.btn-primary:hover {
    color: #fff;
    /* background-color: #38c4df; */
    /* border-color: #2cc0dd; */
}
.btn {
    font-weight: 600;
    transition: .5s;
}

.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;
    color: #fff;
}

.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 {
    color: #fff;
    background: #018bb6;
    padding: 10px 30px;
    border-radius: 30px;
}

.btn.btn-primary:hover {
    /* box-shadow: inset 300px 0 0 0 #15b9d9!important; */
    background: #f04576;
    color: #fff !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #15b9d9;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #15b9d9;
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    /* color: var(--bs-secondary) !important; */
}


/*** 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: 70px;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -70px;
    border: 1px solid #018bb6;
}

.section-title .sub-style::after {
    content: "";
    width: 40px;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-left: -40px;
    border: 1px solid #018bb6;
}*/

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color:#f04576;
}
.para{
    color: #000 !important;
}
.text-secondary{
    color: #000 !important;
    /* margin-bottom: 10px; */
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
}
/*.sub-title::before {
    content: "";
    width: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -70px;
    border: 1px solid #018bb6;
}

.sub-title::after {
    content: "";
    width: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -40px;
    border: 1px solid #018bb6;
}*/


/*** Topbar Start ***/
.bg-dark {
    background-color:#018bb6!important;
}
.fixed-top .container {
    transition: 0.5s;
}
.text-primary {
    color: #fff !important;
}
.icon-color{
    color: #f04576 !important;
    margin-top: 3px;
}
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
    
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/

.navbar img{
  width: 309px !important;
    /* width:325px !important; */
    /* height: 50px; */
    margin: auto;
    /* height: auto; */
} 
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #000;
    /* font-size: 17px; */
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #f35b88 !important;
}
.nav-link.active{
  color: #f35b88;
}

.navbar-light .navbar-brand img {
  width: 316px !important;
    /* width:370px !important; */
    /* max-height: 50px; */
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
/*    max-height: 72px;*/
}

.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;
}

.navbar-expand-lg .navbar-collapse{
    justify-content: space-evenly;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .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-light) !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; 
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: none !important;
    position: relative;
}
.carsosel-p{
    position: absolute;
    left: 350px;
    bottom: 100px;
    /* text-align: right; */
}
.display-1 {
    font-size: 2rem;
}
.carsosel-p h1{
    font-size: 55px;
    color: #f04576;
}
.carsosel-p  span{
    color:#020202;
    
    padding-right: 60px;
}
.carsosel-p h5{
    font-size: 20px;
    color:#020202;
 
    /* text-align: center; */
}
.para{
    color:#020202 !important;
    line-height: 29px;
}
.fs-5 {
    font-size: 15px !important;
    
    /* font-size: 1.25rem !important; */
}
.banner{
    position: absolute;
    /* left: 200px; */
    left: 458px;
    /* top: 30px; */
    bottom:34px ;
} 
.banner h1{
    /*font-size: 30px !important;
    color: #f04576;
    line-height: 43px;
    padding-left: 27px;*/
}
.banner span{
    padding-right: 64px  !important;
}
.banner p{
    color: #020202;
    font-size:19px !important ;
   padding-top: 5px;
    padding-left: 27px;
}
.fw-bold {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #102d44;
    background: #018bb6;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #018bb6;
    color: #fff;
    font-size: 24px;
    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 {
    background:  #f04576;
    /* color: var(--bs-primary) !important; */
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 244px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 505px;
    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: 0px;
        transition: 0.5s;
    }

}



/* .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, .5);
} */

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 720px;    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 64%)), url(../img/inner-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 60px;
}

.bg-breadcrumb h3{
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.bg-breadcrumb ol li{
    font-size: 18px;
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
    content: '|';
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service{
/*  padding: 50px 0px 30px;*/
}
.service-h{
    padding-top: 10px !important;
    font-size: 33px !important;
   
    font-weight: 600 !important;
    color:#1f3d50 !important;
}
.service1{
  /* font-weight: 400; */
  font-style: normal;
   color: #1f3d50;
}
.service-mar{
    margin-top:60px !important;
}
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.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-btn{
    margin-left:42px !important;
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(234, 28, 87, 0.3);
    /* 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;

}

.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(234, 28, 87, 0.75);
    /* background: rgba(21, 185, 217, .5); */
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
   background:rgba(234, 28, 87, 0.5);

    /* 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:hover .service-content .service-content-inner h5 {
  color: #fff;
    /* color: var(--bs-secondary); */
}

/*** Service End ***/

/*** About Start ***/
.about{
    overflow: hidden;
}
.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-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
/* .display-3 {
    font-size: 30px !important;
    font-weight: 400 !important; 
} */
.display-3 {
    color: #000;
    font-optical-sizing: auto;
   
    font-weight: 700;
    font-size: 38px;
    padding-top: 17px !important;
    line-height: 40px;
    /* font-size: 45px !important;
    font-weight: 600 !important;
    color: #f35b88 !important; 
     */
}
.display-3 span{
    color: #313131;
    font-size: 22px;
    font-weight: 600;
   
    
}

/*** About End ***/

/*** Feature Start ***/

.why-i{
    color: #f04576 !important;
}
.feature{
/*  padding: 50px 0px !important;*/
}
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid  #f04576 ;
    border-radius: 10px;
    background: var(--bs-light);
    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%;
    color: #fff;
    background:  #f04576 ;
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.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:#fff;
}
/*** Feature End ***/


/*** Appointment Start ***/

.display-4{
}
.get{
    color: #1c415d;
}
.a-para{
    margin-top: 0;
    padding-left: 34px !important;
    color: #000;
}
.a-head{
    font-size: 19px;
}
.me-2 {
    /* margin-right: 0.5rem !important; */
    margin-right: 8px;

}
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/f3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.form-control input{
  color: #1f3d50 !important;
}

.appointment .appointment-form {
  background:rgb(225 157 174 / 30%);
    /* 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;
}
/*** Youtube Video start ***/
.video {
    position: relative;
}

.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:#f76d90;
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px 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 ***/
.meet-head{
    font-size: 34px !important;
}
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: #f04576 !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.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(234, 28, 87, 0.3);
    /* background: rgba(21, 185, 217, .3); */
}

.team .team-item .team-content {
    /* color: var(--bs-primary); */
    transition: 0.5s;
}

.team .team-item .team-content h5 {
    /* color: var(--bs-secondary); */
    color: #000;
    transition: 0.5s;
}

.team .team-item:hover .team-content h5 {
    color: #fff;
    /* color: var(--bs-dark); */
}

.team .team-item:hover .team-content {
    background: rgba(234, 28, 87, 0.75);
    /* background: var(--bs-primary); */
    color: var(--bs-white);
}
/*** Team End ***/


/*** testimonial Start ***/

.testimonial-p{
/*  padding: 100px 0px;*/
}

.testimonial-p {
/*  padding: 100px 0px;*/
}
.testimonial-p h1{
/*  text-align: center;*/
/*  padding-bottom: 30px;*/
}
.testimonial {
  border-right: 4px solid #f04576;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 19%);
  padding: 30px 30px 30px 120px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.testimonial:before, .testimonial:after {
  content: "";
  position: absolute;
  border-top: 25px solid #f04576;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.testimonial:before {
  bottom: -4px;
  left: -17px;
  transform: rotate(45deg);
}
.testimonial:after {
  top: -4px;
  left: -17px;
  transform: rotate(135deg);
}
.testimonial .pic img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
}
.testimonial .title {
  font-weight: bold;
  color:#1a3b4d;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background:#f04576!important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 50%;
  border: none;
}
/* .owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
} */

.owl-dots {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  bottom: -40px; /* Adjust vertical position as needed */
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px; /* Controls spacing between dots */
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  display: block;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.owl-dot.active span {
  background: #f04576;
}
.test-head{
  color: #f04576;
}
/* .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  display: block;
  margin: 5px;
  border-radius: 50%;
}
.owl-dot.active span {
  background: #29d18b;
} */


/* .testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
} */




  
 
/*  */

/* #testimonial-area {
    .section-heading h2 {
      font-size: 48px;
      line-height: 58px;
    }
  }
  .test-head{
    text-align: center;
    color: #f04576 !important;
    padding-top:65px !important;
  }
  .testi-wrap {
    position: relative;
    height: 673px;
    height: 725px;
    margin-top: 0px;
  } */
  
  /* .client-single {
    margin-top: 20px;
    text-align: center;
    position: absolute;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  
  .client-info,
  .client-comment {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  } */
  
  /* .client-single {
    &.inactive {
      .client-comment,
      .client-info {
        display: none;
      }
      .client-comment,
      .client-info {
        opacity: 0;
        visibility: hidden;
      }
    }
    &.position-1 {
      -webkit-transform: scale(0.65);
      transform: scale(0.65);
    }
    &.position-2 {
      left: -40px;
      top: 105px;
    }
    &.position-3 {
      left: -60px;
      top: 240px;
      -webkit-transform: scale(0.4) !important;
      transform: scale(0.4) !important;
    }
    &.position-4 {
      left: 55px;
      top: 380px;
    }
    &.position-5 {
      top: 30px;
      right: 55px;
    }
    &.position-6 {
      top: 225px;
      right: -40px;
    }
    &.position-7 {
      top: 400px;
      right: 45px;
      -webkit-transform: scale(0.4) !important;
      transform: scale(0.4) !important;
    }
    &.active {
      top: 10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10;
      width: 70%;
      .client-comment,
      .client-info {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
      }
    }
    &:not(.active) {
      -webkit-transform: scale(0.55);
      transform: scale(0.55);
      z-index: 99;
    } */
    /* &.active .client-img { */
      width: 160px;
      height: 160px;
      margin: 0 auto 24px;
      position: relative;
      &:before {
        border-radius: 100%;
        content: "";
        /* background-image: -webkit-gradient(  linear, left top, left bottom, from(rgb(157, 91, 254))  to(rgb(56, 144, 254)) ); */
        /* background-image: linear-gradient( 180deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%); */
        background-image:  linear-gradient(135deg, #f75f88 0%, #1c415d 100%);
        padding: 5px;
        width: 160px;
        height: 160px;
        top: -4px;
        left: 0px;
        position: absolute;
        z-index: -1;
      }
    }
    /* .client-img img {
      width: 150px;
      border-radius: 50%;
      border: 8px solid #f75f88;
      cursor: pointer;
    }
    &.active .client-img img {
      max-width: 160px;
      margin: 0 auto 24px;
      border: 0;
    }
  }
  
  .client-comment {
    padding: 0 30px;
    h3 {
      font-size: 22px;
      line-height: 32px;
      color: #505b6d;
    }
    span i {
      font-size: 60px;
      color:#f04576;
      margin: 40px 0 24px;
      display: inline-block;
    }
  }
  
  .client-info {
    h3 {
      color: #252525;
      font-weight: 600;
      margin-bottom: 4px;
    }
    p {
      color:#f04576;
      text-transform: uppercase;
    }
    a{
        color: #f04576 !important;
    }
  } */
  /* .slient-a{
    color: #1c415d !important;
  } */
  
  /* @media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
    }
    .client-comment h3 {
      font-size: 18px;
      line-height: 28px;
    }
    .client-single.active {
      width: 60%;
    }
    .client-single:not(.active) {
      -webkit-transform: scale(0.55);
      transform: scale(0.35);
    }
    .client-single.position-3,
    .client-single.position-7 {
      -webkit-transform: scale(0.3) !important;
      transform: scale(0.3) !important;
    }
    .client-single.active .client-img img {
      max-width: 100px;
    }
    .client-single.active .client-img::before {
      padding: 5px;
      width: 108px;
      height: 108px;
      top: -4px;
      left: 6px;
    }
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
    .testi-wrap {
      height: 580px;
    }
    #testimonial-area {
      padding: 100px 0 0;
    }
  }
  
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
    }
    .client-comment h3 {
      font-size: 14px;
      line-height: 26px;
    }
    .client-single.active {
      width: 60%;
    }
    .client-comment span i {
      font-size: 40px;
    }
    .client-single:not(.active) {
      -webkit-transform: scale(0.55);
      transform: scale(0.35);
    }
    .client-single.position-5,
    .client-single.position-7 {
      right: 0;
    }
    .client-single.position-4 {
      left: 0;
    }
    .client-single.position-3,
    .client-single.position-7 {
      -webkit-transform: scale(0.3) !important;
      transform: scale(0.3) !important;
    }
    .client-single.active .client-img img {
      max-width: 80px;
    }
    .client-single.active .client-img::before {
      padding: 5px;
      width: 88px;
      height: 88px;
      top: -4px;
      left: 16px;
    }
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
    .testi-wrap {
      height: 630px;
    }
  }
  
  @media only screen and (min-width: 360px) and (max-width: 479px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
      line-height: 40px;
    }
    .client-comment h3 {
      font-size: 14px;
      line-height: 26px;
    }
    .client-single.active {
      width: 80%;
    }
    .client-comment span i {
      font-size: 40px;
    }
    .client-single:not(.active) {
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
    }
    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
      right: -70px;
    }
    .client-single.position-4 {
      left: -60px;
    }
    .client-single.position-3 {
      left: -75px;
    }
    .client-single.position-3,
    .client-single.position-7 {
      -webkit-transform: scale(0.25) !important;
      transform: scale(0.25) !important;
    }
    .client-single.active .client-img img {
      max-width: 80px;
    }
    .client-single.active .client-img::before {
      padding: 5px;
      width: 88px;
      height: 88px;
      top: -4px;
      left: 16px;
    }
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
    .testi-wrap {
      height: 600px;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 359px) {
    #testimonial-area .section-heading h2 {
      font-size: 30px;
    }
    .client-comment h3 {
      font-size: 14px;
      line-height: 26px;
    }
    .client-single.active {
      width: 80%;
    }
    .client-comment span i {
      font-size: 40px;
    }
    .client-single:not(.active) {
      -webkit-transform: scale(0.25);
      transform: scale(0.25);
    }
    .client-single.position-5,
    .client-single.position-7,
    .client-single.position-6 {
      right: -70px;
    }
    .client-single.position-4 {
      left: -60px;
    }
    .client-single.position-3 {
      left: -75px;
    }
    .client-single.position-3,
    .client-single.position-7 {
      -webkit-transform: scale(0.25) !important;
      transform: scale(0.25) !important;
    }
    .client-single.active .client-img img {
      max-width: 80px;
    }
    .client-single.active .client-img::before {
      padding: 5px;
      width: 88px;
      height: 88px;
      top: -4px;
      left: 16px;
    }
    .client-single.active .client-img {
      width: 120px;
      height: 100px;
    }
    .testi-wrap {
      height: 550px;
    }
  } */
  


/* .star{
    color: #fff !important;
    margin-right: 12px;
}
.testimonial-head{
    font-size: 50px;
}
.testimonial {
 background: linear-gradient(rgba(134, 92, 129, 0.9), rgba(170, 82, 155, 0.9)), url(../img/carousel-1.jpg); 
    background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0px !important;
}

.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: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid var(--bs-white);
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
} */

/* .testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
   
    background: var(--bs-light);
    color: #102d44;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--bs-light);
    color: #102d44;
  
    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;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid var(--bs-white);
    background: transparent;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    background: var(--bs-secondary) !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(--bs-white);
}

.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: 20px;
    }
} */


/* Testimonial Section Title Start */
/* .testimonial .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.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-head{
    color: #f04576 !important;
} */
.appointment-contact {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/f3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.btn-text {
    color: #102d44 !important;
}
.text-icon{
    color: #fff !important ;
}
.email-p{
 font-size: 14px !important;
}
.get{
  color: #235277 !important;
}

.form-select.custom-input {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 10px;
  color: #333;
  height: calc(3.5rem + 2px); /* Same height as form-floating inputs */
  padding: 10px;
}

.form-select.custom-input:focus {
  border-color: #f76d90;
  box-shadow: 0 0 10px rgba(247, 109, 144, 0.5);
}


.contact-form {
  background-color:rgb(225 157 174 / 30%);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-form h1,
.contact-form h2 {
/*  color: #ffffff;*/
}

.custom-input {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  border-radius: 10px;
  color: #000 ;
  padding: 10px;
}

.custom-input:focus {
  border-color: #f76d90;
  box-shadow: 0 0 10px rgba(247, 109, 144, 0.5);
}

.btn-submit {
  background-color: #ffffff;
  color: #f04576;
  border-radius: 10px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-submit:hover {
  background-color: #f04576;
  color: #ffffff;
  border: 1px solid #fff;
}
.form-floating label{
color: #235277!important;
}


.contact {

  /* background:  #d8f6ff; */

/* background: linear-gradient(rgba(50, 149, 182, 0.9), rgba(50, 149, 182, 0.9)), */
                /* url('img/f3.jpg') no-repeat center center/cover; */
    /* background: linear-gradient(rgba(21, 185, 217, 0.9), rgba(21, 185, 217, 0.9)); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}





/* .contact-form h2{
  color:#f04576;
  
} */
/* .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);
}



/* 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:  #f04576 !important;
}
.section-title h4{
  font-size: 18px;
  color: #018bb6;
  font-weight: 600;
/*  padding: 0 20px;*/
  margin-bottom: 4px;
}
.contact .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  #f04576 !important;
}

.contact .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  #f04576 !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
/*    color:  #f04576;*/
}

/*.contact .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  #f04576!important;
}*/

/*.contact .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  #f04576 !important;
}*/
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/f3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    font-size: 16px !important;
    line-height: 35px;
    color: #b6b6b6;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    font-size: 16px !important;
    /* letter-spacing: 2px; */
    /* color:#102d44!important; */
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: #076e8d;
    padding: 18px 0;
}
/*** copyright end ***/



/* .ClientReview_Card {
  min-height: 355px;
  border-top: 5px solid #f76d90;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-weight: 700;
  overflow: hidden;
  padding: 60px 50px 0px;
  position: relative;
  margin-bottom: 30px;
}
.ClientReview_Top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 30px;
}
.ClientReview_Pfp {
  width: 70px;
}
.ClientReview_Stars {
  font-size: 36px;
  padding-left: 20px;
  color: #ffbf00;
}
.ClientReview_Body {
  padding-bottom: 20px;
}
.ClientReview_Name {
  color: #f04576;
  color: #13588F;
  font-size: 18px;
  padding-bottom: 40px;
}
.ClientReview_Img img {
  filter: brightness(0) invert(1) sepia(1) saturate(10000%) hue-rotate(180deg) brightness(1.1);
  position: absolute;
  right: -70px;
  bottom: -50px;
  z-index: -1;
}
.testi{
  padding: 100px 0px;
 
} */




.top-header{
    padding: 5px 0;
}
.head-cnt-list a{
    margin-right: 20px;
    color: #fff;
    transition: 0.5s ease;
}
.head-cnt-list a i{
    margin-right: 8px;
}
.head-cnt-list a:hover{
/*    color: #f04576;*/
}

.head-social-links a{
    margin-left: 5px;
}


.banner-slider h1{
    font-size: 44px;
    font-weight: 800;
    color: #f04576;
    margin-bottom: 2px;
}
.banner-slider h3{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
}
.banner-slider h4{
    font-size: 38px;
    font-weight: 800;
    color: #f04576;
    margin-bottom: 2px;
}
.banner-slider h5{
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.banner-slider p{
    font-size: 18px;
    color: #000;
    margin-top: 8px;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content2{
    width: 680px;
    left: 400px;
    bottom: 120px;
}
/*.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content2.carsosel-p{
    left: 540px;
    width: 580px;
}
.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content2{
    bottom: 80px;
}
.banner-slider .carousel-caption-content2 h1{
    font-size: 34px;
}*/


.about-section{
    padding: 70px 0;
    background: #faf9fb;
}
.about-section h1{
    font-size: 42px;
    color: #f04576;
    font-weight: 800;
    margin-bottom: 4px;
}
.about-section h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.about-section p{
    font-size: 16px;
    color: #000;
    line-height: 27px;
}
.about-section .section-title{
    padding-left: 10px;
}
.about-section .btn.btn-primary{
    margin-top: 5px;
}


.main-title{
    font-size: 42px;
    font-weight: 800;
    color: #f04576;
    margin-bottom: 35px;
}


.service-section {
    padding: 70px 0 50px;
}
.service-section .service-content-inner{
    text-align: center;
    padding: 20px;
}
.service-section .service-content-inner h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    height: 55px;
}
.service-section .service-content-inner .btn.btn-primary{
    padding: 6px 22px;
}
.service-section .service .service-item{
    margin-bottom: 25px;
}


.why-choose-us-section{
    padding: 70px 0;
}
.why-choose-us-section .feature-item{
    padding: 25px;
    height: 100%;
}
.why-choose-us-section .feature .feature-item .feature-icon{
    margin-bottom: 20px;
}
.why-choose-us-section .feature .feature-item .feature-icon .why-i{
    padding: 10px;
    font-size: 50px;
}
.why-choose-us-section .feature .feature-item h5{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.why-choose-us-section .feature .feature-item p{
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin-bottom: 0;
}
.why-choose-us-section .feature .feature-item:hover p{
    color: #fff;
}

.why-choose2{
    background: #087da2;
}
.why-choose2 .main-title, .why-choose2 .section-title h4{
    color: #fff;
}


.appointment-section .appointment{
    padding: 70px 0;
}
.appointment-section .apt-left .main-title{
    font-size: 40px;
    margin-bottom: 20px;
}
.appointment-section p{
    font-size: 16px;
    color: #000;
    line-height: 27px;
}
.appointment-section .apt-data{
    position: relative;
    padding-left: 30px;
}
.appointment-section .apt-data i{
    position: absolute;
    left: 0;
}
.appointment-section .apt-data h5{
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
.appointment-section .appointment-form{
    padding: 50px;
}


input, select, textarea, .form-control{
    height: 55px;
    background-color: transparent !important;
    border: 1px solid #018bb6b0 !important;
    margin-bottom: 20px;
    border-radius: 5px !important;
    padding: 10px 20px;
}
textarea{
    width: 100%;
    height: 130px;
    resize: none;
}


.testimonial-section{
    padding: 70px 0 100px;
}
.testimonial-section .owl-nav{
    display: none;
}
.testimonial-section .owl-dots{
    bottom: -30px;
}
.testimonial-section .testimonial p{
    font-size: 17px;
    line-height: 27px;
    color: #000;
}
.testimonial-section .testimonial h3{
    font-size: 22px;
    font-weight: 700;
    color: #018bb6;
    margin-bottom: 0;
}
.testimonial-section .testimonial small{
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.testimonial-section .testimonial ul{
    margin: 0;
    padding: 0;
}
.testimonial-section .testimonial ul li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    color: #deb613;
}



.footer-section{
    padding: 70px 0 40px;
}
.footer-section .foot-social-links a i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background: #018bb6;
    margin-right: 4px;
    transition: 0.5s ease;
}
.footer-section .foot-social-links a i:hover{
    background: #f04576;
}
.footer-section h4{
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}
.footer-section p{
    font-size: 16px;
    line-height: 28px;
    color: #b6b6b6;
}
.footer-section .footer-item a{
    position: relative;
    padding-left: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer-section .footer-item a i{
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-section .footer-item2 a{
    padding-left: 25px;
}



.map iframe{
    width: 100%;
    height: 450px;
}


.contact-section{
    padding: 70px 0;
    overflow: hidden;
}
.contact-section .contact-right ul li{
    list-style: none;
/*    position: relative;*/
/*    padding-left: 70px;*/
}
.contact-section .contact-right ul li i{
/*    position: absolute;*/
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f04576;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}
.contact-section .contact-right{
    padding-left: 30px;
    text-align: center;
}
.contact-section .contact-right ul{
    margin: 0;
    padding: 0;
}
.contact-section .contact-right ul li+li{
    margin-top: 30px;
}
.contact-section .contact-right ul li span{
    display: block;
    font-size: 22px;
    color: #0086b0;
    font-weight: 700;
}
.contact-section .contact-right ul li a{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s ease;
}
.contact-section .contact-right ul li a:hover{
    color: #f04576;
}


.innerpage{
	padding: 4rem 0;
}
.sidbar{
	background-color: #66666610;
	border: 1px solid #cccccc;
}
.sidbar ul{
	margin: 0;
	padding: 0;
}
.sidbar ul li{
	list-style: none;
	
}
.sidbar ul li a{
	padding: 14px 25px;
  font-size: 17px;
	text-decoration: none;
  background-color: #018bb6;
	color: #fff;
	display: block;
	border-bottom: 1px solid #cccccc;
	transition: 0.5s ease;
}
.sidbar ul li:last-child a{
	border-bottom: 0;
}
.sidbar ul li a:hover{
	background-color:#f35d8a;
	padding-left: 35px;
  color: #fff;
	/* color: var(--redcolor); */
}
.sidbar ul li a.active{
	/* background-color:var(--primary-color); */
	background-color:#f35d8a;
    color:#fff;
}

.sercnt h1{
	font-size: 34px;
	font-weight: 700;
	color: #f04576;
	font-family: "Nunito", serif;
	padding-bottom: 15px;
	margin-top: 30px;
}
.sercnt h2{
	font-size: 22px;
  color: #20506a;
 	margin-bottom: 12px;
	font-weight: 600;

}
.gap{
	margin-top: 25px;
}
.sercnt img{
		padding-bottom: 30px;
    width: 840px;
}
.sercnt p{
  font-family: "Nunito", serif;
	font-size: 16px;
  color: #000;
}
.sercnt ul{
	padding: 0;
	margin: 0;
}	
.sercnt ul li{
	list-style: square;
	font-size: 16px;
  font-family: "Nunito", serif;
	line-height: 1.8;
  color: #000;
	padding-bottom: 5px;
	margin-left: 20px;
}
.sercnt ul li::marker {
  color: var(--redcolor);
}
.sercnt ul li:last-child{
	padding-bottom: 0;
}
/* .our-heading{
  font-size: 21px;
  padding: 10px 25px;
  background-color: #f35d8a;
} */
.sidbar h1{
  background:#f35d8a;
  padding: 20px 15px;
  color: #fff;
font-family: "Nunito", serif;
/* font-family: "Abril Fatface", serif; */
font-weight: 400;
font-style: normal;
  font-size: 20px;
border-bottom: 1px solid #cccccc;
}



.testimonial3{
  /* border: 10px solid #662a66; */
  border: 10px solid #018bb6; 
  padding: 40px 0 25px 0;
  margin: 50px;
  text-align: center;
  position: relative;
}
.testimonial3:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto;
  font-size: 70px;
  font-weight: 900;
  color: #f9668e;
  /* color: #f1971f; */
  position: absolute;
  top: -60px;
  left:0;
  right:733px;
}
.testimonial3 .title3{
  /* padding: 7px 0; */
  padding: 7px 70px;
  margin: 0 -30px 20px;
  border: 7px solid #fff;
  /* background: #e8326f; */
  background-color: #f9668e;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.testimonial3 .title3:before{
  content: "";
  border-top: 15px solid #018bb6;
  /* border-top: 15px solid #662a66; */
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  left: 0;
}
.testimonial3 .title3:after{
  content: "";
  border-top: 15px solid #018bb6;
  /* border-top: 15px solid #662a66; */
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  right: 0;
}
.testimonial3 .post3{
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.testimonial3 .description3{
  /* padding: 0 20px; */
  padding: 0 46px;
  margin: 0;
  font-size: 15px;
  font-family: "Nunito", serif !important;
  color: #000;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  line-height: 30px;
}
.owl-theme3 .owl-controls3{ margin-top: 0; }
.owl-theme3 .owl-controls3 .owl-buttons3 div{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #f1971f;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
}
.owl-prev3:before,
.owl-next3:before{
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}
.owl-next3:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
  .testimonial{ margin: 30px; }
}


.photo-gallery{
  padding: 80px 0px;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  /* width: 75%; */
  width: 500px;
  height: 500px;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi1 {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}



.hospi{
  padding: 60px 0;
}
.atatmj{
  text-align: center;
  padding-bottom: 10px;
}
.atatmj h2{
    color: #1f5884;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 600;
    font-family: "Nunito", serif !important;

}
.hosatta img{
  width: 100%;
}
.mainhis{
  text-align: center;
}
.spapui{
  padding-top: 30px;
}
.hoscon{
  padding: 5px 0;
  background: #f15683;
}
.hoscon h3 {
    font-size: 19px;
    font-family: "Nunito", serif !important;
    color: #fff;
    font-weight: 500;
    text-align: center !important;
}
.mrnty{
  padding: 0 10px 10px 10px;
  text-align: left;
}
.mrnty p{
  font-size: 16px;
  color: #000;
  line-height: 26px;
  display: flex;
  padding-top: 10px;
  font-family: "Nunito", serif !important;
}
.mrnty p a {
    background: #1f5884;
    color: #fff;
    padding: 5px 13px;
    border-radius: 5px;
    margin-left: 33px;
    font-family: "Nunito", serif !important;
}
.levt{
  margin-left: 30px !important;
}
.sideht{
  margin-left: 52px !important;
}
.mrnty p img {
    width: 48px !important;
    height: 31px !important;
    padding-right: 10px;
    /* padding-top: 4px; */
}
.mrnty p a img {
    padding-right: 8px;
    width: 30px !important;
    height: 22px !important;
}
.mainhis {
    box-shadow: 0 0 5px 3px #14283b61;
    background: #e5e5e5;
    border-radius: 10px;
}

/*hospital attachments onn call start*/

.callon{
  padding-bottom: 60px;
}
.sideht i{
  padding-right: 8px;
}
.cons-i{
  font-size: 16px;
  margin-right: 6px;
}