/*@import url('../fonts/opensans/style.css');*/
/*@import url('../fonts/heebo.css');*/
@import url('../fonts/fonts.css');

html, body{
  height: 100%;
}
body{
    margin: 0;
    padding: 0;
    animation: fadein 2s;
   -moz-animation: fadein 2s; /* Firefox */
   -webkit-animation: fadein 2s; /* Safari and Chrome */
   -o-animation: fadein 2s; /* Opera */
   background: #cfd2d9;
}

.spritespin{
  /*user-select: none;*/
  /*position: relative;*/
  /*overflow: hidden;*/
  width: 100% !important;
  /*height: 600px !important;*/
}
.spritespin-progress {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 45%;
}
.spritespin-progress-label {
  color: #000000;
  font-size: 26px;
}
.spritespin-progress-bar {
  background-color: #000000;
  height: 2px;
}
.building_name_wraaper{
    position: absolute;
    top: 4%;
    z-index: 99;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
    direction: rtl;
}
.building_name_wraaper span{
    display: inline-block;
    width: 49%;
    text-align: center;
    color: #000000;
    font-family: "almoni_dl_aaabold";
}
.arrow_wrapper{
    position: absolute;
    bottom: 4%;
    z-index: 1;
    right: 0;
    left: 0;
    width: 10%;
    margin: 0 auto;
    opacity: 0;
}
.arrow{
    display: block;
    width: 100%;
    margin-bottom: 13%;
    animation: blinker 2s linear infinite;
}
.arrow_hand{
    display: block;
    width: 76%;
    margin: 0 auto;
    animation: shake infinite 10s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
@keyframes shake {
  20%, 80% {
    transform: translate3d(-1px, 0, 0);
  }
  
  30%, 70% {
    transform: translate3d(2px, 0, 0);
  }

  40%, 50%, 60% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 50% {
    transform: translate3d(4px, 0, 0);
  }
}
.building1_front{
    display: none;
      position: absolute;
      height: auto;
      width: 37%;
      top: 14vw;
      right: 7vw;
      /* background: rgba(255, 0, 0, 0.2); */
      /* border: 0.4vw solid red; */
      z-index: 9;
  }
  .building1_front .floor{
      position: relative;
      width: 100%;
      height: 5.75vw;
      bottom: 0;
  }
  .building1_front .apt{
    position: relative;
    width: 48%;
    height: 100%;
    bottom: 0;
    display: inline-block;
  }
  .building1_front .apt.apt24{
    width: 100%;
  }
  .building1_front .apt.apt27{
    width: 85%;
    margin: 0 auto 0 0;
    position: relative;
    display: block;
  }
  .building1_front .floor.floor7{
      height: 9vw;
  }
  .building1_front .floor.floor6{
      height: 4vw;
  }
  .building1_side{
      display: none;
      position: absolute;
      height: auto;
      width: 94%;
      top: 10vw;
      right: 4vw;
      /* background: rgba(255, 0, 0, 0.2); */
      /* border: 0.4vw solid red; */
      z-index: 9;
  }
   .building1_side .apt{
    position: relative;
    width: 48%;
    height: 100%;
    bottom: 0;
    display: inline-block;
  }
  .building1_side .apt.apt24{
    /*width: 100%;*/
  }
  .building1_side .apt.apt26{
    width: 44%;
    margin: 0 5vw 0 auto;
    position: relative;
    display: block;
  }
  .building1_side .apt.apt27{
    width: 31.3%;
    margin: 0 auto 0 18vw;
    position: relative;
    display: block;
  }
  .building1_side .floor{
      position: relative;
      width: 100%;
      height: 5.9vw;
      bottom: 0;
      /*background: rgba(255, 0, 0, 0.2);
      border: 0.4vw solid red;*/
  }
 .building1_side .floor.floor1{
    height: 8vw;
  }
  .building1_side .floor.floor7{
      height: 10.2vw;
  }
  .building1_side .apt_left{
    float: left;
    width: 50%;
  }
  .building1_side .apt_right{
    float: right;
    width: 50%;
  }

 .building1_back .apt{
    position: relative;
    width: 48%;
    height: 100%;
    bottom: 0;
    display: inline-block;
  }
  .building1_back .apt.apt26{
    width: 100%;
  }
  .building1_back .apt.apt1{
    width: 47%;
  }
  .building1_back .apt.apt2{
    width: 39%;
    margin: 0 11% 0 0;
  }

  .building2_front{
    display: none;
    position: absolute;
    height: auto;
    width: 24%;
    top: 12vw;
    left: 7vw;
    /* background: rgba(255, 0, 0, 0.2); */
    /* border: 0.4vw solid red; */
    z-index: 9;
  }
  .building2_front .apt{
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: inline-block;
  }
  .building2_front .apt.apt52 {
      width: 94%;
      margin: 0 0vw 0vw 2vw;
      display: inline-block;
  }
  .building2_front .apt.apt28 {
      height: 6vw;
  }
  .building2_front .floor{
    position: relative;
    width: 100%;
    height: 5vw;
    bottom: 0;
  }
  .building2_front .floor.floor8{
      height: 8vw;
  }
  .building2_front .floor.floor7{
      height: 4vw;
  }
  .building2_side{
    display: none;
    position: absolute;
    height: auto;
    width: 64%;
    top: 5vw;
    right: 35vw;
    /* background: rgba(255, 0, 0, 0.2); */
    /* border: 0.4vw solid red; */
    z-index: 9;
  }
  .building2_side .apt{
    position: relative;
    width: 48%;
    height: 100%;
    bottom: 0;
    display: inline-block;
  }
  .building2_side .apt.apt52 {
    width: 38%;
    margin: 0px 7vw 0px 0vw;
  }
  .building2_side .floor{
    position: relative;
      width: 100%;
      height: 6.4vw;
      bottom: 0;
      /*background: rgba(255, 0, 0, 0.2);
      border: 0.4vw solid red;*/
  }
  .building2_side .floor.floor8{
      height: 8vw;
  }
  .building2_side .floor.floor7{
      height: 7vw;
  }
  .building2_side .floor.floor3{
      margin-top: -1vw;
  }
  .building2_side .floor.floor0{
      height: 7vw;
  }
  .building1_back{
    display: none;
    position: absolute;
    height: auto;
    width: 38%;
    top: 9vw;
    left: 3vw;
    /* background: rgba(255, 0, 0, 0.2); */
    /* border: 0.4vw solid red; */
    z-index: 9999;
  }
  .building1_back .floor{
      position: relative;
      width: 100%;
      height: 6.2vw;
      bottom: 0;
      /*background: rgba(255, 0, 0, 0.2);
      border: 0.4vw solid red;*/
  }
  .building1_back .floor.floor0{
    left: 25vw;
  }
  .building1_back .floor.floor7{
      height: 11.2vw;
  }
.building2_back{
    display: none;
    position: absolute;
    height: auto;
    width: 48%;
    top: 5vw;
    right: 1vw;
    /* background: rgba(255, 0, 0, 0.2); */
    /* border: 0.4vw solid red; */
    z-index: 9;
  }
  .building2_back .apt{
    position: relative;
    width: 48%;
    height: 100%;
    bottom: 0;
    display: inline-block;
  }
  .building2_back .apt_left{
    float: left;
    width: 38%;
  }
  .building2_back .apt_right{
    float: right;
    width: 62%;
  }
  .building2_back .apt.apt29 {
    width: 36%;
  }
  .building2_back .apt.apt30 {
    width: 26%;
    margin: 0px 0vw 0px 12vw;
  }
  .building2_back .apt.apt53 {
    width: 100%;
  }
  .building2_back .floor{
      position: relative;
      width: 100%;
      height: 6.1vw;
      bottom: 0;
      /*background: rgba(255, 0, 0, 0.2);
      border: 0.4vw solid red;*/
  }
  .building2_back .floor.floor8{
    height: 9vw;
  }
  .border_class{
      /*background: rgba(255, 0, 0, 0.2);
      border: 0.1vw solid red;*/
  }
  .border_class2{
      background: rgba(0, 137, 255, 0.4);
      border: 0.1vw solid #0089ff;
  }
  .btn_div{
    display: none;
    position: relative;
    direction: rtl;
    width: 100%;
    text-align: center;
    height: auto;
    background: #102b36;
    /*padding-bottom: 3vw;*/
    border-bottom: 2vw solid #98c33c;
  }
  .btn_div_title{
    display: block;
    color: #ffffff;
    font-size: 6vw;
    text-align: center;
    line-height: 1;
    padding-top: 2vw;
    padding-bottom: 2vw;
    background: #102c36;
    position: relative;
    height: 43%;
  }
  .btn_div_table{
    display: inline-flex;
    width: 98%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  .inner_btn_div{
    width: calc(100% / 4);
    height: 100%;
    vertical-align: middle;
    display: table-cell;
  }
  .btn_div_a{
    display: inline-block;
    width: 94%;
    color: #ffffff;
    font-size: 4.2vw;
    border: 0.4vw solid #ffffff;
    text-decoration: none;
    font-family: "almoni_dl_aaabold";
  }
  .btn_div_a:hover,  .btn_div_a:focus{
      text-decoration: none;
      color: #ffffff;
  }
  .btn_div_a.active{
    background: #98c33c;
    border: 0.4vw solid #98c33c;
    color: #102b36;
  }
  button{
    display: none;
    direction: rtl;
    width: 100%;
    text-align: center;
    background: #102b36;
    padding: 0 3%;
  }
  button#zoomout{
    position: fixed;
    top: 1vw;
    right: 2vw;
  }
  .popup-overlay {
      /*Hides pop-up when there is no "active" class*/
      visibility: hidden;
      position: absolute;
      background: #ffffff;
      border: 3px solid #666666;
      width: 50%;
      height: 50%;
      left: 25%;
      z-index: 99999;
    }

    .popup-overlay.active {
      /*displays pop-up when "active" class is present*/
      visibility: visible;
      text-align: center;
    }

    .popup-content {
      /*Hides pop-up content when there is no "active" class */
      visibility: hidden;
    }

    .popup-content.active {
      /*Shows pop-up content when "active" class is present */
      visibility: visible;
    }

@keyframes fadein {
  from {
       opacity:0;
  }
  to {
       opacity:1;
  }
  }
  @-moz-keyframes fadein { /* Firefox */
  from {
       opacity:0;
  }
  to {
       opacity:1;
  }
  }
  @-webkit-keyframes fadein { /* Safari and Chrome */
  from {
       opacity:0;
  }
  to {
       opacity:1;
  }
  }
  @-o-keyframes fadein { /* Opera */
  from {
       opacity:0;
  }
  to {
       opacity: 1;
  }
}
*{
    font-family: "almoni_dl_aaaregular";
}
.wrapper{
    display: block;
    height: 100%;
    width: 30%;
    margin: 0 auto;
}
.top_div_web{
    position: relative;
    width: 100%;
    height: 55%;
    display: block;
    text-align: center;
    padding-top: 50%;
    font-size: 3vw;
    font-weight: 900;
}
.overlay{
  position: relative;
  top: 0;
  height: auto;
  z-index: 999999;
  width: 100%;
}
.lazy {
    /*margin-bottom:30px;*/
    width: 100%;
    min-height: 50vw;
    outline: 0;
    /*box-shadow: 0px 2px 4px #999;*/
    background: url(../images/loader.gif) no-repeat center;
}
.lazy-loaded {
    background-image: none;
}
.img1 {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    object-fit: cover;
    /*-webkit-animation: slide 25s infinite linear alternate-reverse;
    animation: slide 25s infinite linear alternate-reverse;*/
}
.logo1{
    position: absolute;
    z-index: 9999999;
    display: block;
    top: 2vw;
    left: 0;
    right: 0;
    width: 7vw;
    margin: 0 auto;
}
.logo2 {
    position: absolute;
    z-index: 9999999;
    display: block;
    top: 9vw;
    left: 0;
    right: 0;
    width: 16vw;
    margin: 0 auto;
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}
.bottom_div{
  position: relative;
  width: 100%;
  height: 45%;
  display: block;
}
.bottom_div1{
  position: relative;
  width: 100%;
  height: 65%;
}
.div_top{
  height: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  direction: rtl;
  width: 100%;
  display: table;
}
.div_top2{
  height: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  direction: rtl;
  width: 100%;
  display: table;
}
.div_top .inner_div{
  /*width: 33%;*/
  width: calc(100% / 3);
  height: 100%;
  vertical-align:middle;
  display: table-cell;
}
.div_top .inner_div a{
    text-align: center;
    display: block;
    vertical-align: middle;
    color: #102b36;
    text-decoration: none;
}
.div_top .inner_div a img{
  display: block;
  margin: 0 auto;
  max-width: 12vw;
}
.div_top2 .inner_div{
  /*width: 33%;*/
  width: calc(100% / 3);
  height: 100%;
  vertical-align:middle;
  display: table-cell;
}
.div_top2 .inner_div a{
  text-align: center;
  display: block;
  vertical-align: middle;
  color: #102b36;
  text-decoration: none;
}
.inner_div span{ 
  font-size: 1vw;
  margin-top: 1vw;
  display: block;
  font-family: "almoni_dl_aaaregular";
}
.div_top .inner_div a:hover, .div_top2 .inner_div a:hover, .div_top .inner_div a:focus, .div_top2 .inner_div a:focus{
  text-decoration: none;
  color: #102b36; 
}
.div_top2 .inner_div a img{
  display: block;
  margin: 0 auto;
  max-width: 12vw;
}
.div_top .inner_div:nth-child(1){
    background-color: #e5e9ee;
}
.div_top .inner_div:nth-child(2){
    background-color: #d9dfe7;
}
.div_top .inner_div:nth-child(3){
    background-color: #e5e9ee;
}
.div_top2 .inner_div:nth-child(1){
    background-color: #d9dfe7;
}
.div_top2 .inner_div:nth-child(2){
    background-color: #e5e9ee;
}
.div_top2 .inner_div:nth-child(3){
    background-color: #d9dfe7;
}

.bottom_div2{
  position: relative;
  width: 100%;
  height: 35%;
  display: block;
  display: table;
}
.div_top3 .inner_div{
  /*width: 33%;*/
  width: calc(100% / 3);
  height: 100%;
  vertical-align:middle;
  display: table-cell;
}
.div_top3 .inner_div a{
  text-align: center;
  display: block;
  vertical-align: middle;
  color: #102b36;
  text-decoration: none;
}
.div_top3 .inner_div span{
  text-align: center;
  display: block;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  font-family: "almoni_dl_aaablack";
}
.div_top3{
    height: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    direction: rtl;
    width: 90%;
    top: 0;
    display: table;
    background: #102b36;
    padding: 1vw;
    right: 0;
    left: 0;
    border-radius: 3vw;
    margin: 0 auto;
}
.div_top3 .inner_div a img{
  display: block;
  margin: 0 auto;
  max-width: 10vw;
}
.custom-modal{
    display: none;
    background: #e5e9ee url(../images/logo_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 70%;
    width: 47%;
    min-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    padding: 0;
    overflow-y: auto;
    max-height: 100%;
    margin: 0 auto;
}
.custom-modal2 {
    display: none;
    background: #ffffff url(../images/logo_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 70%;
    width: 47%;
    min-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    padding: 0;
    overflow-y: auto;
    max-height: 100%;
    margin: 0 auto;
}
.custom-modal3 {
    display: none;
    background: #ffffff url(../images/logo_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 70%;
    width: 47%;
    min-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    padding: 0;
    overflow-y: auto;
    max-height: 100%;
    margin: 0 auto;
}
.custom-modal-header {
    background: #102b36;
}
.modal-title{
    color: #ffffff;
    font-family: "almoni_dl_aaaregular";
    margin: 0;
    text-align: right;
    position: relative;
    display: block;
    font-size: 3vw;
    right: 3vw;
    padding-bottom: 3vw;
}
.custom-modal-body{
  direction: rtl;
  padding: 2vw;
}
.custom-modal-body p {
    font-size: 2vw;
    text-align: justify;
    color: #102b36;
}
.custom-modal-footer{
    text-align: right;
    padding-right: 2vw;
    padding-bottom: 5vw;
}
.up_icon{
    position: sticky;
    bottom: 0vw;
    opacity: 0.8;
    width: 4vw;
    left: 3vw;
    display: none;
    opacity: 0;
}
button.custom-close, button.custom-close3{
    background: none;
    border: 0.5vw solid #ffffff;
    border-radius: 14vw;
    /* width: 9vw; */
    position: relative;
    left: 2vw;
    top: 2vw;
    display: block;
    color: #ffffff;
    font-size: 3vw;
    font-family: "almoni_dl_aaabold";
    width: 4vw;
    line-height: 1;
    z-index: 99;
}
.custom-modal-footer button.custom-close2, .custom-modal-footer button.custom-close4{
    background: #102b36;
    font-size: 3vw;
    color: #ffffff;
    font-family: "almoni_dl_aaabold";
    padding: 0vw 1vw;
    width: auto;
    display: inline-block;
}
.location_inner{
  width: 100%;
}
.full-width{
  padding: 0 !important;
}
.location_dots{
    background: #ffffff;
    padding: 1vw 0vw 0;
    width: 98%;
    margin: 0 auto;
    margin-top: 2vw;
    text-align: center;
    margin-bottom: 3vw;
    border-radius: 4vw;
}
.location_dots_inner{
    display: inline-block;
    margin-bottom: 1vw;
    margin-right: 1.2vw;
}
.location_dots_inner img{
    width: 1.8vw;
}
.location_dots_inner_txt{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.5vw;
    color: #102b36;
    font-family: "almoni_dl_aaablack";
    font-size: 1vw;
}
.bold{
  font-family: "almoni_dl_aaablack";
}
.modal-plans{

}
.modal-plans .inner_plan{
    display: inline-block;
    background: #ffffff;
    width: 100%;
    text-align: right;
    padding: 1vw 1vw 1vw 0;
    margin-bottom: 1vw;
    text-decoration: none;
    color: #102b36;
    font-family: "almoni_dl_aaablack";
    font-size: 2vw;
    margin-left: 1vw;
    margin-right: 1vw;
    line-height: 1;
}
a.accordion-toggle{
  font-family: "almoni_dl_aaablack";
  text-decoration: none;
}
.accordion-title{
  font-family: "almoni_dl_aaablack";
  text-decoration: none;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
    background: #ffffff;
    margin-top: 0.5vw !important;
    text-align: right;
    font-size: 1.5vw;
    line-height: 2;
    padding-right: 1vw;
    color: #102b36;
    font-family: "almoni_dl_aaablack";
}
.accordion-inner {
    display: block;
    background: #ffffff;
    text-align: justify;
    padding: 0.5vw;
    color: #102b36;
    font-size: 1.2vw;
}
.custom_plus {
    content: '';
    background-image: url(../images/minus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.2vw;
    height: 0.8vw;
    vertical-align: middle;
    position: relative;
    bottom: 0;
    top: 1.2vw;
    float: left;
    left: 1vw;
}
.collapsed .custom_plus {
    content: '';
    background-image: url(../images/plus.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 1.2vw;
    height: 0.8vw;
    vertical-align: middle;
    position: relative;
    bottom: 0;
    top: 1.2vw;
    float: left;
    left: 1vw;
}
.custom-modal2 .custom-modal-body img{
    width: 100%;
    position: relative;
    display: block;
}
.custom-modal3 .custom-modal-body img{
    width: 100%;
    position: relative;
    display: block;
}
.gallery_title{
    position: relative;
    margin: 5vw auto;
}
.gallery_title img{
    display: none;
    width: 25vw;
    left: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
    margin-bottom: 5vw;
}
.gallery_title_txt{
    font-size: 5vw;
    position: relative;
    display: none;
    color: #102c36;
    font-family: "almoni_dl_aaablack";
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    /*direction: ltr;*/
}
.owl-theme .owl-dots .owl-dot span {
    width: 1vw;
    height: 1vw;
    margin: 5px 7px;
    background: #102b36;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10vw;
    border: 0.1vw solid #102b36;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    /*direction: ltr;*/
}
.share_btns{
    display: none;
    opacity: 0;
    text-align: center;
    position: relative;
    bottom: 19vw;
    width: 5%;
    background: #102b36;
    padding: 0.5vw;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 4vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
}
.share_btns.share_btns_show{
  display: table;
  opacity: 1;
}
.share_btns a{
    display: block;
    width: 100%;
    text-align: center;
    margin: 0vw auto 0.5vw;
}
.share_btns a img{
  width: 3vw;
}
img.hand_mob {
    display: none;
}
.web{
    display: block;
    height: 50vw;
}
.mob{
    display: none;
}
.mob_a{
    display: none;
}
.lpweb{
   position: absolute;
   width: 100%;
   height: 50vw;
   left: 0;
}
/*.mountain{
  position: absolute;
  width: 100%;
  top: 0vw;
  z-index: -1;
  left: 0;
  animation-duration: 5s !important;
}*/
.mountain {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    height: 75%;
    z-index: -1;
    width: 100%;
}
.mountain img {
  height: 100%;
  position: absolute;
  left: 0;
  width: 120vw;
  -webkit-transition: all 20s ease-out;
  transition: all 20s ease-out;
}
.mountain:hover img,
.mountain.hover img {
  -webkit-transform: translateX(-130px);
  transform: translateX(-130px);
}
.price{
    position: absolute;
    top: 27.5vw;
    right: 22.8vw;
    width: 20vw;
    animation: pulse 2s infinite;
}
.circle {
    width: 13vw;
    height: 9vw;
    background: #027bc1;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: 19vw;
    right: 53vw;
    padding-top: 3.5vw;
    /* width: 62px; */
    text-align: center;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: bold;
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
    box-shadow: 0 0 0 0.3vw #fff, 0 0 0 0.7vw #027bc1;
    animation: pulse 2s infinite;
}
.modal {
    display: none;
    background: #ffffff url(../images/logo_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 70%;
    width: 50%;
    min-height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999999;
    text-align: center;
    padding: 0;
    overflow-y: auto;
    max-height: 100%;
    margin: 0 auto;
    right: 0;
}
ul.checkboxes {
   width: 71%;
   /* float: right; */
   list-style: none;
   margin-top: 0;
   display: inline-block;
   padding-right: 0;
       margin-bottom: 0;
   -webkit-columns: 2;
   -moz-columns: 2;
   columns: 2;
}
.chk h3 {
   font-size: 0.8vw;
   margin: 1px 0 6px;
   text-align: right;
   width: 70%;
   display: inline-block;
   color: #0b109f;
}
ul.checkboxes li {
    line-height: 1.5;
}
#newsl {
    display: none;
}
.chk label,.chk2 label {
   font-size: 1.2vw;
    cursor: pointer;
}
.hand{
    max-width: 60%;
}
.game{
      max-width: 80%;
       top: 0;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
     width:100% ;
}
.chk2 [type="checkbox"]:not(:checked) + label, .chk2 [type="checkbox"]:checked + label {
    width: auto;
}
hr {
    color: #fff;
    display: block;
    /* height: 1px; */
    border: 0;
    border-top: 1px solid rgba(11, 16, 159, 0.05);
    /* margin: 1em 0; */
    padding: 0;
    margin: 3px 0 10px;
}
.title_h1{
    position: absolute;
    top: 15vw;
    right: 15vw;
    color: #014790;
    font-size: 3.5vw;
}

img.logo.animated.fadeInDownBig {
    max-width: 50%;
}
.title_h2{
    position: absolute;
    top: 20vw;
    right: 15.5vw;
    background: #014790;
    color: #ffffff;
    font-size: 1.8vw;
    padding: 0.5vw;
}
   .streets {
      position: absolute;
      top: 29vw;
      right: 47px;
      color: #f1f1f1;
      font-size: 1.2vw;
      line-height: 1.3;
      padding: 0.5vw;
      direction: rtl;
      width: 36vw;
      text-align: justify;
}
.streets span{
    display: inline-block;
}
.streets span:after{
}

.address2{
    background-image: url('../images/verical_line.jpg');
    background-repeat: no-repeat;
    padding-left: 1.1vw;
    padding-right: 0.1vw;
    padding-bottom: 1vw;
    padding-top: 1vw;
}
.phone {
    position: relative;
    /* bottom: 4vw; */
    color: #014790;
    /* right: 0; */
    font-size: 2vw;
    display: inline-block;
    vertical-align: middle;
    top: 0.5vw;
}
ul.social-icons {
    padding: 0;
    /* list-style: none; */
    position: relative;
    /* bottom: 0; */
    /* right: 0; */
    display: inline-block;
}
ul.social-icons li {
   vertical-align: top;
   display: inline-block;
   margin-right: 15px;
}
.light{
    font-family: 'almoni_dl_aaaregular';
}
.bold{
    font-family: 'almoni_dl_aaaregular';
}
.teruf{
    position: absolute;
    top: 3vw;
    left: 32vw;
    width: 37vw;
}
.txt_top{
    position: absolute;
    top: 35vw;
    left: 34vw;
    width: 33vw;
}
.formbox{
    direction: rtl;
    position: absolute;
    bottom: 5.5vw;
    width: 28%;
    left: 9%;
    padding-top: 1%;
}
.formbox span{
}
.required{
    line-height: 1.5vw !important;
    margin-right: 1.6vw !important;
}
.formbox span .first{
    font-size: 3.5vw;
}
.formbox span .second{
    font-size: 3.5vw;
    line-height: 3.5vw;
}
.formbox span .third{
    line-height: 1.2vw;
    font-size: 1.25vw;
}
.formbox input{
    box-sizing: border-box;
    border-radius: 0;

}
.choose {
    display: inline-block;
    color: #002ba3;
    width: 13vw;
    font-size: 1.4vw;
}
.choose2{
    background: url(../images/choose.png);
    background-size: 100% 100%;
    color: #ffffff;
    display: inline-block;
    padding: 0.5vw 1vw;
}
.choose .yes{
    color: #002ba3;
    cursor: pointer;
}
.choose .no{
    color: #ffffff;
    cursor: pointer;
}
.formbox input[type=text]{
    background: none;
    font-size: 1vw;
    border: 0;
    font-weight: 900;
    border-radius: 0;
    font-size: 2vw;
    margin: 2.5vw auto;
    width: 75%;
    /*height: 2vw;*/
    color: #3d0f1d;
    display: block;
    text-align: center;
    padding-right: 0;
    /* background: url(../images/inputback.png); */
    background-size: 100% 100%;
    border-bottom: 0.1vw solid #3d0f1d;
    font-family: "almoni_dl_aaaregular";
}
.formbox input[type=submit]{
    -webkit-appearance: none;
    border: 0;
    font-size: 2vw;
    width: 12vw;
    background: #3d0f1d;
    margin: 0.2vw;
    height: 2.2vw;
    color: #ffffff;
    font-weight: 900;
    -webkit-animation: shaker 3s infinite;
    cursor: pointer;
}



footer {
   background: #000000;
   text-align: center;
   width: 100%;
   font-size: 13px;
   position: relative;
}
footer a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    line-height: 12px;
    font-family: "almoni_dl_aaaregular";
}
.ty footer a{color: #000;}
.ty footer{background:transparent; position: absolute; bottom: 0; left: 0;}
footer .footer a .svg { display: block; margin: auto; width: 32px; }
footer .footer a > svg g > path:first-child {
    animation: none;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
footer .footer a > svg g path {
    fill: #fff;
}
.ty footer .footer a > svg g path {
    fill: #000;
}
footer .footer a:hover > svg g > path:first-child {
    animation: logo_g 0.6s linear;
    transform-origin: center;
}


.ty{

}
.ty .wrapper{padding: 9% 0 24% 0;}
.ty .msg{
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 550px;
    color: #000;
}
.ty img{width: 70%;}
.ty h1{margin: 0; display: block; font-size: 3vw;direction: rtl;}


::-webkit-input-placeholder {
    color: #3d0f1d;
}

:-moz-placeholder { /* Firefox 18- */
    color: #3d0f1d;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #3d0f1d;
}

:-ms-input-placeholder {
    color: #3d0f1d;
}
#c2f_btn {
    height: 3vw;
    width: 9vw;
    left: 0px;
    top: 7vw;
    background: #ff3365;
    z-index: 54;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: fixed;
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 5vw;
    /* opacity: 0.5; */
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    display: none;
}
#c2f_btn:hover {
    opacity: 1;
}
#c2f_btn #c2f_icon {
    width: 2vw;
    height: 2vw;
    margin: 0.49vw;
    background: url(../images/c2f-icon.png) center center no-repeat #ff3365;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    vertical-align: text-bottom;
    float: right;
}
#c2f_btn h4 {
    font-size: 1vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1em;
    letter-spacing: 0.1vw;
    margin: 0.7vw;
    display: inline-block;
    position: relative;
    /* top: -0.5vw; */
}
.mob  .phone {
    /* position: absolute; */
    /* top: unset; */
    /* background: #99ccff; */
    color: #014790;
    font-family: 'almoni_dl_aaaregular';
    /* padding: 0; */
    /* right: 0; */
    font-size: 6vw;
    /* width: 100%; */
    /* bottom: 0; */
    /* text-decoration: none; */
}
.mob ul.social-icons {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 1vw;
    right: 46vw;
}
#name-error{
    color: #ff0030;
    display: block;
    text-align: left;
    position: absolute;
    top: 4.5vw;
    right: 12.5vw;
    font-size: 0.8vw;
    width: 34%;
    margin: 0 auto;
}
#phone-error{
    color: #ff0030;
    display: block;
    text-align: left;
    position: absolute;
    top: 9.2vw;
    right: 12.5vw;
    font-size: 0.8vw;
    width: 34%;
    margin: 0 auto;
}
#street-error {
    color: #ff0030;
    display: block;
    text-align: left;
    position: absolute;
    top: 6vw;
    right: 16.5vw;
    font-size: 0.8vw;
    width: 34%;
    margin: 0 auto;
}
#preloader {
    width: 40%;
    height: auto;
    position: absolute;
    top: 46%;
    left: 0px;
    font-size: 0;
    opacity: 0;
    display: none;
    z-index: 52;
    direction: rtl;
    color: #fff;
}
#preloader h4{
    position: relative;
    top: 0;
    color: #000000;
    font-size: 2vw;
    margin: 1vw;
}
#preloader img{
    width: auto;
    height: auto;
}
.mainslider {
    width: 100%;
    position: relative;
    /* right: 0; */
    margin-top: 0%;
    direction: rtl;
    top: 0;
    margin: 0 0vw 0 30vw;
    left: 0;
    /* overflow-x: hidden; */
    height: auto;
}
.slick-initialized .slick-slide {
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  margin-top: 0;
  direction: rtl;
}
.slick-slider .slick-track, .slick-slider .slick-list { 
    transform: none;
    -webkit-transform: none;
    /*height: 42vw;*/
    direction: ltr;
}
.mainslider img.slick-arrow{
  width: 10vw;
}
.slick-dots {
    list-style: none;
    position: absolute;
    z-index: 2;
    bottom: 0vw;
    right: 0;
    outline: none;
    width: 80%;
    line-height: 0;
}
.slick-dots button {
    background: #000000;
    /* opacity: 0.5; */
    border-radius: 50%;
    padding: 0.5vw;
    width: 0.5vw;
    height: 0.5vw;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
}
.slick-dots li {
    display: inline-block;
    border: 0;
    margin: 0 0.5vw;
}
.mainslider .dslidermob .slick-dots {
    list-style: none;
    position: absolute;
    z-index: 99999;
    bottom: 0.5vw;
    right: 0;
    outline: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;
    width: 100%;
    direction: ltr;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 22vw;
}
.slick-arrow {
    position: absolute;
    bottom: 3%;
    width: 2.5vw !important;
    height: unset !important;
    cursor: pointer;
    z-index: 9999;
}
.slick-active button{
    background: #ffffff;
}
.slick-arrow.ra {
  right: 1vw;
  position: absolute;
}
.slick-arrow.la {
    left: 1vw;
    position: absolute;
}
@-webkit-keyframes glowing {
  0% { background-color: #014790; -webkit-box-shadow: 0 0 3px #014790; }
  50% { background-color: #0676e8; -webkit-box-shadow: 0 0 40px #0676e8; }
  100% { background-color: #014790; -webkit-box-shadow: 0 0 3px #014790; }
}

@-moz-keyframes glowing {
  0% { background-color: #014790; -moz-box-shadow: 0 0 3px #014790; }
  50% { background-color: #0676e8; -moz-box-shadow: 0 0 40px #0676e8; }
  100% { background-color: #014790; -moz-box-shadow: 0 0 3px #014790; }
}

@-o-keyframes glowing {
  0% { background-color: #014790; box-shadow: 0 0 3px #014790; }
  50% { background-color: #0676e8; box-shadow: 0 0 40px #0676e8; }
  100% { background-color: #014790; box-shadow: 0 0 3px #014790; }
}

@keyframes glowing {
  0% { background-color: #014790; box-shadow: 0 0 3px #014790; }
  50% { background-color: #0676e8; box-shadow: 0 0 40px #0676e8; }
  100% { background-color: #014790; box-shadow: 0 0 3px #014790; }
}
@media screen and (max-width: 1480px) {
   .formbox {
   bottom: 0.5vw;
   }
   .chk h3 {
    font-size: 0.9vw;
    margin: 0 0 2px;
    text-align: right;
    width: 70%;
    display: inline-block;
    color: #0b109f;
}
}

@media screen and (max-width: 1024px) {
   .phone {
      bottom: 4.5vw;
          font-size: 2.5vw;
          right: 13vw;
   }
   ul.social-icons {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 2.7vw;
    right: 25vw;
}
   .formbox{
      direction: rtl;
          position: absolute;
          bottom: 5vw;
          width: 20%;
          right: 0%;
   }
   ul.social-icons img.animated.fadeInDownBig {
       max-width: 46%;
       width: 15.5vw;
   }
   .hand {
    max-width: 70%;
   }
      .lpweb {
       position: absolute;
       width: 100%;
       height: 34vw;
       bottom: 0;
       left: 0;
   }
   img.logo.animated.fadeInDownBig {
       max-width: 40%;
   }
   .formbox {
       direction: rtl;
       position: absolute;
       bottom: 5vw;
       width: 20%;
       right: 0%;
   }
   .phone {
       bottom: 5.5vw;
   }
   ul.social-icons li {
       vertical-align: top;
       display: inline-block;
       margin-right: 0;
   }
}
@media screen and (max-width: 1000px) {
    *{
        /*font-family: 'open_sans';*/
    }
    html, body{
      overflow-x: hidden;
    }
    .ty .msg{max-width: none; width: 100%;}
    .ty h1{font-size: 9vw;}
    .web{
        display: none;
    }
    button{
      -webkit-appearance: none;
      -moz-appearance: none;
    }
    .wrapper {
        display: block;
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }
    .mob{
        display: block;
        height: 100%;
        overflow-x: hidden;
        width: 100%;
        text-align: center;
        /*min-height: 150vw;*/
    }
    .top_div{
      position: relative;
      width: 100%;
      height: auto;
      display: block;
    }
    .overlay{
      position: relative;
      top: 0;
      height: auto;
      z-index: 999999;
      width: 100%;
    }
    .img1 {
        position: absolute;
        width: 150%;
        height: 100%;
        display: block;
        top: 0;
        object-fit: cover;
        -webkit-animation: slide 25s infinite linear alternate-reverse;
        animation: slide 25s infinite linear alternate-reverse;
    }
    .logo1{
      position: absolute;
      z-index: 9999999;
      display: block;
      top: 9vw;
      left: 0;
      right: 0;
      width: 27vw;
      margin: 0 auto;
    }
    .logo2 {
      position: absolute;
      z-index: 9999999;
      display: block;
      top: 36vw;
      left: 0;
      right: 0;
      width: 50vw;
      margin: 0 auto;
    }
    @-webkit-keyframes slide {
        0% {
            -webkit-transform: translateX(0%);
        }

        100% {
            -webkit-transform: translateX(-30%);
        }
    }

    @-webkit-keyframes slide {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-30%);
        }
    }
    .bottom_div{
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      z-index: 9999999;
    }
    .bottom_div1{
      position: relative;
      width: 100%;
      height: auto;
    }
    .div_top{
      height: 50%;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      direction: rtl;
      width: 100%;
      display: table;
    }
    .div_top2{
      height: 50%;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      direction: rtl;
      width: 100%;
      display: table;
    }
    .div_top .inner_div{
      /*width: 33%;*/
      width: calc(100% / 3);
      height: 100%;
      vertical-align:middle;
      display: table-cell;
      padding-top: 4%;
      padding-bottom: 4%;
    }
    .div_top .inner_div a{
        text-align: center;
        display: block;
        vertical-align: middle;
        color: #102b36;
        text-decoration: none;
    }
    .div_top .inner_div a img{
      display: block;
      margin: 0 auto;
      max-width: 12vw;
      width: 20%;
    }
    .div_top .inner_div a img.mifrat{
      max-width: 10vw;
    }
    .div_top2 .inner_div{
      /*width: 33%;*/
      width: calc(100% / 3);
      height: 100%;
      vertical-align:middle;
      display: table-cell;
      padding-top: 4%;
      padding-bottom: 4%;
    }
    .div_top2 .inner_div a{
      text-align: center;
      display: block;
      vertical-align: middle;
      color: #102b36;
      text-decoration: none;
    }
    .inner_div span{ 
      font-size: 5vw;
      margin-top: 1vw;
      display: block;
      font-family: "almoni_dl_aaaregular";
    }
    .div_top .inner_div a:hover, .div_top2 .inner_div a:hover, .div_top .inner_div a:focus, .div_top2 .inner_div a:focus{
      text-decoration: none;
      color: #102b36; 
    }
    .div_top2 .inner_div a img{
      display: block;
      margin: 0 auto;
      max-width: 12vw;
      width: 20%;
    }
    .div_top .inner_div:nth-child(1){
        background-color: #e7e9eb;
    }
    .div_top .inner_div:nth-child(2){
        background-color: #ffffff;
    }
    .div_top .inner_div:nth-child(3){
        background-color: #e7e9eb;
    }
    .div_top2 .inner_div:nth-child(1){
        background-color: #ffffff;
    }
    .div_top2 .inner_div:nth-child(2){
        background-color: #e7e9eb;
    }
    .div_top2 .inner_div:nth-child(3){
        background-color: #ffffff;
    }
    .logo {
        width: 68%;
    }
    .div_top3 .inner_div:nth-child(1) {
      width: 33%;
    }
    .div_top3 .inner_div:nth-child(2) {
      border-right: 0.4vw solid #e7ff5f;
      border-left: 0.4vw solid #e7ff5f;
      width: 33%;
    }
    .bottom_div2{
      position: relative;
      width: 100%;
      height: auto;
      display: block;
      display: table;
    }
    .div_top3 .inner_div{
      width: 30%;
      /*width: calc(100% / 3);*/
      height: 100%;
      vertical-align:middle;
      display: table-cell;
    }
    .div_top3 .inner_div:last-child{
      width: 39%;
      /*width: calc(100% / 3);*/
      height: 100%;
      vertical-align:middle;
      display: table-cell;
    }
    .div_top3 .inner_div a{
      text-align: center;
      display: block;
      vertical-align: middle;
      color: #102b36;
      text-decoration: none;
    }
    .div_top3 .inner_div span{
      text-align: center;
      display: block;
      vertical-align: middle;
      color: #ffffff;
      text-decoration: none;
      font-family: "almoni_dl_aaablack";
    }
    .div_top3{
      height: 50%;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      direction: rtl;
      width: 100%;
      display: table;
      background: #98c33c;
      padding: 3vw 0;
      right: 0;
      left: 0;
      border-radius: 0;
      margin: 0 auto;
      margin-top: 0;
    }
    .div_top3 .inner_div a img{
      display: block;
      margin: 0 auto;
      max-width: 10vw;
      width: 20%;
    }
    .custom-modal {
      display: none;
      background: #e5e9ee;
      background-repeat: no-repeat;
      background-position: bottom left;
      background-position-x: 12%;
      background-position-y: 98%;
      background-size: 44%;
      width: 100%;
      min-height: 100%;
      left: 0;
      top: 0;
      position: fixed;
      z-index: 9999999;
      text-align: center;
      padding: 0;
      overflow-y: auto;
      max-height: 100%;
    }
    .custom-modal2 {
      display: none;
      background: #ffffff;
      background-repeat: no-repeat;
      background-position: bottom left;
      background-position-x: 12%;
      background-position-y: 98%;
      background-size: 44%;
      width: 100%;
      min-height: 100%;
      left: 0;
      top: 0;
      position: fixed;
      z-index: 9999999;
      text-align: center;
      padding: 0;
      overflow-y: auto;
      max-height: 100%;
    }
    .custom-modal3 {
      display: none;
      background: #ffffff;
      background-repeat: no-repeat;
      background-position: bottom left;
      background-position-x: 12%;
      background-position-y: 98%;
      background-size: 44%;
      width: 100%;
      min-height: 100%;
      left: 0;
      top: 0;
      position: fixed;
      z-index: 9999999;
      text-align: center;
      padding: 0;
      overflow-y: auto;
      max-height: 100%;
    }
    .custom-modal4 {
      display: none;
      position: absolute;
      width: 100%;
      bottom: 0;
      height: 100%;
      background: #102c36;
    }
    .custom-close7{
      display: inline-block;
      position: absolute;
      right: 0vw;
      width: 10%;
      top: -10vw;
      color: #ffffff;
      font-size: 7vw;
      padding: 0;
      z-index: 999999;
    }
    .modal4_content{
        -ms-transform: translateY(40%);
        transform: translateY(40%);
        width: 96%;
        margin: 0 auto;
    }
    .custom-modal4 .modal-title{
      display: inline-block;
      position: relative;
      width: 56%;
      right: 0;
      padding: 0;
      margin: 0 auto;
      text-align: center;
      line-height: 1;
      font-size: 4.5vw;
      vertical-align: middle;
      font-family: "almoni_dl_aaaregular";
    }
    .custom-modal4 .modal-title-long{
      font-size: 4.2vw;
      letter-spacing: -0.1vw;
    }
    .koma_btn{
      background: #98c33c;
      color: #102d36;
      width: 20%;
      padding: 3% 0;
      font-size: 5vw;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      box-shadow: 0 0.6vw 2vw #000000;
    }
    .dira_btn{
      background: #98c33c;
      color: #102d36;
      width: 20%;
      padding: 3% 0;
      font-size: 5vw;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      box-shadow: 0 0.6vw 2vw #000000;
    }
    .custom-modal-header2 {
       padding: 10%;
    }
    .custom-modal-header3{
      padding: 5%;
    }
    .modal_header{
        width: 100%;
    }
    #modal3 .modal_header{
        width: 50%;
    }
    #modal3 .gallery_logo{
      display: block;
      margin: 0 auto;
      width: 25vw;
    }
    #modal3 .gallery_title_txt{
      display: block;
      color: #102c36;
      margin-bottom: 4vw;
    }
    .a1_koma0_dira1{
      position: absolute;
      width: 35vw;
      height: 15vw;
      top: 27vw;
      left: 2vw;
    }
    .a1_koma0_dira2{
      position: absolute;
      width: 26vw;
      height: 11vw;
      top: 42vw;
      left: 2vw;
    }
    .a1_koma1_dira3, .a1_koma1_dira7, .a1_koma1_dira11, .a1_koma1_dira15, .a1_koma1_dira19{
      position: absolute;
      width: 37vw;
      height: 16vw;
      top: 10vw;
      left: 13vw;
    }
    .a1_koma1_dira4, .a1_koma1_dira8, .a1_koma1_dira12, .a1_koma1_dira16, .a1_koma1_dira20{
      position: absolute;
      width: 37vw;
      height: 16vw;
      top: 10vw;
      right: 13vw;
    }
    .a1_koma1_dira5, .a1_koma1_dira9, .a1_koma1_dira13, .a1_koma1_dira17, .a1_koma1_dira21{
      position: absolute;
      width: 37vw;
      height: 17vw;
      top: 26vw;
      right: 13vw;
    }
    .a1_koma1_dira6{
      position: absolute;
      width: 32vw;
      height: 24vw;
      top: 26vw;
      left: 13vw;
    }
    [data-koma="a1_koma2-5"] .a1_koma1_dira3, [data-koma="a1_koma2-5"] .a1_koma1_dira7, [data-koma="a1_koma2-5"] .a1_koma1_dira11, [data-koma="a1_koma2-5"] .a1_koma1_dira15, [data-koma="a1_koma2-5"] .a1_koma1_dira19{
      position: absolute;
      width: 42vw;
      height: 18vw;
      top: 10vw;
      left: 8vw;
    }
    [data-koma="a1_koma2-5"] .a1_koma1_dira4, [data-koma="a1_koma2-5"] .a1_koma1_dira8, [data-koma="a1_koma2-5"] .a1_koma1_dira12, [data-koma="a1_koma2-5"] .a1_koma1_dira16, [data-koma="a1_koma2-5"] .a1_koma1_dira20{
      position: absolute;
      width: 42vw;
      height: 18vw;
      top: 10vw;
      right: 9vw;
    }
    [data-koma="a1_koma2-5"] .a1_koma1_dira5, [data-koma="a1_koma2-5"] .a1_koma1_dira9, [data-koma="a1_koma2-5"] .a1_koma1_dira13, [data-koma="a1_koma2-5"] .a1_koma1_dira17, [data-koma="a1_koma2-5"] .a1_koma1_dira21{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 28vw;
      right: 9vw;
    }
    [data-koma="a1_koma2-5"] .a1_koma2_dira10, [data-koma="a1_koma2-5"] .a1_koma2_dira14, [data-koma="a1_koma2-5"] .a1_koma2_dira18, [data-koma="a1_koma2-5"] .a1_koma2_dira22{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 28vw;
      left: 9vw;
    }
    .a1_koma2_dira3, .a1_koma2_dira7, .a1_koma2_dira11, .a1_koma2_dira15, .a1_koma2_dira19{
      position: absolute;
      width: 42vw;
      height: 18vw;
      top: 10vw;
      left: 8vw;
    }
    .a1_koma2_dira4, .a1_koma2_dira8, .a1_koma2_dira12, .a1_koma2_dira16, .a1_koma2_dira20{
      position: absolute;
      width: 41vw;
      height: 18vw;
      top: 10vw;
      right: 9vw;
    }
    .a1_koma2_dira5, .a1_koma2_dira9, .a1_koma2_dira13, .a1_koma2_dira17, .a1_koma2_dira21{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 28vw;
      right: 9vw;
    }
    .a1_koma2_dira10, .a1_koma2_dira14, .a1_koma2_dira18, .a1_koma2_dira22{
      position: absolute;
      width: 36vw;
      height: 19vw;
      top: 28vw;
      left: 8vw;
    }

    .a1_koma3_dira3, .a1_koma3_dira7, .a1_koma3_dira11, .a1_koma3_dira15, .a1_koma3_dira19{
      position: absolute;
      width: 42vw;
      height: 18vw;
      top: 10vw;
      left: 8vw;
    }
    .a1_koma3_dira4, .a1_koma3_dira8, .a1_koma3_dira12, .a1_koma3_dira16, .a1_koma3_dira20{
      position: absolute;
      width: 41vw;
      height: 18vw;
      top: 10vw;
      right: 9vw;
    }
    .a1_koma3_dira5, .a1_koma3_dira9, .a1_koma3_dira13, .a1_koma3_dira17, .a1_koma3_dira21{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 28vw;
      right: 9vw;
    }
    .a1_koma3_dira10, .a1_koma3_dira14, .a1_koma3_dira18, .a1_koma3_dira22{
      position: absolute;
      width: 36vw;
      height: 19vw;
      top: 28vw;
      left: 8vw;
    }

    .a1_koma4_dira3, .a1_koma4_dira7, .a1_koma4_dira11, .a1_koma4_dira15, .a1_koma4_dira19{
      position: absolute;
      width: 42vw;
      height: 18vw;
      top: 10vw;
      left: 8vw;
    }
    .a1_koma4_dira4, .a1_koma4_dira8, .a1_koma4_dira12, .a1_koma4_dira16, .a1_koma4_dira20{
      position: absolute;
      width: 41vw;
      height: 18vw;
      top: 10vw;
      right: 9vw;
    }
    .a1_koma4_dira5, .a1_koma4_dira9, .a1_koma4_dira13, .a1_koma4_dira17, .a1_koma4_dira21{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 28vw;
      right: 9vw;
    }
    .a1_koma4_dira10, .a1_koma4_dira14, .a1_koma4_dira18, .a1_koma4_dira22{
      position: absolute;
      width: 36vw;
      height: 19vw;
      top: 28vw;
      left: 8vw;
    }

    .a1_koma5_dira3, .a1_koma5_dira7, .a1_koma5_dira11, .a1_koma5_dira15, .a1_koma5_dira19{
      position: absolute;
      width: 42vw;
      height: 18vw;
      top: 10vw;
      left: 8vw;
    }
    .a1_koma5_dira4, .a1_koma5_dira8, .a1_koma5_dira12, .a1_koma5_dira16, .a1_koma5_dira20{
      position: absolute;
      width: 41vw;
      height: 18vw;
      top: 10vw;
      right: 9vw;
    }
    .a1_koma5_dira5, .a1_koma5_dira9, .a1_koma5_dira13, .a1_koma5_dira17, .a1_koma5_dira21{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 28vw;
      right: 9vw;
    }
    .a1_koma5_dira10, .a1_koma5_dira14, .a1_koma5_dira18, .a1_koma5_dira22{
      position: absolute;
      width: 36vw;
      height: 19vw;
      top: 28vw;
      left: 8vw;
    }

    .a1_koma6_dira23{
      position: absolute;
      width: 42vw;
      height: 19vw;
      top: 15vw;
      left: 8vw;
    }
    .a1_koma6_dira24{
      position: absolute;
      width: 42vw;
      height: 35vw;
      top: 15vw;
      right: 9vw;
    }
    .a1_koma6_dira25{
        position: absolute;
        width: 36vw;
        height: 17vw;
        top: 33vw;
        left: 8vw;
    }
    .a1_koma7_dira26{
      position: absolute;
      width: 38vw;
      height: 35vw;
      top: 15vw;
      left: 12vw;
    }
    .a1_koma7_dira27{
      position: absolute;
      width: 26vw;
      height: 35vw;
      top: 15vw;
      right: 25vw;
    }
    .b_koma0_dira28{
        position: absolute;
        width: 26vw;
        height: 24vw;
        top: 15vw;
        left: 22vw;
    }
    .b_koma0_dira29{
      position: absolute;
      width: 20vw;
      height: 24vw;
      top: 23vw;
      left: 2vw;
    }
    .b_koma0_dira30{
      position: absolute;
      width: 20vw;
      height: 13vw;
      top: 10vw;
      left: 2vw;
    }

    .b_koma1_dira31{
      position: absolute;
      width: 34vw;
      height: 31vw;
      top: 36vw;
      left: 46vw;
    }
    .b_koma1_dira32{
      position: absolute;
      width: 33vw;
      height: 34vw;
      top: 32vw;
      left: 13vw;
    }
    .b_koma1_dira33{
      position: absolute;
      width: 37vw;
      height: 22vw;
      top: 10vw;
      left: 12vw;
    }

    .b_koma2_dira34{
      position: absolute;
      width: 39vw;
      height: 34vw;
      top: 34vw;
      left: 49vw;
    }
    .b_koma2_dira35{
      position: absolute;
      width: 38vw;
      height: 40vw;
      top: 28vw;
      left: 11vw;
    }
    .b_koma2_dira36{
      position: absolute;
      width: 41vw;
      height: 17vw;
      top: 12vw;
      left: 11vw;
    }

    .b_koma3_dira37{
      position: absolute;
      width: 39vw;
      height: 34vw;
      top: 34vw;
      left: 49vw;
    }
    .b_koma3_dira38{
      position: absolute;
      width: 38vw;
      height: 40vw;
      top: 28vw;
      left: 11vw;
    }
    .b_koma3_dira39{
      position: absolute;
      width: 41vw;
      height: 17vw;
      top: 12vw;
      left: 11vw;
    }

    .b_koma4_dira40{
      position: absolute;
      width: 39vw;
      height: 34vw;
      top: 34vw;
      left: 49vw;
    }
    .b_koma4_dira41{
      position: absolute;
      width: 38vw;
      height: 40vw;
      top: 28vw;
      left: 11vw;
    }
    .b_koma4_dira42{
      position: absolute;
      width: 41vw;
      height: 17vw;
      top: 12vw;
      left: 11vw;
    }

    .b_koma5_dira43{
      position: absolute;
      width: 39vw;
      height: 34vw;
      top: 34vw;
      left: 49vw;
    }
    .b_koma5_dira44{
      position: absolute;
      width: 38vw;
      height: 40vw;
      top: 28vw;
      left: 11vw;
    }
    .b_koma5_dira45{
      position: absolute;
      width: 41vw;
      height: 17vw;
      top: 12vw;
      left: 11vw;
    }

    .b_koma6_dira46{
      position: absolute;
      width: 42vw;
      height: 36.5vw;
      top: 35vw;
      left: 49vw;
    }
    .b_koma6_dira47{
      position: absolute;
      width: 41vw;
      height: 43vw;
      top: 29vw;
      left: 8vw;
    }
    .b_koma6_dira48{
        position: absolute;
        width: 44vw;
        height: 17vw;
        top: 12vw;
        left: 8vw;
    }

    .b_koma7_dira49{
      position: absolute;
      width: 44vw;
      height: 38.5vw;
      top: 38vw;
      left: 49vw;
    }
    .b_koma7_dira50{
      position: absolute;
      width: 42vw;
      height: 44.2vw;
      top: 32.2vw;
      left: 7vw;
    }
    .b_koma7_dira51{
      position: absolute;
      width: 46vw;
      height: 17vw;
      top: 15vw;
      left: 7vw;
    }

    .b_koma8_dira52{
      position: absolute;
      width: 31vw;
      height: 27vw;
      top: 17vw;
      left: 42vw;
    }
    .b_koma8_dira53{
      position: absolute;
      width: 20vw;
      height: 36vw;
      top: 7.5vw;
      left: 22vw;
    }
    .custom-modal-header {
        background: #98c33c;
    }
    .modal-title{
        color: #ffffff;
        font-family: "almoni_dl_aaaregular";
        margin: 0;
        text-align: right;
        position: relative;
        display: block;
        font-size: 7vw;
        right: 6vw;
        padding-bottom: 3vw;
        direction: rtl;
    }
    .custom-modal-body{
      direction: rtl;
      padding: 6vw;
    }
    #modal2 .custom-modal-body{
      position: relative;
    }
    #modal3 .custom-modal-body{
      position: relative;
    }
    .custom-modal-body p {
        font-size: 6vw;
        text-align: justify;
        color: #102b36;
        line-height: 1.2;
    }
    .custom-modal-footer{
      text-align: right;
      padding-right: 5vw;
      padding-bottom: 10vw;
      direction: rtl;
    }
    #modal2 .custom-modal-footer {
        text-align: right;
        padding-right: 0;
        padding-bottom: 10vw;
        direction: rtl;
        position: relative;
        width: 92%;
        right: 0;
        margin: 0 auto;
        left: 0;
        bottom: 0;
        margin-top: 6vw;
    }
    #modal3 .custom-modal-footer {
      text-align: center;
      padding-right: 0;
      padding-bottom: 10vw;
      direction: rtl;
      position: relative;
      width: 92%;
      right: 0;
      margin: 0 auto;
      left: 0;
      bottom: 0;
      margin-top: 6vw;
    }
    .logo_bottom{
      width: 38vw;
      float: left;
      left: 7%;
      position: relative;
    }
    .up_icon{
      position: sticky;
      bottom: 5vw;
      opacity: 0.8;
      width: 12vw;
      left: 3vw;
      display: none;
      opacity: 0;
    }
    button.custom-close, button.custom-close3{
      -webkit-appearance: none;
      -moz-appearance: none;
      background: none;
      border: 0.5vw solid #ffffff;
      border-radius: 14vw;
      /* width: 9vw; */
      position: relative;
      left: 4vw;
      top: 5vw;
      display: block;
      color: #ffffff;
      font-size: 7vw;
      font-family: "almoni_dl_aaabold";
      width: auto;
      z-index: 99;
      line-height: 1;
      padding: 0vw 2vw;
    }
    .custom-modal-footer button.custom-close2,.custom-modal-footer button.custom-close4{
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #98c33c;
      font-size: 7vw;
      color: #ffffff;
      font-family: "almoni_dl_aaabold";
      padding: 0vw 5vw;
      width: auto;
      display: inline-block;
      vertical-align: text-top;
    }
    #modal2 .custom-modal-footer button.custom-close2,#modal2 .custom-modal-footer button.custom-close4 {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #102b36;
        font-size: 7vw;
        color: #ffffff;
        font-family: "almoni_dl_aaabold";
        padding: 0vw 5vw;
        width: auto;
        display: inline-block;
        vertical-align: text-top;
    }
    #modal3 .custom-modal-footer button.custom-close5,#modal3 .custom-modal-footer button.custom-close6 {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #102b36;
        font-size: 6vw;
        color: #ffffff;
        font-family: "almoni_dl_aaabold";
        padding: 0vw 3vw;
        width: auto;
        display: inline-block;
        vertical-align: text-top;
        margin: 0 auto;
        border-radius: 0;
    }

    #overlay_img{
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
      cursor: pointer;
      transition: 0.3s;
      
      visibility: hidden;
      opacity: 0;
    }
    #overlay_img.open {
      visibility: visible;
      opacity: 1;
    }

    #overlay_img:after { /* X button icon */
      content: "\2715";
      position: absolute;
      color:#fff;
      top: 10px;
      right:20px;
      font-size: 2em;
    }
    .location_inner{
      width: 100%;
    }
    .full-width{
      padding: 0 !important;
    }
    .location_dots{
        background: #ffffff;
        padding: 4vw 2vw 0;
        width: 98%;
        margin: 0 auto;
        margin-top: 4vw;
        text-align: right;
        margin-bottom: 4vw;
        border-radius: 4vw;
    }
    .location_dots_inner{
        display: inline-block;
        margin-bottom: 5vw;
        margin-right: 3vw;
    }
    .location_dots_inner img{
          width: 6vw;
    }
    .location_dots_inner_txt{
        display: inline-block;
        vertical-align: bottom;
        margin-right: 2vw;
        color: #102b36;
        font-family: "almoni_dl_aaablack";
        font-size: 4vw;
    }
    .bold{
      font-family: "almoni_dl_aaablack";
    }
    .modal-plans{

    }
    .modal-plans .inner_plan{
      display: inline-block;
      background: #ffffff;
      width: 100%;
      text-align: right;
      padding: 2vw 2vw 2vw 0;
      margin-bottom: 2vw;
      text-decoration: none;
      color: #102b36;
      font-family: "almoni_dl_aaablack";
      font-size: 6vw;
      margin-left: 0vw;
      margin-right: 0vw;
      line-height: 1;
    }
    a.accordion-toggle{
      font-family: "almoni_dl_aaablack";
      text-decoration: none;
    }
    .accordion-title{
      font-family: "almoni_dl_aaablack";
      text-decoration: none;
    }
    .mb-0, .my-0 {
        margin-bottom: 0!important;
        background: #ffffff;
        margin-top: 2vw !important;
        text-align: right;
        font-size: 5vw;
        line-height: 2.5;
        padding-right: 2vw;
        color: #102b36;
        font-family: "almoni_dl_aaablack";
    }
    .accordion-inner {
        display: block;
        background: #ffffff;
        text-align: justify;
        padding: 3vw;
        color: #102b36;
        font-size: 4.5vw;
    }
    .custom_plus {
        content: '';
        background-image: url(../images/minus.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 5vw;
        height: 3.5vw;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        top: 4.5vw;
        float: left;
        left: 3vw;
    }
    .collapsed .custom_plus {
        content: '';
        background-image: url(../images/plus.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 5vw;
        height: 3.5vw;
        vertical-align: middle;
        position: relative;
        bottom: 0;
        top: 4.5vw;
        float: left;
        left: 3vw;
    }
    .custom-modal2 .custom-modal-body img{
        width: 100%;
        position: relative;
        display: block;
    }
    .custom-modal3 .custom-modal-body img{
        width: 100%;
        position: relative;
        display: block;
    }
    .google_maps{
      display: block;
      position: relative;
      text-align: right;
      margin-right: 5vw;
      margin-bottom: 4vw;
    }
    .google_maps img{
        width: 48vw;
    }
    .share_btns{
      display: none;
      text-align: center;
      position: absolute;
      bottom: 90.5%;
      width: 11%;
      background: #98c33c;
      padding: 3vw;
      margin: 0 auto;
      right: 6%;
      left: 0;
      border-radius: 4vw;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .share_btns.share_btns_show{
      display: table;
    }
    .share_btns a{
      display: block;
      width: 100%;
      text-align: center;
      margin: 0vw auto 3vw;
    }
    .share_btns a img{
      width: 12vw;
    }
    .lpmob{
      position: absolute;
      width: 100%;
      right: 0;
      left: 0;
      /* bottom: 0; */
    }
    .blackfriday{
        position: absolute;
        top: 33vw;
        width: 90vw;
        left: 5vw;
    }
    .teruf{
        position: absolute;
        top: 37vw;
        left: 9vw;
        width: 85vw;
    }
    .txt_top{
        position: absolute;
        top: 401vw;
        left: 5vw;
        width: 90vw;
    }
    .formbox input[type=text] {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: 10vw;
        text-align: center;
        margin-bottom: 3vw;
        font-size: 6vw;
        height: 13.2vw;
    }
    .formbox input[type=submit] {
        font-size: 8vw;
        width: 90%;
        height: 13.2vw;
    }
    .formbox a {
        display: block;
        background: black;
        width: 85vw;
        margin: 0 auto;
        text-decoration: none;
        color: #ffff00;
        margin-top: 2vw;
        height: 10vw;
        font-size: 6.5vw;
    }
    .logo3 {
        position: absolute;
        top: 1vw;
        width: 16vw;
        right: unset;
        left: 1vw;
    }
    .mob_a{
        display: block;
    }
    .or{
        font-weight: 100;
        vertical-align: 0.8vw;
    }
    .call{
        letter-spacing: 1vw;
        vertical-align: 0.8vw;
    }
    #c2f_btn {
        height: 8vw;
        width: 23vw;
        right: 0px;
        top: 12vw;
        background: #014790;
        z-index: 54;
        cursor: pointer;
        display: inline-block;
        float: left;
        position: fixed;
        /* border-top-left-radius: 5vw; */
        /* border-bottom-left-radius: 5vw; */
        /*opacity: 0.5;*/
    }
    #c2f_btn h4 {
        font-size: 2.5vw;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
        line-height: 1em;
        letter-spacing: 0.1vw;
        margin: 1.5vw;
        display: inline-block;
        position: relative;
        /* top: -0.5vw; */
    }
    #c2f_btn #c2f_icon {
        width: 6vw;
        height: 6vw;
        margin: 1vw;
        background: url(../images/c2f-icon.png) center center no-repeat #014790;
        background-size: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
        display: inline-block;
        vertical-align: text-bottom;
        float: right;
    }
    .title_h1 {
        position: absolute;
        top: 35vw;
        right: unset;
        color: #014790;
        font-size: 8.5vw;
        margin: 0 auto;
        width: 100%;
    }
    .title_h2 {
        position: absolute;
        top: 50vw;
        left: 14vw;
        right: unset;
        background: #014790;
        color: #ffffff;
        font-size: 4.2vw;
        padding: 0.5vw;
        margin: 0 auto;
        width: 72%;
        letter-spacing: -.1vw;
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .game {
      position: absolute;
      top: 82.5vw;
      width: 43vw;
      right: 5vw;
    }
    .hand {
      position: absolute;
      top: 12vw;
      width: 53vw;
      left: 0vw;
      z-index: -1;
    }
    .mob .hand {
      position: relative;
          top: 0;
          width: 73vw;
          right: 42px;
          margin-bottom: 15px;
          z-index: -1;
   }
   .mob .hand2 {
      position: absolute;
      top: 0;
      width: 63vw;
      left: 0;
      z-index: -1;
   }
    .formbox span {
    }
    .formbox span .first {
        font-size: 12.5vw;
        line-height: 10vw;
    }
    .formbox span .second {
        font-size: 13.5vw;
        line-height: 17.5vw;
    }
    .formbox span .third {
        line-height: 10vw;
        font-size: 4.25vw;
    }
    .required {
        line-height: 9.5vw !important;
        margin-right: 5.6vw !important;
    }
    .streets {
      position: absolute;
          top: 93vw;
          right: 0;
          /* left: 0; */
          color: #ffffff;
          font-size: 3.5vw;
          padding: 0 5vw;
          direction: rtl;
          width: 85%;
          /* float: right; */
          /* margin: 0 auto; */
          line-height: 6vw;
    }
    .streets span {
        width: 100%;
        display: inline-block;
    }
    .address1 {
        width: 100% !important;
        background-image: unset;
        background-repeat: no-repeat;
        padding-left: 0.1vw;
        padding-bottom: 1vw;
        padding-top: 1vw;
    }
    .linespace{
        background-image: url(../images/verical_line_mob.jpg);
        height: 0.8vw;
        width: 80%;
        margin-right: 10%;
    }
    .phone {
        position: absolute;
        top: unset;
        background: #99ccff;
        color: #014790;
        font-family: 'almoni_dl_aaaregular';
        padding: 0;
        right: 0;
        font-size: 12vw;
        width: 100%;
        bottom: 0;
        text-decoration: none;
    }
    .mob  .phone {
      position: absolute;
      top: unset;
      background: transparent;
      color: #014790;
      font-family: 'almoni_dl_aaaregular';
      padding: 0;
      right: 0;
      height: 14vw;
      font-size: 7vw;
      width: 50%;
      bottom: 0;
      text-decoration: none;
    }
    .mob ul.social-icons {
      padding: 0;
      list-style: none;
      position: absolute;
      bottom: 28vw;
      right: 28vw;
    }
    #name-error{
      color: #ff0030;
      display: block;
      text-align: left;
      position: absolute;
      top: 4vw;
      right: 45vw;
      font-size: 3vw;
      width: 40%;
      margin: 0 auto;
    }
    #phone-error{
      color: #ff0030;
      display: block;
      text-align: left;
      position: absolute;
      top: 18vw;
      right: 45vw;
      font-size: 3vw;
      width: 40%;
      margin: 0 auto;
    }
    #street-error {
        color: #ff0030;
        display: block;
        text-align: left;
        position: absolute;
        top: 46vw;
        right: 45vw;
        font-size: 3vw;
        width: 40%;
        margin: 0 auto;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block;
        /*direction: ltr;*/
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 3vw;
        height: 3vw;
        margin: 5px 7px;
        background: #102b36;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 10vw;
        border: 0.5vw solid #102b36;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ffffff;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
        /*direction: ltr;*/
    }
    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        width: auto;
    }
    .mainslider {
        width: 100%;
        position: relative;
        /* right: 0; */
        margin-top: 0%;
        direction: rtl;
        top: 0;
        margin: 0 auto;
        left: 0;
        /* overflow-x: hidden; */
        height: auto;
    }
    .slick-dots {
        list-style: none;
        position: relative;
        z-index: 2;
        margin-top: 3vw;
        margin-bottom: 10vw;
        right: 0;
        outline: none;
        width: 100%;
        line-height: 0;
        padding: 0;
    }
    .slick-initialized .slick-slide {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      margin-top: 0;
      direction: rtl;
    }
    .slick-slider .slick-track, .slick-slider .slick-list { 
        transform: none;
        -webkit-transform: none;
        /*height: 42vw;*/
        direction: ltr;
    }
    .mainslider img.slick-arrow{
      width: 10vw;
    }
    .slick-dots button {
      background: #102c36;
      /* opacity: 0.5; */
      border-radius: 50%;
      padding: 1.5vw;
      width: 1.5vw;
      height: 1.5vw;
      text-indent: -999px;
      overflow: hidden;
      cursor: pointer;
      border: 0.5vw solid #102c36;
    }
    .slick-dots li {
        display: inline-block;
        border: 0;
        margin: 0 2vw;
    }
    .mainslider .dslidermob .slick-dots {
        list-style: none;
        position: absolute;
        z-index: 99999;
        bottom: 0.5vw;
        right: 0;
        outline: none;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0;
        width: 100%;
        direction: ltr;
        line-height: 1;
    }
    .slick-slide img {
        display: block;
        width: 100%;
        height: auto;
    }
    .slick-arrow {
        position: absolute;
        bottom: 5%;
        width: 9vw !important;
        height: unset !important;
        cursor: pointer;
        z-index: 1;
    }
    .slick-active button{
        background: #ffffff;
    }
    .slick-arrow.ra {
      right: 2vw;
      position: absolute;
    }
    .slick-arrow.la {
        left: 2vw;
        position: absolute;
    }
    .gallery_title{
        position: relative;
        margin: 5vw auto;
    }
    .gallery_title img{
        display: block;
        width: 25vw;
        left: 0;
        position: relative;
        right: 0;
        margin: 0 auto;
        margin-bottom: 5vw;
    }
    .gallery_title_txt{
        font-size: 5vw;
        position: relative;
        display: block;
        color: #102c36;
        font-family: "almoni_dl_aaablack";
    }
    .mountain {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 0;
        min-width: 100%;
        max-width: 100%;
        height: 46%;
        z-index: -1;
        width: 100%;
    }
    .mountain img {
      height: 100%;
      position: absolute;
      right:0;
      width: auto;
      left: unset;
      -webkit-transition: all 20s ease-out;
      transition: all 20s ease-out;
    }
    .mountain:hover img,
    .mountain.hover img {
      -webkit-transform: translateX(130px);
      transform: translateX(130px);
    }

}

@-webkit-keyframes shaker {
    0%, 90%, 100% {
        -webkit-transform: translateX(0);
    }
    92%, 97% {
        -webkit-transform: translateX(-5px);
    }

    95%, 99% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes shaker {
    0%, 90%, 100% {
        transform: translateX(0);
    }
    92%, 97% {
        transform: translateX(-5px);
    }

    95%, 99% {
        transform: translateX(5px);
    }
}

@keyframes logo_g {
    0%{
        transform: rotate(0deg);
    }
    15%, 45%, 75%{
        transform: rotate(15deg);
    }
    30%, 60%, 90%{
        transform: rotate(-15deg);
    }
}
@-webkit-keyframes logo_g {
    0%{
        -webkit-transform: rotate(0deg);
    }
    15%, 45%, 75%{
        -webkit-transform: rotate(15deg);
    }
    30%, 60%, 90%{
        -webkit-transform: rotate(-15deg);
    }
}

.ketchup-error {
    position: absolute;
    width: 180px;
}
.ketchup-error ul {
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    background: rgba(255, 0, 0, 0.6);
    padding: 10px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    list-style: none;
    line-height: 16px;
}
.ketchup-error span {
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid red;
    border-top: 10px solid rgba(255, 0, 0, 0.6);
    border-bottom: 0;
    margin-left: 10px;
    left: 10px;
    position: absolute;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.formbox{
    direction: rtl;
    position: absolute;
    bottom: 9vw;
    width: 24%;
    right: 0%;
    left: 8.2%;
}
img.animated.fadeInDownBig {
    max-width: 80%;
    width: 2.5vw;
}
.foot {
    position: absolute;
    bottom: 6vw;
    color: #014790;
    right: 0;
    /* left: 0; */
    width: 30%;
    display: block;
    height: 3vw;
    direction: rtl;
}
.formbox input{
    box-sizing: border-box;
    border-radius: 0;

}

.formbox input[type=submit]{
    border: 0;
    width: 75%;
    background: #3d0f1d;
    /* background-size: 100% 100%; */
    text-align: center;
    color: #ffffff;
    /* padding: 0.5vw; */
    /* margin: 0vw 0.2vw; */
    font-size: 2vw;
    cursor: pointer;
    font-weight: 600;
    -webkit-animation: shaker 3s infinite;
    /* float: left; */
    margin-left: 0;
    height: auto;
    padding: 0.5vw;
    border-radius: 2vw;
    margin-top: 0.5vw;
}
.formbox select {
    border: 0;
    width: 15vw;
    height: 2.5vw;
    background: url(../images/selectback.png);
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-size: 100% 100%;
    text-align: center;
    color: #024da7;
    padding: 0.5vw;
    font-size: 1vw;
    padding-right: 1vw;
    font-weight: 900;
    text-align-last: center;
    line-height: 1.9;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
@media screen and (max-width: 1000px){


   img.hand {
    display: none;
}
   img.hand_mob {
       display: inline-block;
   }
   .hand_mob{
      max-width: 100%;
   }
   .formbox input[type=submit] {
    border: 0;
    width: 95%;
    /* background: url(../images/submitback.png); */
    /* background-size: 100% 100%; */
    text-align: center;
    color: #ffffff;
    /* padding: 0.5vw; */
    /* margin: 0vw 0.2vw; */
    font-size: 7vw;
    cursor: pointer;
    font-weight: 600;
    -webkit-animation: shaker 3s infinite;
    float: none;
    /* margin-left: 4.5vw; */
    height: 13.2vw;
    margin-top: 2vw;
    border-radius: 12vw;
}

.formbox {
    top: unset;
    direction: rtl;
    position: absolute;
    width: 87%;
    right: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 20vw;
}
.price {
    position: absolute;
    top: 199vw;
    right: 19.9vw;
    width: 64.7vw;
    animation: pulse 1s infinite;
}
.choose {
    display: block;
    color: #002ba3;
    width: 91%;
    font-size: 7.4vw;
    position: absolute;
    top: 60vw;
    text-align: right;
    right: 9%;
}
.choose2 {
    background: url(../images/choose.png);
    background-size: 100% 100%;
    color: #ffffff;
    display: inline-block;
    padding: 0.5vw 5vw;
    margin-right: 2vw;
}
.formbox input[type=text] {
    display: block;
    margin: 0 auto;
    width: 94%;
    height: 10vw;
    text-align: center;
    padding-right: 0;
    margin-bottom: 6vw;
    font-size: 6vw;
    height: 9vw;
    font-family: "almoni_dl_aaaregular";
    font-weight: 300;
}
.arrow-down-btn {
    position: absolute;
    /* background: url(../img/arrow-down-btn.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* width: 25vw; */
    /* height: 25.5vw; */
    top: 145vw;
    right: 19vw;
    left: unset;
    border: 0;
    cursor: pointer;
    -webkit-animation: bounce 2s infinite;
    background: none;
    z-index: 9999;
}
.arrow-down {
    width: 57vw;
}
.chk label,.chk2 label
 {
        font-size: 3vw;
    cursor: pointer;
}
.chk h3 {
    font-size: 3vw;
    margin: 0 0 4px;
    text-align: right;
    width: 70%;
    display: inline-block;
    color: #0b109f;
}
   hr {
       color: #fff;
       display: block;
       /* height: 1px; */
       border: 0;
       border-top: 1px solid rgba(11, 16, 159, 0.05);
       /* margin: 1em 0; */
       padding: 0;
       margin: 0 0 5px;
   }
   .hand_mob {
      position: relative;
      top: 0;
      max-width: 50%;
      margin-bottom: 2%;
      z-index: -1;
   }
   #preloader {
      width: 100%;
      height: auto;
      position: absolute;
      top: unset;
      bottom: 35vw;
      left: 0px;
      font-size: 8vw;
      opacity: 0;
      display: none;
      z-index: 52;
      direction: rtl;
      color: #fff;
    }
    #preloader h4{
        position: relative;
        top: 0;
        color: #000000;
        font-size: 10vw;
        margin: 5vw;
    }
    #preloader img{
        width: auto;
        height: auto;
    }
    .wrapper {
        /*min-height: 178vw;*/
    }
    .dira.active{
      animation: fadeInBorder ease-in forwards;
      animation-duration: 1s;
      animation-delay: 0.5s;
    }
    @keyframes fadeInBorder {
      0% {
        border: 0.8vw solid #007bff;
        background: repeating-linear-gradient(45deg, rgba(0, 123, 255, 0.3), rgba(0, 123, 255, 0.5) 10px, rgba(1, 48, 99, 0.3) 10px, rgba(0, 123, 255, 0.2) 20px);
        opacity:0;
      }
      100% {
        border: 0.8vw solid #007bff;
        background: repeating-linear-gradient(45deg, rgba(0, 123, 255, 0.3), rgba(0, 123, 255, 0.5) 10px, rgba(1, 48, 99, 0.3) 10px, rgba(0, 123, 255, 0.2) 20px);
        opacity:1;
      }
    }
    #overlay{
      position:fixed;
      z-index:99999;
      top:0;
      left:0;
      bottom:0;
      right:0;
      background:rgba(0,0,0,0.9);
      transition: 1s 0.4s;
    }
    #progress{
      height:1px;
      background:#fff;
      position:absolute;
      width:0;
      top:50%;
    }
    #progstat{
      font-size:0.7em;
      letter-spacing: 3px;
      position:absolute;
      top:50%;
      margin-top:-40px;
      width:100%;
      text-align:center;
      color:#fff;
    }
    .sham_web_a{
      display: block;
      font-size: 4.5vw;
      margin-top: 3vw;
      background: #98c33c;
      text-align: center;
      color: #102c36;
      padding: 1vw;
      font-family: "almoni_dl_aaablack";
      text-decoration: none;
    }

    .sham_web_a:hover, .sham_web_a:focus{
      text-decoration: none;
      color: #102c36;
    }
}

@media screen 
 and (max-height: 600px) {
  .div_top .inner_div{
      /*width: 33%;*/
      width: calc(100% / 3);
      height: 100%;
      vertical-align:middle;
      display: table-cell;
      padding-top: 1%;
      padding-bottom: 1%;
  }
  .div_top2 .inner_div{
      /*width: 33%;*/
      width: calc(100% / 3);
      height: 100%;
      vertical-align:middle;
      display: table-cell;
      padding-top: 1%;
      padding-bottom: 1%;
  }
  .div_top3 {
      height: 50%;
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      direction: rtl;
      width: 100%;
      display: table;
      background: #98c33c;
      padding: 1vw 0;
      right: 0;
      left: 0;
      border-radius: 0;
      margin: 0 auto;
      margin-top: 0;
  }
  .wrapper {
        /*min-height: 150vw;*/
    }
    .div_top .inner_div a img {
        display: block;
        margin: 0 auto;
        max-width: 12vw;
        width: 18%;
    }
    .div_top2 .inner_div a img {
        display: block;
        margin: 0 auto;
        max-width: 12vw;
        width: 18%;
    }
    .div_top3 .inner_div a img {
        display: block;
        margin: 0 auto;
        max-width: 10vw;
        width: 18%;
    }
    .inner_div span {
      font-size: 4.5vw;
      margin-top: 1vw;
      display: block;
      font-family: "almoni_dl_aaaregular";
  }
}

/**

-webkit-appearance: none;
border-radius: 0;
color: #36a3d9;
**/
