/*
Theme Name:   Bootstrap Basic4 Child
Theme URI:    https://example.com/
Description:  Child theme for Bootstrap Basic4
Author:       Your Name
Author URI:   https://your-site.com/
Template:     bootstrap-basic4
Version:      1.0.0
*/

/* Custom styles below */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "DM Sans", sans-serif !important;
}
.page-center{
    max-width:1200px;
    margin:0 auto;
}
/* Add this to your WordPress Custom CSS */
.scroll-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-fade-in.animated {
    opacity: 1;
    transform: translateY(0);
}
img {
    width: 100%;
}
.header-wrapper {
    padding: 12px 20px;
}
.header-logo img {
    width: 186px !important;
}
.header-wrapper .elementor-element {
    padding: 0px !important;
}
.header-wrapper ul {
    gap:20px;
}
.header-wrapper li.menu-item a {
    color: #3A3A3A !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    min-height: 54px !important;
    line-height: 14px !important;
}
.header-wrapper li.menu-item:last-child a {
    color: #ffffff !important;
    background-color: #3A3A3A !important;
    padding: 18px 24px !important;
    border-radius: 30px;
}
.header-wrapper div#ekit-megamenu-primary-menu {
    height: 100%;
}

h1, h2, h3, h4, h5, h6, div {
    font-family: "Poppins", sans-serif !important;
}
.website-btn a {
    color: #ffffff !important;
    background-color: #3A3A3A !important;
    padding: 18px 24px !important;
    border-radius: 30px;
    font-family: "DM Sans", sans-serif !important;
}
.header-wrapper li.menu-item:last-child a:hover, .contact-form-left input[type=submit]:hover,
.footer-right .footer-social a:hover{
    background-color: #1E1E1E !important;
    text-decoration: none;
}
body .header-wrapper div, body .ekit-template-content-header, .ekit-template-content-header, .header-wrapper {
    transform: none !important;
    opacity: 1 !important;
    translate: none !important;
}

.elementor.elementor-7374.scroll-fade-in.animated {
    transform: none !important;
    opacity: 1 !important;
    translate: none !important;
}
.elementskit-menu-close {
    font-size: 0 !important;
    position: relative;
}
.elementskit-menu-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*****Footer*********/
.footer-social {
    display: none !important;
}
.custom-footer {
    background: #fff;
    color: #222;
    padding: 0px 20px;
    font-family: sans-serif;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    padding: 100px 0px;
}
.page-template-contact .footer-inner {
    display: none !important;
}
.footer-left,
.footer-right {
    flex: 1 1 400px;
}

.footer-form input,
.footer-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.footer-form button {
    background: #222;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.footer-social a {
    margin-right: 10px;
    font-size: 18px;
    color: #222;
}

.footer-hours p {
    margin: 4px 0;
}
.footer-bottom {
    padding: 72px 0px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #999;
}
.footer-bottom p {
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #B4B4B8;
    font-weight: 300;
}
.footer-left {
    flex: 0 38.5%;
    background-color: #E3E1D9;
    padding: 40px 50px;
}

.footer-right {
    flex: 0 52%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-left input {
    height: 100%;
    min-height: 53px;
    padding: 0px 20px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #3A3A3A;
    margin-bottom: 25px;
}

.footer-left input::placeholder, .footer-left textarea::placeholder {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.footer-left input:focus::placeholder, .footer-left textarea:focus::placeholder{
    color:transparent;
}

.footer-left textarea {
    height: 204px;
    border: none;
    margin: 0px;
    padding: 25px;
    border-radius: 0px;
    border: none;
    margin-bottom: 25px;
}

.footer-left {
}

.footer-form br {
    display: none;
}

.footer-left input.wpcf7-form-control.wpcf7-submit {
    color: #ffffff !important;
    background-color: #3A3A3A !important;
    padding: 0px 39px !important;
    border-radius: 40px;
    font-size: 12px !important;
    height: 100%;
    font-weight: 400 !important;
    min-height: 44px !important;
    line-height: 14px !important;
    margin: 0px;
}
.footer-left input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #1E1E1E !important;
}

.footer-form > p {
    margin: 0px;
}

.footer-left span.wpcf7-spinner {
    display: none;
}

.footer-right h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    margin: 0px;
    color: #3A3A3A;
}

.footer-right .footer-social a {
    width: 36px;
    height: 36px;
    background-color: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.footer-social {
    display: flex;
    flex-direction: row;
}

.footer-right a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

.footer-right p {
    margin: 0px;
    color: #3a3a3a;
    font-size: 18px;
    line-height: 18px;
}

.footer-hours {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
span.footer-time {
    flex: 0 calc(100% - 190px);
}

.footer-hours p strong {
    width: 118px;
    display: flex;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.footer-hours p {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    gap: 40px;
}
.footer-text p {
    line-height: 30px;
    text-decoration: underline;
}
.page-template-contact .footer-right h2 {
    display: none;
}
.page-template-contact .footer-left {
    display: none;
}
.page-template-contact .footer-inner {
    padding-top: 60px;
}
.page-template-contact .footer-inner h2 {
    display: none !important;
}
/******Contact Us*********/
.contact-form-wrap {
    padding: 0px 20px;
}
.contact-banner {
    padding: 50px 20px 50px;
    text-align: center;
}

.contact-banner-sec {
    max-width: 502px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-banner-sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #3a3a3a;
}

.contact-banner-sec h1 {
    font-size: 52px;
    line-height: 80px;
    font-weight: bold;
    margin: 0px;
}
.contact-form-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.contact-form-left {
    flex: 0 48%;
}

.contact-form-right {
    flex: 0 48%;
}

.contact-form-left .form-row {
    margin: 0px;
    width: 100%;
}
.contact-form-right img {
    width: 100%;
}
.contact-form-left input:focus::placeholder, .contact-form-left textarea:focus::placeholder {
    color: transparent;
}
.form-row.form-row1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.form-row.form-row1 p {
    flex: 0 48%;
    margin: 0px;
}

.contact-form-left input {
    padding: 20px;
    background-color: #F1EFE5;
    border: none;
    height: 72px;
    width: 100%;
    color: #3A3A3A;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.contact-form-left textarea {
    height: 142px;
    min-height: 142px;
    border: none;
    background-color: #F1EFE5;
    width: 100%;
    color: #3A3A3A;
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
    font-weight: 400;
}

.form-row p {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-form-left input::placeholder, .contact-form-left textarea::placeholder {
    color: #3A3A3A;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.contact-form-left input[type=submit] {
    width: auto;
    color: #ffffff !important;
    background-color: #3A3A3A !important;
    padding: 0px 39px !important;
    border-radius: 40px;
    font-size: 18px !important;
    height: 100%;
    font-weight: 400 !important;
    min-height: 66px !important;
    line-height: 18px !important;
}

.contact-form-left p {
    margin: 0px;
    line-height: 100%;
}
.form-contact label {
    font-size: 18px;
    line-height: 18px;
    color: #3a3a3a;
    font-weight: 600;
    gap: 12px;
    display: flex;
    flex-direction: column;
    margin: 0px;
}

/**********faq**********/
.faq-sec {
    max-width: 1013px;
    margin: 0 auto;
}

.faq-wrapper {
    padding: 100px 0px;
}

.faq-sec h1 {
    font-size: 52px;
    line-height: 64px;
    margin: 0px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}

.faq-sec .sp-easy-accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq-sec .sp-ea-single {
    margin: 0px !important;
    border: none !important;
    background-color: #E3E1D9 !important;
}

.faq-sec  .ea-card.ea-expand.sp-ea-single {
    background-color: #F3F1E8 !important;
}

.faq-sec .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
    background-color: transparent !important;
    padding: 10px 0px 0px !important;
    max-width: 770px;
}

.faq-sec .ea-card.ea-expand.sp-ea-single a {
    padding: 0px !important;
    font-size: 22px;
    line-height: 50px;
    color: #3A3A3A;
}

.faq-sec .ea-card.sp-ea-single {
    padding: 30px;
}
.faq-sec .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 22px;
    line-height: 50px;
}
.faq-sec .ea-body p {
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a;
    font-weight: 400;
}
.faq-sec .ea-body li {
    font-size: 16px;
    line-height: 30px;
    color: #3a3a3a;
    font-weight: 400;
}
.faq-sec .ea-card.sp-ea-single a i {
    display: none;
}

.faq-sec .ea-card.sp-ea-single a {
    background-image: url(/wp-content/uploads/2025/04/Closed-Question.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50px;
    padding: 0px !important;
}

.faq-sec .ea-card.ea-expand.sp-ea-single a {
    background-image: url(/wp-content/uploads/2025/04/Open-Question.svg);
}
.review-slider-wrapper {
    background-color: #3A3A3A;
    padding: 100px 20px;
}

.review-slider-heading h2 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin: 0px;
    font-weight: bold;
}

.review-card {
    background-color: #ffffff;
    padding: 48px 32px 32px;
}

.review-card p {
    font-size: 16px;
    line-height: 28px;
    color: #3A3A3A;
    font-weight: 300;
    margin: 0px;
}

p.review-name {
    font-size: 18px;
    line-height: 28px;
    color: #3A3A3A;
    font-weight: bold;
    margin: 20px 0px 0px;
}

.review-swiper {
    padding: 70px 0px 20px !important;
}
.review-swiper .swiper-slide.review-slide {
    height: auto !important;
    background-color: #ffffff;
}
p.review-star{
    margin: 20px 0px 20px;
}

p.review-star img {
    width: 150px;
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
    border: none;
    text-align: center;
}
@media(min-width:1024px){
    .review-slider-wrapper .swiper-button-next,
    .review-slider-wrapper .swiper-button-prev {
        display: none !important;
    }
    /*
    .review-slider-wrapper .swiper-pagination {
    display: none !important;
} */
}


.banner-wrapper {
}

.banner-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.banner-left {
    flex: 0 40%;
    max-width: 1200px;
    margin-bottom: 30px;
}
.banner-left h1 {
    font-size: 52px;
    line-height: 64px;
    font-weight: bold;
    color: #3A3A3A;
    margin-bottom: 10px;
}

.banner-left h3 {
    color: #B4B4B8;
    font-size: 32px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 350px;
}

.banner-left p {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #3A3A3A;
    margin-bottom: 20px;
}

.banner-btn a {
    color: #ffffff !important;
    background-color: #3A3A3A !important;
    padding: 18px 24px !important;
    border-radius: 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
}
.banner-right img {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    object-fit: cover;
    height:600px;
}

.banner-right {
    flex: 0 50%;
}

.banner-wrapper {
    overflow: hidden;
}
.banner-btn a:hover {
    background-color: #1E1E1E !important;
    text-decoration: none;
}
.commitment-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.img-block img {
    width: 100%;
    height: auto;
    display: block;
}
.text-card {
    flex: 1 1 calc(50% - 10px);
    padding: 42px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.text-card .icon {
    font-size: 24px;
    margin-bottom: 10px;
}
.text-card .icon img {
    width: 55px;
}
.text-card h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin: 0px;
    color: #3a3a3a;
}

.text-card p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #3a3a3a;
    margin: 0px;
}

.text-card.light {
    background-color: #E3E1D9;
}

.text-card.cream {
    background-color: #F3F1E8;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.text-card.gray {
    background-color: #d8d8d8;
}

.text-card.dark {
    background-color: #3A3A3A;
    color: #fff;
}
.commitment-colum-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.commitment-col {
    flex: 0 calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.commitment-heading h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
}

.commitment-wrapper {
    padding: 100px 20px;
}

.commitment-heading {
    padding-bottom: 70px;
}
.commitment-outer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.commitment-bottom-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.text-card.dark p {
    color: #ffffff;
}

.text-card.dark h3 {
    color: #ffffff;
}

.services-wrapper {
    background-color: #E3E1D9;
    padding: 100px 20px;
}

.services-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-left {
}

.services-right {
    flex: 0 calc(100% - 520px);
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.services-heading h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0px;
    font-weight: 700;
}

.services-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.services-cards {
    flex: 0 calc(50% - 20px);
}

.services-cards h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.services-cards p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0px;
}

.services-btn a {
    font-size: 18px;
    line-height: 30px;
    color: #3a3a3a;
    font-weight: 600;
}
.services-btn a:hover, .services-btn a:hover svg path {
    color: #1E1E1E !important;
    text-decoration: none;
    stroke: #1E1E1E !important;
}
.service-section-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-content {
    flex: 0 calc(50% - 30px);
}

.service-content ss3-force-full-width {
    width: 100% !important;
    transform: none !important;
}

.service-text {
    flex: 0 calc(50% - 30px);
}

.service-content .n2-ss-slider, .service-content .n2-ss-slider .n2-ss-layer[data-sstype=slide], .service-content .n2-ss-slider .n2-ss-layer-with-background {
    padding: 0px !important;
}

.service-content .n2-ss-slider .n2-ss-item-image-content img {
    width: 100%;
    max-width: 555px;
    height: 500px;
    object-fit: cover;
}

.services-outer-wrapers {
    padding: 100px 20px;
}

.services-wrap-heading {
    padding-bottom: 100px;
    text-align: center;
}

.services-wrap-heading h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: bold;
    margin: 0px;
}

.service-section-wrapper .n2-ss-control-bullet {
    --widget-offset: 30px !important;
}
.service-section-wrapper .nextend-bullet-bar .n2-bullet {
    background-color: #ffffff !important;
    opacity: 1;
    width: 10px;
    height: 10px;
    padding: 0px !important;
    margin: 0px 5px !important;
}
.service-section-wrapper .nextend-bullet-bar .n2-bullet.n2-active {
    background: #C7C8CC !important;
}

.service-text h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    margin: 0px;
    color: #3a3a3a;
}

.service-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-section-wrapper .description p {
    margin: 0px;
    color: #3A3A3A;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.service-section-wrapper .list-content p,
.service-section-wrapper .list-content ul li {
    margin: 0px;
    color: #3A3A3A;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.service-section-wrapper .list-content ul li {
    font-style: italic;
}
.services-outer-wrapers .swiper-button-prev,
.services-outer-wrapers .swiper-button-next {
    left: 54%;
}

.services-outer-wrapers .swiper-button-prev:after, .services-outer-wrapers .swiper-rtl .swiper-button-next:after, .services-outer-wrapers .swiper-button-next:after, .services-outer-wrapers .swiper-rtl .swiper-button-prev:after {
    font-size: 24px;
    color: #ffffff;
}

.services-outer-wrapers .swiper-button-prev,
.services-outer-wrapers .swiper-button-next {
    bottom: 20px !important;
    top: initial !important;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    border: 1px solid #3A3A3A;
}

.services-outer-wrapers .swiper-button-next {
    left: 62%;
}

/* .services-outer-wrapersr .swiper-button-prev:hover,
.services-outer-wrapers .swiper-button-next:hover {
background-color: transparent;
color: #3a3a3a;
}

.services-outer-wrapers .swiper-button-prev:hover:after,
.services-outer-wrapers .swiper-button-next:hover:after {
color: #3a3a3a;
} */
.services-outer-wrapers .swiper-button-next.swiper-button-disabled,
.services-outer-wrapers .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: transparent;
}

.services-outer-wrapers .swiper-button-next.swiper-button-disabled:after,
.services-outer-wrapers .swiper-button-prev.swiper-button-disabled:after {
    color: #3a3a3a;
}
.services-outer-wrapers .swiper-button-prev:after {
    color: #3a3a3a;
}
.services-outer-wrapers .swiper-button-next {
    background-color: #3A3A3A;
}
.slist-sec.active, .slist-sec.active a {
    background-color: #3A3A3A;
    color: #FFFFFF;
}
.team-heading-wrapper {
    padding: 100px 0px;
    text-align: center;
}

.team-heading-wrapper h1 {
    font-size: 52px;
    line-height: 64px;
    margin: 0px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}
.team-slider-wrapper {
    padding: 100px 20px;
}

.team-section h2 {
    font-size: 36px;
    line-height: 46px;
    margin: 0px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 700;
}

.team-grid {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

.team-member {
    flex: 0 calc(33.33% - 17px);
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.team-member img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.team-member h4 {
    font-size: 22px;
    line-height: 34px;
    color: #3a3a3a;
    font-weight: 600;
    margin: 0px;
}

.team-member p {
    margin: 0px;
    color: #B0A695;
    font-size: 16px;
    line-height: 28px;
}
.team-slider-wrapper.da-wrap {
    padding-bottom: 0px;
}
/* .team-section.doctors, .team-section.hygienists {
margin-left: 100px;
}

.doctors-section-wrapper img {
width: 100%;
position: relative;
}

.slider-bottom-wrap {
display: flex;
flex-wrap: wrap;
padding-top: 50px;
justify-content: space-between;
overflow: hidden;
}

.slider-left-heading {
flex: 0 400px;
text-align: left;
}

.slider-left-heading h2 {
text-align: left;
margin: 0px;
}

.doctors-section-slider, .hygienist-section-slider {
flex: 0 calc(100% - 400px);
width: calc(100% - 400px);
}

.doctors-section-slider .swiper-wrapper {
}

.team-section .swiper-button-prev, .team-section .swiper-button-next {
left: 70%;
}

.team-section .swiper-button-prev:after, .team-section .swiper-rtl .swiper-button-next:after, .team-section .swiper-button-next:after, .team-section .swiper-rtl .swiper-button-prev:after {
font-size: 24px;
color: #ffffff;
}

.team-section .swiper-button-prev, .team-section .swiper-button-next {
bottom: initial;
top: 30px !important;
width: 64px !important;
height: 64px !important;
background-color: #3A3A3A;
border-radius: 50%;
border: 1px solid #3A3A3A;
}

.team-section .swiper-button-next {
left: 80%;
}

.team-section .swiper-button-prev:hover, .team-section .swiper-button-next:hover {
background-color: transparent;
color: #3a3a3a;
}

.team-section .swiper-button-prev:hover:after, .team-section .swiper-button-next:hover:after {
color: #3a3a3a;
}

.team-section .swiper-button-next.swiper-button-disabled, .team-section .swiper-button-prev.swiper-button-disabled {
opacity: 1;
background: transparent;
}

.team-section .swiper-button-next.swiper-button-disabled:after, .team-section .swiper-button-prev.swiper-button-disabled:after {
color: #3a3a3a;
}

.doctors-section-slider .swiper-wrapper .swiper-slide > div, .hygienist-section-slider .swiper-wrapper .swiper-slide > div {
max-width: 570px;
}

.doctors-section-wrapper img:after {
content: '';
position: absolute;
background: red;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}

.hygienist-section-slider {
}

.doctors-section-slider .swiper-wrapper .swiper-slide img, .hygienist-section-slider .swiper-wrapper .swiper-slide img {
width: 100%;
height: auto;
max-width: 100%;
}




.tslider-wrap.doc-team-wrapper {
margin-left: 100px;
}

.tslider-section {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.tslider-title {
max-width: 400px;
}
*/




.page-center-large {
    overflow: hidden;
    margin-left: 100px;
}

.tslider-title {
    max-width: 300px;
    float: left;
    margin-left: -35px;
}

.tslider-contents {
    width:75%;
    margin: 0px 0 0 auto;
}

.tslider-section.doc-team-section, .tslider-section.hyg-team-section {
    margin-top: 60px;
}

button.slick-arrow {
    width: 60px;
    height: 60px;
    border: 1px solid #3A3A3A;
    border-radius: 50%;
    top: 40px;
    z-index: 99;
}

.tslider-outer  button.slick-prev.slick-arrow {
    right: 100px;
    left: initial;
}
.tslider-outer  button.slick-next.slick-arrow {
    right: 20px;
    background-color: #3a3a3a;
}

.tslider-outer button.slick-arrow:before {
    content: none !important;
}
.text-content-slide {
    max-width: 570px;
    margin-top: 15px;
}

.text-content-slide h3 {
    font-size: 22px;
    line-height: 28px;
    color: #3A3A3A;
    font-weight: 600;
    margin-bottom: 20px;
}

.text-content-slide p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.tslider-title h2 {
    font-size: 36px;
    line-height: 60px;
    margin: 0px;
    font-weight: bold;
}
.team-slider-images img {
    width: 100%;
}

.team-slider-images {
    margin: 0px 0px 0px 20px;
    position: relative;
}

.team-slider-images:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 100% / 60%);
    top: 0;
}

.slick-current .team-slider-images:after {
    content: none !important;
}
.tslider-wrap.doc-team-wrapper, .tslider-wrap.hyg-team-wrapper {
    margin-bottom: 0px;
}
.services-outer-wrapers .swiper-button-prev, .services-outer-wrapers .swiper-button-next {
    bottom: 0px !important;
}
.services-outer-sections.scroll-fade-in.animated {
}


.services-outer-sections .swiper-pagination {
    bottom: 20px !important;
    width: 50% !important;
}

.services-outer-sections {
    padding-bottom: 50px !important;
}

.services-outer-sections span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #F3F1E8;
    opacity: 1;
}

.services-outer-sections span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C7C8CC;
}
.footer-mail a{
    text-decoration: underline;
}
.review-slider-wrapper {
    padding: 70px 20px;
}

.swiper.review-swiper .swiper-button-next:after,
.swiper.review-swiper .swiper-button-prev:after {
    content: none !important;
}

.swiper.review-swiper .swiper-pagination {
    bottom: 0px !important;
}

.swiper.review-swiper {
    padding-bottom: 50px !important;
}

.swiper.review-swiper span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #F3F1E8;
    opacity: 1;
}

.swiper.review-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #C7C8CC;
}


.footer-left iframe {
    width: 100% !important;
}
.ser-banner-wrapper {
    padding: 0px 20px;
}
.ser-banner-heading {
    padding: 100px 0px;
    text-align: center;
}

.ser-banner-heading h1 {
    font-size: 52px;
    line-height: 64px;
    margin: 0px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.ser-banner-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ser-banner-img {
    flex: 0 47%;
}

.ser-banner-txt {
    flex: 0 47%;
}

.ser-banner-txt h3 {
    font-weight: bold;
    color: #3A3A3A;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}

.ser-banner-txt p {
    color: #3A3A3A;
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
}
.slist-heading h2 {
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: #3A3A3A;
    margin: 0px;
}

.slist-sections {
    display: grid;
    gap: 25px;
    /* spacing between boxes */
    padding: 50px 0px 20px;
    grid-template-columns: repeat(1, 1fr);
    /* mobile default */
}

/* Small screens (≥480px) → 2 columns */
@media (min-width: 480px) {
    .slist-sections {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets (≥768px) → 3 columns */
@media (min-width: 768px) {
    .slist-sections {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Large (≥1024px) → 4 columns */
@media (min-width: 1024px) {
    .slist-sections {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Desktop (≥1280px) → 5 columns */
@media (min-width: 1280px) {
    .slist-sections {
        grid-template-columns: repeat(5, 1fr);
    }
}

.slist-sec {
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #3A3A3A;
}

.slist-sec a {
    padding: 15px;
    text-decoration: none;
    color: #3A3A3A;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    display: block;
}


.slist-wrapper {
    padding: 0px 20px;
}
.slist-sec:hover {
    background: #3A3A3A;
    color: #ffffff;
}
.slist-sec a:hover, .slist-sec:hover a {
    color: #FFFFFF;
    text-decoration: none !important;
}

.slist-sec.slist-secc.active a {
    color: #FFFFFF;
    text-decoration: none !important;
}

.slist-sec.slist-secc.active {
    background: #3A3A3A;
}
.services-cards a, .services-cards a:hover {
    text-decoration: none;
    color: #3A3A3A;
}

.services-cards a h3 {
    text-decoration: underline;
}
.menu-wraps ul.elementskit-dropdown.elementskit-submenu-panel {
    background-color: #3A3A3A;
    color: #ffffff;
    padding: 35px !important;
    border: 0px !important;
}

.menu-wraps ul.elementskit-dropdown.elementskit-submenu-panel a, .menu-wraps ul.elementskit-dropdown.elementskit-submenu-panel li:last-child a {
    padding: 0px !important;
    color: #F3F1E8 !important;
    background: transparent !important;
    height: 100% !important;
    min-height: 100% !important;
    line-height: 38px !important;
    font-family: "Poppins", sans-serif !important;
}
.menu-wraps ul.elementskit-dropdown.elementskit-submenu-panel li:last-child a:hover{
    background: transparent !important;
}
@media(max-width:1400px){
    .tslider-title {
        margin: 0px 20px 0px 0px;
    }
}
@media(max-width:1240px){
    .banner-left {
        padding-left: 20px;
    }
}
@media(max-width:1100px){
    .header-wrapper li.menu-item a {
        padding: 0px 8px 0px 8px !important;
    }
    .img-block {
        flex: 0 48%;
    }

    .img-block img {
        height: 100%;
        object-fit: cover;
        margin: 0 auto;
        object-position: right center;
    }
}

@media(max-width:1024px){
    .header-wrapper {
        padding: 0px 20px;
    }

    .header-wrapper button.elementskit-menu-hamburger.elementskit-menu-toggler {
        border: none;
    }

    .header-wrapper .elementskit-menu-close .elementskit-menu-hamburger-icon,
    .header-wrapper .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        height: 2px;
        margin-bottom: 6px;
    }

    .header-wrapper button.elementskit-menu-hamburger.elementskit-menu-toggler {
        width: 50px;
    }

    .header-logo img {
        width: 170px !important;
    }

    .header-logo {
        width: 170px !important;
        float: left;
        z-index: 99;
    }
    .header-wrapper .e-con-inner {
    }
    .mobile-menu-wrap .elementskit-menu-overlay.active {
        display: none !important;
    }
    .header-wrapper>.e-con-inner > div:first-child {
        width: 170px;
        float: left;
        margin: 0 auto 0 0;
    }

    .header-wrapper>.e-con-inner > div:last-child {
        position: relative;
        top: -20px;
        height: 0px;
    }

    .header-wrapper div#ekit-megamenu-primary-menu {
        max-width: 100%;
        background-color: #3a3a3a;
        color: #ffffff !important;
        padding: 0px 20px 30px;
    }

    .header-wrapper button.elementskit-menu-close.elementskit-menu-toggler {
        color: #ffffff !important;
        border: none;
        font-size: 25px;
    }

    .header-wrapper li.menu-item a {
        color: #ffffff !important;
        display: block !important;
        font-size: 28px !important;
        line-height: 38px !important;
        font-weight: bold !important;
    }

    .header-wrapper li.menu-item {
        text-align: center !important;
    }

    .header-wrapper a.ekit-menu-nav-link.active {
        background-color: F3F1E8;
    }

    .header-wrapper li.menu-item:last-child a {
        background-color: #ffffff !important;
        color: #3a3a3a !important;
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .header-wrapper li.menu-item:last-child {
        margin-top: 20px;
    }
    .header-wrapper .mobile-menu-wrap div#ekit-megamenu-primary-menu {
        left: inherit !important;
        -webkit-transition: right .6s cubic-bezier(.6, .1, .68, .53);
        transition: right .6s cubic-bezier(.6, .1, .68, .53);
        right: -100vw;
    }

    .header-wrapper .mobile-menu-wrap .elementskit-menu-offcanvas-elements.active {
        left: inherit !important;
        right: 0 !important;
    }

    .header-wrapper ul#menu-primary-menu {
        text-align: left;
    }

    .header-wrapper li.menu-item {
        text-align: left !important;
    }

    .header-wrapper li.menu-item i.icon.icon-down-arrow1.elementskit-submenu-indicator {
        font-size: 20px;
        border: 0px;
        color: #fff;
        transform: rotate(-90deg);
    }

    .header-wrapper ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open li a {
        line-height: 50px !important;
        color: #F3F1E8 !important;
        font-size: 18px !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400 !important;
    }

    .header-wrapper ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open li {
        margin: 0px;
    }

    .header-wrapper ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open {
        padding: 0px 30px 30px !important;
    }
    .header-wrapper ul#menu-primary-menu>li:last-child>a {
    	text-align: center;
	}
    .form-row.form-row1 {
        flex-direction: column;
    }
    .review-slider-heading h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .review-slider-wrapper {
        padding: 70px 20px;
    }

    .swiper.review-swiper .swiper-button-next:after,
    .swiper.review-swiper .swiper-button-prev:after {
        content: none !important;
    }

    .swiper.review-swiper .swiper-pagination {
        bottom: 0px !important;
    }

    .swiper.review-swiper {
        padding-bottom: 50px !important;
    }

    .swiper.review-swiper span.swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #F3F1E8;
        opacity: 1;
    }

    .swiper.review-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #C7C8CC;
    }


    .banner-left h1 {
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width:1000px){
    .services-right {
        flex: 0 calc(100% - 460px);
    }
    button.slick-arrow {
        top: 20px;
    }
}
@media(max-width:900px){
    .services-sec {
        flex-direction: column;
    }
    .services-left {
        flex: 0 100%;
        height: auto;
        overflow: hidden;
    }
    .services-right {
        flex: 0 100%;
    }
    .services-heading h2 {
        margin: 40px 0px 20px;
    }
    .services-wrap-heading h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .services-wrap-heading {
        padding-bottom: 30px;
    }

    .services-outer-wrapers {
        padding: 50px 20px;
    }

    .service-text h3 {
        display: none;
        font-size: 24px;
        line-height: 36px;
        color: #3A3A3A;
        font-weight: bold;
    }

    .service-text {
        padding: 50px 20px 20px;
    }
    .services-outer-wrapers .swiper-button-prev {
        left: calc(50% - 70px);
    }

    .services-outer-wrapers .swiper-button-next {
        right: calc(50% - 70px);
        left: initial;
    }
    .services-outer-title {
        display: block !important;
        width: 100%;
    }

    .services-outer-title h3 {
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 30px;
    }

    .service-section-wrapper .n2-ss-control-bullet {
        margin: 0px !important;
        bottom: -70px;
    }

    .service-section-wrapper .nextend-bullet-bar .n2-bullet {
        background-color: #C7C8CC !important;
    }

    .service-section-wrapper .nextend-bullet-bar .n2-bullet.n2-active {
        background-color: #3A3A3A !important;
    }
    button.slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 10px;
        top: 20px;
    }

    button.slick-arrow svg {
        height: 18px;
    }

    .tslider-outer button.slick-prev.slick-arrow {
        right: 80px;
    }

    .service-content img {
        width: 100%;
        height: auto !important;
        max-width: 100%;
    }

    .service-text.scroll-fade-in.animated {
        padding: 30px 0px 70px;
    }

    .service-content, .service-text {
        flex: 0 100%;
    }

    .service-text {
        padding-bottom: 20px;
    }

    .services-outer-wrapers .swiper-button-prev, .services-outer-wrapers .swiper-button-next {
        bottom: 0px !important;
    }
    .services-outer-wrapers .swiper-button-prev, .services-outer-wrapers .swiper-button-next {
        display: none !important;
    }
    .services-outer-sections .swiper-pagination {
        width: 100% !important;
        top: 620px !important;
    }

    .services-outer-sections span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #333333;
    }
    .service-content {
        height: 500px;
    }

    .service-content img {
        height: 100% !important;
        object-fit: contain;
    }
    .services-outer-sections {
        padding-bottom: 0px !important;
    }
    .ser-banner-heading {
    	padding: 30px 0px;
    }

    .ser-banner-sec {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .ser-banner-txt, .ser-banner-img {
    	flex: 0 100%;
    }

    .ser-banner-heading h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .faq-sec .sp-easy-accordion .sp-ea-single .ea-header a {
    	line-height: 30px;
    }

}
@media(max-width:812px){
    .commitment-wrapper {
        display: none !important;
    }

    .commitment-slider {
        display: block !important;
        padding: 20px 20px 100px;
    }

    .commitment-slider-title h2 {
        font-size: 32px;
        line-height: 44px;
        color: #3a3a3a;
        text-align: center;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .commitment-slider .slick-track {
        display: flex !important;
    }

    .commitment-slider .slick-slide {
        height: inherit !important;
    }
    .text-card.cream {
        text-align: left;
    }
    .banner-sec {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-left {
        padding: 0px 50px 40px 50px;
        flex: 0 100%;
    }

    .banner-wrapper {
        padding: 50px 0px;
    }

    .banner-left h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .banner-left h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .banner-left p {
        font-size: 20px;
        line-height: 32px;
    }

    .banner-right {
        flex: 0 100%;
        margin: 0px !important;
        text-align: left;
        padding: 0px 50px;
    }
    .commitment-slider .slick-dots li button:before, .review-slider-wrapper .slick-dots li button:beforer {
        font-size: 10px;
    }

    .commitment-slide {
        margin-bottom: 40px;
        height: 100% !important;
    }
    .text-card {
        height: 100%;
    }
    .text-card {
        justify-content: flex-start;
        gap: 12px;
    }
    .commitment-slider .slick-dots li button:before, .review-slider-wrapper .slick-dots li button:before{
        color: #C7C8CC;
        opacity: 1;
    }
    .commitment-slider .slick-dots li.slick-active button:before, .review-slider-wrapper .slick-dots li.slick-active button:before{
        color: #3A3A3A;
        opacity: 1;
    }
    .commitment-slider .slick-dots li, .review-slider-wrapper .slick-dots li{
        margin: 0px;
        width: 10px !important;
        height: 10px !important;
        margin: 0px 4px;
    }

    .commitment-slider .slick-dots li button, .review-slider-wrapper .slick-dots li button {
        padding: 0px !important;
        width: 10px !important;
        height: 10px !important;
        display: block !important;
    }

    .commitment-slider .slick-dots li button:before,.review-slider-wrapper .slick-dots li button:before{
        width: 10px !important;
        height: 10px !important;
        background-color: #C7C8CC !important;
        border-radius: 50%;
        font-size: 0px;
    }

    .commitment-slider .slick-dots li.slick-active button:before,.review-slider-wrapper .slick-dots li.slick-active button:before{
        background-color: #3A3A3A !important;
    }
    .commitment-slider ul.slick-dots,.review-slider-wrapper ul.slick-dots {
        bottom: -55px;
    }
    .banner-right img {
        height: 100%;
    }

    .review-slider-wrapper .slick-dots li.slick-active button:before{

        background-color: #ffffff !important;
    }
    .review-slider-wrapper .slick-dots li.slick-active button:before{
        background-color: #C7C8CC !important;
    }
}

.review-slider-wrapper .swiper-slide {
    width: 80%;
    max-width: 400px;
}

/* Optional: override for larger screens */
@media (min-width: 768px) {
    .review-slider-wrapper .swiper-slide {
        width: auto;
    }
}
@media (max-width: 767px) {
    .img-block,
    .text-card {
        flex: 1 1 100%;
    }

    .contact-banner-sec h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .contact-banner-sec p {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-form-section {
        flex-direction: column;
    }

    .contact-form-right {
        display: none;
    }
    .page-template-contact img.contact-image {
        display: block !important;
        margin-bottom: 50px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px 20px 50px;
    }

    .page-template-contact .footer-inner {
        padding: 50px 0px 50px;
    }

    .contact-form-left input[type=submit] {
        width: 100%;
    }

    .footer-right {
        flex: 0 100%;
        padding: 0px 20px;
    }
    .footer-left {
        flex: 0 100%;
        padding: 40px 30px;
    }
    .header-wrapper>.e-con-inner > div:last-child {
        top: -40px;
    }
    .faq-sec h1 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 50px;
    }

    .faq-wrapper {
        padding: 50px 20px;
    }

    .faq-sec .ea-card.ea-expand.sp-ea-single a {
        line-height: 34px;
    }
    .faq-sec  .ea-card.ea-expand.sp-ea-single a {
        padding: 0px 42px 25px 0px !important;
    }
    .faq-sec .ea-body p {
        font-size: 16px;
        line-height: 28px;
    }

    .faq-sec .ea-card.sp-ea-single a {
        background-size: 30px;
        background-position: top 0px right;
        padding-right: 32px !important;
        font-size: 22px;
        line-height: 34px;
    }


    .footer-inner {
        padding: 50px 0px;
    }

    .custom-footer {
        padding: 0px;
    }
    .footer-inner .footer-right h2 {
        display: none !important;
    }

    .footer-left h2, .footer-inner h2 {
        font-size: 32px;
        line-height: 44px;
        margin: 0px;
        color: #3a3a3a;
        display: block !important;
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        font-weight:bold;
    }
    .footer-bottom p {
        font-size: 16px;
        line-height: 18px;
    }
    .slick-dots li button:before {
        font-size: 10px;
    }

    .commitment-slide {
        margin-bottom: 40px;
    }

    .slick-dots li button:before {
        color: #C7C8CC;
        opacity: 1;
    }

    .slick-dots li.slick-active button:before {
        color: #3A3A3A;
        opacity: 1;
    }

    .services-left {
        flex: 0 100%;
        height: auto;
        overflow: hidden;
    }

    .services-wrapper {
        padding: 70px 40px;
    }

    .services-heading h2 {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
        margin: 40px 0px 20px;
    }

    .services-outer {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        max-width: 325px;
        margin: 0 auto;
        gap: 40px;
    }

    .services-btn {
        text-align: center;
    }
    .team-section h2 {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 34px;
    }

    .team-member {
        flex: 0 calc(50% - 17px);
    }

    .team-slider-wrapper {
        padding: 50px 20px;
    }
    .page-center-large {
        overflow: visible;
        margin: 0px;
    }

    button.slick-arrow {
        display: none;
    }

    .tslider-title.hyg-team-title {
        display: none;
    }

    .tslider-contents {
        width: auto !important;
        margin: 0px;
        padding: 0px 30px;
    }

    .text-content-slide {
        max-width: 100%;
    }

    .tslider-wrap.doc-team-wrapper, .tslider-wrap.hyg-team-wrapper {
        margin: 0px;
    }

    .tslider-title.doc-team-title {
        display: none;
    }
    .team-heading-wrapper h1 {
        font-size: 32px;
        line-height: 33px;
    }

    .team-heading-wrapper {
        padding: 50px;
    }
    .tslider-titles {
        display: block !important;
        text-align: center;
        margin-bottom: 50px;
    }

    .tslider-titles h2 {
        font-size: 24px;
        line-height: 36px;
        color: #3A3A3A;
        font-weight: bold;
    }
    .tslider-contents.doc-team-contents {
        margin-bottom: 40px;
    }
    .page-center-large .slick-dots {
        bottom: -50px;
    }
    .page-center-large .slick-dots li.slick-active button:before {
        color: #3A3A3A;
        background-color: #3A3A3A;
        opacity: 1;
    }
    .page-center-large .slick-dots li button:before {
        color: #C7C8CC;
        opacity: 1;
        font-size: 10px;
    }
    .faq-sec .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
        padding-top: 0px !important;
    }
    .review-slider-wrapper  div {
        opacity: 1 !important;
    }
    .tslider-outer button.slick-arrow {
        display: none !important;
    }

    .page-center-large .slick-dots li button:before {
        color: #C7C8CC;
        opacity: 1;
    }

    .page-center-large .slick-dots li.slick-active button:before {
        color: #3A3A3A;
        opacity: 1;
        background-color: #3A3A3A !important;
    }
    .page-center-large .slick-dots li {
        margin: 0px;
        width: 10px !important;
        height: 10px !important;
        margin: 0px 4px;
    }

    .page-center-large .slick-dots li button {
        padding: 0px !important;
        width: 10px !important;
        height: 10px !important;
        display: block !important;
    }

    .page-center-large .slick-dots li button:before {
        width: 10px !important;
        height: 10px !important;
        background-color: #C7C8CC !important;
        border-radius: 50%;
        font-size: 0px;
    }
    .team-slider-images {
        margin: 0px;
    }

}
@media(max-width:680px){
    .banner-right {
        padding: 0px;
    }
    .contact-form-left textarea {
        height: 250px;
    }

}
@media(max-width:479px){

    .banner-left h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .banner-left p {
        font-size: 16px;
        margin-bottom:10px;
    }
    .slist-sections {
        grid-template-columns: repeat(2, 1fr);
    }
    .slist-heading h2 {
    	font-size: 32px;
    }
}
@media(max-width:400px){

    .footer-hours p {
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }

    .footer-hours p strong {
        font-weight: 500;
    }
    .banner-left h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .banner-left h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-left {
        padding: 0px 20px 40px 20px;
    }

    .slist-sections {
        grid-template-columns: repeat(1, 1fr);
    }
}