/*** RTL websites ***/
@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-Thin.otf") format("opentype"), url("../fonts/SuisseIntl-Thin.woff2") format("woff2"), url("../fonts/SuisseIntl-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-Light.otf") format("opentype"), url("../fonts/SuisseIntl-Light.woff2") format("woff2"), url("../fonts/SuisseIntl-Light.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-Regular.otf") format("opentype"), url("../fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../fonts/SuisseIntl-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-Medium.otf") format("opentype"), url("../fonts/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/SuisseIntl-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-SemiBold.otf") format("opentype"), url("../fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/SuisseIntl-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 550;
}

@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-Bold.otf") format("opentype"), url("../fonts/SuisseIntl-Bold.woff2") format("woff2"), url("../fonts/SuisseIntl-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Suisse";
  src: url("../fonts/SuisseIntl-Black.otf") format("opentype"), url("../fonts/SuisseIntl-Black.woff2") format("woff2"), url("../fonts/SuisseIntl-Black.woff") format("woff");
  font-style: normal;
  font-weight: 800;
}

body {
  font-family: "Suisse";
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] body {
  font-family: "Suisse" !important;
}

*,
*:focus,
*:active,
button:focus {
  outline: none;
}

a, a:hover {
  text-decoration: none;
}

p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}

h4 {
  font-size: 22px;
  font-weight: bold;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pl-15 {
  padding-right: 15px !important;
}

.pl-30 {
  padding-right: 30px !important;
}

.strong {
  font-weight: bold;
}

ol {
  list-style: decimal;
  line-height: 32px;
}

ol li {
  padding-right: 10px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.monsfasat {
  margin-top: 42px;
}

.monsfasat h2 {
  font-size: 30px;
  font-weight: 600;
  color: #887852;
  margin-bottom: 50px;
}


.monCardActive::before {
        content: "قائمة";
        background-color: #006B41;
        color: #fff;
        border-radius: 24px 0 0 24px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(0deg);
        font-size: 14px;
        letter-spacing: 1px;
        padding: 3px 5px 5px 11px;
        position: relative;
        top: -15px;
        right: -25px;
        height: 30px;
        width: 78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-shadow: 0 5px 40px #00000026;
        box-shadow: 0 5px 40px #00000026;
    }

.monCardInActive::before {
        content: "منتهية";
        background-color: #82331A;
        color: #fff;
        border-radius: 24px 0 0 24px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(0deg);
        font-size: 14px;
        letter-spacing: 1px;
        padding: 3px 5px 5px 11px;
        position: relative;
        top: -15px;
        right: -25px;
        height: 30px;
        width: 78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-shadow: 0 5px 40px #00000026;
        box-shadow: 0 5px 40px #00000026;
    }

.monafasa-card {
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 30px !important;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.monafasa-card h3 a {
  font-size: 22px;
  font-weight: 600;
  color: #756B65 !important;
  margin-bottom: 20px;
  display: block;
  line-height: 32px;
  min-height: calc(32px * 2);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.monafasa-card .mini-card h5 {
  width: 100%;
  background-color: #F1EBDF;
  padding: 10px 20px;
  color: #887852;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 20px;
}

.monafasa-card .mini-card p {
  padding: 0 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
}

.monafasa-card:hover {
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
}

.monafasa-card:hover h3 a {
  color: #887852 !important;
  text-decoration: underline !important;
}

.on-pos .content-box {
        padding-left: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

        .on-pos .content-box h3 {
            font-size: 25px;
            color: #303030;
            margin-bottom: 48px;
            margin-top: 48px;
        }

.map-sec {
    position: relative;
}

    .map-sec .content-box {
        padding: 0;
    }

    .map-sec .mapFrom {
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
        border-radius: 12px;
        width: 100%;
        height: 768px;
        overflow: hidden;
    }

        .map-sec .mapFrom iframe {
            border: 0;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
        }

 .mapButtons{
       list-style-type: none !important;
        margin-left: 20px;
        margin-bottom: 20px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        position: relative;

    }
    .mapButtons:hover{
    transform: translateY(-5px);
        
    }


@media (max-width: 991.98px) {
  .monafasa-card .mini-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
    .map-sec .mapFrom {
        height: 350px;
    }
	    .on-pos .content-box h3 {
        font-size: 25px;
        margin-bottom: 15px;
    }
	.map-pills{
		
		display: block;
	}
}
/*# sourceMappingURL=styleRTL.css.map */

.explanation-text {
    text-align: right !important;
    margin-top: 10px;
}
