.footericons{
    background-color: #e6e6e6;
    border-radius: 7px;
    display: inline-block !important;
    margin-bottom: 20px;
}
.footer-section ul.footericons li {
    margin: 0 15px !important;
}
.footer-section ul.footericons img {
    margin-top: 10px;
    margin-bottom: 10px;
}
#top {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #fe7202;
    color: #fff;
    font-size: 35px;
    margin: 0 auto -20px;
    position: absolute;
    line-height: 40px;
    z-index: 10;
    bottom: 70px;
    right: 48%;
}
#top i.fa{
    color: #fff;
}
.contact-details{
    text-align: right;
    padding-bottom: 20px;
}
.contact-details h3{
    color: #fe7202;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-block{
    background: #fff;
    padding:15px;
    margin: 30px 0 0;
    border-radius: 20px;
}
.contact-block>.row>div:first-child{
    border-left: 1px solid #fe7202;
}
.contact-block .git-element {
    margin: 0px;
    text-align: right;
    display: flex;
}
.contact-block .git-element .git-icon i {
    padding: 15px 25px;
    background: #fff7f0;
    color: #fe7202;
    font-size: 20px;
    margin: 0 0px 0 15px;
    border-radius: 5px;
}
.contact-block .git-element .git-text {
    line-height: 50px;
}
.contact-block .git-element .git-text span {
    font-size: 16px;
    color: #fe7202;
    font-weight: 700;
    line-height: 25px;
}
.contact-block .btn-section,.why-more-btn .btn-section,a.showMore.btn.btn-section ,.upload-section .btn-section {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 5px;
    line-height: 5px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #067de4;
    background: #067de4;
    outline: none;
    box-shadow: 0px 0px 0px 0px rgba(158, 158, 158, 0.6);
    overflow: hidden;
}
.contact-block .btn-section:hover ,.why-more-btn .btn-section:hover,a.showMore.btn.btn-section:hover ,.upload-section .btn-section:hover{
    text-decoration: none;
    box-shadow: 0px 10.213px 20px 0px rgba(158, 158, 158, 0.1);
}
.contact-block-btn{
    text-align: left;
}
.contact-block .btn-section span,.why-more-btn .btn-section span ,.upload-section .btn-section span{
    z-index: 20;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 25px;
}
.contact-block .btn-section:after ,.why-more-btn .btn-section:after,.upload-section .btn-section:after{
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 9;
}
.contact-block .btn-section:hover ,.why-more-btn .btn-section:hover{
    color: #fff;
}

.contact-block .btn-section:hover:after ,.why-more-btn .btn-section:hover:after {
    left: 120%;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-span{
    color: #011e37;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    display: inline-block;
}
#myContact .form-section{
    margin-top: 0;
}
#myContact .modal-dialog{
    direction: rtl;
}
.contact-dir a{
    border: 3px solid #067de4;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    background-color: #067de4;
    text-align: center;
    display: inline-block;
    color: white;
    z-index: 9;
    box-shadow: 0 0 17px rgba(6, 125, 228, 0.4);
}
.contact-dir {
    text-align: right;
    margin: 30px 0;
}
.circle-flag {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 55px;
    border: 1.5px solid #fe7202;
    margin: -50px auto 15px;
}
.circle-flag>img{
    width: 65%;
}
.contact-time{
    padding: 15px 25px;
    background: #fff7f0;
    color: #fe7202;
    font-weight: 700;
    margin: 0 0px 0 15px;
    border-radius: 5px;
    margin: 40px 10px 10px;
    text-align: center;
}
.contact-time>span:last-child{
    color: #011e37;
    margin-right: 10px;
}
.git-text>span>a{
    color: #fe7202;
}
.gitcontainer {
    min-height: 130px
}
.gitcontainer .git-element.git-element3 {
    margin-bottom: 30px !important;
    direction: ltr;
}
.gitcontainer  .git-element .git-icon i {
    width: 70px;
    margin: 0 15px 0 0 !important;
}

.end-footer .footer-social a i{
    color: #807e79 !important;
    margin: 12px 18px;
    font-size: 20px;
}
.end-footer .footer-social a:hover{
    background: transparent
}
.end-footer .footer-social a:hover i{
    background: transparent;
    color: #fe7202 !important;
}
.contact-upload-file{
    width: 150px;
    height: 40px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid white;
    font-size: 15px;
    font-weight: 700;
    background-color: #fe7202;
    color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.contact-upload-file label{
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 20px;
}
#contact-m-file{
    transform: scale(2);
    opacity: 0;
    cursor: pointer;
}
.txt-o{
    color: #fe7202;
}
.feat-item {
    box-shadow: 0px 0px 20px 0px #dfdfdf;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    transition: all 0.4s;
    background-color: #fff;
}
.feat-item-img {
    position: relative;
    background: url(../img/features/feat-bg.png) no-repeat;
    background-position: center center;
    background-size: contain;
    height: 160px;
}
.feat-item-img img{
    transition: all 0.4s;
    max-height: 100%;
    max-width: 100%;
}
.feat-item-img h1 {
    font-size: 90px;
    position: absolute;
    top: -20px;
    right: 30px;
}
.feat-item:hover{
    transform: scale(1.05);
}
.feat-item:hover .feat-item-img img{
    -webkit-animation: featmove 1s infinite alternate; /* Safari 4.0 - 8.0 */
    animation: featmove 1s infinite alternate;
}
@keyframes featmove {
    from {}
    to {transform: translate(20px,10px) scale(1.05);}
}
.main-why{
    background-color: #fbfbfb;
}
.main-why>.container>.row {
    flex-direction: row-reverse;
}
.why-img {
    height: 120px;
    margin-bottom: 10px;
    line-height: 120px;
}
.why-img img{
    transition: all 0.4s;
    max-height: 100%;
    max-width: 100%;
}
.feat-item:hover .why-img img{
    -webkit-animation: swing 1s ease infinite;
    animation: swing 1s ease infinite;
}
.our-client .owl-nav{
    display: none !important;
}
.our-client .feat-item {
    max-height: 275px;
    margin: 80px 20px 40px;
}
.form-subscribe input{
    border-radius: 30px !important;
}
.btn-orange {
    background-color: #fe7202;
    color: #fff !important;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    transition: all 0.4s;
}
.btn-orange i.fa{
    color: #fff;
}
.btn-orange:hover{
    background-color: #e44000;
    color: #fff !important;
}
.btn-orange:hover i.fa{
    background-color: #e44000;
    -webkit-animation: swing 1s ease infinite;
    animation: swing 1s ease infinite;
}
.txt-b{
    color: #067de4;
}
.btn-register {
    background: #067de4;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    border-radius: 40px;
    direction: rtl;
}
.btn-register img{
    height: 32px;
    margin-left: 6px;
}
.btn-register i.fa {
    color: #fff;
    background-color: #046eca;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 20px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 5px;
    transform: rotate(180deg);
}
.btn-register:hover{
    color: #fff ;
    -webkit-animation: btnscale .5s infinite alternate; /* Safari 4.0 - 8.0 */
    animation: btnscale .5s infinite alternate;
}
@keyframes btnscale {
    to {transform: scale(1.05);
        box-shadow: 1px 1px 5px #02447d;
    }
}
.profile-changed-sec{
    background-color: #f8f8f8;
    border-radius: 0 0 25px 25px;
    padding-top: 70px;
    padding-bottom: 180px;
}
.profile-search-box{
    border-radius: 30px;
    overflow: hidden;
}
.profile-second{
    margin-top: -100px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 80px;
}
.line-profile-tabs {
    padding: 0;
    background: #ebebeb;
    height: 1px;
    width: 35%;
    margin: 5px auto;
}
.profile-changed-txt-second {
    margin-right: 10px;
}
.form-subscribe input[type=email]{
    text-align: right;
}
.about-features .row{
    flex-direction: row-reverse;
}
.footer-blur-all {
    position: relative;
}
#msform .fieldset .form-section input.checkbox2:after,#msform .fieldset .form-section input.checkbox2:before{
    width: 17px;
    height: 14px;
}
.content1-setting i.fa {
    position: relative;
    right: -15px;
    color: #067de4;
}
.feat-item .feat-item-txt {
    direction: rtl;
}
.workmethod-img{
    padding: 70px 0;
    text-align: center;
}
.workmethod-item{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: right;
}
.workmethod-item:hover{
    box-shadow: 0 0px 15px 0 #ddd;
    transform: scale(1.02);
}
.workmethod-item:hover .workmethod-item-img{
    transform: scaleX(-1);
}
.workmethod-item-img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.4s;transition: all 0.4s;
    border: 5px solid #fbfbfb;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    padding: 15px;
    margin: -60px 5px 20px;
}
.workmethod-item-img img{
    max-height: 100%;
}
.workmethod-item-ul li{
    padding: 15px;
    border-radius: 5px;
    color: #1b1b1b;
    font-weight: 700;
    font-size: 16px;
}
.workmethod-item-ul li:nth-child(odd){
    background-color: #fbfbfb;
}
.workmethod-item-ul li::before {
    content: "•";
    color: #fe7202;
    font-size: 40px;
    float: right;
    margin-left: 10px;
    margin-bottom: 20px;
}
.end-footer .right a img {
    width: 80px;
    margin-left: 10px;
}
.workmethod-rounded{
    border-radius: 10px;
    box-shadow: 0 0px 15px 0 #ddd;
    padding: 50px 15px;
    background: #fff url(../img/workmethod/Store_1871436.png) no-repeat;
    background-size: 90px;
    background-position: bottom right;
}
.features-page-title{
    line-height: 90px;
    text-align: center;
}
.free {
    color: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    background: url(../img/features/free.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 90px;
    margin-left:20px;
    font-size: 20px;
}
.features-page-vedio{
    border-radius: 10px;
    overflow: hidden;
    margin: 30px auto;
}
.front-us img {
    max-height: 90px;
}
.selectcustom{
    padding: 7px 0%;
    width: 100%;
    text-align: right;
    color: #fe7202;
    display: block;
    margin: 0px 10px 0 0px;
    cursor: pointer;
    background-color: #fff7f0;
    border-radius: 5px;
    border: none;
    font-weight: 700;
}
#app .profile-second-table .owl-items button {
    padding: 7px 15px !important;
    margin: 5px !important;
}
.mobile-language.hidden-lg.hidden-md{
    right: 55px;
}
@media(min-width:1300px){
    .all-links{
        width: 645px;
    }
}
@media(min-width:1200px){
    .featuress-section ul li h3 {
        margin-top: 30px;
    }
}
@media(min-width:1024px){
    .end-footer .left {
        left: 210px !important;
    }
    .end-footer .right {
        right: 210px !important;
    }
    .footer-social {
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../img/footer-plan-ar.png) no-repeat;
        background-size: contain;
        background-position: bottom right;
        width: 250px;
        line-height: 340px;
        z-index: 1000000;
        height: 250px;
        padding-left: 60px;
        overflow: hidden;
    }
}
@media(min-width:768px){
    section.featuress-section>.container>.row ,.profile-search-box{
        width: 70%;
        margin: auto;
    }
}
@media(max-width:768px){
    #top {
        margin: 0 auto 100px;
        right:47%;
    }
    .featuress-section ul li {
        margin: 20px auto;
    }
    .feat-item-img{
        width: 70%;
        margin: auto;
    }
}
@media(max-width:450px){
    .demo-2 .sl-slider-wrapper {
        height: 350px;
    }
    .gps_ring {
        z-index: 100;
    }
    .half-circle-menu .center-circle {
        width: 100%;
    }
    .little-circle {
        width: 65px;
        height: 65px;
    }
    .one {
        left: 20px !important;
    }
    .one span {
        left: 0 !important;
    }
    .two {
        left: 30% !important;
        margin-top: 0 !important;
    }
    .three {
        left: 55% !important;
        margin-top: 0 !important;
    }
    .four {
        left: 80% !important;
        margin-top: 0 !important;
    }
    .three span {
        top: -5px;
    }
    .four span {
        top: -5px !important;
        left: 0 !important;
    }
    .four h3 ,.three h3,.one h3,.two h3{
        top: -50px !important;
        font-size: 14px;
        right: auto !important;
    }
    .center-circle {
        top: 60px;
    }
    .categories {
        margin: 110px auto 0;
    }
    .half-circle-menu {
        height: auto;
    }
    .contact-block>.row>div:first-child {
        border-left: none;
    }
    .footer-section ul.footericons li {
        display: inline-block !important;
        margin: 0 10px !important;
    }
    #top {
        margin: 0 auto 120px;
        right:45%;
    }
    .demo-2 .sl-slider h2,.demo-2 .sl-slider h4 {
        margin: 10px auto;
    }


}
.gallery-view-img {
    display: inline-block;
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s;transition: all 0.4s;
    width: 150px;
    margin: auto;
}
.gallery-view-img:hover{
    transform: scale(1.02);
}
#gallery-view{
    opacity: 0;
    -webkit-transition: all 0.4s;transition: all 0.4s;
    overflow: hidden;
}
#gallery-view.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 100pc;
    width: 100%;
    z-index: 100000000;
    opacity: 1;
    overflow: hidden;
}
#gallery-view img {
    z-index: 1;
    max-width: 90% !important;
    max-height: 35% !important;
    margin: 5% auto;
    position: relative;
    display: block;
    -webkit-transform: scale(0);transform: scale(0);
    -webkit-transition: all 0.5s linear 0.5s;transition: all 0.5s linear 0.5s;
}
#gallery-view.active img {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#gallery-view .gallery-view-close {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 40px;
    height: 40px;
    background: transparent;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 1s linear 0.5s;transition: all 1s linear 0.5s;
    -webkit-transform: scale(0);transform: scale(0);
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 35px;
}
#gallery-view.active .gallery-view-close {
    -webkit-transform: scale(1);transform: scale(1);
}
#gallery-view:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(254, 114, 2, 0.8);
    border-radius: 50%;
    -webkit-transform: scale(0);transform: scale(0);
    -webkit-transition: all 0.8s;transition: all 0.8s;
}
.gallery-view-img img {
    width: 100%;
    height: 150px;
}
#gallery-view.active:before {
    -webkit-transform: scale(3);transform: scale(3);
}


li.select2-results__option.select2-results__option--highlighted {
    background-color: #fe7202;
}
li.select2-results__option{
    font-weight: 700;
    background-color: #fff7f0;
}
span.select2-selection.select2-selection--single {
    width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid white !important;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff7f0;
    color: #fe7202;
    border-radius: 10px !important;
    height: 42px;
}
span.select2-selection__rendered {
    color: #fe7202 !important;
    font-size: 15px;
    font-weight: 700;
}
ul.languagepicker2.notif-list {
    left: 400px;
}
ul.languagepicker2.notif-list li:first-child a{
    background-color: transparent;
    border: none;
    text-align: left;
    padding-top: 0;
    padding-bottom: 12px;
}
ul.languagepicker2.notif-list h6 {
    color: #067de4;
    font-size: 12px;
    -ms-text-align-last: right;
    text-align: justify;
    text-align-last: right;
}
ul.languagepicker2.notif-list small{
    font-size: 10px;
    color: #9d9d9d;
}
ul.languagepicker2.notif-list li{
    border-bottom: 1px solid #ddd;
    padding: 5px 7px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
ul.languagepicker2.notif-list li:hover {
    background-color: #EEE;
}
ul.languagepicker2.notif-list li:first-child {
    padding-top: 0;
    border-bottom: none;
}
ul.languagepicker2.notif-list li:first-child:hover {
    background-color: transparent;
}
.modal.fade.bd-example-modal-lg .modal-content {
    background-color: transparent;
    border: none;
}
.pay-img{
    height: 25px;
}
.pay-details {
    border: 2px solid #067de4;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.pay-details p{
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.input-ways{
    width: 100%;
    padding: 10px 20px;
    margin-top: 10px;
    border: 1px solid white;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff7f0;
    color: #fe7202;
    border-radius: 10px;
}
.form-group {
    margin-right: 20px;
}
.languagepicker2.emptylist:hover {
    height: auto;
}
.all-body-show a.btn-section {
    max-width: 45%;
    float: none !important;
}
.button-show .img-show1{
     max-width: 44%;
 }
.count-notifition {
    background-color: #fe7202;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    position: absolute;
    top: 13px;
    left: 44px;
}
.font12{
    font-size: 13px !important;
}
.font16{
    font-size: 16px !important;
}
.tr-header {
    background-color: #fff;
    border-radius: 25px;
    padding-bottom: 15px;
    padding-top: 5px;
    margin-bottom: 11px;
    box-shadow: 0px 4px 10px #eee;
}

.form-section-form .form-group {
    margin-right: 0;
}
span.select2-selection__rendered {
    text-align: right !important;
}
.credit-section.hide-section-sm.animated {
    background-color: #fe933e;
}
.flagcode {
    position: absolute;
    left: 20px;
    top: 28px;
    width: 90px;
}
.flagcode img {
    width: 27px !important;
    height: 21px !important;
    position: absolute;
    bottom: 6px;
    left: 5px;
}
.flagcode>input {
    border: 1px solid #fe7202 !important;
    padding: 5px !important;
}

@media (min-width: 991px) {
    .tab-table2 ,.form-all-section.wow{
        max-width: 100%;
    }
}
button.btn.btn-section {
    cursor: pointer;
}
.dir-ltr{
    direction: ltr;
}
.dir-rtl{
    direction: rtl;
}
.popupbtns a{
    float: none ; cursor: pointer;
}
.modal-open .modal .tab-table2 .tab-thead th {
    text-align: center;
}
.modal-open .modal .all-body-show .btn-section {
    font-size: 14px;
    letter-spacing: 0px;
}
.p-relative{
    position: relative !important;
}
.tab-table2 .tab-thead .th2,.tab-table2 .tab-thead .th3,.tab-table2 .tab-thead .th4,.tab-table2 .tab-thead .th5,.tab-table2 .tab-thead .th6{
    text-align: center;
}
.zindex{
    z-index: 10000;
}

.selectcustom{
    padding: 7px 0%;
    width: 100%;
    text-align: right;
    color: #fe7202;
    display: block;
    margin: 0px 10px 0 0px;
    cursor: pointer;
    background-color: #fff7f0;
    border-radius: 5px;
    border: none;
}
span.show-hint-txt {
    position: absolute;
    bottom: 100%;
    left: -350%;
    width: 170px;
    padding: 3px;
    text-align: center;
    font-size: 10px;
    opacity: 0;
    background-color: #999;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
span.show-hint {
    float: none;
    position: relative;
    padding: 2px 4px;
    background-color: transparent;
}
span.show-hint i{
    color: #999;
    font-size: 16px;
}
span.show-hint:hover span.show-hint-txt{
    opacity: 1;
}
/*new slider*/
#carouselslider .carousel-item{
    height: 450px;
}
#carouselslider .carousel-item.carousel-1{
    background:  url("../img/main-slider/arabic/web/1.png") no-repeat;
    background-size: 100% 100%;
}
#carouselslider .carousel-item.carousel-2{
    background:  url("../img/main-slider/arabic/web/2.png") no-repeat;
    background-size: 100% 100%;
}
#carouselslider .carousel-item.carousel-3{
    background:  url("../img/main-slider/arabic/web/3.png") no-repeat;
    background-size: 100% 100%;
}
#carouselslider .carousel-item.carousel-4{
    background:  url("../img/main-slider/arabic/web/4.png") no-repeat;
    background-size: 100% 100%;
}
#carouselslider .carousel-item.carousel-5{
    background:  url("../img/main-slider/arabic/web/5.png") no-repeat;
    background-size: 100% 100%;
}
#carouselslider .carousel-item.carousel-6{
    background:  url("../img/main-slider/arabic/web/6.png") no-repeat;
    background-size: 100% 100%;
}
.arameximg:hover{
    filter:brightness(100) !important;
}
.register-form-section{
    padding: 30px 15px 10px 15px !important;
}
@media screen and (min-width: 1900px) {
    #carouselslider .carousel-item{
        height: 600px;
    }
}
@media screen and (max-width: 1024px) {
    #carouselslider .carousel-item{
        height: 350px;
    }
}
@media screen and (max-width: 768px) {
    #carouselslider .carousel-item{
        height: 300px;
    }
}
@media screen and (max-width: 550px) {
    #carouselslider .carousel-item.carousel-1{
        background:  url("../img/main-slider/arabic/mobile/1.png") no-repeat;
        background-size: 100% 100%;
    }
    #carouselslider .carousel-item.carousel-2{
        background:  url("../img/main-slider/arabic/mobile/2.png") no-repeat;
        background-size: 100% 100%;
    }
    #carouselslider .carousel-item.carousel-3{
        background:  url("../img/main-slider/arabic/mobile/3.png") no-repeat;
        background-size: 100% 100%;
    }
    #carouselslider .carousel-item.carousel-4{
        background:  url("../img/main-slider/arabic/mobile/4.png") no-repeat;
        background-size: 100% 100%;
    }
    #carouselslider .carousel-item.carousel-5{
        background:  url("../img/main-slider/arabic/mobile/5.png") no-repeat;
        background-size: 100% 100%;
    }
    #carouselslider .carousel-item.carousel-6{
        background:  url("../img/main-slider/arabic/mobile/6.png") no-repeat;
        background-size: 100% 100%;
    }
    span.select2-selection.select2-selection--single {
        padding-top: 0 !important;
    }
    .register-form-section {
        padding: 30px 0px 10px!important;
        overflow: visible!important;
    }
    .register-form-section iframe {
        max-width: unset !important;
    }
    .g-recaptcha>div{
        max-width: 100% !important;
        display: flex;
        justify-content: center;
    }
    ul.languagepicker2.notif-list.d-block.d-sm-none {
        left: auto;
        right: 5px;
        text-align: right;
    }
    ul.languagepicker2.notif-list.d-block.d-sm-none li:first-child a{text-align: right;}
    .profile-changed-sec {
        padding-top: 50px;
        padding-bottom: 90px;
    }
    .profile-search-title {
        margin-top: 10px;
    }
    .banner-page {
        min-height: 20px;
        padding: 10px 0;
        margin-top: 30px;
    }
    .banner-page p {
        margin: 10px auto 0;
    }
    .banner-page h3 {
        font-size: 22px;
    }
    .banner-page p span,.banner-page p a{
        font-size: 18px;
    }
    .all-new-order-button {
        margin-top: 0px;
    }
    .tabs label {
        width: 50%;
    }
    .tabs .tab{
        order: 99;
    }
    .tabs {
        align-items: center;
    }
    .tabs input[type="radio"]:checked + label {
        width: 50% !important;
        margin-bottom: 0 !important;
        background-color: #fe7202;
        color: #fff;
    }
    .table-scroll , .all-new-order-button a.btn.btn-section.btn-toggle-show {
        margin-bottom: 5px;
    }
    .shipments-tabs {
        margin-top: 10px;
    }
    /*tables*/
    div#app table {
        width: 100% !important;
        text-align: center !important;
    }
    div#app table thead th , div#app table tbody td {
        text-align: center !important;
        display: block;
        width: 100%;
        margin: auto;
        border-radius: 0;
        padding: 5px !important;
    }
    div#app table thead th
    {
        font-size: 15px !important;
    }
    div#app table tbody tr:nth-child(4):not(.space),div#app table tbody tr:nth-child(8):not(.space),div#app table tbody tr:nth-child(12):not(.space) {
        border: 1px solid #ddd!important;
    }
    div#app table tbody tr:nth-child(4):not(.space) td,div#app table tbody tr:nth-child(8):not(.space) td,div#app table tbody tr:nth-child(12):not(.space) td {
        background: #f1f1f1 ;
    }
    .profile-second-table2-title table tbody tr:nth-child(odd) td {
        background: #f1f1f1 !important;
    }
    .profile-second-table2-title table tbody tr:nth-child(even) td {
        background: #fff !important;
    }
    .profile-second-table2-title .tab-table2 .tab-tbody .td7 span ,.profile-second-table1-title .tab-table2 .tab-tbody .td5 span,.profile-first-table-title .tab-table2 .tab-tbody .td5 span{
        display: inline-block;
    }
    .profile-second-table2 ,.profile-second-table1,.profile-second-table,.profile-first-table{
        padding: 10px 0px;
    }
    .footer-section {
        margin: 6px 0;
    }
    .footer-section img {
        margin-top: 0;
    }
    /*div#app table tbody td {*/
          /*padding: 1px !important;*/
      /*}*/
    ul.languagepicker2.notif-list.d-block.d-sm-none {
        background-color: transparent;
    }
    ul.languagepicker2.notif-list.d-block.d-sm-none li+li {
        background-color: #fff;
    }
    .setting-special-menu {
        position: absolute;
        top: 25px;
        right: 120px;
        z-index: 10000000;
    }
    .setting-special-menu button.setting-dropdown-toggle{
        background-color: transparent;
        border: none;
        font-size: 22px;
        color: #fe7202 !important;
    }
    .setting-special-menu button.setting-dropdown-toggle i{
        color: #fe7202 !important;
    }
    .setting-dropdown-menu{
        display: none;
        width: 426px;
        position: absolute;
        right: -120px;
        top: 45px;
        padding: 15px 35px;
        background-color: #f9f9f9;
        text-align: right;
        font-size: 16px;
        font-weight: 700;
    }
    .setting-dropdown-menu li:first-child{
        color: #fe7202 !important;
        padding: 5px 15px 15px;
    }
    .setting-dropdown-menu li:first-child i{
        color: #fe7202 !important;
        width: 30px;
    }
    .setting-dropdown-menu a{
        color: #000;
        display: block;
        background-color: #fff;
        padding: 15px;
        border-bottom: 1px solid #f9f9f9;
    }
    .setting-dropdown-menu a:hover{
        background-color: #f6f6f6;
    }
    .setting-dropdown-menu a i{
        color: #067de4;
        width: 30px;
    }
    .form-all-section {
        padding-top: 30px;
    }
    .credit-all {
        padding: 0px 0 30px 0;
    }
    .count-notifition {
        right: 9px;
        left: auto;
    }
    form.shipping-enter-weight-form {
        margin-bottom: 120px;
    }
}
@media (max-width : 340px){
    .logo a img {
        width: 135px;
    }
    .setting-dropdown-menu {
        display: none;
        width: 330px;
    }
}
.changeplan span {
    text-align: right !important;
}
.changeplan .row {
    margin: 0 !important;
}
.mobilenavsm .row-setting {
    background-color: #fff;
    color: #fe933e;
}
.mobilenavsm .h1-setting {
    color: #fe933e;
}
.mobilenavsm .h1-setting i{
    color: #fe933e;
}
.step1off{
    transform: scale(0.8); position: relative; opacity: 0; display: none;
}
.step2on{
    display: block !important; left: 0%; opacity: 1;
}
.sticky-wrapper{
    height: 45px;
}
.sticky-wrapper.is-sticky header.default-header {
    background-color: #fff !important;
    visibility: visible;
    position: fixed;
    top: 0px;
}
.footer-whatsapp{
    position: fixed;
    bottom: 20px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    text-align: center;
    font-size: 35px;
    z-index: 10;
}
.footer-whatsapp i {
    color: #fff;
}
.all-new-order-button {
    margin-top: 10px;
}

.control.control--radio{
    direction: ltr;
    text-align: right;
}
/**********/
/* loading screen*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 999;
  }
  
  .loading:before {
    content: url("../img/logo/logo.png");
    position: absolute;
    top: 43%;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
    animation: loading 2s infinite;
  }
  
  @keyframes loading {
      0% {
          transform: scale(1) rotate()
      }
      50% {
          transform: scale(1.5)
      }
      100% {
          transform: scale(1.2)
      }
  }

