﻿@charset "utf-8";

/* Media Queries Min */

@media (min-width: 576px ) {
}

@media(min-width: 768px) {
    .no-desktop {
        display: none;
    }
}

@media(min-width: 992px) {
    .no-mobile {
        display: unset;
    }
}

@media(min-width: 1200px) {
    h1 {
        margin-top: 50px;
    }
}

@media(min-width: 1400px) {
}

/* Media Queries Min */

@media (max-width:1450px) {

    /*-- header --*/
    .tour-hound-list ul li {
        font-size: 14px;
    }

    .megamenu .navbar-default .navbar-nav > li > a {
        font-size: 20px;
    }

    .megamenu .navbar-nav > li {
        margin-left: 12px;
    }

    .search-tour {
        font-size: 20px;
        line-height: 1;
        margin-top: 8px;
    }

    .tour-hound-list {
        padding: 25px 0 0 15px;
    }

    .logo {
        width: 100px;
    }

    .search-tour i {
        font-size: 20px;
    }

    .megamenu {
        padding: 10px 15px 0 0;
    }

    .signup-btn {
        min-width: inherit;
        width: 100%;
    }

    /*-- home banner --*/

    .home-page .searchform-container {
        max-width: 1024px;
    }

    .fix-search .home-page .searchform-container {
        max-width: 100% !important;
    }

    .searchform-container {
        padding: 15px;
    }

    .search-calender .form-control {
        padding: 2px 0 12px 50px;
    }

    /*-- map sec --*/
    .maplink-list > ul > li {
        min-width: 180px;
    }

    /*-- popular-tour-sec --*/
    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }

    .popular-tour-slider .slick-prev {
        left: 0;
    }

    .popular-tour-slider .slick-next {
        right: 0;
    }

    .popular-tour-slider {
        padding: 0 15px;
    }

    /*-- inspiration-sec --*/
    .inspiration-slider .slick-prev {
        left: 0;
    }

    .inspiration-slider .slick-next {
        right: 0;
    }

    /*-- comapre-list page --*/
    .compare-item {
        padding: 0 5px;
    }

    .comparetour-btn {
        min-width: inherit;
        display: block;
    }

    .remove-list {
        font-size: 18px;
    }

        .remove-list i {
            margin-right: 10px;
        }

    /*-- tour page --*/
    .tour-banner-slider .slick-next {
        right: -10px;
    }

    .tour-banner-slider .slick-prev {
        left: -10px;
    }

    .tour-banner-item {
        padding: 0 15px;
    }
}

@media (max-width:1199px) {

    h1, h2 {
        font-size: 32px;
    }

    .tour-heading h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 24px;
    }

    h6 {
        font-size: 18px;
    }


    /*-- header --*/
    .logo {
        margin-left: 0;
    }

    .tour-hound-list ul li {
        font-size: 12px;
    }

    .tour-hound-list {
        padding: 6px 0 0;
    }

    .search-tour {
        font-size: 18px;
        margin-top: 4px;
    }

    .megamenu .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }

    .megamenu {
        padding: 4px 15px 0 0;
    }

    .search-tour i {
        font-size: 18px;
    }

    .header-search {
        margin-top: 0;
    }

    .header-mail {
        vertical-align: top;
    }

    .header-compare {
        vertical-align: top;
    }

    .nav2 {
        vertical-align: top;
    }

    .custom-dropdown .dropdown-toggle {
        margin-top: 0;
    }

    .account-dropdown .dropdown-toggle {
        margin-top: 0;
    }

    .megamenu .navbar-nav > li > .dropdown-menu {
        top: 94%;
    }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > a {
            font-size: 18px;
            padding: 2px 5px;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li > a {
            padding: 7px 15px;
        }

    .foo-mail-heading h4 {
        font-size: 20px;
    }

    .mailchimp-field {
        width: 70%;
        padding-right: 15px;
    }

    .sign-up {
        width: 30%;
    }

        .sign-up .signup-btn {
            min-width: inherit;
            display: block;
            width: 100%;
        }

    .nav2 .dropdown-menu {
        padding: 7px 15px;
    }

    .search-btn .btn {
        min-width: inherit;
        display: block;
        width: 100%;
        height: 35px;
        padding: 5px;
    }


    .searchform-fields-item input, .searchform-fields-item select {
        font-size: 16px;
    }

    .search-customlist input {
        background-size: 15px;
    }

    .search-customlist .search-panel-tags {
        background-image: url(../images/type-icn.png);
        background-size: 21px;
    }

    .searchform-fields-item input, .searchform-fields-item select, .search-calender .form-control {
        height: 35px;
    }

    .input-group.date .input-group-addon span {
        font-size: 23px;
    }

    .search-calender .form-control {
        padding: 2px 0 10px 58px;
    }

    .search-duration select {
        background-size: 14px;
    }

    .search-depture input {
        background-size: 20px;
        padding: 7px 0 10px 35px;
    }

    .searchform-fields-item input, .searchform-fields-item select {
        padding: 7px 0 10px 33px;
    }

    .input-group.date .input-group-addon span {
        margin-left: 5px;
        margin-top: 3px;
    }

    .search-calender .form-control {
        padding: 6px 0 10px 41px;
    }

    .search-duration {
        width: 15%;
    }

    .search-depture {
        width: 20%;
    }

    .search-btn {
        width: 16%;
    }

    .btn {
        font-size: 18px;
    }



    /*-- home banner sec --*/

    .home-page .searchform-container {
        max-width: 880px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 35px;
    }

    .slick-next {
        right: 5px;
    }

    .slick-prev {
        left: 5px;
    }

    .banner-content h1 span {
        font-size: 48px;
    }

    .banner-content h2 span {
        font-size: 48px;
    }

    .home-banner-sec {
        height: 680px;
    }

    .banner-content {
        top: 40%;
    }

    .search-form {
        margin-top: 400px;
    }

    /*-- find-tour-sec --*/

    .find-tour-sec {
        padding: 40px 0 15px;
    }

    .find-tour-content h2 {
        margin-bottom: 15px;
    }

    .find-tour-content h5 {
        font-size: 22px;
    }

    .tour-intro-content h2 span {
        font-size: 65px;
        margin-right: 15px;
    }

    .tour-intro-content {
        padding: 15px 20px;
    }


    /*-- map-sec --*/

    .map-sec {
        padding: 50px 0;
    }

    .map-img-wrap {
        max-width: 900px;
    }

    .map-link {
        padding: 10px;
        font-size: 18px;
    }

        .map-link span {
            font-size: 14px;
        }

    .maplink-list > ul > li {
        min-width: 150px;
    }

    .europe {
        top: 24.2%;
        left: 41%;
    }

    .africa {
        top: 63.4%;
    }

    /*-- member-rebate-sec --*/

    .member-rebate-sec {
        padding: 50px 0;
    }

    /*-- popular-tour-sec --*/

    .tourlink-content {
        padding: 0 15px;
    }

    .place-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .tour-link {
        height: 240px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 30px;
    }

    .tour-items {
        padding-bottom: 30px;
    }

    /*-- tour-tab-sec --*/

    .tour-tab-sec {
        padding: 30px 0;
    }

    .tourtab-heading > ul > li > a {
        font-size: 20px;
    }

    .touroverview-content {
        padding: 0;
    }

    .close-tab {
        top: 0;
    }

    .touroverview-content p {
        font-size: 16px;
    }

    .touroverview-info {
        padding-top: 0;
    }

    .touroverview-days strong {
        font-size: 20px;
    }

    .touroverview-info p {
        font-size: 14px;
    }

    .secondary-btn {
        font-size: 18px;
        min-width: 140px;
    }

    .touroverview-content .secondary-btn {
        margin-top: 75px;
    }

    .similartour-list .tour-link {
        height: 215px;
    }

    /*-- inspiration-sec --*/

    .inspiration-sec {
        padding: 30px 0;
    }

    .inspiration-content h4 {
        margin-bottom: 20px;
    }

    .inspiration-content .secondary-btn {
        padding: 10px;
        min-width: 150px;
        margin-top: 0;
    }

    .inspiration-img {
        height: 350px;
    }

    /*-- footer sec --*/

    /* .foo-pin {
        width: 50px;
        margin-bottom: -25px;
    }
      

    .foo-mail-chimp {
        padding: 30px 0;
    }
        */

    .foo-sec {
        padding: 30px 0;
    }

    .foo-call a {
        font-size: 18px;
    }

    .foo-call i {
        font-size: 20px;
    }

    .foo-sec h6 {
        font-size: 18px;
    }

    .foo-logo {
        width: 100px;
    }

    .social-list a {
        font-size: 28px;
    }

    .foo-follow-col {
        padding-top: 27px;
    }

    .foo-call {
        padding: 22px 0 0 0;
    }

    .foo-disc {
        padding: 0;
    }

    .footer-main {
        padding: 20px 0;
    }

    /*-- tour page --*/

    .breadcrumb {
        font-size: 12px;
    }

    .tour-detail-sec {
        padding: 10px 0;
    }

        .tour-detail-sec .traveller-btns {
            margin: 0px 0px 20px;
        }


    .tour-banner-item {
        padding: 0 20px;
    }

    .tour-banner-slider .slick-prev {
        left: -5px;
    }

    .tour-banner-slider .slick-next {
        right: -5px;
    }

    .tour-banner {
        /*height: auto;*/
    }

    .slick-dots li button {
        height: 12px;
        width: 12px;
    }

    .tour-tabing-sec {
        /* padding: 30px 0 0;*/
    }

    .resp-tabs-container {
        margin: 10px 0 0;
    }


    .horizontalTab .resp-tabs-list li {
        font-size: 20px;
        margin-right: 15px;
    }

    .res-tourtab-detail {
        padding: 30px 0;
    }

    .overviewtab p {
        font-size: 16px;
        padding: 0;
    }

    .overview-row {
        padding: 10px 0 0;
    }

    .custom-checklist ul li {
        padding: 0 0 5px 30px;
        margin-bottom: 5px;
    }

        .custom-checklist ul li:before {
            font-size: 18px;
            top: 3px;
        }

    .overview-list ul li span {
        font-size: 18px;
    }

    .overview-list ul li {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .enquire-box {
        padding: 20px;
        margin-top: 100px;
    }

    .enquire-box2 {
        margin-top: auto;
    }

    .enquire-box h6 {
        margin-bottom: 5px;
    }

    .inc-flight strong {
        font-size: 20px;
    }

    .inc-flight {
        margin-bottom: 5px;
    }

    .charge {
        margin-bottom: 10px;
    }

    .book-btn {
        padding: 10px;
        margin-bottom: 10px;
    }

    .enquire-btn {
        padding: 10px;
        margin-bottom: 20px;
    }

    .accordion-title {
        font-size: 18px;
        padding: 5px 25px;
    }

    .accrodian-icn {
        width: 15px;
        left: 0;
    }

    .accordion-title:before {
        font-size: 15px;
        right: 0;
    }

    .accordion-content {
        padding: 0 0 0 25px;
    }

    .customer-reviews {
        padding: 0;
    }

        .customer-reviews label {
            font-size: 18px;
        }

    .customer-review-list {
        padding: 20px 0 0;
    }

    .c-rating {
        margin-right: 15px;
    }

    .avalable-date-table {
        padding: 20px 0;
    }

        .avalable-date-table th {
            font-size: 18px;
        }

        .avalable-date-table td {
            padding: 10px 3px;
        }

            .avalable-date-table td strong {
                font-size: 18px;
            }


    .mfp-close {
        font-size: 40PX;
        width: 25px;
        height: 40px;
        top: -40px;
        right: -6px;
    }

    .mfp-content {
        margin: 60px 0;
        padding: 15px;
    }

    #enquire-form-sec h5 {
        font-size: 20px;
    }

    #visit-form-sec h5 {
        font-size: 20px;
    }

    .popup-call {
        padding: 0 0 20px;
    }

    .enquire-call a {
        font-size: 18px;
    }

    .enquire-call i {
        font-size: 18px;
    }

    .enquire-call {
        padding-bottom: 5px;
    }

    .enquire-form .enquire-row > label {
        font-size: 18px;
    }

    .enquire-filed {
        height: 35px;
    }

    .enquire-row #datepicker {
        background-size: 18px;
    }

    textarea.enquire-filed {
        height: 100px;
    }

    .visit-call a {
        font-size: 18px;
    }

    .visit-call i {
        font-size: 18px;
    }

    .visit-call {
        padding-bottom: 5px;
    }

    .visit-form .visit-row > label {
        font-size: 18px;
    }

    .visit-filed {
        height: 35px;
    }

    .visit-row #datepicker {
        background-size: 18px;
    }

    textarea.visit-filed {
        height: 100px;
    }


    /*-- comapare-list page --*/


    .comparelist-img {
        height: 150px;
    }

    .comapare-heading {
        padding: 30px 0;
    }

    .comapare-detail {
        padding: 10px;
    }

        .comapare-detail h5 {
            font-size: 20px;
            margin-bottom: 10px;
        }

    .compare-phase1 strong {
        font-size: 16px;
    }

    .compare-title li {
        font-size: 16px;
    }

    .compare-phase2 i.fa-check {
        font-size: 24px;
    }

    .comapare-include-icn1 {
        width: 20px;
    }

    .compare-title.compare-phase2 ul li {
        padding-left: 28px;
    }

    .remove-list {
        font-size: 16px;
    }

    /*-- search page --*/



    .search-heading {
        padding: 30px 0 20px;
    }

    .filter-btn img {
        width: 18px;
    }

    .group-traveller img {
        width: 20px;
    }

    .white-btn img {
        margin-right: 10px;
    }

    .single-traveller img {
        width: 13px;
    }

    .sort-btn img {
        width: 18px;
    }

    .view-btn img {
        width: 36px;
    }

    .filter-table th {
        font-size: 18px;
    }

    .filter-price strong {
        font-size: 18px;
    }

    .filter-compare {
        width: 30px;
        height: 33px;
    }

    .facilities-check .fa-check {
        font-size: 20px;
    }

    .filter-table {
        padding-bottom: 20px;
    }

    .view-table-row {
        padding: 10px 0 0;
    }

    .search-result-sec {
        padding-bottom: 30px;
    }

    .selcted-filter {
        padding: 20px 0 55px;
    }

    .filter-table td {
        padding: 10px;
    }

    .grey-btn {
        min-width: 150px;
    }

    .selcted-filter li {
        padding-right: 30px;
    }


    .filter-detail-col {
        min-height: 300px;
    }

    .filter-days {
        font-size: 22px;
        left: 15px;
    }

    .filter-bg-content {
        padding: 0 15px;
    }

    .filter-list-content {
        padding: 30px 0 15px;
    }

    .tour-map img {
        margin-right: 5px;
        width: 12px;
    }

    .tour-map {
        margin-left: 15px;
    }

    .filter-list-left {
        padding-right: 15px;
    }

    .filter-list-right {
        padding-top: 5px;
        width:100%;
    }

    .filter-list-fetaures {
        padding: 20px 0 0;
    }
    /*2 columns on a tablet*/
    .three-columns {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }


    /*New hound banners*/

    .home-hound-background {
        background-image: url('/images/backgrounds/Homepage-Tablet-Hound.jpg');
    }

    .home-banner-content h1 {
        font-size: 35px;
    }

    .home-banner-content .hound h1 {
        margin-left: 42%;
    }

    .home-banner-content .search {
        margin-top: 200px;
    }

    .filter-panel {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .tabOnly {
        display: block;
    }

    .stickyClone {
        height: 83px;
    }

    .popular-compare {
        top: 0px;
    }

    .popular-compare-selected {
        top: 0px;
    }


    .noMob {
        display: none;
    }

    .mobOnly {
        display: block;
    }


        /*Popup Form*/
        .mobOnly .enquire-btn {
            margin-bottom: 0px;
        }


    .emailInput {
        padding: 10px 0px;
    }

    .searchform-fields small {
        font-size: 70%;
    }

    .visit-row {
        margin-bottom: 0px;
    }

    .visit-filed {
        width: auto;
    }

    .mfp-content {
        padding: 0px;
        margin-top: 30px;
    }

    .showMore__message h6 {
        margin-bottom: 0px
    }

    #visit-form-sec p {
        margin: 10px 10px;
    }

    #visit-form-sec img {
        max-height: 75px;
        margin-top: 10px;
    }

    #visit-form-sec {
        font-size: 0.9em;
    }

    .showMore.horizontalTab .resp-tabs-list li span {
        font-size: 14px;
    }

    .tour-inline .tour-banner {
        height: 300px;
    }

    .resp-tabs-container .dates-tab {
        max-height: 300px;
        overflow-y: scroll;
    }

    /*Set slide out filters for ipad and below*/
    .checklist {
        padding: 10px 0 0;
        overflow-y: auto;
        overflow-x: hidden;
        border: none;
    }

    .sidebar-field-col {
        margin-bottom: 12px;
        float: unset;
        width: 100%;
    }

    .filter-panel {
        overflow-y: scroll;
        padding: 24px 26px;
        height: 100%;
        background: #fff;
        max-width: 371px;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: 9999;
        box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
        -o-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
        -ms-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.5);
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .results-panel {
        width: 100%;
        float: none;
    }

    .filter-btn {
        display: inline-block;
    }

    .close-filter {
        display: inline-block;
    }
    /*fix for .bindSlickSlider asaptive height set to height of device*/
    .compare-slider {
        height: 2000px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .megamenu .navbar-nav > li > .dropdown-menu > .Partners, .megamenu .navbar-nav > li > .dropdown-menu > .Tour_Types {
        webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }


    /*-- --*/

    h1, h2 {
        font-size: 28px;
    }

    .tour-heading h2 {
        font-size: 20px;
    }

    .blog h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 23px;
    }

    h6 {
        font-size: 16px;
    }
    /*-- header --*/


    .mail-icn {
        margin-right: 10px;
    }

    .search-tour:before {
        display: none;
    }

    .search-tour {
        font-size: 0;
        margin-top: 0;
        padding-bottom: 0;
    }

        .search-tour:hover, .search-tour:focus {
            color: #b61615;
        }

    .compare-value {
        display: none;
    }

    .compare-value {
        display: none;
    }

    .nav2 {
        display: none;
    }

    .tour-hound-list {
        display: none;
    }

    .search-tour i {
        margin: 2px 0 0;
        font-size: 20px;
    }

    .navbar-toggle {
        position: absolute;
        right: 15px;
        top: 34px;
        padding: 0;
        margin: 0;
        width: 25px;
        height: 25px;
        border: 0;
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        display: block;
        background: #fff;
        height: 2px;
        width: 100%;
        margin-bottom: 6px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

        .navbar-default .navbar-toggle .icon-bar:nth-child(1) {
            transform: rotate(-45deg);
        }

        .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
            opacity: 0;
        }

        .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
            transform: rotate(45deg);
            margin-top: -17px;
        }

    .navbar-default .navbar-toggle.collapsed .icon-bar {
        transform: none;
        margin-top: 0;
        opacity: 1;
    }

    .header-right {
        padding: 15px 40px 0 0;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent;
    }

    .header-bg {
        padding: 15px 0;
    }

    .megamenu .navbar-collapse {
        z-index: 3;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        top: 100%;
        max-height: 400px !important;
        overflow-y: auto !important;
    }

    .megamenu .navbar-nav > li {
        margin: 0;
        padding: 0;
        float: none;
        display: block;
        clear: both;
    }

    .megamenu .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #000;
        padding: 5px;
    }

    .megamenu .navbar-default .navbar-nav > .active > a, .megamenu .navbar-default .navbar-nav > .active > a:hover, .megamenu .navbar-default .navbar-nav > .active > a:focus {
        color: #b61615;
    }

    .megamenu {
        text-align: left;
        padding: 0;
    }

        .megamenu .navbar-nav {
            margin: 0;
        }

        .megamenu .navbar-collapse {
            padding: 15px;
        }

        .megamenu .navbar-nav a {
            border-bottom: 1px solid #e3e3e3;
        }

    .mob-menu {
        display: block !important;
    }

    .megamenu .dropdown-menu {
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        position: static;
        margin: 0;
        padding: 0;
        display: block;
    }

    .megamenu .navbar-nav > li > a:before {
        display: none;
    }

    .megamenu .navbar-nav > li > .dropdown-menu {
        padding: 0;
        width: 100%;
        display: none;
    }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list {
            display: none;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li {
            width: 100%;
            padding: 0;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list li {
            position: relative;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > a {
            padding: 5px 15px;
            font-size: 16px;
            color: #999;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li > .title {
            padding: 5px 15px;
            font-size: 16px;
            color: #999;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li > a {
            padding: 5px 30px;
        }

        .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li:hover > a, .megamenu .navbar-nav > li > .dropdown-menu > .nav-list > li .nav-list > li:focus > a {
            padding: 5px 30px;
        }

    .megamenu .arrow {
        z-index: 1;
        color: #626a6e;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 25px;
        text-align: center;
        top: 3px;
    }

        .megamenu .arrow:before {
            content: "\f078";
            font-family: FontAwesome;
        }

    .megamenu .navbar-nav > li {
        position: relative;
    }

    .megamenu li.active > .arrow {
        top: 4px;
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
    }

    .header-mail-chimp {
        top: 100%;
    }

    .foo-mail-heading {
        padding: 0 0 10px;
        text-align: left;
    }

    .mailchimp-field input {
        height: 35px;
    }

    .sign-up .signup-btn {
        height: 35px;
        padding: 0 10px;
    }

    .foo-mail-heading h4 {
        font-size: 18px;
    }

    .tag-icn {
        width: 20px;
    }

    .custom-dropdown .dropdown-toggle {
        margin-right: 0;
    }

    .account-dropdown .dropdown-toggle {
        margin-right: 0;
    }

    .logo {
        margin-left: 0;
    }

    .header-search {
        margin-right: 5px;
    }

    .compare-icn {
        width: 25px;
    }

    .header-compare .dropdown-menu {
        top: 100%;
        min-width: 350px;
        padding: 10px;
    }

    .header-compare-text {
        padding: 5px 0;
    }

    .header-compare .dropdown-menu li {
        font-size: 18px;
    }

    .header-compare .dropdown-menu > li > a.btn {
        margin: 10px 0;
        min-width: inherit;
    }

    .header-compare .dropdown-menu > li > a.remove-compare {
        top: 0;
    }

    .home-banner-slider .slick-arrow {
        display: none !important;
    }

    .home-page .searchform-container {
        max-width: 100%;
    }

    .home-page .search-form {
        padding: 0 15px;
    }

    .fix-search .home-page .search-form {
        padding: 0;
    }

    .searchform-fields-item input, .searchform-fields-item select {
        padding: 0 0 0 40px;
    }

    .searchform-container {
        border-width: 3px;
    }

    .input-group.date .input-group-addon span {
        margin-left: 5px;
        font-size: 20px;
    }

    .search-calender .form-control {
        padding: 0 0 0 40px;
    }

    .search-duration select {
        background-size: 12px;
    }

    .search-duration select {
        background-position: 5px center;
    }

    .fix-search .search-duration select {
        background-position: 12px 7px;
    }

    .input-group.date .input-group-addon span {
        margin-top: 0;
    }

    .search-depture input {
        background-size: 16px;
    }

    .input-group-addon {
        top: 6px;
    }

    .searchform-container {
        padding: 10px;
    }

    .home-banner-sec {
        height: 550px;
    }

    .smallimage .home-banner-sec {
        height: 400px;
    }

    .banner-content h1 span {
        font-size: 36px;
    }

    .banner-content h2 span {
        font-size: 36px;
    }

    .search-form {
        margin-top: 315px;
    }

    .banner-content {
        top: 38%;
    }

    .searchform-fields-item {
        padding: 0 5px;
    }

    .searchform-fields {
        margin: 0 -5px;
    }

    /*-- find-tour-sec --*/

    .find-tour-content h5 {
        font-size: 20px;
    }

    .find-tour-content {
        padding: 0 0 30px;
    }

    .tour-intro-content h2 {
        display: inline;
        width: 50%;
    }

    .tour-intro-content span {
        margin-left: 50px;
    }

    .tour-intro {
        max-width: 100%;
    }

    .tour-intro-content .icon {
        margin-top: 0px;
        margin-left: 15px;
        width: 25px;
        margin-bottom: 7px;
    }

    .tour-intro > ul > li {
        padding-bottom: 15px;
        padding-left: 0px;
        background: none;
        float: none;
        width: 100%;
        clear: both;
    }

    .tour-intro .tour-detail img {
        float: left;
        margin-right: 20px;
    }

    .tour-intro .tour-detail p {
        padding-top: 20px;
        text-align: left;
    }

    /*-- map-sec --*/
    .map-link {
        font-size: 16px;
    }

    .maplink-list > ul > li {
        min-width: 130px;
    }

    /*-- popular-tour-sec --*/

    .tour-link {
        height: 210px;
    }

    .tour-items {
        padding: 0 10px 30px;
    }

    .touroverview-img {
        margin-bottom: 15px;
    }

    /*-- footer sec --*/

    .foo-sec h6 {
        font-size: 16px;
    }

    .foo-call a {
        font-size: 16px;
    }

    .social-list a {
        font-size: 24px;
    }

    .foo-follow-col {
        width: 19%;
    }

    .foo-socail-col {
        width: 33%;
    }

    .foo-disc-nav {
        margin-left: 0;
    }

    .foo-disc-nav {
        font-size: 13px;
    }

    .copy-right ul li {
        font-size: 13px;
    }

    .foo-follow-col {
        padding-top: 25px;
    }

    .foo-call {
        padding: 19px 0 0 0;
    }

    /*-- tour page --*/



    .overview-list ul li span {
        font-size: 16px;
    }

    .book-btn {
        width: 250px;
        margin: 0 auto 10px;
    }

    .enquire-btn {
        width: 200px;
        margin: 0 auto 15px;
    }

    /*-- comapare-list page --*/

    .comparelist-img {
        height: 350px;
    }

    .compare-heading-col {
        display: none;
    }

    .comapare-heading hr {
        display: block;
    }

    .comapare-heading {
        padding: 30px 0 15px;
    }

    .comapare-detail h5 {
        height: auto !important;
    }

    .compare-cell ul li {
        height: auto !important;
    }

    .compare-logo {
        height: auto;
        min-height: inherit;
        margin-bottom: 30px;
    }

    .vertical-center {
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

    .compare-logo img {
        margin: 0 auto;
    }

    .compare-slider .slick-arrow {
        top: 23%;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
    }

    .compare-rating img {
        display: block;
        margin: 0 auto;
    }

    .comparetour-btn {
        min-width: 150px;
        display: inline-block;
    }

    .compare-phase label {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin-left: -4px;
        padding-left: 4px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .compare-phase2 small {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        font-style: normal;
        margin: 0;
        text-transform: uppercase;
        display: block;
        margin-bottom: 12px;
    }

    .compare-phase2, .compare-phase3, .compare-phase4 {
        text-align: left;
    }

        .compare-phase2 i.fa-check {
            width: 50%;
            text-align: center;
        }

        .compare-phase2 label {
            padding-left: 40px;
        }

        .compare-phase3 ul ul {
            width: 50%;
            display: inline-block;
            vertical-align: middle;
            margin-left: -4px;
        }

    .compare-rating {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -4px;
    }

        .compare-rating img {
            margin: 0;
        }

    .comapare-include-icn1 {
        top: 4px;
    }


    /*-- search page --*/

    .filter-listing-item {
        padding-right: 0;
    }

    .selcted-filter .fa-times {
        font-size: 18px;
        margin-right: 5px;
    }

    .selcted-filter li {
        line-height: 1.3;
        padding-right: 15px;
        font-size: 13px;
    }

    .filter-table th {
        font-size: 16px;
    }

    .filter-price strong {
        font-size: 16px;
    }

    .filter-table td:nth-child(4) {
        width: 18%;
    }

    .filter-table td:nth-child(6) {
        width: 15%;
    }

    .filter-table td:nth-child(5) {
        width: 7%;
    }

    .facilities-check .fa-check {
        font-size: 18px;
    }

    .filter-table td {
        padding: 10px 5px;
    }

    .grey-btn {
        padding: 10px;
    }

    select.sidebar-field {
        background-size: 15px;
    }

    .filterpanel-heading a {
        background-size: 15px;
    }

        .filterpanel-heading a:before {
            width: 15px;
            height: 9px;
        }

    .sidebar-field {
        height: 40px;
    }

    #datepicker.sidebar-field {
        background-size: 20px;
    }

    .custom-chk label:before, .custom-chk label::after {
        width: 20px;
        height: 20px;
    }

    .filterpanel-heading {
        padding-bottom: 10px;
    }

    .filterpanel-item {
        padding-bottom: 20px;
    }

    .close-filter {
        width: 20px;
        height: 20px;
    }

    .filter-heading img {
        width: 20px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .filter-heading hr {
        margin: 15px 0;
    }

    .mob-filter-head {
        display: inline-block;
    }

    .range-slider .ui-slider .ui-slider-handle {
        width: 18px;
        height: 18px;
        border-width: 3px;
    }

    .range-slider .ui-slider-horizontal .ui-slider-handle {
        top: -7px;
    }

    .custom-chk label:after {
        top: 2px;
        font-size: 16px;
    }

    .custom-chk label {
        padding-left: 30px;
        vertical-align: top;
        margin-top: -1px;
    }

    .multi-select .fa-times {
        font-size: 18px;
        vertical-align: middle;
    }


    .filter-detail-bgcol {
        padding-left: 0;
        min-height: 300px;
    }

    .filter-listing-item > .row {
        padding: 0 15px;
    }

    .filter-detail-col {
        height: auto !important;
    }

    .filter-col {
        border: 1px solid #e3e3e3;
    }

    .filter-days {
        font-size: 20px;
    }

    .filght-price strong {
        font-size: 22px;
    }

    .filter-list-fetaures label {
        min-width: 45%;
    }

    /*Do not fix titles on a mobile*/
    .filter-table .search-titles-fixed {
        position: relative;
    }


    /*NEW MENU OPTIONS*/

    .headerAnchors {
        margin-top: 6px;
        width: 100%;
        margin-right: 14px;
        font-weight: bold;
        display: initial !important;
    }

        .headerAnchors a {
            color: #fff;
            text-decoration: underline;
            font-size: 12px;
            display: inline-block !important;
        }

    .showTop {
        position: fixed;
        top: 5px;
        right: 5px;
    }

        .showTop .compare-icn {
            width: 15px;
            margin-right: 5px;
        }

        .showTop .account-dropdown .dropdown-toggle {
            width: 15px
        }
}

@media (max-width:767px) {
    /*-- responsive tab --*/
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }


    /*-- --*/

    body {
        font-size: 14px;
    }

    h1, h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /*-- header --*/

    .btn {
        font-size: 16px;
    }

    .header-compare .dropdown-menu li {
        font-size: 16px;
    }

    .header-mail {
        display: none;
    }

    .dropdown.open .dropdown-menu.search-form {
        display: block !important;
    }

    /*-- home banner --*/

    .fix-search .search-form {
        position: absolute;
    }

    .search-form {
        display: none;
        top: 100%;
    }

    .home-page .search-form {
        margin: 0;
        padding: 0;
    }

    .search-form {
        display: none;
        box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.7);
        -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.7);
        -ms-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.7);
        -o-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.7);
    }

    .home-page .header-bg {
        position: relative;
    }

    .searchform-container {
        border: 0;
    }



    .searchform-fields-item {
        width: 100%;
        margin-bottom: 5px;
        padding: 0 15px;
    }



    .searchform-fields {
        margin: 0 -15px;
    }

    .searchform-container {
        padding: 20px 15px;
    }

    .searchform-fields-item input, .searchform-fields-item select {
        background-position: 0px center;
        padding: 0 0 0 30px;
    }

    .searchfrom-keywords input {
        width: 330px;
        background-position: right;
    }

    .searchform-fields .clear {
        width: 0px;
    }



    .input-group {
        width: 100%;
    }

        .input-group.date .input-group-addon span {
            margin-left: 2px;
        }

    .home-page .header-sec {
        position: fixed;
    }

    .search-btn .btn {
        margin-top: 10px;
    }

    .banner-content {
        padding: 0 15px;
    }

        .banner-content h1 span {
            font-size: 30px;
        }

        .banner-content h2 span {
            font-size: 30px;
        }

    .banner-fetch {
        display: none;
    }

    .hound-quote {
        margin: auto 0px;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 35px;
    }
    /* hide calendar on mobile
    .search-calender {
        display: none;
    }
        */

    .search-duration {
        display: none;
    }

    .fix-search .search-calender {
        display: block;
    }

    .fa-calendar:before {
        font-size: 22px;
    }





    /**/
    .home-banner-sec {
        height: 480px;
    }

    .smallimage .home-banner-sec {
        height: 400px;
    }

    .mob-search {
        display: block;
    }

    .map-content hr {
        display: block;
    }

    /*-- find-tour-sec --*/

    .find-tour-sec {
    }

    .find-tour-content h5 {
        font-size: 18px;
    }

    .find-tour-sec .pull-right {
        float: none !important;
    }

    .tour-intro-content h2 span {
        font-size: 40px;
        position: relative;
        top: -3px;
    }

    .tour-intro-content {
        padding: 16px 15px 11px;
    }

    .tour-intro .tour-detail img {
        float: left;
        margin-right: 20px;
        width: 100px;
        height: auto;
    }

    .tour-intro .tour-detail p {
        padding-top: 20px;
        text-align: left;
    }


    .map-img-wrap {
        display: none;
    }

    .mob-map-sec {
        display: block;
    }

    .mob-map-link {
        padding: 15px;
        margin: 0 -15px;
        background: #00a13a;
        text-align: center;
        display: block;
        min-height: 280px;
    }

        .mob-map-link:hover, .mob-map-link:focus {
            opacity: 0.8;
        }

    .mob-map-sec [class*="col-"] {
        width: 50%;
        float: left;
    }

        .mob-map-sec [class*="col-"]:nth-child(2n+1) {
            clear: both;
        }

    .mob-map-link span {
        display: block;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 15px;
    }

    .mob-map-link img {
        display: block;
        margin: 0 auto;
        width: auto;
    }

    .mob-map-link1 {
        background: #00a13a;
    }

    .mob-map-link2 {
        background: #702283;
    }

    .mob-map-link3 {
        background: #fdc100;
    }

    .mob-map-link4 {
        background: #0080c9;
    }

    .mob-map-link5 {
        background: #ef7d00;
    }

    .mob-map-link6 {
        background: #e6007e;
    }


    /*-- tour-tab-sec --*/

    .touroverview-img {
        margin-bottom: 20px;
    }

    .similartour-list [class*="col-"] {
        width: 50%;
        float: left;
    }

    .secondary-btn {
        font-size: 16px;
        padding: 5px;
    }

    .touroverview-content {
        text-align: center;
    }

    .touroverview-info {
        width: 100%;
    }

    .touroverview-content .secondary-btn {
        float: none;
        margin-top: 20px;
    }

    .touroverview-info p {
        margin-bottom: 15px;
    }


    /*-- inspiration-sec --*/
    .inspiration-content {
        padding: 0 15px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .inspiration-img {
        height: 300px;
    }

    /*-- foo-sec --*/

    .foo-sec {
        text-align: center;
    }

        .foo-sec .row .row [class*="col-"] {
        }

    .foo-follow-col {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .foo-socail-col {
        width: auto;
        display: inline-block;
    }

    .foo-call-col {
        width: 100%;
        padding-bottom: 10px;
    }

    .foo-logo-col {
        width: 100%;
    }

    .foo-disc-nav ul li {
        display: block;
        float: none;
        margin: 0 0 5px;
    }

    .foo-disc-nav {
        padding-bottom: 15px;
    }

    .foo-disc {
        text-align: center;
    }

    .foo-links {
        text-align: center;
        padding-left: 0px;
    }

    .copy-right {
        margin: 0;
        text-align: center;
    }

        .copy-right ul li {
            display: inline-block;
            float: none;
        }

    .foo-socail-col .social-list {
        padding: 0;
    }

    .foo-sec h6 {
        margin-bottom: 5px;
    }

    .foo-follow-col {
        padding-top: 7px;
    }


    /*-- tour page --*/

    .world-exp {
        width: 110px;
        margin: 3px 0 0 15px;
    }



    .tour-compare {
        width: 30px;
        height: 20px;
        left: 15px;
        top: 15px;
    }

    h3.resp-accordion {
        display: block;
        font-size: 22px;
        color: #702283;
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
    }

        h3.resp-accordion span {
            display: block;
        }

    .resp-arrow {
        position: absolute;
        color: #626a6e;
        right: 11px;
        top: 3px;
        line-height: 1;
        display: block;
        font-size: 18px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

        .resp-arrow:before {
            content: "\f078";
            font-family: FontAwesome;
            position: relative;
            display: block;
        }

    .resp-tab-active .resp-arrow:before {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }

    .res-tourtab-detail {
        padding: 15px 0;
    }

    .overviewtab p {
        font-size: 15px;
    }

    .overview-list {
        margin-bottom: 15px;
    }

    .resp-tab-content > h3 {
        display: none;
    }

    .customer-reviews label {
        font-size: 16px;
        width: 50%;
    }

    .avalable-date-table td strong {
        font-size: 16px;
    }

    .avalable-date-table th {
        font-size: 16px;
    }

    .enquire-form .enquire-row > label {
        font-size: 16px;
    }

    .enquire-call a {
        font-size: 16px;
    }

    .enquire-call i {
        font-size: 16px;
    }

    #enquire-form-sec .enquire-option {
        padding: 20px 0;
    }

        #enquire-form-sec .enquire-option .num {
            margin-right: 20px;
        }

        #enquire-form-sec .enquire-option .mid small {
            display: none;
        }

        #enquire-form-sec .enquire-option a {
            right: 5px;
            width: 140px;
        }

        #enquire-form-sec .enquire-option .tel-btn:before {
            top: 6px;
        }


    .visit-form .visit-row > label {
        font-size: 16px;
    }

    .visit-call a {
        font-size: 16px;
    }

    .visit-call i {
        font-size: 16px;
    }

    #visit-form-sec .visit-option {
        padding: 20px 0;
    }

        #visit-form-sec .visit-option .num {
            margin-right: 20px;
        }

        #visit-form-sec .visit-option .mid small {
            display: none;
        }

        #visit-form-sec .visit-option a {
            right: 5px;
            width: 140px;
        }


    #visit-banner-form-sec .visit-option {
        padding: 20px 0;
    }

        #visit-banner-form-sec .visit-option .num {
            margin-right: 20px;
        }

        #visit-banner-form-sec .visit-option .mid small {
            display: none;
        }

        #visit-banner-form-sec .visit-option a {
            right: 5px;
            width: 140px;
        }

    /*-- comapare-list page --*/
    .compare-slider .slick-arrow {
        top: 23%;
    }

    /*-- search page --*/

    .filter-table table {
        width: 767px;
    }

    .filter-table {
        overflow-y: auto;
        max-width: 100%;
    }

    .filter-btn {
        margin-right: 10px;
    }

    .search-btn-right {
        clear: both;
        margin-top: 10px;
        float: left;
    }

    .selcted-filter li {
        padding-bottom: 5px;
    }

    .filter-btn {
        margin-bottom: 10px;
    }

    .view-btn {
        margin-left: 10px;
    }

    .view-table-row {
        padding: 30px 0 0;
    }

    .filght-price strong {
        font-size: 20px;
    }

    .tour-map {
        margin-left: 0;
    }

    .filter-col {
        min-height: auto;
    }

    .filter-list-content {
        padding: 10px 0 10px;
    }

    .filter-listing-item .showMore__message h6 {
        font-size: 12px;
    }
    /*
    .filter-list-logo {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

    .filter-list-left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

        .filter-list-left .filter-list-fetaures {
            text-align: left;
        }*/
    .filter-list-logo {
        float: left;
        height:50px;
    }

    .filter-list-fetaures {
        text-align: center;
    }

    .filter-list-right {
        width: 100%;
        padding: 0px 0 0;
    }

    .flight-discount {
        width: 100%;
        margin: 0 auto 15px;
    }

    .flight-btn {
        width: 100%;
        margin: 0 auto 15px;
    }

    .flight-tour-btn {
        width: 100%;
        margin: 0 auto 15px;
    }

    .filter-listing-item {
        padding-bottom: 15px;
    }

    .filter-bg-content {
        bottom: 15px;
    }

    .home-banner-content {
        padding-top: 0px;
        margin-top: -50px;
    }

        .home-banner-content .hound {
            top: 50%;
        }


    .banner-content {
        top: 60%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .filter-included {
        text-align: center;
    }

    /*Do not fix titles on a mobile*/
    .filter-table .search-titles-fixed {
        position: relative;
    }

    /*single columns on a mobile*/
    .three-columns {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }


    /*New hound banners*/

    .home-hound-background {
        background-image: url('/images/backgrounds/Homepage-Mobile-Hound.jpg');
    }



    .home-banner-content .hound h1 {
        margin-left: 39%;
        font-size: 16px;
    }

        .home-banner-content .hound h1 span {
            font-size: 17px;
        }


    .home-banner-content .scs {
        margin-top: -20px;
    }

    .home-banner-content .search {
        margin-top: 120px;
    }

    .search-heading .quote {
        font-size: 18px;
        line-height: 25px;
        padding-top: 0px;
    }
}

@media (max-width:640px) {
    .popular-compare {
        top: -40px;
    }

    .popular-compare-selected {
        top: -40px;
    }
    /*-- header --*/

    .bootstrap-datetimepicker-widget {
        max-width: 280px;
    }

    /*Do not fix titles on a mobile*/
    .filter-table .search-titles-fixed {
        position: relative;
    }

    .tour-intro-content .icon {
        width: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width:480px) {


    h1, h2 {
        font-size: 24px;
    }

    .tour-heading h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .search-heading h1 {
        font-size: 18px;
    }

    /*-- header --*/

    .tag-icn {
        width: 18px;
        margin-right: 10px;
        vertical-align: top;
    }

    .foo-mail-heading h4 {
        font-size: 16px;
        width: 80%;
    }

    .mailchimp-field {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .sign-up {
        width: 100%;
    }

    .mail-icn {
        margin-right: 10px;
    }

    .logo {
        width: 90px;
    }

    .header-compare .dropdown-menu {
        min-width: 273px;
        right: -50px;
        margin-top: 28px
    }

    .header-bg {
        padding: 15px 0 20px;
    }





    /*-- home banner --*/


    .banner-content h1 span {
        font-size: 26px;
    }

    .home-banner-content .hound span {
        font-size: 21px;
    }

    .banner-content h2 span {
        font-size: 26px;
    }

    /*-- find-tour-sec --*/


    .find-tour-content h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .find-tour-content {
        padding: 0 0 15px;
        max-width: 415px;
        margin: 0 auto;
    }

    .tour-intro-content h2 span {
        font-size: 34px;
    }



    /*-- map sec --*/

    .mob-map-sec [class*="col-"] {
        width: 100%;
    }

    .mob-map-link span {
        font-size: 18px;
    }

    .mob-map-link {
        min-height: inherit;
    }

    /*-- popular-tour-sec --*/

    .popular-tour-slider .slick-list {
        overflow: inherit;
    }

    .popular-tour-sec {
        overflow: hidden;
    }

    .popular-tour-slider {
        margin: 0;
        padding: 0;
    }

    .tour-items {
        padding: 0 2px 30px;
    }

    .popular-tour-slider .slick-prev {
        left: -15px;
    }

    .popular-tour-slider .slick-next {
        right: -15px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 28px;
    }

    .tour-link {
        position: relative;
    }

    .slick-slide .tour-link:after {
        background: rgba(255,255,255,0.75);
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .popular-tour-slider .slick-current .tour-link:after {
        opacity: 0;
    }


    /*-- tour-tab-sec --*/


    .tourtab-heading > ul > li > a {
        font-size: 18px;
    }

    .close-tab {
        width: 20px;
        height: 20px;
        top: -10px;
    }

    .tour-tabs {
        padding-top: 20px;
    }

    .touroverview-info {
        width: 100%;
    }

    .touroverview-content .secondary-btn {
        margin-top: 15px;
        float: none;
        clear: both;
    }

    .similartour-list [class*="col-"] {
        width: 100%;
    }

    /*-- tour-tab-sec --*/

    .inspiration-item {
        padding: 0 2px;
    }

    /*-- tour page --*/

    .tour-banner-item {
        padding: 0;
    }

    .world-exp {
        display: block;
        margin: 6px 0 0;
        text-align: center;
        width: auto;
    }

        .world-exp img {
            display: block;
            margin: 0 auto;
        }

    h3.resp-accordion {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .resp-arrow {
        font-size: 16px;
    }

    .accordion-title {
        font-size: 16px;
        padding: 5px 20px;
    }

        .accordion-title:before {
            font-size: 13px;
            top: 11px;
        }

    .accrodian-icn {
        width: 12px;
    }

    .res-tourtab-detail {
        padding: 10px 0 30px;
    }

    .customer-reviews ul li {
        width: 100%;
    }

    .c-rating {
        display: block;
        margin: 0 0 10px;
    }

    .review-date {
        margin: 0;
        display: block;
    }

    .customer-review-heading {
        padding-bottom: 10px;
    }

    .avalable-date-table table {
        width: 480px;
    }

    .avalable-date-table {
        overflow-y: auto;
    }

    .enquire-form .enquire-row > label {
        width: 100%;
        padding: 0;
    }

    .enquire-col {
        width: 100%;
    }


    /*-- comapare-list page --*/


    .comparelist-img {
        height: 240px;
    }

    .compare-slider .slick-arrow {
        top: 18%;
    }

    .comapare-list-sec {
        font-size: 13px;
    }


    /*-- search page --*/

    .filter-panel {
        padding: 15px 35px 15px 15px;
    }

    .operator-icon {
        float: none;
        margin: 25px;
        text-align: center;
        height: auto;
    }

        .operator-icon img {
            max-height: unset;
        }

    .operator-tel {
        float: none;
        font-size: 22px;
        text-align: center;
        height: auto;
        display: block;
    }




    /*Do not fix titles on a mobile*/
    .filter-table .search-titles-fixed {
        position: relative;
    }
}
