 body {
     direction: ltr;
     text-align: left;
 }
 
 .top-header .top-link:first-child {
     border-left: none;
     padding-left: 0;
     margin-left: 0px;
     border-right: 1px solid #949494;
     padding-right: 10px;
     margin-right: 6px;
 }
 
 .menu .nav-links>ul>li>a:before {
     left: 0;
     right: unset;
 }
 
 .form-cover button {
     right: 0;
     left: unset;
 }
 
 .top-cover h6::before,
 .footer h4::before {
     left: 0;
     right: unset;
 }
 
 .select2-container {
     float: none;
     text-align: left;
     direction: ltr;
 }
 
 .btnclose {
     left: unset;
     right: 24px;
 }
 
 .chatlist ul li {
     direction: ltr;
 }
 
 .chatlist-info .chatlist-time,
 .profile-page .nav-link::after,
 .profile-info button,
 .order-box h6 span:first-child::after,
 .order-details h5 span:first-child::before {
     left: unset;
     right: 0;
 }
 
 .nav-radius .nav-item:last-child .nav-link {
     border-radius: 0px 20px 20px 0px;
 }
 
 .nav-radius .nav-item:first-child .nav-link {
     border-radius: 20px 0 0 20px;
 }
 
 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 26px;
     position: absolute;
     top: 1px;
     right: 1px;
     left: unset;
 }
 
 header {
     padding: 15px 10% 15px 10px;
 }
 
 .mob-collaps {
     right: 15px;
     left: unset;
 }
 
 .delete-noti {
     left: unset;
     right: -10px;
 }
 
 .notifications li::before {
     left: 4px;
     right: unset;
 }
 
 #main .body-content {
     padding: 20px 10% 20px 20px;
 }
 
 .sidenav {
     right: unset;
     left: 0;
 }
 
 .sideclosenav {
     right: unset;
     left: -250px;
 }
 
 #main {
     transition: all .5s ease-in-out;
     margin-right: 0;
     margin-left: 250px;
 }
 
 #main.mainclosenav {
     margin-right: 0;
     margin-left: 0;
 }
 
 .list-of-users .box,
 .all-right-content .box {
     left: unset;
     right: calc(100% + 12px);
 }
 
 .list-of-users .box::before,
 .all-right-content .box::before {
     right: -7px;
     top: 41px;
     transform: rotate(133deg);
     left: unset;
 }
 
 .list-of-users li p button .fa.fa-angle-left {
     transform: rotate(180deg);
 }
 
 .nav-links ul ul a::before {
     right: unset;
     left: 0;
 }
 
 .nav-links li a::before {
     right: 17px;
     left: unset;
 }
 
 .boximg .upload-img i {
     left: unset;
     right: -34px;
 }
 
 .choose-package ul li::before {
     right: unset;
     left: 0;
 }
 
 @media (max-width: 767px) {
     .sidenav {
         right: unset;
         left: -250px;
     }
     #main .body-content {
         padding: 30px 1% 30px 1%;
     }
     .sideclosenav {
         left: 0px;
     }
     #main {
         margin-right: 0;
         margin-left: 0;
     }
     #main.mainclosenav {
         margin-left: 0px;
         margin-right: 0;
         overflow: hidden;
         transform: translateX(250px);
     }
     .top-search {
         padding: 0px 14px 0px;
         margin-top: 0;
         margin-right: 0;
         margin-left: -14px;
     }
     .nav-left.my-account {
         margin: 0 50px 0 0;
     }
 }