@media only screen and (max-width: 991px){
    .navbar-nav{
        text-align: center;
    }
    .navbar-collapse{
        padding: 15px 0;
    }
    .olb-login{
        display: inline-block   ;
    }
}

@media only screen and (max-width: 767px){
	.list-link{
		position: relative;
		height: auto;
		margin-bottom: 50px;
	}
    .dashed-border-r, .dashed-border-l, .dashed-border-t{
        border: none;
    }
    .resp-mob-bn{
        width: 50%;
        display: block;
        margin: 0 auto 30px;

    }
    .wel-pad-body{
        padding-left: 0; 
    }
    .footer-ribbon .col-md{
        margin-bottom: 15px; 
    }
    .footer-body{
        text-align: center
    }
    .foot-sec-1, .foot-sec-2{
        border-bottom: 1px dashed #8D8D8D;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .footer-foot .col-md-4, .footer-foot .col-md-8{
        text-align: center!important;
    }
    .footer-foot .col-md-8{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px){
    .social-link, .footapp-icon{
        margin-bottom: 30px;
    }
    .resp-eqho{
        width: 50%;
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 374px){
	.app-img img{
		margin-bottom: 15px;
	}
}