/********************************************************** */
/***********************  Gilkan ************************* */
/**********************************************************

    TABLE OF CONTENT
    ========================c

    01. Default CSS
    02. Colors
    03. Animations
    04. Hero Section
    05. Banner Section
    06. About Section
    07. Services Section
    08. Service Details
    09. Pricing Section
    10. Beauty Section
    11. Gallery Section
    12. Team Section
    13. Team Profile
    14. Testimonial Section
    15. Client Section
    16. Vission Mission
    17. Contact Page
    18. Error Section
    19. Footer Section
    

/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'poppins', sans-serif;
}

a {
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 30px;
    text-align: center;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/** Section Title style One **/
.section-title h2 {
    margin-bottom: 35px;
}

/** Button style One **/
.theme-btn,
a.theme-btn {
    font-size: 18px;
    cursor: pointer;
    min-width: 200px;
    font-weight: 700;
    padding: 16px 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    z-index: 1;
}

.theme-btn:before,
a.theme-btn:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.theme-btn:hover:before,
a.theme-btn:hover:before {
    width: 100%;
}

.theme-btn:after,
a.theme-btn:after {
    content: "\f104";
    font-family: Flaticon;
    font-size: 10px;
    margin-left: 15px;
}

.theme-btn.btn-reverse,
a.theme-btn.btn-reverse {
    padding-left: 45px;
}

.theme-btn.btn-reverse:before,
a.theme-btn.btn-reverse:before {
    left: auto;
    right: 0;
}

.theme-btn.btn-reverse:after,
a.theme-btn.btn-reverse:after {
    position: absolute;
    left: 10px;
    transform: rotate(180deg);
}

/** Social Link Style One */
.social-style-one {
    display: inline-block;
}

.social-style-one a {
    margin: 0 15px;
    font-size: 15px;
    display: inline-block;
}

.social-style-one a:first-child {
    margin-left: 0;
}

.social-style-one a:last-child {
    margin-right: 0;
}

/*List style One*/
.list-style-one li {
    margin-bottom: 15px;
    display: flex;
}

.list-style-one li:before {
    content: "\f104";
    font-size: 10px;
    font-family: Flaticon;
    margin-right: 30px;
    color: #fbaaa9;
}

.list-style-one li a:hover {
    color: #fbaaa9;
}


/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

#scroll-top-2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 1.5rem;
    z-index: 100;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
  }
  
  #scroll-to-top:hover {
    opacity: 1;
  }


/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

 
.divider {
    height: 12px;
}

/****************************************************** */
/********************* 02. Colors  ******************** */
/****************************************************** */


h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.theme-btn.style-three,
a.theme-btn.style-three, 
.theme-btn.style-four,
a.theme-btn.style-four {
    color: #222222;
}

.theme-btn,
a.theme-btn,
.scroll-top,
.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
    color: #000000;
}

.color-one,
.vision-mision > i,
.hero-content h1 span,
.section-title h2 span,
.service-item.style-one > i,
.style-one .price-circle h3 {
    color: #fbaaa9;
}

.style-two .price-circle h3 {
    color: #a0bd7e;
}

.style-three .price-circle h3 {
    color: #e3a7d8;
}

.hero-content h5 {
    color: #545459;
}

.service-item.style-two > i {
    color: #9a9a65;
}

.service-item.style-three > i {
    color: #7acdcd;
}

.service-item.style-four > i {
    color: #ddaad3;
}

.preloader,
.service-item,
.price-circle,
.theme-btn.style-three,
a.theme-btn.style-three,
.theme-btn.style-four,
a.theme-btn.style-four {
    background-color: #FFFFFF;
}

.bg-one {
    background-color: #f9e2e2;
}

.bg-two,
.services-section:after,
.service-item.style-one > i,
.style-one .pricing-content {
    background-color: #faffd2;
}


.theme-btn,
a.theme-btn,
.scroll-top  {
    background-color:#f3e74c;
}

 

.theme-btn:before,
a.theme-btn:before {
    background-color: #f3e74c;
}

.theme-btn.style-two:before,
a.theme-btn.style-two:before,
.theme-btn.style-three:before,
a.theme-btn.style-three:before,




.service-item.style-two > i {
    background-color: #5b7c99;
}

.service-item.style-three > i {
    background-color: #e2f7f7;
}

.service-item.style-four > i {
    background-color: #ffeffc;
}

.style-two .pricing-content {
    background-color: #f6fbef;
}

.style-three .pricing-content {
    background-color: #fff2fd;
}

.bg-four {
    background-color: #fffafa;
}

.divider,
.mission {
    background-color: #f3e74c ;
}


 

.service-item.style-one {
    border-color: #faffd2;
}

.service-item.style-two {
    border-color: #e8e8d3;
}

.service-item.style-three {
    border-color: #bfe0e0;
}

.service-item.style-four {
    border-color: #ffd1f6;
}

.style-one .price-circle:after {
    border-color: #fcb4b3;
}

.style-two .price-circle:after {
    border-color: #c1d5aa;
}

 

.style-one .pricing-content ul,
.style-one .pricing-content li {
    border-color: #F4D4D2;
}

.style-two .pricing-content ul,
.style-two .pricing-content li {
    border-color: #d6e6c3;
}

.style-three .pricing-content ul,
.style-three .pricing-content li {
    border-color: #f2d4ec;
}


/****************************************************** */
/******************* 03. Animations  ****************** */
/****************************************************** */
@-webkit-keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotated {
  0%   {-webkit-transform: rotate(0);transform: rotate(0);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


@-webkit-keyframes rotated-reverse {
  0%   {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(0);transform: rotate(0);}
}
@keyframes rotated-reverse {
  0%   {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  50% {-webkit-transform: rotate(175deg);transform: rotate(175deg);}
  100% {-webkit-transform: rotate(0);transform: rotate(0);}
}

@-webkit-keyframes down-up {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

}

@keyframes down-up {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

}


.page-title {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
    content: "\f104";
    font-family: Flaticon;
    font-size: 9px;
    padding: 0 13px;
}

.banner-inner nav {
    background: #f3e74b;
    position: absolute;
    left: 0;
    bottom: -22.5px;
}

.banner-inner .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 8.5px 22px;
    align-items: center;
}

.banner-angle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    overflow: hidden;
    height: 100%;
}

.banner-angle img {
    animation: down-up 10s infinite linear;
}

/****************************************************** */
/******************* 04. Hero Section  **************** */
/****************************************************** */


/****************************************************** */
/***************** 05. Banner Section  **************** */
/****************************************************** */
 
 
.page-title {
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
    content: "\f104";
    font-family: Flaticon;
    font-size: 9px;
    padding: 0 13px;
}

.banner-inner nav {
    background: #f3e74b;
    position: absolute;
    left: 0;
    bottom: -22.5px;
}

.banner-inner .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 8.5px 22px;
    align-items: center;
}

.banner-angle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    overflow: hidden;
    height: 100%;
}

.banner-angle img {
    animation: down-up 10s infinite linear;
}

/****************************************************** */
/****************** 06. About Section  **************** */
/****************************************************** */
.about-content h6 {
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 25px;
}

.vision-mision {
    display: flex;
    margin: 35px 0;
}

.vision-mision .vm-image {
    margin-right: 30px;
    flex: none;
}

.about-images {
    max-width: 570px;
    padding-left: 25%;
    padding-top: 30px;
    padding-bottom: 21.5%;
    position: relative;
}

.about-images img:first-child {
    position: absolute;
    top: 0;
    right: 75%;
    width: 68%;
}

.about-images img:last-child {
    position: absolute;
    bottom: 0;
    right: 40%;
    width: 90%;
}

/****************************************************** */
/**************** 07. Services Section  *************** */
/****************************************************** */
.services-section {
    position: relative;
    overflow: hidden;
}

.services-section .section-title {
    position: relative;
    z-index: 2;
}

.services-section:after {
    position: absolute;
    content: '';
    height: calc(100% - 240px);
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.service-item {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 28px 20px;
    border-bottom: 2px solid;
}

.service-item > i {
    height: 118px;
    width: 118px;
    display: inline-block;
    margin-bottom: 40px;
    border-radius: 50%;
    line-height: 118px;
    font-size: 65px;
}

.service-item h4 {
    margin-bottom: 25px;
}

.service-angle {
    position: absolute;
    left: 0;
    top: 5%;
    transform: translateX(-70%);
}

.service-angle img {
    animation: down-up 10s infinite linear;
}

.service-ellipse {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -35%);
}

.what-experct-img {
    height: 100%;
    min-height: 400px;
    background: url('../images/about/skinskine-about-us.webp') center/cover;
}

.what-experct-content {
    padding: 25px  25px 55px 25px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.what-experct-content * {
    position: relative;
    z-index: 2;
}

 

.what-experct-content h3 {
    font-size: 32px;
    line-height: 42px;
}

.what-experct-content p {
    color: #222222;
    margin: 25px 0;
}

/****************************************************** */
/**************** 08. Service Details  **************** */
/****************************************************** */


/****************************************************** */
/**************** 11. Gallery Section  **************** */
/****************************************************** */
.gallery-item {
    margin-bottom: 30px;
    position: relative;
}

.gallery-item img {
    width: 100%;
}

.gallery-hover {
    position: absolute;
    height: calc(100% - 30px);
    width: calc(100% - 50px);
    background: #faffd1;
    left: 25px;
    top: 20px;
    opacity: 0;
    display: flex;
    transition: 0.5s;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover .gallery-hover {
    opacity: 1;
}

.gallery-popup-link {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #000000;
    font-size: 20px;
}

.gallery-hover h4 {
    margin-top: 25px;
}

img.mfp-img {
    padding-bottom: 25px;
}


 
/****************************************************** */
/***************** 13. Team Profile  ****************** */
/****************************************************** */
.porfile-image {
    position: relative;
}

.porfile-image img {
    width: 100%;
}


.experience {
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 230px;
    width: 230px;
    display: flex;
    flex-flow: column;
    padding: 25px;
    z-index: 1;
}

.experience:before {
  position: absolute;
  content: '';
  left: -94px;
  bottom: -179px;
  height: 150%;
  width: 150%;
  z-index: -1;
  clip-path: circle(23% at 50% 50%);
  background: #f3e74c;
}


.experience:after {
  position: absolute;
  content: '';
  left: -94px;
  bottom: -179px;
  height: 150%;
  width: 150%;
  z-index: -2;
  clip-path: circle(23% at 50% 50%);
    background: rgba(204, 204, 204, 0.8);
}

.experience h3 {
    margin-top: 165px;
    font-size: 35px;
}

.profile-name {
    font-size: 32px;
}

.profile-desi {
    color: #000000;
}

.profile-details h6 {
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 27px;
}

.profile-details p {
    margin-bottom: 25px;
}

.profile-details .divider {
    height: 6px;
}

.icon-list li {
    width: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
}

.icon-list li i {
    width: 40px;
    height: 40px;
    color: #fbaaa9;
    line-height: 40px;
    margin-right: 30px;
    text-align: center;
    background: #fff2f2;
    display: inline-block;
}

/****************************************************** */
/************** 14. Testimonial Section  ************** */
/****************************************************** */
.testimonial-section {
    position: relative;
    overflow: hidden;
}

.testimonial-image {
    margin-right: 20px;
    position: relative;
    display: inline-block;
}

.testimonial-image:after {
    position: absolute;
    content: '';
    height: 72%;
    width: 72%;
    left: 14%;
    top: 14%;
    background: #FFFFFF;
    transform: rotate(60deg);
}

.testimonial-image img {
    position: relative;
    z-index: 1;
    
}

.testimonial-content {
    margin-left: 80px;
    padding-bottom: 80px;
}

.testimonial-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.testimonial-content p {
    color: #524e4e;
    margin-bottom: 35px;
}

.testimonial-content span {
    color: #524e4e;
}

.testimonial-wrap .owl-dots {
    position: absolute;
    left: calc(40% + 110px);
    bottom: 55px;
}

.testimonial-wrap .owl-dots button {
    height: 8px;
    width: 44px;
    transition: 0.5s;
    margin-right: 10px;
    background: #FFFFFF;
}

.testimonial-wrap .owl-dots button.active {
    background: #222222;
}

.testimonial-dotted {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-angle {
    position: absolute;
    bottom: -12%;
    right: 0;
    width: 16%;
    animation: down-up 10s infinite linear;
}

.testimonial-quote {
    position: absolute;
    left: 52%;
    top: 22%;
    width: 15%;
}




/****************************************************** */
/****************** 17. Contact Page  ***************** */
/****************************************************** */
/*contact info*/
.contact-info-item {
    display: flex;
    padding: 30px 40px;
    background: #fff2f2;
    margin-bottom: 30px;
    align-items: center;
    transition: 0.5s;
}

.contact-info-item:hover {
    background: #fbaaa9;
    color: #FFFFFF;
}

.contact-info-icon {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

.contact-info-icon i {
    height: 72px;
    width: 72px;
    line-height: 72px;
    background: #FFFFFF;
    text-align: center;
    color: #fbaaa9;
    font-size: 22px;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.contact-info-item:hover .contact-info-icon i {
    transform: rotate(45deg);
}

.contact-info-icon i:before {
    transition: 0.5s;
    display: inline-block;
}

.contact-info-item:hover .contact-info-icon i:before {
    transform: rotate(-45deg);
}

.contact-info-icon:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5;
    background: #ffc9c8;
    transform: rotate(0deg);
}

.contact-info-item:hover .contact-info-icon:after {
    opacity: 1;
    transform: rotate(30deg);
}

.info-content span {
    display: block;
    font-size: 20px;
    margin: 10px 0;
}


/****************************************************** */
/***************** 18. Error Section  ***************** */
/****************************************************** */
.error-images {
    display: inline-block;
    position: relative;
    padding: 50px;
}

.error-images img {
    position: relative;
    z-index: 2;
}

.error-dots:before {
    position: absolute;
    content: '';
    background: url('../images/error/error-dot3.png') no-repeat center/cover;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    animation: rotated 35s infinite linear;
}

.error-dots:after {
    position: absolute;
    content: '';
    height: 56%;
    width: 56%;
    left: 22%;
    top: 22%;
    z-index: 1;
    background: #FAE2E2;
    transform: rotate(-30deg);
}

.error-images:before {
    position: absolute;
    content: '';
    background: url('../images/error/error-dot2.png') no-repeat center/cover;
    height: calc(100% - 100px);
    width: calc(100% - 100px);
    left: 50px;
    top: 50px;
    animation: rotated-reverse 45s infinite linear;
}

.error-images:after {
    position: absolute;
    content: '';
    background: url('../images/error/error-dot1.png') no-repeat center/cover;
    height: calc(100% - 180px);
    width: calc(100% - 180px);
    left: 90px;
    top: 90px;
    animation: rotated 55s infinite linear;
}

.error-content h1 {
    color: #fbaaa9;
    font-size: 230px;
    text-shadow: 10px 10px #fef4f3;
}

.error-content h5 {
    font-size: 25px;
    margin-bottom: 50px;
}

.error-content h5 span {
    font-weight: 400;
}

/****************************************************** */
/***************** 19. Footer Section  **************** */
/****************************************************** */
.footer-section {
    background: #fff6f6;
    position: relative;
}

.widget {
    z-index: 2;
    position: relative;
    margin-bottom: 50px;
}

.footer-title {
    font-size: 25px;
    margin-bottom: 50px;
}

/*about widget*/
.about-widget-contact {
    border-left: 5px solid;
    border-color: #fbaaa9;
    padding: 10px 0 10px 30px;
}

.about-widget-contact p {
    margin-bottom: 25px;
}

.about-widget-contact h4 a {
    color: #fbaaa9;
    font-size: 23px;
}


/*copyright*/
.copyright {
    z-index: 2;
    padding: 20px 0;
    position: relative;
    background: #ffecec;
}

.copyright-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    margin: 0;
}

.footer-dotted-top {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-dotted-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}


.counter-box {
    margin-top: 0px;
    padding: 45px 15px 63px;
    display: flex;
    height: 100%;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1229px) {
      .counter-box {
        padding: 45px 10px 63px; } }
    @media (max-width: 1023px) {
      .counter-box {
        padding: 20px 5px 28px;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .counter-box {
        padding: 45px 15px 65px;
        max-width: 300px; } }
    .counter-box > *:not(:first-child) {
      margin-top: 16px; }
      @media (max-width: 1023px) {
        .counter-box > *:not(:first-child) {
          margin-top: 8px; } }
    .counter-box-icon {
      font-size: 48px;
      line-height: 1em;
      color: #04213E; }
      @media (max-width: 1023px) {
        .counter-box-icon {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .counter-box-icon {
          font-size: 44px; } }
    .counter-box-number {
      font-size: 42px;
      line-height: 1em;
      font-weight: 600;
      font-family: "Poppins", serif;
      color: #5f5f5f; }
      @media (max-width: 1023px) {
        .counter-box-number {
          font-size: 30px; } }
      @media (max-width: 767px) {
        .counter-box-number {
          font-size: 38px; } }
    .counter-box .decor {
      opacity: 0;
      width: 29px;
      height: 1px;
      background-color: #04213E;
      transform: translateY(100px);
      transition: 1s ease 0.5s; }
      @media (max-width: 1023px) {
        .counter-box .decor:not(:first-child) {
          margin-top: 15px;
          width: 26px; } }
    .counter-box-text {
      opacity: 0;
      font-size: 18px;
      line-height: 1em;
      font-weight: 600;
      font-family: "Poppins", serif;
      transform: translateY(-20px);
      color: #444;
      transition: 0.5s ease 1.8s; }
      @media (max-width: 1023px) {
        .counter-box-text {
          font-size: 14px; }
          .counter-box-text:not(:first-child) {
            margin-top: 13px; } }
  
  .counter-box.counted .decor {
    opacity: 1;
    transform: translateY(0); }
  .counter-box.counted .counter-box-text {
    opacity: 1;
    transform: translateY(0); }
  
  .js-counter-carousel {
    margin-bottom: -20px; }
    .js-counter-carousel .slick-dots {
      margin-top: 5px; }
  
  .js-counter-carousel .slick-track {
    padding: 10px 0 20px;
    margin: -10px 0 0; }
  
  .counter-box-sm {
    color: #ffffff; }
    .counter-box-sm-number {
      position: relative;
      font-size: 44px;
      line-height: 1em; }
      .counter-box-sm-number span.sup {
        font-size: .6em;
        line-height: 1em;
        position: absolute;
        top: 0;
        padding: 0 .1em; }
      @media (max-width: 1229px) {
        .counter-box-sm-number {
          font-size: 40px; } }
      @media (max-width: 1023px) {
        .counter-box-sm-number {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .counter-box-sm-number {
          font-size: 32px; } }
    .counter-box-sm-text {
      margin-top: 5px;
      font-size: 17px;
      line-height: 25px;
      font-weight: 600; }
      @media (max-width: 1229px) {
        .counter-box-sm-text {
          font-size: 15px;
          line-height: 23px; } }
      @media (max-width: 767px) {
        .counter-box-sm-text {
          font-size: 13px;
          line-height: 17px; } }


          .container1 {
            position: relative;
            width: 100%;
              padding: 5px;
          }
          
          .image3 {
            opacity: 1;
            display: block;
            width: 100%;
            height: auto;
            transition: .5s ease;
            backface-visibility: hidden;
          
          
          }
          
          
          
          .container1:hover .image3 {
            opacity: 1;
                width: 100%;
              padding: 10px;
          }
          
          .container1:hover .middle3 {
            opacity: 1;
          
          }
          
          .text3 {
           background-color: #ffffff5e;
            color: #000000;
            font-size: 14px;
            padding: 1px 1px;
              text-align: center;
          
          
          
          }

          .sm-gallery-row .col {
            min-width: 20%;
            flex-basis: 20%; }
          
          @media (max-width: 1023px) {
            .sm-gallery-row .col {
              min-width: 25%;
              flex-basis: 25%; }
          
            .sm-gallery-row .col:nth-child(20) ~ .col {
              display: none; } }
          
          
          @media (max-width: 575px) {
            .sm-gallery-row .col {
              min-width: 50%;
              flex-basis: 50%; }
          
            .sm-gallery-row .col:nth-child(20) ~ .col {
              display: none; } }
          

              .header {
                color: #787878; }
              
              .header:not(.off-shadow) {
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
              
              .header-topline {
                display: flex;
                font-size: 14px;
                line-height: 1.2em;
                letter-spacing: .5px;
                word-spacing: -2px;
                align-items: center;
                min-height: 38px;
               
                background-image:linear-gradient(to right, #202a4e , #202a4e);
              
              
                }
                .header-topline,
                .header-topline a {
                  color: #fff; }
                .header-topline [class*='icon-'] {
                  position: relative;
                  top: 2px;
                  font-size: 16px;
                  padding-right: 8px;
                  color: #fff; }
              
              .header-info:hover [class*='icon-'] {
                color: #fff; }
              
              .header-info + *,
              .header-phone + * {
                position: relative;
                margin-left: 29px;
                padding-left: 30px; }
                .header-info + *:before,
                .header-phone + *:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: -1px;
                  width: 1px;
                  height: 22px;
                  background-color: rgba(255, 255, 255, 0.2); }
              
              .header-phone a {
                color: #fff; }
              .header-phone [class*='icon-'] {
                font-size: 16px;
                top: 2px;
                color: #fff; }
              
              .header-social:not(:first-child) {
                margin-left: 6px; }
              .header-social a {
                display: inline-block;
                margin: 0 -4px 0 0;
                padding: 0;
                text-decoration: none;
                position: relative;
                border-radius: 50%; }
                .header-social a:hover {
                  text-decoration: none; }
                  .header-social a:hover [class*='icon-'] {
                    opacity: .5; }
                .header-social a:before, .header-social a:last-child:after {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 0;
                  width: 1px;
                  height: 38px;
                  background-color: rgba(255, 255, 255, 0.2); }
                .header-social a:last-child:after {
                  right: 0;
                  left: auto; }
              .header-social [class*='icon-'] {
                display: block;
                position: relative;
                height: 38px;
                padding: 0 13px;
                z-index: 1;
                font-size: 22px;
                line-height: 38px;
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
                transition: all .2s;
                border-radius: 50%; }
              
          .form-group
          {
            text-align: left;
          }


          .slider {
            width: 800px;
            margin: 0 auto;
          }
          .slide-item {
            width: 800px; /* Set the width of each slide */
          }
        .slick-prev, .slick-next {
            background-color: #ccc;
            color: #fff;
            font-size: 18px;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
        .slick-prev {
            margin-right: 20px;
        }
                
         
          .counter-number {
            font-size: 2rem;
            font-weight: bold;
          }


          .container1
          {

            width: 100%;
            height: auto;
            transition: transform 0.3s ease-in-out;
          }

          .container1:hover {
            transform: scale(1.1);
          }
          
          .card-body {
            color: black;
          }

           
            

            /*-------------------------
    Footer
--------------------------*/
.footer .footer-primary {
    padding-top: 85px;
    padding-bottom: 60px;
    background-color: #1d2a4d;
  }
 
 
  
  .footer [class*=footer-widget] {
    margin-bottom: 30px;
  }
  .footer .footer-widget__title {
    color: #1d2a4d;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 30px;
  }

  .footer .footer-widget__title2 {
    color: #ffffff;
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  .footer .contact-list li {
    line-height: 26px;
    margin-bottom: 0;
  }
  .footer .footer-widget-contact {
    position: relative;
    overflow: hidden;
    padding: 40px;
    border-radius: 15px;
    background-color: #ffffff;
  }
  .footer .footer-widget-contact:before {
    content: "\e916";
    font-family: icomoon;
    position: absolute;
    right: -30px;
    bottom: -15px;
    font-size: 170px;
    line-height: 1;
    color: rgba(40, 59, 106, 0.05);
    transform: rotate(-20deg);
    z-index: 0;
  }
  .footer .footer-widget-contact:after {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    width: 3px;
    background-color: #21cdc0;
  }
  .footer .footer-widget-nav li a {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 11px;
  }
  .footer .footer-widget-nav li a:hover {
    color: #f3e74b;
  }
  .footer .footer__copyright-links li a {
    color: #000000;
    display: block;
    margin-right: 25px;
    padding: 3px 0;
  }
  .footer .footer__copyright-links li a:hover {
    color: #21cdc0;
  }
  .footer .footer__copyright-links li:last-child a {
    margin-right: 0;
  }
  .footer .phone__number {
    margin: 20px 0;
  }
  
  .phone__number {
    display: inline-flex;
    align-items: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #3851a2 !important;
  }
  .phone__number:hover {
    color: #21cdc0 !important;
  }
  .phone__number i {
    margin-right: 7px;
  }
  
  /* Scroll Top Button */
  #scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #f3e74b;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  #scrollTopBtn:hover {
    background-color: #222222;
  }
  #scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
  }
  
  @media (min-width: 1200px) {
    .footer .footer-widget-nav,
    .footer .footer-widget-about {
      margin-top: 40px;
    }
  }
  /* Mobile Phones and tablets */
  @media (min-width: 320px) and (max-width: 1200px) {
    .footer .footer-primary {
      padding-top: 35px;
      padding-bottom: 30px;
    }
    .footer .footer-secondary {
      padding: 20px 0;
    }
    .footer .footer-secondary:after {
      left: 20px;
      right: 20px;
      height: 3px;
    }
    .footer .footer-widget-contact {
      padding: 20px;
    }
    .footer .footer-widget-contact:after {
      top: 20px;
      bottom: 20px;
    }
    .footer .footer-widget {
      margin-bottom: 20px;
    }
    .footer .footer-widget__title {
      margin-bottom: 15px;
    }
    .footer .footer-widget-nav li a {
      font-size: 13px;
    }
    .footer .phone__number {
      margin: 10px 0;
    }
  }
  /* Mobile Phones */
  @media (min-width: 320px) and (max-width: 767px) {
    .footer .footer__copyright-links {
      justify-content: flex-start !important;
    }
    #scrollTopBtn {
      bottom: 20px;
      width: 30px;
      height: 30px;
      font-size: 14px;
    }
    #scrollTopBtn.actived {
      right: 20px;
    }
  }
  /*-------------------------
      Call to Action
  --------------------------*/
  .cta-banner {
    position: relative;
    z-index: 3;
    padding: 40px;
    max-width: 300px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  }
  .cta-banner .cta__title {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1.6;
  }
  .cta-banner .cta__icon {
    color: #f3e74b;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .cta-banner .cta__icon i {
    line-height: 1;
  }
  
  /* Mobile Phones & tablets and Small Screens */
  @media (min-width: 320px) and (max-width: 767px) {
    .cta-banner .cta__title {
      font-size: 16px;
    }
  }

  .logo{
    display: block;
    max-width: 25%;
    height: auto;
}


.social-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .social-icons li {
    margin-right: 10px;
  }
  .social-icons li a {
    position: relative;
    z-index: 2;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background-color: #213360;
    transition: all 0.4s linear;
  }
  .social-icons li a:hover {
    background-color: #f3e74b;
  }
  .social-icons li:last-of-type {
    margin-right: 0;
  }
  .social-icons-light li a {
    color: #ffffff;
  }
  .social-icons-light li a:hover {
    color: #f3e74b;
  }
  .social-icons-primary li a {
    color: #f3e74b;
  }
  .social-icons-primary li a:hover {
    color: #213360;
  }


   
.iconstyle
{
font-size: 50px;
}
 
.link-style-button {
    background: none;
    border: none;
    padding: 0;
  
    text-decoration: underline;
    cursor: pointer;
    color: blue;
    font-size: 14px;
  }
  
  .link-style-button:hover {
    color: darkblue;
  }
  
  .link-style-button:focus {
    outline: none;
  }


  .slider-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height:500px;
    margin: 0 auto;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-text {
    position: absolute;
    width: 100%;
    bottom: 10%;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide.active {
    opacity: 1;
}

 

.owl-carousel.style-two .owl-nav .owl-prev,
.owl-carousel.style-two .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px); /* 15px is half the height of the buttons; adjust this value if the buttons' height is different */
    background: transparent;
    color: #FFFFFF;
    background-color: #fbaaa9;
    font-size: 34px; /* Adjust the font size as desired */
    padding: 20px;   /* Adjust the padding around the buttons as desired */
}

 
.owl-carousel.style-two .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel.style-two .owl-nav .owl-next {
    right: 0;
}

.owl-carousel.style-two .owl-nav .owl-prev:hover,
.owl-carousel.style-two .owl-nav .owl-next:hover {
    background: transparent;
}




.column {
    background-color: #f8f9fa;
    text-align: center;
    padding: 2rem;
  }
  .circle-image {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
  }


  /* button animated custom css */

  .animated-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.animated-button:hover {
    background-color: #000;
    color: #fff;
}

.animated-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all 0.3s ease;
    z-index: -1;
}

.animated-button:hover:before {
    left: 100%;
}


.button-container {
    text-align: center;
    margin-top: 20px; /* Adjust the margin as needed to add spacing between the carousel and the button */
}


.quick
{
    -webkit-text-fill-color: #000000;
}

.icon-container {
    display: inline-block;
  }
  
  .icon-container i {
    font-size: 2em;
    transition: transform 0.3s ease;
  }
  
  .icon-container:hover i {
    transform: scale(1.2) !important;
  }
  
  .heading-container {
    display: flex;
    align-items: center;
  }
  
  .heading {
    margin-right: 10px;
  }
  
  .heading-line {
    flex: 1;
    height: 1px;
    background-color: #2c2c2c;
    width: 40%;
    margin-left: 5px; /* Add some left margin to the line */
  }

  .container2 {
    max-width: 100%;
    padding: 0 15px; /* optional padding for content within container */
    margin: 0 auto; /* center the container horizontally */
  }
  
  /* media query for smaller screens */
  @media (max-width: 768px) {
    .container2 {
      padding: 0 10px; /* reduce padding for smaller screens */
    }
  }

  .title-heading
  {
    text-align: center;
    font-size: 24px;
  }

  .h1{
    text-decoration-color: #f8cf00;
  }

  .breadcrumbs-wrap {
    background-color: #f0e73f;
    padding: 20px 0; }
  
  .breadcrumbs {
    font-size: 17px;
    line-height: 18px;
font-weight: 400; }
    .breadcrumbs, .breadcrumbs a {
      color: #000000; }
    .breadcrumbs > * {
      position: relative; }
    .breadcrumbs > a:after {
      content: '/';
      display: inline-block;
      padding: 0 4px 0 5px; }

.doctor-card

{
    opacity: 1;
    background-color: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
    pointer-events: all; }


    .doctor-box-h {
        display: flex;
        padding: 30px;
        opacity: .35;
        pointer-events: none;
        transition: opacity 0.5s; }
        @media (max-width: 1023px) {
          .doctor-box-h {
            padding: 25px;
            margin: 0 15px; } }
        @media (max-width: 767px) {
          .doctor-box-h {
            flex-direction: column;
            max-width: 370px;
            margin-left: auto;
            margin-right: auto;
            padding: 15px; } }
        .doctor-box-h-photo {
          width: 46%; }
          @media (max-width: 1023px) {
            .doctor-box-h-photo {
              width: 43%; } }
          @media (max-width: 767px) {
            .doctor-box-h-photo {
              width: 100%; } }
          .doctor-box-h-photo img {
            max-width: 100%;
            width: auto; }
        .doctor-box-h-name {
          font-size: 24px;
          line-height: 1em; }
          @media (max-width: 1023px) {
            .doctor-box-h-name {
              font-size: 20px; } }
          @media (max-width: 767px) {
            .doctor-box-h-name {
              font-size: 18px; } }
      
      .doctor-box-h-wrap.slick-active .doctor-box-h {
        opacity: 1;
        background-color: #ffffff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
        pointer-events: all; }
      
      .doctor-box-h-info {
        width: 54%;
        padding: 0 20px 0 50px;
        align-self: center; }
        @media (max-width: 1023px) {
          .doctor-box-h-info {
            width: 57%;
            padding: 0 0 0 25px; } }
        @media (max-width: 767px) {
          .doctor-box-h-info {
            width: 100%;
            padding: 20px 0 0; } }
        .doctor-box-h-info > * {
          margin-bottom: 0; }
        .doctor-box-h-info > *:not(:first-child) {
          margin-top: 32px; }
          @media (max-width: 1023px) {
            .doctor-box-h-info > *:not(:first-child) {
              margin-top: 25px; } }
          @media (max-width: 767px) {
            .doctor-box-h-info > *:not(:first-child) {
              margin-top: 20px; } }
      
      .doctor-box-h-table {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
        color: #000000; }
        @media (max-width: 1023px) {
          .doctor-box-h-table {
            font-size: 15px;
            line-height: 21px; } }
        @media (max-width: 767px) {
          .doctor-box-h-table {
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 575px) {
          .doctor-box-h-table {
            font-size: 12px; } }
        .doctor-box-h-table td {
          padding: 7px 10px;
          vertical-align: top;
          background-color: #fff;
          border: 0; }
          @media (max-width: 767px) {
            .doctor-box-h-table td {
              padding: 5px; } }
        .doctor-box-h-table th {
          padding: 7px 10px;
          vertical-align: top;
          background-color: #fff;
          border: 0;
          font-size: 16px;
          font-weight: 600; }
          @media (max-width: 1023px) {
            .doctor-box-h-table th {
              padding: 5px 10px;
              font-size: 15px; } }
          @media (max-width: 767px) {
            .doctor-box-h-table th {
              font-size: 14px; } }
          @media (max-width: 575px) {
            .doctor-box-h-table th {
              font-size: 12px; } }
        .doctor-box-h-table tr:nth-child(odd) td {
          background-color: #f9f9f9; }
        .doctor-box-h-table tr > td:first-child {
          font-weight: 600;
          color: #444444; }
          @media (max-width: 767px) {
            .doctor-box-h-table tr > td:first-child {
              font-weight: 500; } }
      

              .footer-bottom {
                padding: 11px 0;
                background-image:linear-gradient(to right, #202a4e , #202a4e);
                font-size: 15px;
                line-height: 26px;
                font-weight: 300; }
                .footer-bottom b {
                  font-weight: 500; }
                .footer-bottom, .footer-bottom a {
                  color: #fff; }
                .footer-bottom [class*='icon'] {
                  font-size: 16px;
                  position: relative;
                  top: 1px; }
                  @media (max-width: 575px) {
                    .footer-bottom [class*='icon'] {
                      font-size: 11px; } }
                @media (max-width: 575px) {
                  .footer-bottom {
                    font-size: 12px;
                    line-height: 18px; } }

                    .owl-nav {
                      display: none;
                    }

                    /* slider animations  */

                    .carousel {
                      position: relative;
                      width: 100%;
                      overflow: hidden;
                    }
                  
                    .carousel img {
                      width: 100%;
                      height: auto;
                    }
                  
                    .carousel-text {
                      position: absolute;
                      bottom: 50%;
                      left: 32%;
                      transform: translateX(-50%);
                      text-align: left;
                      font-size: 3.0rem;
                      color: #000000;
                      /* font-weight: bold; */
                      line-height: 1.5;
                      font-family: 'Dancing Script', cursive;
                      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
                    }
                  
                  
                    @media screen and (max-width: 600px) {
                      .carousel img {
                        height: 275px;
                      }
                      .carousel-text {
                        font-size: 1rem;
                        bottom: 25%;
                        left: 5%;
                        transform: none;
                        line-height: 1.0;
                      }
                    }
                    .carousel-button {
                      display: inline-block;
                      margin-top: 20px;
                      padding: 10px 20px;
                      font-size: 1rem;
                      font-weight: bold;
                      color: #e2ff70;
                      background-color: #333;
                      border: 2px solid #ffffff;
                      border-radius: 50px;
                      text-decoration: none;
                    
                      transition: background-color 0.3s, color 0.3s, border-color 0.3s;
                    }
                  
                    .carousel-button:hover {
                      background-color: #ffffff;
                      color: #333;
                      border-color: #333;
                    }

  .not-selectable {
            -webkit-user-select: none; /* Chrome, Safari, Opera */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently not supported by any browser */
          }


          .footer-links-text
          {
            font-size: 24px;
            color: #ffffff;
          }