body {
  background-color: #efefef;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;


}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;

}

h1,
h2,
h3 {
  text-transform: capitalize;
}

p {
  line-height: 23px;
}

h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 17px;
  text-shadow: 2px 2px #008080;


}






h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #000000;
  z-index: 2;
  z-index: 2;
  text-shadow: 2px 2px 0 #008080;
}

h2::after {
  position: absolute;
  top: 43px;
  left: 0;
  content: "";
  width: 126px;
  height: 25px;
  background-image: url("../img/title-mark.png");
  z-index: -1;
  background-repeat: no-repeat;


}




h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  letter-spacing: initial;
  line-height: initial;

}



.btan {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #008080;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px 25px;
  color: #ffffff;
}

.btan::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #008080;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}

.btan:hover:after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);

}

.btan:hover {
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: all 0.5s;
}



/* =============sticky_icon==================== */

.sticky_icon {
  display: none;
}








/* =========================header start========================= */


.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 6px 0;
  z-index: 1;
  z-index: 999;
  background: #ffffff;
  margin: 25px;

}

.header a {
  color: #000000 !important;

}




/* STICKY STYLES
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header.is-sticky {
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  background: #ffffff;
  margin: 0;
  border-bottom: none;
}

.header.is-sticky a {
  color: #000000 !important;
}

.header .contect-us {
  background: #008080;
  padding: 3px 21px 3px 3px;
  border-bottom: 3px solid #00000042;
}


.header .contect-us ul li .fa {
  padding: 11px 13px 11px 12px;
  background: #fff;
  border-radius: 9px;
  margin-right: 11px;

}

.header .contect-us ul li span {

  color: #ffffff;

}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
    transition: 0.3;
  }

  to {
    transform: translateY(0);
    transition: 0.3;
  }
}

.menu ul li {
  display: inline-block;
  padding-right: 19px;
}

.menu ul li a {
  position: relative;
}

.menu ul li a::after {
  position: absolute;
  right: 50%;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  background-color: #008080;
}

.menu ul li a:hover:after {
  width: 100%;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.header ul li a {
  transition: all 0.5s;
  color: rgb(255, 255, 255)0f0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}



.header ul li .active {
  color: #008080 !important;
}

.header ul li a:hover {
  transform: all 0.5s;
  color: #008080 !important;
}




/* =========header closed========= */

/* ===========================banner = style = start ===================== */


.banner_bg {
  background-image: url("../img/banner_bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 255px 0;
}

.banner_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000009e;
  content: "";
}



.banner_main {

  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.banner_main .banner_wrapper_text ul {
  background: linear-gradient(to right, #008080d9, #00808085);
  margin: 0 0 12px 0;
  padding: 12px 16px;
  border-radius: 7px;
  border: 2px dotted #fff;
  display: inline-block;

}

.banner_main .banner_wrapper_text ul li {
  margin-bottom: 12px;
  font-size: 18px;
}



.banner_bg .banner_main h5 span {
  color: #008080;
}

.banner_bg .banner_main h5 {
  padding-bottom: 12px;
  font-size: 21px;
}

.banner_bg .banner_main .high_bhk {
  text-shadow: 2px 2px 4px #464242;

}

.banner_bg .img_highlight {
  position: absolute;
  top: 18%;
  z-index: 9;
  right: 32%;


}

.banner_bg .banner_main h4 {
  display: none;
}

.banner_main .form_section {
  padding: 69px 45px;
  border-radius: 12px;
  background-color: #243235de;
  border-radius: 12px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 8px 22px;

}



.banner_main .form-label {
  color: #ffffff;
  text-align: left !important;
  float: left;
}



.banner_main .form_section h3 {
  color: #008080;
  text-shadow: 1px 1px #000000;
  position: relative;


}

.banner_main .form_section h3:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #008080;
  width: 45px;
  height: 4px;
  content: "";

}




#SubmitQuerytop {
  background: linear-gradient(to right, #008080d9, #00808085);
  ;
  color: #ffffff;
  outline: none;
  width: 100%;
  height: 36px;
  border: none;

  font-weight: bold;
  border-radius: 50pc;

  transition: 0.3s;
}

#SubmitQuerytop:hover {
  background-color: #424242;
  transition: 0.3s;
  border: none;
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
  ;
}

.scroll-to {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.mouse {
  position: absolute;
  z-index: 10000;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
  z-index: 2;
}

.scroll {
  display: block;
  width: 4px;
  height: 4px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}


@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}




/* ==================banner style end======================= */


/*========================== about style end============================ */

.about_bg {
  padding: 90px 0;
  position: relative;
}

.about_bg::after {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/about_bga.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 1001px;
  height: 100%;
  z-index: -1;
}


.about_bg::before {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/dotted-pattern-1-1-2-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 714px;
  height: 338px;
  z-index: 0;
  opacity: 0.4;
} 



.about_img {
  position: relative;

  line-height: 0;
  border-radius: 9px;

}

.about_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  transition: 0.3s;
  left: 0;
}

.about_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15px;
  left: -15px;
  background-color: #008080;
  z-index: -1;
}



.about_img:hover:after {
  background-color: rgba(0, 0, 0, 0.16);
  height: 100%;
  transition: 0.3s;
}




.about h3 {
  color: #000;
  transition: 0.3s;
}

.about h3:hover {
  color: #008080;
  transition: 0.3s;
  cursor: pointer;
}


.about p {
  line-height: 21px;
}


.about .about_text {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 4px 2px 10px;
  padding: 19px 22px;
  margin: 0 0 0 -79px;
  border-radius: 7px;
  border-top: 2px solid #008080;
}




/* ===============================about style end============================================ */

/* =============overview style start=============== */


.price_list_bg {
  background-color: #eee;
  padding: 90px 0;
}

.price_list_box {
  background: #dddada;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 16px;

}

.price_list_box .price_high {
  background: #008080;
  color: #000;
  padding: 9px 43px;
  margin: 12px 0 0 0;
  display: inline-block;
  border-radius: 0px 35px 32px 5px;
  box-shadow: 1px 3px 12px #918d8d;
}

.price {
  background: transparent;
  padding: 32px 0;
  border-bottom: 2px dotted #5b5b5b;
}

.price li h3 {
  font-size: 36px;
  color: #000;
}

.price li h3 span {
  font-size: 24px;
}

.price_list ul li{color: #fff;}

.price_list {
  background: #008080;
  padding: 15px;
  margin: 0 -24px 0 64px;
  margin-top: 0px;
  border-radius: 73px 0 0 70px;
}


/* ======================overview style end==================== */

/* =======================amenities style start ===================== */

.amenities_bg {
  background: #eaeaea;
  padding: 90px 0;
  background-image: url("../img/amenities_bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.amenities_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 85%);
  width: 100%;
  height: 100%;
  content: "";
}


.amenities {
  position: relative;
  z-index: 1;
}

.amenities h2 {
  color: #fff;
}

.amenities h5 {
  color: #e6e6e6;
}

.amenities_box {
  color: #fff;
  text-align: center;
  border-left: 5px solid #008080;
  border-radius: 50pc;
  padding: 25px 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  transform: translatex(0);
  position: relative;
}

.amenities_box:after {
  position: absolute;
  bottom: -2px;
  left: 35%;
  right: 0;
  background-color: #008080;
  content: "";
  width: 91px;
  transition: 0.3s;
  height: 3px;
}

.amenities_box:hover:after {
  background-color: #ffffff;
  transition: 0.3s;
}

.amenities_box:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: translatex(12px);
  transition: 0.3s;
  color: #008080;
  border-left: 0 solid #008080;
  border-right: 5px solid #008080;
  background: rgba(255, 255, 255, 0.15);
}

.amenities_box:hover i {
  color: #ffffff;
  transition: 0.3s;
}

.overlay_text i {
  font-size: 47px;
  transition: 0.3s;
  color: #008080;

}


/* =======================amenities style end ===================== */



/* =====================floor plan style css========================= */




.floor_plan {
  padding: 90px 0;
  background-color: #eee;
}


.floor_plan_img .overlay {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 25%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translatey(86%);
  transition: 0.3s;

}

.floor_plan_box h5 {
  text-align: center;
  padding: 12px 0;
}

.floor_plan_img:hover .overlay {
  transform: translatey(0);
  transition: 0.3s;
}

.floor_plan_img:hover .overlay h5 {
  display: none;
}

.floor_plan_img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  place-content: center;
  display: flex;
  text-align: center;
  width: 182px;
  height: 47px;
  margin: auto;
}

.floor_plan_img img {
  opacity: 0.5;
}

.floor_plan_img {

  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}



/* ===================floor style end======================================= */




/* ===================gallery start======================================== */



.gallery {
  padding: 90px 0;
  background-color: #dbdbdb;
}

.gallery_box img {
  border-radius: 9px;
}

.gallery_box {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  line-height: 0;
}


.gallery_image_bg {
  background: #dbdbdb;
  height: 213px;
  margin: -108px 0 -116px 1px;
  padding: 0 0 0 -28px;
  width: 100%;
}

.gallery_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(88, 181, 243, 0.44);
  width: 100%;
  height: 100%;
  border-radius: 50pc;
  transform: scale(0);
  justify-content: center;
  display: flex;
  transition: 0.3s;
}

.gallery_box:hover .overlay {
  transform: scale(1);
  transition: 0.3s;
  border-radius: 0;

}



.gallery_box .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(88, 181, 243, 0.44);
  transition: .5s;
  transform: scale(0);

}

.gallery_box:hover .overlay {
  transform: scale(1);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: .5s;
}



.gallery_box .overlay a {
  position: absolute;
  bottom: 13px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
  font-weight: 600;
  left: 13px;
  text-shadow: 1px 1px #000;
}


.gallery_box .overlay a:hover {
  transition: 0.5s;
  color: #000000;
}









/* =============================gallery style end==================================== */


/* ======================================== highlight style csss start========================================= */


.highlights {
  padding: 0;
  background-color: #dbdbdb;

}

.highlights_img {
  position: relative;
  margin: 0 0 0 -304px !important;
  padding: 0 !important;
  line-height: 0;
}


.highlight_wrapper li {
  background: #fff;
  margin: 15px 0 0 0;
  padding: 15px 10px;
}

.highlight_wrapper li h6 {
  background-color: #008080;
  padding: 15px;
  color: #fff;
}


/* ================locatio style start========================= */


.location {
  background-color: #dbdbdb;
  padding: 90px 0;

}

.location_map {
  position: relative;
  margin: 0 0 0 -304px !important;
  padding: 0 !important;
  line-height: 0;
}




.location_wrapper li {
  background: #fff;
  margin: 15px 0 0 0;
  padding: 15px 10px;
}

.location_wrapper li h6 {
  background-color: #008080;
  padding: 15px;
  color: #fff;
}

.map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}




/* =================gallery style start======================= */




/*=========================== footer======================= */



/* ==========================footer form style start===================================== */


.footer_bg {
  background-color: #1d1d1d;
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer_bg::after {
  content: '';
  width: 80vw;
  height: 80vw;
  border: 200px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15vw;
  right: -30vw;
  opacity: .01;
  pointer-events: none;
}

.footer_bg h3 {
  position: relative;
}

.footer_bg h3::after {
  content: "";
  border-left: 3px solid #008080;
  border-top: 3px solid #008080;
  position: absolute;
  top: -1px;
  left: -5px;
  width: 12px;
  height: 12px;
}


.footer_text_form {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 15px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  outline: none;
}



.footer_b .information-web {
  margin: 0 auto;
  font-size: 14px;
}

.footer-bootom {
  border-top: 1px solid #fff;
  background-color: #1a1a1a;
  padding: 23px 0 58px 0;
  color: #fff;
}

.footer-bootom ul a {
  font-size: 16px;
  color: #fff;
}


/* ====================================footer  form style end===================================================== */




/* scroll style btn css=========== */

.go-top {
  position: fixed;
  bottom: 9%;
  right: 3%;

  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 991;
}

.go-top:after {
  font-family: FontAwesome;
  content: "\f062";
  padding: 13px 15px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  background: linear-gradient(to right, #008080, #008080);
  border-radius: 25px;
  left: 0;
}

.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: 'Questrial';
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}





/* ==============================responsiive================================================== */

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px !important;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 15px;
  }

  .header {
    margin: 0;
  }

  .menu ul {
    position: fixed;
    text-align: left;
    top: 0;
    left: -100%;
    background-color: #494949;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
    z-index: 999;
    padding-top: 52px;
  }

  .header .menu a {
    color: rgb(255, 255, 255) !important;
    font-weight: 500;
    justify-content: flex-start;
  }

  .menu ul li {
    display: block;
    padding: 17px 0 17px 23px;
    border-bottom: 2px solid #c6c6c6;
  }

  .menu ul li:last-child {
    border: none;
  }

  .hamberger {
    display: flex;
    justify-content: flex-end;
  }



  .mobilemenu {
    position: relative;
    background-color: #000000;
    width: 16px;
    height: 2px;
    transition: all 0.3s;
    z-index: 999;
    justify-content: space-around;
    display: flex;
    align-items: center;
    top: -21px;
    cursor: pointer;
  }


  .mobilemenu::after {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    bottom: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .mobilemenu::before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 20px;
    height: 2px;
    top: -7px;
    transition: all 0.3s;
    z-index: 999;
  }

  .menu.active .mobilemenu {
    background: transparent;
    transition: all 0.3s;
    cursor: pointer;
  }

  .menu.active .mobilemenu::after {
    transform: rotate(45deg);
    transition: all 0.3s;
    bottom: 0;
    background-color: #ffffff;
  }

  .menu.active .mobilemenu::before {
    transform: rotate(-45deg);
    transition: all 0.3s;
    top: 0;
    background-color: #ffffff;
  }



  .menu ul li a {
    position: relative;
  }

  .menu.active ul {
    top: 0;
    left: 0;
    transition: all 0.5ms;
    transition: 0.3s;
  }




  .menu ul li a::after {
    position: absolute;
    right: 50%;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    content: "";
    background-color: transparent;
  }


  .about_bg::after {
    background-image: none;
  }




  .banner_slider_text h5 {
    padding: 12px 0;
  }

  .banner_bg .banner h4 {
    display: block;
    margin: 13px 0;
    padding: 0;
  }

  .banner h4 span .fa {
    color: #ececec;
    border-radius: 50pc;
    background: linear-gradient(to right, #008080d9, #00808085);
    width: 50px;
    height: 50px;
    place-content: center;
    display: flex;
    padding: 0;
    align-items: center;
    transition: 0.3s;
  }

  .banner h4 h3 {
    color: #fff;
    border: 2px solid #ffffff;
    padding: 12px 39px;
    border-radius: 27px 8px 8px 27px;
    margin: 0 0 0 -28px;
    z-index: -6;
  }

  .banner .form_section::after {
    position: absolute;
    top: 0;
    left: 0;
  }

  .banner_bg {

    padding: 119px 0;
  }

  .Project_Highlights ul li {
    font-size: 15px;
  }

  .footer_bg {
    background-color: #1d1d1d;
    padding: 33px 0;
  }


  .header .contect-us {
    display: none;
  }

  .highlights_img {
    margin: 0 0 0 0 !important;
  }

  .highlights {
    padding: 90px 0;
  }

  .location_map {
    margin: 0 0 0 0 !important;
  }

  .location{
    padding: 90px 0;
  }




  /* ========================sticky_icon mob====================================== */

  .sticky_icon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }



  .sticky_icon ul li a {
    color: #fff;
  }

  .sticky_icon ul li {
    background-color: #008080;
    padding: 14px 0;
    text-align: center;
    border-right: 2px solid #c6c6c6;
  }




}


@media only screen and (max-width: 767px) {

  .banner_bg .img_highlight {
    position: absolute;
    top: 41%;
    z-index: 9;
    left: 2%;
    display:none;
  }

  .banner_bg {
    padding: 68px 0;
  }


  .about .about_text {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 4px 2px 10px;
    padding: 19px 22px;
    margin: -120px 0 0 0;
    border-radius: 7px;
  }

  .highlights_img::before {
    background-color: #008080c2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }


  .highlight_wrapper {
    background: #008080;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 12px 20px;
    margin: -67px 28px 0 19px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    z-index: 21;
    position: relative;
  }

.location_wrapper{
  background: #008080;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 12px 20px;
    margin: -25px 28px 0 19px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    z-index: 21;
    position: relative;
}

  .mouse {
    position: absolute;
    z-index: 10000;
    width: 22px;
    height: 42px;
    bottom: 10px;
  }

  .mb-tabl {
    margin-bottom: 30px;
  }

  .mt-tabl {
    margin-bottom: 30px;
  }

}