@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0px;
    padding: 0px;
}
.banner_sec{
    width: 100%;
}


.deskview{
    display: block !important;
}

.mblview{
    display: none !important;
}
.footer-logo img{
     width: 50%;
    background: #ffff;
    padding: 15px 15px;
    border-radius: 6px;
}



    .luxuriosamenitssecrow {
    
    justify-content: center;
    
    }
    
    
    .fixed-footer-cust {
    background: #005481;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 50px;
    z-index: 99;
    border-top: 1px solid #fff;
}

.fix-link {
    color: #fff !important;
    /* font-size: 13px !important; */
    padding: 3px !important;
     font-family: "Roboto", sans-serif;
}

.iframe-div iframe{
    width: 100%;
    height: 450px;
}

@media (max-width:768px) {

    .iframe-div iframe {
    width: 100%;
    height: 250px;
}

    footer.footer{
        margin: 70px 0px 0;
        border-radius: 0px !important;
    
    }
        .fixed-footer-cust {
                 background: #082659;
    }

    .mblview{
        display: block  !important;
    }

    .deskview{
        display: none  !important;
    }
    
    .how-it-work-item {
    min-height: auto;
    }

}