html[lang="ar"] .desk-map {
  direction: ltr;
}
.inter-map-wrapper h2{
  font-size: 32px;
  color: #BF214D;
}
.inter-map .big-map {
  width: 100%;
}
.inter-map img {
  display: block;
  max-width: 100%;
}
.inter-map .mark{
  padding: 0;
  background-color: inherit;
}
.loc-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.img-map {
  position: relative;
}
.img-map .loc {
  position: absolute;
  height: 60px;
}
.img-map .mark span {
  color: #5D5236;
  text-decoration: none;
  position: absolute;
  left: 18px;
  top: 12px;
  font-size: 18px;
  font-weight: bold;
}
.img-map .mark img {
  height: 60px;
}
.img-map .pop {
  min-width: 200px;
  border: 3px solid #5D5236;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 50px;
  top: -36px;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
  transition: 400ms;
}
.img-map .pop img {
  height: 50px;
  margin: 0 auto;
}
.img-map .pop .inner .img {
  display: none;
}
.img-map .pop h6 {
  margin: 0;
  color: #5D5236;
  font-size: 16px;
}
.img-map .pop.side .inner {
  display: table;
  width: 100%;
}
.img-map .pop.side .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.img-map .pop.side .inner .img {
  display: none;
}
.img-map .pop.top {
  top: auto;
  bottom: 100%;
  left: -200%;
  margin: auto;
  margin-bottom: 20px;
  transform: translateX(0px) translateY(30px);
}
.img-map .loc .content {
  display: none;
}
.img-map .loc:hover .pop {
  visibility: visible;
  transform: translateY(-50%) translateX(0px);
  transition: 400ms;
  opacity: 1;
  width: 100%;
  left: 70px;
}
.img-map .loc:hover .pop .inner .img {
  display: block;
}
.img-map .loc:hover .pop .content {
  display: block!important;
}
.img-map .loc:hover .pop.top {
  transform: translateX(-50%) translateY(0px);
}
.img-map .loc:hover {
  z-index: 3;
}

.desk-map {
  display: none;
}
@media (min-width: 991px) {
  .desk-map {
    display: block;
  }
}

.mob-pops {
  padding: 15px;
  position: relative;
}
.mob-pops .pop {
  min-width: 200px;
  border: 3px solid #5D5236;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  background: #fff;
  position: absolute;
  left: 100%;
  top: -50%;
  margin-left: 20px;
  visibility: hidden;
  transform: translateX(-30px);
  transition: 400ms;
  opacity: 0;
}
.mob-pops .pop img {
  height: 50px;
  margin: 0 auto;
}
.mob-pops .pop h6 {
  margin: 0;
  color: #5D5236;
  font-size: 16px;
}
.mob-pops .pop.side .inner {
  display: table;
}
.mob-pops .pop.side .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.mob-pops .pop.top {
  top: auto;
  bottom: 100%;
  left: -200%;
  margin: auto;
  margin-bottom: 20px;
  transform: translateX(0px) translateY(30px);
}
.mob-pops .pop {
  position: absolute;
  opacity: 1;
  transform: none;
  visibility: visible;
  margin: 0;
  margin-bottom: 10px;
  left: 15px;
  right: 15px;
  top: 0;
  background: #fff;
  display: none;
}
.mob-pops .pop h6 {
  font-size: 14px;
}
.mob-map {
  display: none;
}
.mob-map .mark img {
  height: 35px;
}
@media (min-width: 992px) {
  .mob-pops .pop{
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mob-map {
    display: block;
  }
  /* .inter-map-wrapper{
    margin-bottom: 90px;
  } */
  .mob-map .mark img {
    height: 39px;
  }
  .img-map .mark span{
    font-size: 17px;
  }
  .mob-pops .pop{
    position: relative;
    left: 0;
    right: 0;
  }
}

.mob-map .mark span {
  left: 9px;
  top: 4px;
}
.mob-map .loc small {
  position: absolute;
  color: #000;
  background: #fff;
  border-radius: 3px;
  bottom: 100%;
  padding: 5px;
}
.mob-map .loc .content {
  font-size: 10px;
  padding-top: 10px;
}

.fancybox-like .modal-header{
  border: none;
    padding-bottom: 0;
}
.fancybox-like .modal-header .close{
  position: absolute;
  top: -9px;
  right: -8px;
  background: #BF214D;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  opacity: 0.8;
}
.fancybox-like .modal-dialog{
  margin-top: 4.75rem;
}
.fancybox-like .modal-content{
  padding: 20px;
}
.fancybox-like .modal-body{
  overflow-y: auto;
  max-height: 700px;
}
.fancybox-like .modal-header .close:hover{
  opacity: 1;
}
.fancybox-like .modal-header .close span{
  text-shadow: none;
    color: #fff;
    height: 10px;
    font-weight: 300;
    font-size: 36px;
    line-height: 0;
}
.fancybox-like.content-area{
  padding: 0;
}
.fancybox-like.content-area::after{
  display:none;
}
.know-more{
  color: #BF214D;
}
.know-more:hover{
  color: #BF214D;
}
html[lang="ar"] .fancybox-like .modal-header .close{
  right: auto;
  left: -26px;
}
html[lang="ar"] .fancybox-like .modal-header{
  align-items: flex-end;
  justify-content: flex-end;
}
html[lang="ar"] .fancybox-like .modal-header .close span{
  font-size: 46px;
  line-height: 0.6;
}
@media (min-width: 576px){
  .fancybox-like .modal-dialog{
    max-width: 770px;
  }
}
@media (max-width: 1199px) {
  .fancybox-like .modal-dialog{
    margin-top: 2rem;
  }
  .fancybox-like .modal-body{
    max-height: 620px;
  }
}
@media (max-width: 990px){
    .fancybox-like .modal-header .close{
      top: 2px;
      right: 7px;
      width: 40px;
      height: 40px;
      padding: 0;
  }
  .fancybox-like .modal-header .close span{
    font-size: 28px;
    line-height: 0;
  }
  .fancybox-like .modal-content {
    padding: 10px;
  }
}
@media (max-width: 767px){
  .inter-map-wrapper h2{
    font-size: 25px;
  }
}
