/********** Template CSS **********/
:root {
    --primary: #d63e3e;
    --secondary: #EDDD5E;
    --light: #F7F7F7;
    --dark: #404A3D;
    --pink: #ecc0e6;
    --vine: #8d2e80;

}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-bold {
    font-weight: 700 !important;text-align: center;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500 !important;
}

.fw-semi-bold1 {
    font-weight: 500 !important;
}


.banner-div2{display: none;}

/*** 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;
}

.mb-21{color: #F7F7F7 !important;}



/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
    background: #bbe0f0;
    border-color: #bbe0f0;
}
.btn-secondary:hover{color: var(--light); background: #205277;
    border-color: #bbe0f0;}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;z-index: 2000;
}

.text-primary{color:#084978 !important}

.call-div {
  display: none; }



/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #084978;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: #56b8e3;
    border: 10px solid #56b8e3;
}

.display-6{font-size: 33px!important;}





/*About*/
.about-div{padding-top: 45px;
background-color: #eeeeee9c;}
.about-div1{
background-color: #eeeeee9c;margin-bottom: -46px;
padding-bottom: 25px;}
.about-div h6{color: #205277;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;}
.about-div h1{color: #292929;
font-size: 26px;
font-weight: 600;
padding-top: 20px;
padding-bottom: 20px;line-height: 38px;}
.about-div p{font-size: 16px;
line-height: 29px;
text-align: justify;color: #212529;}
.about-div1 p{font-size: 16px;
line-height: 29px;
text-align: justify;color: #212529;}
.about-div1 h2{font-size: 20px;}
.about img{
    border-style: solid;
    border-width: 12px 12px 12px 12px;
    border-color: #496a83;transform: rotate(-2deg);}
    
.about{padding-top: 30px;}
#abt{animation: mymove 5s;}
@keyframes mymove {
  50% {transform: rotate(360deg);}
}


/*Treatment*/
.treatment-div1{padding-top: 40px;
padding-bottom: 40px;}
.treatment-div1 h1{font-size: 30px;
color: #205277;
padding-bottom: 20px;
text-align: center;}
.treatment-div1 p{font-size: 16px;
line-height: 32px;
text-align: justify;}

.treatment1{text-align: left;
background: #FFFFFF;
box-shadow: 0px 4px 17px -8px rgb(0 0 0 / 10%);
border-radius: 5px;
padding: 20px;
margin: -30% 8% 0px;
position: relative;height: 210px;}

.treatment1 h3{font-size: 21px;
color: #4e8fbf;}

.treatment-div2 img{border-radius: 20px;}

.treatment-div2 img:hover{webkit-filter: grayscale(100%);
    filter: grayscale(100%);}
.treatment-div2{  padding-top: 20px;}
.tr{padding-top: 45px;}


.treat-div1{padding-top: 40px;}
.treat-div1 h1{font-size: 28px;
color: #205277;
padding-bottom: 20px;}
.treat-div1 p{color: #212529;
font-size: 17px;
line-height: 30px;
text-align: justify;}
.treat-div1 h5{color: #4e8fbf;
font-size: 22px;
padding-bottom: 10px;}
.treat-div1 img{display: block;
margin-left: auto;
margin-right: auto;
padding-top: 40px;}

.t-list {
  list-style: none;
}
.t-list li {
  color: #212529;
  font-size: 17px;
  line-height: 30px;
  background: url(../img/dot.jpg)no-repeat left top 12px;
  padding-left: 25px;
}


/*Contact*/
.bg-secondary {
  background-color: #bbe0f0!important;}
.contact-div1 h1 {
  font-size: 30px;
  color: #205277;
}
.contact-div1 h4{font-size: 20px;
font-weight: bolder;
padding-bottom: 20px;
margin-top: -10px;}
.contact-div1{padding-top: 40px;}

.bg-secondary1 {
  background-color: #bbe0f0  !important;
}
/*.fa, .fas {
  color: #fff!important;
}*/

.tag-div p{color: #4a4a4a;
    font-size: 13px;
    line-height: 27px;
    text-align: justify;}





/*Testimonial*/
.testimonial-div1{padding-top: 45px;
background-color: #eee;margin-bottom: -47px;
padding-bottom: 55px;}
.testimonial-div1 p{padding-top: 55px;
text-align: center;
line-height: 28px;font-size: 16px;height: 310px;}
.testimonial-div1 h2{font-size: 20px;
text-align: center;
padding-top: 10px;}

.testimonial-div1 h1 {
  font-size: 30px;
  color: #205277;
  padding-bottom: 20px;
  text-align: center;
}

.tt img{padding-left: 13px;}

.tt{background: url(../img/shape1.png)no-repeat top left -30px;
  background-color: #FFFFFF;
border-style: solid;
border-width: 0px 0px 0px 0px;
border-radius: 10px 10px 10px 10px;
box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 10%);
  margin-top: 30px;
  padding: 25px 10px;
}

.tt:hover{-webkit-box-shadow: 1px 0px 11px 0px rgba(150,150,150,1);
-moz-box-shadow: 1px 0px 11px 0px rgba(150,150,150,1);
box-shadow: 1px 0px 11px 0px rgba(150,150,150,1);}

.testi-1 h2{padding-top: 66px;}
.testi-2 h2{padding-top: 93px;}



.google-lang{padding-right: 20px;}


/*media*/
.media-div1{padding-top: 40px;}
.media-div1 h1 {
  font-size: 30px;
  color: #205277;
  padding-bottom: 20px;
  text-align: center;
}
.media-div1 img{display: block;
margin-left: auto;
margin-right: auto;}



.new-page h2{text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 38px;}

.new-page{
    max-width: 800px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 40px;
}

.new-pa-cont{background: #205277;
  padding: 40px;}

.new-pa-cont p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 8px;
  color: #bbe0f0;
}

.new-pa-cont h6 {
  margin-top: 25px;
  font-size: 18px;
  color: #f7f9fa;
  font-weight: 600;
}
.new-pa-cont h5 {
  font-size: 16px;
  margin-top: 16px;
  color: #f7f9fa;
  font-weight: 600;
  margin-bottom: 5px;
}
.new-pa-cont span {
  color: #bbe0f0;
  font-weight: 600;
}
.new-pa-cont h1 {
  font-size: 30px;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
}
.new-p-ad span {
  color: #bbe0f0;
  font-weight: 500;
}
.new-p-ti{border: 1px solid white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;}
.new-p-ti p{text-align: center; margin-bottom: 0px;}
.new-page a{color: #bbe0f0;}
.new-page a:hover{color: #ffffff;}



@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        /*position: absolute;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 2000;
    bottom: 0;
    background: #2f5b82;
    text-align: center;
    padding: 10px;
    color: #f0eeee;
    font-weight: 600; }

  .call-div a {
    color: #fff; } 

}
.inside-banner img{width: 100%;}


.page-header {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 5px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 6px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


.bg-pink{background: #fc47e4;}
.bg-vine{background: #205277;}
.bg-lpink{background: #fff;}
.bg-lpink1{background:#bbe0f0;}
.bg-lpink2{background:#eee;}
/*** About ***/
.about-experience {
    position: absolute;
    width: 100%;
    height: 100%;
    right: -45px;
    bottom: -45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #bbe0f0;
}


/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: #bbe0f0 ;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
}

.service-item .service-text .btn:hover {
    color: var(--light);
    background: #205277;
}

.btn-primary:hover {
    color: #fff;
    background-color: #084978;
    border-color:#084978;
}

.btn-primary {
    color: #fff;
    background-color: #084978;
    border-color: #084978;
}


/*** Product ***/
.product-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.product-item:hover .product-overlay {
    opacity: 1;
    padding-top: 0;
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .btn {
    border-color: transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 200px;
    color: #EEEEEE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbe0f0;
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #205277;
    color: var(--light);
}


/*** Footer ***/
.footer {
    color: #d5c9d0;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}
a {
    color: #042b46;}
    a:hover {
        color: #10a2e1;}

@media(max-width: 1440px)
{
    .testi-2 h2 {
    padding-top: 66px;
}
}



@media(max-width: 1024px)
{
    .treatment1 h3 {
  font-size: 17px;
}
.treatment-div1 p{line-height: 28px;}
.treatment1{height: 220px;}
.testimonial-div1 p {height: 348px;}
.mb-21{font-size: 12px;}


}


@media(max-width:980px)
{
     .d-none{display: block!important;}
    .text-start{display: none;}
    .fw-semi-bold1{display: none;}
    .fw-semi-bold span{display: none;}
    .container, .container-sm, .container-md {
    max-width: 797px;}
    .about { padding-top: 145px;}
    .treatment1 h3 {font-size: 15px;}
    .treatment-div1 p {font-size: 13px;}
    .treatment1 { height: 239px;}
    .treat-div1 img {padding-top: 80px;}
    .testimonial-div1 p{line-height: 26px;
    font-size: 14px;height: 374px;}
    .me-3{margin-right: 10px!important;}
    
}


@media(max-width: 767px)
{
    .testimonial-img::after{top: 65%;}
    .testimonial-img{min-height: 180px;}
    .testimonial-carousel .owl-nav {margin-top: 0px;}
    .treatment1{margin-bottom: 30px;}
    .treat-div1 img{padding-top: 10px;}
    .testimonial-div1{padding-bottom: 87px;}
    .media-div1{padding-bottom: 40px;}
    .about-div1{padding-bottom: 60px;padding-top: 25px;}
    .about{padding-top: 0px;}
    .footer .btn.btn-link{padding: 10px;}
    .tr{padding-top: 0px;}
    .treat-div1 h1{text-align: center;line-height:43px;}
    .about-div h6{text-align: center;}
    .about-div h1{text-align: center;}
    .py-2-1{padding-bottom: 51px;}
   .about img{display: block; margin-left: auto; margin-right: auto;}
    .cl{display: none;}
    .testimonial-div1 p {height: 201px;}
    .banner-div1{display: none;}
    .banner-div2{display: block;}
.container, .container-sm, .container-md {
    max-width: 677px;
}
.treatment-div2 img{width:100%;}
.treatment1 h3 {
    font-size: 18px;
    padding-top: 17px;
}
.treatment-div1 p {
    font-size: 15px;
}
.contact-div1{padding-bottom:40px;}
.treat-div1{padding-bottom:40px;}
.text-light{font-size: 13px;}
.treatment-div1 h1{line-height: 43px;font-size: 26px;}
.testimonial-div1 h1 {
    font-size: 26px;}
    .media-div1 h1 {
    font-size: 26px;}



.new-page{
  
  padding-bottom: 80px;
}


}

@media(max-width:424px)
{
    .testimonial-div1 p {
    height: 275px;
}
}



        @media(max-width:769px)
        {
            .navbar-brand  img{width: 80%;}
            .navbar-toggler {margin-top: 0px; margin-left: auto;} 
            .copyright{font-size: 11px;margin-bottom: 44px;}
        }

        @media(max-width:500px)
        {
            .navbar-brand  img{width: 80%;}
            .navbar-toggler {margin-top: -50px; margin-left: auto;} 


            .new-pa-cont h1 {
  font-size: 25px;
}
.new-page h2 {
  font-size: 20px;
}
.new-pa-cont p {
  font-size: 15px;
}
.new-page {
  max-width: 400px;}
.new-pa-cont {
  padding: 40px 20px;
}


        }
        


  @media(max-width:400px)
        {.new-pa-cont h1 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 0px;
  }
  .new-page h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .new-pa-cont h5 {
  font-size: 15px;
}
.new-pa-cont h6 {
  font-size: 16px;
}
.new-page {
    max-width: 350px;
  }
}

        
        
.royal-img img{    width: 30%;
    display: block;
    margin: auto;
    border: 6px solid #205277;
}

.royal-img1 img{    width: 65%;
    display: block;
    margin: auto;
    border: 6px solid #205277;
}

