/*@media screen and (main-width:1500px) {*/
/*    .container{*/
/*        width: 50%;*/
/*    }*/
/*}*/

@media screen and (max-width: 1600px) {
    .container{
        width: 85%;
    }
}

@media screen and (max-width: 992px) {
    header ul li {
        margin: 0 5px;
    }
    #content-min{
        /*flex-wrap: wrap;*/
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    #left-col{
        width: 100%;
    }
    .item-section-two{
        width: 45%;
    }
    .image-item{
        height: 250px;
    }

    #container-section-three {
        flex-wrap: wrap;
    }

    #left-section-three {
        width: 100%;
    }

    #right-section-three {
        width: 100%;
        align-items: flex-start;
    }

    #footer-section-three {
        width: 100%;
        justify-content: center ;
    }

    .item-footer-three {
        width: 40%;
    }


    #container-section-five {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    #left-col-section-five {
        width: 100%;
        margin-bottom: 50px;
    }

    .earth-backgarand {
        margin-right: 0;
    }

    #list-section-for ul li {
        margin: 0 5px;
    }

    #footer-content {
        flex-wrap: wrap;
    }

    .footer-item{
        width: 30%;
    }
}

@media screen and (max-width: 930px) {
    header ul{
        display: none;
    }
    .fa-bars{
        display: inline;
    }

    #list-section-for ul li{
        display: none;
    }
    #list-section-for ul i{
        margin-right: 30px;
        display: flex;
    }

    #container-section-seven form {
        width: 70%;
    }
}

@media screen and (max-width: 822px) {
    #content-section-six {
        flex-wrap: wrap;
    }

    #right-col-section-six {
        width: 100%;
    }

    #left-col-section-six {
        width: 100%;
        align-items: center;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #content-min{
        /*flex-wrap: wrap;*/
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    #left-col{
        width: 100%;
    }
    .item-section-two{
        width: 70%;
    }

    .benefits{
        width: 45%;
    }

    .footer-item{
        width: 45%;
    }

    #copy-right{
        display: flex;
        flex-direction: column;
    }

    #container-section-seven h2{
        font-size: 30px;
    }
}

@media screen and (max-width: 645px) {
    .connect-link {
        right: -57px;
    }

    .loc-two-link {
        right: -57px;
    }
}

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

    .footer-item{
        width: 90%;
        display: flex;
        flex-direction: column;
        /*justify-content: center;*/
        align-items: center;
    }

    .footer-item p{
        margin: 8px 0;
    }

}