.court-title {
  background-color: red;
  cursor: pointer;
  padding: 0 !important;
  height: 650px;
}
.court-title img {
  width: 100% !important;
}
.court-content {
  background-color: green;
  display: none;
  padding: 0 !important;
  height: 650px;
}
.court-content-full {
  width: 58.33333333% !important;
}
.court-content img {
  width: 100%;
}
.court-inside-content {
  float: left;
  margin: 15px;
  width: 38%;
  background-color: rgba(239, 49, 0, 0.9);
  padding-left: 15px;
  padding-top: 40px;
  padding-right: 15px;
  padding-bottom: 40px;
}
.court-inside-content p {
  padding-top: 20px;
}
.court-inside-content a {
  float: right;
  font-size: 16px;
}
.court-items {
  border-left: solid 5px #fff;
}
.court-title-but {
  text-align: center;
  padding-bottom: 45px !important;
}
.court-title-but ul {
  display: inline;
}
.court-title-but ul li {
  color: #414141;
  margin: 30px;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline;
  font-family: Montserrat-Regular;
  line-height: 40px;
}
.panel-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-p {
  align-items: center !important;
}
.faq-p p {
  color: #702f84;
  font-family: "Montserrat-Bold";
  font-size: 14px;
  letter-spacing: 2px;
  line-height: inherit;
  text-align: start !important;
}
.faq-p span {
  color: #702f84;
  font-family: "Montserrat-Bold";
  font-size: 14px;
  letter-spacing: 2px;
  line-height: inherit;
  text-align: start !important;
}
.faq-p i {
  color: #702f84;
  font-size: 26px;
  font-family: "FontAwesome";
}
.faqs-hr {
  margin-top: 10px !important;
}
.result-box .fitness-description {
  text-align: start;
}
.result-box {
  padding: 1rem 0;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .main_menu > li {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1560px) {
  .slide-hyperlink {
    left: 51%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1100px) {
  .main_menu > li > a {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .megamenu-shopping {
    top: 52px !important;
  }
  .megamenu-shopping-sticky {
    top: 44px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 990px) {
  .home-banner-text {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px !important;
    padding-top: 130px !important;
  }
  .home-banner-text img {
    display: none;
  }
  .home-banner-text-detail {
    font-size: 12px !important;
    padding: 15px !important;
  }
  .home-banner-text strong {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 100px) and (max-width: 481px) {
  .home-banner-text {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px !important;
    padding-top: 130px !important;
  }
  .home-banner-text img {
    display: none;
  }
  .home-banner-text-detail {
    font-size: 10px !important;
    line-height: 1.3 !important;
    padding: 15px !important;
  }
  .home-banner-text strong {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1594px) {
  .home-banner-text {
    width: 35%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1160px) {
  .home-banner-text {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .blog-small-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 990px) {
  .court-small-images-left {
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
  .court-small-images-right {
    padding-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}
.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: 0;
  position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-family: Montserrat-Regular;
  line-height: 20px;
  color: #888;
  padding-left: 0;
  background-color: transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.select2-selection__arrow b {
  display: none;
}
.select2-selection__arrow:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
}
.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #e65540;
  color: #fff;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #e65540;
  color: #fff;
}
.select2-results__options {
  font-size: 13px;
  font-family: Montserrat-Regular;
  color: #888;
}
.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888;
}
.rs1-select2 .select2-container {
  margin-left: 26px;
}
.rs1-select2 .select2-container .select2-selection--single {
  height: 20px;
}
.rs2-select2 .select2-container .select2-selection--single {
  background-color: #fff;
  height: 50px;
}
.rs2-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 20px;
  color: #555;
  padding-left: 22px;
}
.rs2-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}
#dropDownSelect2 .select2-results__options {
  color: #555;
}
#dropDownSelect2 .select2-search--dropdown .select2-search__field {
  color: #555;
}
.rs3-select2 .select2-container .select2-selection--single {
  height: 45px;
}
.rs3-select2 .select2-selection__arrow b {
  display: block;
}
.rs3-select2 .select2-selection__arrow:after {
  display: none;
}
.rs4-select2 .select2-container .select2-selection--single {
  height: 40px;
}
.rs4-select2
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 15px;
}
.rs4-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px;
}
.header1 {
  height: 125px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-header {
  height: 110px;
}
.container-menu-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1100;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.topbar {
  height: 45px;
  background-color: #f5f5f5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar-social {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.topbar-social-item {
  font-size: 18px;
  color: #888;
  padding: 10px;
}
.topbar-child1,
.topbar-email {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #ef3100;
  line-height: 1.7;
  padding-right: 12px !important;
}
.topbar-child2 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 38px;
}
.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-header .wrap_header {
  height: 65px;
}
.logo {
  display: block;
  position: absolute;
  left: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo img {
  max-height: 40px;
}
.main_menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main_menu > li {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.main_menu > li > a {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #333;
  padding: 0;
  border: 1px solid transparent;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-transform: uppercase;
}
li.sale-noti > a {
  color: #ef3100;
  text-decoration: none;
  border: 1px solid #ef3100;
  color: #ef3100;
}
.main_menu > li:hover > a {
  text-decoration: none;
  border: 1px solid #ef3100;
  color: #ef3100;
}
.main_menu li {
  position: relative;
  padding: 1rem 0 !important;
}
.main_menu > li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}
.sub_menu {
  list-style-type: none;
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 100%;
  width: 225px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.main_menu > li > .sub_menu {
  top: 100%;
  left: 0;
  position: absolute;
}
.sub_menu li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}
.sub_menu li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.sub_menu a,
.sub_menu li {
  padding: 5px;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #333;
}
.sub_menu > li:hover > a {
  color: #e65540;
  text-decoration: none;
}
.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-wrapicon1,
.header-wrapicon2 {
  height: 27px;
  position: relative;
}
.header-wrapicon1 img,
.header-wrapicon2 img {
  height: 60%;
}
.header-icon1:hover,
.header-icon2:hover {
  cursor: pointer;
}
.header-icons-noti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #111;
  color: #fff;
  font-family: Montserrat-Medium;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -10px;
}
.linedivide1 {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #e5e5e5;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 5px;
}
.header-cart {
  position: absolute;
  z-index: 1100;
  width: 339px;
  top: 190%;
  right: -10px;
  padding: 20px;
  border-top: 3px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.show-header-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fixed-header .header-cart {
  top: 160%;
}
.header-cart-wrapitem {
  max-height: 270px;
  overflow: auto;
}
.header-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
}
.header-cart-item-img {
  width: 80px;
  position: relative;
  margin-right: 20px;
}
.header-cart-item-img img {
  width: 100%;
}
.header-cart-item-img::after {
  content: "\e870";
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}
.header-cart-item-img:hover:after {
  cursor: pointer;
  opacity: 1;
}
.header-cart-item-txt {
  width: calc(100% - 100px);
}
.header-cart-item-name {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #555;
  line-height: 1.3;
  margin-bottom: 12px;
}
.header-cart-item-info {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}
.header-cart-total {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #555;
  line-height: 1.3;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 3px;
}
.header-cart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-cart-wrapbtn {
  width: calc((100% - 10px) / 2);
}
.wrap_header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  display: none;
}
.logo-mobile {
  display: block;
}
.logo-mobile img {
  width: 100px;
  max-height: 50px;
  padding-left: 25px;
}
.btn-show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.hamburger {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 5px;
}
.header-icons-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.linedivide2 {
  display: block;
  height: 20px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.header-icons-mobile .header-cart {
  width: 300px;
  top: 190%;
  right: -80px;
  z-index: 1100;
  transform-origin: top right;
}
.wrap-side-menu {
  width: 100%;
  background-color: #fff;
  display: none;
  border-top: 1px solid #ececec;
}
.side-menu {
  width: 100%;
}
.side-menu li {
  list-style-type: none;
}
.side-menu .main-menu {
  margin-bottom: 0;
}
.item-menu-mobile {
  background-color: #ef3100;
}
.side-menu .main-menu > li > a {
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #fff;
  line-height: 2.86;
}
.side-menu .main-menu > li {
  color: #fff;
  position: relative;
}
.side-menu .main-menu .arrow-main-menu {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 10px;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.side-menu .main-menu .arrow-main-menu:hover {
  cursor: pointer;
}
.turn-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-menu .sub-menu a {
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #333;
  line-height: 2.5;
}
.side-menu .sub-menu > li {
  padding-left: 12px;
}
.side-menu .sub-menu a:hover {
  text-decoration: none;
  padding-left: 20px;
  color: #e65540 !important;
}
.side-menu .sub-menu {
  background-color: #fff;
  display: none;
}
@media (min-width: 992px) {
  .wrap-side-menu {
    display: none;
  }
}
.item-topbar-mobile {
  border-bottom: 1px solid #ececec;
}
.topbar-child2-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topbar-social-moblie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.topbar2 {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo2 {
  display: block;
}
.logo2 img {
  max-height: 75px;
}
.fixed-header2 {
  z-index: 1300;
  position: fixed;
  height: 65px;
  left: 0;
  top: -70px;
  visibility: hidden;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.fixed-header2 .header-cart {
  top: 160%;
}
.show-fixed-header2 {
  visibility: visible;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.container-menu-header-v3 {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 320px;
  height: 100vh;
  border-right: 1px solid #e5e5e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-menu-header-v3 .wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #fff;
}
.container-menu-header-v3 .logo3 {
  display: block;
}
.container-menu-header-v3 .logo3 img {
  max-width: 120px;
}
.container-menu-header-v3 .header-icons3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: unset;
}
.container-menu-header-v3 .header-cart {
  left: -10px;
  transform-origin: top left;
}
.container-menu-header-v3 .main_menu {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
.container-menu-header-v3 .main_menu > li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.container-menu-header-v3 .sub_menu {
  top: 0;
  left: 100%;
}
.container-menu-header-v3 .main_menu > li > .sub_menu {
  top: 10px;
  left: 95%;
}
.container-menu-header-v3 .sub_menu li {
  text-align: left;
}
.container-menu-header-v3 .topbar-social-item {
  padding: 10px 8px;
}
.container1-page {
  margin-left: 320px;
}
@media (max-width: 992px) {
  .wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
  }
  .wrap_header {
    display: none;
  }
  .container-menu-header,
  .container-menu-header-v2,
  .container-menu-header-v3 {
    display: none;
  }
  .top-bar {
    display: none;
  }
  header {
    height: auto !important;
  }
  .container1-page {
    margin-left: 0;
  }
}
.wrap-slick1 {
  position: relative;
}
.item-slick1 {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  background-color: #000;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.wrap-slick1:hover .arrow-slick1 {
  opacity: 0.5;
}
.arrow-slick1:hover {
  background-color: #e65540;
}
.next-slick1 {
  right: 50px;
  left: auto;
}
.prev-slick1 {
  left: 50px;
  right: auto;
}
@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }
  .prev-slick1 {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .wrap-content-slide1 .xl-text2 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .wrap-content-slide1 .xl-text1,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text3 {
    font-size: 50px;
  }
  .wrap-content-slide1 .m-text1,
  .wrap-content-slide1 .m-text27 {
    font-size: 16px;
  }
  .item-slick1 {
    height: 470px;
  }
}
@media (max-width: 576px) {
  .wrap-content-slide1 .xl-text1,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text3 {
    font-size: 40px;
  }
  .wrap-content-slide1 .m-text1,
  .wrap-content-slide1 .m-text27 {
    font-size: 16px;
  }
  .item-slick1 {
    height: 370px;
  }
}
.rs1-slick1 .item-slick1 {
  height: 100vh;
}
@media (max-width: 992px) {
  .rs1-slick1 .item-slick1 {
    height: calc(100vh - 85px);
  }
}
.wrap-slick2 {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.arrow-slick2 {
  position: absolute;
  z-index: 100;
  top: calc((100% - 70px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #ccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.arrow-slick2:hover {
  color: #666;
}
.next-slick2 {
  right: -30px;
}
.prev-slick2 {
  left: -30px;
}
@media (max-width: 1280px) {
  .next-slick2 {
    right: 0;
  }
  .prev-slick2 {
    left: 0;
  }
}
@media (max-width: 1610px) {
  .rs1-slick2 .next-slick2 {
    right: 0;
  }
  .rs1-slick2 .prev-slick2 {
    left: 0;
  }
}
.swal-overlay {
  overflow-y: auto;
}
.swal-icon--success {
  border-color: #66a8a6;
}
.swal-icon--success__line {
  background-color: #66a8a6;
}
.swal-icon--success__ring {
  border: 4px solid rgba(102, 168, 166, 0.2);
}
.swal-button:focus {
  outline: 0;
  box-shadow: none;
}
.swal-button {
  background-color: #e65540;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: unset;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.swal-button:hover {
  background-color: #333;
}
.swal-button:active {
  background-color: #e65540;
}
.swal-title {
  font-family: Montserrat-Medium;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
}
.swal-text {
  font-family: Montserrat-Regular;
  color: #333;
  font-size: 15px;
  text-align: center;
}
.swal-footer {
  margin-top: 0;
}
.block1-wrapbtn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.block2-labelnew::before,
.block2-labelsale::before {
  z-index: 100;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}
.block2-labelsale::before {
  background-color: #e65540;
  content: "Sale";
}
.block2-labelnew::before {
  background-color: #66a8a6;
  content: "New";
}
.block2-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.block2-btn-addcart {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -45px;
}
.block2-overlay {
  opacity: 1;
}
.block2-overlay.block2-btn-addcart {
  bottom: 20px;
}
.block2-overlay:hover .block2-btn-addwishlist,
.block2-overlay:hover .block2-btn-towishlist {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.block4 {
  position: relative;
  overflow: hidden;
  width: calc(100% / 5);
}
@media (max-width: 1360px) {
  .block4 {
    width: calc(100% / 4);
  }
}
@media (max-width: 1200px) {
  .block4 {
    width: calc(100% / 3);
  }
}
@media (max-width: 992px) {
  .block4 {
    width: calc(100% / 2);
  }
}
@media (max-width: 576px) {
  .block4 {
    width: calc(100% / 1);
  }
}
@media (max-width: 1660px) {
  .rs1-block4 .block4 {
    width: calc(100% / 4);
  }
}
@media (max-width: 1380px) {
  .rs1-block4 .block4 {
    width: calc(100% / 3);
  }
}
@media (max-width: 1200px) {
  .rs1-block4 .block4 {
    width: calc(100% / 2);
  }
}
.block4-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
}
.block4-overlay:hover {
  color: unset;
}
.block4-overlay-txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
}
.block4-overlay-heart {
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.block4:hover .block4-overlay {
  visibility: visible;
  opacity: 1;
}
.block4:hover .block4-overlay-txt {
  bottom: 0;
}
.block4:hover .block4-overlay-heart {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bg-title-page {
  width: 100%;
  min-height: 239px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
@media (max-width: 576px) {
  .bg-title-page .l-text2 {
    font-size: 35px;
  }
  .bg-title-page .m-text13 {
    font-size: 16px;
  }
}
.leftbar #filter-bar {
  margin-right: 6px;
  margin-left: 6px;
  height: 4px;
  border: none;
  background-color: #e1e1e1;
}
.leftbar #filter-bar .noUi-connect {
  background-color: #c5c5c5;
  border: none;
  box-shadow: none;
}
.leftbar #filter-bar .noUi-handle {
  width: 13px;
  height: 13px;
  left: -6px;
  top: -5px;
  border: none;
  border-radius: 50%;
  background: #999;
  cursor: pointer;
  box-shadow: none;
  outline: 0;
}
.leftbar #filter-bar .noUi-handle:before {
  display: none;
}
.leftbar #filter-bar .noUi-handle:after {
  display: none;
}
.color-filter1 {
  background-color: #00bbec;
}
.color-filter2 {
  background-color: #2c6ed5;
}
.color-filter3 {
  background-color: #ffa037;
}
.color-filter4 {
  background-color: #ff5337;
}
.color-filter5 {
  background-color: #a88c77;
}
.color-filter6 {
  background-color: #393939;
}
.color-filter7 {
  background-color: #ccc;
}
.checkbox-color-filter {
  display: none;
}
.color-filter {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
}
.checkbox-color-filter:checked + .color-filter {
  box-shadow: 0 0 0 2px #000;
  -moz-box-shadow: 0 0 0 2px #000;
  -webkit-box-shadow: 0 0 0 2px #000;
  -o-box-shadow: 0 0 0 2px #000;
  -ms-box-shadow: 0 0 0 2px #000;
}
.pagination {
  margin-right: -6px;
  margin-left: -6px;
}
.item-pagination {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: grey;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 6px;
}
.item-pagination:hover {
  background-color: #222;
  color: #fff;
}
.active-pagination {
  background-color: #222;
  color: #fff;
}
.wrap-slick3-dots {
  width: 14.5%;
}
.slick3 {
  width: 80.64%;
}
.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.slick3-dots li img {
  width: 100%;
}
.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.slick3-dot-overlay:hover {
  border: 3px solid #888;
}
.slick3-dots .slick-active .slick3-dot-overlay {
  border: 3px solid #888;
}
.show-dropdown-content .down-mark {
  display: block;
}
.show-dropdown-content .up-mark {
  display: none;
}
.wrap-table-shopping-cart {
  overflow: auto;
}
.container-table-cart::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  left: 0;
}
.container-table-cart::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  right: 0;
}
.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 992px;
}
.table-shopping-cart .table-row {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.table-shopping-cart .column-1 {
  width: 225px;
  padding-left: 50px;
}
.table-shopping-cart .column-2 {
  width: 330px;
  padding-right: 30px;
}
.table-shopping-cart .column-3 {
  width: 133px;
  padding-right: 30px;
}
.table-shopping-cart .column-4 {
  width: 355px;
  padding-right: 30px;
}
.table-shopping-cart .column-5 {
  padding-right: 30px;
}
.table-shopping-cart .table-head th {
  font-family: Montserrat-Bold;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}
.table-shopping-cart td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  padding-top: 37px;
  padding-bottom: 30px;
}
.table-shopping-cart .table-row .column-2 {
  font-size: 15px;
}
.cart-img-product {
  width: 90px;
  position: relative;
}
.cart-img-product img {
  width: 100%;
}
.cart-img-product::after {
  content: "\e870";
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}
.cart-img-product:hover:after {
  cursor: pointer;
  opacity: 1;
}
.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}
.tag-item {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 3px;
}
.tag-item:hover {
  border: 1px solid #e65540;
}
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  margin-right: -15px;
  margin-left: -15px;
}
.tab01 .nav-tabs .nav-item {
  padding: 8px 16px;
}
.tab01 .nav-link {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #888;
  line-height: 1.1;
}
.tab01 .nav-link.active {
  color: #333;
  border-bottom: 1px solid #6a6a6a;
}
.tab01 .nav-link:hover {
  color: #333;
  border-bottom: 1px solid #6a6a6a;
}
@media (max-width: 480px) {
  .tab01 .nav-tabs .nav-item {
    padding: 8px 6px;
  }
  .tab01 .nav-tabs {
    margin-right: -6px;
    margin-left: -6px;
  }
}
body {
  padding-right: 0 !important;
}
.modal {
  padding: 0 !important;
  z-index: 1360;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {
  overflow-y: scroll;
}
.modal-backdrop {
  background-color: transparent;
}
#modal-video-01 {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1350;
}
#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}
.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}
.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}
.close-mo-video-01 {
  font-size: 50px;
  color: #fff;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}
.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}
input.num-product {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}
input.num-product::-webkit-inner-spin-button,
input.num-product::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nakheel-malls-top {
  background-color: #204f7d;
  padding: 10px;
  text-align: right;
  padding-right: 40px;
}
.nakheel-malls-top p {
  color: #fff;
}
.home-banner-text {
  width: 25%;
  height: 90%;
  background: rgba(239, 49, 0, 0.7);
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.home-banner-text img {
  padding-bottom: 40px;
}
.home-banner-text strong {
  font-size: 34px;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.home-banner-text-detail {
  padding: 30px;
  text-align: justify !important;
}
.nakheel-logo {
  background-color: #204f7d;
}
.footer-cont {
  background-color: #204f7d;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}
.footer-col-cont {
  background-color: #ef3100;
  padding-bottom: 50px;
}
.footer-col-cont ul li a:hover {
  text-decoration: none !important;
}
.social-icons {
  padding-top: 0;
  padding-right: 30px;
  float: right;
}
.social-icons a {
  color: #fff;
  font-size: 28px;
}
.social-icons a:hover {
  text-decoration: none !important;
}
.fotter-inner {
  padding-bottom: 0;
}
.copyright-con {
  text-align: right;
  padding-right: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.copyright-con a {
  color: #414141 !important;
}
.copyright-con a:hover {
  color: #ef3100 !important;
  text-decoration: none !important;
}
.copyright-con p {
  color: #414141 !important;
}

.events-container {
  padding: 0 !important;
}
.carousel-indicators .active {
  background-color: #ef3100 !important;
  border: #ef3100 !important;
}
.carousel-indicators li {
  background-color: #c7c7c7 !important;
  border: #c7c7c7 !important;
  margin-left: 5px !important;
}
.carousel-indicators {
  bottom: -70px !important;
}
.slide-hyperlink {
  float: right;
  position: absolute;
  margin: auto;
  left: 49%;
  bottom: -58px;
}
#owl-demo .item {
  padding: 0 0;
  margin: 15px;
  text-align: center;
}
.what-to-do-title {
  padding-top: 20px;
  padding-bottom: 0 !important;
}
.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}
.imagebox {
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.imagebox img {
  opacity: 1;
  transition: 0.5s opacity;
  width: 100%;
  height: 100%;
}
.imagebox .imagebox-desc {
  bottom: 15px;
  color: #fff;
  font-size: 1.2em;
  left: 0;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;
  height: 100px;
}
.imagebox:hover img {
  opacity: 0.7;
}
.imagebox:hover .imagebox-desc {
  padding-bottom: 5%;
}
.what-to-heading {
  background-color: rgba(239, 49, 0, 0.7);
  padding-bottom: 10px;
}
.what-to-heading:hover {
  background-color: rgba(32, 79, 125, 0.7);
}
.what-to-heading {
  padding-top: 40px;
}
.what-to-heading strong {
  border: 1px solid #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 36px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
}
.what-to-heading p {
  color: #fff;
  letter-spacing: 3px;
  padding-top: 30px;
  height: 70px;
}
.no-padd {
  padding: 0 !important;
}
#owl-demo2 .item {
  padding: 0 0;
  margin: 15px;
}
#owl-demo3 .item {
  padding: 0 0;
  margin: 15px;
}
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.blog .carousel-indicators .active {
  background: #707070;
}
.fs-sec {
  background-color: #f7f7f7;
}
.blog-content {
  background-color: rgba(239, 49, 0, 0.7);
  padding-bottom: 10px;
}
.blog-content:hover {
  background-color: rgba(32, 79, 125, 0.7);
}
.blog-content {
  padding-top: 40px;
  text-align: left;
  padding-bottom: 30px;
}
.blog-content h2 {
  font-size: 23px;
  font-weight: 700;
}
.blog-content span {
  float: right;
  color: #fff;
}
.blog-content p {
  color: #fff;
}
.blog-item img {
  width: 100%;
}
.blog-item {
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.blog-item p {
  padding-top: 20px;
  color: #414141;
}
.blog-item-detail p {
  padding-top: 0 !important;
  color: #414141;
}
.blog-item h2 {
  font-family: Montserrat-Regular;
  color: #ef3100;
  font-weight: 600 !important;
  margin-top: 10px;
}
.blog-main-heading h2:hover {
  color: #204f7d;
}
.blog-main-heading:hover {
  text-decoration: none !important;
}
.blog-item h3 {
  font-family: Montserrat-Regular;
  color: #ef3100;
  font-weight: 600 !important;
  margin-top: 15px;
}
.blog-item ul {
  padding: 15px;
}
.blog-item ul li {
  list-style-type: circle;
  font-style: normal !important;
  color: #888;
  font-family: Montserrat-Regular;
}
.blog-big-img {
  padding-top: 15px !important;
}
.blog-small-img img {
  padding-bottom: 15px;
}
.blog-item-detail h2 {
  margin-bottom: 20px;
}
.blog-content-detail {
  margin-top: 20px;
}
.inner-blog-sec h1 {
  font-family: Montserrat-Regular;
  color: #ef3100;
  font-weight: 600 !important;
  font-size: 33px;
  margin: 1rem 0;
}
.related_heading h2 {
  font-family: Montserrat-Regular;
  color: #ef3100 !important;
  font-weight: 600 !important;
  margin-top: 15px;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.related-topics-item {
  margin-top: 15px;
  height: 180px;
}
.related-topics {
  background-color: rgba(239, 49, 0, 0.7);
  height: max-content;
  min-height: 100px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.related-topics h4 {
  font-weight: 700;
  font-size: 17px;
  font-family: ui-monospace;
  padding: 0.5rem;
  margin: unset;
}
.keep-reading {
  margin-top: 20px;
  float: right;
  color: #ef3100;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-transform: uppercase;
  border: 1px solid #ef3100;
}
.keep-reading:hover {
  color: #fff;
  background-color: #ef3100;
  text-decoration: none;
}
.blog-detail-right h3 {
  font-family: Montserrat-Regular;
  color: #ef3100;
  font-weight: 600 !important;
  margin-top: 15px;
}
.blog-date {
  color: #ef3100;
}
.blog-navigation {
  text-align: center;
  padding-top: 40px;
}
.blog-navigation a {
  padding: 6px 10px 6px 13px !important;
  border: 1px solid #ef3100;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 7px;
  color: #ef3100;
}
.blog-navigation a:hover {
  background-color: #ef3100;
  color: #fff;
  text-decoration: none;
}
.blog-social-share {
  padding-top: 30px;
}
.blog-social-share p {
  color: #414141;
}
.blog-social-share a {
  margin: 0;
  color: #414141;
  font-size: 16px;
}
.blog-social-share a:hover {
  text-decoration: none;
}
.blog-social-share .fa {
  font-size: 20px !important;
  padding: 0.5rem;
}
.active-pagi {
  background-color: #ef3100;
  color: #fff !important;
}
.blogs-heading-txt {
  padding-top: 2rem;
}
.blogs-heading-txt,
.all-courts img {
  width: 95%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.all-courts {
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.all-courts p {
  color: #414141;
  margin: unset;
}
.all-courts h2 {
  font-family: Montserrat-Regular;
  color: #ef3100;
  font-weight: 600 !important;
  margin-top: 10px;
}
.all-courts h3 {
  font-family: Montserrat-Regular;
  color: #ef3100;
  font-weight: 600 !important;
  margin-top: 15px;
  font-size: 14px;
}
.court-small-images-left {
  padding-right: 12px !important;
}
.court-small-images-right {
  padding-left: 12px !important;
}
.court-title {
  background-color: red;
  cursor: pointer;
  padding: 0 !important;
  height: 650px;
}
.court-title img {
  width: 100% !important;
}
.court-content {
  background-color: green;
  display: none;
  padding: 0 !important;
  height: 650px;
}
.court-content-full {
  width: 58.33333333% !important;
}
.court-content img {
  width: 100%;
}
.court-inside-content {
  float: left;
  margin: 15px;
  width: 38%;
  background-color: rgba(239, 49, 0, 0.9);
  padding-left: 20px;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.court-inside-content p {
  padding-top: 20px;
}
.court-inside-content a {
  color: #fff;
  float: right;
  font-size: 16px;
}
.court-inside-content a:hover {
  text-decoration: none !important;
  color: #204f7d !important;
}
.court-items {
  border-left: solid 5px #fff;
}
.court-title-but {
  text-align: center;
  padding-bottom: 30px !important;
}
.court-title-but ul {
  display: inline;
}
.court-title-but ul li {
  color: #414141;
  margin: 30px;
  cursor: pointer;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline;
  font-family: Montserrat-Regular;
  line-height: 40px;
}
.court-title-but-active {
  border: 1px solid #ef3100;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ef3100 !important;
}
.court-title-but ul li:hover {
  border: 1px solid #ef3100;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ef3100;
}
@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .main_menu > li {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1100px) {
  .main_menu > li > a {
    font-size: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .main_menu > li {
    padding-left: 6px;
    padding-right: 6px;
  }
  .megamenu-shopping {
    top: 52px !important;
  }
  .megamenu-shopping-sticky {
    top: 44px !important;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1460px) {
  .main_menu > li > a {
    font-size: 11px;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 990px) {
  .home-banner-text {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px !important;
    padding-top: 130px !important;
  }
  .home-banner-text img {
    display: none;
  }
  .home-banner-text-detail {
    font-size: 12px !important;
    padding: 15px !important;
    text-align: justify !important;
  }
  .home-banner-text strong {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 380px) and (max-width: 481px) {
  .home-banner-text {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px !important;
    padding-top: 130px !important;
  }
  .home-banner-text img {
    display: none;
  }
  .home-banner-text-detail {
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: 1px !important;
    padding: 15px !important;
  }
  .home-banner-text strong {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 100px) and (max-width: 379px) {
  .home-banner-text {
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 60px !important;
    padding-top: 130px !important;
  }
  .home-banner-text img {
    display: none;
  }
  .home-banner-text-detail {
    font-size: 11px !important;
    line-height: 1.1 !important;
    letter-spacing: 1px !important;
    padding: 15px !important;
  }
  .home-banner-text strong {
    font-size: 16px !important;
  }
  .blog-content h2 {
    font-size: 18px !important;
  }
  .blog-content {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .blog-content p {
    font-size: 12px !important;
    line-height: 1 !important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 20px) and (max-width: 340px) {
  .logo-mobile img {
    max-height: 40px !important;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .blog-content {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .blog-content h2 {
    font-size: 22px !important;
  }
  .blog-content p {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1595px) and (max-width: 1700px) {
  .home-banner-text {
    width: 27%;
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1594px) {
  .home-banner-text {
    width: 30%;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1449px) {
  .home-banner-text {
    width: 32%;
  }
}
@media only screen and (min-width: 1250px) and (max-width: 1349px) {
  .home-banner-text {
    width: 34%;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1249px) {
  .home-banner-text {
    width: 37%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1149px) {
  .home-banner-text {
    width: 42%;
    padding-top: 200px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 900px) {
  .blog-content {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
  }
  .blog-content h2 {
    font-size: 21px !important;
  }
  .blog-content p {
    font-size: 12px !important;
  }
}
@media (max-width: 768px) {
  .blog-small-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 990px) {
  .court-small-images-left {
    padding-right: 0 !important;
    padding-bottom: 20px !important;
  }
  .court-small-images-right {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .blog-social-share {
    flex-direction: column;
    align-items: self-start !important;
  }
  .blog-social-share .fa {
    padding: 0.2rem;
  }
  .mobile-social-icons {
    display: block;
    width: 100%;
    float: none !important;
  }
  .social-icons {
    float: none;
    padding-right: 0 !important;
  }
  .social-icons a {
    font-size: 46px;
    padding: 15px;
    padding-bottom: 0 !important;
  }
  .social-table {
    margin: auto;
  }
  .nakheel-logo {
    display: none !important;
  }
  .nakheel-logo-mobile {
    display: block !important;
    text-align: center;
    padding-bottom: 30px;
  }
  .social-icon-desktop {
    display: none;
  }
  .copyright-con {
    text-align: center;
  }
  .footer-col-cont {
    padding-bottom: 15px;
  }
  .col-mob {
    width: 33.33333%;
  }
  .dis-block {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .mobile-social-icons {
    display: none;
  }
  .nakheel-logo-mobile {
    display: none;
  }
}
@media only screen and (min-width: 100px) and (max-width: 480px) {
  .col-mob a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .social-icons {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1090px) and (max-width: 1360px) {
  .w-size7 {
    width: 15% !important;
  }
  .w-size60 {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1091px) {
  .w-size7 {
    width: 18% !important;
  }
  .w-size60 {
    width: 28%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .what-to-heading strong {
    font-size: 25px;
  }
  .what-to-heading p {
    font-size: 12px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 840px) {
  .what-to-heading strong {
    font-size: 16px;
  }
}
@media only screen and (min-width: 841px) and (max-width: 990px) {
  .what-to-heading strong {
    font-size: 18px;
  }
  .what-to-heading p {
    font-size: 10px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 620px) {
  .what-to-heading strong {
    font-size: 13px;
  }
}
@media only screen and (min-width: 621px) and (max-width: 768px) {
  .what-to-heading strong {
    font-size: 22px;
  }
  .what-to-heading p {
    font-size: 11px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 301px) and (max-width: 479px) {
  .what-to-heading strong {
    font-size: 21px;
  }
  .what-to-heading p {
    font-size: 11px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 18px) and (max-width: 300px) {
  .what-to-heading strong {
    font-size: 20px;
  }
  .what-to-heading p {
    font-size: 11px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 540px) {
  .what-to-heading p {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1730px) {
  .court-inside-content {
    width: 44%;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .court-inside-content {
    width: 52%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .court-inside-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .court-inside-content h3 {
    font-size: 20px;
  }
  .court-inside-content p {
    font-size: 12px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
  .court-title {
    display: none !important;
  }
  .court-inside-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .court-inside-content h3 {
    font-size: 20px;
  }
  .court-inside-content p {
    font-size: 12px;
    padding-top: 10px;
  }
  .court-content-full {
    width: 100% !important;
  }
}
@media only screen and (min-width: 100px) and (max-width: 450px) {
  .court-title-but ul li {
    margin: 5px !important;
  }
  .section-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 480px) {
  .section-title {
    padding-bottom: 50px !important;
  }
  .banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 399px) and (max-width: 480px) {
  .section-title {
    padding-bottom: 50px !important;
  }
  .banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .court-inside-content a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 399px) and (max-width: 480px) {
  .banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .section-title {
    padding-bottom: 30px !important;
  }
  .court-inside-content a {
    font-size: 12px;
  }
}
.social-icons a:hover {
  color: #204f7d !important;
}
.topbar-email:hover {
  color: #204f7d !important;
  text-decoration: none !important;
}
.header-wrapicon1 {
  text-decoration: none !important;
}
@media only screen and (min-width: 399px) and (max-width: 480px) {
  .banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .section-title {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  .court-inside-content a {
    font-size: 12px;
  }
  .blog-content span {
    font-size: 12px;
  }
}
.ibn-top-banner {
  position: relative;
  padding: 0 !important;
}
.ibn-banner-img {
  width: 100%;
}
.ibn-banner-text {
  position: absolute;
  top: 0;
  width: 25%;
  height: 90%;
  background: rgba(239, 49, 0, 0.7);
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center !important;
}
.ex-mall {
  padding-top: 30px !important;
}
.ibn-banner-text strong {
  font-size: 34px;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
}
.ex-mall-desc {
  padding-top: 25px !important;
}
.ibn-banner-text p {
  font-family: Montserrat-Regular;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: justify;
}
@media only screen and (min-width: 1515px) and (max-width: 1695px) {
  .ibn-banner-text {
    width: 28%;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1514px) {
  .ibn-banner-text {
    width: 31%;
  }
  .ibn-banner-text strong {
    font-size: 28px;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: justify;
  }
  .ex-mall-desc {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1299px) {
  .ex-mall {
    padding-top: 15px !important;
  }
  .ex-mall-desc {
    padding-top: 15px !important;
  }
  .ibn-banner-text {
    width: 35%;
  }
  .ibn-banner-text strong {
    font-size: 26px;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: justify;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1099px) {
  .ex-mall {
    padding-top: 15px !important;
  }
  .ex-mall-desc {
    padding-top: 15px !important;
  }
  .ibn-banner-text {
    width: 40%;
  }
  .ibn-banner-text strong {
    font-size: 26px;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: justify;
  }
}
@media only screen and (min-width: 480px) and (max-width: 992px) {
  .ibn-banner-text {
    position: relative !important;
    float: left;
    width: 100%;
    background: rgba(239, 49, 0, 1);
    margin: 0 !important;
    padding: 20px;
    text-align: center !important;
  }
  .ibn-banner-text strong {
    font-size: 28px;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: justify;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .ibn-banner-text {
    position: relative !important;
    float: left;
    width: 100%;
    background: rgba(239, 49, 0, 1);
    margin: 0 !important;
    padding: 20px;
    text-align: center !important;
  }
  .ibn-banner-text strong {
    font-size: 22px;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: justify;
  }
}
@media (max-width: 319px) {
  .ibn-banner-text {
    position: relative !important;
    float: left;
    width: 100%;
    background: rgba(239, 49, 0, 1);
    margin: 0 !important;
    padding: 20px;
    text-align: center !important;
  }
  .ibn-banner-text strong {
    font-size: 20px;
  }
  .ibn-banner-text p {
    font-family: Montserrat-Regular;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: justify;
  }
}
@media only screen and (max-width: 340px) and (min-width: 320px) {
  .ibn-banner-text strong {
    font-size: 21px;
  }
  .megamenu-shopping {
    width: 100% !important;
    left: 0 !important;
  }
  .logo {
    z-index: 99999 !important;
  }
}
@media only screen and (max-width: 992px) and (min-width: 551px) {
  .logo-mobile {
    width: 100%;
    min-height: 85px;
  }
}
@media only screen and (max-width: 550px) and (min-width: 480px) {
  .logo-mobile {
    width: 100%;
    min-height: 50px;
  }
}
@media only screen and (max-width: 489px) and (min-width: 360px) {
  .logo-mobile {
    width: 100%;
    min-height: 50px;
  }
}
@media only screen and (max-width: 359px) {
  .logo-mobile {
    width: 100%;
    min-height: 40px;
  }
}
.court-links-con {
  display: table;
  margin: 0 auto;
}
.court-links-con ul {
  display: inline;
}
@media (max-width: 1640px) and (min-width: 1515px) {
  .ibn-banner-text strong {
    font-size: 28px;
  }
}
.megamenu-shopping {
  width: 100% !important;
  left: 0 !important;
}
.custom-logo {
  z-index: 9999;
  transform: inherit;
  position: initial;
}
.ibm-logo {
  width: 202px !important;
  height: 85px;
}
.owl-item > last-child {
  margin: 15px !important;
}
.ibn-banner-text h1 {
  font-size: 34px;
  color: #fff;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}
.show-fixed-header2 .header-icons {
  position: initial;
  transform: initial;
}
