@media only screen and (max-width: 600px) {
    .no-row{
        text-align: center;
    }
    .explore-div {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .row-padding {
        padding-left: 5px;
        padding-right: 5px;
        background: 
        #000;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .row-padding1 {
        padding-left: 10px;
        padding-right: 10px;
        background: 
        #000;
        /* margin-left: 100px !important;
        margin-right: 100px !important; */
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .input-responsive{
        margin-bottom: 1rem;
    }
    .social-icons{
        margin-bottom: 25px !important;
    }
    .padding-top-bottom {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px){
    .padding-top-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .logos-footer img {
        height: 23px;
        width: auto;
        display: inline-block;
        margin-right: 25px;
    }
} 
@media only screen and (max-width: 1170px){
    .menu-top{
        display: none; 
    }
}
    
