* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

main {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
body {
  opacity: 1;
  transition: 2s opacity;
  color: #231f20;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  border-bottom: 5px solid #ae1e37;
}
h1 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: normal;
}

p {
  color: #333333;
}
h2,
h3 {
  font-family: "Roboto Condensed", sans-serif;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #313131;
  font-weight: 600;
}

h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.verticle_block {
  position: fixed;
  right: -26px;
  top: 30%;
  z-index: 100;
  transform: rotate(-90deg);
  background-color: #fff;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  color: #313131 !important;
}

.verticle_block_item a {
  color: #313131 !important;
  transition: 0.5s;
}

.verticle_block_item a:hover {
  color: #c6912b !important;
  transition: 0.5s;
}

.pad-8 {
  padding-bottom: 8px;
  padding-right: 8px !important;
}

.content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
}
button.read_more_btn.collapsible.active {
  display: none;
}

.max-width-90 {
  max-width: 1600px;
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.max-width-95 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.max-width-95 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
  padding-top: 30px;
}
.img-responsive {
  width: 100%;
}
button:focus {
  outline: none !important;
}
.two-column-text {
  column-count: 2;
}

h2,
.h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}

ul {
  padding: 0;
  /* list-style: none;*/
  font-size: 1rem;
}

li {
  padding: 5px;
  /* list-style: none;*/
  font-size: 1rem;
}

p {
  font-size: 1rem;
  color: #333333;
  text-align: justify;
}

.pad_btm_30 {
  padding-bottom: 30px;
}

button.read_more_btn {
  background-color: #d1b698;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: 0.8rem;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 50px;
}

button.button_red {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  margin-right: 15px;
  transition: 0.5s;
  font-size: 0.9rem;
  font-weight: 500;
}

button.button_border {
  background-color: transparent;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #313b48;
  transition: 0.5s;
  font-size: 0.9rem;
  font-weight: 500;
}

button.button_red:hover {
  background-color: transparent;
  border: 1px solid #b43c1a;
  color: #313b48;
  transition: 0.5s;
}

button.button_border:hover {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  color: #fff;
  transition: 0.5s;
}
.container-fluid {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .max-width-95 {
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

/* ////////////////////scroll///////////////////////// */

/* ////////////////////////navbar/////////////////////////// */

.header_top_block_content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
}
.header_top_block_content {
  position: absolute;
  z-index: 100;
  right: 25px;
  top: 15px;
  /*    background-color: #ededed;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 45%;
}
.header_top_block_content ul li span {
  margin-right: 6px !important;
}

.header_top_block_content ul li {
  list-style: none;
}
.header_top_block_content ul li a {
  color: #313131;
  transition: 0.5s;
}
.header_top_block_content ul li a:hover {
  color: #192103;
  transition: 0.5s;
}

header#header {
  position: absolute;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  height: 100px;
  box-shadow: rgba(25, 25, 25, 0.04) 0px 2px 2px,
    rgba(29, 29, 29, 0.04) 0px 4px 4px, rgba(22, 22, 22, 0.04) 0px 8px 8px,
    rgba(22, 22, 22, 0.04) 0px 12px 12px;
}

.church_header {
  position: relative !important;
  padding-bottom: 12px;
}

#header-nav {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s 0.3s ease;
  -moz-transition: -moz-transform 0.7s 0.3s ease;
  -ms-transition: -ms-transform 0.7s 0.3s ease;
  transition: transform 0.7s 0.3s ease;
  z-index: 1000;
}
#header-nav.hide-nav-bar {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

ul.navbar-nav {
  padding-top: 55px;
}

.inner-header ul.navbar-nav {
  padding-top: 0px;
}
/*
.inner-header{
    background-color: #fff !important;
}
*/

a.navbar-brand {
  margin-left: 15px;
}
.navbar-dark .navbar-toggler {
  color: #0663ae;
  border-color: #0663ae;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .header-fixed {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    background-color: #fff;
  }
}
.nav-link {
  position: relative;
  transition: 0.25s;
}
li.nav-item.active a {
  position: relative;
}

li.nav-item.active a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-color: #ae1e37;
  right: 0;
  bottom: 0;
  height: 3px;
}

.inner-header li.nav-item.active::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background-color: #6e8453;
  right: 0;
  top: -27px;
  height: 105px;
}
.dropdown-item::before {
  content: "";
  display: none !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 4px !important;
  padding-left: 4px !important;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 3px;
}

.brand {
  padding: 0;
  max-width: 155px;
}
.brand a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}
a.nav-link {
  transition: 0.5s;
}

.nav-link:hover {
  color: #ae1e37 !important;
  transition: 0.25s;
}

.header_logo_block {
  display: flex;
  align-items: center;
}
span.navbar-top-icon {
  margin-right: 10px;
}

/*
li.active a {
    border-bottom: 2px solid #313131 !important;
}
*/

.brand_mobile {
  display: none;
}

.nav-item a {
  color: #192103 !important;
}

.header-fixed .nav-item a {
  color: #192103 !important;
}

.header-fixed ul.navbar-nav {
  padding-top: 0;
}
.header-fixed li.nav-item.active::before {
  top: -27px;
  height: 105px;
}

a.dropdown-item {
  color: #313131 !important;
  padding: 8px 15px;
}
.dropdown-menu.dropdown-primary.show {
  margin: 0;
  padding: 0;
}

a.dropdown-item:hover {
  background-color: #ededed;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ededed;
}

a.navbar-brand {
  max-width: 225px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: baseline;
}
.navbar-brand img {
  width: 100%;
}

ul.navbar-nav li {
  padding: 0px 10px;
}

nav.navbar.navbar-expand-lg.navbar-dark.teal {
  padding: 0;
}
nav.navbar {
  width: 100%;
  margin: 0px auto !important;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
  /*
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.35);
    transition: .2s;
    border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
*/
}

.header-fixed nav.navbar {
  top: 15px;
  transition: 0.2s;
}
a.navbar-brand {
  max-width: 350px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 991px) {
  nav.navbar.navbar-expand-lg.navbar-dark.teal {
    padding: 10px 0;
  }
  .navbar-dark .navbar-toggler-icon {
    background-color: #0663ae;
    padding: 0 20px;
  }
  button.navbar-toggler {
    padding: 0;
  }
  header#header {
    height: 130px;
  }
  .header_top_block_content {
    top: 0px;
  }
}

@media screen and (max-width: 1300px) {
  .header_top_block_content ul li a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1100px) {
  .header_top_block_content {
    width: 57%;
  }
}

@media screen and (max-width: 768px) {
  header#header {
    z-index: 2;
  }
  .brand {
    display: none;
  }

  nav#menu ul li {
    padding-bottom: 16px;
  }

  .js nav[role="navigation"] {
    display: none !important;
  }
  nav#menu.active {
    display: block !important;
  }
  nav[role="navigation"] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0 0;
    width: 100%;
    z-index: 100;
  }

  nav[role="navigation"] {
    width: 100%;
  }
  nav[role="navigation"] li a {
    padding-left: 0;
  }
  .brand {
    padding-bottom: 12px;
  }

  li.active::before {
    display: none;
  }
  .brand {
    float: left;
    padding: 1em 0;
    width: 80%;
  }

  .header_logo_block {
    position: relative;
  }
  .brand_mobile {
    display: block;
    width: 240px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: -1;
  }
  nav#menu ul {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  nav[role="navigation"] li a {
    color: #313131;
  }
  #menu li.active a {
    color: #909090 !important;
  }

  header#header {
    padding-top: 44px;
  }

  header#header {
    height: 110px;
  }

  nav.navbar {
    width: 100%;
    margin: 0px auto !important;
    z-index: 1;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    top: 0px;
  }

  @-moz-document url-prefix() {
    a.navbar-brand {
      max-width: 420px;
    }
  }
}

@media screen and (max-width: 576px) {
  .brand {
    float: none;
    padding: 1em 0;
    width: 100%;
    margin: 0px auto;
    display: flex;
  }

  img.chemsbury_logo {
    padding-right: 15px;
  }

  img.aquifer_logo {
    margin-right: 10px;
    border-right: 1px solid #313131;
    padding-right: 15px;
  }
  a.navbar-brand {
    margin-left: 0;
  }
}

@media screen and (max-width: 450px) {
  a.navbar-brand {
    margin-left: 0;
  }
  button.navbar-toggler {
    position: absolute;
    right: 0;
    top: 65px;
  }
  header#header {
    height: 110px !important;
    position: relative;
  }

  #navbarSupportedContent {
    margin-top: 50px;
  }
}
li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,
a:focus {
  text-decoration: none;
}

.brand_top {
  width: 60px;
}

/* ////////////////////////navbar ends here/////////////////////////// */

.verticle_fixed_button_block {
  position: relative;
}
.verticle_fixed_button.btn-ab {
  position: absolute !important;
}

.verticle_fixed_button {
  transform: rotate(270deg);
  position: fixed;
  right: -75px;
  top: 350px;
  z-index: 1;
  background-color: #ae1e37;
  padding: 4px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  transition: 0.25s;
}
#home_banner_section_202010_01 .verticle_fixed_button {
  background-color: #c65030;
}

.verticle_fixed_button a {
  color: #fff;
}

.verticle_fixed_button:hover {
  background-color: #0663af;
  transition: 0.25s;
}

/*//////////////////////////////////waves starts here/////////////////////////////*/

section#home_banner_section_202010_01 {
  position: relative;
  height: 100vh;
  background-color: #fff;
}

.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
  bottom: 0;
  z-index: 1;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
}

/*////////////////////////////////////home banner starts here///////////////////////////////////////*/

/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(40 51 5 / 90%) url(../img/cd-top-arrow.svg) no-repeat center
    50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
  -webkit-box-shadow: 0 0 20px rgba(156, 10, 10, 0.05);
  box-shadow: 0 0 20px rgba(173, 4, 4, 0.05);
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: rgb(63, 61, 61);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 88px;
  }
}

/* /////////////////////////////home banner 01 section///////////////////////////// */

section#home_banner_01_section_202010_01 {
  margin-top: 100px;
  position: relative;
  background-color: #f4efea;
}
.home_banner_01_block_202010_01 {
  padding: 100px 0px 0px;
  position: relative;
}

.home_banner_01_block_202010_01::after {
  content: "";
  position: absolute;
  background-image: url(../img/home_banner_01_bottom_border.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  left: 0;
  width: 100%;
  right: 0;
  height: 10px;
}

.home_banner_01_block_product_text h3 {
  margin-bottom: 40px;
}
.home_banner_01_block_main_img {
  position: relative;
  z-index: 0;
  margin-bottom: -80px;
}

.home_banner_01_block_main_img::after {
  content: "";
  position: absolute;
  background-image: url(../img/home_banner_01_clip.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1px;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  z-index: -1;
  animation: shimmy 2s infinite;
  animation-direction: alternate;
}

.home_banner_01_block_main_img img {
  width: 100%;
}

.home_banner_01_block_text {
  text-align: center;
}
.banner-logo-block {
  display: flex;
  justify-content: space-between;
}

.banner-logo-block img {
  max-width: 40%;
  flex-basis: 40%;
  object-fit: contain;
}
.banner_product_text {
  animation: shimmy 2s infinite;
  animation-direction: alternate;
}

.home_banner_01_block_product_img {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.home_banner_01_block_product_text_icon {
  text-align: right;
  margin-bottom: 20px;
  margin-right: 50px;
}

.home_banner_01_block_product_text span {
  color: #c1272d;
}

.aquifer_product_organic_waste_converter_machine_banner_section {
  /* min-height: 80vh;
  padding: 50px 0; */
  background-color: #f4efea !important;
  position: relative;
}

.aquifer_product_organic_waste_converter_machine_banner_section::before {
  content: "";
  position: absolute;
  background-image: url(../img/aquifer_Organic_Waste_Converter_Machine_banner_bottom.jpg);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  bottom: 0;
}

@media screen and (max-width: 1350px) {
}

@media screen and (max-width: 1000px) {
  .home_banner_01_block_202010_01 {
    padding: 50px 0px 0px;
    position: relative;
  }

  .home_banner_01_block_product_text_icon {
    width: 200px;
  }
  .home_banner_01_block_product_text_icon img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .home_banner_01_block_main_img img {
    width: 50%;
  }
  .home_banner_01_block_main_img {
    margin-bottom: 50px;
  }
  .home_banner_01_block_product {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 600px) {
  section#home_banner_01_section_202010_01 {
    margin-top: 0px;
    position: relative;
  }

  .home_banner_01_block_product {
    display: block;
  }
  .home_banner_01_block_product_img {
    position: relative;
  }
  .home_banner_01_block_product_text {
    padding: 30px;
    padding-left: 30px;
  }
}

/*////////////////////////////home banner section/////////////////////////////*/

.home_banner_block_text h1 {
  font-family: "Oleo Script Swash Caps", cursive;
}

.home_banner_block_202010_01 {
  position: absolute;
  width: 95%;
  bottom: 15%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.home_banner_block_text img {
  width: 70%;
}

.home_banner_block_text h1 {
  margin-top: 70px;
  color: #0663af;
}

.home_banner_block_202010_01 .max-width-90 .row {
  align-items: center;
  justify-content: space-between;
}
.home_banner_block_text {
  margin-top: 40px;
  padding-left: 40px;
}
.product-aquifer-logo {
  margin-bottom: 80px;
}
.product-aquifer-logo img {
  width: 280px;
}

.home_banner_block_image {
  margin-bottom: -30px;
}
.home_banner_block_sticker {
  position: relative;
}
.home_banner_block_sticker img {
  position: absolute;
  top: -320px;
  right: -60px;
  width: 105%;
}

.home_banner_block_sticker img {
  animation: shimmy 2s infinite;
  animation-direction: alternate;
}

@keyframes shimmy {
  0% {
    transform: translate(0, 0);
    transform: scale(1);
  }
  100% {
    transform: translate(20px, 80px);
    transform: scale(1.1);
  }
}

/*
.home_banner_block_image img {
      animation: shimmy 3s infinite;
    animation-direction: alternate;
}
*/

.home_banner_strip_block {
  position: absolute;
  right: 0;
  z-index: 0;
  width: 57%;
}
.home_banner_strip_block img {
  width: 100%;
}

/*/////////////////////////////////////////*/

.product_item_img {
  border: 3px solid #c0272d;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.image_zoom_in img {
  width: 100%;
  transition: 0.5s;
}
.image_zoom_in {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.image_zoom_in:hover {
  -webkit-transform: scale(0.95) !important;
  -ms-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
  transition: 0.5s;
}
.image_zoom_in img {
  transition: 0.5s;
}
.image_zoom_in img:hover {
  -webkit-transform: scale(1.15) !important;
  -ms-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
  transition: 0.5s;
}

/*////////////////////////////home product section/////////////////////////////*/

section#home_product_section_202010_01 {
  background-color: #b7e8f7;
  padding: 60px 0;
  position: relative;
}
.home_product_title_block {
  margin-bottom: 20px;
}

.home_product_title_block {
  display: flex;
  position: relative;
}
.max-width-95.bg_white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 30px;
  border-radius: 4px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
}
.home_product_title_block img {
  width: 100%;
}
.home_product_title h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
}
.home_product_title {
  background-color: #0663ae;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 28px;
  border-bottom-right-radius: 0;
}

.product_item_name {
  text-align: center;
  color: #0663ae;
  padding-top: 8px;
  margin-bottom: 20px;
}

.product_item_name h4 {
  font-size: 1rem;
}

@media screen and (max-width: 1350px) {
  .home_product_title {
    width: 180px;
    height: 180px;
  }
  .home_product_title h3 {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 1100px) {
  .home_product_title {
    width: 150px;
    height: 150px;
  }
  .home_product_title h3 {
    font-size: 1.2rem !important;
  }
  .home_product_title_block img {
    width: 90%;
  }

  .home_banner_block_202010_01 {
    position: absolute;
    width: 100%;
    bottom: 15%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}

@media screen and (max-width: 991px) {
  .home_banner_block_sticker img {
    position: absolute;
    top: -320px;
    right: -130px;
    width: 105%;
  }
  .home_product_title {
    width: 150px;
    height: 150px;
    top: 40px;
  }
  .home_product_title_block img {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .home_banner_block_202010_01 {
    position: absolute;
    width: 100%;
    bottom: 45%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .home_product_title {
    width: 220px;
    height: 220px;
  }
  .home_product_title h3 {
    font-size: 1.6rem !important;
  }

  section#home_banner_section_202010_01 {
    position: relative;
    height: 85vh;
    background-color: #fff;
  }
  .product-aquifer-logo img {
    width: 170px;
  }
}

@media screen and (max-width: 576px) {
  .home_product_title {
    width: 150px;
    height: 150px;
    top: 40px;
  }

  .home_product_title h3 {
    font-size: 1.2rem !important;
  }
}

/*//////////////////////////////*/

.section_according_11_2020_01_block_02 h3 {
  font-weight: 600;
  color: #0663ae;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
.section_according_11_2020_01_block_02 h3::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  background-color: #af1e37;
  bottom: 11px;
  left: 28%;
}
.section_according_11_2020_01_block_02 h3::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 3px;
  background-color: #af1e37;
  bottom: 11px;
  right: 28%;
}

.product_array_block_img {
  position: relative;
}

.product_array_block_img h5 {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  background-color: #0663ae;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 0px auto;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* */

.accordion .card h4 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png)
    no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-weight: 600;
  color: #0663ae;
}
.accordion .card h4.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.card {
  border: 0;
  border-bottom: 1px solid #4393bc !important;
  padding: 15px 0;
  border-radius: 0px !important;
  background-color: transparent;
}
.according_block {
  padding-top: 0;
  border-top: 1px solid #4393bc !important;
  margin-top: 20px;
}
section#section_according_11_2020_01 {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  background-color: #b7e8f7;
}

.product_organic_waste_converter_machine_block {
  padding-bottom: 60px;
  position: relative;
  background-color: #efd5bb !important;
}

.product_organic_waste_converter_machine_block .product-title h2 {
  color: #870a07 !important;
}
.product_item_block {
  display: flex;
  justify-content: space-between;
}
.home_product_item {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
}
.product_title_block img {
  width: 100%;
}
h3.section_title {
  color: #0071bc;
}
.product_block_product_text_icon {
  display: flex;
  justify-content: space-between;
}
button.certificate-btn {
  background-color: #ad1e37;
  border: 0;
  padding: 8px 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  color: #fff;
}
button.certificate-btn a {
  color: #fff;
}
svg#Layer_1 {
  padding-right: 8px;
  border-right: 1px solid #771127;
  margin-right: 8px;
}

.product_block_product_text_icon img {
  width: 200px;
}
h3.product_array_block_organic_waste_converter_machine {
  margin-top: 25px;
  margin-bottom: 30px;
}
h3.product_array_block_organic_waste_converter_machine span {
  color: #c1272d;
}
.product_array_block_organic_waste_converter_machine_video {
  margin-bottom: 40px;
}
.product_array_block_organic_waste_converter_machine_video iframe {
  width: 100%;
  height: 350px;
}

.product_array_block_organic_waste_converter_machine_img {
  margin-bottom: 20px;
}
ul#product_details li {
  margin-left: 20px;
}
.product_array_block h3 {
  margin-bottom: 30px;
}

.product-inner-details-img-block {
  border: 1px solid #9f1514;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.zoom-btn {
  text-align: right;
  margin-top: 10px;
}
.zoom-btn img {
  width: 25px;
}

.modal {
  background-color: rgb(32 32 32 / 76%);
}
.modal-backdrop.show {
  opacity: 0.5;
  display: none !important;
}

.product_array_block_img img {
  border-radius: 5px;
}
.product_array_block_text {
  margin-bottom: 25px;
}

.product_array_block_text h5 {
  color: #af1e37;
}
.product_array_block_text ul li {
  padding: 2px 0;
  margin-left: 20px;
}
.product_array_block_text ul li::marker {
  color: #af1e37;
}
button.btn_01 {
  text-align: left;
  display: flex;
  float: right;
  border: 2px solid #c0272d;
  padding: 5px 16px;
  color: #c0272d;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 20px;
  margin-top: 20px;
  transition: 0.5s;
}
button.btn_01::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}
button.btn_01:hover {
  color: #fff;
  background-color: #c0272d;
  transition: 0.5s;
}
button.btn_01:hover::after {
  transform: translateX(6px);
}

button.btn_02 {
  text-align: left;
  display: flex;
  border: 2px solid #c0272d;
  padding: 5px 16px;
  color: #c0272d;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 20px;
  margin-top: 20px;
  transition: 0.5s;
}
button.btn_02::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
}
button.btn_02:hover {
  color: #fff;
  background-color: #c0272d;
  transition: 0.5s;
}
button.btn_02:hover::after {
  transform: translateX(6px);
}

/*////////////////////////////////////////////////////*/

#section_wrapper {
  position: relative;
  margin-bottom: 60px;
}

.wrapper_caption {
  background-color: #4d4d4d;
  padding: 30px;
  color: #fff;
  border-left: 3px solid #ae1e37;
  margin-bottom: -30px;
  position: absolute;
  bottom: -20px;
  z-index: 1;
  right: 30%;
}
.wrapper_caption h3 {
  color: #fff;
}
.wrapper_caption p {
  color: #fff;
  margin-bottom: 0;
}

section#who_we_are_section_11_2020_01 {
  padding: 60px 0;
  position: relative;
  border-bottom: 1px solid #a5d7f0;
}
h2.section_title {
  color: #0663ae;
}
.about_block_202007_02_text h4 {
  color: #0071bb;
}
.about_block_202007_02_text {
  margin-top: 25px;
}

.footer-get-intouch {
  display: flex;
  border-left: 3px solid #404041;
  padding-left: 15px;
}
.footer-get-intouch h3 {
  color: #404041;
  padding-right: 30px;
}
.row.contact-details-block {
  padding-bottom: 50px;
}
.contact-details-block-item p {
  color: #535456;
}
ul.footer-product-block {
  list-style: none;
}
ul.footer-product-block li {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a1a;
  border-bottom: 1px solid #535456;
  padding-bottom: 6px;
  padding-top: 6px;
  transition: 0.25s;
}

ul.footer-product-block li:last-child {
  border-bottom: 0px solid #535456;
}

.contact-details-block-item ul {
  list-style: none;
}
.contact-details-block-item ul li a {
  color: #535456;
}

ul.footer-product-block li:hover {
  color: #c0272d;
  transition: 0.25s;
}

.contact-details-block-item ul li {
  color: #535456;
  padding-bottom: 10px;
}
i.contact-icon {
  padding-right: 8px;
}
.contact-details-block-item ul li span {
  margin-bottom: 10px;
  color: #af1e37;
  font-weight: 500;
}

.footer-navbar-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.footer-navbar-block ul a li {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 12px;
  transition: 0.25s;
}
.footer-navbar-block ul a li:hover {
  color: #c0272d;
  transition: 0.25s;
}

ul.social-media-block {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
ul.social-media-block a li {
  padding: 0 12px;
}
footer#page-footer {
  padding: 10px 0;
}
.footer-block {
  border-top: 1px solid #cbd2d4;
  padding-top: 12px;
}

/*/////////////////////////////////////////*/

@media screen and (max-width: 991px) {
  ul.navbar-nav {
    background-color: #ffffffc7;
  }
  a.nav-link {
    color: #3d3f1b !important;
  }
  li.nav-item.active .nav-link {
    color: #0663ae !important;
    font-weight: 600;
  }
  li.nav-item.active a {
    position: relative;
  }
  /*
li.nav-item.active a::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-color: #192103;
    right: 0;
    top: 0;
    height: 40px;
}
      
*/

  ul.navbar-nav {
    padding-top: 12px;
  }
  ul.navbar-nav li {
    padding: 5px 10px !important;
  }
  .home_product_item {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .product_item_block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  button.btn_01 {
    text-align: left;
    display: flex;
    float: none;
    border: 2px solid #c0272d;
    padding: 5px 16px;
    color: #c0272d;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 900px) {
  .header_top_block_content ul li {
    list-style: none;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .header_top_block_content {
    right: 15px;
    top: 0px;
    width: 60%;
  }

  nav.navbar {
    top: -25px;
  }

  .home_product_item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .home_banner_block_202010_01 .col-sm-6.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home_banner_block_image {
    margin-bottom: 0;
    width: 51%;
    float: right;
  }
  .home_banner_block_sticker img {
    position: absolute;
    top: -67px;
    right: 150px;
    width: 29%;
    z-index: 10;
  }
  .home_banner_block_text {
    padding-left: 0;
    position: absolute;
    top: -10px;
    width: 60%;
  }
  .product_array_block_img {
    padding-bottom: 30px;
  }
}

.pad-10 {
  padding-right: 0;
  padding-left: 0;
}
.dropdown-menu.dropdown-primary.show {
  border-radius: 0;
}

@media screen and (max-width: 576px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .home_banner_block_202010_01 .col-sm-6.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home_banner_block_image {
    margin-bottom: 90px;
    width: 70%;
    float: right;
  }

  .home_banner_block_text {
    padding-left: 0;
    position: absolute;
    top: 200px;
    width: 70%;
    z-index: 2;
  }

  nav.navbar {
    top: 0;
  }
  .home_banner_block_text h1 {
    margin-top: 10px;
    color: #0663af;
  }
  .header_top_block_content {
    right: 15px;
    top: 0px;
    width: 75%;
  }

  .home_product_item_ {
    width: 80%;
    margin: 0px auto;
  }
  .product_array_block_img {
    width: 70%;
  }
  .about_block_202007_02_img_01 {
    padding-bottom: 20px;
  }
  section#home_banner_section_202010_01 {
    position: relative;
    height: 100vh;
    background-color: #fff;
  }

  .home_banner_block_sticker img {
    position: absolute;
    top: 36px;
    left: 0;
    width: 39%;
    z-index: 10;
  }
}

/*/////////////////////////////////////product page////////////////////////////////////*/

section#product_banner_section_202010_01 {
  position: relative;
  height: 70vh;
  background-color: #fff;
}
.product_banner_block_202010_01 .row {
  align-items: center;
}

.product_banner_block_202010_01 {
  position: absolute;
  width: 100%;
  bottom: 15%;
  z-index: 1;
}
.product_banner_block_img img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 10px solid #b6ecff;
  object-fit: cover;
}
.aquifer_product_organic_waste_converter_machine img {
  border: 10px solid #d39a62 !important;
}

.product_banner_block_img_02 img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 10px solid #b6ecff;
  object-fit: cover;
}
.product_banner_block_img {
  margin-left: 30px;
  margin-bottom: -80px;
}

.product_banner_block_text.aquifer_product_organic_waste_converter_machine_text
  h2 {
  color: #5b0608;
  font-size: 1.8rem;
  line-height: 1.2;
}

.product_banner_block_text h2 {
  color: #0663ae;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.05;
}

.product_banner_block_text h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  background-color: #c0272d;
  top: -5px;
  left: 0;
}

.product_png_block {
  display: block;
}
.product_png_block img {
  display: block;
  margin-bottom: 12px;
}
.stage_block {
  display: flex;
  justify-content: left;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.stage_block_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #231f20;
  font-weight: 500;
  font-size: 0.9rem;
  padding-right: 15px;
  margin-bottom: 15px;
}
table#product_details {
  width: 100%;
}
.table-striped {
  border: 1px solid #c0272d;
}

table#product_details tr {
  display: flex;
  justify-content: space-between;
}
table#product_details tr td {
  flex-basis: 40%;
}

table#product_details tr th {
  flex-basis: 40%;
}

.product-title h2 {
  color: #0663ae;
}
.stage_block_item_2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #f15a29;
  padding: 15px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.stage_block_item_2 img {
  width: 60px;
  padding-bottom: 8px;
}
.row.stage_block_2 {
  margin-top: 30px;
}
.product_details_table h5 {
  color: #af1e37;
  border-bottom: 1px solid #af1e37;
}

.product_array_block {
  position: relative;
}
.product_model_number {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  background-color: #0663ae;
  padding: 7px 16px;
  border-radius: 5px;
  margin: 0px auto;
  z-index: 2;
  position: absolute;
  right: 40px;
  top: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.product_model_number h5 {
  margin-bottom: 0;
}
h3.section_title {
  position: relative;
  margin-bottom: 25px;
}
h3.section_title::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 2px;
  background-color: #af1e37;
  bottom: 0;
}

.row.product_item_block {
  justify-content: space-between;
}

footer#footer-details-section {
  padding: 60px 0 0px;
}

/* ///////////////////////contact form section here///////////////////////////
 */

section#contact-form-section {
  padding: 60px 0;
  position: relative;
}
.demoInputBox {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #313131;
  border-radius: 0;
  padding: 10px 15px;
}
.demoInputBox:focus {
  outline: none !important;
  box-shadow: none !important;
}
.contact-form-block {
  width: 92%;
}

.contact-form-details-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-form-details-block ul li {
  font-size: 1rem;
  display: flex;
  padding-bottom: 10px;
}
.contact-form-details-block ul li a {
  color: #000;
}

.contact-form-details-block ul li p {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.2rem;
}
.contact-form-details-block ul li p span {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
}
.contact-form-details-block ul li p span a {
  color: #fff;
}
section#location-map {
  margin-bottom: -6px;
}

.contact-details-block-item-logo {
  display: flex;
}

img.footer_aquifer_logo {
  padding: 0px 10px;
  object-fit: contain;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 150px !important;
}
img.footer_chemsbury_logo {
  padding: 0px 10px;
  object-fit: contain;
}
img.footer_chemscom_logo {
  padding: 0px 10px;
  object-fit: contain;
}
.certificate-block {
  display: flex;
  gap: 20px;
}
.certificate-block-item {
  border: 1px solid #9f1514;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .contact-form-details-block {
    padding: 60px 25px;
  }

  .contact-form-details-block ul li p {
    overflow-wrap: break-word;
  }
}

.home-banner-product-item img {
  height: 420px;
  object-position: center;
  object-fit: cover;
}

@media screen and (max-width: 1400px) {
  .section_according_11_2020_01_block_02 h3::after {
    right: 23%;
  }
  .section_according_11_2020_01_block_02 h3::before {
    left: 23%;
  }
}

@media screen and (max-width: 1100px) {
  .section_according_11_2020_01_block_02 h3::after {
    right: 16%;
  }
  .section_according_11_2020_01_block_02 h3::before {
    left: 16%;
  }

  .product_banner_block_text h2 {
    color: #0663ae;
    position: relative;
    font-size: 2rem;
    line-height: 1.05;
  }
  .product_banner_block_text {
    padding-left: 80px;
  }
  .product_banner_block_text.aquifer_product_organic_waste_converter_machine_text
    h2 {
    color: #5b0608;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 900px) {
  .product_banner_block_img_02 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 10px solid #b6ecff;
    object-fit: cover;
  }
  section#product_banner_section_202010_01 {
    position: relative;
    height: 70vh;
    background-color: #fff;
  }

  .section_according_11_2020_01_block_02 h3::after {
    right: 12%;
  }
  .section_according_11_2020_01_block_02 h3::before {
    left: 12%;
  }

  .wrapper_caption h3 {
    color: #fff;
    font-size: 1.3rem;
  }
  .home-banner-product-item img {
    height: 350px;
    object-position: center;
    object-fit: cover;
  }

  table#product_details tr td {
    flex-basis: 100%;
    padding-right: 60px;
  }

  .certificate-block {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .certificate-block-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .contact-details-block-item-logo {
    margin-bottom: 40px;
  }
  .product_banner_block_202010_01 {
    position: absolute;
    width: 100%;
    bottom: 15%;
    z-index: 1;
  }

  .section_according_11_2020_01_block_02 h3::after {
    right: 0%;
    width: 120px;
  }
  .section_according_11_2020_01_block_02 h3::before {
    left: 0%;
    width: 120px;
  }

  .product_banner_block_text {
    padding-left: 0px;
    margin-bottom: -70px;
    padding-right: 20px;
  }

  .aquifer_product_organic_waste_converter_machine_banner_section {
    position: relative;
    height: 100vh !important;
    background-color: #fff;
  }
  .product_banner_block_text.aquifer_product_organic_waste_converter_machine_text {
    margin-top: 50px;
  }

  .aquifer_product_organic_waste_converter_machine_banner_section
    .product_banner_block_202010_01 {
    position: absolute;
    width: 100%;
    bottom: 27%;
    z-index: 1;
  }

  .product_block_product_text_icon {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .product_block_product_text_icon img {
    width: 200px;
    margin-bottom: 20px;
  }
}

.btm-divider {
  width: 100%;
  border-bottom: 1px solid #a5d7f0;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .stage_block {
    display: flex;
    margin-bottom: 22px;
    flex-wrap: wrap;
  }
  .stage_block_item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
  }
  header#header {
    padding-top: 0;
  }
  a.navbar-brand {
    max-width: 155px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
    align-items: baseline;
  }
  @-moz-document url-prefix() {
    a.navbar-brand {
      max-width: 420px !important;
    }
  }

  h3.section_title {
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .footer-navbar-block ul a li {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0 7px;
  }

  .product_banner_block_text h2 {
    color: #0663ae;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.05;
    margin-top: 20px;
  }
  .product_banner_block_img_02 img {
    width: 150px;
    height: 150px;
  }
  .product_banner_block_202010_01 {
    bottom: 18%;
  }

  .section_according_11_2020_01_block_02 h3::after {
    width: 70px;
  }
  .section_according_11_2020_01_block_02 h3::before {
    width: 70px;
  }
  .header_top_block {
    display: none;
  }

  header#header {
    height: 85px;
    position: relative;
  }

  a.navbar-brand {
    max-width: 180px;
    padding-top: 20px;
    padding-left: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  a.navbar-brand {
    padding-top: 0px;
    padding-left: 0;
    margin-left: 0;
  }
  a.navbar-brand {
    max-width: 150px;
    padding-top: 0px;
    padding-left: 0;
    margin-left: 0;
  }
  .certificate-block-item {
    flex-basis: 100%;
    max-width: 100%;
  }

  @-moz-document url-prefix() {
    a.navbar-brand {
      max-width: 340px !important;
    }
  }

  .contact-details-block-item-logo {
    display: flex;
    flex-wrap: wrap;
  }

  img.footer_aquifer_logo {
    padding: 0px 10px;
    object-fit: contain;
    border-left: 0px solid #000;
    border-right: 0px solid #000;
    width: 150px !important;
  }
}

@media screen and (max-width: 500px) {
  .home_banner_block_image {
    margin-bottom: 120px;
  }
  .footer-get-intouch {
    flex-direction: column;
  }

  @-moz-document url-prefix() {
    a.navbar-brand {
      max-width: 280px;
    }
  }
}
@media screen and (max-width: 450px) {
  .home_banner_block_image {
    margin-bottom: 150px;
  }
  .home_banner_block_text {
    width: 85%;
  }

  .modal-content {
    width: 90%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 400px) {
  section#home_banner_section_202010_01 {
    height: 90vh;
  }

  a.navbar-brand {
    padding-top: 10px;
    max-width: 130px;
  }
  .uv_icon {
    width: 100%;
  }
  .home_product_item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .home_product_title {
    width: 120px;
    height: 120px;
    top: 40px;
  }
  .home_product_title h3 {
    font-size: 1.1rem !important;
  }
  .section_according_11_2020_01_block_02 h3::after {
    width: 30px;
  }
  .section_according_11_2020_01_block_02 h3::before {
    width: 30px;
  }

  .home_banner_block_image {
    margin-bottom: 150px;
  }
  .home_banner_block_text {
    top: 160px;
    width: 100%;
  }
  .header_top_block_content {
    right: 0;
    top: 6px;
    width: 85%;
  }
  .navbar.navbar-expand-lg.navbar-dark.teal {
    padding: 0 !important;
  }

  .accordion .card h4 {
    font-size: 1rem;
  }
  .home_banner_block_text h1 {
    margin-top: 10px;
    color: #0663af;
    font-size: 2rem;
  }
  .product_array_block_img {
    width: 80%;
  }
}

@media screen and (max-width: 350px) {
  .header_top_block_content {
    right: 0;
    top: 6px;
    width: 95%;
  }

  a.navbar-brand {
    max-width: 115px;
    margin-left: 0px;
  }
  @-moz-document url-prefix() {
    a.navbar-brand {
      max-width: 270px;
    }
  }

  .home_banner_block_image {
    margin-bottom: 180px;
  }
}

button.btn-bottle-water {
  background-color: #f15a29;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.1rem;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin: 20px 0;
}

.under-development-block {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots {
  position: absolute;
  right: 40px;
  bottom: 10px;
  display: inline-block;
}
.owl-dot span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-dot.active span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  width: 12px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  section#home_banner_section_202010_01 {
    position: relative;
    height: 65vh;
    background-color: #fff;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  section#home_banner_section_202010_01 {
    position: relative;
    height: 75vh;
    background-color: #fff;
  }
  .home_banner_block_sticker img {
    top: -210px !important;
  }
}

/* ----------- iPad Pro ----------- */

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  section#home_banner_section_202010_01 {
    position: relative;
    height: 50vh;
    background-color: #fff;
  }

  section#product_banner_section_202010_01 {
    position: relative;
    height: 40vh;
    background-color: #fff;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  section#home_banner_section_202010_01 {
    position: relative;
    height: 50vh;
    background-color: #fff;
  }

  section#product_banner_section_202010_01 {
    position: relative;
    height: 40vh;
    background-color: #fff;
  }
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  section#home_banner_section_202010_01 {
    position: relative;
    height: 75vh;
    background-color: #fff;
  }
  section#product_banner_section_202010_01 {
    position: relative;
    height: 60vh;
    background-color: #fff;
  }
}
