@media (min-width: 1919px) {}

@media (max-width:1680px) {}

@media (max-width: 1440px) {}

@media (max-width: 1300px) {
    .navigation ul li a {
        padding: 0 14px
    }
}

@media (max-width: 1024px) {
    header {
        padding: 20px 0;
    }
    .navigation ul li a {
        padding: 0px 8px;
        font-size: 12px;
    }
    .banner-content {
        left: 50px;
        max-width: 503px;
    }
    .home-banner .owl-dots {
        bottom: 20px;
    }
    .common-section {
        padding: 51px 0;
    }
    .sub-heading {
        font-size: 20px;
    }
    .yatra-packages {
        padding-bottom: 100px;
    }
    .common-heading {
        font-size: 46px;
    }
    .navigation ul li a:hover {
        color: #000;
    }
}

@media (max-width: 991px) {
    .navigation {
        line-height: 62px;
    }
    .navigation ul li a {
        padding: 0px 6px;
        font-size: 10px;
    }
    .banner-content h3 {
        margin-bottom: 10px;
    }
    .home-banner .owl-dot:after {
        font-size: 12px;
    }
    .footer-content h5 {
        margin-bottom: 5px;
    }
    .footer-content {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    header {
        position: static;
    }
    .common-heading {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .common-section {
        padding: 30px 0;
    }
    .banner-content {
        position: static;
        transform: translate(0);
        padding: 20px 15px;
        text-align: center;
    }
    .home-banner .owl-dots {
        position: static;
    }
    .home-banner .owl-dot:after {
        content: none;
    }
    .home-banner .owl-dot {
        max-width: 50px;
        opacity: .5;
        border-bottom-color: #213a72 !important;
    }
    .home-banner .owl-dot.active {
        opacity: 1;
    }
    .navigation ul {
        display: block;
        position: fixed;
        left: -100%;
        background: white;
        height: 100%;
        top: 0;
        max-width: 270px;
        box-shadow: 0px 0px 5px 1px #00000038;
        width: 100%;
        padding: 20px;
        z-index: 4;
        transition: 0.3 ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
    }
    .navigation ul.active {
        left: 0;
    }
    .navigation ul.active:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        top: 0;
        right: -100%;
    }
    .navigation ul li {
        display: block;
    }
    .navigation ul li a {
        padding: 0px 0;
        font-size: 14px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .navigation {
        line-height: normal;
    }
    /* Icon 1 */
    #nav-icon1 {
        width: 35px;
        height: 25px;
        position: relative;
        margin: 27px auto 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 5;
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #213a72;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 12px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 24px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .navigation .open span {
        background: #fff !important;
    }
    .contact-icons {
        display: inline-block !important;
        width: 31.333%;
    }
    .contact-icons a {
        border-bottom: 0px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .yatra-packages {
        padding-bottom: 90px;
        background-size: cover;
    }
    .footer-content {
        padding-bottom: 20px;
    }
    .over-flow-hidden {
        overflow: hidden;
    }
    .navigation ul li {
        padding: 0;
    }
}

@media (max-width: 384px) {
    .mt-1-5rem {
        margin-top: 1.5rem;
    }
}