@media only screen and (min-width: 1400px) and (max-width: 4000px) {

}

@media only screen and (min-width: 767px) and (max-width: 991px) {

}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .nav-btn {
        z-index: 10000;
        width: 40px;
        height: 18px;
        cursor: pointer;
        position: relative;
        display: block;
        float: right;
        margin: 6px 0 0 0;
    }

    .nav-btn span {
        display: block;
        height: 4px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);

        -webkit-transition: .1s ease-in-out;
        -moz-transition: .1s ease-in-out;
        -o-transition: .1s ease-in-out;
        transition: .1s ease-in-out;

        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .nav-btn span:nth-child(1) {
        width: 100%;
    }

    .nav-btn span:nth-child(2) {
        width: 100%;
        top: 7px;
    }

    .nav-btn span:nth-child(3) {
        width: 100%;
        top: 14px;
    }

    .nav-btn:hover span:nth-child(2) {
        width: 100%;
    }

    .nav-btn:hover span:nth-child(3) {
        width: 100%;
    }

    .nav-btn.open {
        transition-duration: .3s;
    }

    .nav-btn.open span {
        box-shadow: none;
        background-color: #3c5a5d;
        right: -5px;
    }

    .nav-btn.open span:nth-child(1) {
        width: 100%;
        transform: rotate(45deg);
        top: -3px;
    }

    .nav-btn.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-btn.open span:nth-child(3) {
        width: 100%;
        transform: rotate(-45deg);
        top: 22px;
    }

    header nav {
        height: 0;
        overflow: hidden;
        background-color: #000;
        text-align: center;
        width: 100%;
    }

    header nav.open {
        height: 100%;
    }

    header nav ul {
        margin: 15px 0 0 0;
    }

    header nav ul li {
        display: block;
        margin: 3px 0;
    }

    header nav ul li a {
        font-size: 18px;
        line-height: 28px;
    }

    header nav .btn {
        display: table;
        margin: 15px auto 15px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        line-height: 28px;
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
    }

    .sub-heading {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px 0;
    }

    header .logo img {
        height: 30px;
    }

    .hero {
        padding: 80px 0 20px 0;
    }

    .hero .hero-text p {
        font-size: 20px;
        line-height: 26px;
    }

    .benefits h6 {
        padding: 0 10px;
    }

    .pricing .destination .from,
    .pricing .destination .to {
        text-align: center;
    }

    .pricing .destination-meta {
        text-align: center;
    }

    .sep {
        width: 20px;
        height: 15px;
        margin: 6px auto;
        display: block;
        transform: rotate(90deg);
    }

    .pricing .destination .price {
        padding: 20px 0 0 0;
    }

    .pricing .destination .price:after {
        content: "";
        position: absolute;
        top: 8px;
        left: 50%;
        width: 80px;
        height: 1px;
        display: block;
        background: linear-gradient(to right, #C28958, #f5e3c9);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .pricing .destination .price:before {
        display: none;
    }

    .pricing .destination .destination-meta div {
        margin: 0 5px;
    }

    .pricing .destination .price .val {
        font-size: 20px;
        line-height: 20px;
        display: inline-block;
    }

    .pricing .destination .price .lab {
        font-size: 14px;
        line-height: 14px;
        margin: 0 5px 0 0;
        display: inline-block;
    }

    .pricing .hint {
        margin: 0;
    }

    .form-quote {
        margin: 20px 0;
    }

    .reviews:after {
        display: none;
    }

    .reviews-text {
        width: inherit;
        position: inherit;
        top: inherit;
        -ms-transform: none;
        transform: none;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .reviews .sub-heading,
    .faqs .sub-heading {
        text-align: center;
    }

    .reviews h2:after,
    .faqs h2:after {
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .reviews .sub-heading,
    .faqs .sub-heading {
        padding: 0;
    }

    .reviews h2,
    .faqs h2 {
        text-align: center;
    }

    .faqs .btn {
        margin: 15px auto 30px auto;
        padding: 7px 35px;
        display: table;
    }

    .object {
        padding-top: 0;
    }

    .reviews-holder {
        width: inherit;
        position: inherit;
        top: inherit;
        right: inherit;
        -ms-transform: none;
        transform: none;
    }

    .how-it-works .step {
        margin: 0 0 15px 0;
        padding: 15px 50px;
    }

    .how-it-works h2 {
        margin: 0 0 10px 0;
    }

    .how-it-works h2 ~ p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px 0;
    }

    .journey {
        padding: 50px 0;
        text-align: center;
    }

    .journey h2 {
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        padding: 0 0 10px 0;
        text-align: center;
    }

    .journey h2:before {
        display: none;
    }

    .journey p {
        margin: 0 0 15px 0;

    }

    .object .object-img {
        position: inherit;
        top: inherit;
        left: inherit;
        width: 100%;
        height: 100%;
        margin: 0 0 30px 0;
    }

    .accordion-item:last-of-type {
        margin: 0;
    }

    .object ul li {
        margin-bottom: 0;
    }

    .fleets .owl-nav .owl-prev {
        position: absolute;
        left: 10px;
    }

    .fleets .owl-nav .owl-next {
        position: absolute;
        right: 10px;
    }

    .form-quote .hint {
        text-align: center;
        padding: 0 0 10px 0;
    }

    .reviews {
        padding: 50px 0;
    }

    footer {
        padding: 30px 0 0 0;
    }

    footer .footer-about {
        padding: 0 30px 30px 0;
    }

    footer .footer-bot {
        margin: 20px 0 0 0;
    }

    footer .copyright {
        margin: 0 0 5px 0;
    }

    footer .copyright,
    footer .footer-payments {
        text-align: center;
    }

    footer .footer-payments li img {
        height: 15px;
    }

    .thankyou-text h2 {
        text-align: center;
        margin: 15px 0 0 0;
    }

    .thankyou-text p {
        margin: 0;
    }

    .thankyou-text {
        padding: 0 0 0 0;
        text-align: center;
    }

    .form-call:before {
        display: none;
    }


    .text p {
        margin: 0 0 30px 0
    }

    .faqs-page,
    .text {
        padding: 100px 0 50px;
    }

}