/*************** ADD YOUR CUSTOM RTL CSS HERE  ***************/
.custom-post-grid h4 {
    text-align:right !important;
}
.custom-label {
    text-align: left !important;
}

.rtl-website-name{
	display:inline;
}
.ltr-website-name{
	display:none;
}
/* header topbar mobile direction */
.tel-rtl {
    direction: ltr;
}
.tel-rtl i {
    float: right;
    margin-top: 4px !important;
    margin-left: 5px !important;
}
@media screen and (max-width: 575px){
	.custom-label {
		text-align: right !important;
	}
}
