html {
  font-size: 1rem;
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  html {
    font-size: 0.8rem;
  }
}

/* header style */
@media(min-width:1200px) {
  .container {
    max-width: 1200px;
  }
}

.yelp-show-header {
  width: 100%;
  padding: 0.706rem 20px 0.706rem 20px;
  z-index: 99;
  background: #fff;
  position: relative;
  position: sticky;
}

@media all and (-ms-high-contrast: none),
(ms-high-contrast: active) {
  .yelp-show-header {
    position: static;

  }
}

.scrolled .yelp-show-header {
  position: sticky;

}

@media all and (-ms-high-contrast: none),
(ms-high-contrast: active) {
  .scrolled .yelp-show-header {
    position: fixed;

  }
}

.yelp-header-wrap {

  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.yelp-logo {
  float: left;
  max-width: 100%;
  margin-right: 2.118rem;
  margin-top: 5px;
  margin-bottom: 10px;
}

.yelp-secondary-logo {
  float: left;
  max-width: 100%;
}

.yelp-secondary-logo img {
  max-width: 131px;
  width: 100%;
}

.yelp-logo img {
  max-width: 300px;
  width: 100%;
}

.yelp-secondary-logo img {
  max-width: 131px;
  width: 100%;
}

.yelp-logo img,
.yelp-secondary-logo img {
  width: 100%;
  max-width: 250px;
}

.yelp-secondary-logo p {
  font-size: 0.875rem;
  letter-spacing: 0.14px;
  margin-bottom: 5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;

  text-align: center;
}

.yelp-date-content {

  max-width: 100%;

  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.16px;
  line-height: 1.5;
  width: 50%;
  text-align: right;
}

.yelp-date-content p {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  text-align: right;
  margin-bottom: 0px;
  letter-spacing: 0.16px;
  line-height: 1.5;
  color: #ffffff;
}

.yelp-date-content .arabicfont p {
  direction: rtl;
}

.yelp-date-content h5 {
  font-size: 1.125rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;

  margin-bottom: 0px;
}

.yelp-date-content h6 {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: right;
  color: #53008a;
  margin-bottom: 0px;
  letter-spacing: 0.16px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .yelp-logo {
    margin-right: 35px;
    width: 120px;
  }

  .yelp-secondary-logo {
    width: 165px;
  }
}

/* header style ends*/

.yelp-banner {
  width: 100%;
  position: relative;
  padding: 0px 20px;
  background-size: cover;
  background-position: right !important;
  min-height: 492px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.yelp-banner:after {
  content: "";
  min-height: inherit;
}

.yelp-banner .row {
  margin: 0px -40px;
}

.yelp-banner-image {
  float: right;
  height: 100%;
  width: 39%;
  max-width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.yelp-banner-content {
  float: left;
  width: 50%;
  max-width: 100%;
  padding: 60px 20px 63px 20px;
}

.yelp-banner .row {
  margin: 0px -40px;
}

.yelp-hero.yelp-hero-ar,
.yelp-hero.yelp-hero-ar * {
  text-align: right;
  direction: rtl;
}

.yelp-banner-content h1 {
  font-size: 4rem;

  line-height: 1.27;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  padding-bottom: 3.25rem;
  margin-bottom: 0px !important;


}

.arabic-yp-banner .yelp-banner-content h1 {

  font-size: 2.5rem;

}

@media(max-width:767px) {
  .yelp-banner-content h1 {
    font-size: 32px;
  }
}

.yelp-banner-content p {
  font-size: 1.75rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.125rem;
  letter-spacing: normal;
  text-align: left;

  margin-bottom: 0;

}

.yelp-banner-content p strong {
  color: #000;
  background: #fff;
  padding: 0px 3px;
  line-height: 2.375rem;
}

.yelp-banner-content p span {
  font-weight: bold;
}

.yelp-banner-content button,
.yelp-banner-content .yelp-banner-btn {
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.038rem;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  border: 0px;
  padding: 1.406rem 1.813rem;
  cursor: pointer;
  margin-top: 3.25rem;
  transition: all 0.3s ease;
  max-height: 72px;
}

.yelp-banner-content button:focus,
.yelp-banner-content .yelp-banner-btn:focus {
  outline: none !important;
}

.yelp-banner-content button:hover,
.yelp-banner-content .yelp-banner-btn:hover {
  background: #fff !important;

}

.yelp-footer {
  width: 100%;
  padding: 1.25rem 20px;
  background-color: #000;
  position: relative;
}

.yelp-footer-wrap {
  width: 100%;
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.yelp-footer:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  background: url("../images/connectbg-left.png") no-repeat;
  top: 0;
  background-size: 250px;
  z-index: 0;
  background-position: -0.7% 50%;
}

.yelp-footer:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  right: 0;
  background: url("../images/connectbg-right.png") no-repeat;
  top: 0;
  background-position: 106% 52%;
  background-size: 385px;
  z-index: 0;
}


.yelp-footer .yelp-footer-right p {
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.yelp-footer .yelp-footer-left {

  display: flex;
  align-items: center;
}

.yelp-footer .yelp-footer-left p {
  float: left;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #fff;
}

.yelp-footer .yelp-footer-left img {

  width: 137px;
}

.yelp-footer .yelp-footer-right p a {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1rem;
}



section.three-col.yelp-layout {
  background-color: #f5f5f5;
}

section.three-col.yelp-layout h3 {
  font-size: 29px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.73px !important;
  padding-bottom: 17px;
}

@media (max-width: 1024px) {


  .yelp-banner-content button,
  .yelp-banner-content .yelp-banner-btn {
    font-size: 1.188rem;
    padding: 1.031rem 1.375rem;
  }

}

@media(min-width:992px) {
  .yelp-banner .yelp-hero p {
    line-height: 2.562rem;
  }

  .yelp-banner .yelp-hero.arabicfont p {
    line-height: 2.5rem;
  }
}

@media (max-width: 991px) {
  .yelp-banner-content {
    width: 100%;
    max-width: 100% !important;
  }

  .yelp-banner-content.yelp-hero.yelp-hero-ar {
    padding-top: 0;
  }
}

@media (max-width: 767px) {

  .yelp-banner-content {
    width: 100%;
    padding: 45px 20px;
  }

  .yelp-banner {
    min-height: auto;
    background-position: right !important;
  }

  .yelp-banner-image {
    float: right;
    height: 300px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
}

.yelp-module-wrapper .fl-builder-content-primary:before {
  content: none !important;
}

.yelp-module-wrapper .full-width h3 {
  display: block;
  margin-left: auto;
  margin-right: auto;

  font-size: 29px !important;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.73px !important;
  width: 658px;
  max-width: 100%;
  padding-bottom: 10px;
}

.yelp-module-wrapper .full-width h3+p {
  font-size: 16px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.4px;
}

.three-col.yelp-layout .three-col-wrap {
  margin: 0px auto;
  justify-content: center;
}

.three-col.yelp-layout h4 {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 0.48px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.three-col.yelp-layout .three-col-box {
  background: none !important;
  width: 275px;
  max-width: 100%;
  margin: 0 36px;
}

@media (max-width: 540px) {
  .three-col.yelp-layout .three-col-box {
    margin: 0px;
  }
}

.three-col.yelp-layout .three-col-box .content {
  padding: 28px 30px 28px 0px;
}

@media (max-width: 579px) {
  .yelp-column {
    width: 310px;
    margin-right: 0px;
  }
}

.promotion {
  padding: 2.5rem 20px !important;
}

.dmg-logo {
  margin-left: 10px;
}

.yelp-heade-left-side {
  display: flex;

  align-items: center;
  width: 50%;

}

@media(max-width:767px) {
  .yelp-date-content {

    width: 100%;
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }

  .yelp-heade-left-side {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .yelp-date-content p {
    text-align: center;
  }

  .yelp-date-content h6 {
    text-align: center;
  }


  .yelp-logo {
    max-width: 55%;
    margin-right: 0;
    padding: 0px 10px;
    width: auto;
  }

  .yelp-secondary-logo {
    max-width: 45%;
    padding: 0px 10px;
    width: auto;
  }


}

@media(max-width:576px) {
  .yelp-footer .yelp-footer-left {
    width: 100%;
    justify-content: center;
  }

  .yelp-footer .yelp-footer-right {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }

  .yelp-footer-wrap {
    justify-content: center;
  }
}

@media(min-width:1200px) {
  .promotion .promotion-wrap {
    max-width: 970px !important;

  }
}

/*arabic css*/
.rtl .dmg-logo {
  margin-left: 0;
  margin-right: 10px;
}

main {
  margin-top: 0 !important;
}

.rtl .yelp-banner .row {
  justify-content: flex-end;
}

.rtl .yelp-banner-content {
  text-align: right;
}

.rtl .yelp-banner-content h1 {
  text-align: right;
}

.rtl .yelp-banner-content p {
  text-align: right;
  line-height: normal;
}

.rtl .yelp-logo {
  margin-left: 2.118rem;
  margin-right: 0;
}

.rtl .yelp-date-content {
  text-align: left;
}

.rtl .yelp-date-content p {
  text-align: left;
}

.rtl .yelp-date-content h6 {
  text-align: left;
}

@media(max-width:767px) {
  .rtl .yelp-logo {
    margin-left: 0;
  }

  .rtl .yelp-date-content {
    text-align: center;
  }

  .rtl .yelp-date-content p {
    text-align: center;
  }

  .rtl .yelp-date-content h6 {
    text-align: center;
  }

}

@media(min-width:767px) {
  .ar-header .yelp-heade-left-side {
    width: 310px;
  }

  /* .ar-header .yelp-date-content {
    width: calc(100% - 310px);
    display: flex;
   
    justify-content: flex-end;
    padding-left: 20px;
  } */
  .yelp-show-header .ar-header .yelp-date-content {
    width: calc(100% - 310px);
    display: flex;
    justify-content: flex-start;
    /* justify-content: flex-end; */
    padding-left: 20px;
  }

  .yelp-show-header .secondary-logo .yelp-date-content {
    width: calc(100% - 310px);
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
  }

  .ar-header .yelp-date-content .en *,
  .ar-header .yelp-date-content .en {
    text-align: left;
  }

  .ar-header .yelp-date-content .en {
    margin-right: 35px;
  }
}

@media(min-width:992px) {
  .yelp-banner-button-wrapper {
    align-self: flex-end;
    width: 100%;
  }

  .yelp-banner-content {
    display: flex;
    flex-wrap: wrap;
  }
}