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

.service-item .service-icon {
    margin-right: 0 !important;
    margin-left: 1.5rem;
}

.navbar-brand.d-flex.align-items-center {
    direction: ltr;
    margin-right: 0!important;
    margin-left: 1rem;
}

.dropdown-menu[data-bs-popper] {
    left: right
}
.dropdown-item {
    text-align: right;
}
.footer .btn.btn-link {
    text-align: right;
    display: flex;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-left: 10px;
}

.footer .me-3 {
    margin-right: 0!important;
    margin-left: 1rem;
}


.container-xxl.py-5 .me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

.input-dom-button {
    border-radius: 10px 0 0 10px;
    border-left: 2px solid #CCC;
    border-right: none;
}

.domain-serach .input-dom-search {
    border-radius: 0 10px 10px 0;


}

.form-floating>label {
    right: 0;
    left: auto;
}
 .unstyled {
    margin: 0;
    padding: 0;
 }

 .dir-ltr {
    direction: ltr;
 }
 .login label {
    text-align: right;
}


.cart-icon .dropdown-menu[data-bs-popper] {
    left: auto;
}


.text-carous {
    border-radius: 160px 30px 160px 30px
}

.footer .copyright {
    direction: ltr;
}

.page-host-pur .plans-page-host input {
    position: absolute;
    right: auto;
    left: 50px;
}

.find-domain .icon {
    position: absolute;
    top: 0;
    right: auto;
    left: 0
}

.page-det-host {
    direction: rtl;
    text-align: right;
  }
  .list-group-flush {
    padding: 0
  }
