*{
    font-family: 'Roboto', sans-serif;
}

body {
    direction: ltr;
}
.whatsapp_butn {
    right: unset;
    left: 20px;
}

@media(max-width:768px)
{
    .whatsapp_butn {
        left: 5px;
        right: unset;
    }
   .progress-wrap {
        left: unset;
    right: 5px !important;
    }
}
.navs-container .top-nav .search-box .form-group .search_butn {
    left: 0;
    right: unset !important;
    border-radius: 25px 0 0 25px;

}
.header .row.justify-content-end.align-items-center ,
.about-sec .row.align-items-center.justify-content-end.align-items-center {
    justify-content: start !important;
}
.navs-container .navbar .secrch_dropdown .dropdown-menu .form-group .search_butn {
    right: unset;
    left: 12px;
}
.about-sec .text-box .title::after {
    left: unset;
    right: 0;
}

.about-sec::before {
    right: 0;
    left: unset;
}

.progress-wrap {
    right: 20px;
    left: unset;
}

.banners-sec .card2 .ms-auto {
    margin-right: auto!important;
    padding-inline-start: 3vw;
    margin-left: unset !important;
}

input[type='email'], input[type='number'] {
    direction: ltr;
}

.newsletter-sec .inner .form-group .butn {
    left: unset;
    right: 0;
}

.pg-header .bg {
    transform: rotateY(180deg);
}

.contact-pg .wrapper-sm .num-item .icon::before {
    right: unset;
    left: -10px;
}
.contact-pg .wrapper-sm .num-item:hover .icon::before {
    transform: translate(10px, 10px);
}
.register-pg .register_inner .head::after {
    right: -22px;
    left: unset;
}
.register-pg .register_inner .register_body {
    border-radius: 0 25px 25px 25px;
}
.show_hide_password .show_pass {
    left: unset;
    right: 20px;
}
.register-pg .register_inner .register_body .code-select ,
.modal .code-select {
    border-radius: 0 25px 25px 0 !important;
}

.cart-pg .summary-checkout .footer-card .code-group .submit-btn {
    left: unset;
    right: 0;
    border-radius: 0 15px 15px 0;
}
.checkout-pg select.country_code {
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.navs-container .navbar .nav-link.active::after {
    left: 0;
}
.stars {
  direction: rtl;
}