/* Margin Top */
.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

/* Margin Bottom */
.mb-10 {
    margin-bottom: 10px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

/* Padding Top */
.pt-40 {
    padding-top: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

/* Padding Bottom */
.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.hero-section-3 .title+h4 {
    color: #fff;
}

.faq-page .faq-accordion {
    max-width: 100%;
}

.testimonial-section .testi-thumb-logo {
    width: 100%;
    height: 100%;
}

.testimonial-section .testi-thumb-logo img {
    width: 100%;
    height: 100%;
}

.testimonial-carousel .swiper-pagination {
    bottom: 0;
}

.testimonial-carousel {
    padding-bottom: 3rem;
}

.testimonial-section .swiper-pagination-bullet {
    position: relative;
    height: 6px;
    width: 6px;
    opacity: 1;
    background: var(--rr-color-theme-primary);
    margin: 0px 6px;
    transition: 0.3s ease-in-out;
}

.testimonial-section .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0px;
    width: 0px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.testimonial-section .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    height: 14px;
    width: 14px;
    border: 1px solid var(--rr-color-theme-primary);
}

footer .side-menu-social li a {
    border: 1px solid var(--rr-color-theme-primary);
}

footer .side-menu-social li a:hover i {
    color: #fff;
}

.footer-wrap {
    justify-content: center;
}

.hero-content-3 .title span:before {
    display: none;
}

.bg-green-text-white .section-title,
.bg-green-text-white .sub-heading {
    color: #fff;
}

.appointment-content.content-2 p,
.appointment-items .appointment-item .content span,
.appointment-items .appointment-item .content .title a {
    color: #fff;
}

.bg-green-text-white .sub-heading::before {
    display: none;
}

.footer-list-service {
    list-style: none;
}

.footer-list-service li {
    position: relative;
    padding-left: 30px;
}

.footer-list-service li::before {
    background-image: none;
    font-family: "Font Awesome 6 Pro";
    font-size: 14px;
    font-weight: 700;
    content: "\f061";
    color: var(--rr-color-theme-primary);
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.rr-primary-btn:after,
.rr-primary-btn:before {
    background-color: #c6ac72;
}

.hero-content-3 .hero-btn-wrap .rr-white-btn:after,
.hero-content-3 .hero-btn-wrap .rr-white-btn:before {
    background-color: #c6ac72;
}

.rr-white-btn,
.hero-content-3 .hero-btn-wrap .rr-white-btn:hover {
    border: 0;
    color: #fff;
}

.inner-page:hover {
    color: #c6ac72;
}

.appointment-section.home-contact .fade-wrapper>.col-lg-6.col-md-12 {
    align-items: center;
    display: flex;
}


.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.content-section-2,
.service-section {
    background-color: #fff;
}

.service-section-three-steps .bg-one {
    background: #F6E7CB;

}

.service-section-three-steps .bg-two {
    background: #D9EEE8;

}

.service-section-three-steps .bg-three {
    background: #E7DDF7;

}

.copyright-content {
    border-top: 1px solid #353535;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.copyright-content a {
    color: #fff;
}

.copyright-content a:hover {
    color: #fff;
}

.service-card-wrap .service-card .icon {
    padding: 10px;
}

#smooth-wrapper {
    padding-top: 100px;
}

@media only screen and (min-width: 1279px) {
    .primary-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

 
}

@media only screen and (max-width: 1279px) {
    #smooth-wrapper {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-section .footer-top {
        justify-content: center;
    }

    .footer-section .footer-top .title {
        text-align: center;
    }

    .hero-section-3 .hero-img-3 {
        position: static;
    }

    .hero-section-3 {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-section-5 .col-lg-6+.col-lg-6 {
        padding-top: 40px;
    }

    .appointment-items {
        justify-content: center;
    }

    .appointment-item {
        justify-content: center;
    }

    .appointment-item .icon {
        margin-left: auto;
        margin-right: auto;
    }

    .copyright-content {
        flex-direction: column;
        justify-content: center;
    }

    .appointment-items .appointment-item .content .title {
        font-size: 16px;
        font-weight: 400;
    }

    .appointment-items .appointment-item .content .title a {
        word-break: break-all;
        text-align: center;
    }

    .appointment-content.content-2 p,
    .appointment-items .appointment-item .content span,
    .appointment-items .appointment-item .content .title a {
        text-align: center;
    }

    .footer-widget .address-list li .content a,
    .footer-widget .address-list li .content p {
        font-size: 17px;
        font-weight: 400;
        word-break: break-all;
    }

    .footer-widget .footer-list:has(>img) {
        text-align: center;
    }

    .footer-widget .footer-list img {
        margin-left: auto;
        margin-right: auto;
    }

    .side-menu-wrap,
    .side-menu-logo {
        margin-bottom: 0px;
    }

    .side-menu-contact.mt-60 {
        margin-top: 0;
    }

    /* .footer-list-logo{
        text-align: center;
    } */

    .hero-section-3 .title+h4 {
        font-size: 14px;
        font-weight: 100;
        margin-top: 15px;
    }

    .side-menu-logo {
        display: none;
    }

    .sidebar-trigger.close {
        top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .mobile-banner {
        display: none;
    }

}

@media only screen and (max-width: 1023px) {

    .desktop-banner {
        display: none;
    }

}

.footer-section .shapes .shape.shape-2{
    opacity: 0.3;
}

.faq-section-2 .faq-img{
    border-radius: 12px;
    overflow: hidden;
}

html,body{
    scroll-behavior: smooth;
}