﻿@media only screen and (max-width: 1250px) {
    .top-wrapper {
        padding: 245px;
        background-size: contain;
    }
}

@media only screen and (max-width: 992px) {

    .search-background-wrapper {
        width: 100%;
        margin-bottom: 10px
    }

    .btnpkg {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .container {
        max-width: 100% !important
    }
}


@media only screen and (max-width: 767px) {

    .form-block {
        width: 90% !important;
        margin-top: -350px !important;
    }

    .discover-section-icons {
        width: 40%;
        height: intrinsic;
    }

    .discover-arrows-icons {
        width: 100%;
        height: intrinsic;
    }

    .discover-section-title {
        font-size: 25px;
    }

    .discover-section-subtitle {
        font-size: 25px;
    }

    .discover-pkg-map-icons {
        width: 100%;
        margin-top: 3rem !important;
        padding: 0 40px 40px 40px;
    }

    .check-all-destinations {
        margin-top: 15px;
    }

    .responsive_work2 {
        display: none;
        position: absolute;
        width: 100%;
        padding: 0 10px;
        top: 80px;
        right: 0px;
        background: darkgray;
        box-shadow: 0px 1px 2px 2px #888887;
        z-index: 50;
    }

        .responsive_work2 li {
            margin: 5px auto;
        }

            .responsive_work2 li a {
                color: #fff;
            }

            .responsive_work2 li.dropdown ul {
                position: relative !important;
                transform: translate3d(0px, 9px, 0px) !important;
                background: #888887;
                border: 0px none;
                padding-left: 13px;
                width: 63%;
                margin: 0px !important;
            }

    .respw {
        display: none !important
    }

    #resW2 {
        display: flex !important
    }


    .HomeOpt {
        margin-bottom: 5px !important;
    }

    .HomeOptsec {
        margin-bottom: 10px !important;
    }

    .top-wrapper {
        background-size: contain;
        padding: 28vw;
    }

    .HomeOptRow {
        /* margin-bottom: 10% !important*/
        margin-bottom: 20px !important
    }

    .offer-card {
        margin-left: 20px !important;
    }
}


@media only screen and (max-width: 420px) {
    .form-block {
        margin-top: -350px !important;
    }

    .discover-section-icons {
        width: 40%;
        height: intrinsic;
    }

    .discover-arrows-icons {
        width: 100%;
        height: intrinsic;
    }

    .discover-section-title {
        font-size: 25px;
    }

    .discover-section-subtitle {
        font-size: 25px;
    }

    .book-your-flight-btn {
        width: 100% !important;
    }

    .offer-lbl {
        font-size: 18px;
    }

    .rj-btn-red {
        width: 100% !important;
    }


    .discover-pkg-map-icons {
        width: 100%;
        margin-top: 3rem !important;
        padding: 0 40px 40px 40px;
    }

    .check-all-destinations {
        margin-top: 15px;
    }

    .discription p {
        font-size: 40px
    }

    .container-fluid {
        padding-left: 0px !important;
    }

    .top-wrapper {
        background-size: contain;
        padding: 20vw;
    }


    .navbar-nav a {
        padding: 0 5px !important;
    }
}
