@media only screen and (max-width: 1440px) {
    
} /* Close 1440px */

@media only screen and (max-width: 1024px) {
    .destinations-lists-wrapper ul li,
    .dashboard-content .destinations-lists-wrapper ul li {
        flex: 0 0 calc(33.33% - 10px);
    }
    .show-on-mobile{
        display: inherit;
    }
} /* Close 1024px */

@media only screen and (max-width: 991px) {
    .specials .nav-link.active {
        color: #fff;
    }
} /* Close 991px */

@media only screen and (max-width: 768px) {
    .destinations-lists-wrapper ul li, .dashboard-content .destinations-lists-wrapper ul li {
        flex: 0 0 calc(50% - 10px);
    }
    .modal-destinations-content .tour-heading {
        font-size: 30px;
    }
    .modal-dialog.modal-lg.modal-tour-details {
        width: 100%;
        max-width: 700px;
    }
    .user-dashboard ul.nav.nav-tabs.flex-column {
        padding: 7px;
        border: 1px solid #eee;
        margin-top: -35px;
    }
    .center-arrow-warpper {
        bottom: 60px;
    }
    .hotspot-tooltip {
        width: 250px;
    }
} /* Close 768px */

@media only screen and (max-width: 480px) {
    section#hero .container {
        padding-top: 50px;
    }
    .login-container p {
        font-size: 14px;
    }
    .login-container {
        padding: 30px;
    }
    .login-container input:not([type="checkbox"]) {
        padding: 15px 15px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .checkbox.checkbox-primary {
        max-width: 180px;
        font-size: 14px;
    }
    .custom-link {
        text-align: right;
        font-size: 14px;
        width: 100%;
    }
    .login-container-wrapper {
        padding: 20px 10px;
    }
    .login-container h1 {
        font-size: 35px;
    }
    .login-container button {
        padding: 10px;
        font-family: 'Playfair Display';
        border: 2px solid #d79f40;
        font-size: 16px;
    }
    .header .logo img {
        max-height: 50px;
    }
    .alert {
        font-size: 14px !important;
    }
    .tour-heading {
        font-size: 18px;
    }
    .destinations-content p {
        font-size: 12px;
    }
    .login-container button, .main-button {
        padding: 12px;
        border: 1px solid #d79f40;
        font-size: 14px;
    }
    .section-title p {
        font-size: 26px;
        line-height: 1.2;
        margin-top: 10px;
    }
    .section-title {
        padding-bottom: 40px;
    }
    .section-title h2 {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 1.5px;
    }
    section.specials.section.user-dashboard {
        margin-top: 75px;
    }
    .dashboard-content .destinations-lists-wrapper li span.dest-item-img {
        height: 8rem;
    }
    .dest-item-img {
        height: 8rem;
    }
    .tour-image-lists {
        position: absolute;
        left: 20px;
        width: 240px;
        right: 20px;
        margin: 0 auto;
        bottom: 20px;
    }
    #controls {
        bottom: 80px;
        display: flex;
        gap: 10px;
        right: 20px;
        left: 20px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .control-btn {
        font-size: 14px;
        height: 35px;
        width: 35px;
    }
    .tour-image-lists ul li a .vtour-img {
        width: 70px;
        height: 50px;
    }
    #title {
        position: absolute;
        top: 20px;
        left: 100px;
        color: white;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 10px;
        border-radius: 5px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        display: block;
    }
    #loading {
        font-size: 16px;
        padding: 10px;
        text-align: center;
    }
    .modal-dialog.modal-lg.modal-tour-details {
        width: 98%;
        margin: 10px auto 0 auto;
    }
    .modal-ft-img {
        height: 15rem;
    }
    .modal-destinations-content .tour-heading {
        font-size: 26px;
    }
    .modal-destinations-content p#modal-tour-desc {
        font-size: 14px;
    }
    .user-dashboard ul.nav.nav-tabs.flex-column {
        margin-top: -20px;
    }
    .center-arrow-warpper {
        bottom: 120px;
    }
    .banner-btn-grp {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .destinations-content {
        padding: 8px;
    }
    .loading-component {
        gap: 8px;
        font-size: 13px;
        color: #fff;
        padding: 5px;
        line-height: 1;
        text-align: center;
    }
} /* Close 480px */

@media only screen and (max-width: 425px) {
    .login-container h1 {
        font-size: 26px;
    }
    .dest-item-img {
        height: 8rem;
    }
    .destinations-content {
        padding: 12px;
    }
    .tour-heading {
        font-size: 16px;
    }
} /* Close 425px */

@media only screen and (max-width: 375px) {
    .checkbox.checkbox-primary {
        max-width: 120px;
        font-size: 12px;
    }
    .custom-link {
        font-size: 12px;
    }
    .destinations-content p {
        margin: 0;
    }
    .destinations-lists-wrapper li span.dest-item-img {
        height: 8rem;
    }
} /* Close 375px */






