@media (max-width: 2000px) {
    header:after {
        width: 25%;
        border-radius: 0px 0px 90px 0px;
    }
}

@media (max-width: 1450px) {}

@media (max-width: 1280px) {
    header:after {
        width: 150px;
    }

    .slid-img img {
        width: auto !important;
    }

    .slid-text h1 {
        font-size: 3rem;
    }

    .slid-text p {
        margin-bottom: 25px;
        line-height: 25px;
    }

    .satis-client {
        padding: 20px 15px;
    }

    .satis-client a {
        padding: 8px 18px;
    }

    .comnmarpad {
        padding: 20px 0px;
    }

    .about-text {
        padding: 20px 40px 20px 20px;
    }

    .servi-head {
        background-size: auto;
    }

    .our-service .row:last-child {
        width: calc(100% - 20px);
    }

    .service-box {
        padding: 20px 15px;
    }

    .service-box h5 {
        font-size: 18px;
        height: calc(25px * 3);
        -webkit-line-clamp: 3;
    }

    .vision-box .visi-text {
        width: 75%;
    }

    .vision-list ul li {
        width: 100%;
    }

    .testim-text h6 {
        font-size: 35px;
    }

    .testim-slider .owl-nav {
        left: 40px;
        bottom: 140px;
    }

    .garden-consultation .row:last-child {
        bottom: -85px;
    }

    .logobox {
        padding: 30px 15px;
    }

    .contact-list {
        padding: 15px;
    }

    .contact-list ul {
        text-align: left;
    }

    .contact-list ul li {
        font-size: 14px;
        border-right: unset;
        margin-bottom: 10px;
    }

    footer {
        background-size: auto;
    }

    .contact-form h3:before,
    .contact-form h3:after,
    .contact-details h3:before,
    .contact-details h3:after {
        width: 90px;
    }

    .contact-form h3:before {
        left: 10px;
    }

    .contact-form h3:after {
        right: 10px;
    }

    .form-group {
        width: calc(100% - 70px);
    }

    .name-form {
        width: calc(100% - 70px);
    }

    .contact-details h3:before,
    .contact-details h3:after {
        width: 50px !important;
    }

    .contact-details h3:before {
        left: -15px;
    }

    .contact-details h3:after {
        right: -15px;
    }

    .ready-talk {
        width: calc(100% - 15%);
    }

    .banner-slider .slid-img {
        height: 100%;
    }

    .galleryback-taxt {
        padding: 20px 0px 0px;
    }

    .galleryback {
        background-size: auto;
    }
}

@media (max-width: 767px) {
    .nav-toggle {
        position: relative;
        margin: 0px 0px 5px;
        top: -1px;
        display: block;
        transition: all 0.5s linear 0s;
        margin-right: 10px;
    }

    .nav-toggle.on {
        position: relative;
        z-index: 999;
        border-color: rgb(233, 233, 233);
        opacity: 1;
        background: rgba(255, 255, 255, 0.98);
    }

    .nav-toggle.on div {
        background: rgb(0, 0, 0);
    }

    .nav-toggle.on .one {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .nav-toggle.on .two {
        opacity: 0;
    }

    .nav-toggle.on .three {
        transform: rotate(-45deg) translate(6px, -6px);
        width: 100%;
    }

    .activated {
        transition: all 0.5s linear 0s;
        padding: 0px;
        left: 0px !important;
        display: block !important;
    }

    header:after {
        width: 120px;
    }

    nav {
        display: none;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 100%;
        background: #000000c7;
        z-index: 99;
        transition: all 0.5s linear 0s;
        transform: unset;
        left: -100% !important;
        width: 100% !important;
        height: 100vh !important;
    }

    nav ul {
        width: 100%;
        text-align: right;
        background: rgb(255, 255, 255);
        padding: 0px;
        overflow: hidden;
        overflow-y: auto;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    nav ul li {
        width: 100%;
        text-align: left;
        line-height: 40px;
    }

    nav ul li a {
        font-size: 12px;
        padding: 0px 10px;
        line-height: 50px;
        width: 100%;
        border-bottom: 1px solid rgb(237, 237, 237);
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
    }

    .slid-img img {
        margin: 0px;
        padding: 0px;
        width: auto !important;
    }

    .slid-text {
        padding: 0px 0px 25px;
    }

    .slid-text h1 {
        font-size: 2.3rem;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slid-text p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .slid-text a {
        padding: 5px 20px;
        letter-spacing: 0.3px;
    }

    .satis-client {
        padding: 15px;
        width: calc(100% - 60px);
    }

    .satis-client h2 {
        font-size: 30px;
    }

    .satis-client p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .satis-client a {
        padding: 6px 15px;
        font-weight: 400;
    }

    .comnmarpad {
        padding: 20px 0px;
    }

    .about-text {
        padding: 0px 10px 30px;
    }

    .about-text h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .about-text h4 {
        font-size: 25px;
    }

    .about-text a {
        font-size: 13px;
    }

    .our-service .row:last-child {
        width: calc(100% - 20px);
    }

    .servi-head {
        background-size: auto;
        padding: 40px 0px 80px;
    }

    .our-service .row .col-md-3 {
        margin-bottom: 30px;
    }

    .service-box h5 {
        font-size: 17px;
    }

    .vision-box .visi-text {
        margin: 30px 0px;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .vision-list ul li {
        margin: 0px auto 15px;
    }

    .testimonial:before {
        width: 65%;
        bottom: 0px;
    }

    .testim-text h6 {
        font-size: 30px;
        margin-bottom: 70px;
    }

    .testim-slider .owl-nav {
        left: 15px;
        top: 120px;
    }

    .garden-taxt h3 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .logobox {
        margin: 0px auto 20px;
    }

    .contact-list ul {
        text-align: left;
    }

    .contact-list ul li {
        border-right: unset;
        margin-bottom: 8px;
    }

    .contact-list {
        padding: 20px 10px;
    }

    .garden-consultation .row:last-child {
        bottom: -85px;
    }

    footer {
        background-size: cover;
        background-position: right;
    }

    .foot-taxt {
        padding: 15px;
    }

    .foot-taxt .foot-soclink ul li {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .contact-form h3:before,
    .contact-form h3:after,
    .contact-details h3:before,
    .contact-details h3:after {
        width: 80px;
    }

    .form-group {
        width: calc(100% - 50px);
    }

    .name-form {
        width: calc(100% - 50px);
    }

    form .btn {
        margin: 0px auto 30px;
    }

    .contact-details h3:before,
    .contact-details h3:after {
        width: 70px !important;
    }

    .contact-details h3:before {
        left: -5px;
    }

    .contact-details h3:after {
        right: -5px;
    }

    .ready-talk {
        padding: 30px 20px;
        width: calc(100% - 5%);
        align-items: flex-start;
        flex-direction: column;
    }

    .readtal-taxt {
        width: 100%;
    }

    .readtal-taxt p {
        margin-bottom: 20px;
    }

    .latest-garden h3 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 35px;
    }

    #homeslider .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .comnban-text ul {
        text-align: center;
    }

    .banner-slider .container {
        padding-left: 0px;
    }

    .comnban-text h1 {
        font-size: 2.5rem;
        text-align: center;
    }
}