/*
Theme Name: service-town.com
Description: RTL Stylesheet
*/

html, body {
    direction: rtl !important;
    text-align: right !important;
    unicode-bidi: embed;
}

body {
    direction: rtl;
    text-align: right;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, section, article {
    text-align: right;
}

.phone {
    text-align: right;
}

.social-follow {
    text-align: left;
}

.bar-align {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.search-field {
    text-align: right;
    direction: rtl;
}

.card-more {
    text-align: right !important;
}

.txtleft {
    text-align: right !important;
}
