.topic-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topic-page .desktop {
  display: block;
}
.topic-page .mobile {
  display: none;
}
.topic-page .container {
  max-width: 1100px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.site-header .container {
  position: relative;
}
.header-main .site-logo {
  height: 40px;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 40px;
}
[dir="rtl"] .header-main .site-logo {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.header-main .menu {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
.header-main .menu li {
  margin-right: 30px;
}
[dir="rtl"] .header-main .menu li {
  margin-right: 0;
  margin-left: 30px;
}
.header-main .menu .lang-item-ar {
  margin-right: 0;
  margin-left: auto;
  font-family: Arabic-DroidKufi;
}
[dir="rtl"] .header-main .menu .lang-item-en {
  margin-right: auto;
  margin-left: 0;
  font-family: "Lato", sans-serif;
}
.header-main .topic-page-navbar .menu > li.property-dropdown:after {
  content: url(../images/dropdown-arrow.svg);
  width: 12px;
  height: 6px;
  cursor: pointer;
}
.header-main .menu a {
  color: #7c7c7c;
}
.header-main .menu a:hover {
  color: #222222;
}
.header-main .sub-menu {
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  margin: 0;
  position: absolute;
  z-index: 1;
  text-transform: initial;
  width: 460px;
}
.header-main .sub-menu li {
  width: calc(50% - 1.5rem);
  line-height: normal;
  margin-top: 15px;
}
.header-main .guides-menu-item .sub-menu {
  width: auto;
  flex-direction: column;
}
.header-main .guides-menu-item .sub-menu li {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.header-main .sub-menu li:nth-of-type(2n + 2) {
  margin-right: 0;
}
[dir="rtl"] .header-main .sub-menu li:nth-of-type(2n + 2) {
  margin-left: 0;
}
.header-main .sub-menu li:nth-of-type(-n + 2) {
  margin-top: 0;
}
.header-main .guides-menu-item .sub-menu li:nth-of-type(2) {
  margin-top: 15px;
}
.header-main .menu-item:hover .sub-menu {
  display: flex;
}
.header-sub {
  position: relative;
}
.header-sub .location-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
  height: 70px;
  display: flex;
  align-items: center;
  float: left;
  margin-right: 40px;
}
[dir="rtl"] .header-sub .location-title {
  float: right;
  margin-right: 0;
  margin-left: 40px;
  line-height: 1.4;
}
.header-sub .main-menu {
  float: left;
}
[dir="rtl"] .header-sub .main-menu {
  float: right;
}
.header-sub .location-title a {
  color: #222222;
}
.header-sub .location-title span {
  font-weight: 400;
  display: block;
}
.header-sub .navbar {
  display: flex;
  align-items: center;
  height: 70px;
}
.header-sub .navbar .menu-item {
  margin-right: 40px;
}
.header-sub .navbar .menu-item.active a {
  color: #28af6b;
}
[dir="rtl"] .header-sub .navbar .menu-item {
  margin-right: 0;
  margin-left: 40px;
}
.header-sub .navbar .menu-item a {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: #222222;
}
.search-bar {
  margin-top: 10px;
}
.search-bar .search {
  display: flex;
}
.search-bar .search_text[type="text"] {
  line-height: 40px;
  height: 40px;
  padding: 0 20px 0 0;
  border-radius: 0;
  display: inline-block;
  border: none;
  outline: none;
  width: 0;
  background-color: transparent;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
}
[dir="rtl"] .search-bar .search_text[type="text"] {
  padding: 0 0 0 20px;
}
.search-bar .search_text[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 2px solid #28af6b;
  cursor: text;
}
.search-bar .search_submit {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 0;
  background-color: transparent;
  line-height: 19px;
  height: 100%;
  border: none;
  width: 24px;
  text-align: right;
  display: none;
  cursor: pointer;
}
[dir="rtl"] .search-bar .search_submit {
  right: auto;
  left: 0;
  text-align: left;
}
.search-bar .search_form_icon {
  position: absolute;
  right: 0;
}
[dir="rtl"] .search-bar .search_form_icon {
  right: auto;
  left: 0;
}
.topic-page h1 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
}
.topic-page .results-count {
  font-size: 20px;
  margin-top: 20px;
}
.topic-page .results-count span {
  font-weight: 700;
}
.topic-page-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px 12px;
  margin-top: 40px;
}
.topic-page-list a {
  display: block;
}
.topic-page-list article {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  position: relative;
  padding-bottom: 30px;
}
.topic-page-list .article-body {
  padding: 16px 12px;
  line-height: 19px;
}
.topic-page-list .article-category {
  line-height: 15px;
  color: #006169;
}
.topic-page-list .article-category a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006169;
  display: inline-block;
  letter-spacing: 0.8px;
}
.topic-page-list .article-title {
  margin-top: 12px;
  margin-bottom: 0;
}
.topic-page-list .article-title a {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}
.topic-page-list .article-summary {
  color: #888888;
  font-size: 14px;
  margin-top: 8px;
}
.article-read-time {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #888888;
  position: absolute;
  bottom: 12px;
  letter-spacing: 0.8px;
}
body.image_no_rounded_corners .article-banner img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.topic-page .article-banner img {
  max-height: 158px;
  object-fit: cover;
}
.articles-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.articles-pagination .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #006169;
}
.articles-pagination .page-numbers:hover {
  background-color: #f1f1f1;
}
.articles-pagination .page-numbers {
  margin-right: 10px;
}
[dir="rtl"] .articles-pagination .page-numbers {
  margin-right: 0;
  margin-left: 10px;
}
.articles-pagination .page-numbers:last-child {
  margin-right: 0;
}
[dir="rtl"] .articles-pagination .page-numbers:last-child {
  margin-left: 0;
}
.articles-pagination .page-numbers.current {
  color: #222222;
}
.articles-pagination .page-numbers.next,
.articles-pagination .page-numbers.prev {
  padding: 0 15px;
  width: auto;
  height: auto;
}
.articles-pagination .page-numbers.next:after {
  content: url(../images/arrow.svg);
  display: inline-block;
  margin-left: 10px;
}
[dir="rtl"] .articles-pagination .page-numbers.next:after {
  margin-left: 10px;
  margin-right: 10px;
  transform: rotate(180deg);
}
.articles-pagination .page-numbers.prev:after {
  content: url(../images/arrow.svg);
  display: inline-block;
  float: left;
  margin-right: 10px;
  transform: rotate(180deg);
}
[dir="rtl"] .articles-pagination .page-numbers.prev:after {
  margin-right: 0;
  margin-left: 10px;
  float: none;
  transform: rotate(0);
}
.footer {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 24px;
  margin-top: 60px;
}
.footer .footer-links {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.topic-page
  .widget_content.widget_nav_menu
  ul:not(.intro_widgets_container .widget_content.widget_nav_menu ul) {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.footer-links ul {
  display: flex;
  align-items: center;
}
.footer-links ul.menu li,
.footer .widget_content {
  margin-bottom: 0;
}
.footer-links .widget_nav_menu:nth-of-type(2) ul li:not(:last-of-type):after {
  content: "|";
  color: hsla(0, 0%, 100%, 0.6);
  height: 23px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer-links ul.menu li a {
  color: transparent;
}
.footer-links .widget_nav_menu:first-of-type {
  display: none;
}
.footer-links .widget_nav_menu:nth-of-type(2) ul li a {
  color: hsla(0, 0%, 100%, 0.6);
  font-weight: 400;
  line-height: 17px;
}
.footer-links ul.menu li a:hover {
  color: transparent;
}
.footer-links .widget_nav_menu:nth-of-type(2) ul li a:hover {
  color: #fff;
}
.footer .footer-credits {
  font-size: 12px;
  margin-top: 80px;
  color: #fff;
}
.footer .menu-bayut-footer-social-container .footer-facebook,
.footer .menu-bayut-footer-social-container .footer-facebook:hover {
  background-image: url(../images/facebookTransparent.svg);
  width: 20px;
  height: 20px;
}
.footer .menu-bayut-footer-social-container .footer-twitter,
.footer .menu-bayut-footer-social-container .footer-twitter:hover {
  background-image: url(../images/twitterTransparent.svg);
  width: 20px;
  height: 20px;
}
.footer .menu-bayut-footer-social-container .footer-linkedin,
.footer .menu-bayut-footer-social-container .footer-linkedin:hover {
  background-image: url(../images/linkedInTransparent.svg);
  width: 20px;
  height: 20px;
}
.footer .menu-bayut-footer-social-container .footer-instagram,
.footer .menu-bayut-footer-social-container .footer-instagram:hover {
  background-image: url(../images/instagramTransparent.svg);
  width: 20px;
  height: 20px;
}
.menu-bayut-footer-social-container .menu-item:not(:last-of-type) {
  margin-right: 15px;
}
.footer .menu-bayut-footer-container {
  margin-right: 0;
}
.footer .menu-bayut-footer-ar-container {
  margin-left: 0;
}
.footer .fa-arrow-up {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .fa-arrow-up:hover {
  background-color: #006169;
}
.footer .fa-arrow-up:before {
  content: url(../images/backToTopArrow.svg);
  width: 16px;
}

@media screen and (min-width: 1280px) {
  .header-main .site-logo {
    position: absolute;
    left: -112px;
  }
  [dir="rtl"] .header-main .site-logo {
    left: auto;
    right: -103px;
  }
  .header-sub .location-title {
    position: absolute;
    left: -112px;
  }
  [dir="rtl"] .header-sub .location-title {
    left: auto;
    right: -92px;
  }
}
@media screen and (min-width: 1024px) {
  .topic-page-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .header-sub {
    background-color: #fafafa;
  }
}
@media screen and (max-width: 1024px) {
  .topic-page .article-banner img {
    max-height: 144px;
  }
}
@media screen and (max-width: 910px) {
  .header-sub .header_controls .header_control_wrapper:nth-child(2) {
    display: none;
  }
  .header-sub .header_controls {
    width: auto !important;
  }
  .topic-page-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .topic-page .article-banner img {
    max-height: 203px;
  }
  .article-read-time {
    margin-top: 24px;
    position: static;
    font-size: 14px;
  }
  .topic-page-list .article-category a {
    font-size: 14px;
  }
  .topic-page-list .article-title {
    margin-top: 13px;
  }
  .topic-page-list .article-title a {
    font-size: 20px;
  }
  .topic-page-list .article-summary {
    font-size: 16px;
  }
  .topic-page-list article {
    padding-bottom: 0px;
  }
  .topic-page-list .article-title {
    line-height: 24px;
  }
  .topic-page .desktop {
    display: none;
  }
  .topic-page .mobile {
    display: block;
  }
  .header-sub .header_controls {
    display: inline-block;
    margin-right: 15px;
  }
  .header-main .topic-page-navbar,
  .main-menu {
    display: none;
  }
  .topic-page .site-header {
    display: flex;
  }
  .header-main .container,
  .header-sub .container {
    padding: 0;
  }
  .header-main .site-logo {
    width: 55px;
    height: 55px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #28af6b;
    display: flex;
    justify-content: center;
    margin-right: 15px;
  }
  [dir="rtl"] .header-main .site-logo {
    margin-right: 0;
    margin-left: 15px;
  }
  .header-sub {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header-sub .location-title {
    float: left;
    height: auto;
    text-align: initial;
  }
  [dir="rtl"] .header-sub .location-title {
    float: right;
  }
  .header-sub .header_controls .header_control_wrapper:nth-child(2) {
    display: block;
    width: auto;
    left: auto;
    right: 16px;
  }
  [dir="rtl"]
    .header-sub
    .header_controls
    .header_control_wrapper:nth-child(2) {
    left: 16px;
    right: auto;
  }
  .topic-page .site-header {
    background-color: #fafafa;
  }
  .topic-page .topic-page-sidebar .bayut_logo {
    display: none;
  }
  .topic-page .site_side_container {
    margin-top: 55px;
    width: 100%;
    right: -100%;
    bottom: 0;
    height: auto;
  }
  [dir="rtl"] .topic-page .site_side_container {
    right: initial;
    left: -100%;
  }
  [dir="rtl"] .side_container_opened .topic-page .site_side_container {
    -moz-transform: translate(100%);
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  .side_container_opened .topic-page .site_side_container {
    box-shadow: none;
  }
  .topic-page .site_side_container .topic-page-sidebar {
    padding: 0;
  }
  .topic-page .site_side_container .top_header_items_holder {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .topic-page ul.navbar {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .topic-page ul.navbar > li.menu-item > a {
    height: 50px;
    line-height: 50px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0 30px;
    border-left: 2px solid transparent;
  }
  .topic-page ul.navbar > li.menu-item.active > a {
    color: #006169;
    background-color: rgba(0, 97, 105, 0.05);
    border-left: 2px solid #006169;
  }
  [dir="rtl"] .topic-page ul.navbar > li.menu-item > a {
    border-right: 2px solid transparent;
    border-left: 0px;
  }
  [dir="rtl"] .topic-page ul.navbar > li.menu-item.active > a {
    border-right: 2px solid #006169;
    border-left: 0px;
  }
  .topic-page-mobile-navbar .menu > li > a {
    padding: 0 30px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #222222;
    display: block;
    text-transform: uppercase;
  }
  .topic-page-mobile-navbar .sub-menu li a {
    padding: 0 30px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #7c7c7c;
  }
  .topic-page-mobile-navbar .sub-menu {
    display: none;
  }
  .topic-page-mobile-navbar .sub-menu.open {
    display: block;
  }
  .topic-page .sliding_close_helper_overlay {
    background-color: transparent;
  }
  .footer .footer-links {
    flex-direction: column;
  }
  .footer-links ul {
    justify-content: center;
  }
  .footer .menu-bayut-footer-social-container {
    margin-top: 32px;
    text-align: center;
  }
  .footer .menu-bayut-footer-social-container ul {
    display: block;
  }
  .footer .footer-credits {
    margin-top: 40px;
    text-align: center;
  }
  .footer .menu-bayut-footer-social-container .footer-appstore,
  .footer .menu-bayut-footer-social-container .footer-googleplay {
    margin-top: 15px;
  }
  .footer .menu-bayut-footer-social-container .menu {
    width: 250px;
    margin: auto;
  }
  .topic-page .mobile-search-bar.header_control_wrapper {
    float: none !important;
    padding: 30px 30px 10px;
    margin: 0;
  }
  .mobile-search-bar .search_text {
    line-height: 46px;
    height: 46px;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
  }
  .mobile-search-bar .search_form_icon {
    position: absolute;
    right: 15px;
    top: 7px;
  }
  [dir="rtl"] .mobile-search-bar .search_form_icon {
    right: initial;
    left: 15px;
  }
  .mobile-search-bar .search {
    position: relative;
  }
  .mobile-search-bar .search_form_icon input[type="submit"] {
    background-color: transparent;
    position: absolute;
    right: 0;
  }
  [dir="rtl"] .mobile-search-bar .search_form_icon input[type="submit"] {
    right: initial;
    left: 0;
  }
  .topic-page .main_menu .property-dropdown::after {
    top: 17px;
    right: 30px;
  }
  [dir="rtl"] .topic-page .main_menu .property-dropdown::after {
    right: initial;
    left: 30px;
  }
}
@media screen and (max-width: 690px) {
  .topic-page-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 440px) {
  .topic-page-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 359px) {
  .footer-links ul.menu li a {
    font-size: 12px;
  }
}
