﻿.socialicon {
    width: 4rem!important;
    height: 4rem!important;
}
.footer-logo {
    height: 120px;
}

@media only screen and (max-width: 500px) {
    .ropmenumobile{
        padding-left:5px!important;
    }
}

@media only screen and (min-width: 530px) and (max-width: 1000px) {
    .owl-prev {
        display: none !important;
    }

    .owl-next {
        display: none !important;
    }
    .ropmenumobile {
        padding-left: 5px !important;
    }
}