@font-face {
    font-family: 'Cairo';
    src: url(../fonts/Cairo-Regular.ttf);
}


body{
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    text-align: right
}

@font-face {
    font-family: 'Cairo';
    src: url(../fonts/Cairo-Regular.ttf);
}

body{
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    background: #fff;
}

header{}
header .logo{
    margin: 0 auto;
    text-align: center;
    padding: .3em 0;
    background: #eee;
}
header .logo img{
    height: 55px;
}
.content{
    background: #fff;
}
.content h4{
    margin: 0;
    background: #252525;
    color: #fff;
    padding: .5em 1em;
    text-align: center;
    font-size: 1em;
}
.content h5{
    margin: 0;
    background: #dadada;
    padding: .5em 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
}
.content .order-content{
    padding: 1.3em 2.5em;
    background: #fff;
}
.content .order-content .products{
    margin: 0 0 10px;
}
.content .order-content .products .product{
    clear: both;
    margin: 0 0 20px;
    height: auto;
}
.content .order-content .products .product h2{
    font-weight: 600;
    font-size: 1.2em;
}
.content .order-content .products .product .desc{
    margin: 0;
    /* float: right; */
}
.content .order-content .products .product .count{
    color: #f00;
    margin: 0 10px;
    float: left;
 }

.btn-order{
    border-radius: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    padding: 1em;
    color: #fff;
    background: #e01b22;
}

#map{width: 100%;height: 410px;}
#pac-input{
    padding:  16px;
    top: 0% !important;
    width: 100%;
    z-index: 55 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    font-size: 1.2em;
    background: #eeeeee;
    border: navajowhite;
    font-family: 'Cairo', sans-serif;
}
#confirm-map{
    position: fixed;
    bottom: -100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#confirm{
    position: fixed;
    bottom: -100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#notes{
    position: absolute;
    background: #fff;
    width: 100%;
    height: 120px;
    bottom: 40px;
    left: 0;
    z-index: -1;
}

.map-content{
    padding: 0 !important;
}

.display-none{
    display: none
}

.address-wrapper{
    text-align: center;
    margin: 1em 0;
    height: 160px;
}
.address-wrapper #map-address{
    color: #000;
    padding: 10px 0;
}
.address-wrapper .address{
    border-radius: 25px;
    border: none;
    padding: .5em 1em;
    background: #d6d6d6;
    width: 87%;
    text-align: center
}

.modal{
    background: rgba(0, 0, 0, 0.54);
    z-index: -1;
}

.modal-dialog{
    position: fixed;
    width: 96%;
    top: -340px;
     -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.modal-content{
    border-radius:0
}
.modal-body{
    padding: 3em 1.2em;
    text-align: center;
}
.modal-body h3{
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 30px;
}
.modal-body .notes{
    height: 200px;
    width: 97%;
    border: navajowhite;
    background: #eee;
    border-radius: 25px;
    padding: 20px;
}

.modal-dialog button{
    position: absolute;
    margin: -1px 0;
    background: #28C76F;
    width: 100%;
}


.main-menu__item:not(:last-of-type) {
    margin-left: 30px;
    margin-right: auto;
}

.main-menu__item .main-menu__link{
    font-weight: 600;
}

.menu-dropdown__inner{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.socials__item:not(:last-of-type){
    margin-left: 20px;
    margin-right: auto;
}

.slick-dots li:not(:last-of-type){
    margin-left: 6px;
    margin-right: auto;
}

.promo-slider__count{
    margin-right: auto;
    margin-left: 30px;
}

.button--green{
    border-radius: 0 0 0 20px;
}


.heading__layout{
    right:20px ;
    left: auto;
}

.img--bg{
    left: auto;
    right: 0;
}

.front-about__img{
    left: auto;
    right: 0;
}

.front-about__video{
    left: auto;
    right: 0;
}

.front-about__video .icon {
    margin-left: 35px;
    margin-right: auto;
}

.counter__count{
    margin-left: 20px;margin-right: auto;
}

.pricing-plan .list--check {
    padding-right: 22px;
    padding-left: auto;
}

.pricing-plan .list--check .list__item::before{
    right: -18px;
    left: auto;
}

.testimonials-slider__author {
    padding-right: 80px;
    padding-left: auto;
}
.testimonials-slider__author img{
    right: 0;
    left: auto;
}

.promo-slider__overlay{
    right: 0;
    left: auto;
    -webkit-text-stroke-width: 1px;
}

.testimonials--style-2 .quote-icon{
    right: -17px;
    left: auto;
}

.img-badge{
    right: 15px;
    left: auto;
}

.list--check{
    padding-right: 30px;
    padding-left: auto;
}
.list--check .list__item::before{
    right: -23px;
    left: auto;
}
.list--check .list__item::after{
    right: -30px;
    left: auto;
}

.slick-list{
    direction: ltr
}

.contacts__title{
        text-align: right;
}

.socials__item:not(:last-of-type){
        margin-left: 20px;
        margin-right: auto;
}





@media only screen and (min-width: 1200px){
    .main-menu__item:not(:last-of-type) {
        margin-left: 35px;
        margin-right: auto;
    } 

    .img-badge {
        right: auto;
        left: -90px;
    }
}

@media only screen and (min-width: 576px){
    .img-badge {
        padding: 29px 40px 37px 30px;
    }
}
