@media only screen and (max-width: 410px){
    
    .form-abs {
    position: absolute;
    bottom: 91px;
    width: 100%;
    justify-content: left;
    left: 23px;
}
.modal-body .form-check {
    bottom:0;
}
    
    
}


@media only screen and (max-width: 354px){
    
    .form-abs {
    
    bottom: 80px;
    width: 100%;
    justify-content: left;
    left: 23px;
}
    
}

@media only screen and (max-width: 472px){
    
    .forms-abs{
        bottom: 72px;
    }
    
    .form-check {
    padding: 0px 43px;
    bottom: 10px;
}
.btn-gray {
   
    font-size: 19px;
}
    .great-vibe-font {
    
    font-size: 42px;
     margin-left: 0px; 
    text-align: center;
    }
    .lineheight{
            line-height: 34px;
    }
}



@media only screen and (max-width: 768px){
      .about-us-img{
    background-image: none;
    text-align: center;
    width: auto;
}


    
}

@media only screen and (max-width: 810px){
    .resp-font-mob{
        font-size: 1.2rem;
    }
     .desc-font-resp{
        font-size:15px;
    }
    .navbar-nav .dropdown-menu {
    position: static;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: None;
  border:none;
  text-align: center;
}
    
 .smalldiv{
     float: left;
 }
 .menu-resp-hide{
    display: none;
    
}
.navbar-brand img{
    width: 199px;
}
.menurespbtn{
    display: block!important;
    float: right;
    width: auto;
    
    
}
.menuresp{
    display: block;
    
   
}
.animated-icon2{
    margin: 14px 1px;
}
.navbar-nav{
    float: right;
    text-align: center;
    flex-direction: column;
    
    justify-content: center;
    transition: all 0.2s ease;
}

 .mob-center{
     justify-content:center;
 }
  
.navbar-collapse {
    position:relative;
    justify-content: center;
    padding: 10px 106px;
    
    display: flex;
    margin-top: 0px;
    transition: all 0.2s ease;
    display: block;
  }

  .custom-padding {
    padding-top: 80px;
}

.responsive-card{
    width: 16rem;
}

.sec1 .carousel-control-prev{
    padding-left: 21px;
}
.sec2 .carousel-control-prev{
    padding-left: 21px;
}

.sec2 .cat .carousel-control-next{
   
}
.sec2 .carousel-control-next-icon {
    /* margin: 0px 0px 0px 0px; */
    margin-left: 4px;
}

.headingresp{
    padding: 10px 17px;
}

.head-font-resp{
    font-size: 28px;
}
.sub-head-font-resp{
    font-size: 22px;
}
.resp-card{
    width: 11rem;
}

.big-font{
    font-size: 18px;
}

.bg-toppicks{
    
    margin-top: 50px;
}
.margint {
    margin-top: 71px;
}

.imgage-b-text{
    flex-direction: column-reverse;
}
.header-m-top{
    margin-top: 20px;
}
.padding-vert{
    padding-left: 15px;
    
    padding-right: 31px;
  }
  .text-center-resp{
      text-align: center;
  }
  .centerresp{
      justify-content: center;
  }
  .dflex{
      display: flex;
  }
  .margin-t-b{
      margin-top: 20px;
      margin-bottom: 20px;
  }

/* testbuttin if not working delete from here */

.openBtn {
  
    border: none;
    padding: 12px 0px;
    font-size: 24px;
    cursor: pointer;
  }
  
 
  
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  .bg-usp{
    width: 100%;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  /* .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  } */
  
  .overlay button:hover {
    background: #bbb;
  }

}