/*================================== Xtra small =============================*/
@media (max-width:575px){
    .s-post-details a {
	color: #222;
	font-size: 15px!important;
}
    .sidebar-widget {
        padding-bottom: 50px;
    }
    
    .payment-getway {
        text-align: center;
    }
}
/*================================== small =============================*/
@media (min-width:576px) and (max-width:767.98px){
    .sidebar-widget {
        padding-bottom: 50px;
    }
     .payment-getway {
        text-align: center;
    }
}
/*================================== mediam =============================*/
@media (min-width:768px) and (max-width:991.98px){
    .s-post-details h4{
        line-height: 0.46;
    }
    .s-post-details a {
	font-size: 15px!important;
}
    .sidebar-widget {
        padding-bottom: 50px;
    }
     
}
/*================================== larged =============================*/
@media (min-width:992px) and (max-width:1199.98px){
    .s-post-details h4{
        line-height: 0.46;
    }
    .s-post-details a {
	font-size: 16px!important;
}
}