@media only screen and (max-width: 445px) {
	.header_nav-socials {
  display: none !important;
}
.hero_slider {
  height: 160px;
  margin: 0px;
}
.logo_img img {
  width: auto;
  height: 100px;
  padding: 8px 0px 8px 0px !important;
}
.header_nav.active {
  display: block !important;
  z-index: 99;
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
}
.header_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0px 0px;

}
.hero_slider {
  margin: 0px;
  background: #fff !important;
}
.hero_slider-nav {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-section {
  padding: 40px 0px !important;
}
.abt-content{
	padding: 30px 0px 0px ;
}
.abt-sec {
	text-align: center;
	padding: 0px 0px 20px !important;
}
.banner{
	display: block !important;
}

form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
}

@media screen and (max-width: 767px) {
    .menu_tab-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  color: #bab8b8;
}
  .mobile-screen-footer {
    display: block !important;
    padding: 0px !important;
  }
  .footer {
  padding: 40px 0px 75px;
  background-color: #ececec;
}
	.header_nav-socials {
  display: none !important;
}

form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.logo_img img {
  width: auto;
  height: 100px;
  padding: 8px 0px 8px 0px !important;
}
.header_nav.active {
  display: block !important;
  z-index: 99;
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
}
.header_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 10px 0px 0px;

}
.hero_slider {
  margin: 0px;
  background: #fff !important;
}
.hero_slider-nav {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-section {
  padding: 40px 0px !important;
}
.abt-content{
	padding: 30px 0px 0px ;
}
.abt-sec {
	text-align: center;
	padding: 0px 0px 20px !important;
}
.banner{
	display: block !important;
}
}

@media screen and (max-width: 999px) {
  .menu_tab-list_item {
  padding: 30px 0 10px !important;
  width: calc(100% - 25px);
}
  .abt-content {
    padding: 30px 0px 0px;
  }
    .abt-sec {
    text-align: center;
    padding: 0px 0px 20px !important;
  }
}

.mobile-screen-footer {
  float: left;
  display: none;
  width: 100%;
  position: fixed;
  z-index: 9999999999 !important;
  bottom: 0px;
  background: #fc6034 ;
  border-radius: 30px 30px 0px 0px;
}
.mobile-footer-block {
    width: 33.33%;
    float: left;
    text-align: center;
  }
   .mobile-footer-box {
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
  }
    .mobile-footer-box a {
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    padding-bottom: 10px;
    padding-bottom: 10px;
    float: left;
    padding-bottom: 5px;
  }
  .mobile-footer-box a img {
    width: 25px;
    margin: 0px auto;
  }
  .mobile-footer-box a h5 {
    font-size: 10px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
  }
