@font-face {
    font-family: "helvetica";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HelveticaNeueW23-Reg.eot');
    src: local('HelveticaNeueW23-Reg'),
    url('../fonts/HelveticaNeueW23-Reg.eot?#iefix') format('embedded-opentype'),
    url("../fonts/HelveticaNeueW23-Reg.woff") format("woff"),
    url("../fonts/HelveticaNeueW23-Reg.ttf") format("truetype"),
    url("../fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");
}
@font-face {
    font-family: "helveticaBd";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/HelveticaNeueW23-Bd.eot');
    src: local('HelveticaNeueW23-Bd'),
    url('../fonts/HelveticaNeueW23-Bd.eot?#iefix') format('embedded-opentype'),
    url("../fonts/HelveticaNeueW23-Bd.woff") format("woff"),
    url("../fonts/HelveticaNeueW23-Bd.ttf") format("truetype"),
    url("../fonts/HelveticaNeueW23-Bd.svg#HelveticaNeueLTArabic55Roman") format("svg");
}
body {
    direction: rtl;
    text-align: right;
    font-family: "helvetica";
    font-size: 17px;
}
.mapboxgl-popup{
    max-width: 200px!important;
}
.mapboxgl-popup-content{
    font-family: "helvetica";

}
.ltr{
    direction: ltr;
}
.ltr>div{
    direction: rtl;
    text-align: right;
}

.fa-angle-right:before {
    content: "\f104";
}

ul{
    padding: 0;
}
.dropdown-toggle::after {
    margin-left: 0;
    margin-right: 0.5rem;
}
.header .nav-link-toggle::after {
    margin-left: 0.625rem;
    margin-right: 0.5rem;
}
.slick-arrow-left {
    left: auto;
    right: 0;
}
.slick-arrow-right {
    right: auto;
    left: 0;
}
.fa-arrow-right:before {
    content: "\f060";
}
.fa-arrow-left:before {
    content: "\f061";
}
.slick-arrow-centered-y {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin-left: 1.5rem !important;
    margin-right: 0;

}
.slick-arrow-centered-y.fa-arrow-left  {
    margin-right: 1.5rem !important;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.num{
    direction: ltr;
    text-align: right;
    display: inline-block;
}

