@media only screen and (max-width: 770px){
   h2{
      font-size: 1.7rem;
   }
   h3{
      font-size: 1.5rem;
   }
   h4{
      font-size: 1.3rem;
   }
 .main-header{
  padding: 0px 20px;
 }
  .navbar-toggler{
    background-color: #ebebeb;
    border: none;
  }
 .navbar-toggler img{
   width: 30px;
 }
 .banner-text{
  margin-top: 0px;
 }
 .navbar-collapse{
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%!important;
  background-color: #ebebeb;;
 }
 .main-header{
  position: relative;
 }
 .mob-header{
  width: 100%;
  display:block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 5px 20px;
}
.main-header {
  display: none;
}
.mob-header .navbar .navbar-brand img{
  width: 170px;
}
.mob-header .nav-link.active{
  clip-path: unset;
}
.mob-header .nav-link{
  color:#000;
}
.spacer-xsm{
  padding: 40px 20px;
}
.shade{
  display: none;
}
.feat-tit-row{
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
.tit-left p{
  max-width: 100%;
  font-size: 1rem;
}
.text-mid{
  max-width: 100%;
}
.spacer-sm{
  padding: 40px 20px;
}
.abt-video{
  margin-top: 15px;
}
.map-sec{
  padding: 30px 20px;
}
.cont-det-sec ul{
  width: 100%;
}
.map-bx iframe{
  height: 300px;
}
.machine-container{
  max-width: 100%;
  flex-wrap: nowrap;
}
.machine-menu{
  min-width: unset;
  max-width: 100%;
}
.machine-display{
  min-width: unset;
  width: 100%;
  max-width: 100%;
  height: 470px;
}
.overlay-text{
  font-size: 0.9rem;
}
.main-title{
  text-align: center;
}
.ft-sec{
  padding: 30px 20px 0px 20px;
}
.ft-logo-bx{
  margin-bottom: 25px;
}
.ft-link{
  margin-bottom: 20px;
}
.ft-ico{
  margin-right: 5px;
}
.cp-right{
  padding: 10px 30px;
}
.cont-inner-bx{
  padding: 2rem 1rem;
}
.primary-btn-brd{
  padding: 10px 15px;
}
.inner-banner{
 height: 280px;
}
.terms-section h2{
  font-size: 1.6rem;
  
}
.terms-section h3{
  font-size: 1.3rem;
  margin-top: 25px;
}
}

@media only screen and (min-width: 771px) and (max-width: 1000px){
 .navbar .navbar-brand img{
  width: 180px;
}
 .mob-header{
  width: 100%;
  display:block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 5px 20px;
}
.main-header {
  display: none;
}   
.ft-logo-bx{
  margin-bottom: 25px;
}
}


@media only screen and (min-width: 991px) and (max-width: 1300px){
   
}
@media only screen and (min-width: 991px) and (max-width: 1230px){
  
}