
h1{
    /*font-family: 'Poppins-Regular';*/
    /* font-family: 'sacramento-regular-webfont.woff2'; */
    font-weight: bold;
}
h2{
    /*font-family: 'Poppins-Bold';*/
     font-family: 'roboto';
     font-weight: bold;
}
h3{
    /*font-family: 'Poppins-Bold';*/
     font-family: 'roboto';
     font-weight: bold;
}

body{
    /*font-family: 'Poppins-Regular';*/
     font-family: 'roboto';
}
.dentist-inner-card  .custom-btn{
    margin-top: 41px;
}



 .sticky-navbar.sticky  + header {

    display: none !important;

}



.home-banner {

    width: 100%;

    height: 100vh;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    position: relative;

}

header {
    z-index: 0 !important;
}

.home-banner::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    /*background-color: rgba(0, 0, 0, 0.5);*/

    width: 100%;

    height: 100%;



}


.banner-heading {

    position: relative;

    z-index: 2;

    padding-top: 18%;

    width: 90%;

    margin: 0 auto;



}

.right-header {

    display: flex;

    align-items: center;

    gap: 15px;

}

.banner-heading .banner-btn {

    width: fit-content;

    margin: 15px auto;



}

.header-address-wrap-outer {
    display: flex;
    align-items: center;
    /*padding-top: 20px;*/
}



.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {

    background-color: #000 !important;

}
.banner-heading .banner-btn a:hover, .header-right-section .header-cta-button .header-btn:hover {
    background: white;
    color: #00aa51;
    border : 2px solid #00aa51 !important ;
    transition: all 0.5s;
}

.outside{
    display: none !important;
}
.page-id-1212   .header-cta-button .ATA_side-menu a i {
    display: block !important;
}
.page-id-1212   .header-cta-button .ATA_side-menu a .sidebar-tel{
    display: flex;
    align-items: center;
        gap: 4px;
}
.sidebar-tel{
        display: flex
;
    align-items: center;
    gap: 5px;
}
.wps-header-navbar-wrap .header-brand-wrap{
        /*padding-top: 20px !important;*/
    }
.side-menu-layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000066;
    z-index: 999;
    display: none;
}

.header-cta-button a i {

    font-size: 18px !important;

}

/*.wps-header-navbar-wrap .header-address-wrap p.header-number a {
    color: black !important;
}

.wps-header-navbar-wrap .header-address-wrap p.header-address a .top-get-direction {
    color: black !important;
}*/

.banner-heading h1 {

    font-size: 70px;

    text-align: center;

    color: black;

    /*font-weight: bold;*/

}

ul, li {

    text-decoration: none;

    list-style: none;

    padding: 0;

    margin: 0;

}

a {

    color: #000;

    text-decoration: none;

}

header {

    display: flex;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 999;

    transition: all 0.25s linear;

}

.logo-header .logo-header-inner {

    width: 285px;

    display: block;

}

.logo-header .logo-header-inner img {

    width: 100%;

}

.section-padding {

    padding: 80px 0;

}

.header-main-menu ul {

    display: flex;

}

.header-outer {

    display: flex;

    width: 100%;

    align-items: center;

    justify-content: space-between;

}

.header-main-menu li a {

    padding: 15px 10px;

    color: #fff;

    font-size: 18px;

}

.header-call, .copy-right-section p {

    color: #fff !important;

}

.header-main-menu {

    display: flex;

    gap: 20px;

    align-items: center;

}

.header-btn .header-call i {

    margin-right: 5px;

}

.header-btn .header-call {

    font-size: 20px;

}

header.fixed {

    background-color: #3d7456;

    transition: all 0.25s linear;

}



h2 {

    font-size: 50px;

    margin: 0;

}

p {

    font-size: 18px;

    margin: 0;

}

.dentist-cards {

    display: flex;

    gap: 60px;

}

.dentist-cards .dentist-inner-card {

    width: 50%;

    /* padding: 25px; */

}

section {

    position: relative;

}

.recommended-dentist-img {

    width: 48%;

    position: absolute;

    height: 100%;

    top: 0;

    left: 0;

}

.recommended-dentist-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;



}

.dentist-inner-card .contant p, .dentist-inner-card .contant h2 {

    margin-bottom: 20px;

}

.btn-arrow {

    padding-bottom: 1px;

    border-bottom: 1px solid #000;

}

.bg-img {

    background-size: initial;

    background-position: bottom right;



    background-repeat: no-repeat;

}

.specail-heading h2 {

    text-align: center;

    margin-bottom: 10px;

}

.specail-heading {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}

.specail-heading span {

    font-size: 20px;

    text-align: center;

    margin-bottom: 30px;

}

.home-specail-cards {

    display: flex;

    flex-wrap: wrap;

}

.home-specail-cards .home-specail-card {

    width: 33.33%;



    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    height: 500px;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    overflow: hidden;



}

.home-specail-cards .home-specail-card::after {

    position: absolute;

    content: '';

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background-color: #00000042;

}

h3 {

    margin: 0;

    font-size: 27px;

}

.card-content {

    position: absolute;

    z-index: 2;

    color: #fff;

    bottom: -162px;

    left: 0;

    transition: all 250ms ease-in-out;

    padding: 25px;

    min-height: 320px;

}

.card-content h3 {

    margin-bottom: 20px;

    color: #fff;

    text-align: center;

}

.card-content p {

    text-align: center;

    opacity: 0;

    transition: all 250ms ease-in-out;

    line-height: 26px;

}

.home-specail-cards .home-specail-card:hover .card-content {

    bottom: 100px;



}

.home-specail-cards .home-specail-card:hover .card-content p, .home-specail-cards .home-specail-card:hover .card-bg {

    opacity: 1;

}

.card-bg {

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: #3d74569c;

    opacity: 0;

    transition: all 250ms ease-in-out;



}

.home-counter {

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;



}

.home-counter-div .counter-card {

    padding: 25px;

    display: flex;

    gap: 15px;

    flex-direction: column;

    background-color: hsla(0, 0%, 100%, 0.3);

    backdrop-filter: blur(10px);

    color: #fff;

    width: 32%;

    text-align: center;

    height: 200px;

    align-items: center;

    justify-content: center;

    border-radius: 20px;

}





.home-counter-div {

    display: flex;

    gap: 20px;

}

.home-special-btn {

    margin-top: 25px;

    display: flex;

    justify-content: center;

}

.meet-doc .dentist-cards {
    align-items: center;
    flex-direction: row-reverse;

}

.meet-doc .recommended-dentist-img {

    right: 0;

    left: unset;

}

.meet-doc.bg-img {

    background-position: bottom left;

}

.home-mission-heading {

    text-align: center;

    margin-bottom: 30px;



}

.home-mission-heading h2 {

    margin-bottom: 20px;

}

.home-mission-heading p {

    width: 80%;

    margin: 0 auto;

}

.our-mission-cards {

    display: flex;

    gap: 20px;

}

.our-mission-cards .our-mission-card {

    width: 32%;

    padding: 35px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 20px;

    border-radius: 20px;



    background-color: #00aa51;

    backdrop-filter: blur(10px);

}

.our-mission-card .mission-content {

    display: flex;

    flex-direction: column;

    gap: 15px;

}

.our-mission-card .mission-content h3 {

    text-align: center;

    color: #fff;

}

.our-mission-card .mission-content p {

    text-align: center;



    color: #fff;

}





.testimonail-div .testimonial-card {



    width: 100%;

}



.testimonail-slider h2 {

    text-align: center;

    margin-bottom: 30px;

}

.testimonail-section {
    background-color: #cfe2d8;
}

.testimonail-slider #testimonial-slide {

    width: 70%;

    margin: 0 auto;

}

#testimonial-slide .slider-item {

    padding: 50px;

    background-color: #f5f5f5;

    border-radius: 20px;

    display: flex;

    flex-direction: column;



}

#testimonial-slide .slider-item h3 {

    margin-bottom: 10PX;

    margin-top: 20px;

}

#testimonial-slide .slider-item .google-star {

    color: #3d7456;

}

#testimonial-slide .owl-nav {

    width: fit-content;

    margin: 15px auto;

    display: flex;

}

#testimonial-slide .owl-nav button {

    width: 40px;

    height: 40px;

    background-color: #3d7456;

    border-radius: 50%;

    margin: 0 20px;

    display: flex;

    justify-content: center;

    align-items: center;

}

#testimonial-slide .owl-nav button span {

    font-size: 40px;

    display: block;

    width: fit-content;

    padding-bottom: 8px;

    color: #fff;

}

.first-heading {

    text-align: center;

}

.wpstf-site-header-wrap.style1 {

    z-index: 2;

}

.first-cards {

    display: flex;

    gap: 30px;

    flex-direction: column;

}

.first-cards .first-card {

    display: flex;

    gap: 40px;

    width: 60%;

    align-items: center;

}



.first-no {

    font-size: 85px;





}

.first-heading h2 {

    margin-bottom: 30px;

}

.first-card h3, .first-card p {

    color: #fff;



}

.first-card .first-no {

    color: #000;

}

.first-card .first-content {

    padding: 25px;

    background-color: #3d7456;

    border-radius: 20px;

}

.first-cards .first-card:nth-child(even) {

    margin-left: auto;

    flex-direction: row-reverse;

}

.first-content {

    display: flex;

    gap: 15px;

    flex-direction: column
}

.first-visit-section {

    background-size: cover;

    background-position: 100% 95%;

    background-repeat: no-repeat
}

.first-btn {

    width: fit-content;

    margin: 0 auto;

    margin-top: 67px;

}

.first-btn a {

    font-size: 18px;

    margin: 0 auto;

}

.cta-div {

    display: flex;

    gap: 30px;

}

.cta-div .cta-form, .cta-div .cta-form-img {

    width: 50%;

}

.cta-form h2 {

    margin-bottom: 30px;

}

.cta-form-inner {

    display: flex;

    flex-direction: column;

    gap: 20px;

}

.cta-form-inner input, .cta-form-inner textarea {

    width: 100%;

    padding: 10px;

    border-radius: 10px;

    border: 1px solid #00000066;

}

.cta-form-inner .cta-btn {

    width: fit-content;



}

.cta-form-inner .cta-btn input {

    color: #fff;

    background-color: #3d7456;

    border: none;

    padding: 10px 20px;

}

.mission-img {

    width: 100px;

}

.mission-img img {

    width: 100%;

}

.map {

    position: absolute;

    top: 0;

    right: 0;

    width: 45%;

    height: 100%;

}

.map iframe {

    width: 100%;

    height: 100%;

}

.cta-section {

    background-position: bottom left;

    background-size: initial;

    background-repeat: no-repeat;

}

footer {

    padding-top: 80px;

    background-color: #cfe2d8;

}

.footer-div {

    padding-bottom: 80px;

}

.footer-logo .footer-image {

    width: 300px;

}

.footer-logo .footer-image img {

    width: 100%;

}

footer h3 {

    margin-bottom: 15px;

    font-weight: 600;

}

.footer-social-icon {

    display: flex;

    gap: 15px;

}

.footer-social-icon i {

    color: #fff;

    font-size: 22px;

}

.footer-social-icon .footer-icon {

    width: 40px;

    height: 40px;

    background-color: #00aa51;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.footer-media {

    margin-top: 20px;

    margin-left: 20px;

}

.footer-hour {

    margin-left: 20px;

    margin-top: 20px;

}

.footer-div {

    display: flex;

    justify-content: space-between;

    align-items: baseline;

}

.footer-div .footer-logo, .footer-div .footer-menu {

    width: 32%;

}

.footer-div .footer-contact {

    width: 32%;

}

.footer-menu .footer-menu-inner {

    width: fit-content;

}

.footer-menu {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.footer-menu li {

    font-size: 18px;

    padding: 5px 0;

}

.footer-address i, .footer-mobile a i, .footer-email a i {



    font-size: 20px;



}

.footer-address {

    margin-bottom: 20px;

}

.footer-mobile a, .footer-address a, .footer-email a {

    display: flex;

    gap: 10px;

    align-items: baseline;

    margin-bottom: 10px;

}

.cta-form-inner input:focus, .cta-form-inner textarea:focus {

    outline: none;

}

.header-btn {

    width: 180px;

}

.header-btn a {

    font-size: 20px;

    display: flex;

    gap: 10px;

    align-items: center;

}

.copy-right-section {





    background-color: #3d7456;

}

.copy-right-inner {
    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #fff;

}

.copy-right-section p {

    font-size: 15px;

}

.copy-right-section p a {

    color: #fff;

    font-weight: 600;

}

.header-brand {

    width: 300px;

    display: block;

   

}

.wpstf-site-header-wrap {

    background-color: transparent;

}

header {

    display: block !important;

}

.header-right-section {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 21px;
}



.wps-header-navbar-wrap .header-address-wrap p.header-address a .top-get-direction {
    font-size: 18px !important;
}

.wps-header-navbar-wrap .header-address-wrap p.header-address:before {
    top: 8px !important;

}


.section-padding {
    padding: 80px 0px;
}

.section-margin {
    margin: 80px 0px;
}

.inner-h2 h2 {
    margin-bottom: 30px;
}

.about-details-section .about-image {
    background-image: url(http://localhost/tonichendds-html/wp-content/uploads/2021/01/cp-office-tour3.jpg);
    width: 100%;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.about-image-section-outer {
    width: 40%;
    padding: 20px;
    border: 1px solid gray;
}



.about-details-section .about-image img {
    width: 83%;

    z-index: 9;

    display: flex;
    justify-content: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}

.about-details-section .about-content .inner-details {
    width: 60%;
    margin-top: auto;
}

.about-details-section p {
    margin-bottom: 20px;
}

.about-details-section .about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    padding-top: 80px;
}

.about-details-section .extra-content {

    margin-top: 30px;

}

.about-details-section .extra-content p:last-child {

    margin-bottom: 0px;

}



.meet-the-team--outer h2 {
    text-align: center;
    margin-bottom: 40px;
}


.meet-team-group-inner {
    margin-top: 50px;
}


#meet-team {
    display: flex;
    gap: 33px;
    flex-flow: row wrap;
}

.meet-team-group-inner .team-member {
    width: 31%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;

    border: 1px solid #05442473;
    border-radius: 12px;
}

.team-member-detail h3 {
    margin-bottom: 20px;
    font-weight: bold;
}



.team-member-image {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    background: #F0F0F0;
    border-radius: 50%;

}



.team-member:hover .team-member-image::after {
    background-color: #00000000;
    transition: all 0.5s;
}



.team-members-inner {
    display: flex;
    flex-flow: row wrap;
    gap: 47px;

}




.meet-the-team--outer {
    position: relative;



}

.meet-the-team--outer::after {
    content: '';
    background-image: url(http://localhost/tonichendds/wp-content/uploads/2024/12/Logo-Background1.png);
    width: 650px;
    height: 335px;
    right: 0;
    bottom: 0px;
    position: absolute;
    background-position: center;
    background-size: cover;

}

.wpstf-site-header-wrap.style1 {
    /* position: absolute; */
}

.about-details-section {
    position: relative;
}

/* .wpstf-site-header-wrap {
     position: absolute !important; 
    min-height: auto;
} */

.about-details-section::after {
    content: '';
    background-image: url(http://localhost/tonichendds-html/wp-content/uploads/2025/01/Logo-Corner-Background.png);
    width: 823px;
    height: 600px;
    left: 0;
    top: 0;
    position: absolute;
    background-position: center;
    background-size: cover;
}






.team-members-inner .owl-nav {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 30px;
    position: relative;
}

.team-members-inner .owl-nav button {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    background-color: #3d7456 !important;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.owl-dots {
    position: static;
    bottom: 46px;
    display: flex
;
    align-items: center;
    gap: 12px;
    justify-content: center;

}

.team-members-inner .owl-nav button span {
    color: white;
    font-size: 40px;
    height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 6px;
}

.team-members-inner .owl-nav button:hover .team-members-inner .owl-nav button {
    background-color: #cfe2d8 !important;
}

.team-members-inner .owl-dots button {
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background-color: #cfe2d8;
}

.team-members-inner .owl-dots button.active {
    background-color: #3d7456;
}


.video-slider .gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

.video-slider .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    /* transition: opacity .35s, transform .35s; */
    transition: all 350ms ease-in-out;
    /* backface-visibility: hidden; */
}

.video-slider .gallery-item .gallery-item-caption, .video-slider .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}

.video-slider .gallery-item .gallery-item-caption {
    text-align: left;
}

.play-btn {
    position: absolute;
    left: 0;
    top: 38%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: #0095c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn i {
    color: #fff;
}

.mfp-iframe-scaler iframe html body {
    background: red !important;
}

body:-webkit-full-page-media {
    background-color: red !important;
}

.body:-webkit-full-page-media {


    background: red !important;
}

.mfp-iframe-scaler iframe video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item {
    position: relative;
}

.gallery-item a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000066;
    position: absolute;
    top: 0;
}

.about-heading {
    margin-bottom: 20px;
}

.gallery-slider {
    position: relative;
}

.gallery-slider:after {
    content: '';
    background-image: url(http://localhost/tonichendds-html/wp-content/uploads/2024/12/Logo-Background1.png);
    background-size: cover;
    background-position: center;
    width: 650px;
    height: 335px;
    position: absolute;
    top: -239px;
    right: 0;
}

.contact-outer .contact-detail-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
    margin-top: 54px;
}

.contact-outer .contact-detail-inner .contact-inner-form {
    width: 46%;
}

.contact-outer .contact-detail-inner .contact-detail-info {
    width: 40%;
}

.map-section .map-inner {
    width: 100%;
}

.map-section .map-inner iframe {
    width: 100%;
}

.custom-btn {
       padding: 12px 27px;
    background-color: #00aa51;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
    display: flex;
    width: fit-content;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent !important;
}

.custom-btn:hover {
    color: #00aa51 !important;
    border: 2px solid #00aa51 !important;
    background-color: white !important;
    transition: all 0.5s;
}
#contact-content {
    text-align: center;
}

.custom-btn:hover {
    color: white;
}

.contact-inner-form {
    padding: 75px;
    border: 1px solid green;
}

.contact-inner-form .contact-form .contact-field {
    display: flex;
    justify-content: space-between;
    gap: 30px;

}

.contact-inner-form div input, .contact-inner-form div textarea {
    border: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid green !important;
    width: 100%;
    background-color: #F0F0F0;
    margin-bottom: 20px;

}

.contact-inner-form input:focus, .contact-inner-form textarea:focus {
    box-shadow: none !important;
    outline: none;

}

.contact-inner-form .contact-form .contact-field div {
    width: 50%;
}


.contact-inner-form h2 {
    margin-bottom: 30px;
    font-size: 45px;
}

.contact-detail-info div i {

    font-size: 24px;
}

.contact-detail-info div a {
    display: flex;
    font-size: 18px;
}

.contact-detail-info div {
    gap: 20px;
    display: flex;
    margin-bottom: 12px;

}

.contact-timeline {
    display: flex;
    flex-direction: column !important;
    margin-top: 30px;
}


.contact-timeline ul li {
    margin-bottom: 6px;
}

.contact-timeline h3 {
    font-weight: 700;
}

.contact-detail-info div span {
    width: 30px;

}

.contact-detail-info div span i {
    width: 30px;

}

































@media screen and (max-width:1399px) {


.home2 .banner-heading {
    position: relative;
    z-index: 2;
    padding-top: 0;
    width: 72% !important;
}

    .card-content {
        bottom: -230px;
    }

    .sticky-navbar .navbar-brand {
        margin: 0;
        width: 195px;
    }

    .sticky-navbar nav.navbar-main #main-menu>li a {
        font-size: 16px;
        padding: 1px 3px;
    }

    .right-header {
        gap: 10px;
    }

    .header-btn {
        width: 160px;
    }


    .header-btn a {
        font-size: 19px;
    }

    .wps-header-navbar-wrap .button_container {
        padding: 0 !important;
        padding-left: 10px !important;
    }
}









.banner-slider {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    width: 100%;

    height: 100%;

    position: relative;

}



.banner-slider::after {

    content: '';



    position: absolute;

    left: 0;

    background-color: rgba(0, 0, 0, 0.15);

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}

.banner-slider .owl-carousel .owl-dots.disabled {

    display: block !important;

    position: absolute;

}



#banner-slider .owl-nav button.owl-next, #banner-slider .owl-nav button.owl-prev {

    background: 0 0;

    color: inherit;

    border: none;

    padding: 0 !important;

    font: inherit;

    display: none !important;

    margin: 0px;

}








.banner-slider {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    width: 100%;

    height: 100%;

    position: relative;

}



.banner-slider::after {

    content: '';



    position: absolute;

    left: 0;

    background-color: rgba(0, 0, 0, 0.15);

    top: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}



.banner-slider .owl-carousel .owl-dots.disabled {

    display: block !important;

    position: absolute;

}



#banner-slider .owl-nav button.owl-next, #banner-slider .owl-nav button.owl-prev {

    background: 0 0;

    color: inherit;

    border: none;

    padding: 0 !important;

    font: inherit;

    display: none !important;

    margin: 0px;

}



#banner-slider .owl-dots {

    position: absolute;

    bottom: 20px;

    width: 100%;

}



#banner-slider .owl-dots button:hover span {
    background: #5b6836 !important;
    border: none !important;
}



#banner-slider .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {

    background: #3d7456;

    border: none !important;

}



#banner-slider .owl-dots .owl-dot span {

    width: 134px !important;

    height: 4px !important;

}



#banner-slider .owl-nav {

    margin-top: 0px !important;

}



.accordian-section h3 {

    margin-bottom: 0px;

}



.accordian-section .wt-sets-inner button {

    background: #40530C;





}


#banner-slider .owl-dots {

    position: absolute;

    bottom: 20px;

    width: 100%;

}



#banner-slider .owl-dots button:hover span {
    background: #5b6836 !important;
    border: none !important;
}



#banner-slider .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {

    background: #3d7456;

    border: none !important;

}



#banner-slider .owl-dots .owl-dot span {

    width: 134px !important;

    height: 4px !important;

}



#banner-slider .owl-nav {

    margin-top: 0px !important;

}



.accordian-section h3 {

    margin-bottom: 0px;

}


.inner-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 680px;
    position: relative;
    align-items: center;
    display: flex;

}

.inner-banner .banner-heading {
    padding-top: 0px;

}

.inner-banner::after {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000066;

}

.inner-banner svg {
    position: absolute;
    bottom: 0;
    height: 60px;
    z-index: 9;

}


.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #adc7b9;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 75px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;

}

.openbtn {
    font-size: 35px;
    cursor: pointer;

    color: #ffffff;
    padding: 10px 15px;
    border: none;
}


#main {
    transition: margin-right .5s;
    padding: 16px;
}

/* Sidebar Transition */
#mySidebar {
    width: 0;
    position: fixed;


    transition: 0.5s;
    /* This adds smooth transition to the sidebar */

}

/* Main Content Transition */
#main {
    transition: margin-left 0.5s;
    /* This adds smooth transition when moving the main content */
}

/* Submenu Transition */
.have-submenu+ul {
    display: none;
    /* Initially hidden */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    /* Adds smooth show/hide transitions */
}

/* When submenu is open */
.have-submenu.open+ul {
    display: block;
    opacity: 1;
    transition: 0.5s;
    max-height: 500px;
    /* Adjust max-height to a value that fits your content */
}


#mySidebar .menu ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
}

#mySidebar .menu ul li {
    width: 100%;
}

#mySidebar .menu ul li a {
    background: none !important;
    width: 100%;
    padding: 5px 32px;
    font-size: 20px;
}

#mySidebar .closebtn {
    background: none !important;
}

/* Hide the submenu by default */
.submenu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
    transition: all 5s;
}

/* Show submenu when hovering over the parent list item */
.sidebar li:hover .submenu {
    display: block;
    transition: all 5s;
}

.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style the submenu initially hidden */
/* Style the submenu initially hidden */
.submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Add a down arrow after the 'have-submenu' link */
.have-submenu::after {
    content: " ▼";
    font-size: 0.8em;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 9px;
    transition: all 5s;
}

/* Optional: When the submenu is visible, you can change the arrow to up */
.have-submenu.open::after {
    content: " ▲";
    /* Change to up arrow */
    transition: all 5s;
}



/* --------------------- */

.video-slider .gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

.video-slider .gallery-item img {
    position: relative;
    display: block;
    width: 115%;
    height: 300px;
    object-fit: cover;
    /* transition: opacity .35s, transform .35s; */
    transition: all 350ms ease-in-out;
    /* backface-visibility: hidden; */
}

.video-slider .gallery-item .gallery-item-caption, .video-slider .gallery-item .gallery-item-caption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-slider .gallery-item .gallery-item-caption {
    padding: 32px;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
}

.video-slider .gallery-item .gallery-item-caption {
    text-align: left;
}

.play-btn {
    position: absolute;
    left: 0;
    top: 38%;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background: #0095c0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn i {
    color: #fff;
}

.mfp-iframe-scaler iframe html body {
    background: red !important;
}

body:-webkit-full-page-media {
    background-color: red !important;
}

.body:-webkit-full-page-media {


    background: red !important;
}

.mfp-iframe-scaler iframe video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item {
    position: relative;
}

.gallery-item a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000066;
    position: absolute;
    top: 0;
}

.about-heading {
    margin-bottom: 20px;
}


.simple-gallery-section h2 {
    text-align: center;

}

.simple-gallery-section .gallery {

    width: 100%;
    margin: auto;
    background-color: #ccc;
}

.simple-gallery-section .gallery {
      border-radius: 10px;
    padding: 1.4vw;
    font-size: 0;
    flex-flow: row wrap;
    display: flex;
}

.simple-gallery-section .gallery div {
    flex: auto;
    width: 327px;

    margin: 0.5vw;
}

.simple-gallery-section .gallery div img {
    width: 100%;
    height: auto;
}


/*Grayscale*/

.simple-gallery-section img {
    filter: grayscale(100%);
    filter: saturate(0);
    transition: all .3s ease;
    /*   box-shadow: 2px 2px 5px; */
}

.simple-gallery-section img:hover {
    filter: grayscale(0);
    filter: saturate(1.5);
    box-shadow: 0px 0px 1px;
}


.simple-gallery-section .gallery-main {
    margin-top: 90px;
}

.page-not-found h1 {
    font-size: 81px;
    margin-bottom: 20px;
}

.page-not-found p {
    margin-top: 20px;
}

.page-not-found {
    text-align: center;
}

.page-not-found a {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 30px auto 20px;
}




/* --------------------------------------------------------- */
.about-inner-section .ATA_home-about {
    position: relative;
    padding: 80px 0px;
}

.about-inner-section .ATA_home-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
}

.about-inner-section .ATA_home-about .about-inner-detail {
    width: 62%;
    padding: 54px 54px 54px 54px;
    position: relative;
    z-index: 99;
    border: 1px solid #3d7456 !important;
    border-radius: 8px;
    background-color: hsl(0deg 0% 100% / 69%);
    backdrop-filter: blur(10px);
}

.about-inner-detail h2 {
    margin-bottom: 20px;
}

.about-inner-detail p {
    margin-bottom: 23px;
}

.about-inner-detail a.ATA_call-button {
    padding: 5px 0px;
}

.about-inner-section .ATA_home-about .about-inner-image {
    width: 69%;
    height: 100%;
}

.about-inner-section .ATA_home-about .about-inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-content-section {
    text-align: center;
}

.title-content-section h2 {
    margin-bottom: 26px;
    text-align: center;
}

section.image-content-inner-section .image-content-section {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin-bottom: 49px;

}

.image-content-inner-section .image-content-section .content-info {

    width: 50%;

}

.image-content-inner-section .image-content-section .image-inner {

    width: 47%;

}

.image-content-inner-section .image-content-section .image-inner img {

    width: 100%;

}

.image-content-inner-section p {
    margin-bottom: 10px;
}

.image-content-inner-section h2 {
    margin-bottom: 50px;
    text-align: center;
}

.image-content-inner-section .image-inner {
    position: absolute;
    left: 0;
}

.image-content-inner-section .content-info {
    margin-left: auto;
}

.form-inner .contact-inner-form {
    padding: 75px;
    border: 1px solid green;
    width: 54%;
    margin: 0 auto;
    text-align: center;
}

.form-inner .contact-inner-form .contact-form {
    margin-top: 62px;
}

.form-inner .custom-btn {
    margin: 0 auto;
    margin-top: 20px;
}

.faq-section #accordionExample .accordion-body p {
    margin-bottom: 15px;
    font-size: 17px !important;
}

.faq-section #accordionExample .accordion-body p:last-child {
    margin-bottom: 0px;

}

.faq-section #accordionExample .accordion-body {
    padding: 30px;
    font-size: 17px !important;
}

.faq-section #accordionExample h3 button:focus {
    box-shadow: none !important;
}

.faq-section #accordionExample h3 button {
    font-size: 20px;
    padding: 24px;
    background-color: #00aa51;
    color: white;
    position: relative;
    font-weight: 100;
    border-radius: 12px;
}

.faq-section #accordionExample h3 button::after {
    content: '';
    background-image: url(../images/down-arrow.png);
    position: absolute;
    top: 0;
    right: 24px;
    top: 23px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq-section h2 {
    text-align: center;
    margin-bottom: 60px;
}

#accordionExample .accordion-item {
    margin-bottom: 7px;
    border-radius: 12px;
}

.dental-topics-inner-section h2 {
    margin-bottom: 20px;

}

.dental-topics-inner-section .dental-topics-inner {
    display: flex;
    justify-content: space-between;
    gap: 46px;
}


.dental-topics-inner-section .dental-topic-inner-image {
    width: 50%;
}

.dental-topics-inner-section .dental-topic-inner-image img {
    width: 100%;
}

.dental-topic-inner-info {
    width: 50%;
}

.dental-topic-inner-info li {
    position: relative;
    padding-left: 20px;
}

img {
    border-radius: 12px;
}

.dental-topic-inner-info p {
    margin-bottom: 10px;
}

.dental-topic-inner-info li::after {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    margin-top: -9px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}











/* sidebar menu css  ---------------------------------------------- */

/* 



.ATA_side-menu {

    transform: translateX(100%);

    transition: all 0.25s linear;

}

.ATA_side-menu.visible {

    transform: translateX(0);

    transition: all 0.25s linear;

}

.ATA_sidebar__content {

    width: 100%;



    height: 87vh;

    overflow-y: scroll;

    margin-bottom: auto;

    margin-top: 30px;

    scrollbar-width: thin;

}

.ATA_sidebar__content li {

    padding-top: 4px;

    padding-bottom: 4px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    display: flex;

    justify-content: center;

    flex-direction: column;

    position: relative;

}


.ATA_side-menu li:hover {
    background-color: #3675a2;
    color: white;
    text-decoration: none !important;
}

.ATA_side-menu li:hover a p {
    color: white !important;
}

.ATA_side-menu li:hover a p {
    color: white;
}

.ATA_side-menu li:hover a {
    color: white;
}

.ATA_side-menu li a i {
    margin-right: 6px;
}

#ATA_global-sidemenu .header-brand {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

#ATA_global-sidemenu .sidebar-logo .header-brand {
    margin-right: auto !important;
    justify-content: start;
    margin-left: auto !important;

}

.ATA_side-menu .ATA_close-btn {
    margin-right: auto;
    margin-left: 21px;
    margin-top: 14px;
    cursor: pointer;

}

.ATA_close-btn img {
    transition: transform 0.2s ease-in-out;
}

.ATA_close-btn:hover img {
    transform: rotate(90deg);
}

#ATA_global-sidemenu .sidebar-logo .header-brand img {
    width: 100%;
    margin: 0 auto;
}

#ATA_global-sidemenu .sidebar-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


#ATA_global-sidemenu .ATA_close-btn img {
    width: 32px;
    height: 32px;

}

.ATA_sidebar__content li ul li:last-child {

    border-bottom: 0px !important;

}

.ATA_sidebar__content li a, .ATA_sidebar__content li>div {

    display: inline-block;

    font-size: 21px;

    padding: 10px 20px;

    border: none;

    border-radius: 0;

    background: transparent;

    text-transform: none;

    -webkit-transition: all .25s;

    transition: all .25s;

    cursor: pointer;

    color: #5c5c5c;

    width: 100%;

    display: flex;

    justify-content: space-between;

    align-items: baseline;

}

.ATA_sub-menu li {

    border: 0;

}

.ATA_sub-menu li a {

    display: inline-block;

    font-size: 18px;

    padding: 4px;

    border: none;

    border-radius: 0;

    background: transparent;

    text-transform: none;

    -webkit-transition: all .25s;

    transition: all .25s;

    cursor: pointer;

    color: #5c5c5c;

    width: 100%;

    display: flex;

    padding-left: 25px;





}

.ATA_side-menu .ATA_close-btn {
    margin-left: auto;
}

.ATA_side-menu {
    min-height: 100vh;
    width: 380px;
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
} */

#main-menu {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    gap: 1px;

    list-style: none;

    position: relative;

}

#main-menu .main-menu-item {

    height: 100%;

    line-height: 59px;

    position: relative;

    transition: all ease-in-out 0.36s;

}



#main-menu .main-menu-item .main-menu-link i {

    color: #fff !important;

    font-size: 12px;

}

#main-menu .main-menu-item:hover .main-menu-link i {

    transform: rotate(-180deg);



}

#main-menu .main-menu-item:hover .submenu {

    display: flex;

}

#main-menu .main-menu-item .main-menu-link {

    display: flex;

    align-items: center;

    gap: 5px;

    color: inherit;

    text-decoration: none;

    transition: all ease-in-out 0.36s;

}



#main-menu .main-menu-item .main-menu-link span {

    color: #fff;
}

#main-menu .main-menu-item .main-menu-link i {

    color: inherit;

    transition: transform ease-in-out 0.36s;

}

#main-menu .main-menu-item .submenu {

    display: none;

    width: 200px;

    flex-direction: column;

    position: absolute;

    top: 80%;

    left: 30px;

    margin-left: -32px;

    list-style: none;

    background-color: #ffffff;



}



#main-menu .main-menu-item .submenu .submenu-item {

    line-height: normal;

}

#main-menu .main-menu-item .submenu .submenu-item .submenu-link {

    padding: 10px 15px;

    display: block;

    text-decoration: none;

    transition: all ease-in-out 0.36s;

    width: 100%;

}

#main-menu .main-menu-item .submenu .submenu-item:hover .submenu-link {

    color: #fff;

    transition: all 0.25s linear;

}

#main-menu .main-menu-item .submenu .submenu-item:hover {

    background-color: #000;

    transition: all 0.25s linear;

}

#main-menu .main-menu-item .submenu .submenu-item:hover span {

    color: #fff;

}






.menu-item-has-children {

    position: relative;

}



.menu-item-has-children>a {

    position: relative;

}




.menu-item-has-children>a::after {

    content: " ";

    color: rgb(18, 18, 18);

    margin-left: -21px;
    right: 13px;

    /*background-image: url('https://tonichendds.com/wp-content/themes/thezarteam/asset/img/downicon.png');*/

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    right: 18px;

    top: 20px;

    width: 14px;

    height: 14px;

    font-size: 22px;

    cursor: pointer;

    position: absolute;

}


.sub-menu {
    display: none;
    /* Ensure it's hidden by default */
    list-style: none;
}

/*.sub-menu li:hover a {

    color: black;

    font-weight: 700;

}*/

.menu-item-has-children .sub-menu {
    padding: 11px !important;
    padding-top: 0px !important;
}

.menu-item-has-children .sub-menu li {
    padding: 7px;
    white-space: nowrap;

}

#navbarNavDropdown .menu-item-has-children .sub-menu li {
    padding: 0px;
}

.menu-item-has-children a {
    position: relative;
    z-index: 9;
    padding-right: 36px !important;

}

.menu li {
    text-decoration: none !important;
}

/* .ATA_side-menu li:hover {
    background-color: #4a775e;
    color: white;
    text-decoration: none !important;
}

.ATA_side-menu li:hover a p {
    color: white;
}

.ATA_side-menu li:hover a {
    color: white;
}

.ATA_side-menu li a i {
    margin-right: 6px;
}

#ATA_global-sidemenu .header-brand {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

#ATA_global-sidemenu .sidebar-logo .header-brand {
    margin-right: auto !important;
    justify-content: start;
}

#ATA_global-sidemenu .sidebar-logo .header-brand img {
    width: 60%;
}

#ATA_global-sidemenu .sidebar-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
} */
.service-inner-outer h2{
    text-align: center;
}
.service-inner-outer .service-inner-section {
    display: flex;
    justify-content: space-between;
    gap: 42px;
    flex-flow: row wrap;
    margin-top: 60px;
}



.service-inner-outer .service-inner-section a:first-child {

    width: 100% !important;


}

.service-inner-outer .service-inner-section a:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.service-inner-outer .service-inner-section a:hover .service-card div img {
    transition: 0.70s;
    -o-transition: 0.70s;
    transform: rotate(15deg);

}


.service-inner-outer .service-inner-section a {
    width: 31%;
    padding: 37px;
    color: white;
    background: #0bad5814;
    border-radius: 10px;

}

.service-inner-outer .service-inner-section a .service-card {
    display: flex;
    flex-direction: column;
    gap: 27px;

}

.service-inner-outer .service-inner-section .service-card div {
    width: 91px;

}

.service-inner-outer .service-inner-section .service-card div img {
    width: 100%;
    transition: 0.70s;

}

.service-inner-outer .service-inner-section .service-card h3 {
    font-weight: 700;
}

.first-visit-section {
    position: relative;
}


.first-visit-section .first-visit-image {
    position: relative;
    width: 40%;
}

.first-visit-section .first-visit-image img {
    filter: grayscale(100%);
}


.first-visit-section .first-visit-image img {

    width: 100%;


}


.first-detail-img {
    margin-top: 50px;

}

.first-visit-section .first-visit-details {
    width: 54%;
    
}



.first-visit-section .first-visit-img-content {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}

.first-visit-section .first-visit-details .first-visit-detail-image {

    margin-top: 60px;
}

.first-visit-section .first-visit-details h2 {
    margin-bottom: 30px;
}

.first-visit-section .first-visit-details .first-visit-btn {
    /* border-bottom: 1px solid black; */
    width: fit-content;
    margin-top: 30px;
}





/* Style for the popup modal */
.popup-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Black background with opacity */
    justify-content: center;
    align-items: center;
    text-align: center;

    opacity: 0;
    /* Initially hidden */
    transform: scale(0.8);
    /* Start small */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Smooth fade and scale transition */
}

.popup-modal.show {
    display: flex;
    /* Show modal */
    opacity: 1;
    /* Full opacity */
    transform: scale(1);
    /* Normal size */
}

/* Style for the modal content */
.popup-content {
    background-color: white;
    padding: 50px 20px 20px 20px;
    border-radius: 5px;
    width: 400px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.popup-content h2 {
    margin-bottom: 20px;
}


.popup-content input {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.popup-content textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.popup-modal .submit-btn a {
    color: white;
}

.popup-modal .submit-btn {
    margin-top: 20px;
    padding: 6px 22px;
    background-color: #3d7456;
    color: #fff;
    border-radius: 40px;
    font-size: 20px;
    display: flex;
    width: fit-content;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.restoration-image img{
    width: 100%;
}

.restoration-image{
     display: flex;
     gap: 20px;
     align-items: center;
     justify-content: center;
}


.restoration-image .single-image {
    width: 50%;


}

.restoration-image img {
    width: 100%;

}
.modal-body .from-group.custom-btn{
	margin-bottom: 14px;
}
.restoration-content  div p:last-child{
	margin-bottom: 0px;
}

.restoration-image .double-image{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;

}
.restoration-content h2{
    margin-bottom: 30px;
}
.restoration-content p{
    margin-bottom: 20px;
}
.restoration-section {
      gap: 40px;
        display: flex
    ;
        align-items: center;
}
.restoration-section img{
	width: 100% !important;
}
.restoration-content{
    width: 50%;
}

.restoration-image{
 
        width: 50%;
        display: flex;
        justify-content: start;
}


/* blog section */


.tonichend_home-blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.tonichend_home-blog-list .custom-btn {
    padding: 6px 27px;
}
.tonichend_blog-card {
    width: 47.5%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 420px;
}
.tonichend_blog-card .tonichend_blog-card-img, .tonichend_blog-card .tonichend_blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tonichend_blog-card .tonichend_blog-card-content {
    position: absolute;
    left: 0;
    padding: 37px;
    z-index: 3;
    display: flex
;
    bottom: 0;
    gap: 30px;
    flex-direction: column;
    transition: all .25s linear;
}
.tonichend_blog-card .tonichend_blog-card-img, .tonichend_blog-card .tonichend_blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
p.tonichend_blog-categories {
    display: flex
;
    gap: 7px !important;
}
.tonichend_blog-card a {
    cursor: pointer !important;
}
.tonichend_card-link{
    color: white;
}
.blog-outer-section .tonichend_blog-card h3 {
    font-size: 26px;
    color: white;
    margin-bottom: 0px;
}

.tonichend_blog-categories a {
    color: white !important;
}
.tonichend_blog-card .tonichend_blog-card-content h3 {
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
}
.tonichend_blog-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.tonichend-date {
    position: absolute;
    z-index: 99;
    color: white;
    left: 40px;
    top: 25px;

}

.tonichend-date  span i{
    margin-right: 5px;

}
.tonichend_card-link i{
    margin-left: 5px;
}

.blog-detail-inner{
       width: 70%;

    margin: 0 auto;
    overflow: hidden;

}

.service-detail .blog-detail-inner{
	width: 100% !important;
}

.zoom-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    margin: 40px 0px;
}

.zoom-container img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: transform 0.5s ease; /* Smooth transition for zoom effect */
}

.zoom-container:hover img {
    transform: scale(1.2); /* Scale up the image when hovered */
}

.blog-detail-date{
    font-size: 18px;
    margin-bottom: 15px;
}
.blog-detail-date div span strong {
    margin-bottom: 14px;
    display: flex;
}    
.blog-detail-date i{
    margin:0px  6px;
    color: #00aa51 ;

}

.blog-detail-date strong{
    color: #00aa51 !important;
}
.blog-detail-inner ul li{
    padding-left: 20px;
    position: relative;
}

.blog-detail-inner ul li::after{
    content: '•';
    position: absolute; 
    left: 0;
    font-size: 25px;
    top: -9px;
}
.blog-detail-inner h3{
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}
.blog-detail-inner .blog-detail-content img{
    margin: 20px 0px;
    width: 100%;
}

.blog-detail-inner .pagination{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pagination a{
    /* font-weight: 700; */
}
.pagination a span{
   
    margin: 0px 10px;
    font-size: 18px;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.pagination ul{
    display: flex;
    justify-content: center;
    gap: 9px;
    align-items: center;
}
.pagination ul li{
    background: #00aa51;
    padding: 23px;
    border: 2px solid #00aa51;
    border-radius: 50px;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pagination ul li:hover{
    background: white;
    
}
.pagination ul li:hover a{
    color: #3d7456;
    
}
.pagination ul li a{
    color: white;
}
.pagination  a i{
    margin: 0px 10px;
}
.blog-page h2  {
    text-align: center;
}
.blog-page p  {
    text-align: center;
}








.header-address-wrap p a span , .header-address-wrap div p a {
    font-weight: bold;
}



.openbtn .openbtn-area {
    color: black;
}








.about-section h2 {

    margin-bottom: 15px;

}







.about-section .about-detail {

    width: 60%;

    position: relative;

    z-index: 9;

    margin: 0 auto;

    text-align: center;

}

.about-section .about-detail .custom-btn {

    margin: 0 auto;
    margin-top: 30px;


}

.about-section .about-images {

    width: 30%;

    margin-bottom: -80px;

}



.about-section .about-inner-section {

    display: flex;

    align-items: center;

    justify-content: space-between;



}



.about-section .about-images img {

    width: 100%;

}



.about-section .about-inner-section {

    position: relative;

}



.about-section .about-inner-section::after {

    content: '';

    position: absolute;

    width: 509px;

    height: 423px;

    top: -33px;

    left: 204px;

    opacity: 0.2;

    opacity: 0.2;

    /* background-image: url(../images/55027-removebg-preview.png); */

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;



}



.cards-inner {

    /* padding: 51px; */



    /* border: 1px solid green; */

}



.service-section {

    position: relative;

}









.cards-inner{

    position: relative;

    z-index: 9;

}



/* .service-section::after {

    content: '';

    position: absolute;

    width: 1208px;

    height: 400px;



    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    top: 0px;

    opacity: 0.2;

    background-image: url(../images/Hacienda-About-us-bg-removebg-preview.png);

    left:0 ;

   

} */



.service-section::before {

    content: '';

    position: absolute;

    width: 827px;

    height: 960px;

    rotate: 8deg;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    top: 398px;

    left: -337px;



    

}



.service-section .cards-inner-div {

    display: flex;

    flex-direction: row;

    flex-flow: row wrap;

    gap: 40px;
    margin-top: 40px;
    position: relative;

    z-index: 9;

    justify-content: center;

}







.service-section .cards-inner-div .service-cards {

    /* border: 1px solid green; */

    max-width: 440px;

    width: 100%;

    text-align: center;

    align-items: center;

    align-items: center;

    



}



.service-section .cards-inner-div a {

    display: flex;

    text-decoration: none;

}



.service-section .cards-inner-div a .service-cards {
    background-color: #00aa51;
    border-radius: 12px;
}



/* .service-section .cards-inner-div a:nth-child(1) .service-cards{

    background-color: #dceaddcf;

}

.service-section .cards-inner-div a:nth-child(2) .service-cards{

   

    background-color: #dceaddcf;

}

.service-section .cards-inner-div  a:nth-child(3) .service-cards{

    background-color: #dceaddcf;

}.service-section .cards-inner-div a:nth-child(4) .service-cards{

    background-color: #dceaddcf;

}

.service-section .cards-inner-div  a:nth-child(5) .service-cards{

    background-color: #dceaddcf;

}

.service-section .cards-inner-div a:nth-child(6) .service-cards{

    background-color: #dceaddcf;

} */



.service-section .cards-inner-div a .service-cards img {

    border-radius: 12px 12px 0px 0px;

    width: 100%;

    height: 100%;

    object-fit: cover;

}

/*

.service-section {

    background-color: #cfdbaf;

    text-align: center;

}*/

.service-section {
    background-color: #cfdbaf38;
    text-align: center;
}


.service-section .cards-inner-div .service-cards .service-img {



    height: 300px;

}



.service-section .cards-inner-div .service-cards h3 {
    margin-top: 24px;
    
    font-size: 26px;
    color: white;
    margin-bottom: 24px;
    height: 80px;
    display: flex
;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
}



.icon-text-section .icon-section-inner {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    align-items: center;

    width: 70%;

    margin: 0 auto;



}



.icon-text-section .icon-section-inner h3 {

    margin-top: 24px;

    

    font-size: 26px;

    color: #000000;

    margin-bottom: 0px;

    padding-bottom: 40px;



}



.icon-text-section .icon-section-inner .icon-item {

    width: 30%;

    text-align: center;

    transition: all 0.5s ease-in-out;

    border: 1px solid #3d7456;

}



.icon-text-section .icon-section-inner .icon-item:hover {

    background-color: #d9eca2;

    border: 1px solid #fff;

}





.icon-text-section .icon-section-inner .icon-item:hover img {

    rotate: 10deg;

    transition: all 0.5s ease-in-out;

    transform: rotate(6deg) scale(1.1);

    /* Rotate by 10 degrees and zoom in by 10% */

}



.icon-text-section .icon-section-inner .icon-image {



    width: 74px;

    margin: 0 auto;

    padding-top: 40px;



}



.icon-text-section .icon-section-inner .icon-image img {

    transition: all 0.5s ease-in-out;

    width: 100%;



}



.icon-text-section .icon-section-inner {

    display: flex;

    justify-content: space-between;

}



.testimonials-section .testimonials-title {

    width: 50%;

}



.icon-text-section h2 {

    text-align: center;

}



.testimonials-section {

    background-color: #cfdbaf38;

}



.testimonials-section h2 {

    
        font-size: 94px;
}



.testimonials-inner .testimonials-slider-outer {

    background-color: #00aa51;

    padding: 55px;

    width: 50%;

    border-radius: 12px;

    position: relative;
    z-index: 99;

}
.testimonials-inner .testimonials-slider-outer  h3{
text-align: center;
margin-top: 40px;
color: white !important;
}



.testimonials-inner .testimonials-slider-outer p {

        margin: 10px;
    text-align: center;

    font-size: 18px;

    color: white;

    margin-bottom: 0px;



}



.testimonials-section .testimonials-inner {

    display: flex

    ;

        gap: 20px;

        align-items: center;

        position: relative;

        z-index: 99;

}



.image-rounded-section {

    padding-bottom: 0px;

}



.image-rounded-section .circle-image {

    position: absolute;

    right: -230px;

    width: 238px;

    z-index: 99;

    top: 222px;

}



.image-rounded-section .circle-image img {

    width: 100%;



}



.image-rounded-section .inner-rounded-section {

    display: flex;

    align-items: center;

    /* gap: 20px; */

    padding-left: 108px;

    position: relative;



}



.image-rounded-section .inner-rounded-section .inner-half-left {

    width: 640px;

    /* padding: 100px; */

    height: 700px;

    position: relative;



}



.image-rounded-section .inner-rounded-section .inner-half-left img {

    border-radius: 20px;

    width: 100%;

    height: 100%;

    object-fit: cover;



}



.image-rounded-section .inner-rounded-section .inner-half-right {

    padding: 100px;

    max-width: 317px;

    width: 100%;

    min-height: 623px;

    border-radius: 0px 1058px 1058px 0;

    background-color: #cfdbaf;

    position: relative;

    z-index: 9;



}



.image-rounded-section .container-fluid {

    padding: 0px;

}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card .inner-rounded-image {





    border-radius: 50%;

    background-color: white;

    padding: 40px;

    border: 5px solid #3d7456;

    position: absolute;

    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;





}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card:nth-child(1) .inner-rounded-image {

    right: 32px;

    top: 13px;



}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card:nth-child(2) .inner-rounded-image {

    right: -63px;

    top: 230px;



}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card:nth-child(3) .inner-rounded-image {

    right: 34px;

    top: 448px;



}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card h3 {





    font-size: 26px;

    color: #3d7456;

    margin-bottom: 0px;

    border-radius: 60px;

    text-transform: uppercase;

    width: fit-content;

    min-width: 250px;

    font-size: 14px;

    letter-spacing: 1px;

    line-height: 1.4;

    text-align: center;

    background-color: var(--dark-green-color);

    border-color: var(--dark-green-color);

    color: #fff;

    margin-bottom: 0;

    margin-right: 0;

    padding: 18px 33px 15px 33px;

    transition: all 0.5s;

    border: 2px solid white;

}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card h3:hover {

    color: #3d7456;

    background-color: white;

    border: 2px solid #3d7456;

    transition: all 0.5s;



}







.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card:nth-child(1) h3 {

    right: -251px;

    top: 58px;

    position: absolute;





}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card:nth-child(2) h3 {

    right: -354px;

    top: 283px;

    position: absolute;



}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card:nth-child(3) h3 {

    right: -256px;

    bottom: 63px;

    position: absolute;



}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card .inner-rounded-image {



    width: 150px;



}



.image-rounded-section .inner-rounded-section .inner-half-right .inner-rounded-card .inner-rounded-image img {



    width: 100%;



}





.image-rounded-section {

    position: relative !important;

}



.image-rounded-section::after {

    /* content: '';

    position: absolute;

    width: 1200px;

    height: 1200px;

    rotate: 0px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    top: -129px;

    opacity: 0.1;

    right: -337px; */

}



.inner-team-outer-section .inner-team-section .team-card {

    max-width: 430px;



    width: 100%;

    position: relative;

   

}



.inner-team-outer-section {

    text-align: center;

    padding-top: 0px;

}



.inner-team-outer-section .inner-team-section .team-card p {

    margin-bottom: 0px;

    margin-top: 9px;

}



.inner-team-outer-section .inner-team-section .team-card .team-card-image img {

    width: 100%;

    height: 100%;

    border-radius: 50%;

}



.inner-team-outer-section .inner-team-section .team-card .team-card-image {

    /* position: absolute; */

    top: 0;

    width: 62%;
    margin: 0 auto;

}



.inner-team-outer-section .inner-team-section .team-card .team-content {

    margin-top: 20px;

    padding: 20px;

    border-radius: 12px;

    background-color: #e8ebe1;

    padding: 45px;

    /*border: 2px solid #3d7456;*/



}



.inner-team-outer-section .inner-team-section {

    



    margin-top: 60px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    gap: 20px;
    row-gap: 57px;
    flex-flow: row wrap;

}



.inner-team-outer-section .inner-team-section .team-card .team-content-outer {

    border-radius: 21px;

    /* border: 2px solid #3d7456;

    padding: 165px 20px 20px 20px; */

    text-align: center;



}

.openbtn-area i{
    display: block !important;
}

.inner-team-outer-section .inner-team-section .team-card .team-content-outer h3 {

    text-align: center;

   

    font-size: 26px;

    color: #3d7456;

    margin-bottom: 16px;



}



.inner-team-outer-section .inner-team-section .team-card .team-content-outer span {

    text-align: center;

    font-size: 21px;

    font-weight: 600;

}



.modernWay {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 7;

    line-clamp: 7;

    -webkit-box-orient: vertical;

}



.owl-carousel .item {

    background: #4a90e2;

    padding: 20px;

    margin: 5px;

    color: #fff;

    border-radius: 3px;

    text-align: center;

}



.testimonials-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {

    display: block !important;

}



.testimonials-section .owl-nav button {

    display: block !important;



}



.testimonials-section .owl-carousel .owl-nav button {

    width: 54px;

    height: 54px;

    background: #e8ebe1  !important;

    border-radius: 50px;

    font-size: 44px !important;

    transition: all 0.5s;

    padding-bottom: 5px !important;

}



.testimonials-section .owl-carousel .owl-nav button span {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    height: 100%;

}



.testimonials-section .owl-carousel .owl-nav {

    display: flex;

    justify-content: center;

    gap: 10px;

    margin-bottom: 20px;

    margin-top: 30px;

}





.testimonials-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #070707 !important;

    border: 1px solid #000000 !important;

}



.image-page-section {

    margin-top: 0px;

}
.image-page-section h2{
    text-align: center;
    margin-bottom: 60px;

}



.owl-theme .owl-dots .owl-dot span {

    width: 29px !important;

    height: 3px !important;

    margin: 5px 7px !important;

    background: #D6D6D6;

    border-radius: 0px !important;

    display: flex;
    

}



.testimonials-section .owl-carousel .owl-nav button:hover {



    background: #cfdbaf;

    border-radius: 50px;



    color: black;

    padding-bottom: 5px !important;

    transition: all 0.5s;

    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;

}





.blog-outer-section h2 {

    text-align: center;

}



.toni_home-blog-list {

    display: flex;

    flex-wrap: wrap;

    gap: 40px;

    margin-top: 50px;

}



.blog-outer-section .toni_blog-card span {

    display: none;

}



.blog-outer-section .toni_blog-card span i {

    margin-right: 10px;

    color: white;

}



.blog-outer-section .toni_blog-card h3 {





    

    font-size: 26px;

    color: white;

    margin-bottom: 0px;

}



.toni_blog-card {

    width: 47.5%;



    position: relative;

    border-radius: 12px;

    overflow: hidden;

}



.toni_blog-card::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);

}



.toni_blog-card .toni_blog-card-content {

    position: absolute;

    bottom: 36px;

    left: 0;

    /* width: 90%; */

    /* padding: 34px; */

    padding-bottom: 20px;

    z-index: 3;

    /* background: rgba(125, 150, 59, 0.320); */



    flex-direction: column;

    gap: 30px;

    transition: all 0.25s linear;

    /* display: flex; */

    /* justify-content: center; */

    margin: 0 auto;

    right: 0;

    /* border-radius: 12px; */

}



.toni_blog-card .toni_blog-card-content h3 {

    font-weight: 600;

    letter-spacing: 2px;

}



.toni_blog-card .toni_blog-card-img,

.toni_blog-card .toni_blog-card-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.toni_blog-card .toni_blog-card-content {

    position: absolute;



    left: 0;

    padding: 37px;

    /* padding-bottom: 20px; */

    z-index: 3;

    display: flex

;

    gap: 13px;

    flex-direction: column;

    transition: all 0.25s linear;

}



.toni_blog-card .toni_blog-card-content .toni_card-link {

    width: fit-content;

    border-bottom: 2px solid white;

    opacity: 1;

    transition: all 0.25s linear;

}

.toni_blog-card .toni_blog-card-content .toni_card-link i{

margin-left: 5px;



}



/*.toni_blog-card:hover .toni_blog-card-content {





    bottom: 36px;

    transition: all 0.25s linear;

}*/



.toni_number {

    margin-top: 20px;

}



/*.toni_blog-card:hover .toni_blog-card-content .toni_card-link {

    opacity: 1;

    transition: all 0.25s linear;

}*/



.toni_home-view-more a, .toni_why-choose-div a {

    width: fit-content;

    margin: 0 auto;



}



.toni_home-view-more {

    padding-top: 70px;

    display: flex;

    justify-content: center;

}







footer .menu li:hover {
    background: none;

}

footer .menu li:hover a, footer a:hover p {
    background: none;
    color: #3d7456;
    font-weight: 700;

}



.about-images {

    display: none;

}


.about-section .about-inner-section::after {

    left: 256px;

}



.cpy-section .foo-copyright-text {

    display: flex;

    width: 100%;

    justify-content: space-between;

}


.toni_home-serviceCards {

    display: flex;

}



.toni_card-inner-div-img p {

    line-height: 22px;

    margin-bottom: 0px;

}



.toni_card-div-outer-main {

    display: flex;

    border-radius: 12px;

    overflow: hidden;

    /* align-items: end; */

}



.toni_card-div-outer-main .toni_card-div-outer-one,

.toni_card-div-outer-main .toni_card-div-outer-two {

    width: 38%;

}



.toni_card-div-inner {

    display: flex;

    margin-top: 0px;

    flex-direction: column;

}



.toni_card-inner-div {

    padding: 29px;

    border-radius: 0;

    color: #fff;

    overflow: hidden;

    height: 360px;

}



.toni_card-div-outer-one .toni_card-div-inner .toni_card-inner-div:nth-child(1) {

    background-color: #b2e791;

}



.toni_card-div-outer-one .toni_card-div-inner .toni_card-inner-div:nth-child(2) {

    background-color: #a7c8e9;

}



.toni_card-div-outer-two .toni_card-div-inner .toni_card-inner-div:nth-child(1) {

    background-color: #d6a7e2;

}



.toni_card-div-outer-two .toni_card-div-inner .toni_card-inner-div:nth-child(2) {

    background-color: #bc000059;

}



.toni_card-inner-div-img {

    display: flex;

    justify-content: center;

    gap: 15px;

    flex-direction: column;

}



.toni_card-inner-div-img h3 {

    margin-bottom: 0px;

    /* margin-top: 24px; */

   

    font-size: 26px !important;

    color: #3d7456;

    margin-bottom: 0px;

}



.toni_card-inner-div .toni_card-inner-div-img:first-child {

    margin-bottom: 15px;
    width: 41%;


}



.toni_card-inner-div .animation-card .toni_custom-btn {

    opacity: 1;

    transition: all 300ms ease;

    color: #fff !important;

}



.toni_card-inner-div .animation-card .toni_custom-btn span {
    color: #000000 !important;
    border-bottom: 3px solid #000000;
    padding-bottom: 10px;
}



/*.toni_card-inner-div:hover .animation-card .toni_custom-btn {

    opacity: 1;

    transition: all 300ms ease;

}*/



.toni_card-inner-div .animation-card {

    position: relative;

    bottom: 0px;

    transition: all 300ms ease;

}



/*.toni_card-inner-div:hover .animation-card {

    bottom: 0px;

}*/



.toni_card-div-outer-three .toni_card-div-inner .toni_card-inner-div:nth-child(2) {

    visibility: hidden;

}



.toni_card-div-outer-main .toni_card-div-outer-three {

    width: 44%;

    height: 100%;

    position: relative;

    z-index: 3;

}







.first-visit-section-outer {

    background-color: #cfdbaf38;

}



.section-margin {

    margin: 80px 0px;

}



.section-padding {

    padding: 80px 0px;

}



.section-margin-top {

    margin-top: 80px;

}



.section-margin-bottom {

    margin-bottom: 80px;

}



.section-padding-top {

    padding-top: 80px;

}



.section-padding-bottom {

    padding-bottom: 80px;

}











.header-sticky-top-bar {

    display: flex;

    justify-content: space-between;

    align-items: center;





}



.header-sticky-top-bar div {

    width: 34%;

    text-align: center;



}



.header-sticky-top-bar div:nth-child(1) {

    background-color: #c3a736;

    padding: 15px 0px;

}



.header-sticky-top-bar div:nth-child(2) {

    background-color: #8799ec;

    padding: 15px 0px;



}



.header-sticky-top-bar div:nth-child(3) {

    background-color: #589658;

    padding: 15px 0px;



}



.header-sticky-top-bar div a {

    color: white;

    font-size: 18px;



}





.header-sticky-top-bar div a i {

    margin-right: 10px;







}

.call-to-action-section{
    /* background-color: red; */
}

.call-to-action-section .call-to-action-inner{
    display: flex;
    background: #cfdbaf;
    border-radius: 12px;
    position: relative;
    
}
.call-to-action-inner   h2{
    margin-bottom: 20px;
} 
.call-to-action-inner   p{
    margin-bottom: 30px;
}
.call-to-action-section .call-to-action-inner  .call-to-action-detail{
    width: 60%;
    padding: 0px 80px;
}
.call-to-action-section .call-to-action-inner  .call-to-action-img{
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 12px 12px 0px;
}
.call-to-action-section .call-to-action-inner  .call-to-action-img img{
    border-radius: 0px 12px 12px 0px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.call-to-action-inner {
    gap: 50px;
}




/* menu------------------------------- sidebar--------------------------------------- */


/* * sidebar menu css  ---------------------------------------------- */ */


.ATA_sidebar__content .header-cta-button a:hover{
    background: #3d7456 !important;
    color: white !important;
    border: 0px  !important;
    transition: all 0.5s !important;
}




.ATA_side-menu {

    transform: translateX(100%);

    transition: all 0.25s linear;

}

.ATA_side-menu.visible {

    transform: translateX(0);

    transition: all 0.25s linear;

}

#navbarNavDropdown  .menu-item-has-children .sub-menu{
    padding-top: 11px !important;
}

.ATA_side-menu .menu-header-container .menu-item-has-children .sub-menu li {
    padding: 0px !important;
    /* margin-top: -9px; */
}

.ATA_side-menu .menu-header-container .menu-item-has-children .sub-menu li:first-child {

    margin-top: 0px;
}

.ATA_side-menu .menu-header-container .menu-item-has-children .sub-menu {
    padding: 0px !important;
}

.ATA_side-menu .menu-header-container .menu-item-has-children .sub-menu li:last-child {

    /* margin-bottom: -8px; */
}


.ATA_side-menu .menu-header-container .menu-item-has-children .sub-menu li:hover {
    padding: 0px !important;
    background-color: #6aa886 !important;

}

.sub-menu .header-cta-button a:hover {
    background: #6aa886 !important;
    color: white !important;
    border: 0px !important;
    transition: all 0.5s;
}



.ATA_sidebar__content p {
    font-size: 16px !important;
    color: black !important;
}

#navbarNavDropdown .menu-item-has-children>a::after {
    content: " ";
    color: #121212;
    margin-left: -21px;
    right: 13px;
    right: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    rotate: 360deg !important;
    top: 11px !important;


}

#navbarNavDropdown .menu-item-has-children:hover>a::after{
    background-image: url(https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/downicon.png) !important;
    color: #121212;
    margin-left: -21px;
    right: 13px;
    right: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    rotate: 360deg !important;
    top: 16px !important;
    width: 12px;
    height: 12px;

}

.ATA_sidebar__content {

    width: 100%;


    height: 87vh;


    margin-bottom: auto;

    margin-top: 30px;


}

.ATA_sidebar__content li {
    position: relative;
    /* This is required to position the pseudo-element correctly */
}
.menu-item-has-children:hover>a::after {
    content: " ";
    background-image: url(https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/down-arrow.png) !important;
    width: 19px;
    height: 19px;
    margin-top: -5px;
}
.ATA_sidebar__content li::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    /* Align the border to the bottom of the li */
    left: 0;
    right: 0;
    border-bottom: solid 3px #3d7456 !important;
    transform: scaleX(0)  !important;
    transition: transform 150ms ease-in-out !important;
}


.ATA_sidebar__content li:hover::before {
    transform: scaleX(1);
    /* This will animate the border to full width */
    border-bottom: solid 3px #3d7456;
}


.ATA_sidebar__content li {
    /* display: inline-block; */
    transition: all 0.25s linear;
    /* padding-top: 4px;

    padding-bottom: 4px; */

    /* border-bottom: 2px solid rgba(212, 212, 212, 0.1); */

    width: 100%;

    justify-content: center;

    flex-direction: column;

    position: relative;

}


.ATA_sidebar__content li ul li:last-child {

    border-bottom: 0px !important;

}

.ATA_sidebar__content ul {
    padding-left: 0px !important;
}

.ATA_side-menu #primary-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
}
.menu-item-has-children.open-menu a::after {
    content: " ";
    background-image: url(https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/down-arrow.png) !important;
    width: 19px;
    height: 19px;
    margin-top: -5px;
}
.menu-item-has-children.open-menu>a::after {
    rotate: 360deg;
}
.menu-item-has-children>a::after {
    content: " ";
    color: #121212;
    margin-left: -21px;
    right: 13px;
    right: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    rotate: 267deg;
    top: 20px;
    width: 12px;
    height: 12px;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    transition: transform .3sease-in-out;
    background-image: url(https://cdn-ilapp.nitrocdn.com/vOusJJepdhFXHjfKTAmFyrMdZGKNjGUr/assets/images/optimized/rev-5f64035/feinstein360orthodontics.com/wp-content/themes/WPS_feinstein360/assets/images/downicon.png) !important;
}
.ATA_sidebar__content li a,
.ATA_sidebar__content li>div {

    display: inline-block;
    justify-content: start;
    font-size: 16px;
    text-decoration: none;
    padding: 11px 28px;

    border: none;

    border-radius: 0;

    background: transparent;

    text-transform: none;

    -webkit-transition: all .25s;

    transition: all .25s;

    cursor: pointer;

    color: black;

    width: 100%;

    display: flex;

  gap: 6px !important;

    align-items: baseline;

}

.ATA_sub-menu li {

    border: 0;

}

.ATA_sub-menu li a {

    display: inline-block;

    font-size: 18px;

    padding: 4px;

    border: none;

    border-radius: 0;

    background: transparent;

    text-transform: none;

    -webkit-transition: all .25s;

    transition: all .25s;

    cursor: pointer;

    color: black;

    width: 100%;

    display: flex;

    padding-left: 25px;


}

.ATA_side-menu .ATA_close-btn {
    margin-left: auto;
}

.ATA_side-menu {
    height: 100vh;
    width: 345px;
    background-color: #c0d4c9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    /* padding: 26px; */
    display: flex;
    flex-direction: column;
    align-items: center;
        overflow: scroll;
        overflow-x: hidden;
}

.ATA_side-menu li:hover a {
    color: white;
    border: 0px !important;
    background: #3d7456;
}

.ATA_side-menu li:hover {
    background-color: #3d7456;
    color: white;
    text-decoration: none !important;
}

.ATA_side-menu li:hover a p {
    color: white !important;
}

.ATA_side-menu li:hover a p {
    color: white;
}

.ATA_side-menu li:hover a {
    color: white;
}

.ATA_side-menu li a i {
    margin-right: 6px;
}

#ATA_global-sidemenu .header-brand {
    background: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

#ATA_global-sidemenu .sidebar-logo .header-brand {
    margin-right: auto !important;
    justify-content: start;
    margin-left: auto !important;

}

.ATA_side-menu .ATA_close-btn {
    margin-right: auto;
    margin-left: 21px;
    margin-top: 14px;
    cursor: pointer;

}

.ATA_close-btn img {
    transition: transform 0.2s ease-in-out;
}

.ATA_close-btn:hover img {
    transform: rotate(90deg);
}

#ATA_global-sidemenu .sidebar-logo .header-brand img {
    width: 100%;
    margin: 0 auto;
}

#ATA_global-sidemenu .sidebar-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


#ATA_global-sidemenu .ATA_close-btn img {
    width: 32px;
    height: 32px;

}

.ATA_side-menu li:hover,
.ATA_side-menu li.open-menu {
    background-color: #3d7456;
    color: white;
    text-decoration: none !important;
}

.ATA_side-menu li.open-menu .sub-menu li a,
.ATA_side-menu li.open-menu a {
    color: #fff;
}

.menu-item-has-children.open-menu>a::after {
    rotate: 360deg;
}















.sticky-navbar nav.navbar-main #main-menu>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    display: block !important;
    z-index: 2;
    padding: 11px;
    border-radius: 10px;
    margin-top: 4px;
    left: -13px;
    margin-left: 15px;
    transform: translateX(-5px);
}

.sticky-navbar nav.navbar-main #main-menu ul.sub-menu {
    transition-property: all;
    transition-duration: .22s;
    transition-timing-function: ease-in-out;
    transition-delay: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    background: #3d7456;
    white-space: nowrap;
    transform: translateX(-1%);
    min-width: 377px;
    width: 100%;
    max-width: 390px;
    display: block;
    margin: 0 0 0 20px;
    box-shadow: 0 0 10px 0 rgba(24, 23, 24, .1);
}
.home2 .banner-heading h1 {
    font-size: 77px;
    text-align: start;
    color: #000000;
 
    font-family: 'roboto' !important;
}
.sticky-navbar nav.navbar-main #main-menu ul.sub-menu>li a:hover {
    color: white;
    background-color: #4b620e;
    border-radius: 6px;
}

.service-btn{
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.homesection2 .recommended-dentist-img{
    width: 100%;
    position: static !important;
    height: 100%;
}

.homesection2 .recommended-dentist-img img {
    width: 100% !important;
    height: 100%;
}

.homesection2 .home-counter-div .counter-card {
    padding: 48px;
    display: flex
;
    gap: 15px;
    flex-direction: column;
    /* background-color: hsl(147.27deg 19.53% 42.82%); */
    /* backdrop-filter: blur(10px); */
    color: #3d7456;
    width: 32%;
    border: 2px solid #c2dfcf !important;
    text-align: center;
    height: 263px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.homesection2 .counter-card h2, .counter-card p, .card-content p {
    color: #3d7456 !important;
}
.homesection2.home-counter {
    background-image: none !important;
}

.homesection2 .recommended-dentist-img {
    width: 100% !important; 
    position: static !important;
    height: 100%;
}
body.page-id-994  .wpstf-site-header-wrap.style1 h1 {

    color: #000000 !important;
}

body.page-id-1212   .counter-card h2, body.page-id-1212  .counter-card p, body.page-id-1212  .card-content p {

    color: #3d7456  !important;

}

body.page-id-994 #testimonial-slide .owl-nav button span {

    padding-bottom: 4px;
    }

    body.page-id-994 .counter-card h2,  body.page-id-994 .counter-card p,  body.page-id-994 .card-content p{
        color: white !important;
    }

body.page-id-994  .custom-btn input {
    width: 100%;
    background: none;
    padding: 0px;
    border: 0px !important;
    border-radius: 10px;
    border: 1px solid #00000066;

}


.sticky-appointment-btn a i{

    display: none !important;

}
.get-direction-btn{
    padding-left: 30px;
}
.get-direction-btn a{
    color: black;
}

/*.page-id-994  .get-direction-btn  p a{
    color: black !important;
}*/

.sticky-right-section .ATA_header-toggle-btn{
    display: none;
}


.meet-our-team {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}


body.page-id-1212  .custom-btn input {
    width: 100%;
    background: none;
    padding: 0px;
    border: 0px !important;
    border-radius: 10px;
    border: 1px solid #00000066;

}

.inner-static{
    display: none !important;
}
.blog-outer-section{
    background: #e8ebe1 !important;
}

.cta-section {
    background-position: top left;
}

.sticky-call-tel{
        display: flex
;
    justify-content: center;
}
.sticky-call-tel a{
  display: flex
;
font-weight: bold !important;
    white-space: nowrap;
    gap: 16px;
    align-items: center;
}
.sticky-call-tel  i{

    transition: all 0.5s;
    width: 51px;
    height: 51px;
    display: flex;
    color: white !important;
    align-items: center;
    justify-content: center;
    background: #00aa51;
    font-size: 20px;
    border: 2px solid #00aa51 ;
    border-radius: 50px;

}



.home2::after {
    content: none !important;
}

.extra-content{
    margin-top: 50px;
}
.extra-content ul {
	margin : 20px 0px;
	padding-left: 20px !important
}
.extra-content ul li{
	margin-bottom: 10px;
	list-style: disc !important;


}
.contant p:last-child{
    margin-bottom: 0px;
    
}

.img-slider .owl-carousel .item {
background: none !important;
}
.img-slider .owl-dot.active span{
    background:#00aa51 !important;
}



.img-slider .owl-nav  button{
    width: 50px;
    height: 50px;
    background: #00aa51 !important;
    border-radius: 50px;
}
.img-slider .owl-nav  button span{
    font-size: 37px;
    display: flex;
    
    justify-content: center;
    align-items: center;
    height: 0px;
    padding-bottom: 3px;
    color: white;
}

.img-slider .owl-nav{
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    margin-top: 25px;
    justify-content: center;
}

.img-slider h2{
    text-align: center;
    margin-bottom: 40px;
}
#demo .item{
    width: 80%;
    height: 600px;
    margin: 0 auto;
}
#demo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}


.dental-form .custom-btn input{
    padding: 0px;
    background: no-repeat;
    border: 0;

}

.dental-form .cta-form h2{
    text-align: center;
}
.dental-form .cta-form h2 {
    margin-bottom: 56px;
}
.dental-form .cta-form{
    padding: 53px;
    border: 1px solid #3d7456;
    border-radius: 8px;
    width: 70%;
    margin: 0 auto;
}


.contact-detail-inner  .cta-form{
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #3d7456;
    width: 43%;
}
.from-group.custom-btn input{
    margin: 0px;
    padding: 0px;
    border: 0;
    background: none;
}
.pagination .custom-btn {
    padding: 6px 26px;
    background-color: #00aa51;
}


.page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-number a {
        color: black !important;
    }

    .page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-address a .top-get-direction {
        color: black !important;
        font-size: 18px !important;

        line-height: normal;
    }

    .page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-number a:before {
        color: black !important;

    }


    .page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-address:before {
         color: black !important;
    }
    .wps-header-navbar-wrap {
       
        top: 58px !important;
    }
    .header-brand img{
        position: relative;
        top: -27px !important;
    
    }
    .sticky-navbar.sticky .wps-header-navbar-wrap{
        display: none !important;
    }

    .header-address-wrap p a:hover span{
  color: #00aa51 !important;
    }

   .header-address-wrap p a:hover span{
  color: #00aa51 !important;
    }

    .header-address-wrap p a:hover{
  color: #00aa51 !important;
    }

    .page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-address:hover a span{
         color: #00aa51 !important;
    }

.page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-address:hover:before{
color: #00aa51 !important;
}

.page-template-home2 .wps-header-navbar-wrap .header-address-wrap p.header-number a:hover:before{
    color: #00aa51 !important;
}

.get-direction-btn p a i {
    margin-left: 10px;
}







.sticky-navbar.sticky ~ .wpstf-page-wrap header .wps-header-navbar-wrap{
    display: none !important;
}


.wpstf-site-header-wrap.style1 {
    position: relative !important;
}

.meet-the-team .inner-team-section{
    flex-direction: column !important;
}


.meet-the-team   .inner-team-section .team-card {
    max-width: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    display: flex;
    gap: 0px;
    border-radius: 12px;
    background-color: #e8ebe1;
}

.meet-the-team  .inner-team-section .team-card .team-card-image img{
    border-radius: 12px 0px 0px 12px;
}
.meet-the-team .inner-team-section .team-card .team-card-image{
    width: 100%;
    max-width: 390px;
    margin: 0;
}


.meet-the-team .team-content h3 , .meet-the-team .team-content p{
    text-align: start !important;

}

.meet-the-team .team-content{
    margin-top: 0px !important;
}
.meet-the-team .team-content-outer{
    width: 100%;
  
}

.meet-the-team  .inner-team-section .team-card {
    max-width: 100%;
}



.custom-btn:focus{
	color: white !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.custom-btn:hover{
	color: #00aa51 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}


.sticky-call-tel a:hover i{
	background: white !important;
	color: #00aa51!important;
	border : 2px solid  #00aa51!important;
	transition:  all 0.5s;
}


.meet-the-team .inner-team-section .team-card:nth-child(odd) .team-card-image{
    order: 1;
  }
  .meet-the-team .inner-team-section .team-card:nth-child(odd) .team-content-outer{
    order: 2;
  }

  .meet-the-team .inner-team-section .team-card:nth-child(even) .team-card-image{
    order: 2;
    margin-left: auto;
  }
  .meet-the-team .inner-team-section .team-card:nth-child(even) .team-card-image img{
    border-radius: 0px 12px 12px 0px;
  }
  .meet-the-team .inner-team-section .team-card:nth-child(odd) .team-content-outer{
    order: 1;
  }

  .footer-social-icon a:hover{
  	
    background-color: white;
    border: 2px solid #00aa51;
  }
  .footer-social-icon a:hover i{
  	 color: #00aa51;
    
  }

  body.wpsf-blog-detail .hero-section__style1{
  	display: none !important;
  }


body.wpsf-blog-detail .blog-detail-inner {
  margin-top : 200px;
}


.recent-post ul{
	list-style: none !important;
}
.recent-post h3{
	margin-bottom: 30px !important;
}		

.recent-post ul li{
    margin-bottom: 18px;

	padding-bottom: 10px;
	border-bottom: 1px solid #a9cdba;
	list-style: none !important;
	padding-left: 0px !important;
}

.recent-post ul li::after{
	display: none !important;
	padding-left: 0px !important;
}

.meet-de-page   .meet-de-page-inner{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-radius: 8px;
    align-items: center;
}
.meet-de-page   .meet-de-page-inner .extra-content{
    margin-top: 40px;
}
.meet-de-page   .meet-de-page-inner .meet-profile{
    width: 50%;
    border-radius: 8px;
}
.meet-de-page   .meet-de-page-inner .meet-content{
    width: 50%;
    padding: 43px;
    background-color: #cfe2d8;
    border-radius: 8px;
}
#accordionExample .accordion-item:last-child{
    margin-bottom: 0px !important;
}
.meet-de-page   .meet-de-page-inner .meet-profile img{
    width: 100%;
    border-radius: 8px;
}
.meet-de-page h2{
    margin-bottom: 20px;
}
.meet-de-page p{
    margin-bottom: 10px;
}



.inner-banner-page{
	      padding-top: 80px;
}

.service-section .service-btn{
	display: none !important;
}



.home2 .banner-heading {
    position: relative;
    z-index: 2;
    padding-top: 0;
    width: 52%;
    margin: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 130px;
    align-items: start;
}


.home2 .banner-heading .banner-btn {
    width: fit-content;
    margin: 45px 0px 0px 0px;
}

.home2::after {
    content: '';
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15) !important;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-page{
    background: none !important;
}

.page-template-home2 .header-cta-button a i {
    display: none;
}


.blog-page .pagination{
    margin: 70px 0px 0px 0px;
}
.blog-page .pagination .page-numbers li:has(> a.prev),
.blog-page .pagination .page-numbers li:has(> a.next) {
    min-width: 100px;
}

.blog-page .pagination .page-numbers li span{
    color: white !important;
}
.blog-page .pagination .page-numbers li:hover span , .blog-page .pagination .page-numbers li:hover a{
    color: #00aa51 !important;
}
a:focus{
    text-decoration: none;
}
.wpcf7-spinner{
    position: absolute !important;
}


 .single-title-setion {
    display: none !important;
}

body.single-post .hero-section__style1{
    display: none !important;
}



.pagination .next{
	margin-left: auto !important;
}

.pagination .prev{
	margin-right: auto !important;
}
#ATA_global-sidemenu .header-brand img {
    position: relative;
    top: 0 !important;
}

.dental-topic {
    /* margin-top: 400px; */
}


 .modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: none !important;
    --bs-backdrop-opacity: none !important;
    position: relative !important;
}


.modal.fade.show{
background-color: #00000099 !important;
}
#exampleModalToggle textarea{
    height: 150px !important;
}
.modal-dialog {
    max-width: 600px;
}
.from-group.custom-btn input{
    color: white !important;
}
.from-group.custom-btn:hover input{
    color: #00aa51 !important;
}

/*--------------------------------------------*/

.inner-make-appointment p{
    text-align : center;

}

.inner-make-appointment h2{
    text-align : center;
    margin-bottom: 30px;
}

.appointment-form {
    padding: 40px;
    width: 70%;
    margin: 0 auto;
}

.appointment-form .wrap-field{
    display: flex;
    gap: 20px;
}

.appointment-form label{
    margin-bottom: 10px;
    font-size: 18px ;
}
.appointment-form .radio-warp{
    display: flex;
    flex-direction: column;
}
.appointment-form .radio-warp span span{
    display: flex
    ;
        flex-direction: column;
        margin: 0px !important;
}
.appointment-form .radio-warp span span label{
    display: flex;
    gap:20px;
        
}
.appointment-form .cta-form-inner {
display: flex
;
    flex-direction: column;
    gap: 20px;
    padding: 58px;
    border: 1px solid gray;
    border-radius: 20px;
}



.appointment-form .radio-warp span span label input{
    width: 18px;
}
.appointment-form textarea{
    height: 200px;
}
.appointment-form select{
width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #00000066;

}
.appointment-form .wrap-field .from-group{
    width: 50%;
    display: flex
;
    flex-direction: column;
    
}

.About-meet.homesection2 .recommended-dentist-img {
    width: 55% !important;
    /* margin-left: auto; */
    display: flex
;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}
