.gvlo-heading {
    font-size: 1.3rem;
}
 #govaloApp{
    scrollbar-behavior:smooth;
     scrollbar-width: none;
     overflow-y: scroll
}
 #govaloApp::-webkit-scrollbar{
    display: none;
}
 .carousel-container .image-container {
    position: relative;
    width: 100%;
     margin: 10px 5px;
    padding: 0 0 66.67% 0;
}
 .carousel-container .image-container img {
    position: absolute;
    height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     object-fit: cover;
}
@media only screen and (max-width: 362px) {
.gvlo-popup-modal{
max-width:350px !important;
}


}


@media only screen and (max-width:414px){
.gvlo-popup-modal--inner .carousel-container .image-container img{
width: 100% !important;
}
.gvlo-popup-modal {
    max-width: 385px !important;

}

}


.flatpickr-current-month .flatpickr-monthDropdown-months{
    -webkit-appearance: none !important;
}

#BIS_trigger {
display: none !important;
}