@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&display=swap');

body {
    scroll-behavior: smooth;
    transition: 0.3s ease;
}

/* #scroll-container {  
    backface-visibility: hidden;
    transform-style: preserve-3d;
} */


#scroll-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#scroll-container::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#scroll-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0.44, rgb(125, 217, 122)),
            color-stop(0.72, rgb(73, 189, 90)),
            color-stop(0.86, rgb(28, 148, 70)));
}



.sec-title h1 {
    color: #00663A;
}

.list-heading h6 {
    text-wrap: balance;
}

.floating-icon {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(20%);
    background-color: #00663A;
    padding: 5px 15px;
    border-radius: 20px 0 0 20px;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.icon-div {
    background-color: #00663A;
    margin: 15px 0px;
}

.icon-item {
    display: block;
    color: #fff;
    background-color: #00663A;
    text-decoration: none;
    margin-bottom: 25px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.icon-item:hover {
    transform: scale(1.2);
    color: #fff;
}

.toggle-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    color: white;
}

.toggle-button:hover {
    opacity: 0.8;
}

.toggle-button:active {
    transform: scale(0.9);
}


.navigation {
    position: relative;
    display: inline-flex !important;
    background: lightgray;
    padding: 5px;
    border-radius: 50px;
}


.custom-select {
    border: none;
    border-bottom: 2px solid green;
    border-radius: 0;
}

.custom-form {
    max-width: 600px;
    margin: 0 auto;
}

.custom-form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.custom-input {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-bottom: 2px solid green;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

.custom-input:focus {
    border-bottom-color: #007bff;
}

.custom-label {
    position: absolute;
    left: 17px;
    top: 0.5rem;
    color: green;
    font-size: 1rem;
    font-weight: 600;
    transition: top 0.3s, font-size 0.3s, color 0.3s;
}

.custom-input:focus+.custom-label {
    top: -0.5rem;
    font-size: 0.7rem;
    color: #007bff;
}

.custom-btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.custom-btn-primary:hover {
    background-color: #0056b3;
}

.navigation__active-state {
    position: absolute;
    background: tan;
    height: calc(100% - 8px);
    width: 50px;
    border-radius: 50px;
    top: 4px;
    left: 4px;
    opacity: 0;
    transition: left 0.4s ease-out, width 0.4s ease-out, opacity 0.4s ease-out 0.4s;
}

.navigation__btn {
    cursor: pointer;
    color: darkred;
    padding: 8px 15px;
    transition: color 0.3s ease-out;
    z-index: 1;
    margin-right: 5px;
}

.navigation__btn:last-child {
    margin-right: 0;
}

.navigation__btn:hover {
    color: gray;
}

.navigation__btn--active {
    pointer-events: none;
}


.product-buttons {
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.product-buttons button {
    margin: 0 10px;
    padding: 7px 20px;
    background-color: #ccc;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.product-buttons button.active {
    background-color: #00663A;
    color: #fff;
}

.cta-container {
    position: relative;
    padding: 0;
}

.cta-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #85C13F;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    opacity: 0.9;
}

.cta-banner h2 {
    /*font-size: 24px;*/
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}

.cta-banner p {
    font-size: 16px;
    margin-bottom: 20px;
}

.cta-btn {
    background-color: #fff;
    color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background-color: #e2e6ea;
    /* Light grey color, you can change this */
}

.dummy-image {
    width: 100%;
    height: auto;
    display: block;
}


a {
    text-decoration: none !important;
}

.about-us-container h1 {
    font-size: 1.5rem;
    font-weight: 700;
}

.why-choose-caption-home h2 {
    font-size: 50px;
    font-weight: 700;
    color: #00663a;
}


.about-us-container {
    /* margin: 30px 30px; */
    padding: 35px;

}

.view-btn {
    border: none;
    padding: 10px 15px;
    text-align: center;
    float: left;
    background-color: green;
    color: white;
    border-radius: 5px;
}

.about-section {
    margin: 5% 0;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

.nav-link {
    color: black !important;
    margin: 0 10px;
}

a {
    display: inline-block;
}

.heading-style-2 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 40px;
}


/* logo */
.logo a {
    margin-bottom: 20px;
}

.logo a img {
    width: 271px;
    height: auto;
}

.slider-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: auto;
    border-radius: 10px;
}

#backgrounds {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.container-slider {
    position: relative;
    left: calc(55% - (1140px/2));
    width: 50%;
    padding-block: 40px;
    max-width: 525px;
    height: 100%;
}

/* content */
.slider-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* social media */
.social-icons {
    display: flex;
    align-items: center;
    /* gap: 16px; */
    height: 40px;
}

.social-icons img {
    width: 22px;
    height: 22px;
}

/* images */
.slider-images>img.next {
    opacity: 1;
    transition: 2s;
    filter: blur(35px);
    left: 100%;
    top: 10%;
    transform: translate(-50%, -50%) scale(0.3);
}

.slider-images>img.active {
    opacity: 1;
    transform: scale(1);
    transition: 2s;
    filter: blur(0px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slider-images>img.previous {
    opacity: 1;
    transition: 2s;
    filter: blur(25px);
    left: 95%;
    top: 90%;
}

.slider-images>img.inactive {
    opacity: 0;
    transition: 5s ease-in-out;
    filter: blur(35px);
    left: 100%;
    top: 100%;
    transform: translate(10%, 10%) scale(0.3);
}


.slider-images {
    position: relative;
    width: 50%;
    height: 100%;
    top: 0;
    left: 30px;
}

.slider-images>img {
    position: absolute;
    top: 0%;
    left: 100%;
    filter: blur(25px);
    transform: translate(-50%, -50%) scale(0.3);
    transition: opacity 3s;
    object-fit: cover;
    max-width: 593px;
    max-height: 779px;
    height: 90%;
    min-height: 320px;
}

.sec-title h1 {
    font-size: 40px;
    font-weight: 700;
}

.why-choose-use-home {
    background-color: #f6f5ed;
    padding: 60px;
    margin-top: 60px;
}

.list-heading {
    margin-top: 10px;
}

.home-form-05-box-a {
    padding: 40px 30px !important;
    background-color: #85c13f;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.home_mn_df {
    padding: 6px 20px !important;
    background: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


.slider-image {
    transition: opacity 0.5s ease;
}

.description {
    display: none;
}

.description.active {
    display: block;
}

.home-contact-btn {

    padding: 5px;
    width: 115px;
    color: #fff;
    border: 2px solid;
    border-radius: 6px;

}

.home-contact-btn:hover {
    border: none;
    border-radius: 6px;
    background-color: #00663A;
    color: #fff;
}

/* ========================= media query ============================== */
@media screen and (max-width: 1199px) {

    .about-section .content-column .inner-column {
        padding-top: 0;
        padding-right: 0;
    }

    .container_blog {
        gap: 1.2rem;
    }

    .logo a img {
        width: 230px;
    }

    .heading-style-2 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .container-slider {
        left: calc(50% - (820px/2));
        padding-block: 80px;
        max-width: 475px;
    }

    .slider-images>img {
        width: 453px;
        height: auto;
        aspect-ratio: 1/1.3;
    }
}

@media screen and (max-width: 991px) {

    .navigation {
        position: relative;
        display: inline-flex !important;
        background: lightgray;
        padding: 5px;
        border-radius: 50px;
        position: fixed;
        top: 40px;
        transform: translate(10%, -30%);
    }

    .logo a img {
        width: 210px;
    }

    .heading-style-2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 22px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .container-slider {
        left: calc(50% - (640px/2));
        padding-block: 70px;
        max-width: 405px;
    }

    .slider-images {
        width: 45%;
    }

    .slider-images>img {
        width: 340px;
        aspect-ratio: 1/1.3;
    }
}

@media screen and (max-width: 767px) {

    .about-us-container {
        margin: 30px 0px;
    }

    .cta-container img {
        height: 28vh;
    }

    .logo a img {
        width: 200px;
    }

    .logo a {
        margin-bottom: 20px;
    }

    .slider-main {
        flex-direction: column;
        min-height: 900px;
    }

    .social-icons a {
        width: 35px;
        height: 35px;
    }

    .social-icons img {
        width: 16px;
        height: 16px;
    }

    .container-slider {
        position: unset;
        padding-block: 70px;
        max-width: 540px;
        width: 100%;
    }

    .slider-images {
        width: 100%;
    }

    .slider-images>img {
        height: 380px;
        aspect-ratio: 1/1.3;
        width: auto;
    }

    .slider-images>img.active {
        top: 45%;
        left: 20%;
    }
}

@media screen and (max-width: 575px) {

    .about-section .content-column .inner-column {
        padding-top: 0 !important;
        padding-right: 0 !important;
    }

    .why-choose-list-body {
        width: 200px;
    }

    .cta-banner {
        width: 90%;
    }

    .dummy-image {
        width: 100%;
        height: 400px;
        display: block;
    }

    .why-choose-use-home {
        background-color: #f6f5ed;
        padding: 20px 10px !important;
        margin-top: -20% !important;
    }

    .product-head {
        font-size: 2.3rem;
    }

    .logo a img {
        width: 180px;
    }

    .logo a {
        margin-bottom: 18px;
    }

    .heading-style-2 {
        font-size: 1.4rem;
        line-height: 25px;
        margin-bottom: 20px;
    }


    p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .social-icons a {
        width: 32px;
        height: 32px;
        margin-top: -25px;
    }

    .social-icons img {
        width: 15px;
        height: 15px;
    }

    .container-slider {
        padding: 50px 10px;
        max-width: 100%;
        left: 0;
        width: auto;
    }

    .slider-images>img {
        height: 100px;
    }

    .slider-images>img.active {
        top: 50%;
        left: 5%;
    }

    .slider-images>img.previous {
        top: 100%;
    }

}

.cta-address {
    background-color: #C9CDDD;
    /* background: linear-gradient(to bottom, #4CAF50, #2E8B57); */
    text-align: left;
    font-size: 14px;
    padding: 40px 35px;
}

.cta-address h4 {
    font-size: 1.2rem;
}

.cta h2 {
    font-size: 1.7rem;
    margin: 25px 0;
}

.cta p {
    margin: 20px 0;
}

.form-container {
    /* background-color: #DEE0EA; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    /* border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
    height: 100%;
}

.blog-card h4 {
    font-size: 1.1rem;
    text-align: left;
    padding: 10px 5px;
}


.blog-card a {
    font-size: 1.1rem;
    text-align: left;
    padding: 0px 5px;
}

.container-brand {
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: auto;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.container-brand h4 {
    font-size: 2rem;
    text-align: center;
    margin: 30px 0;
    font-weight: 700;
}

.blog-section {
    /* border: 1px solid black; */
    padding: 37px 10px;
    margin: 0 auto;
}

.cta-form {
    background-size: cover;
    background-position: center;
    padding: 10px;
    margin: 30px 0;
}

.blog-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    padding: 10px;
    /* border: 1px solid black; */
}

.blog-card img {
    border-radius: 5px;

}

.item {
    margin: 10px 0;
}

.navbar-custom {
    background-color: lightgreen;
}

.navbar-custom .navbar-brand {
    color: white;
}

.navbar-custom .nav-link {
    color: white;
}

.product-head {
    color: #00663a;
    font-weight: 700;
    /*font-size: 3rem;*/
}

.blog-section p {
    margin: 10px 0;
}

.blog-section h4 {
    margin: 10px 5px;
    color: #00663A;
    font-weight: 700;
    font-size: 2rem;
}

@media (max-width: 576px) {
    .product-buttons button {
        padding: 9px 7px;
        font-size: 13px;
    }

    .product-buttons {
        margin: 0;
    }


    .about-us-container h1 {
        font-size: 2rem;
    }

    .about-us-container {
        padding: 0;
    }

    .reverse {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .abt-img {
        margin: 15px 0;
    }

    .form-container {
        width: 100%;
        margin: 15px 0;
    }

    .container-item {
        margin-top: 20px;
    }

    .why-choose-caption-home h2 {
        font-size: 2.5rem !important;
    }

}

.form-input {
    padding: 10px 10px;
    width: 100%;
    margin: 10px 0;
}

.arrow-icon {
    height: auto;
    width: 35px !important;
}

.main-img {
    width: 75px !important;
    height: auto;
}

.item {
    margin: 45px 0;
    /* border-left: 1px solid black; */
}

.why-choose-list-body {
    padding: 0 23px;
    border-left: 1px solid black;
}


.list-heading h6 {
    font-size: 18px !important;
    line-height: 25px;
    font-weight: 600;
}


.about-section {
    position: relative;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: black;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 15px;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid green;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: green;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: green;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid green;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 5px;
}


.text p {
    text-align: justify;
}

.sec-title .title {
    position: relative;
    color: green;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}



.container_blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin-block: 2rem;
    gap: 3.5rem;
    margin: auto;
    padding-bottom: 35px;
}

.card__header img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 0.8rem;
}

.card {
    display: flex;
    flex-direction: column;
    width: clamp(20rem, calc(20rem + 2vw), 20rem);
    overflow: hidden;
    /* box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1); */
    /* border-radius: 1em; */
    border: none;
}

.card__body {
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}



.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag+.tag {
    margin-left: .5em;
}

.tag-green {
    background: linear-gradient(to bottom, #82bb3f, #b3ff5b);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.3rem;
    text-transform: capitalize;
    height: 65px;
}

.blog_btn {
    border: 1rem;
    padding: 10px 15px;
    color: #82bb3f;
    background-color: white;
    border: 1px solid;
    width: 110px;
    text-align: center;
    border-radius: 0.5rem;
}

.blog_btn:hover {
    background-color: #82bb3f;
    color: white;
    border: 1px solid;
    transition: 0.3s ease-in-out;
}

.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info>small {
    color: #666;
}

.h1_heading {
    color: green;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    .mobile-image {
        display: none !important;
    }
}

@media only screen and (min-width: 1201px) and (max-width:1499px) {

    .cta-banner h2 {
        font-size: 1.8rem;
    }

    .about-section .content-column .inner-column {
        padding-top: 0;
        padding-right: 0;
    }

}

@media only screen and (min-width: 1025px) and (max-width:1200px) {

    .cta-banner h2 {
        font-size: 1.6rem;
    }

    .about-section .content-column .inner-column {
        padding-top: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    .for-mobile-view {
        margin-left: 20px !important;
    }

    .about-section .content-column .inner-column {
        padding: 0;
    }

    .product-buttons button {
        margin: 0px 10px;
        padding: 5px 30px;
        background-color: #ccc;
        border: none;
        border-radius: 30px;
        cursor: pointer;
    }

    .cta-banner h2 {
        font-size: 1.7rem;
    }

    .sec-title h1 {
        font-size: 1.9rem;
        font-weight: 700;
    }
}

@media only screen and (min-width: 601px) and (max-width: 768px) {

    .about-us-banner-section {
        height: 22vh !important;
    }

    .about-section .content-column .inner-column {
        padding: 0;
    }

    .cta-banner h2 {
        margin-bottom: 10px;
        font-size: 1.5rem;
        font-weight: 600;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {



    .list-heading {
        margin-top: 10px;
        width: 115px;
    }


    .slider-content-wrap {
        padding: 60px 20px;
    }


    .text p {
        text-align: left;
    }

    .sec-title h1 {
        font-size: 1.9rem;
    }

    .cta-banner h2 {
        font-size: 1.4rem;
    }

    .about-form-section {
        padding: 0 !important;
    }

    ._lk_nb {
        display: block !important;
    }

    .slider-main {
        width: 100%;
    }

    .product-buttons {
        margin: 5px 3px;
    }

    .desktop-image {
        display: none !important;
    }


    .mobile-image {
        display: block !important;
    }

    .container-slider {
        padding: 50px 20px;

    }
}

@media only screen and (min-width: 361px) and (max-width: 480px) {


    .slider-images {

        top: -130px;
    }

    .background {
        height: 85%;
    }

    .list-heading {
        margin-top: 10px;
        width: 115px;
    }


    .slider-content-wrap {
        padding: 50px 20px;
    }

    .text p {
        text-align: left;
    }

    .sec-title h1 {
        font-size: 1.9rem;
    }

    .cta-banner h2 {
        font-size: 1.4rem;
    }

    .about-form-section {
        padding: 0 !important;
    }

    ._lk_nb {
        display: block !important;
    }

    .slider-main {
        width: 100%;
    }

    .product-buttons {
        margin: 5px 3px;
    }

    .desktop-image {
        display: none !important;
    }


    .mobile-image {
        display: block !important;
    }
}

@media screen and (max-width: 360px) {

    .blog {
        padding: 0 10px;
    }

    .background {
        height: 93%;
    }

    .why-choose-list-body {
        padding: 0 15px;
    }

    .list-heading {
        margin-top: 10px;
        width: 115px;
    }

    .slider-images {

        top: -130px;
    }

    .slider-content-wrap {
        padding: 60px 10px;
    }

    .navigation {
        transform: translate(0%, -30%);
    }

    .why-choose-caption-home h2 {
        font-size: 2rem !important;
        margin: 20px 0;
    }


    .text p {
        text-align: left;
    }

    .sec-title h1 {
        font-size: 1.9rem;
    }

    .cta-banner h2 {
        font-size: 1.4rem;
    }

    .about-form-section {
        padding: 0 !important;
    }

    ._lk_nb {
        display: block !important;
    }

    .slider-main {
        width: 100%;
    }

    .product-buttons {
        margin: 5px 3px;
    }

    .desktop-image {
        display: none !important;
    }


    .mobile-image {
        display: block !important;
    }
}