* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: Monts;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: meriw;
    src: url(../fonts/Merriweather-Regular.ttf);
}

@font-face {
    font-family: headings;
    src: url(../fonts/BreeSerif-Regular.ttf);
}


html {
    overflow-y: auto;
}

.privacy-header {
    background: #435e3c;
}

body {
    font-family: meriw;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
    transition: all .5s ease-in;
    overflow-x: hidden;
    overflow-y: auto;
}

.banner {
    overflow-x: hidden;
}

.body.its-nav {
    /* margin-left: 230px;
    min-width: 600px; */
    overflow: hidden;
}

body.body-nav {
    overflow: hidden;
    height: 100vh;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: headings;
}

h1,
h2 {
    letter-spacing: 2px;
    font-weight: 700;
}

h1 em,
h2 em {
    font-style: normal;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1;
}

a {
    text-decoration: none;
}

.wrap {
    max-width: 1200px;
    margin: auto;
}

article {
    padding: 20px 15px;
}

.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 155px;
    /* padding: 20px 0; */
    z-index: 10;
    /* background-color: white; */

}

/*added by fas not hash STARTS*/
.indexFourBoxes {
    font-size: 14px;
}

/*added by fas not hash ENDS*/
@media all and (max-width:991px) {
    .page-header {
        height: 85px;
        padding: 10px 0;
    }

}

.khail-div {
    height: 140px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* padding: 8px 0; */
    /* backdrop-filter: blur(10px); */
    background-color: rgba(255, 255, 255, .95);
    animation: slideDown 0.35s ease-out;
    box-shadow: 0 5px 12px #435e3c;
    z-index: 100;
}

.page-header .logo-div img {
    width: 233px;
}

.page-header.is-sticky .navbar-nav a.nav-link {
    color: #435e3c;
}

.page-header.is-sticky .btIconWidgetTitle {
    color: #444;
}

.page-header.is-sticky .btIconWidgetText {
    color: rgba(68, 68, 68, .4);
}

@media all and (max-width:991px) {

    .main-nav .dropdown-menu {
        padding: 0;
    }

    .main-nav .dropdown-menu li {
        opacity: 0;
        background-color: white;
    }

    .main-nav .dropdown-menu li a {
        color: #435e3c;
    }

    .main-nav a.nav-link {
        text-align: center;
    }

    .main-nav .dropdown-menu {
        border: 0;
    }

    .main-nav .dropdown-menu li a {
        text-align: center;
    }

    .main-nav .navbar-nav a.navlink {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-nav li.nav-item {
        border-bottom: 1px solid rgba(106, 124, 146, 0.10);
        padding: 10px 0;
    }

    .main-nav .dropdown-menu li {
        /* border-bottom: 1px solid rgba(106, 124, 146, 0.10); */
        padding: 10px 0;
    }

    .main-nav li.nav-item:last-child {
        display: flex;
        justify-content: center;
    }

    .main-nav li.nav-item:last-child>a.nav-link {
        display: inline-block;
        width: 70%;
        margin: auto;
    }

    /* main-nav li.nav-item:last-child>a.nav-link */

    .main-nav .dropdown-menu.show li:first-child {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: -150ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(2) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 0ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(3) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 150ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(4) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 300ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(5) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 450ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(6) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 600ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(7) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 750ms;
    }

    .main-nav .dropdown-menu.show li:nth-child(8) {
        animation: animate 300ms ease-in-out forwards;
        animation-delay: 900ms;
    }
}

@media all and (max-width:767px) {
    .page-header .logo-div img {
        width: 170px;
    }
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotateX(-90deg), translateX(-50px);
    }

    50% {
        transform: rotateX(20deg), translateX(-25px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg), translateX(0px);
    }

}

.index-header {
    position: relative;
    padding: 15px;
}

.index-header h1 {
    font-size: 60px;
    line-height: 1.15;
    color: white;
}

@media all and (max-width:600px) {
    .index-header h1 {
        font-size: 40px;
    }
}

.index-header {
    background-image: url(../img/index-header-bg.webp);
    background-size: cover;
    background-attachment: scroll;
    background-position: right;
}

@media all and (max-width:767px) {
    .index-header {
        background-image: url(../img/index-header-mbl.webp);
        background-size: cover;
        background-attachment: scroll;
        background-position: right;
    }
}

.index-header .content-header p {
    font-size: 20px;
    font-family: meriw;
    margin-bottom: 16;
    color: white;
}

.index-header .content-header .btns-div {
    display: flex;
    gap: 15px;
}

.index-header .content-header .btns-div button {
    font-size: 14px;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
    font-family: meriw;
}

.index-header .content-header .btns-div button:first-child {
    background-color: #435e3c;
    border: 2px solid white;

}

.index-header .content-header .btns-div button:last-child {
    background-color: #435e3c;
    border: 1px solid white;
}

.index-header .content-header {
    padding: 90px 0;
}

.index-header.services-header .content-header,
.index-header.contact-header .content-header {
    padding: 50px 0;
}


.btIconWidgetTitle {
    font-family: meriw;
    font-size: 14px;
    margin: 0 0 3px;
}

.btIconWidgetText,
.btIconWidgetTitle {
    display: block;
    line-height: 1.3;
}

.btIconWidgetText {
    font-family: meriw;
    color: rgba(255, 255, 255, .7);
}

.main-nav .other-than-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

@media all and (max-width:991px) {
    .main-nav .other-than-logo {
        flex-direction: column;
        width: 100%;
    }

    .main-nav .other-than-logo>div {
        flex-direction: column;
    }

    .main-nav .other-than-logo>div span {
        text-align: center;
    }
}

.main-nav .first-nav {
    padding: 10px 15px;
}

.main-nav .btIconWidgetTitle {
    color: white;
}

.main-nav .sec-nav {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.main-nav .other-than-logo>div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.main-nav .other-than-logo span svg {
    width: 56px;
    height: 56px;
    fill: #00b3cc;
}

.main-nav .main-nav {
    position: relative;
}

.main-nav .other-than-logo>div>div {
    display: flex;
    flex-direction: column;
}

.main-nav .navbar-nav a.nav-link {
    color: white;
    /* box-shadow: 0 -3px 0 0 #00b3cc inset; */
    font-family: meriw;
    font-weight: bold;
    font-size: 17px;
    /* padding-left: 19px;
    padding-left: 19px; */
}

/* @media all and (min-width:992px) {
    .main-nav .navbar-nav li:nth-child(1) a.nav-link {
        padding-left: 0;
    }
} */

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: white;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: white;
}

/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

.navbar-toggler .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: white;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

/* rotate first span */
.navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

/* hide second span */
.navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}

/* rotate third span */
.navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}

a.dropdown-item {}

.body-nav .navbar-toggler span {
    background-color: #1d6607;
}

.page-header.is-sticky .navbar-toggler span {
    background-color: #1d6607;
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@media all and (min-width:992px) {
    .dropdown {
        /* padding: 20px 40px; */
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        perspective: 1000px;
        z-index: 100;
    }

    .dropdown:hover {
        /* background: #2980b9; */
        cursor: pointer;
    }

    .dropdown:hover .dropdown_menu li {
        display: block;
    }

    .dropdown_menu {
        position: absolute;
        top: 100%;
        left: 0;
        /* width: 100%; */
        perspective: 1000px;
        z-index: -1;
        padding: 0;
    }

    .dropdown_menu li a {
        padding: 10px;
        color: #435e3c;
        transition: all .3s ease-in;
    }

    .dropdown_menu li {
        display: none;
        /* color: #fff; */
        background-color: white;
        font-size: 13px;
        line-height: 1.25;
        opacity: 0;
        transition: all .3s ease-in;
    }

    .dropdown_menu li:hover {
        background-color: #435e3c;
    }

    .dropdown_menu li:hover a {
        color: white;
        background: inherit;
    }

    .dropdown:hover .dropdown_menu--animated {
        display: block;
    }

    .dropdown_menu--animated {
        display: none;
    }

    .dropdown_menu--animated li {
        display: block;
        opacity: 1;
    }

    .dropdown_menu-6 {
        animation: growDown 300ms ease-in-out forwards;
        transform-origin: top center;
    }
}

@media all and (max-width:991px) {
    .main-nav .navbar-toggler {
        position: absolute;
        right: 15px;
        top: -56px;
        z-index: 2;
    }

    .main-nav nav {
        padding: 0;
    }

    .main-nav .sec-nav {
        background-color: wheat;
        border: none;
    }

    .navbar-collapse {
        /* background-color: rgba(0, 0, 0, 0.8); */
        display: flex;
        flex-direction: column;
        position: fixed;
        left: 0;
        width: 0;
        height: 100vh;
        overflow-y: auto;
        padding: 0 15px;
        top: 0;
        padding-bottom: 15px;
        /* padding-top: 50px;
        padding-left: 30px;
        padding-right: 15px;
        padding-bottom: 15px; */
        /* width: 20em; */
        height: 100vh;
        transition: all .5s ease-in;
        /* box-shadow: 5px 0 0 #000; */
    }

    .navbar-collapse.collapsing {
        height: auto;
        /* width: 100vw; */
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -20.3em;
        height: 100vh;
    }

    .navbar-collapse.show {
        width: 100vw;
        background-color: white;
        left: 0;
        z-index: 1;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }

    .navbar-collapse:not(.show) {
        transition: all .5s ease-out;
    }

    .main-nav .navbar-nav a.nav-link {
        color: black;
        text-align: center;
    }

    .main-nav .navbar-nav {
        width: 100%;
    }

    .main-nav .btIconWidgetTitle {
        color: black;
    }

    .btIconWidgetText {
        color: rgba(0, 0, 0, .7);
    }

    .navbar-collapse .logo-div {
        width: 100%;
    }

    .navbar-collapse .logo-div img {
        width: 140px;
        padding: 26px 15px;
    }
}

.index-sec {
    background-image: url(../img/index-sec.webp);
    background-size: cover;
}

.four-box-index {
    padding-top: 0;
}

.four-box-index .col-lg-3 {
    padding: 0;
    color: white;
}

.four-box-index .col-lg-3 .svg-div {
    position: absolute;
    left: 45px;
    top: -40px;
    z-index: 1;
    /* font-size: 40px; */
    width: 80px;
    height: 80px;
    /* line-height: 80px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 300ms ease;
    background-color: white;
    box-shadow: 0 0 0 3em #1d6607 inset;
}

.four-box-index .col-lg-3 .svg-div:hover {
    box-shadow: 0 0 0 1px #435e3c inset;
}

.four-box-index .col-lg-3 .svg-div svg {
    fill: white;
    width: 40px;
    height: 40px;
    transition: all 300ms ease;
}

.four-box-index .col-lg-3 .svg-div:hover>svg {
    fill: #435e3c;
}

.four-box-index .col-lg-3 .inner {
    padding: 40px 45px;
    padding-top: 50px;
    position: relative;
}

@media all and (max-width:991px) {
    .four-box-index .col-lg-3 .inner {
        padding: 58px 45px;
    }
}

.four-box-index .col-lg-3.one {
    background-color: #435e3c;
}

.four-box-index .col-lg-3.two {
    background-color: #6b8e60;
}

.four-box-index .col-lg-3.three {
    background-color: #76ac65;
}

.four-box-index .col-lg-3.four {
    background-color: #566d4f;
}

.four-box-index h3 {
    font-size: 18px;
    font-family: meriw;
}

.four-box-index h3 {
    margin-bottom: 20px;
    font-family: meriw;
}

.four-box-index .btn-div button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
    font-size: 12px;
    padding: 13px 26px;
    text-transform: uppercase;
    font-family: meriw;
}

.about-index {
    padding-top: 40px;
    font-family: meriw;
    padding-bottom: 0;
}

.about-index p {
    font-size: 18px;
}

.about-index .uppr-heading {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.about-index .uppr-heading p {
    margin-bottom: 0;
}

.about-index .uppr-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #435e3c;
}

.about-index h2 {
    color: #435e3c;
    font-size: 60px;
    line-height: 1.15;
    margin-bottom: 30px;
}

@media all and (max-width:600px) {
    .about-index h2 {
        font-size: 40px;
    }
}

.about-index .col-lg-7 .img-div {
    max-width: 100px;
}

.client-testimon-index {
    padding: 80px 15px;
}

.client-testimon-index .owl-stage {
    display: flex;
    padding-top: 40px;
    align-items: center;
}

.client-testimon-index .owl-stage-outer {
    overflow-x: hidden;
}

.client-testimon-index .owl-nav,
.client-testimon-index .owl-dots {
    display: none;
}

.client-testimon-index .test-car {}

.client-testimon-index .dynamic-img {
    position: absolute;
    /* z-index: 1; */
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    padding: 0;
}

@media all and (max-width:992px) {
    .client-testimon-index .dynamic-img {
        display: none;
    }
}

/* .client-testimon-index .dynamic-img img {
    position: relative;

} */

.client-testimon-index .upr-para {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.client-testimon-index .upr-para::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #435e3c;
}

.client-testimon-index .upr-para p {
    font-size: 20px;
    font-family: meriw;
}

.client-testimon-index h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 53px;
}

@media all and (max-width:600px) {
    .client-testimon-index h2 {
        font-size: 40px;
    }
}

.client-testimon-index h2 em {
    font-style: normal;
    font-weight: 300;
    letter-spacing: .1em;
}

.client-testimon-index h2 b {
    color: #435e3c;
}

.client-testimon-index .col-lg-6 {
    padding: 0;
}

.client-testimon-index .inner {
    display: flex;
    gap: 35px;
    padding: 40px 45px;
    padding-top: 50px;
    color: white;
}

@media all and (max-width:650px) {
    .client-testimon-index .inner {
        flex-direction: column;
    }

    .client-testimon-index .inner .img-div {
        text-align: center;
    }
}

.client-testimon-index .profile-div .img-div {
    margin-bottom: 20px;
}

.client-testimon-index .profile-div .img-div svg {
    width: 120px;
    height: 120px;
    fill: white;
}

.client-testimon-index .col-lg-6:nth-child(2) {
    background-color: #435e3c;
}

.client-testimon-index .col-lg-6:nth-child(3) {
    background-color: #6b8e60;
}

.client-testimon-index .col-lg-6:nth-child(4) {
    background-color: #76ac65;
}

.client-testimon-index .col-lg-6:nth-child(5) {
    background-color: #435e3c;
}

.client-testimon-index .col-lg-6 p {
    font-family: meriw;
    font-size: 1.4em;
    position: relative;
}

.client-testimon-index .col-lg-6 h3 {
    font-family: meriw;
    font-size: 14px;
    text-align: center;
}

.client-testimon-index .col-lg-6 p::before {
    content: "";
    position: absolute;
    top: -9px;
    left: -27px;
    font-size: 60px;
    line-height: 60px;
    opacity: .2;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10d";
}

.contact-shedule {
    padding: 40px 15px;
    background-color: #435e3c;
    color: white;
}

.contact-shedule p {
    font-family: meriw;
    margin-bottom: 12px;
    font-size: 16px;

}

.contact-shedule h2 {
    font-size: 25px;
    line-height: 1.15;
}

.contact-shedule button {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000 !important;
    font-size: 12px;
    padding: 13px 26px;
    text-transform: uppercase;
    transition: all .3s ease-in;

}

.contact-shedule button:hover {
    background-color: #e0e0e0;
    border: 2px solid #e0e0e0;
    color: #000 !important;
}

@media all and (max-width:750px) {
    .contact-shedule .d-flex {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .contact-shedule h2,
    .contact-shedule p {
        text-align: center;
    }
}

.eight-services {
    padding: 53px 15px;
    /* padding-top: 80px !important; */
    /* margin-top: 80px; */
}

.eight-services .upr-para {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.eight-services .upr-para p {
    font-size: 20px;
    font-family: meriw;
}

.eight-services .upr-para::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #435e3c;
}

.eight-services h2 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 13px;
    margin-bottom: 53px;
}

@media all and (max-width:600px) {
    .eight-services h2 {
        font-size: 40px;
    }
}

.eight-services h2 em {
    font-style: normal;
    font-weight: 300;
    letter-spacing: .1em;
}

.eight-services h2 b {
    color: #435e3c;
}

.eight-services .bot-para {
    max-width: 600px;
    margin: 0 auto 16px auto;
    padding-bottom: 40px;
}

.eight-services .bot-para p {
    font-size: 20px;
    /* margin-bottom: 16px; */
    font-family: meriw;
    text-align: center;
}

.eight-services .content {
    position: relative;
    padding: 45px 15px;
}

.eight-services .svg-div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 0 3.2em #435e3c inset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: -40px;
    transition: all .3s ease;
}

.eight-services .svg-div svg {
    width: 40px;
    height: 40px;
    fill: white;
    transition: all .3s ease;
}

.eight-services .svg-div:hover {
    box-shadow: 0 0 2px inset #435e3c;
}

.eight-services .svg-div:hover svg {
    fill: #435e3c;
}

.eight-services .content .inr-para {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 10px;
    font-family: meriw;
}

.eight-services .content .inr-para a {
    color: inherit;
}

.eight-services .content h3 {
    font-size: 25px;
}

.eight-services .content h3 a {
    color: black;
}

.eight-services .content p {
    font-family: meriw;
}

.map-hours {
    position: relative;
    overflow-y: hidden;
}

.gm-style .place-card-large {
    display: none;
}

.map-hours iframe {
    width: 100%;
    height: 400px;
}

.map-hours .working-hours {
    position: absolute;
    right: 80px;
    height: 400px;
    top: 0;
    background-color: #435e3c;
    padding: 40px;
    width: 325px;
    color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.map-hours .working-hours .entity {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);

}

.map-hours .working-hours .entity:last-child {
    border-bottom: 0;
}

.map-hours .working-hours .entity p {
    margin-bottom: 0;
    font-family: meriw;
    font-weight: bold;
}

.map-hours .working-hours .entity p:last-child {
    font-weight: normal;
}

.map-hours .working-hours h3 {
    font-size: 20px;
}

.map-hours .btn-to-show {
    display: none;
}

@media all and (max-width:600px) {
    .map-hours iframe {
        height: 527px;
    }

    .map-hours .working-hours .entity {
        flex-direction: column;
    }

    .map-hours .working-hours {
        left: 0;
        padding: 0;
        /* overflow: hidden; */
        /* width: 226px; */
        width: 0;
        height: 527px;
        transition: all .3s ease-in;
    }

    .map-hours .working-hours .entity,
    .map-hours .working-hours h3 {
        opacity: 0;
        transition: all .3s ease-in;
    }

    .map-hours .working-hours.active .entity,
    .map-hours .working-hours.active h3 {
        opacity: 1;
        transition: all .3s ease-in;
    }

    .map-hours .working-hours.active {
        width: 226px;
        padding: 40px 20px;
        transition: all .3s ease-in;
    }

    .map-hours .btn-to-show {
        position: absolute;
        display: block;
        top: 50%;
        right: -30px;
        z-index: 1;
    }

    .map-hours .btn-to-show button {
        position: inherit;
        width: 30px;
        height: 30px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #435e3c;
        border: none;
        color: white;
        box-shadow: 0 0 5px 2px white;
        transition: all .3s ease-in;
    }

    .map-hours .working-hours.active .btn-to-show {
        right: 30px;
    }

    .map-hours .btn-to-show button.active {
        transform: rotate(180deg) translateX(30px);
        transition: all .3s ease-in;
    }
}

footer {
    padding: 10px 15px;
    background-color: #435e3c;
    font-size: 90%;
    font-family: meriw;
    color: white;
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
}

.index-header.contact-header {
    background-image: url(../img/bllurred-background.jpg);
}

.contact-header .uppr-para {
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
}

.contact-header .uppr-para p {
    font-size: 20px;
    font-family: meriw;
    margin-bottom: 0;
}

.contact-header .uppr-para::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: white;
}

.form-contact {
    padding: 80px 15px;
}

.form-contact .nav-pills {
    padding-bottom: 40px;
}



.form-contact .nav-pills .nav-link {
    color: black;
}

.form-contact .nav-pills .nav-link.active {
    background: #435e3c;
    color: white;
}

.form-contact h2 {
    font-size: 35px;
    margin-bottom: 12px;
}

.form-contact .uppr-para {
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
}

.form-contact .uppr-para p {
    font-size: 18px;
    font-family: meriw;
    margin-bottom: 0;
}

.form-contact .col-lg-8 {
    padding-right: 45px;
}

@media all and (max-width:991px) {
    .form-contact .col-lg-8 {
        padding: 0 15px;
    }
}

.form-contact .col-lg-4 {
    padding: 0 45px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.empty-pad {
    padding-top: 40px;
}

.form-contact .uppr-para::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 60px;
    background-color: #435e3c;
}

.form-contact label {
    font-family: meriw;
    margin-bottom: 4px;
}

.form-contact .form-entity {
    margin-bottom: 20px;
}

.form-contact form input:not([type='checkbox']) {
    background-color: rgba(0, 0, 0, .07);
    padding: 0 20px;
    height: 44px;
    width: 100%;
    display: block;
    font-family: meriw;
    font-size: 15px;
    line-height: initial;
    font-weight: 300;
    border: none;
    -webkit-box-shadow: 0 0 0 2px transparent inset;
    box-shadow: 0 0 0 2px transparent inset;
    /* -webkit-appearance: none; */
    border-radius: 0;
}

.form-contact form textarea {
    background-color: rgba(0, 0, 0, .07);
    padding: 20px;
    height: 170px;
    width: 100%;
    display: block;
    font-family: meriw;
    font-size: 15px;
    line-height: initial;
    font-weight: 300;
    border: none;
    -webkit-box-shadow: 0 0 0 2px transparent inset;
    box-shadow: 0 0 0 2px transparent inset;
    /* -webkit-appearance: none; */
    border-radius: 0;
}

.form-contact form textarea:focus,
.form-contact form input:not([type='checkbox']):focus {
    background-color: rgba(0, 0, 0, .07);
    box-shadow: 0 0 0 2px #435e3c inset;
}

.form-contact .btn-div button {
    font-family: meriw;
    background: #435e3c;
    border: 1px solid #435e3c;
    color: #fff;
    cursor: pointer;
    padding: 1em 2em 1em 2em;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    transition: all .3s;
}

.form-contact .btn-div button:hover {
    background: white;
    color: #435e3c;
    border: 1px solid #435e3c;
}

.form-contact .ehp {
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.form-contact .ehp svg {
    width: 41px;
    height: 41px;
    fill: #435e3c;
}

.form-contact .ehp .content-svg h3 {
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.35;
    color: #222;
}

.form-contact .ehp .content-svg p,
.form-contact .ehp .content-svg p a {
    font-size: 13px;
    font-family: meriw;
    color: #444;
    margin-bottom: 0;
}

/* .form-contact .ehp .content-svg p:nth-child(1) {
    margin-bottom: 4px;
}

.form-contact .ehp .content-svg p:nth-child(2) {
    margin-bottom: 0;
} */

@media all and (max-width:991px) {
    .form-contact .nav-pills {
        background-color: #435e3c;
        margin-bottom: 40px;
        padding: 15px;
        border-radius: 8px;
    }

    .form-contact .nav-pills .nav-link {
        color: white;
    }

    .form-contact .nav-pills .nav-link.active {
        background: white;
        color: #435e3c
    }

    .form-contact .col-lg-4 {
        padding: 0 15px;
    }
}

.error-popup {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: transparent;
}

.popup-wrap {
    background: #435e3c !important;
    border-radius: 5px;
    /*   box-shadow: 0 0 5px 5px rgba(0,0,0,0.2); */
    padding: 5px 10px;
    max-width: 500px;
    margin: auto;
}

.hide-popup {
    color: white;
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}

.popup-text {
    padding: 10px 30px 30px;
    text-align: center;
    color: white;
}

.invalid-cap {
    display: none;
    color: red;
}

.contact-lux {
    background-color: #f2f2f2;
    padding: 80px 15px;
}

.contact-lux h2 {
    text-align: center;
    /* max-width: 500px; */
    font-size: 60px;
}

@media all and (max-width:600px) {
    .contact-lux h2 {
        font-size: 40px;
    }
}

.contact-lux h2 b {
    color: #435e3c;
}

.contact-lux .svg-div {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.contact-lux .svg-div svg {
    width: 40px;
    height: 40px;
}

.contact-lux .col-lg-3 {
    padding: 0;
}

.contact-lux .innr {
    padding: 10px 35px;
    /* padding: 10px 25px; */
    height: 100%;
    background-color: white;
    border-radius: 20px;
}

@media all and (min-width:992px) {
    .contact-lux .inner {
        border-right: 1px solid rgba(34, 34, 34, .1);

    }

}

.contact-lux .inner {
    padding: 10px 25px;
    border-right: 1px solid rgba(34, 34, 34, .1);
    height: 100%;
    /* padding: 10px 25px; */
    /* background-color: white;
    border-radius: 20px; */
}

.contact-lux .col-lg-3:last-child .inner {
    border-right: 0;
}

@media all and (max-width:991px) {
    .contact-lux .col-lg-3 .inner {
        border-bottom: 1px solid rgba(34, 34, 34, .1);
        border-right: 0;
    }

    .contact-lux .col-lg-3:last-child .inner {
        border-bottom: 0;
    }
}

.contact-lux .innr .img-div {
    max-width: 120px;
    margin: 0 auto 15px auto;

}

.contact-lux h3 {
    font-size: 1.4em;
    text-align: center;
}

.contact-lux .innr p {
    opacity: .7;
    font-size: .9375rem;
    text-align: center;
}

.contact-lux .inner p {
    opacity: .7;
    font-size: .9375rem;
    text-align: center;
}

.contact-lux .innr p a {
    color: black;
    opacity: .7;
    font-size: .9375rem;
    text-align: center;
}

.contact-lux .inner p a {
    color: black;
    opacity: .7;
    font-size: .9375rem;
    text-align: center;
}

/* Contact lux ended  */
.procedures-effect {
    padding: 80px 15px;
}

@media all and (max-width:767px) {
    .procedures-effect {
        padding: 40px 15px;
    }
}

.procedures-effect img {
    height: 100%;
    object-fit: cover;
}

.procedures-effect .video-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.procedures-effect .video-container video {
    width: 100%;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper .play-gif {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper .play-gif svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.procedures-effect h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 12px;
    letter-spacing: 0;
    color: #222;
}

.procedures-effect h2 b {
    color: #435e3c;
}

.procedures-effect p {
    color: #444;
    font-family: meriw;
    font-size: 15px;
    line-height: 1.7;
}

.procedures-effect ul {
    color: #444;
    font-family: meriw;
    font-size: 15px;
    line-height: 1.7;
}

.benefits-treatment {
    background: url(../img/benfits-sec.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding: 70px 15px 0 15px;
    position: relative;
}

.benefits-treatment h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 46px;
}

.benefits-treatment h3 {
    font-size: 25px;
    line-height: 1.15;
    margin-bottom: 0;
}

.benefits-treatment .heading-h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.benefits-treatment .heading-h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: white;
}

.benefits-treatment p.upper-para {
    font-size: 16px;
}

.benefits-treatment p {
    font-size: 15px;
    line-height: 1.7;
}

.benefits-treatment .dynamic-btn {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.benefits-treatment .dynamic-btn a {
    display: inline-block;
    background-color: #005b88;
    border: 2px solid #005b88;
    font-size: 14px;
    padding: 15px 30px;
    color: white;
    letter-spacing: 1px;
    line-height: 1;

}

.faq-section {
    padding: 80px;
}

.faq-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.faq-section h2:not(.accordion-header) {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    color: #435e3c;
}

@media all and (max-width:767px) {
    .faq-section {
        padding: 40px 15px;
    }
}

.faq-section .upper-text {
    font-size: 16px;
}

.faq-section .accordion-item {
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #dee2e6;
}

.faq-section button.accordion-button {
    color: #435e3c;
    font-size: 18px;
}

.faq-section button.accordion-button:focus {
    background: none;
    box-shadow: none;
}

.faq-section .accordion-body p {
    font-size: 15px;
}

.faq-section button.accordion-button[aria-expanded="true"] {
    background: none;
}

.faq-section button.accordion-button:not(.collapsed)::after {
    background: url(../img/minus-circle.svg);
    background-size: 20px 20px;
    float: right;
    font-size: 12px;
    color: white;
    transform: rotate(0);
    /* margin-top: 5px; */
}

.faq-section button.accordion-button::after {
    background: url(../img/plus-circle.svg);
    float: right;
    font-size: 12px;
    color: white;
    transition: opacity .3s ease;
    /* margin-top: 5px; */
}

.smile-gdiv {
    padding: 80px 15px;
}

.smile-gdiv .row {
    justify-content: space-between;
    margin-bottom: 20px;
}

.smile-gdiv .col-lg-4 p {
    font-size: 20px;
    font-family: meriw;
    color: #435e3c;
    text-align: center;
}

.smile-gdiv .img-div {
    /* padding: 40px 0; */
    background-color: #00b3cc;
    margin-bottom: 20px;
}

.smile-gdiv button {
    font-size: 14px;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
    font-family: meriw;
    background-color: #435e3c;
    border: 1px solid #435e3c;
}

.smile-gdiv button:hover {
    color: #435e3c;
    background-color: white;
    border: 1px solid #435e3c;
    transition: 0.3s;
}

.ascunde {
    display: none;
}

.page-content h4 {
    color: #435e3c;
}

@media all and (max-width:991px) {
    .privacy-header .khail-div {
        height: 80px;
    }
}

.page-content .font-weight-bold {
    font-weight: bold;
}
.grecaptcha-badge{
    display: none !important;
}