@media screen and (max-width: 1599px) {

}

@media screen and (max-width: 1499px) {


}

@media screen and (max-width: 1299px) {
}

@media screen and (max-width: 1199px) {
    .fontSize60 {
        font-size: 45px;
        line-height: 58px;
    }
   .orgnicImg {
        width: 100%;
    }
}

@media screen and (max-width: 1099px) {
}

@media screen and (max-width: 992px) {
    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: flex-start !important;
        background-color: #fff;
        box-shadow: 0px 0px #61b33c;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }
    .navbar-button1 {
        border: 2px solid #054126;
        color: #054126 !important;
    }
    .navbar-button2 {
        background: #003b25;
        padding: 15px 30px;
        color: #fff !important;
        font-weight: 600;
    }
    nav .links li {
        padding: 60px 0px 0px;
    }
    nav :checked~.links {
        bottom: 0;
        padding: 26px 0px;
    }

    nav .icon-burger {
        display: block;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(10px) rotate(225deg);
    }

    nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }

    nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    .navbar-button1 {
        margin-right: 0px;
    }

    .fontSize52 {
        font-size: 34px;
        line-height: 46.41px;
    }

    /* footer section */
    .margin-top {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    
    .fontSize32 {
        font-size: 25px;
        line-height: 35.99px;
    }
    .footer-list {
        margin-top: 11px;
    }

    .line-height {
        line-height: 33px !important;
    }

}

@media screen and (max-width: 575px) {
    .main-heading {
        font-size: 30px;
    }

    .heading-line {
        padding: 0px 10px;
    }
    .fontSize22 {
        font-size: 17px;
    }
}

@media screen and (max-width: 499px) {
  
}