body{
    direction: rtl;
}
.topbar-right .social p {
    margin-left: 1.5rem;
    margin-right: 0;
}
.topbar-right .social p svg {
    margin-left: 0.5rem;
    margin-right: 0;
}

.sticky-quote {
    left: 0;
    right: auto;
    padding-right: 15px;
    padding-left: 10px;
}
.quotation-form .cancel {
    margin-right: 11px;
    margin-left: 0;
}

.modal .btn-close {
    padding-left: 2rem !important;
}
input, textarea, select {
    text-align: right;
}
.select2 .select2-selection {
    background-position: left;
    flex-direction: row-reverse;
}
.select2-results__option {

    text-align: right;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px;
}
.serv svg {
    margin-right: 0;
    margin-left: 0.3rem;
}
.news .col-lg-3 {
    border-left: 2px solid #414860;
    border-right: 0;
}
.news .col-lg-3:last-child {
    border-left: 0;
}
.owl-carousel{
    direction: ltr;
}
.faq .accordion-item {
    border-right: 4px solid #ef4137;
    border-left: 0;
}
section.upTop {
    left: 0;
    right: auto;
}
.slider .carousel-control-next {
    transform: rotate(
180deg
);
    left: 2rem;
    justify-content: start !important;
}
.slider span.carousel-control-prev-icon {
    margin-right: 3em;
    margin-left: 0;
    transform: rotate(
180deg
);
}
.page-title h1:after {
    content: "";
    display: inline-block;
    width: 88px;
    height: 9px;
    background: #ef4137;
    margin-right: 0.5em;
    margin-bottom: 9px;
}
section.page-title h1:before{
    content: none;
}
.page-title .breadcrumb-item+.breadcrumb-item::before {
    margin: 10px 6px 0px 12px;
}
.about-img {
    transform: rotate(
5deg
);
}
.about-img .img {
    transform: rotate(
-5deg
);
}
.contact-info p {
    margin-left: 0;
    margin-right: 1.7rem;
}
.error h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.bill h5:before {

    margin-right: 0;
    margin-left: 10px;
}
.info-box div:after {
    right: auto;
    left: 0;
}
.info-box div {
    padding-left: 2em !important;
    padding-right: 1em;
}

.info-box div:last-child {
    padding-right: 1em;
}
.contact-us select, .contact-us input {
    background-position: left !important;
}
.accessories label{
    margin-right: 0;
    margin-left: 21px;
}
.car-box {
    margin-right: 0;
    margin-left: 60px;
}
.car-box:after {
    right: auto;
    left: 0;
}
.bill p {
    margin-left: 0;
    margin-right: 41px;
}
.bill p .tomato.me-3 {
    margin-right: 1rem;
    margin-left: 0 !important;
}
/* Responsive */
@media (max-width:991px){
    section.navbar {
        left: 10px;
    }
    .car-step h6 {
        margin-left: 0;
        margin-right: 0 !important;
    }
}
@media (min-width: 992px){
    header .navbar li:after {
        left: 0;
        right: auto;
    }
    .info-box div:first-of-type {
        padding-right: 0;
    }
    .car-step {
        width: 181px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .news .col-lg-3:nth-child(even) {
        border-left: 0;
    }
}
@media(max-width:767px){
    .news .col-lg-3{
        border-left: 0;
    }
    .car-damage .form-check.mb-3 {
        padding-right: 0;
    }
}
@media (min-width: 576px){
    #service .serv {
        border-left: 2px solid #414860;
        border-right: 0;
    }
    #service .col-sm-4:last-child .serv {
        border-right: none;
        border-left: 0;
    }
}

