/* Custom styles */
.container-custom {
    max-width: 1228px;
}
html {
    overflow-x: hidden;
}
body {
     /* Set maximum width to prevent horizontal overflow */
    overflow-x: hidden; 
}
.form-group.addr-new input {
    width: 100% !important;
}
.slide-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(229 229 229 / 41%);
}
.row.stampcrete img,
.row.pressure img,
.row.painting img,
.row.window img,
.row.gutter img,
.row.driveway img{
    opacity: 35%;
}
.mbl-display-div-consultation{
    display: none;
}
.custom-select-form-group select {
    width: 100% !important;
      appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
}
.custom-select-form-group {
    position: relative;
    width: calc(50% - 10px);
}
.custom-select-form-group::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #c5baba;
}
.custom-select-form-group select::-ms-expand {
  display: none;
}
.col-md-4.footer-sec-col p a {
    color: inherit;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
   color: #050605 !important;
}

nav.navbar.navbar-expand-lg {
    border-top: 1px solid;
    border-bottom: 1px solid;
        padding: 5px 0;
}

.common-bg-img {
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
}
.header-top {
    padding: 35px 0;
}
img {
    max-width: 100%;
}
a.btn.btn-primary {
    border-radius: 30px;
    padding: 18px 28px;
    font-size: 17px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    background-color: #6F9861;
    border: none;
}
.header-top li.list-inline-item a {
    background-color: #000;
    color: #fff;
    padding: 3px 9px;
    border-radius: 43px;
    font-size: 18px;
}
.header-top li.list-inline-item a {
    background-color: #000;
    color: #fff;
    padding: 3px 9px;
    border-radius: 43px;
    font-size: 18px;
}
ul.navbar-nav {
    gap: 51px;
}
section.hero-banner.common-bg-img {
    padding: 75px 0;
}
section.hero-banner.common-bg-img h2 span {
    color: #63995A;
    font-size: 55px;
}
section.hero-banner.common-bg-img h2 {
    font-size: 43px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #050605;
}
section.hero-banner.common-bg-img p {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #050605;
}
section.hero-banner.common-bg-img .image-container::before {
    content: '';
    background-color: #6F9861;
    width: 180px;
    height: 160px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -2;
    opacity: 1;
    display: inline-block;
}
section.hero-banner.common-bg-img .image-container {
    position: relative;
    z-index: 21;
}
section.hero-banner.common-bg-img .image-container::after {
    content: '';
    background-color: #6F9861;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -10px;
    right: 18px;
    z-index: -2;
    opacity: 1;
    display: inline-block;
}
a.btn.btn-primary.hero-purple {
    background-color: #6D4673;
}
/*---*/
section.welcoming-section {
    padding: 75px 0;
}
section.welcoming-section h2 {
    font-size: 25px;
    font-family: 'Montserrat';
    color: #222222;
    margin: 0;
}
section.welcoming-section h2 span.zen-colr {
    font-weight: 700;
    color: #63995A;
}
section.welcoming-section h2 span.home-clr {
    font-weight: 700;
}
section.welcoming-section p {
    color: #222222;
    font-family: 'Open Sans';
    margin: 0;
    padding: 18px 0;
}
section.welcoming-section .row {
    padding: 0 108px;
}

/*---*/
.navbar-toggler:focus{
    outline: none;
}
section.our-services {
    padding: 83px 0;
    background-image: url('../images/hero-bg.jpg');
    overflow-x: hidden;
}
.our-services .slide-item {
    position: relative;
    margin-right: 20px; /* Add margin for spacing between slide items */
}
section.appreciation-section .slick-list.draggable {
    padding: 11px;
}
span.green-line-color-title {
    width: 55px;
    height: 6px;
    background: #63995A 0% 0% no-repeat padding-box;
    display: inline-block;
}
section.our-services .slide-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    transition: opacity 0.3s ease;
    height: 110px;
    background: transparent linear-gradient(180deg, #74447600 0%, #6F9861 100%) 0% 0% no-repeat padding-box;
}

section.our-services .slide-item:hover .caption {
    opacity: 1;
    top: 0;
    
    height: auto;
    background: rgba(116, 68, 118, 0.8);
    padding-top: 0px;

}
section.our-services .slide-item:hover .caption i::before{
    content: '\f078' !important;
}

section.our-services .slide-item .description {
    display: none;

}
section.our-services .slide-item .caption i {
    font-size: 30px;
    padding-top: 20px;
}
section.our-services .slide-item:hover .description {
    display: block;
    transition: opacity 0.3s ease;
    margin-top: 5px;
    padding: 0 10px;
}

section.our-services .caption h3 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
section.our-services .caption p {
    font-size: 15px;
    font-family: 'Open Sans';
}
.testimonial-custom{
width: 100%;
    margin-left: calc((100% - 1228px) / 2);
    overflow-x: hidden;
    max-width: 100%;
}
section.our-services i.fas.fa-arrow-left.prev {
    background-color: #000;
    color: #fff;
    padding: 7px 0 7px 18px;
    border-radius: 29px;
    font-size: 24px;
    margin-right: 6px;
    cursor: pointer;
}
.apprecieate-slider-arrows i.fas.fa-arrow-left.prev-appr{
    background-color: #b2b2b2;
    color: #fff;
    padding: 7px 0 7px 18px;
    border-radius: 29px;
    font-size: 24px;
    margin-right: 6px;
    cursor: pointer;
}
.apprecieate-slider-arrows i.fas.fa-arrow-right.next-appr{
     background-color: #744476;
    color: #fff;
    padding: 7px 18px 7px 0px;
    border-radius: 29px;
    font-size: 24px;
    cursor: pointer;
}

section.our-services i.fas.fa-arrow-right.next {
    background-color: #744476;
    color: #fff;
    padding: 7px 18px 7px 0px;
    border-radius: 29px;
    font-size: 24px;
    cursor: pointer;
}


section.benefits-section {
    width: 100%;
    padding: 60px 0px;
}
.heading-columns {
    display: flex;
    justify-content: center;
    border: 1px solid #222222;
    margin-bottom: 20px;
        border-right: none;
    border-left: none;
    margin: 24px 0 103px 0;
}
.heading-columns .column {
    border-right: 1px solid #222222;
    display: flex;
    align-items: center;
    padding: 31px;
    height: 124px;
    cursor: pointer;
}
.heading-columns .column:last-child {
    border-right: none;
}
section#benefits h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
h2.common-font-heading{
     color: #050605;
    font-size: 35px;
     font-family: 'Montserrat';
    font-weight: 700;

} 
.heading-columns .column h3 {
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
}
.heading-columns .column:hover {
    color: #fff;
    background-color: #7C4179;
}
.tabular-content .benefit-item img {
    height: 85px;
}
.tabular-content .benefit-item {
    text-align: center;
}
.tabular-content .benefit-item h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000000;
    font-size: 17px;
    margin: 57px 0 18px 0;
    height: 47px;
    text-transform: uppercase;
}
.tabular-content .benefit-item p {
    font-family: 'Open Sans';
    font-size: 17px;
    color: #191919;
}
.heading-columns .column.active {
    color: #fff;
    background-color: #7C4179;
}


section.about-us {
    padding: 62px 0 42px 0;
        background-image: url(../images/hero-bg.jpg);
}
.about-content {
    padding-right: 65px;
}
.about-image {
    position: absolute;
    z-index: 99;
    top: 14px;
}
.about-image::before {
    content: '';
    background-color: #D2B168;
    width: 160px;
    height: 99px;
    position: absolute;
    top: -11px;
    left: -11px;
    z-index: -1;
    opacity: 1;
    display: inline-block;
}
.about-image::after {
    content: '';
    background-color: #D2B168;
    width: 46px;
    height: 37px;
    position: absolute;
    bottom: -11px;
    right: -11px;
    z-index: -1;
    opacity: 1;
    display: inline-block;
}
.about-content p {
    font-size: 17px;
    font-family: 'Open Sans';
    color: #191919;
}



section.why-choose-us {
    padding: 74px 0;
    background-image: url(../images/why-choose-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
section.why-choose-us h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
section.why-choose-us span.green-line-color-title.orange-clr {
    background-color: #D2B168;
}
.row.choose-item-wrap {
    padding: 56px 0;
}
.row.choose-item-wrap .choose-item {
    background-color: #fff;
    border-radius: 21px;
    padding: 25px;
    text-align: center;
    height: 399px;
}
.row.choose-item-wrap .choose-item img {
    background-color: #619557;
    margin-top: -83px;
    padding: 25px 29px;
    border-radius: 70%;
    overflow: visible;
}
.row.choose-item-wrap .choose-item h3 {
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #050605;
    padding: 30px 0;
    margin: 0;
}
.row.choose-item-wrap .choose-item p {
    font-size: 15px;
    font-family: 'Open Sans';
    color: #191919;
}
.row.our-promise .image-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
        height: 60px;
    margin-bottom: 23px;
}
.our-promises-wrap {
    color: #fff;
    text-align: center;
}
.row.our-promise {
    padding: 18px 0 0 0;
}
.row.our-promise .image-text h4 {
    font-family: 'Montserrat';
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.row.our-promise .col-md-6:first-child {
    border-right: 1px solid #fff;
}
.row.our-promise p {
    font-size: 17px;
    font-family: 'Open Sans';
}


section.appreciation-section {
    padding: 80px 0;
    overflow-x: hidden;
}
section.appreciation-section h2.section-title {
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #050605;
    margin: 10px 0;
}
section.appreciation-section h2.section-title span {
    font-weight: 700;
    color: #739262;
}
.client-slider {
    margin: 48px 0 33px 0;
}
section.appreciation-section ul.slick-dots {
    position: absolute;
    top: -90px;
    left: 71%;
    text-align: right;
    width: auto;
    height: max-content;
}
section.appreciation-section ul.slick-dots li button::before {
    font-size: 12px;
}

section#services .container.container-custom {
    width: 100%;
    margin-left: calc((100% - 1228px) / 2);
    overflow-x: hidden;
    max-width: 100%;
}
/*section#services .slick-slide img {
    width: 100%;
}*/

.client-info {
    display: flex;
    align-items: center;
    gap:16px;
}
.client-data h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
}
.client-data p {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #000000;
    margin: 0;
}
.client-details p {
    font-size: 14px;
    font-family: 'Open Sans';
    color: #000000;
    padding: 20px 0 0px 0;
    margin: 0;
        text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-bottom: 10px;
}
.client-slide{
    margin-right: 20px;
     padding: 32px 17px;
     position: relative;
}
.client-details .rating span {
    color: #D2B168;
    font-size: 19px;
}

.client-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 3px 15px #00000029;
    z-index: -1;
}


section.newsletter-section {
    padding:0;
    background-image: url(../images/newsletter-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
span.green-line-color-title.purple-clr {
    background-color: #6D4673;
}
.newsletter-content h2 {
    margin: 6px 0 24px 0;
    text-transform: uppercase;
}
.newsletter-content p {
    font-size: 17px;
    font-family: 'Open Sans';
    color: #191919;
}
.newsletter-content {
    padding: 148px 0;
}
.col-md-6.newsletter-sec {
    background-color: #6D4673;
    text-align: center;
    padding: 54px 0 95px 0;
}
.newsletter-form form input {
    display: block;
    padding: 24px 0 24px 34px;
    border: 1px solid #fff;
    border-radius: 64px;
    width: 100%;
    background: transparent;
    font-family: 'Open Sans';
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
}
.newsletter-form form {
    text-align: center;
    padding: 0 70px;
}
.newsletter-form .form-icon {
    margin-bottom: 40px;
}
.newsletter-form form button {
    background-color: #fff;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Open Sans';
    padding: 18px 49px;
    border-radius: 45px;
    color: #6D4673;
    margin-top: 41px;
        border: 1px solid #fff;
}
.newsletter-form form input::placeholder{
    color: #fff;
}
.newsletter-form form button:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
a.btn.btn-primary:hover {
    color: #fff;
    background-color: #050605;
}
ul.navbar-nav li.nav-item a:hover {
    color: #6F9861 !important;
}
section.our-gallery {
    padding: 80px 0;
}
section.our-gallery .image-gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2px;
    column-gap: 1px;
    margin-top: 31px;
}
section.our-gallery .image-gallery img {
    height: fit-content;
}
section.our-gallery .gallery-img-6 {
    margin-top: -129px;
}
.custom-select-form-group select option {
    background-color: #fff;
}
.inputdatebefore::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #c5baba;
}
.inputdatebefore input#dateInput {
    width: 100%;
    cursor: pointer;
}
    
.inputdatebefore {
    position: relative;
    width: calc(50% - 10px);
}
.inquiry-section .form-group input,
.inquiry-section .form-group select,
.inquiry-section .form-group textarea {
        width: calc(50% - 10px);
   border: none;
    border-radius: 10px;
    display: inline-block;
    padding: 22px 16px 22px 33px;
    color: #757575;
    font-size: 17px;
    font-family: 'Open Sans';
    box-shadow: 0px 3px 6px #00000029;
    background-color: #fff !important;
}

.inquiry-section .form-group textarea {
    width: 100%;
    height: 150px;
}

.inquiry-section .button-group {
    text-align: center;
}

.inquiry-section button[type="submit"] {
    padding: 18px 49px;
    background-color: #191919;
    color: #fff;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 17px;
    margin-top: 40px;
}

.inquiry-section button[type="submit"]:hover {
    background-color: #6D4673;
}
section.inquiry-section {
    padding: 44px 0 114px 0;
    background-image: url(../images/appointment-bg.jpg);
}
section.inquiry-section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px !important;
}
section.inquiry-section .form-group {
    display: flex;
    gap: 54px;
    margin-bottom: 20px;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: transparent; /* Set border color to transparent */
}

section.book-consultation {
    padding: 53px 0 0px 0;
    background-image: url(../images/cta-bg.jpg);
    color: #fff;
    position: relative;
}
section.book-consultation .row {
    align-items: center;
    justify-content: space-between;
}
.col-md-4.image-consultation {
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
    bottom: 0px;
}
.col-md-4.image-consultation img{
    bottom: 0;
    position: absolute;
}
section.book-consultation h2 {
    font-size: 22px;
    font-family: 'Montserrat';
    letter-spacing: 2.2px;
}
section.book-consultation h2 strong {
    font-weight: 600;
    font-size: 38px;
    letter-spacing: 3.8px;
}
section.book-consultation p {
    font-size: 15px;
    font-family: 'Open Sans';
}
section.book-consultation button.btn.btn-primary {
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 30px;
}
.col-md-3.last-col {
    padding: 0;
}
.about-content p span {
    font-weight: 700;
    color: #6F9861;
}
.about-content p span strong {
    color: #191919;
}
.services-list p {
    font-size: 17px;
    font-family: 'Open Sans';
    font-weight: 700;
}
footer.footer span.green-line-color-title {
    width: 25px;
}
footer.footer ul {
    list-style-type: none;
    padding: 0;
}
footer.footer {
    padding: 75px 0 40px 0;
    background-image: url(../images/appointment-bg.jpg);
}
footer.footer .col-md-3:first-child{
display: flex;
    align-items: center;
}
footer.footer h4::before {
    content: '';
    height: 6px;
    width: 25px;
    background-color: #63995A;
    position: absolute;
    left: -34px;
    top: 12px;
}
footer.footer h4 {
    font-size: 25px;
    color: #050605;
    font-family: 'Montserrat';
    font-weight: 700;
    position: relative;
}
.col-md-4.footer-sec-col h4::before{
    display: none;
}
footer.footer ul li a {
    color: #191919;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
}
.col-md-4.footer-sec-col h4 {
    display: flex;
    align-items: center;
    gap: 13px;
}
.col-md-4.footer-sec-col p {
    color: #191919;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-bottom: 10px;
}
.col-md-4.footer-sec-col i {
    font-size: 19px;
    padding-right: 8px;
    vertical-align: middle;
}
  footer.footer ul.social-icons i {
    color: #fff;
    background-color: #050605;
    padding: 8px 12px;
    border-radius: 40px;
    font-size: 18px;
}
footer.footer ul.social-icons {
    display: flex;
    gap: 11px;
}


/*---*/
@media (min-width: 1800px){
    .col-md-4.image-consultation {
    left: 55%;

}
}


/*---*/
@media (max-width: 1200px){
    section.hero-banner.common-bg-img .image-container::after {
    right: -9px;
}
    .row.choose-item-wrap .choose-item {
    height: 453px;
}
.testimonial-custom{
    margin-left: 0;
}
    section#services .container.container-custom {
    width: 100%;
    margin-left: 0;
    overflow-x: unset;
    max-width: 100%;
}
    ul.navbar-nav {
            gap: 19px;
      
}
.heading-columns .column {
    padding: 11px;
}
}
@media (max-width: 992px){
    .nav-wrap-main {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
nav.navbar.navbar-expand-lg {
    margin-left: 123px;
    border: none;
}
    section.our-services .slide-item .caption {
    width: 100%;
}
    .about-image {
    position: relative;
}
section.welcoming-section {
    padding: 35px 0;
}
section.welcoming-section .row {
    padding: 0 25px;
}
section.our-services {
    padding: 40px 0;
}
.heading-columns .column {

    height: 78px;
}
.heading-columns {
    margin: 24px 0 55px 0;
}
.tabular-content .row .col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
}
.tabular-content .row{
    row-gap:20px;
}
section.about-us .row {
    align-items: center;
}
.row.choose-item-wrap .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
    .row.choose-item-wrap {
        row-gap: 79px;
    }
    section.appreciation-section {
    padding: 35px 0;
}
footer.footer h4 {
    font-size: 19px;
}
footer.footer h4::before {
    top: 7px;
}
section.inquiry-section .form-group {
    gap: 20px;
}
footer.footer {
    padding: 48px 0 39px 0;
}
section.inquiry-section h2 {
    margin-bottom: 35px !important;
}
section.inquiry-section {
    padding: 35px 0 45px 0;
 
}
section.our-gallery {
    padding: 35px 0;
}
.newsletter-form form {
    padding: 0 30px;
}
    .row.choose-item-wrap .choose-item {
        height: 341px;
    }
section.why-choose-us {
    padding: 35px 0;
}
h2.common-font-heading {
    font-size: 27px;
}
section.about-us {
    padding: 40px 0 40px 0;
}

section.benefits-section {
    padding: 35px 0px;
}
    section.hero-banner.common-bg-img {
    padding: 30px 0;
}
section.hero-banner.common-bg-img h2 {
    font-size: 25px;
}
section.hero-banner.common-bg-img h2 span {
    font-size: 30px;
}

        .heading-columns .column {
        padding: 6px;
    }
    .heading-columns .column h3 {
    font-size: 14px;
}
        ul.navbar-nav {
        gap: 5px;
    }
    ul.navbar-nav li.nav-item {
    border-bottom: 2px solid green;
}
    button.navbar-toggler {
    display: grid;
    gap: 5px;
}
.navbar-toggler-icon {
    height: 4px;
    background-color: #000;
}
nav.navbar.navbar-expand-lg {
    padding: 7px 10px;
}
nav.navbar.navbar-expand-lg .container.container-custom {
    justify-content: end;
}
.header-top .col-md-4:first-child {
    position: absolute;
    top: 141px;
}
.header-top .col-md-4:nth-child(2){
    width: auto;
}
.header-top .col-md-4:nth-child(3){
    position: absolute;
    width: auto;
    right: 0;
}
a.btn.btn-primary {
    padding: 11px 19px;
}
}
@media (max-width: 600px){
    section.hero-banner.common-bg-img .image-container::before {
    width: 115px;
    height: 115px;
}
    .inputdatebefore {
    width: 100%;
}
        .mbl-display-div-consultation {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 15px;
    }
      .mbl-display-div-consultation .col-md-4.image-consultation {
        display: block;
        position: relative;
        left: 45%;
    }
 .mbl-display-div-consultation .col-md-3.last-col {
    display: block;
    text-align: center;
}
    .custom-select-form-group {
    width: 100%;
}
    section.our-services .slide-item .caption i {
    padding-top: 0px;
}
    section.our-services .slide-item .caption {
        width: 100%;
    }
section.our-services .caption h3 {
    font-size: 15px;
}
section.our-services .slide-item:hover .caption{
    padding: 5px;
}
        .heading-columns {
        flex-wrap: wrap;
        margin-left: 20px;
        margin-right: 20px;
    }
    .heading-columns .column h3 {
        margin: 0;
    }
        .heading-columns .column {
        padding: 12px;
        width: 100%;
        border-bottom: 1px solid #222222;
        border-left: 1px solid #222222;
        height: auto;
    }
    .heading-columns .column:last-child {
    border-right: 1px solid #222222;
    border-bottom: none;
}
section.hero-banner.common-bg-img .image-container {
    margin: 40px 20px 15px 20px;
}
    .tabular-content .row .col-md-3 {
        max-width: 100%;
        flex: 100%;
    }
    .tabular-content .benefit-item h4 {
    margin: 25px 0 15px 0;
    height: auto;
}
.about-content {
    padding-right: 0;
}

    .about-image {
        margin: 20px 20px;
        width: 70%;
    }
        .row.choose-item-wrap .col-md-3 {
        flex: 100%;
        max-width: 100%;
    }
    .row.choose-item-wrap .choose-item h3 {
    font-size: 16px;
    padding: 16px 0;
}
    .row.choose-item-wrap .choose-item {
        height: auto;
    }
    section.why-choose-us h2 {
    gap: 15px;
}
.row.our-promise .image-text {
    gap: 15px;
    height: auto;
}
.row.our-promise p br {
    display: none;
}
.row.our-promise {
    row-gap: 20px;
}
section.appreciation-section ul.slick-dots{
    display: none !important;
}
.client-slider {
    margin: 22px 0 20px 0;
}
.newsletter-content {
    padding: 25px 0;
}
.col-md-6.newsletter-sec {
    padding: 40px 0 40px 0;
}
.newsletter-form form input {
    padding: 18px 0 18px 26px;
    margin-top: 25px;
        font-size: 15px;
}
.newsletter-form form button {
    padding: 13px 32px;
    margin-top: 29px;
}
section.inquiry-section .form-group {
    flex-wrap: wrap;
}
.inquiry-section .form-group input,
 .inquiry-section .form-group select,
  .inquiry-section .form-group textarea {
    width: 100%;
        padding: 16px 16px 16px 20px;
    font-size: 16px;
}
.inquiry-section button[type="submit"] {
    padding: 13px 32px;
    margin-top: 13px;
}
.col-md-4.image-consultation {
display: none;
}
.col-md-4.image-consultation img {
    bottom: 0;
    position: relative;
}
.col-md-3.last-col {
   display: none;
}
section.book-consultation button.btn.btn-primary {
    border-radius: 30px;
    font-size: 15px;
    padding: 15px 15px;
}
footer.footer .row {
    row-gap: 30px;
}
footer.footer .row .col-md-2 {
    padding-left: 54px;
}
footer.footer .col-md-3:last-child{
        padding-left: 54px;
}
section.book-consultation {
    padding: 35px 0 0px 0;
}
section.book-consultation h2 {
    font-size: 18px;
}
section.book-consultation h2 strong {
    font-size: 21px;
}
section.inquiry-section h2 {
    align-items: normal;
    gap: 15px;
    margin-bottom: 24px !important;
}
section.inquiry-section h2 span.green-line-color-title {
    margin-top: 14px;
}
    h2.common-font-heading {
        font-size: 22px;
    }
    section.why-choose-us h2 {
    align-items: normal;
}
section.why-choose-us span.green-line-color-title.orange-clr{
    margin-top: 10px;
}
    section.welcoming-section .row {
        padding: 0 10px;
    }
    .services-slider {
    margin-top: 25px;
}
section#benefits h2 {
    gap: 15px;
    margin-right: 49px;
}
section#services .slick-slide img {
    width: 100%;
}
.our-promises-wrap {
    color: #fff;
    text-align: left;
}
.row.our-promise .image-text {
    justify-content: flex-start;
}
section.our-services .slide-item:hover .caption {

    padding-top: 10px;

}
}
@media (max-width:410px){

        a.btn.btn-primary {
        padding: 7px 10px;
    }
        .header-top .col-md-4:nth-child(2) {
        width: 60%;
    }
    .header-top {
    padding: 20px 0;
}
    .header-top .col-md-4:first-child {
        top: 102px;
    }
}
@media (max-width:400px){
 section.our-services .slide-item .caption {
        width: 100%;
    }
}
/*---*/
@media (min-width:1600px){
    section.our-services .col-md-4 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}

/*---*/
@media (max-width: 1200px){
    section.our-gallery .image-gallery a {
    width: 22%;
}
 section.our-gallery .image-gallery a:nth-child(5){
        width: 44%;
}
section.our-gallery a:nth-child(6) {
    margin-top: 0px;
    height: auto !important;
}
  section.our-gallery .gallery-img-6 {
        height: 308px !important;
    }
}
@media (max-width: 900px){
    section.our-gallery .gallery-img-6 {
        margin-top: 0;
        height: 228px !important;
    }
        section.our-gallery a:nth-child(6) {
        margin-top: -96px;
        height: auto !important;
    }
}
@media (max-width: 650px){
    section.book-consultation .col-md-6 {
    text-align: center;
}
     

}




/*---mobile menu css----*/
.close-icon.menu-mbl {
    display: none;
}
@media(max-width: 992px){

.navbar-collapse.justify-content-center.collapse{
    right: -100%;
            -webkit-transition: .4s;
        transition: .4s;
        display: block;
         background-color: #fdfdfd;
    position: fixed;
    top: 0;
    width: 78%;
      height: 100%;
    z-index: 999;
    margin-top: 0;
    padding: 15px 25px;
    visibility: visible !important;
    opacity: 1 !important;
}
.navbar-collapse.justify-content-center.collapse.show {
   
    right: 0;
  
}
.navbar-collapse.justify-content-center.collapse.show ul.navbar-nav .navbar-nav .nav-link {
    border-bottom: 1px solid #63995A;
}
.navbar-collapse.justify-content-center.collapse.show .close-icon.menu-mbl {
    text-align: right;
    font-size: 22px;
    display: block;
}
}

/*--*/
.our-services .slide-item img {
    width: 100%;
}
/* @media (min-width: 1300px){
    .col-md-4 {
    flex: 0 0 24%;
    }
} */

/*---email css---*/
div#subscribeMessage {
    color: green;
    background-color: #fff;
    padding: 13px;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Open Sans';
    border-radius: 10px;
}
div#inquirysuccess {
    background-color: #fff;
    padding: 20px;
    margin-top: 25px;
    border-radius: 10px;
    text-align: center;
    color: green;
    font-size: 22px;
}

/*---*/
@media(max-width:600px){
    .row.choose-item-wrap .choose-item {
    position: relative;
}
.row.choose-item-wrap .choose-item img {
    background-color: unset;
    margin-top: 0;
    padding: 0;
    border-radius: 70%;
    overflow: visible;
    z-index: 5;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
}
    .row.choose-item-wrap .choose-item h3 {
        margin-top: 51px;
    }
.row.choose-item-wrap .choose-item::before {
    content: '';
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5c8e53;
    height: 115px;
    width: 115px;
    z-index: 1;
    border-radius: 50%;
}
}
@media (max-width:450px){
    section.our-gallery .image-gallery {
    row-gap: 1px;
    justify-content: center;

}
    section.our-gallery .image-gallery a:nth-child(5) {
        width: 44.3%;
    }
        section.our-gallery .gallery-img-6 {
        margin-top: 0;
    }
        section.our-gallery a:nth-child(6) {
        margin-top: -51px;
    }
}
@media (max-width:400px){
        section.our-gallery .gallery-img-6 {
        margin-top: 7px !important;
        height: 107px !important;
    }
}
@media (max-width:365px){
        section.our-gallery .gallery-img-6 {
        margin-top: 8px !important;
        height: 103px !important;
    }
}

/*---*/
.client-img img {
    border-radius: 50%;
}
@media (max-width:767px){
    section.our-gallery .image-gallery img {
    text-align: center;
    object-fit: cover;
    width: 100%;
    height: 230px !important;
    margin-top: 0 !important;
}
    section.our-gallery .image-gallery a {
        width: 100%;
    }
    section.our-gallery .image-gallery{
        justify-content: center;
    }
        section.our-gallery .image-gallery a:nth-child(5) {
        width: 100% !important;
    }
        section.our-gallery a:nth-child(6) {
        margin-top: 0 !important;
    }
}
@media (max-width:370px){
    section.our-services .caption h3 {
        font-size: 14px;
    }
    section.our-services .caption p {
        font-size: 13px;
    }
}

