.GESS-Medium {
    font-family: "GESS-Medium";
}
.GESS {
    font-family: "GESS";
}
.GESS-Bold {
    font-family: "GESS-Bold";
}

html {
    font-family: GESS-Medium;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #666465;
    font-weight: normal;
    font-size: 16px;
    font-family: "GESS-Medium","arial",sans-serif;
    line-height: 27px;
    overflow-x: hidden;
    text-align: right;
    direction: rtl;
}  

p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 27px;
    text-align: right;
  }
  @media (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 20px;
    }
  }  

h1,.h1 {
  font-family: "GESS-Bold", serif;
}
h2 {
    font-family: "GESS-Bold", serif;
}
h3 {
    font-family: "GESS-Bold", serif;
}
h4 {
    font-family: "GESS-Bold", serif;
}
h5 {
    font-family: "GESS-Bold", serif;
}
h6 {
    font-family: "GESS-Bold", serif;
}

.rtl{
    direction: rtl !important;
}
.ltr{
    direction: ltr !important;
}


.nav-pills-icons .nav-link {
    font-family: "GESS-Bold", serif;
    font-size: 16px;
}
.blog-post.post-preview .post-title {
    font-family: "GESS-Bold", serif;
}

small,.small {
    font-size: 80%;
    font-weight: 400;
}


ul.marker-list-md-line {
    font-size: 15px;
}

ul.marker-list-md {
    font-size: 16px;
    line-height: 28px;
  }

/* footer */
.footer ul.icn-list li {
    padding-right: 31px 
}
.footer ul.icn-list li>[class*='icon'] {
    left: unset !important;
    right: 0;
}
ul.marker-list-md-line li:before {
    left: unset !important;
    right: 0;
}
ul.marker-list-md-line li {
    padding-right: 23px;
}
.footer-social a {
    margin-right: 0px;
    margin-left: 35px;
    padding-top: 4px;
}


/* button send */
.layout-medlab .btn-fill,
.layout-medlab:not(.touch) .btn-fill:focus,
.layout-medlab .btn-hover-fill,
.layout-medlab:not(.touch) .btn-hover-fill:focus {
  font-weight: normal !important;;
}

.btn:not(.btn-noanimate) [class*='icon']:last-child, body:not(.touch) .btn:focus:not(.btn-noanimate) [class*='icon']:last-child {
    padding-left: 0px;
    padding-right: 10px;
}
body:not(.touch) .btn:not(.btn-noanimate):hover [class*='icon']:first-child {
    padding-right: 0px;
    padding-left: 10px;
}
.btn [class*='icon'], body:not(.touch) .btn:focus [class*='icon'] {
    top: 3px;
}

/* blocks side page */
ul.icn-list li>[class*='icon'] {
    right: 0;
}
.contact-box ul.icn-list li {
    padding-right: 30px;
    padding-left: 0px;
}

/* block sub pages in side page */
.services-nav ul .nav-link:before {
    left: 0px;
    right: 24px;
}
.services-nav ul .nav-link {
    padding: 15px 17px 15px 15px;
}
.nav-link {
    color: #787878;
}

/* header > topline */
.header-topline {
    direction: ltr;
}

/* drop menu */
.dropdown-item {
    text-align: right;
}


/* faq */
.faq-item [data-toggle='collapse']:after {
    right: unset;
    left: 28px;
}
.faq-item [data-toggle='collapse'] {
    padding: 20px 25px 18px 45px;
}

/* numbered-list */
ol li:before , ul.numbered-list-lg li:before {
    left: 0px;
    right: 15px;
}
ul.numbered-list-lg li {
    padding: 0 70px 0 35px;
}
ol li {
    padding: 3px 47px 0 10px;
}
ol li:before , ul.marker-list-md li:before {
    left: unset;
    right: 0px;
}
ul.marker-list-md li {
    padding-left: unset;
    padding-right: 24px;
    text-align: right;
    direction: rtl;
}

/* modal popup */
.modal-form .close {
    right: unset;
    left: 0;
}
.modal .close {
    right: unset;
}

/* 7/24 */
.icn-text-alt>*+* {
    margin-left: unset;
    margin-right: 28px;
}
.icn-text-alt .icn-text-alt-icn {
    padding-left: unset;
    padding-right: 15px;
}



.page-item:first-child .page-link {
    margin-left: 8px;
    /* border-top-right-radius: 0.25rem; */
    /* border-bottom-right-radius: 0.25rem;*/
}


.blog-post:not(.post-preview) .post-date {
    margin-right: unset;
    margin-left: 36px;
}


/* submenu */
.header-nav .nav-item>.nav-link {
    position: relative;
    padding: 0;
    color: #333e8c;
    font-size: 16px;
    line-height: 52px;
    font-weight: normal;
    font-family: GESS-Medium;
    background: transparent;
    border: 0;
    transition: 0.3s;
  }

.header .navbar-nav>.nav-item>.dropdown-menu,
.dropdown-item+.dropdown-menu {
  right: -20px;
  text-align: right;
}
.header .navbar-nav>.nav-item>.dropdown-menu,
.dropdown-item+.dropdown-menu {
  transform: translateX(20px);
}
.header .navbar-nav>.nav-item>.dropdown-menu a,
.dropdown-item+.dropdown-menu a {
    font-family: GESS;
}

@media (max-width: 767px) { 
    .navbar-collapse .nav-item>.nav-link,
    .navbar-collapse .dropdown-item {
      font-size: 14px;
    }
  }

/* about */
.banner-center-text2 {
    letter-spacing: 0px;
  }



/* FAQ */
.image-shift-right {
    margin-left: -25px;
}
@media (min-width: 1230px) {
    .faq-wrap-bg {
      margin-right: -65px;
    }
}


.faq-wrap .nav-pills--noborder .nav-link {
    margin: 0 0px 0 26px;
}
.faq-wrap .nav-pills [class*='icon'] {
    padding-left: 10px;
  }


/* events homepage  */
@media (min-width: 1230px) {
    .col-shift-right .container-shift-left {
      padding-left: unset;
      margin-right: calc(100% - 656px);
    }
  
    .col-shift-left {
      padding-left: unset;
      margin-right: -55px;
    }
  
    .col-shift-left .container-shift-right {
      padding-left: unset;
      padding-right: 135px;
    }
  }
.container-shift-right {
    margin-left: calc(100% - 570px);
}
.over-image-counter.pos-left {
    right: 0;
}

.over-image-counter {
    direction: ltr;
}
.over-image-counter .counter-box-sm:last-child {
    margin-left: 0;
    margin-right: 50px;
}
@media (max-width: 991.99px) {
    .over-image-counter .counter-box-sm:last-child {
        margin-left: 0;
        margin-right: 0px;
    }
}

/* homepage slider */
@media (min-width: 1024px) {
    #mainSlider .slide-btn .btn, #mainSlider .slide-btn .btn:focus {
        direction: rtl;
    }
}

/* contact page */
ul.icn-list-lg li>[class*='icon'] {
    left: unset !important;
    right: 0;
}
ul.icn-list-lg li {
    padding-left: unset;
    padding-right: 35px;
}

/* header */
.header-social [class*='icon-'] {
    padding: 0px 0px 0px 26px;
  }

  .quickLinks .link-drop {
    text-align: right;
  }  

/* partners */
.prd-grid:not(.prd-carousel) .prd {
    float: right;
}

/* filter */
.filters-row-left {
    margin-right: unset !important;
    margin-left: auto;
  }
  
  .filters-row-right {
    margin-left: unset !important;
    margin-right: auto;
  }

  .select-wrapper:before {
    right: unset;
    left: 1px;
  }
  
  .select-wrapper select {
    padding: 0 15px 0 40px;
  }


  /* blogs */
  .btn+.btn {
    margin-left: 0px;
    margin-right: 12px;
  }


  /* cards offers */
.bg-card-offer {
    background-position: left center;
  }

.input-group {
    flex-direction: row-reverse;
}

ul.icn-list li {
    padding-left: 0px;
    padding-right: 35px;
}


@media (max-width: 767px) {
    .navbar-toggler {
        right: unset;
        left: 0;
    }
}

@media (max-width: 1023px) {
.navbar-collapse .nav-item>.nav-link.dropdown-toggle {
    padding-right: unset;
    padding-left: 40px;    
}
}

@media (max-width: 1023px) {
.header .dropdown-item.dropdown-toggle:after, .nav-link.dropdown-toggle:after {
    right: unset;   
    left: 15px;
    content: '\e922';
}
}

@media (max-width: 1023px) {
.header .dropdown-menu>li>a {
    padding-left:unset;
    padding-right: 40px;
}
}

/* fom checkbox */
.form-check-inline {
    direction: ltr;
}
.form-check-label {
    padding-left: 1.25rem;
}
.form-check-input {
    margin-left: -1.25rem;
}


/*************** year listing ***********/
.year_listing_nav ul::before {
    left: unset;
    right: 10px;
}
.year_listing_nav ul li a {
    padding-left: unset;
    padding-right: 1px;

  }
  .year_listing_nav ul li a::before {
    left: unset;
    right: -34px;
  } 
  .year_listing_nav ul li a::after {
    left: unset;
    right: -38px;
  }   