@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*--CSS--*/
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3b444e;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.logo-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #eeffed;
}

.logo-popup img {
    width: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.bold-heading {
    line-height: .9;
    letter-spacing: -3px;
}

.bg-theme-color {
    background-color: #6cc067 !important;
}

.text-theme-color {
    color: #6cc067 !important;
}

.text-theme-color2 {
    color: #b2d234 !important;
}

.btn-black-color {
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
    /* background-image: linear-gradient( 135deg, rgb(0 0 0) 0px, rgb(0 0 0) 20%, rgb(0 0 0) 65%, rgb(0 0 0) 100%); */
    background-color: rgb(108 192 103);
    background-size: 300% 300%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 15px 10px 20px -5px #00000021;
}

.btn-black-color:hover {
    background-position: -50px -30px;
    transition: all 0.5s ease 0s;
    box-shadow: -10px 15px 25px -5px #00000021;
}

.btn-theme-color {
    color: #ffffff !important;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(135deg, rgb(178 210 52) 0px, rgb(108 192 103) 20%, rgb(162 218 219) 65%, rgb(178 210 52) 100%);
    background-color: rgb(108 192 103);
    background-size: 300% 300%;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 10px 15px 25px -5px #00000021;
}

.btn-theme-color:hover {
    background-position: -50px -30px;
    transition: all 0.5s ease 0s;
    box-shadow: -10px 15px 25px -5px #00000021;
}

.filter-fixed-top {
    color: rgb(0, 0, 0);
    position: fixed;
    padding: .9rem 1rem;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgb(255, 255, 255) !important;
    transition: all ease-in-out .45s;
}

.subscriber-img {
    animation: img-rotate 5s infinite;
}

@keyframes img-rotate {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.fa-paper-plane {
    transform: scale(1);
    transition: all 0.1s;
}

.btn-theme-color:hover .fa-zoom-hover {
    transform: scale(1.2);
    transition: all 0.1s;
}

.filter-fixed-top .nav-link {
    color: rgb(0, 0, 0) !important;
    transition: all ease-in-out .45s;
}

.filter-fixed-top .material-icons {
    color: #0b4470 !important;
}

.card-row-set {
    margin-right: 0px;
    margin-left: 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000 !important;
    font-weight: 600;
    transition: 0.25s;
    letter-spacing: 0.5px;
}

.nav-link.active {
    display: block;
    color: #6cc067 !important;
    transition: 0.25s;
}

.nav-link:hover {
    color: #6cc067 !important;
    transition: 0.25s;
}

.img-show {
    visibility: visible;
}

.img-hide {
    display: none;
}

.filter-fixed-top .img-show {
    display: none;
}

.filter-fixed-top .img-hide {
    display: block;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.style-input {
    border: 0 none;
    box-shadow: none;
    padding: .375rem 1.2rem;
    width: 100%;
    /* height: 54px !important; */
    height: 54px;
    border-radius: 0px !important;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
}

.img-res {
    height: 215px;
    object-fit: cover;
}

/*--b-y--*/


/*--border-radius-start--*/

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.border-radius-35 {
    border-radius: 35px !important;
}

.border-radius-40 {
    border-radius: 40px !important;
}

.border-radius-45 {
    border-radius: 45px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.text-shadow {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.section-white {
    background: #fff;
    padding: 4rem 0rem 4rem 0rem;
    color: #000;
}

.section-light-gray {
    background: #6cc0672e;
    padding: 4rem 0rem 4rem 0rem;
    color: #000;
}

.section-gray {
    background: #e8e8e8;
    padding: 4rem 0rem 4rem 0rem;
    color: #000;
}

.section-blue-gray {
    background: #ebf6ff;
    padding: 4rem 0rem 4rem 0rem;
    color: #000;
}


@media screen and (max-width:768px) {
    .section-white {
        background: #fff;
        padding: 2rem 0rem 2rem 0rem;
        color: #000;
    }

    .section-blue-gray {
        background: #ebf6ff;
        padding: 2rem 0rem 2rem 0rem;
        color: #000;
    }

    .font-3rem {
        font-size: 2rem !important;
    }

}

.rmdp-wrapper.rmdp-shadow {
    margin: 0 auto;
}

.section-parallax {
    background-image: url(../img/parallax.jpg);
    color: #ffffff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.form-container {
    background-image: url(../img/s1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.parallax {
    background: linear-gradient(45deg, #000000b0, #0889008c);
    padding: 6em 0em 6em 0em;
}

.parallax-home {
    background: rgba(0, 0, 0, 0.25);
    padding: 12em 0em 10em 0em;
    height: 100vh;
}

.section-parallax-bg {
    background: rgba(0, 0, 0, 0.8);
    padding: 4rem 0rem 4rem 0rem;
}

.section-parallax-login {
    background-image: url(../img/login-bg.jpg);
    color: #ffffff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.section-parallax-login-bg {
    background: rgba(0, 0, 0, 0.25);
    padding: 4rem 0rem 4rem 0rem;
    height: 100vh;
}

.service-section:before {
    position: absolute;
    content: '';
    z-index: 0;
    background: #d3ecd1;
    width: 100%;
    height: 270px;
    top: 0;
}

@media screen and (max-width:767px) {
    .section-parallax-login-bg {
        background: #fff;
        padding: 2rem 0rem 2rem 0rem;
        height: 100vh;
    }

    .parallax {
        padding: 3em 0em 3em 0em;
    }

    .parallax-home {
        background: rgba(0, 0, 0, 0.25);
        padding: 10em 0em 4em 0em;
    }
}

/*----R-D----*/


/*----footer-start----*/

footer {
    background: #1e2500 !important;
    padding: 27px 0 45px 0 !important;
}

.footer-copyright {
    background: #000000 !important;
    padding: 10px 0 !important;
    color: #969696;
    font-size: 14px;
    /* border-bottom: 7px solid #b2d234; */
}

.footer-link ul li a:hover {
    color: rgb(178 210 52);
    transition: .25s;
}

.footer-link ul li a {
    color: #acacac;
    font-size: 14px;
}

.footer-link ul h5 {
    color: #fff;
}

.footer-link p {
    color: #acacac;
}

.footer-link ul li {
    list-style: none;
    line-height: 25px;
}

@media screen and (max-width:768px) {
    footer {
        padding: 20px 0 !important;
    }
}

/*----footer-End----*/


i.fab.social-icon {
    background: #1e2500;
    padding: 13px;
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 0px;
    transition: 0.50s;
}

i.fab.social-icon:hover {
    background: rgb(178 210 52);
    color: white;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
    text-decoration: none !important;
    transition: 0.25s;
    transform: scale(1.1);
}

.caption {
    letter-spacing: 0.5px;
    font-size: 18px;
}


/* Carasouel Cards Css */

.grid.gallery {
    overflow: hidden;
    box-shadow: 0px 10px 35px -5px rgb(0 0 0 / 18%);
    border-radius: 10px;
    margin-bottom: 25px;
    background: #fff;
    padding: 0.9rem;
    width: 100%;
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none !important;
    transition: 0.5s;
}

.grid.gallery:hover {
    transform: translateY(0px) scale(1.05);
    transition: 0.5s;
}

.service-icon {
    width: 90px !important;
    /* height: 100px; */
    margin: 1.5rem auto !important;
    display: flex !important;
    transition: 0.5s !important;
}

#services .owl-carousel .owl-stage-outer {
    padding: 20px 0px !important;
}

.service-icon2 {
    width: 68px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 1.5rem;
    transition: 0.5s;
}

/* .grid.gallery:hover .service-icon {
    transform: scale(1.2);
    transition: 0.5s;
} */

.grid.gallery:hover .service-icon2 {
    transform: scale(1.2);
    transition: 0.5s;
}

.owl-carousel-blog .grid figure {
    height: 400px;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    /* height: 450px; */
    width: 100%;
    border: 0px solid #fff;
    border-radius: 10px;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
    object-fit: cover;
}


.owl-carousel-blog .grid figure figcaption {
    text-align: center;
    padding: 1rem 2rem;
}

.grid figure figcaption {
    padding: 1em;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption {
    background: #e1e1e1;
    transition: 0.5s;
    display: flex;
    top: 0;
    text-align: right;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    /*word-spacing: -0.15em;*/
    font-weight: 700;
}

.grid figure h2 span {
    font-size: 14px;
    text-shadow: 3px 3px 15px #00000050;
    text-transform: capitalize;
    font-weight: 300;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*-----grid customer-review-start-----*/
.grid.grid2 {
    background: #ffffff;
    padding: 20px;
    /* border-radius: 25px 25px 25px 0px; */
    /* margin-bottom: 20px; */
}

.grid.grid2:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left: 9.36vw solid #ffffff;
    border-bottom: 9vh solid transparent;
    width: 0;
    z-index: -1;
}

.grid2 figure {
    position: relative;
    float: none;
    text-align: left;
    cursor: grab;
    height: auto;
    width: 100%;
    border: 0px solid #fff;
    border-radius: 10px;
    margin: 25 auto;
}

/*-----grid customer-review-end-----*/

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


/***** Marley *****/


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


figure.effect-marley:hover img {
    object-fit: cover;
    transform: scale(1.1) rotate(2deg);
    transition: all 0.5s ease-in-out;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: initial;
    right: 30px;
    left: 30px;
    padding: 20px 0 0px 0;
}

figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-marley iframe {
    border-radius: 10px !important;
}

figure.effect-marley h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 0px, 0);
    font-size: 18px !important;
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1f1f1f;
    content: '';
    border-radius: 10px;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0px, 20px, 0);
    transition: 0.5s;
}*/

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.85s;
}

/* Carasouel Cards Css */


/*----sidebar START----*/

.sidebar-show {
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 1035;
    bottom: 0px;
    height: 100%;
    width: 80%;
    cursor: default;
    transition: width 300ms ease-in-out, height 300ms ease-in-out, top 300ms ease-in-out, left 300ms ease-in-out, bottom 300ms ease-in-out, right 300ms ease-in-out;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
    overflow: auto;
}

#sidebar-close-btn {
    position: absolute;
    right: 0px;
    background: #6cc067;
    top: 0;
    padding: 0px;
    cursor: pointer;
    -webkit-text-fill-color: #fff;
    width: 52px;
    height: 75px;
    text-align: center;
    opacity: 1;
}

.sidebar-show.visibile-sidebar {
    left: 0%;
}

.sidebarclassadd {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    clear: both;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1035;
}

.sidebar-icon i {
    background: #ececec;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    text-align: center;
}

.display-nav-none.navbar-collapse {
    display: none !important;
}

.gray-text {
    color: gray !important;
}

@media screen and (max-width:990px) {
    .display-none-media {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    form.form-inline.my-2.my-lg-0 {
        line-height: 40px;
        text-align: center;
        border-top: 1px solid #ddd;
        padding-top: 5px;
        display: block;
    }
}


/*----sidebar END----*/




/*-----D--x--t--------*/

.owl-nav i {
    font-size: 25px;
}


/*--new css add start*/
.social-media {
    list-style: none;
    display: inline-block;
    margin: 12px 0;
}

.sm-name {
    padding: 7px 10px;
    background: #ffffff00;
    margin-right: 9px;
    white-space: nowrap;
    font-size: 12px;
    color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ffffff;
    text-decoration: none !important;
    transition: 0.5s;
}

.sm-name:hover {
    background: #6cc067;
    color: #fff;
    box-shadow: 0px 10px 15px -5px #00000038;
    border: 1px solid transparent;
    transition: 0.5s;
}

.abt-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #ffe000, #e2ab0c);
    border-radius: 50px;
    color: black;
    padding: 12px;
    margin-bottom: 10px;
}

.stuff-card {
    width: auto;
    background-color: #000000;
    border-top: 6px solid #000000;
    text-align: center;
    padding: 25px 10px 25px 10px;
    box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
    transition: 0.25s;
    cursor: pointer;
    border-radius: 0px;
}

.stuff-icon {
    font-size: 2rem;
    color: #000000;
    background: #ffe000;
    width: 80px;
    height: 80px;
    padding-top: 25px;
    border-radius: 50px;
    transition: 0.25s;
}

.stuff-card p {
    color: #8c8c8c;
    transition: 0.25s;
}

.stuff-card:hover {
    border-top: 6px solid #ffe000;
    transition: 0.45s;
    box-shadow: 2px 2px 5px 0 rgba(46, 61, 73, .15);
}

.stuff-card:hover .stuff-icon {
    color: #ffe000;
    background: #000000;
    transition: 0.45s;
}

.stuff-card:hover p {
    color: #fff;
    transition: 0.45s;
}

.carousel {
    height: 100%;
}

.carousel-indicators .active {
    background-color: #b2d234;
    width: 35px;
    transition: 0.5s;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-left: 2px;
    text-indent: -999px;
    border: 2px solid #0000008f;
    background-color: rgb(255 255 255 / 74%);
    border-radius: 50px;
    transition: 0.5s;
}

.carousel-caption img {
    filter: drop-shadow(20px 45px 27px rgba(0, 0, 0, 0.25));
}

/* 
.carousel:before {
    content: "";
    background-image: url(../img/top-pattern.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.54;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #6cc0672e;
    border-top: 81vh solid transparent;
    width: 0;
    z-index: -1;
}

.before-box:after {
    content: "";
    position: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-left: 99.36vw solid #e4f4e4;
    border-bottom: 100vh solid transparent;
    width: 0;
    z-index: -1;
} */

.therapist-img {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    object-fit: contain;
    border-radius: 10px;
    margin-top: -40px;
    box-shadow: 0px 10px 18px -5px #0000003b;
}

.therapist .grid.gallery {
    margin-bottom: 63px !important;
    overflow: inherit;
}

.therapist-tab-outer {
    border-radius: 15px 15px 0px 0px;
    overflow: auto;
    flex-wrap: nowrap;
    display: flex;
    margin-bottom: 70px;
    background: #fff;
}

.therapist-tab-link {
    padding: 15px 55px 15px 55px;
    display: inline-block;
    background: white;
    color: #000;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 0px;
    cursor: pointer;
}

.therapist-tab-link.active {
    background: #6cc067;
    color: #fff;
}

/* .therapist-tab-link:hover {
    background: aliceblue;
    text-decoration: none;
} */

.gallerypage .gallery-box {
    padding: 5px;
}

.image-slide {
    width: 100%;
    /* height: 100vh; */
}

.carousel-caption {
    top: 10%;
    left: 0;
    right: 0;
    display: flex !important;
    align-items: center;
}

.owl-carousel-testimonial .owl-nav {
    margin-left: 0px;
    align-items: start !important;
    /* justify-content: start !important; */
}

i.fas.fa-quote-right.font-2rem.text-theme-color2 {
    opacity: 0.24;
    position: absolute;
    font-size: 130px !important;
    top: 25%;
    right: 50px;
    z-index: 0;
}

.client-profile {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    border: 4px solid #6cc067;
    margin-bottom: 20px;
    box-shadow: 0px 10px 25px -5px rgb(0 0 0 / 18%);
}

@media screen and (min-width: 992px) {
    .news-sec {
        background: rgb(255 255 255 / 0%) url(../img/bg.png) no-repeat right bottom / 50% 90%;
    }
}

/*--new css add end*/


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


/*team start*/


.section-team .single-person {
    margin-top: 30px;
    padding: 30px;
    background-color: #e1f3f3;
    border-radius: 5px;
}

.section-team .single-person:hover {
    background: linear-gradient(45deg, #b2d234, #6cc067);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 25px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #016cec, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
    background: none;
    background-color: #fff;
    color: #016cec;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #016cec;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
    color: #fff;
}

/*team end*/


input.form-control {
    opacity: 1;
    background-color: #fff;
    color: #3e3e3e;
    z-index: 2;
    box-shadow: none !important;
}

.search-box-icon {
    position: absolute;
    right: 16px;
    top: 20px;
    color: #c3c3c3;
    font-size: 20px !important;
    margin-right: 10px;
    line-height: 10px !important;
    text-shadow: none;
}

.gallery-box {
    position: relative;
}

.gallery-box img {
    height: 450px;
    object-fit: cover;
    /* box-shadow: 0px 25px 35px -18px #022f0057; */
    /* border: 5px solid #b2d234; */
    /* border-radius: 15px; */
}

.gallery-box p {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0;
    color: white;
    display: grid;
    place-content: center;
    background: rgb(7 33 118 / 66%);
    transition: 0.5s;
}

.gallery-box:hover p {
    opacity: 1;
}

.service-box {
    position: relative;
    overflow: hidden;
    padding: 0px;
    transition: none;
    text-align: center;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 25px 0px #00000029;
}

.service-img.blog-img {
    overflow: hidden;
}

.blog-category {
    position: absolute;
    background: #ff5e006e;
    padding: 0px 10px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
    color: white;
    font-weight: bold;
    z-index: 9;
    backdrop-filter: blur(5px);
}

.blog-img img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 250px;
    transition: 1s;
}

.services-content {
    width: 100%;
    text-align: left;
    background: linear-gradient(0deg, white, #ffffff, white);
    padding: 20px 20px 20px 20px;
    color: #000;
    transition: 0.5s;
}

.service-box p {
    color: #000;
    font-size: 14px;
}

.service-box a {
    text-decoration: none;
    font-size: 16px;
    color: #3cb02d !important;
}

.service-box:hover .service-img>img {
    transform: scale(1.1) rotate(2deg);
    transition: 1.5s;
}

::-webkit-scrollbar {
    width: 9px;
    background: #fff;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #848484;
}

body::-webkit-scrollbar-thumb {
    background-color: #848484;
}

@media screen and (max-width: 768px) {
    .carousel-inner {
        overflow: visible;
    }

    .carousel {
        height: 270px;
    }

    .image-slide img {
        height: 200px;
        object-fit: cover;
    }

    .gallery-box img {
        height: 250px;
        object-fit: cover;
    }
}

.selected {
    background-color: #6cc067;
    color: white;
    border: 1px solid #6cc067;
}