*{
    padding: 0px;
    margin: 0px;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}
.get-in-touch{
    position: fixed;
    top: calc(25vh + 25vw);
    right: 0px;
    display: block;
    cursor: pointer;
}
.get-in-touch img{
    width: calc(9vh + 9vw);
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.bhim-icon{
    position: absolute;
    width: calc(7vh + 7vw) !important;
    left: 12%;
    top: 5%;
}
.bhim-logo{
    position: absolute;
    width: calc(8vh + 8vw) !important;
    right: 5%;
    top: 10%;
}
.about {
    margin-top: calc(5vh + 5vw);
    text-align: justify;
    position: relative;
    /* margin-bottom: 30px; */
}
.about p{
    /* text-align: justify; */
}
.carousel{
    margin-bottom: 30px;
}
.video-box{
    position: relative;
}
.play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 110px;

}

/* Our Location */
    .store-loaction{
        background: #FFF4DE;
    }
    .card{
        background: #FADA9D;
        border-radius: 19px;
        margin-bottom: 30px;
    }
    .card-bottom{
        text-align: center;
        background:#F8C86B;
        border-radius: 0px 0px 20px 20px;
        padding: 10px 0px;
    }
    .card-body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 2.5rem;
    }
    .card-bottom img{
            width: 10px;
    }
    .store-loaction a{
        text-decoration: none;
        color: #484848;
    }
    .iframe{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }
    .overlay-img{
        position: relative;
        
    }

/* Our Location */

/*  Get in touch */

.get-in-touch-contact{
    background: url(../images/get-in-touch-bg.png);
    width: 100%;
}
.contact-page{
    background:#EFEFEF 0% 0% no-repeat padding-box ;
    border-radius: 33px;
    box-shadow: 9px 13px 14px 0px;
    padding: 40px 60px;
    position: relative;
    
}
.contact-page img{
    width: 30px;
}
.submit-contact{
    background: #26BEAF;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 200px;
    padding: 10px;
    border-radius: 0px 0px 20px 0px;
    font-weight: 900 !important;
    border: 0px;
}
.submit-contact img{
    width: 20px;
    margin-left: 10px;
}


/* Get in touch */
/* slider */
.carousel{
    width: 100%;
}
/* 
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 0px !important;
    height: 0px !important;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 0px !important;
    height: 0px !important;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
} */


/* 
.carousel-control-next-icon, .carousel-control-prev-icon1 {
    width: 0px !important;
    height: 0px !important;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon1 {
    width: 0px !important;
    height: 0px !important;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
} */

/* .carousel-control-next{
    position: absolute;
    top: -20%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0%;
    color: #fff;
    text-align: center;
    opacity: .5;

} */
/* .carousel-control-next img{
    width: 30px;
} */

/* .carousel-control-prev {
    position: absolute;
    top: -20%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0%;
    color: #fff;
    text-align: center;
    opacity: .5;
    width: 0% !important;
    left: -30px !important;
} */
/* .carousel-control-prev img{
    width: 30px;
} */
/* slider */

/* Footer */

.footer{
    background: #333333;
    padding: 30px;
    text-align: center;
}
.footer-img{
    width: 250px;
}
.social-media{
    margin: 20px 0px 0px 0px;
}
.social-media img{
    width: 50px;
    margin: 5px;
}
label {
    display: inline-block;
    margin: 15px 0px 0px 3px;
}

.mobile{
    display: none !important;
}
.system{
    display: block !important;
}
/* Footer */

/* Contact page css */

.contact-wrapper{
    position: fixed;
    background: #F4F4F4;
    right: 30%;
    top: 10%;
    border-radius: 31px;
    display: none;
}
.contact-div{
    border: 10px solid #26BEAF;
    border-radius: 31px;
    padding: 30px;
    text-align: justify;
    width: calc(18vh + 18vw);
    height: calc(29vh + 28.5vw);
    position: relative;
}
.contact-close{
    position: absolute;
    right: 31px;
    top: 37px;
    width: 25px !important;
    cursor: pointer;
}
.contact-div img{
    width: 40px;
}
.contact-btn{
    background: #26BEAF;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 200px;
    padding: 10px;
    border-radius: 0px 0px 20px 0px;
    font-weight: 900 !important;
    border: 0px;
}

div#simple-chat-button--container {
    position:fixed;
    right: 1%;
    bottom: 20%;
    /* width: 2px; */
    color: #080808;
    cursor: pointer;
}
div#simple-chat-button--container img{
   
    width: 70px;
}
/* Contact page css */

/* gallery Slider */

.your-class, .your-class1{
    img{
      width:100%;
      height:auto;
    }
  }
  
  .full-width{
    .slick-prev {
      margin-left: 40px;
    }
  
    .slick-next {
      margin-right: 40px;
    }
  }
  
  .slick-prev:before, .slick-next:before{
    color:#ddd;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-right: 15px;
    margin-left: 15px;
}

/* Gallery Slider */

/* Media Query  */

@media (max-width: 768px) {

    .footer-img {
        width: 250px;
    }
    .get-in-touch img {
        width: calc(15vh + 15vw);
    }
    .contact-wrapper {
        position: fixed;
        background: #F4F4F4;
        right: 0%;
        top: 5%;
        border-radius: 31px;
        display: none;
    }
    .contact-div {
        border: 10px solid #26BEAF;
        border-radius: 31px;
        padding: 31px;
        text-align: justify;
        width: 100%;
        height: 90%;
        position: relative;
    }
    div#simple-chat-button--container {
        position: fixed;
        right: 57%;
        bottom: 1%;
        /* width: 2px; */
        color: #fff;
        cursor: pointer;
    }

}

@media (max-width:500px) {
    .mobile{
        display: block !important;
    }
    .system{
        display: none !important;
    }
    
}

/* Media Query */