.tp-rightarrow{
    display: none !important;
}
.tp-leftarrow{
    display: none !important;
}

.image-logo {
    width: 60% !important;
}

.main-hero-card {
    background-image: url("../images/AdobeStock_185926029_Preview.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .cd-dropdown-trigger {
        /*display: none !important;*/
    }
}

.booknow-iframe {
    width: 80% !important;
}

@media screen and (max-width: 768px) {
    .image-logo {
        width: 100% !important;
        height: 220px !important;
    }
    .booknow-iframe {
        width: 100% !important;
    }
}


@media screen and (max-height: 600px) {
    .image-logo {
        width: 100% !important;
        height: 180px !important;
    }
    .booknow-iframe {
        width: 100% !important;
    }
}