.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: #2da7a8;
    display:none
}
.mfp-zoom-out-cur{
    overflow: hidden;
}
.home_page .content_wrap{
    opacity: 0;
    visibility: hidden;
}
.preloader-inner {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1
}

.preloader-inner img {
    display: block;
    margin: 0 auto 30px auto;
}
.loader {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
    color: var( --theme-color2);
    -webkit-animation: loaderfill 1s ease-in infinite alternate;
    animation: loaderfill 1s ease-in infinite alternate;
}
.hero-slider{
    /*min-height: 50vh;*/
}
/*.content_wrap{*/
/*    display:none;*/
/*}*/
.loader::before, .loader::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 40% 40% 40% 40% / 40% 40% 40% 40%;
    left: 48px;
    top: 0;
    -webkit-animation: loaderfill 0.9s ease-in infinite alternate;
    animation: loaderfill 0.9s ease-in infinite alternate;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.loader::after {
    left: auto;
    right: 48px;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}
.header-layout  .sticky .menu-bg,
.header-layout  .sticky .menu-bg2{
    background-color:unset;
}

.sticky-wrapper {
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s
}

.sticky-wrapper.sticky .header-logo {
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 35px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_page .header-layout .sticky-wrapper{
     max-width: 1860px;
}
.header-layout .sticky-wrapper{
    background-color: var(--theme-color);
    position: relative;
     /*margin: 30px auto 0 auto; */
    z-index: 3;
}
.sticky-wrapper.sticky {
    top: 0
}
.header_sec{
    position: relative;
    left: 0;
    width: 100%;
}
.home_page .header_sec{
    position:absolute;
}
.home_page .header-layout .sticky-wrapper{
    margin: 30px auto 0 auto;
}
.header_sec .sticky-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 997;
    -webkit-animation: headerSticky .95s ease forwards;
    animation: headerSticky .95s ease forwards;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09)
}
.header-layout .sticky-wrapper.sticky {
    background-color: var(--theme-color)!important;
    padding: 0;
    margin: 0px auto 0 auto
}
.sidemenu-wrap.show {
    opacity: 1;
    visibility: visible;
    width: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrap {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.sidemenu-wrap .sidemenu-container {
    background-color:var( --theme-color);
    width: 450px;
    margin-left: auto;
    padding: 80px 30px;
    height: 100%;
    overflow-y: auto;
    position: relative;
    right: -500px;
    cursor: auto;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: right ease 1s;
    transition: right ease 1s;
}
.sidemenu-wrap.show .sidemenu-container {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow-x: hidden; 
}
.sidemenu-wrap .closeButton {
    display: inline-block;
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--white-color);
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sidemenu-wrap .widget {
    padding: 0;
    border: none;
    background-color: transparent;
}
.about-logo {
    margin-bottom: 15px;
}
.side-footer_abt .about-text {
    color: var(--white-color);
    margin-bottom: 17px;
    margin-top: -0.5em;
}
.open-time .title {
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--white-color);
    display: block;
    margin-bottom: 6px;
}
.open-time .description {
    color: var(--white-color);
    margin-bottom: 30px;
}
.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}
.menu-wrap .menu-container {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 1;
}

.menu-wrap .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: var(--theme-color);
}
.header-logo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}
.mobile-menu ul {
    margin: 0;
    padding: 0 0;
}
.mobile-menu>ul {
    padding: 0 40px;
}
.mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none;
}
.mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    padding-left: 18px;
}
.mobile-menu ul li a:before {
    content: '\f105';
    font-family: var(--icon-font);
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 10px;
    display: inline-block;
}
.main-menu ul {
    margin: 0;
    padding: 0;
}
.main-menu ul li:first-child {
    margin-left: 0 !important;
}
.main-menu ul li:last-child {
    margin-right: 0 !important;
}
.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}
.main-menu>ul>li {
    margin: 0 17px;

}
.main-menu>ul>li a::before{
    content: '•';
    padding: 36.5px 0;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    color: #FBFBFB;
    left: -10px;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.main-menu>ul>li a::after{
    content: '•';
    padding: 36.5px 0;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    color: #FBFBFB;
    right: -10px;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.main-menu .menu-item:hover a{
   color: var(--theme-color2);
}

.main-menu .menu-item:hover a::before,
.main-menu .menu-item:hover a::after{
    color: var(--theme-color2);
    opacity: 1;
}

.main-menu a {
    transition: all 0.5s ease-in-out;
    display: block;
    position: relative;
    font-family: var(--body-font);
    font-weight: 500;
    font-size: 14px;
    color: #FBFBFB;
    text-transform: uppercase;
}
.header-layout .main-menu>ul>li>a {
    padding: 36.5px 0;
}
.home_page .header-layout .sticky-wrapper{
     background-color: #2ea7a8cc;
}
/*.header-layout .menu-bg{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 70%;*/
/*    height: 100%;*/
/*    background-color: #2ea7a8;*/
/*    -webkit-clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);*/
/*    clip-path: polygon(0% 0%, 100% 0, 94% 100%, 0% 100%);*/
/*    z-index: -1;*/
/*}*/
/*.header-layout .menu-bg2 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 17%;*/
/*    height: 100%;*/
/*    background-color: #2ea7a8;*/
/*    -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 25% 100%);*/
/*    clip-path: polygon(0 0, 100% 1%, 100% 100%, 25% 100%);*/
/*    z-index: -1;*/
/*}*/

.header-btn{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.header-btn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-btn .line{
    border-bottom: 3px solid var(--white-color);
    border-radius: 3px;
    width: 10px;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
    left: -10px;
    text-align: left;
}
.header-btn .line::after,.header-btn .line::before {
    content: '';
    border-bottom: 3px solid var( --white-color);
    border-radius: 3px;
    position: absolute;
    height: 100%;
    width: 20px;
    top: 10px;
    transition: all 0.2s ease-in-out;
}
.header-btn .line::before {
    top: -10px;
}
.menu-wrap.th-body-visible {
    opacity: 1;
    visibility: visible;
}
.menu-wrap.th-body-visible .menu-container {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.menu-wrap .menu-btn-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 25px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color2);
    border-radius: 50%;
}
.header-btn:hover .line{
    border-bottom-color: var(--theme-color2);
}
.header-btn:hover .line::after,
.header-btn:hover .line::before{
    border-bottom-color: var(--theme-color2);
}
/* hero section  */
.hero-slide{
    background-image: url("../img/hero/header_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.hero-img img {
    width: 100%;
    margin-left: -30px;    
}
.hero .hero-sec_shape_1{
    animation-delay: 1s;
}
.hero-img {
    animation-delay: 0.1s;
    position: relative;
    z-index: 1;
    min-width: 800px;
    max-height: 800px;
    margin-left: -100px;
}
.hero-slider-wrap {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}
.hero-title {
    font-size: 74px;
    line-height: 84px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.hero-content_wrap .hero-title span {
    display: inline-block;
}

.text-theme_color {
    color: var(--theme-color);
}
.hero .hero-sec_shape_1 {
    position: absolute;
    right: -15%;
    bottom: 0%;
    z-index: 1;
    animation-delay: 0.4s;
    top: 65%;
    width: 70%;
}
.hero-1 .shape1 {
    -webkit-animation: slideindown 4s linear infinite;
    animation: slideindown 4s linear infinite
}

/* about section */
.about_sec{
    background-color: var(--white-color);
    padding-bottom: var(--section-space);
}
.img-box {
    position: relative;
    z-index: 3;
    margin-bottom: 60px;
    display: flex;
    justify-content: end;
}
.about_sec .img1-container .tilte-active {
    border-radius: 0 50% 0 0;
}

.about_sec .img1-container {
    width: 80%;
    position: relative;
}
.img-box .img2-container {
    position: absolute;
    bottom: -50px;
    height: 100%;
    width: 100%;
    left: -40px;
    z-index: -1;
    border: 5px solid var(--theme-color);
    border-radius: 0 50% 0 0;
}

.sub-title {
    display: block;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--lato-font);
    position: relative;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.img-box .img3-container {
    position: absolute;
    bottom:0;
    left: -30%;
    opacity: 0.2;
    scale: 1.5;
    rotate: 45deg;
    z-index: -2;
}
.bg-img-mockup-wrap {
    z-index: 1;
    position: relative;
}

.bg-img-mockup img{
    rotate: 220deg;
    width: 100%;
    opacity: 0.5;
}

.list-container ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    list-style-type: none;
}
.list-wrap{
    margin-bottom:18px;
}
.list-wrap .list-container li:before {
    content: "";
    width: 20px; 
    height: 20px;
    background: url('../img/icons/flower.png')  
                no-repeat center center/cover;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.list-container li {
    color: var(--title-color);
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.list-wrap .list-container li {
    position: relative;
    color: var(--body-color);
    font-weight: 400;
    gap: 10px;
    padding-left: 28px;
    margin-bottom: 8px;
}
.list-container li:not(:last-child) {
    margin-bottom: 10px;
}
.list-wrap .list-container li:not(:last-child) {
    margin-bottom: 7px;
}
.about_sec .title-container .sub-title img {
    width: 25%;
    margin: -5px 8px 0 8px;
    rotate: 180deg;
}

/* services section */
.service-area{
    background-color: var(--smoke-color);
    padding-bottom: var(--section-space);
}
.service-card {
    padding: 40px;
    margin: 10px;
    position: relative;
    z-index: 2;
    background-color: var(--theme-color3);
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 40px;
    box-shadow: 0px 1px 6.5px -2px rgba(0, 0, 0, 0.1), 0px 0px 5.2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 31px;
    height: 96%;
}
.service-area .title-container img{
    width: 25%;
    min-width: 250px;
}
.service-area .text-theme_color{
    color: var(--theme-color2);
}
.service-card .btn-wrap{
    background-color: transparent;
    color: var(--theme-color);
    border: 2px solid;
}
.service-card_title{
    color: var( --text-color);
}
.service-card:hover ,.service-card:hover .box-title a, .service-card:hover .service-card_title,.service-card:hover .btn-wrap{
    color: var(--white-color);
}
.service-card:hover:before {
    height: 0;
}
.service-card:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.service-card_img {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-card_img img {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 40px;

}
.service-card_overlay2{
    opacity: 0.5;
    position: absolute;
    top: -90%;
    left: -8%;
    width: 100px;
    height: 100px;
    z-index: -1;
    background-image: url("../img/icons/bg flower y.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-card:hover .service-card_overlay2{
    filter: brightness(0) invert(1);
}
.service-card:hover .service-card_img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.service-card:hover:after{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.service-card:after {
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 110px;
    width: 110px;
    top: -10px;
    right: -22px;
    background-color: var(--smoke-color2);
    border-radius: 50%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
    /* width:94px;
    height: 72.1793px; */
    clip-path: polygon(-37.74253px -0.4647px, 1.25747px -61.4647px, -28.542877px -25.889564px, 0.46247712px 25.29381549704px, 0.02526043px 20.07999495251px, 0.89720216px 15.46353117632px, 2.83003125px 11.43898089125px, 5.57547664px 8.00090082008px, 8.88526727px 5.14384768559px, 12.51113208px 2.86237821056px, 16.20480001px 1.15104911777px, 19.718px 0.004417130000001px, 60.323px 0.00439662px, 60.323px 0.00439662px, 66.965467px 0.44977515003px, 72.965376px 1.76794195584px, 78.290789px 3.93194991801px, 82.909768px 6.91485191712px, 86.790375px 10.68970083375px, 89.900672px 15.22954954848px, 92.208721px 20.50745094189px, 93.682584px 26.49645789456px, 94.290323px 33.16962328707px, 94px 40.5px, 94px 66.8177px, 94px 66.8177px, 93.1539833px 69.918752px, 90.8213304px 73.116308px, 87.3101371px 76.160438px, 82.9284992px 78.801212px, 77.9845125px 80.7887px, 72.7862728px 81.872972px, 67.6418759px 81.804098px, 62.8594176px 80.332148px, 58.7469937px 77.207192px, 55.6127px 72.1793px, 55.6127px 72.1793px, 52.70969857px 67.0556987px, 49.13965656px 63.5083976px, 44.98333739px 61.0845509px, 40.32150448px 59.3313128px, 35.23492125px 57.7958375px, 29.80435112px 56.0252792px, 24.11055751px 53.5667921px, 18.23430384px 49.9675304px, 12.25635353px 44.774648px, -11.74253px -1.4647px);  /* background-color: var(--smoke-color2); */
/*     
    -webkit-clip-path: path("M30.2831 74.8414C36.7842 76.2022 42.3987 78.0068 48.6338 79.3973C55.9918 81.0243 60.3948 75.0781 66.8959 74.8414C78.9819 74.4864 81.3164 91.3193 87.7288 99.8098C91.8658 105.224 95.7664 108.566 102.415 109.898C109.034 111.199 113.733 105.667 118.875 106.791C125.524 96.3485 126.646 111.111 129.838 114.453C136.487 121.465 141.599 116.968 146.563 110.578C158.62 95.0764 163.111 76.0543 164.884 57.1505C166.805 36.3238 166.51 14.2547 161.9 -6.0691C159.831 -15.2399 155.724 -43.2258 145.647 -46.1841L150.228 -37.0133C151.616 -23.1387 152.001 -6.63119 145.411 5.85299C140.387 15.3788 120.382 24.668 114.354 10.823C107.882 11.6809 107.35 5.52757 106.996 0.675898C100.672 4.55132 88.2311 13.515 86.8718 0.735032C71.0624 3.78212 93.3433 -26.452 96.8894 -30.8304C103.272 -38.7291 113.378 -51.8642 123.544 -55C116.688 -53.2546 109.655 -52.7516 102.622 -50.5329C64.4728 -38.6108 -18.4156 4.90635 3.68793 53.7781C8.62282 64.6647 18.2562 72.3268 30.2831 74.8414Z");
    clip-path: path("M30.2831 74.8414C36.7842 76.2022 42.3987 78.0068 48.6338 79.3973C55.9918 81.0243 60.3948 75.0781 66.8959 74.8414C78.9819 74.4864 81.3164 91.3193 87.7288 99.8098C91.8658 105.224 95.7664 108.566 102.415 109.898C109.034 111.199 113.733 105.667 118.875 106.791C125.524 96.3485 126.646 111.111 129.838 114.453C136.487 121.465 141.599 116.968 146.563 110.578C158.62 95.0764 163.111 76.0543 164.884 57.1505C166.805 36.3238 166.51 14.2547 161.9 -6.0691C159.831 -15.2399 155.724 -43.2258 145.647 -46.1841L150.228 -37.0133C151.616 -23.1387 152.001 -6.63119 145.411 5.85299C140.387 15.3788 120.382 24.668 114.354 10.823C107.882 11.6809 107.35 5.52757 106.996 0.675898C100.672 4.55132 88.2311 13.515 86.8718 0.735032C71.0624 3.78212 93.3433 -26.452 96.8894 -30.8304C103.272 -38.7291 113.378 -51.8642 123.544 -55C116.688 -53.2546 109.655 -52.7516 102.622 -50.5329C64.4728 -38.6108 -18.4156 4.90635 3.68793 53.7781C8.62282 64.6647 18.2562 72.3268 30.2831 74.8414Z"); */
}

.service-card:hover .service-card_icon{
color: var(--white-color);
}
.service-card_icon {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 25px;
    font-weight: 600;
    color: var(--theme-color);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-area .explore-service_btn{
    /* background: var(--theme-color);
    padding: 21px 30px;
    border-radius: 14px; */
    color: var(--smoke-color2);
}
.service-area .btn_arrow{
    text-transform: uppercase;
}
.services-container {
    display: flex;
    justify-content: center;
}
.services-container .row {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/* section4 */
.why-choose_sec{
    background-color: var(--white-color);
}
.bg-img-1{
    top: 10%;
    right: 0%;
    width: 10%;
}
.why-choose_sec .bg-img-2 {
    width: 40%;
    bottom: -8%;
    left: -10%;
    rotate: 153deg;
    opacity: 0.5;
}
.bg-img-mockup {
    position: absolute;
    z-index: -1;
}
.why-choose_sec .title-container img{
    width: 50%;
    min-width: 250px;
}
.title-container img {
    margin-bottom: 15px;
}
.why-choose_sec .title-container {
    max-width: 597px;
    display: block;
    margin: auto;
    margin-bottom: calc(var(--section-title-space) - 12px);
}

.after_img{
    background: url('../img/choose_sec/choose_1.jpg');
}
.before_img{
    background: url('../img/choose_sec/choose_2.jpg');
}

.before-after-img_wrap .slider-button {
    pointer-events: none;
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    padding: 8px;
    background-color: var(--smoke-color2);
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    text-align: center;
    
}
.before-after-animations{
    max-width: 386px;
    margin:auto;
    padding: 5px 10px;
    position:relative;
    z-index:1;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--smoke-color3);
 
}

.arrow-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    /*transform: ;*/
    cursor: pointer;
}
.arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    /*transform: rotate(-90deg);*/
    cursor: pointer;
}
.arrow_container{
    position: relative;
}
.before-after-text{
    color: var(--title-color);
    text-align: center;
    font-family: var(--title-font);
}
.arrow-right span, .arrow-left span  {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: 2px solid var(--title-color);
    border-right: 2px solid var(--title-color);
    transform: rotate(45deg);
    margin: -10px;
    animation: animateSlideArrow 2s infinite;
    margin:auto;
}


.arrow-left span:nth-child(2),.arrow-right span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow-left span:nth-child(3),.arrow-right span:nth-child(3)  {
    animation-delay: -0.4s;
}

@keyframes animateSlideArrow {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(var(--arrow-spacingNegative), var(--arrow-spacingNegative));
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(var(--arrow-spacing), var(--arrow-spacing));
    }
}

.before-after-img_wrap {
    position: relative;
    width: 100%;
    max-width: 386px;
    height: 100%;
    height: 435px;
    border: none;
    background-color: transparent;
    overflow: hidden;
    margin: auto;
}


.before-after-img_wrap .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.before-after-img_wrap .before_img {
    background-position: left center;
    width: 50%
}

.before-after-img_wrap .slider {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center
}

.before-after-img_wrap .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1px;
    height: 600px;
    background: var(--white-color);
    cursor: pointer
}

.before-after-img_wrap .slider::-moz-range-thumb {
    width: 1px;
    height: 600px;
    background: var(--white-color);
    cursor: pointer
}

.before-after-img_wrap .slider-button {
    pointer-events: none;
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    padding: 8px;
    background-color: var(--smoke-color2);
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    text-align: center
}

.before-after-img_wrap .slider-button:after {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid var(--white-color);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.before-after-img_wrap .slider-button:before {
    content: '';
    padding: 3px;
    display: inline-block;
    border: solid var(--white-color);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}


.services-item {
    background-color: var(  --smoke-color3);
    padding: 20px;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    transition: all 0.3s linear;
}
.services-slide .box-title {
    font-size: 20px;
    line-height: 1.417;
    font-weight: 700;
    margin-bottom: 5px;
}
.price-icon {
    background-color: transparent;
    border: 1px solid var(--smoke-color2);
    color: var(--theme-color);
    font-size: 18px;
    width: 100%;
    height: 23px;
    line-height: 23px;
}
.services-item-content p{
    font-size: 14px;
    margin-bottom: -0.3rem;
}
/* .service-card .btn-wrap:hover{
    background-color: var(--theme-color3);
    color: var(--white-color);
} */
/* .service-card .btn-wrap::before,.service-card .btn-wrap::after{
    background-color: var(--theme-color3);
} */


/* section 5 */
.make-appointment-sec {
    position: relative;
    z-index: 1;
}
.make-appointment-sec::before{
    content: ' ';
    width: 100%;
    display: inline-block;
    height: 35%;
    background-color: var(--theme-color);;
    position: absolute;
    top: 0;
    z-index: -1;
}
.make-appointment-sec .text-theme_color {
    color: var(--theme-color2);
}
.appointment-working_hours {
    margin-top: 100px;
    max-width: 549px;
}
.appointment-working_hours-list {
    padding: 0;
}
.appointment-working_hours-list li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--text-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--title-color);
    font-family: var(--title-font);
    font-weight: 700;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}

.appointment-form .form-group select, .appointment-form .form-group .form-control, .appointment-form .form-group .form-select.nice-select, .appointment-form .form-group .nice-select, .appointment-form .form-group textarea, .appointment-form .form-group input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: var(--body-color);
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.form-group .nice-select form-select open .current{
    white-space: normal!important;
}
.form-group .nice-select form-select open .list .option {
    white-space: normal!important;
    line-height: 1.5;
    display:flex;
    align-items: center;
}
.form-group .nice-select{
    z-index:99;
    white-space: break-spaces;
    line-height: 1.5;
    min-height: 56px;
    height: auto!important;
}
.hide{
    display:none;
}
.show{
    display:block;
}
.make-appointment-sec .sub-title img{
    width: 25%;
    rotate: 180deg;
    margin: 0;
    padding-right: 15px;
}
.btn-icon{
    font-size: 22px;
}
/* section 6 */
.testimonial_sec {
    background-color: var(--smoke-color3);
}
.testimonial_sec .title-container img {
    width: 25%;
    min-width: 250px;
}
.testimonial-grid {
    position: relative;
    border: 1px solid var(--smoke-color3);
    background-color: var(--smoke-color);
    padding: 40px 24px;
    text-align: center;
    z-index: 2;
    height: 100%;
}
.testimonial-grid {
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 40px 24px 40px 40px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 35px;
    border-radius: 10px;
}
.testimonial-grid .testimonial-grid_img {
    min-width: 100px;
    min-height: 100px;
    border-radius: 0;
    margin: 0;
}
.testimonial-grid_name {
    margin-bottom: 5px;
}
.testimonial-grid_desig {
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-color);
    margin-bottom: 5px;
}
.testimonial-grid .testimonial-grid_img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.testimonial-grid .testimonial-quote-1 {
    position: absolute;
    left: 40px;
    z-index: -1;
    bottom: 0;
    width: 20%;
}
.testimonial-grid .testimonial-quote-2 {
    position: absolute;
    right: 40px;
    top: -15%;
    z-index: -1;
    bottom: 50px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 20%;
}
.testimonial-grid_text::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/testimonial/quote.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: -25px;
}
.testimonial-grid_text::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/testimonial/quote.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transform: scaleX(-1);
}
.testimonial-grid_text{
    font-style: italic;
    line-height: 30px;
    margin-bottom: 5px;
    position: relative;
}


.testimonial_sec .bg-img-mockup-1{
    position: absolute;
    z-index: -1;
    top: -30%;
    left: -20%;
    width: 40%;
    opacity: 0.5;
}
.testimonial_sec .bg-img-mockup-2{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 30%;
    opacity: 0.5;
}
.testimonial_sec .bg-img-mockup-3{
    position: absolute;
    z-index: -1;
    bottom: -20%;
    right: -10%;
    width: 30%;
    opacity: 0.5;
}
.testimonial_sec .bg-img-mockup-4{
    position: absolute;
    z-index: -1;
    top: 30%;
    left: 30%;
    width: 35%;
    opacity: 0.5;
}
.testimonial_sec .bg-img-mockup-5{
    position: absolute;
    z-index: -1;
    bottom: -30%;
    left: -12%;
    width: 30%;
    opacity: 0.5;
}

/* footer */
.footer-wrapper{
    background-color: var( --theme-color3);
}
.footer-layout .footer-menu{
    margin: 0;
    padding: 16px 0;
    border-top: 1px solid var(--theme-color2);
    border-bottom: 1px solid var(--theme-color2);
    text-align: center;
    margin-bottom: 40px;
    list-style-type: none;
}
.footer-layout .footer-menu li {
    display: inline-block;
    margin-right: 53px;
}
.footer-layout .footer-menu li a {
    padding: 24px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-color2);
    text-transform: uppercase;
}
.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    margin-bottom: 40px;
    position: relative;
    border-radius: 0;
}
.footer-widget {
    margin-bottom: 50px;
}
.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}
.footer-layout .footer-contact.style2 {
    max-width: 100%;
    text-align: center;
}
.footer-layout .footer-contact.style2 .box_content_text {
    color: var(--theme-color2);
}
.footer-layout .footer-contact.style2 .box_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px;
}
.footer-layout .footer-contact.style2 .box_content_link {
    color: var(--theme-color2);
}
.social_wrap a {
    display: inline-block;
    width: var(--icon-size, 45px);
    height: var(--icon-size, 45px);
    line-height: var(--icon-size, 45px);
    background-color: var(--theme-color2);
    color: var(--title-color);
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
}
.widget .social_wrap a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.social_wrap.social_footer a {
    display: inline-block;
    width: var(--icon-size, 36px);
    height: var(--icon-size, 36px);
    line-height: var(--icon-size, 36px);
    background-color: var(--theme-color2);
    color: var(--theme-color3);
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 7px;
}
.footer-layout4 .social_wrap.social_footer a {
    width: var(--icon-size, 36px);
    height: var(--icon-size, 36px);
    line-height: var(--icon-size, 38px);
    background-color: var(--theme-color2);
    color: var(--theme-color);
}
.footer-layout .social_wrap.social_footer {
    text-align: center;
}
/* copy right */
.copyright-wrap {
    padding: 22px 0;
    background-size: 100% auto;
    background-color: #53443D;
}
.footer-layout .copyright-wrap {
    --body-color: #fff;
    background-color: var(--white-color);
}
.copyright-text {
    margin: 0;
    color: var(--theme-color3);
}
.footer-links {
    text-align: right;
}
.footer-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-links li {
    font-family: var(--body-font);
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}
.footer-links a {
    font-family: inherit;
    color: var(--white-color);
}
.footer-layout .copyright-wrap a {
    color: var(--theme-color3);
}
.footer-layout  p{
    margin-bottom: 5px;
}


/* contact page */
.breadcumb-wrapper{
    background-position: top;
    background-image: url('../img/breadcumb.png');
}
.banner_about{
    background-image: url('../img/banner/banner_about.webp');
}
.banner_contact{
    background-image: url('../img/banner/banner_contact.webp');
}
.banner_gallery{
    background-image: url('../img/banner/banner_gallery.webp');
}
.banner_service{
    background-image: url('../img/banner/banner_service.webp');
}
.breadcumb-wrapper {
    background-color: #F7F7F7;
    padding: 95px 0;
    overflow: hidden;
}
.breadcumb-title {
    color: var(--title-color);
    margin: -0.20em 0 -0.18em 0;
    line-height: 1.1;
    font-weight: 600;
}
.breadcumb-menu {
    max-width: 100%;
    padding: 0;
    margin: 28px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
}
.breadcumb-menu li {
    display: inline-block;
    margin-right: 3px;
    padding-right: 5px;
    list-style: none;
    position: relative;
}
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    color: var(--body-color);
    font-size: 16px;
}
.breadcumb-menu li a:after {
    content: "\f30b";
    position: relative;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: var(--body-color);
    font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
    color: var(--body-color);
}
.contact-content-wrap {
    background-color: var(--white-color);
    padding: 30px;
    box-shadow: 0px 1px 6.5px -2px rgba(0, 0, 0, 0.1), 0px 0px 5.2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.contact-content-wrap .title_sec:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66.486px;
    height: 3px;
    background-color: var(--theme-color);
}
.contact-content-wrap .title_sec {
    position: relative;
    margin-top: -0.6rem;
}
.contact-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    background-color: var(--smoke-color3);
    padding: 30px;
    /*margin-bottom: 30px;*/
    border-radius: 15px;
    width: 100%;
    margin: 0 0 30px 0;
}
.contact-content_icon {
    display: flex;
    justify-content:center;
    align-items:center;
    width: 70px;
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-size: 35px;
    position: relative;
}
.details_wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.contact-content .box-title {
    margin-bottom: 0px;
}
.contact-content_text {
    margin-bottom: -0.2em;
    font-family: var(--body-font);
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    margin-top: 5px;
    word-break: normal;
}
.contact-content_text a{
     overflow-wrap: break-word;
}
.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.map_sec {
    line-height: 0px;
}
.contact-form-wrap {
    padding-top: 80px;
    
}
#contact_sec{
    background-color: var(--smoke-color);
    z-index:99;
}
.contact-form {
    background-color: var(--white-color);    
    box-shadow: 0px 1px 6.5px -2px rgba(0, 0, 0, 0.1), 0px 0px 5.2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 60px;
}
.form-messages {
    /*display: none;*/
}
.contact-form .form-group select, .contact-form .form-group .form-control, .contact-form .form-group .form-select.nice-select, .contact-form .form-group .nice-select, .contact-form .form-group textarea, .contact-form .form-group input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    color: var(--body-color);
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.form-group textarea{
    padding: 15px 25px 0 25px!important;
}

/* about */

.counter-sec {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 9;
    padding-bottom: 90px;
}
.counter_sec{
    background: var(--smoke-color);
}
.counter-sec.style {
    position: relative;
    background-color: var(--smoke-color3);
    border-radius: 15px;
    padding: 60px;
    z-index: 4;
}
.counter-sec.style2{
    background-color: var(--smoke-color3);
    border: 6px solid var(--white-color);
    border-radius: 30px;
}
.video-box1 img{
    border-radius: 15px;
}
.counter_wrap .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    max-width: 255px;
}
.counter_wrap .content .counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: var(--title-color);
    margin-bottom: 0;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 55px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
}
.odometer-inside{
    display: flex;
}
.counter_wrap .inner img{
    max-width: 70px;
}
.abt-choose-container{
    background-color: var(--smoke-color);
}
.abt-choose-container .sub-title img {
    width: 25%;
    rotate: 180deg;
    margin: 0;
    padding-right: 15px;
}
.choose-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
    max-width: 516px;
    margin-bottom: 35px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.choose-about_icon {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.choose-about_icon img{
    max-width: 60px;
}
.choose-about .box-title {
    margin-bottom: 8px;
}
.choose-about_text {
    margin-bottom: 0;
}
.abt-choose-image {
    position: relative;
    min-width: 524px;
    min-height: 620px;
    border-radius: 200px 0px 0px 0px;
}
.abt-choose-image .img1-container {
    text-align: right;
}
.abt-choose-image .img2-container {
    position: absolute;
    left: -18%;
    bottom: -10%;
    width: 70%;
}
.abt-choose-container .bg-img-mockup-1{ 
    top: 0;
    width: 10%;
}
.abt-choose-container .bg-img-mockup-1 img{
    rotate: 155deg;
    transform: scaleX(-1);
}
.know-us_sec .title-container img{
    width: 25%;
    min-width: 200px;
}
.abt-choose-image .img1-container img {
    width: 100%;
}
.know-quote-tabs {
    border-top: 1px solid var(--smoke-color2);
    border-bottom: 1px solid var(--smoke-color2);
    margin: 40px auto 40px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 50px;
    gap: 20px;
}
.know-quote-tabs .nav-link {
    background-color: transparent;
    color: var(--title-color);
    padding: 0;
    font-family: var(--title-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    border-radius: 0;
    height: 57px;
    margin-right: 100px;
    padding-right: 100px;
    border: none;
    border-right: 1px solid var(--smoke-color2);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.know-quote-tabs .nav-link:hover, .know-quote-tabs .nav-link.active {
    background-color: transparent;
    border: none;
    border-right: 1px solid var(--smoke-color2);
    border-radius: 0;
    color: var(--theme-color);
}
.know-quote-tabs .nav-link:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 1px solid transparent;
}
.know-quote-tabs .nav-link:after {
    content: '';
    height: 2px;
    background: var(--theme-color);
    width: 0;
    left: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}
.know-quote-tabs .nav-link:hover:after, .know-quote-tabs .nav-link.active:after {
    width: 200px;
}
.counter-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.counter_wrap .content .counter {
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
}
.counter_wrap.style3 .content .counter {
    font-weight: 700;
    font-size: 48px;
    line-height: 45px;
}
.know-us_sec{
    background-color: var(--white-color);
}
.counter-card_text {
    font-family: var(--body-font);
    color: var(--body-color);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-bottom: -6px;
}
.counter_wrap .content .counter-card_text {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--body-color);
    margin-top: -7px;
}
.list-container ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
}
.list-container.style3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
}
.list-container li:not(:last-child) {
    margin-bottom: 10px;
}
.list-container.style3 ul li {
    margin-bottom: 0;
}
.list-container.style3 ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* services */

.services_packing{
    background-color: var(--white-color);
}
.services_packing .title-container {
    max-width: 597px;
    display: block;
    margin: auto;
    margin-bottom: calc(var(--section-title-space) - 12px);
}
.services_packing .title-container img {
    width: 50%;
    min-width: 250px;
}
/*.sub_categories-wrap{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
.services-card {
    position: relative;
    height:100%;
    background-color: var(--white-color);
    border-radius: 50px;
    /* border: 1px solid var(--smoke-color3); */
    padding: 30px 0px 30px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 1px 6.5px -2px rgba(0, 0, 0, 0.1), 0px 0px 5.2px 2px rgba(0, 0, 0, 0.1);
}
.available-list li {
    position: relative;
    color: var(--body-color);
    font-weight: 400;
    gap: 10px;
    padding-left: 28px;
    margin-bottom: 8px;
}
.services-card .available-list li.unavailable:before{
opacity: 0.5;
}
.available-list ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 18px;
}
.services-card .available-list li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/icons/flower.png) no-repeat center center / cover;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.services-card_img img {
    border-radius: 200px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}
.services-card .box-title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
}
.services-card hr.style1 {
    width: 252px;
    /* background-color: var(--white-color); */
    border: 0;
    opacity: 1;
    margin: 9px 0 !important;
}
.services-card_img {
    position: relative;
    border-radius: 200px;
    /* border: 1px solid var(--smoke-color3);
    background: var(--white-color); */
    /* min-width: 283px;
    min-height: 400px; */
    z-index: 2;
}
/* .services-card_img:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 99px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.services-card_img:after, .services-card_img:before {
    content: '';
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
}
.services-card_img:before {
    top: 0;
    right: 51%;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.services-card_img:after {
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
} */

/* faq_sec */
.faq_sec{
    background-color: var(--smoke-color);
}
.faq_sec .sub-title img {
    width: 25%;
    rotate: 180deg;
    margin: 0;
    padding-right: 15px;
}
.quote-form {
    background: var(--white-color);
    padding: 40px;
}
.accordion-container {
    border: 1px solid var(--theme-color2);
    border-radius: 15px;
}
.faq-accordion-card {
    margin-bottom: 0px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    background: transparent;
}
.accordion-header {
    margin-bottom: 0;
}
.faq-accordion-card .accordion-header {
    margin: 0 30px;
}
.accordion-button{
    background: transparent;
}
.accordion-button:not(.collapsed){
    background: transparent;
}
.faq-accordion-card .accordion-button {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--title-font);
    border: none;
    color: var(--title-color);
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-height: 70px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    box-shadow: none;
}
.faq-accordion-card .accordion-button:not(.collapsed) {
    border-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--theme-color);
}
.faq-accordion-card .accordion-button.collapsed {
    border-bottom: 1px solid var(--smoke-color2);
}
.bg-color {
    background-color: var(--smoke-color);
}

.booknowForm {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 996;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}
.xdsoft_datetimepicker {
    z-index:999!important;
}
.booknowForm .appointment-form {
    max-width: 70%;
    position: relative;
    background-color: var(--white-color);
    border-radius: 30px;
    padding: 50px;
}

.close-popup .th-popup-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 0;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.booknowForm.th-popup-visible {
    opacity: 1;
    visibility: visible;
}

#loader-container-form {
    display: none;
    /*float: left;*/
    /*background: rgba(255, 255, 255, 0.8);*/
    justify-content: center;
    align-items: center;
    z-index: 999;
}
#loader-form {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #1ea1a3;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin:auto;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.form-messages-appointment,.form-messages{
    background: #c0e9ea;
    color: green;
    padding: 10px;
}
.error{
    color:#dc3545;
    font-size:14px;
}
.appointment-form .form-group, .contact-form .form-group{
    margin-bottom: 8px;
    margin-top: 12px;
}
.appointment-form .btn-group, .contact-form .form-btn{
    margin-top: 12px;
}
.floating_btns{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index:999;
}
.floating_btns a{
    color:var(--theme-color);
    background: var(--smoke-color2);
    width: 50px;
    height: 50px;
    margin: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.floating_btns a:hover{
    scale:1.1;
    transition: all 1s ease;
}
/*offer popup*/
.offer_popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 995;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.offer_popup img{
    /*height: 70%;*/
    object-fit:contain;
}
.offer_popup .pop-up-container{
    position:absolute;
    width: 50%;
    max-width:600px;
}
.offer-popup-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 0;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/*Coming soon*/
.coming_soon.th-popup-visible {
    opacity: 1;
    visibility: visible;
}
.coming_soon path {
  fill: transparent;
}


.coming_soon .curve_txt svg{
    width: 100%;
    height: auto;

}
.coming_soon .curve_txt text{
 font-size: 50px;
 text-anchor: middle;
    fill: #fff;
    font-weight: 600;
}
.coming_soon {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.coming_soon .pop-up-container{
    width: 70%;
    max-width:800px;
    min-height: 60vh;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--theme-color);
    border-radius: 30px;
    padding: 50px;
    background-image:url('../img/shapes/pop-up-bg2.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;

}
.coming_soon .img-1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.coming_soon .msg_wrap {
    position: relative;
    z-index: 1;
}
.coming_soon .title_txt{
    color:var(--white-color);
    font-family: var(--body-font);
    line-height:1;
    margin-bottom:5px;
    word-break: break-all;
}
.coming_soon .text{
    max-width: 90%;
    margin: auto;
}
.coming_soon h1{
    font-size:70px;
    font-weight: 750;
}
.coming_soon h2{
    font-size:60px;
    font-weight: 600;
}
.coming_soon h3{
    font-size:50px;
    font-weight: 600;
}
.coming_soon .text p{
    color:var(--theme-color2);
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 500;
}
.coming_soon .bg-img-mockup{
    z-index:0;
    right:3%;
}
.opening-popup-toggle{
    border: none;
    font-size: 22px;
    position: absolute;
    right: -16.5px;
    top: 0;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 35px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--theme-color2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.coming_soon .bg-img-2{
    bottom: 0;
    left: 5%;
    width: 10%;
}
.coming_soon .bg-img-2 img{
    rotate:0deg;
}
.coming_soon img{
    min-width:50px;
}
.coming_soon .bg_imgs{
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.coming_soon .curve_txt{
    display: block;
}
.card-img-top{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/*pagination*/

.pagination {
    margin-top:10px;
    justify-content: center;
}

.pagination .active>.page-link, .page-link.active{
    border-color: #1CA1A3;
    background: #1CA1A3;
}
.page-link{
    color: #1CA1A3;
}
.page-link:focus{
    color: #1CA1A3;
    box-shadow: unset;
    background-color: #1ca1a33b;
}
.disabled>.page-link, .page-link.disabled{
    background-color: #1ca1a33b;
    color: #1CA1A3;
}
.page-link:hover{
    background-color: #1ca1a33b;
    color:  #1CA1A3;
}
.page-item.active .page-link:hover{
    color:  #fff;
}
/* responsive */
@media (max-width: 1699px) {
    .hero .hero-img {
        min-width: 700px;
        max-height: 960px;
        margin-left: -160px;
    }
     
}
@media (min-width: 2000px) {
    .breadcumb-wrapper{
        padding: 210px 0;
    }
}
@media (max-width: 2000px) {
    .breadcumb-wrapper{
        padding: 158px 0;
    }
}
@media (max-width: 1800px) {
    .breadcumb-wrapper{
        padding: 135px 0;
    }
}
@media (max-width: 1600px) {
    .breadcumb-wrapper{
        padding: 125px 0;
    }
}
@media (max-width: 1500px) {
    .breadcumb-wrapper{
        padding: 105px 0;
    }
}
@media (max-width: 1299px){
    .abt-choose-image {
        min-width: 100%;
        min-height: 100%;
    }
    .list-container.style3 ul {
        gap: 0 15px;
    }
    .services-card {
        padding: 20px 0px 20px 20px;
    }
    .services-card_img {
        /*min-width: 100%;*/
        /*min-height: 100%;*/
    }
    .breadcumb-wrapper{
        padding: 90px 0;
    }
    .header-layout .menu-bg{
        background-color: #2ea7a8cc;
        width:100%;
        -webkit-clip-path: unset;
        clip-path: unset;
    }
    .header-layout .menu-bg2{
        display:none;
    }
    .hero .hero-img {
        min-width: 600px;
        margin-left: -100px;
    }
}
/* large screen */
@media (max-width: 1199.8px){
    .hero .hero-img {
        min-width: 600px;
        margin-left: -100px;
    }
    .title-container, .title_sec {
        --section-title-space: 60px;
    }
    .hero-content_wrap .hero-title {
        font-size: 64px;
        line-height: 74px;
    }
    .breadcumb-wrapper{
        padding: 100px 0;
    }
    .counter-sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 30px;
    }
    .counter_wrap {
        border-right: 1px dashed var(--theme-color);
        border-bottom: 1px dashed var(--theme-color);
        padding: 50px;
        margin-right: 0;
        text-align: center;
    }
    .counter_wrap:nth-child(2) {
        border-right: 1px dashed transparent;
        margin-right: 0;
    }
    .counter_wrap:last-child {
        border-right: 1px dashed transparent;
        border-bottom: 1px dashed transparent;
    }
    .counter_wrap:nth-child(3) {
        border-bottom: 1px dashed transparent;
    }
    .counter_wrap .inner {
        display: block;
        max-width: 100%;
        margin: auto;
    }
    .counter_wrap .content .counter {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .counter-sec.style {
        padding: 40px;
    }
    .know-quote-tabs .nav-link {
        padding-right: 50px;
        margin-right: 50px;
    }
    .counter_wrap.style3 {
        border: none;
        padding: 0;
        margin-right: 0;
        text-align: left;
    }
    .counter_wrap.style3 .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .counter_wrap.style3 .content .counter {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .services-card {
        gap: 50px;
    }
    .quote-form {
        margin-bottom: 40px;
    }
    .faq_sec .faq_wrap{
        gap:50px;
    }
    .offer_popup .pop-up-container{
        width: 75%;
    }
}
/* Tab */
@media (max-width: 991.8px){
    .hero .hero-img {
        margin: 0;
        min-width: 100%;
        max-height: 100%;
    }
    .header-layout .sticky-wrapper {
        margin: 0;
    }
    .footer-layout .footer-menu li {
        margin-right: 20px;
    }
    .make-appointment-sec::before{
        height: 20%;
    }
    .appointment-working_hours{
        padding: 30px;
        width: 100%;
        max-width: unset;
    }
    .breadcumb-wrapper {
        padding: 66px 0;
    }
    .title-container, .title_sec {
        --section-title-space: 50px;
    }
    .why-choose_sec .title-container {
        margin: 0;
    }
    .sub-title img {
        display: none;
    }
    .hero-content_wrap {
        margin: 50px 0 50px;
        text-align: center;
    }
    .hero .hero-img {
        margin: 0;
        min-width: 100%;
        max-height: 100%;
    }
    .about_sec .img-box{
        justify-content: center;
    }
    .about_sec .bg-img-1{
        width: 15%;
    }
    .hero-img img{
        margin: 0;
    }
    .abt_content{
        padding: 30px;
    }
    /* contact */
    .breadcumb-wrapper {
        padding: 95px 0;
    }
    .counter_wrap {
        padding: 30px;
    }
    .abt-choose-image {
        margin-top: 40px;
    }
    .know-quote-tabs .nav-link {
        font-size: 16px;
        line-height: 25px;
    }
    .know-quote-tabs {
        padding: 0;
        gap:0;
    }
    .services-card {
        padding: 30px;
    }
    .about_sec{
        padding-bottom:30px;
    }
    .about_sec .img-box .img3-container{
        bottom:-50%;
    }
    .service-area{
        padding-bottom:50px;
    }
    .know-us_sec{
        padding-bottom:50px;
    }
    .home_page .header_sec {
        position: relative;
        top: 0;
    }
    .home_page .header-layout .sticky-wrapper{
        margin:0;
    }
    .home_page .header-layout .sticky-wrapper{
        background-color:var(--theme-color);
    }
    .offer_popup .pop-up-container{
        width: 70%;
    }

}
/* mobile */
@media (max-width: 766.8px){
    .coming_soon h1{
        font-size: 60px;
    }
    .coming_soon h2 {
        font-size: 55px;
    }
    .coming_soon h3{
        font-size: 50px;
    }
    .coming_soon .text p{
         font-size: 18px;
    }
    .coming_soon .pop-up-container {
        width: 90%;
    }
    .footer-links {
        display: none;
    }
    .about_sec .bg-img-1{
        width: 20%;
    }
    .hero-content_wrap .hero-title {
        font-size: 44px;
        line-height: 54px;
    }
    .abt_content{
        padding: 20px;
    }
    .make-appointment-sec::before{
        height: 17%;
    }
    .testimonial-grid{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .testimonial-grid_content{
        text-align: center;
    }
    .testimonial-grid .testimonial-quote-2{
        top: 0;
    }
    .appointment-form{
        padding: 20px;
    }
    /* contact */
    .breadcumb-wrapper {
        padding: 80px 0;
    }
    .know-quote-tabs .nav-link {
        padding-right: 20px;
        margin-right: 20px;
    }
    .know-quote-tabs .nav-link:hover:after, .know-quote-tabs .nav-link.active:after {
        width: 100px;
    }
    .counter_wrap .content .counter-card_text {
        font-size: 14px;
    }
    .services-card {
        display: block;
    }
    .contact-form .contact-submit{
        width:100%;
    }
    .banner_about{
        background-image: url('../img/banner/banner_about mob.webp');
    }
    .banner_contact{
        background-image: url('../img/banner/banner_contact mob.webp');
    }
    .banner_gallery{
        background-image: url('../img/banner/banner_gallery mob.webp');
    }
    .banner_service{
        background-image: url('../img/banner/banner_service mob.webp');
    }
    .breadcumb-wrapper{
        padding: 125px 0;
    }
    .offer_popup .pop-up-container{
        width: 80%;
    }

}

@media (max-width: 575px) {
    .coming_soon .pop-up-container{
        padding:20px;
    }
    .coming_soon h3{
        font-size: 40px;
    }
    .coming_soon h1{
        font-size: 45px;
    }
    .coming_soon h2 {
        font-size: 40px;
    }
    .coming_soon .text p{
        font-size: 16px;
    }
    .coming_soon .bg-img-mockup{
            right: 10%;
    }
    .know-quote-tabs .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding-right: 10px;
        margin-right: 10px;
    }
    .know-quote-tabs .nav-link:hover:after, .know-quote-tabs .nav-link.active:after {
        width: 50px;
    }
    .abt-choose-container .bg-img-mockup-1 {
        top: 15%;
        width: 30%;
    }
    .list-container.style3 ul {
        display: block;
    }
    .quote-form {
        padding: 30px;
    }
    .contact-form{
     padding:30px;   
    }
    .logo_wrap{
        /*max-width:50%*/
        max-width:32%
    }
    .footer-wrapper .footer-contact .box_container{
        flex-direction: column;
        gap: 0!important;
    }
    .booknowForm .appointment-form{
        padding: 30px;
        max-width:90%;
    }
    .breadcumb-wrapper {
        padding: 85px 0;
    }
    .offer_popup .pop-up-container {
        width: 90%;
    }
}
@media (max-width: 460px) {
    .counter_wrap {
        border: none;
        padding: 20px 0;
    }
    .counter_wrap {
        border: none;
        padding: 20px 0;
    }
    .breadcumb-wrapper {
        padding: 65px 0;
    }
    .details_wrap{
        flex: auto;
        padding: 0;
    }
}
@media (max-width: 375px) {
    .know-quote-tabs {
        gap: 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .counter-content.style2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .counter-sec.style2{
        
        grid-template-columns: repeat(1, 1fr);
        
    }
    .breadcumb-wrapper {
        padding: 30px 0;
    }
}

.animated-element {
    opacity: 1;
}