@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
    
    .product_slider .product_box .product_dtls {
        padding: 70px 35px;
    }
    .product_slider .product_box .product_dtls h3 {
        font-size: 40px;
    }    
    .packeges-box .package-content h4 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .about_box h1 {
        font-size: 36px;
    }
    .package_inner_head h1 {
        font-size: 30px;
    }
    .address-fix {
        max-width: 300px;
        display: table;
        width: 100%;
        margin-top: -42px;
        margin-left: 55px;
    }
}

@media (max-width: 991px) {
    .tabs_inner_text {
        margin-bottom: 60px;
    }
    .destination-box .tab_content p {
        font-size: 16px;
    }
    .testimonials.common-padding {
        padding-bottom: 40px;
        padding-top: 50px;
    }

    .destination-box .tab_content h1 {
        margin-bottom: 8px;
        font-size: 30px;
    }

    footer {
        padding-bottom: 30px !important;
    }

    .box_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .box_img .box {
        width: 50%;
    }
    .box_img .first {
        margin-right: 15px;
        margin-bottom: 0 !important;
    }
    .view {
        width: 170px;
        height: 50px;
        font-size: 16px;
    }
    .contact_home {
        padding: 100px 0 60px !important;
    }

    .contact_home::before,
    footer::before {       
        height: 60px;
        top: -21px;        
    }
    .contact_home p {
        font-size: 22px;
        line-height: 1.4;
    }
    .testimonials-box p {
        font-size: 16px;
    }
    .footer-inner-rt {
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .packeges-box .package-img {
        margin-bottom: 25px;
    }
    .about_box h4 {
        font-size: 20px;
    }
    .about-img {
        margin-top: 30px;
    }
    .common-padding {
        padding: 30px 0;
    }
    .about_us.common-padding {
        margin-top: 0;
    }
    .about_us .box.box_text {
        padding: 20px;
        height: auto;
        margin-bottom: 13px;
    }
    .navbar-light .navbar-toggler {
        border-color: #fff;
        cursor: pointer;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .navbar-light .navbar-brand img {
        width: 200px;
    }
    .about_box {
        padding: 30px;
    }
    .about_box h1 {
        font-size: 32px;
    }
    
    .banner_slider {
        height: 450px;
    }
    .banner_slider .caption h4 {
        font-size: 38px;
        max-width: 480px;
        margin-bottom: 50px;
    }

    .banner_slider .caption {
        max-height: 390px;
        margin: 100px 0;
        position: inherit;
    }
    .box.box_text,
    .about_us .box.first {
        margin-bottom: 15px;
    }

    .product_slider .product_box .product_dtls {
        position: inherit;
        padding: 20px;
        width: 100%;
    }
    .product_slider {
        border: solid 1px #ccc;
    }
    .product_slider .product_box .product_dtls h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .heading {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .heading::after {
        top: 50px;
    }

    .inner_about_row .about_box row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .inner_head {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    }

     .package_inner_head h1 {
        font-size: 30px;
    }
    .about_us_home h3 {    
        font-size: 24px;
    }
    .common-padding.product_wrapper {
        padding-bottom: 35px;
    }
    .package-inner-wrapper .packeges-box {
        margin-bottom: 60px;
    }
}


@media (max-width: 767px) {
    .about_us_home {
        padding-bottom: 18px !important;
    }
    .grid-big:first-child {
        margin-top: 0;
    }
    .about_box p {
        font-size: 15px;
    }
    .contact-box .contact-lt p, 
    .contact-box .contact-lt a {
        font-size: 15px;
    }    
    .destination-box .tab_content h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .about_box h1 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .text-center.package-box .heading{
        font-size: 24px;
    }
    .heading::after {
        top: 40px;
        height: 6px;
    }
    .contact_home {
        padding: 80px 0 50px !important;
    }
    .outline {
        width: 140px !important;
        height: 44px !important;
        font-size: 14px !important;
    }
    .navbar-light .navbar-brand img {
        width: 150px;
    }
    .grid-item {
        width: 100%;
        height: auto;
    }
    .banner_slider {
        height: 300px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
        -moz-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
    }
    .banner_slider .caption h4 {
        font-size: 28px;
        max-width: 350px;
        margin-bottom: 35px;
        line-height: 1.3;
    }

    .banner_slider .caption {
        max-height: 500px;
        left: 0;
        right: 0;
        margin: 70px 0;
    }
    .product_slider .product_box .product_dtls h3 {
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 1.4;
    }
    .packeges-box .package-content h4 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .about_box {
        padding: 15px;
    }
    .footer-inner-lt {
        padding-top: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .test_right {
        right: 100px;
    }
    .test_left {
        left: 100px;
    }


    .common-padding.product_wrapper {
        padding-bottom: 28px;
    }
    .heading {
        margin-bottom: 50px;
    }
    .contact_home::before, footer::before {
        height: 40px;
        top: -10px;
    }    
    .view {
        width: 150px;
        height: 40px;
        font-size: 15px;
    }
    .package_inner_head h1 {
        font-size: 22px;
    }
    .testimonials.common-padding {
        padding-bottom: 10px;
    }
    .about_us .box p {
        font-size: 15px;
    }
    .common-padding {
        padding: 20px 0;
    }
    .about_us_home h3 {
        font-size: 22px;
    }
    .product_slider .product_box .product_dtls p {
        font-size: 15px;
    }
    .contact_home p {
        font-size: 19px;
    }

    footer {
        -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
        padding-top: 80px !important;
    }
    .footer-inner-rt h3 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .banner_slider > div .slide-banner {
        background-position: top center !important;
    }
    .contact_home::before {
        height: 40px;
        top: -16px;
    }
    .common-padding.inner_about {
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .product_slider_icon_right {
        right: 0;
        top: 0;
        display: none !important;
    }
    .product_slider_icon_left {
        left: 0;
        top: 0;
        display: none !important;
    } 
}



@media (max-width: 500px) {
    .test_right {
        right: 50px;
        top: 60px
    }
    .test_left {
        left: 50px;
        top: 60px
    }
    .box_img {
        flex-wrap: wrap;
    }
    .box_img .box {
        width: 100%;
    }
    .box_img .first {
        margin-right: 0;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 480px) {
    .inner_packages_head {
        flex-wrap: wrap;
    }
    .inner_packages_head .back_view {
        margin: 0;
    }
    .banner_slider .caption h4 {
        font-size: 24px;
    }
    .banner_slider .caption {
        max-height: 495px;
    }
}

@media (max-width: 360px) {
   
    ul.tabs li {
        padding: 8px 28px;
    }
}