body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
}

.mainwrapper {
    font-family: 'Poppins', sans-serif;
    margin: 0px 0px;
    padding: 0px 0px;
}

.right-mob-left {
    text-align: right;
}

.right-mob-center {
    text-align: right;
}

.left-mob-center {
    text-align: left;
}

.left-mob-right {
    text-align: left;
}

.center-mob-left {
    text-align: center;
}

.center-mob-right {
    text-align: center;
}

.right-mobtab-left {
    text-align: right;
}

.nopaddingarea {
    padding: 0px 15px;
}

.nopadding {
    padding: 0px;
}

.nopaddingarea1 {
    padding: 0px 14px;
}

.nopadding1 {
    padding: 1px;
}

.nopaddingarea2 {
    padding: 0px 13px;
}

.nopadding2 {
    padding: 2px;
}

.padding5pxarea {
    padding: 0px 10px;
}

.padding5px {
    padding: 0px 5px;
}

.topmargin5 {
    margin-top: 5px;
}

.topmargin10 {
    margin-top: 10px;
}

.topmargin15 {
    margin-top: 15px;
}

.topmargin20 {
    margin-top: 20px;
}

.topmargin25 {
    margin-top: 25px;
}

.topmargin30 {
    margin-top: 30px;
}

.topmargin35 {
    margin-top: 35px;
}

.topmargin40 {
    margin-top: 40px;
}

.topmargin45 {
    margin-top: 45px;
}

.topmargin50 {
    margin-top: 50px;
}

.topmargin60 {
    margin-top: 60px;
}

.topmargin70 {
    margin-top: 70px;
}

.topmargin80 {
    margin-top: 80px;
}

.rowmargindesk5 {
    margin-top: 5px;
}

.rowmargindesk10 {
    margin-top: 10px;
}

.rowmargindesk20 {
    margin-top: 20px;
}

.rowmargindesk30 {
    margin-top: 30px;
}

.rowmargindesk50 {
    margin-top: 50px;
}


/****************************************************************************************************
Topband Css Start here
****************************************************************************************************/
.topband {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0px;
    z-index: 1000;
    margin: 0px !important;
    transition: all 0.2s ease-in-out;
}

    .topband.active {
        background: #fff;
        padding: 15px 0px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    }

    .topband .logo {
        background: url("../img/logowhite.png") no-repeat left top;
        height: 66px;
        position: relative;
        z-index: 99;
    }

    .topband.active .logo {
        background: url("../img/logo.png") no-repeat left top;
        height: 66px;
    }

    .topband.active .nav-menu > li > a {
        color: #000;
    }

    .topband.active .nav-dropdown > .nav-submenu-open > a,
    .topband.active .nav-dropdown > li > ul > li:hover > a,
    .topband.active .nav-menu > .nav-submenu-open > a,
    .topband.active .nav-menu > li > ul > li.active > a,
    .topband.active .nav-menu > li > ul > li:hover > a {
        color: #fff;
    }

    .topband.active .submenu-indicator-chevron {
        border-color: transparent #000 #000 transparent;
    }

    .topband.active .currencydropdown {
        background: url("../img/currencyselectarrow.png") no-repeat right center #f5f5f5;
    }

.topcontactarea {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    text-align: right;
}

    .topcontactarea i {
        font-size: 14px;
        color: #fff;
    }

    .topcontactarea a {
        color: #fff;
        text-decoration: none;
    }

.topband.active .topcontactarea {
    color: #000;
}

    .topband.active .topcontactarea i {
        color: #000;
    }

    .topband.active .topcontactarea a {
        color: #000;
    }


.topmenu {
    text-align: right;
    margin-top: 10px;
}

    .topmenu ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .topmenu ul li {
            list-style-type: none;
            display: inline-block;
            margin: 0px 4px;
            padding: 0px 0px;
            vertical-align: middle;
        }

            .topmenu ul li:last-child {
                margin: 0px 0px 0px 0px;
            }

.menu {
    margin-top: 0px;
}

.dropdowncontarea {
    border-top: solid 0px #d5d2d2;
    padding: 20px 20px;
}

    .dropdowncontarea h3 {
        font-size: 20px;
        color: #000;
        line-height: 24px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 12px;
        padding-bottom: 15px;
        border-bottom: dotted 1px #6f6f6f;
    }

.toursmenu h3 a {
    color: #000;
    text-decoration: none;
}

    .toursmenu h3 a:hover {
        color: #f4731c;
        text-decoration: none;
    }

.toursmenu {
    margin-bottom: 0px;
}

    .toursmenu ul {
        margin: 0px;
        padding: 0px;
    }

        .toursmenu ul li {
            list-style-type: none;
            margin: 0px;
            padding: 8px 0px;
            font-size: 15px;
            color: #000;
            line-height: 18px;
        }

            .toursmenu ul li a {
                color: #000;
                text-decoration: none;
            }

                .toursmenu ul li a:hover {
                    color: #f4731c;
                    text-decoration: none;
                }

.rightmenusocialicons {
    margin-top: 10px;
    padding-top: 10px;
    border-top: dotted 1px #6f6f6f;
}

    .rightmenusocialicons img {
        height: 30px;
        margin: 3px 5px;
    }

    .rightmenusocialicons h5 {
        font-size: 14px;
        color: #000;
        line-height: 20px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
    }


/****************************************************************************************************
Collage Css Start here
****************************************************************************************************/
.maincontarea {
    margin: 0px;
}

.collage {
    margin: 0px 0px;
    padding: 0px 0px;
}

.collageimg {
    margin: 0px;
}

    .collageimg img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: 50% 50%;
    }

/*.collageform {
    position: absolute;
    z-index: 11;
    margin-top: -500px;
    width: 100%;
    padding-top: 0px;
}*/

/*.taglinearea {
    position: absolute;
    z-index: 11;
    margin-top: 260px;
    width: 100%;
    padding-top: 0px;
}

.taglinetextbig {
    font-family: 'Yesteryear', cursive;
    font-size: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.taglinetext {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}*/
.taglinearea {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    margin-top: 180px;
}

.taglinetextbig {
    font-family: 'Yesteryear', cursive;
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}

.taglinetext {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.collageform {
    position: relative;
    z-index: 11;
    margin-top: -43px;
    width: 100%;
    padding-top: 0px;
}

.collageformarea {
    background: #fff;
    border-radius: 30px;
    margin-top: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.formsearchfieldbg {
    padding-left: 15px;
}

.formdividerborder {
    border-left: solid 1px #d7dce3;
}

.searchbtnarea {
    padding: 3px;
}

.getstartedtourbox .getstartedtourimg {
    position: relative;
    overflow: hidden;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 350px;
    border-radius: 22px;
}

.getstartedtourbox img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 22px;
}

.getstartedtourbox .getstartedtourimg .details {
    bottom: 0px;
    height: 120px;
    padding: 0px 0px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.getstartedtourbox .getstartedtourimg:hover {
    cursor: pointer;
}

    .getstartedtourbox .getstartedtourimg:hover .details {
        height: 200px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        transition: 0.3s ease-in;
        cursor: pointer;
    }

.getstartedtourcont {
    padding: 40px 15px 15px 15px;
    text-decoration: none;
}

    .getstartedtourcont h3 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 0px;
        min-height: 40px;
    }

.getstartedtourhidecont {
    padding-top: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
}

    .getstartedtourhidecont span {
        font-size: 14px;
        color: #f4c725;
        font-weight: 600;
    }

.mostpopularofferarea {
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 11;
}

.mostpopularlabel {
    background: #f4731c;
    display: block;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}

.offerlabel {
    background: #162ee1;
    border: solid 1px #eb1b24;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
}

.featuredlabel {
    background: #2d9edf;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 10px 3px 10px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
}

.offerpad {
    padding-right: 10px;
}



/****************************************************************************************************
Toggle css start here
****************************************************************************************************/

.slider {
    display: none;
}

.slider2 {
    display: none;
}

.collapseSlider {
    display: none;
}

.sliderExpanded .collapseSlider {
    display: block;
    clear: both;
}

.sliderExpanded .expandSlider {
    display: none;
}

.slideropen {
    display: block;
}

.slideropen2 {
    display: none;
}

/****************************************************************************************************
Scrollbar css start here
****************************************************************************************************/
.searchscroller {
    width: 100%;
    height: 75px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #f57e36 #f7ddca;
    scrollbar-width: thin;
    padding-right: 15px;
}
    /* width */ .searchscroller::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /* Track */ .searchscroller::-webkit-scrollbar-track {
        background: #f7ddca;
    }
    /* Handle */ .searchscroller::-webkit-scrollbar-thumb {
        background: #f57e36;
    }
        /* Handle on hover */ .searchscroller::-webkit-scrollbar-thumb:hover {
            background: #f57e36;
        }

.searchscroller1 {
    width: 100%;
    height: 75px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #2396d8 #c1e2f4;
    scrollbar-width: thin;
    padding-right: 15px;
}
    /* width */ .searchscroller1::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /* Track */ .searchscroller1::-webkit-scrollbar-track {
        background: #c1e2f4;
    }
    /* Handle */ .searchscroller1::-webkit-scrollbar-thumb {
        background: #2396d8;
    }

.menucroller {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #2396d8 #fff;
    scrollbar-width: thin;
    padding-right: 15px;
}
    /* width */ .menucroller::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /* Track */ .menucroller::-webkit-scrollbar-track {
        background: #fff;
    }
    /* Handle */ .menucroller::-webkit-scrollbar-thumb {
        background: #2396d8;
    }
/* Handle on hover */ .searchscroller1::-webkit-scrollbar-thumb:hover {
    background: #2396d8;
}

.searchscroller2 {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #2396d8 #c1e2f4;
    scrollbar-width: thin;
    padding-right: 15px;
}
    /* width */ .searchscroller2::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /* Track */ .searchscroller2::-webkit-scrollbar-track {
        background: #c1e2f4;
    }
    /* Handle */ .searchscroller2::-webkit-scrollbar-thumb {
        background: #2396d8;
    }
/* Handle on hover */ .searchscroller1::-webkit-scrollbar-thumb:hover {
    background: #2396d8;
}

.tabsscroller {
    width: 100%;
    height: 60px;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-color: #2396d8 #ffffff;
    scrollbar-width: thin;
}
    /* width */ .tabsscroller::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    /* Track */ .tabsscroller::-webkit-scrollbar-track {
        background: #c1e2f4;
    }
    /* Handle */ .tabsscroller::-webkit-scrollbar-thumb {
        background: #2396d8;
    }
        /* Handle on hover */ .tabsscroller::-webkit-scrollbar-thumb:hover {
            background: #2396d8;
        }

/****************************************************************************************************
Others Css Start here
****************************************************************************************************/
.whitecontareahome {
    padding: 50px 0px;
}

.mainheading {
    font-size: 20px;
    color: #000;
}

    .mainheading h2 {
        font-size: 24px;
        color: #000;
        line-height: 26px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .mainheading h3 {
        font-size: 20px;
        color: #000;
        line-height: 30px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .mainheading h4 {
        font-size: 18px;
        color: #00a7e8;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .mainheading h5 {
        font-size: 16px;
        color: #000;
        line-height: 20px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .mainheading h6 {
        font-size: 14px;
        color: #2396d8;
        line-height: 20px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 15px;
    }

.unmissabletoursboxarea {
    margin-bottom: 30px;
}

.unmissabletoursbox {
    background: #fff;
    position: relative;
}

/*.unmissabletoursboximg {
    border-radius: 22px;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

    .unmissabletoursboximg img {
        width: 100%;
        height: 350px;
        border-radius: 22px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        object-fit: cover;
        object-position: 50% 50%;
    }

        .unmissabletoursboximg img:hover {
            transform: scale(1.1);
        }*/
.unmissabletoursboximg {
    border-radius: 10px;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

    .unmissabletoursboximg img {
        width: 100%;
        height: 230px;
        border-radius: 10px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        object-fit: cover;
        object-position: 50% 50%;
    }

        .unmissabletoursboximg img:hover {
            transform: scale(1.1);
        }

.unmissabletoursboxshade {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    padding: 40px 10px 10px 10px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
    z-index: 9;
}

    .unmissabletoursboxshade h3 {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        line-height: 19px;
        margin-top: 2px;
        margin-bottom: 0px;
    }

        .unmissabletoursboxshade h3 a {
            color: #fff;
            text-decoration: none;
        }

.unmissabletoursoffer {
    position: absolute;
    right: 0px;
    margin-right: 10px;
    margin-top: -30px;
    z-index: 99 !important;
}

    .unmissabletoursoffer img {
        height: 20px;
        width: auto;
    }

        .unmissabletoursoffer img:hover {
            transform: scale(1);
        }

.toursdaystext {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-weight: 600;
}

.unmissabletoursprice {
    margin: 8px 8px 0px 8px;
}

.pricefromtexthome {
    font-size: 12px;
    color: #777777;
    line-height: 14px;
    font-weight: 400;
    vertical-align: bottom;
}

.pricehome {
    font-size: 16px;
    color: #2396d8;
    line-height: 18px;
    font-weight: 600;
    vertical-align: bottom;
}

.printbutton {
    font-size: 13px;
    color: #2C9BE1;
}

.printbutton {
    font-size: 13px;
    color: #071f45;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #D0D0D0;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(209,209,209,1);
    box-shadow: 0px 1px 2px 0px rgba(209,209,209,1);
    margin: 0 2px;
    width: auto;
    display: inline-block;
    margin-bottom: 5px;
}

    .printbutton a {
        text-decoration: none;
        padding-left: 3px;
        color: #08209a;
    }


/****************************************************************************************************
Tooltip Css Start here
****************************************************************************************************/

.tooltip_listing {
    position: relative;
    display: inline-block;
}

    .tooltip_listing .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #dff4ff;
        font-size: 13px;
        color: #000;
        line-height: 18px;
        font-weight: 400;
        text-align: center;
        border-radius: 8px;
        padding: 10px 15px;
        position: absolute;
        z-index: 99;
        /*top: 22px;
        left: auto;
        margin-left: -85px;*/
        top: 150%;
        left: 50%;
        margin-left: -125px;
    }

        .tooltip_listing .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 0%;
            right: 50%;
            margin-right: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #dff4ff transparent;
        }

    .tooltip_listing:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip_listing svg {
        position: relative;
        z-index: 1;
        width: 22px;
        height: 22px;
        display: block;
        fill: #fff;
        animation: colorChange 3s infinite;
    }

@keyframes colorChange {
    0% {
        fill: #ffffff;
    }

    50% {
        fill: #f4731c;
    }

    100% {
        fill: #ffffff;
    }
}

.tooltip_listing1 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: 3px 10px;
    background: #e1634a;
}

    .tooltip_listing1 .tooltiptext1 {
        visibility: hidden;
        width: 280px;
        background-color: #caeae3;
        font-size: 13px;
        color: #000;
        line-height: 18px;
        font-weight: 400;
        border-radius: 8px;
        text-align: center;
        padding: 10px 10px;
        position: absolute;
        z-index: 1;
        top: 130%;
        left: 50%;
        margin-left: -140px;
        border: solid 0px #154036;
    }

        .tooltip_listing1 .tooltiptext1::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent #caeae3 transparent;
        }

    .tooltip_listing1:hover .tooltiptext1 {
        visibility: visible;
    }

.tooltip_listing2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #595457;
    line-height: 16px;
    font-weight: 400;
}

    .tooltip_listing2 a {
        color: #595457;
        text-decoration: none;
    }

        .tooltip_listing2 a:hover {
            color: #b3896b;
            text-decoration: none;
        }

    .tooltip_listing2 .tooltiptext2 {
        visibility: hidden;
        width: 280px;
        background-color: #fff;
        font-size: 13px;
        color: #2b3e2d;
        line-height: 16px;
        font-weight: 400;
        border-radius: 3px;
        text-align: center;
        padding: 10px 10px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 50%;
        margin-left: -140px;
        border: solid 1px #2b3e2d;
        border-radius: 5px;
    }

        .tooltip_listing2 .tooltiptext2::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent #2b3e2d transparent;
        }

    .tooltip_listing2:hover .tooltiptext2 {
        visibility: visible;
    }

.servboxshadebox {
    position: relative;
    width: 100%;
}

.serviceimg {
    width: 100%;
    height: 380px;
}

    .serviceimg img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        object-position: center center;
    }

.datemonthradioarea {
    position: absolute;
    text-align: right;
    width: 100%;
    margin-top: -3px;
}

    .datemonthradioarea ul {
        padding: 0px 0px;
        margin: 0px 0px;
    }

        .datemonthradioarea ul li {
            list-style-type: none;
            display: inline-block;
            padding: 0px 0px;
            margin-right: 10px;
        }

            .datemonthradioarea ul li label {
                line-height: 16px !important;
            }

.servboxshade {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    padding: 20px 25px 25px 25px;
    position: absolute;
    z-index: 9;
    bottom: 0 !important;
}

    .servboxshade h3 {
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        line-height: 28px;
        margin-top: 2px;
        margin-bottom: 15px;
    }

        .servboxshade h3 a {
            color: #fff;
            text-decoration: none;
        }

.servtext {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

    .servtext a {
        color: #2396d8;
        font-size: 13px;
        text-decoration: none;
    }

.inspirationbox {
    background: url("../img/inspirationbg.jpg") no-repeat center bottom;
    min-height: 240px;
    text-align: center;
    padding: 0px 60px 50px 60px;
}

    .inspirationbox ul {
        padding: 0px;
        margin: 22px auto 0px auto;
    }

        .inspirationbox ul li {
            padding: 0px;
            list-style: none;
            display: inline-block;
            color: #2396d8;
            font-size: 16px;
            font-weight: 400;
            margin: 0px 4px 35px 4px;
        }

            .inspirationbox ul li a {
                padding: 10px 24px;
                border-radius: 30px;
                background-color: #dff4ff;
                color: #2396d8;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
                transition: 0.3s;
            }

    .inspirationbox li a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #f4731c;
    }

.drkgraycontarea {
    padding: 50px 0px;
    background-color: #131313;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}

    .drkgraycontarea h2 {
        color: #fff;
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 30px;
        font-weight: 700;
        margin-top: 50px;
    }

.rightcolpad {
    padding-right: 34px;
}

.leftcolpad {
    padding-left: 34px;
}

.postboxarea {
    margin-bottom: 30px;
}

.postbox {
    position: relative;
}

.postboximg {
    border-radius: 22px;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 244px;
    overflow: hidden;
}

    .postboximg img {
        width: 100%;
        height: 244px;
        border-radius: 22px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        object-fit: cover;
        object-position: 50% 50%;
    }

        .postboximg img:hover {
            transform: scale(1.1);
        }

.postboxshade {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 100%;
    padding: 40px 15px 20px 15px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 20px 20px;
    z-index: 9;
}

    .postboxshade h3 {
        font-size: 17px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        margin-top: 2px;
        margin-bottom: 0px;
        letter-spacing: -0.02em;
    }

.postboxboxshade h3 a {
    color: #fff;
    text-decoration: none;
}

.postbox i {
    color: #fff;
    font-size: 20px;
}

.whyusbox {
    background-color: #131313;
    border: 1px solid #bababa;
    border-radius: 22px;
    padding: 30px;
    color: #b2b2b2;
    font-size: 13px;
    line-height: 16px;
    transition: 0.3s;
    height: 244px;
    width: 100%;
    margin-bottom: 30px;
    cursor: default;
}

    .whyusbox:hover {
        background-color: #f4731c;
        border: 1px solid #f4731c;
        border-radius: 22px;
        padding: 30px;
        color: #fff;
        font-size: 13px;
        line-height: 16px;
    }

    .whyusbox h3 {
        color: #f4731c;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
    }

    .whyusbox:hover h3 {
        color: #fff;
    }

    .whyusbox svg {
        fill: #b2b2b2;
        width: 55px;
        height: 40px;
        text-align: right;
    }

    .whyusbox:hover svg {
        fill: #fff;
    }

.testimarea {
    margin-bottom: 30px;
}

.testimbox {
    position: relative;
}

.testimboximg {
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

    .testimboximg img {
        width: 100%;
        height: 380px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        object-fit: cover;
        object-position: 50% 50%;
    }

.testimboxshade {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(bottom right, bottom right, color-stop(6%, rgba(0,0,0,0)), color-stop(7%, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(right, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 6%, rgba(0,0,0,0.01) 7%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    width: 46%;
    height: 380px;
    padding: 26px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

    .testimboxshade h3 {
        font-size: 32px;
        color: #fff;
        font-weight: 600;
        line-height: 24px;
        margin-top: 2px;
        margin-bottom: 0px;
    }

        .testimboxshade h3 span {
            font-size: 18px;
            color: #fff;
            font-weight: 400;
        }

.testipointers {
    width: 140px;
}

    .testipointers li:first-child {
        list-style: none;
        border-bottom: 1px dashed rgba(255,255,255,0.5);
        padding: 0px 0px 15px 0px;
    }

    .testipointers li {
        list-style: none;
        border-bottom: 1px dashed rgba(255,255,255,0.5);
        padding: 15px 0px;
    }

        .testipointers li:last-child {
            list-style: none;
            border-bottom: 0px dashed rgba(255,255,255,0.5);
            padding: 15px 0px;
        }

.logoicon {
    padding-top: 15px;
}

    .logoicon img {
        width: 85px !important;
        height: auto !important;
    }

.reviewbox {
    width: 100%;
    min-height: 355px;
}

.viewalltext {
    font-size: 14px;
    color: #2396d8;
    line-height: 20px;
    font-weight: 500;
}

    .viewalltext a {
        color: #2396d8;
        text-decoration: none;
    }

        .viewalltext a:hover {
            color: #f4731c;
            text-decoration: none;
        }

    .viewalltext i {
        font-size: 17px;
        padding-top: 2px;
        transition: all 0.3s;
    }

    .viewalltext a:hover i {
        padding-left: 6px;
    }

.reviewtext {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
}

.reviewcusname {
    font-size: 15px;
    color: #f4731c;
    line-height: 22px;
    font-weight: 700;
    margin-top: 20px;
}

.plantourbox {
    background: rgb(244,115,28);
    background: -webkit-linear-gradient(left, rgba(244,115,28,1) 39%, rgba(45,158,223,1) 81%);
    background: -o-linear-gradient(left, rgba(244,115,28,1) 39%, rgba(45,158,223,1) 81%);
    background: linear-gradient(to right, rgba(244,115,28,1) 39%, rgba(45,158,223,1) 81%);
    border-radius: 20px;
    margin-bottom: 40px;
}

.plannerimg {
    position: absolute;
    margin-top: -37px;
}

.plantxt {
    padding: 22px 32px 27px 32px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

    .plantxt h4 {
        padding-bottom: 10px;
        font-size: 30px;
        line-height: 34px;
        font-weight: 600;
    }

.footer {
    background-color: #131313;
    padding: 50px 0px;
    color: #a0a0a0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

    .footer h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 17px;
        padding-bottom: 6px;
        margin: 0px;
    }

    .footer h5 {
        color: #f4731c;
        font-size: 16px;
        font-weight: 500;
        line-height: 17px;
        padding-bottom: 10px;
        margin: 0px;
    }

    .footer li {
        list-style: none;
    }

        .footer li a {
            padding: 0px 0px 5px 0px;
            color: #a0a0a0;
            font-size: 12px;
            font-weight: 400;
            line-height: 17px;
            text-decoration: none;
            transition: 0.2s;
        }

            .footer li a:hover {
                color: #f4731c;
                text-decoration: none;
            }

    .footer i {
        color: #a0a0a0;
        font-size: 16px;
        font-weight: 400;
    }

    .footer hr {
        border-color: #363636;
    }

    .footer a {
        padding: 0px 0px 5px 0px;
        color: #a0a0a0;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        text-decoration: none;
        transition: 0.2s;
    }

        .footer a:hover {
            color: #f4731c;
            text-decoration: none;
        }

.rightborder {
    border-right: 1px solid #363636;
    padding: 6px 0px;
    min-height: 126px;
}

.newslettertextfieldarea {
    background: #090909;
    border: solid 1px #1d1d1d;
    padding: 3px;
    border-radius: 5px;
    margin-top: 5px;
}

.newslettertextfield {
    background: none;
    border: none;
    padding: 0px 6px;
    font-size: 12px;
    color: #fff;
    width: 100%;
    height: 32px;
}

    .newslettertextfield::-moz-placeholder {
        color: #a0a0a0;
        opacity: 1;
    }

    .newslettertextfield:-ms-input-placeholder {
        color: #a0a0a0;
    }

    .newslettertextfield::-webkit-input-placeholder {
        color: #a0a0a0;
    }

    .newslettertextfield:focus {
        outline: none;
    }

.newsletterbtn {
    font-size: 16px;
    color: #f4731c;
    padding: 0px 15px;
    font-weight: 700;
    background: none;
    border: 0px;
}

    .newsletterbtn i {
        font-size: 16px;
        color: #f4731c;
    }

.footerlinkarea {
    background-color: #090909;
    padding: 42px 0px 16px 0px;
    color: #a0a0a0;
}

    .footerlinkarea h4 {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        line-height: 17px;
        padding-bottom: 6px;
        margin: 0px;
    }

    .footerlinkarea li {
        list-style: none;
    }

        .footerlinkarea li a {
            padding: 0px 0px 5px 0px;
            color: #a0a0a0;
            font-size: 12px;
            font-weight: 400;
            line-height: 17px;
            text-decoration: none;
            transition: 0.2s;
        }

            .footerlinkarea li a:hover {
                color: #f4731c;
                text-decoration: none;
            }

    .footerlinkarea hr {
        border-color: #363636;
    }

    .footerlinkarea a {
        padding: 0px 0px 5px 0px;
        color: #a0a0a0;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        text-decoration: none;
        transition: 0.2s;
    }

        .footerlinkarea a:hover {
            color: #f4731c;
            text-decoration: none;
        }

.sociallinks {
    float: right;
    margin-top: 10px;
}

    .sociallinks li {
        list-style: none;
        display: inline-block;
        width: 35px;
        height: 35px;
        margin-right: 3px;
    }

        .sociallinks li img {
            object-fit: cover;
            object-position: top center;
            width: 36px;
            height: 35px;
            transition: 0.3s;
        }

            .sociallinks li img:hover {
                object-fit: cover;
                object-position: bottom center;
                width: 36px;
                height: 35px;
            }

        .sociallinks li a {
            color: #e5e5e5;
            text-decoration: none;
        }

/****************************************************************************************************
Inner css start here
****************************************************************************************************/
.innercollage {
    height: 300px;
    width: 100%;
    background-color: #000;
    position: relative;
}

    .innercollage img {
        height: 300px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 0.8;
    }

.collageforminner {
    position: absolute;
    z-index: 11;
    margin-top: -45px;
    width: 100%;
    padding-top: 0px;
}

.collageforminner1 {
    position: absolute;
    z-index: 11;
    margin-top: -400px;
    width: 100%;
    padding-top: 0px;
}

.packagecontarea {
    background: #fff;
    padding-bottom: 40px;
    padding-top: 50px;
}

.breadcrumbarea {
    padding: 20px 0px;
    border-bottom: solid 1px #eaeaea;
    margin-bottom: 30px;
}

.destinationsearcharea {
    padding: 15px 12px;
    border-top: solid 1px #e5f0ef;
}

.infolinks {
    font-size: 13px;
    color: #162ee1;
    line-height: 18px;
    font-weight: 400;
}

    .infolinks i {
        font-size: 12px;
    }

    .infolinks a {
        color: #162ee1;
        text-decoration: none;
    }

        .infolinks a:hover {
            color: #f4741d;
            text-decoration: none;
        }

.forndhotelarea {
    margin-bottom: 20px;
}

    .forndhotelarea h3 {
        font-size: 22px;
        color: #000;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .forndhotelarea h3 span {
            font-size: 14px;
            color: #696969;
            font-weight: 300;
        }

.listgridviewbtn {
    margin: 0px;
}

    .listgridviewbtn ul {
        margin: 0px;
        padding: 0px;
    }

        .listgridviewbtn ul li {
            list-style-type: none;
            display: inline-block;
            margin: 0px 0px 0px 5px;
            padding: 0px;
            vertical-align: top;
        }

            .listgridviewbtn ul li a {
                background: #dff4ff;
                padding: 5px 8px;
                border-radius: 8px;
                font-size: 18px;
                color: #2396d8;
                text-decoration: none;
                display: inline-block;
            }

                .listgridviewbtn ul li a:hover {
                    background: #2396d8;
                    color: #fff;
                    text-decoration: none;
                }

.listgridviewbtnselected {
    background: #2396d8 !important;
    color: #fff !important;
}

.sort_box {
    background-color: #fff;
    border: solid 0px #efefef;
    border-radius: 10px;
    padding: 7px 7px 7px 15px;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.1);
}

    .sort_box ul {
        padding: 0;
        margin: 0;
    }

    .sort_box li {
        list-style: none;
        display: inline-block;
        padding: 10px 40px 10px 0px;
    }

        .sort_box li a {
            color: #000;
            text-decoration: none;
        }

            .sort_box li a:hover {
                color: #2d9edf;
                text-decoration: none;
            }

.sort_boxactive {
    color: #2d9edf !important;
    font-weight: 700;
}

.listbox {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
    box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
    border: 1px solid #cde7f6;
}

.listboximg {
    margin-bottom: 0px;
    height: 280px;
    background: url(../img/noimage.png) no-repeat center center #f7f7f7;
    border-radius: 20px 0px 0px 20px;
    position: relative;
}

    .listboximg img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 20px 0px 0px 20px;
    }

.listboxcontarea {
    padding-top: 25px;
    padding-right: 30px;
}

    .listboxcontarea h3 {
        font-size: 22px;
        color: #000;
        line-height: 24px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 5px;
    }

        .listboxcontarea h3 a {
            color: #000;
            text-decoration: none;
        }

            .listboxcontarea h3 a:hover {
                color: #f4731c;
                text-decoration: none;
            }

.num_nts {
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

.locationtext {
    color: #959595;
    font-size: 13px;
    line-height: 18px;
}

.packagecategorytext {
    color: #8d46ca;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

    .packagecategorytext span {
        font-weight: 400;
        background: #f1eafa;
        border-radius: 20px;
        padding: 2px 10px;
    }

.scheduletext {
    color: #ac1d39;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    min-height: 54px;
}

    .scheduletext ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .scheduletext ul li {
            list-style-type: none;
            display: inline-block;
            font-weight: 400;
            background: #fdeff1;
            border-radius: 20px;
            padding: 2px 10px;
            margin: 0px 0px 3px 0px;
        }

            .scheduletext ul li:first-child {
                color: #ac1d39;
                font-size: 13px;
                line-height: 18px;
                font-weight: 500;
                background: none;
                padding: 0px 0px;
                margin: 0px 5px 0px 0px;
            }

    /*.scheduletext span {
        font-weight: 400;
        background: #fdeff1;
        border-radius: 20px;
        padding: 2px 10px;
    }*/

     .scheduletext div {
        font-weight: 400;
        background: #fdeff1;
        border-radius: 20px;
        padding: 2px 10px;
	margin-bottom: 5px;
    display: inline-block;
    }

.listboxpricearea {
	border-top: solid 1px #e8ecef;
	margin-top: 25px;
	padding-top: 22px;
	padding-bottom: 20px;
	min-height: 90px;
}

.pricefromtext {
    font-size: 13px;
    color: #777777;
    line-height: 18px;
    font-weight: 400;
    vertical-align: middle;
}

.price {
    font-size: 22px;
    color: #2396d8;
    line-height: 22px;
    font-weight: 700;
    vertical-align: middle;
}

.quickviewboxlist {
    padding: 30px 30px;
}

.quickviewboxgrid {
    padding: 10px 20px 20px 20px;
}

.quickviewbox {
    margin: 0px;
}

    .quickviewbox h5 {
        font-size: 18px;
        color: #f4731c;
        line-height: 20px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .quickviewbox h6 {
        font-size: 14px;
        color: #000;
        line-height: 20px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.quickviewshadow {
    margin-bottom: 20px;
}

.includeicons {
    margin: 0px;
}

    .includeicons ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .includeicons ul li {
            background: #ecf7ff;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            text-align: center;
            display: inline-block;
            padding: 8px 0px;
            margin-right: 2px;
        }

    .includeicons li img {
        height: 24px;
    }

.infotxt {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

    .infotxt a {
        color: #000;
        text-decoration: none;
    }

        .infotxt a:hover {
            color: #f4731c;
            text-decoration: none;
        }

    .infotxt ul {
        margin: 0px 0px 0px 13px;
        padding: 0px 0px 0px 0px;
    }

        .infotxt ul li {
            list-style-type: disc;
            margin: 0px 0px 10px 0px;
            padding: 0px 0px;
            line-height: 16px;
        }

.packagehighlightarea {
    margin: 0px;
}

    .packagehighlightarea ul {
        margin: 0px;
        padding: 0px;
    }

        .packagehighlightarea ul li {
            list-style-type: none;
            margin: 0px;
            padding: 10px 0px 10px 0px;
            border-bottom: dashed 1px #bfbebe;
            font-size: 13px;
            color: #000;
            line-height: 20px;
            font-weight: 300;
        }

            .packagehighlightarea ul li span {
                font-size: 14px;
                font-weight: 600;
            }

            .packagehighlightarea ul li:last-child {
                border-bottom: dashed 0px #bfbebe;
                padding: 10px 0px 0px 0px;
            }

.gridbox {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
    box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.03);
}

.gridboximg {
    margin-bottom: 0px;
    height: 230px;
    background: url(../img/noimage.png) no-repeat center center #f7f7f7;
    border-radius: 20px 20px 0px 0px;
}

    .gridboximg img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 20px 20px 0px 0px;
    }

.gridboxcontarea {
    padding: 20px 20px 0px 20px;
}

    .gridboxcontarea h3 {
        font-size: 22px;
        color: #000;
        line-height: 24px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 5px;
        min-height: 52px;
    }

        .gridboxcontarea h3 a {
            color: #000;
            text-decoration: none;
        }

            .gridboxcontarea h3 a:hover {
                color: #f4731c;
                text-decoration: none;
            }

.packagedetcollage {
    position: relative;
    height: 620px;
    width: 100%;
    background-color: #000;
}

    .packagedetcollage img {
        height: 620px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
        opacity: 0.8;
    }

.packagedetcolcontarea {
    position: absolute;
    bottom: 0px;
    background: #000;
    width: 100%;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(30%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

    .packagedetcolcontarea h2 {
        font-size: 32px;
        color: #fff;
        line-height: 32px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 8px;
    }

.textwhite14med {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 500;
}

.packagedetrightcontarea {
    margin-top: 25px;
    text-align: right;
}

    .packagedetrightcontarea ul {
        margin: 0px;
        padding: 0px;
    }

        .packagedetrightcontarea ul li {
            list-style-type: none;
            margin: 0px 0px 0px 30px;
            padding: 0px;
            display: inline-block;
            text-align: left;
        }

.packagedetcolicon {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.packagedetcoltex {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

    .packagedetcoltex a {
        color: #fff;
        text-decoration: none;
    }

        .packagedetcoltex a:hover {
            color: #f4741d;
            text-decoration: none;
        }

    .packagedetcoltex img {
        width: 30px !important;
        height: 30px !important;
    }

.packagedetpricearea {
    background: #f5fbff;
    border-bottom: 1px #e0eff9 solid;
    padding: 15px 0px;
}

.textred13 {
    font-size: 13px;
    color: #e8321f;
    line-height: 18px;
    font-weight: 400;
}

    .textred13 a {
        color: #e8321f;
        text-decoration: none;
    }

        .textred13 a:hover {
            color: #162ee1;
            text-decoration: none;
        }

.packagedetcontarea {
    background: #fff;
    padding: 50px 0px;
}

.aboutustext {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    color: #000;
    line-height: 20px;
}
.aboutustext p, .aboutustext li, .aboutustext span{
    font-family: 'Poppins', sans-serif  !important;
    font-size: 15px !important;
    color: #000 !important;
    line-height: 20px;
}

.aboutustext ul{
    padding-left: 15px !important;
}

.earlybirdofferbox {
    background: #fff6ef;
    padding: 15px 15px;
    border-radius: 12px;
}

.textorange14bold {
    font-size: 14px;
    color: #f4741d;
    line-height: 20px;
    font-weight: 700;
}

.packagehighlightsbox {
    background: #f5fbff;
    padding: 15px 15px;
    border-radius: 12px;
}

.textblue14bold {
    font-size: 14px;
    color: #2396d8;
    line-height: 20px;
    font-weight: 700;
}

.fixednavbar {
    background: #fff;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.15);
}

.navbar-fixed {
    top: 96px;
    z-index: 99;
    position: fixed;
    width: 847px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.15);
}

#nav_barfixed {
    padding: 0px 0px;
    margin-bottom: 0px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100% !important;
}

    #nav_barfixed ul {
        padding: 0px;
        text-align: center;
    }

.nav_linksfixed {
    margin: 0;
}

    .nav_linksfixed ul {
        margin: 0px;
        padding: 0px;
    }

    .nav_linksfixed li {
        display: inline-table;
        margin: 0px;
        padding: 0px;
    }

        .nav_linksfixed li a {
            padding: 20px 20px;
            font-size: 15px;
            color: #777777;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            outline: none;
        }

            .nav_linksfixed li a:visited {
                color: #777777;
            }

            .nav_linksfixed li a:hover {
                color: #2396d8;
                background: #fff;
            }

            .nav_linksfixed li a:focus {
                color: #2396d8 !important;
                background: #fff !important;
            }

.packagedetsection {
    margin-top: 50px;
}

    .packagedetsection h3 {
        font-size: 25px;
        color: #000;
        line-height: 25px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .packagedetsection h4 {
        font-size: 20px;
        color: #f4731c;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 15px;
    }

.photogalleryimg {
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    height: 240px;
}

    .photogalleryimg img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.seeallphotostext {
    font-size: 13px;
    color: #2396d8;
    line-height: 18px;
    font-weight: 400;
}

    .seeallphotostext a {
        color: #2396d8;
        text-decoration: none;
    }

        .seeallphotostext a:hover {
            color: #f57e36;
            text-decoration: none;
        }

.itineraryarea {
    position: relative;
    margin: 0px;
    padding: 0px;
}

    .itineraryarea::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #dbdbdb;
        left: 90px;
    }

    .itineraryarea ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        .itineraryarea ul li {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

.itinerarydaystext {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
    margin-top: 13px;
}

.itinerarydayscircle {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 2px #adadad;
    font-size: 25px;
    color: #f57e36;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    float: right;
}

.itinerarybox {
    background: #f2f9fe;
    padding: 20px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

    .itinerarybox::before {
        content: '';
        border-right: 10px solid #f2f9fe;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        margin-left: -30px;
        margin-top: -5px;
    }

    .itinerarybox h4 {
        font-size: 19px;
        color: #000;
        line-height: 22px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 15px;
    }

.itinerarytext {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    color: #000 !important;
    line-height: 20px !important;
    font-weight: 300 !important;
}
.itinerarytext p, .itinerarytext span , .itinerarytext li {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    color: #000 !important;
    line-height: 20px !important;
    font-weight: 300 !important;
}

.includeditinerary {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .includeditinerary ul {
        margin: 0px;
        padding: 0px;
    }

        .includeditinerary ul li {
            font-size: 13px;
            color: #000;
            line-height: 18px;
            font-weight: 300;
            display: inline-block;
            margin-right: 15px;
            margin-bottom: 3px;
            vertical-align: middle;
        }

.itineraryimg {
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0px auto;
}

    .itineraryimg img {
        width: 120px;
        height: 120px;
        border-radius: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.packagedethotelarea {
    margin-bottom: 30px;
}

    .packagedethotelarea h3 {
        font-size: 20px;
        color: #2d9edf;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .packagedethotelarea h3 span {
            font-size: 13px;
            color: #6a6a6a;
            font-weight: 400;
            line-height: 26px;
            margin-left: 10px;
            vertical-align: text-top;
        }

.packagedethotellist {
    margin-bottom: 10px;
    border: solid 1px #bbbbbb;
    border-radius: 10px;
    padding: 10px 10px;
}

    .packagedethotellist h4 {
        font-size: 16px;
        color: #000;
        line-height: 20px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 10px;
    }

        .packagedethotellist h4 a {
            color: #000;
            text-decoration: none;
        }

            .packagedethotellist h4 a:hover {
                color: #f4731c;
                text-decoration: none;
            }

.packagedethotellistimg {
    background: url(../img/noimage.png) no-repeat center center #ecf5f4;
    height: 100px;
    width: 100%;
}

    .packagedethotellistimg img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.includedtriplabel {
    font-size: 13px;
    color: #08209a;
    font-style: italic;
}

.ratingstar {
}

    .ratingstar i {
        padding-right: 1px;
        color: #fecb1c;
        font-size: 15px;
    }

.hotelbox {
    margin-bottom: 10px;
    border: solid 1px #bbbbbb;
    border-radius: 12px;
    padding: 10px 15px;
}

.hotelinfo {
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.hotelrow {
    margin-bottom: 10px;
}

.textgray12 {
    font-size: 12px;
    color: #535353;
    line-height: 16px;
    font-weight: 300;
}

.textgray13 {
    font-size: 13px;
    color: #535353;
    line-height: 18px;
    font-weight: 400;
}

.textblack15sem {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.textblue15sem {
    font-size: 15px;
    color: #2396d8;
    line-height: 20px;
    font-weight: 600;
}

.textblue16sem {
    font-size: 16px;
    color: #2396d8;
    line-height: 21px;
    font-weight: 600;
}

.textlightgray12 {
    font-size: 12px;
    color: #9a9a9a;
    line-height: 16px;
    font-weight: 300;
}

.textblue12 {
    font-size: 12px;
    color: #2396d8;
    line-height: 16px;
    font-size: 400;
}

.pickupboxpackagedet {
    border: solid 1px #bbbbbb;
    border-radius: 12px;
    padding: 5px 15px 0px 15px;
}

.textblue16head {
    font-size: 16px;
    color: #2396d8;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.tourcostarea {
    margin-bottom: 30px;
}

.tourcostbox {
    margin-bottom: 10px;
    border: solid 1px #bbbbbb;
    border-radius: 12px;
    padding: 15px 15px;
}

.infolinks12 {
    font-size: 12px;
    color: #112ec1;
    line-height: 16px;
    font-weight: 300;
}

    .infolinks12 a {
        color: #112ec1;
        text-decoration: none;
    }

        .infolinks12 a:hover {
            color: #f4741d;
            text-decoration: none;
        }

    .infolinks12 i {
        font-size: 10px;
    }

.availablelabel {
    background-color: #06af32;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.notavailablelabel {
    background-color: #ce3d17;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.otherinfoarea {
    margin-bottom: 40px;
}

.textblack13bold {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
}

.textblack14bold {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 700;
}

.textblack13 {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
}

.needhelpbox {
    background: url("../img/needhelp.png") no-repeat right bottom #2396d8;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 30px;
}

    .needhelpbox h5 {
        font-size: 19px;
        color: #fff;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 20px;
    }

.textwhite13light {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}

    .textwhite13light a {
        color: #fff;
        text-decoration: none;
    }

        .textwhite13light a:hover {
            color: #f4741d;
            text-decoration: none;
        }

.inclexclubox {
    background: #dff4ff;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 30px;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    font-weight: 300;
}

    .inclexclubox h5 {
        font-size: 18px;
        color: #2396d8;
        line-height: 22px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .inclexclubox ul {
        padding: 0px 0px;
        margin: 0px 0px 0px 14px;
    }

        .inclexclubox ul li {
            list-style-type: disc;
            padding: 0px 0px;
            margin: 10px 0px;
            line-height: 15px;
        }

.stayingsafbox {
    background: #f0f0f0;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 30px;
}

    .stayingsafbox h5 {
        font-size: 19px;
        color: #000;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.logincollagebg {
    background: #00a7e8;
    padding-top: 150px;
    padding-bottom: 100px;
}

.loginboxicons {
    background: url("../img/loginboxicons.png") no-repeat center top;
    background-size: contain;
    padding: 40px 60px;
}

.loginbox {
    background: #fff;
    padding: 30px 30px;
    border-radius: 15px;
}

    .loginbox h3 {
        font-size: 24px;
        color: #000;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.textblack14light {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 300;
}

    .textblack14light a {
        color: #000;
        text-decoration: underline;
    }

        .textblack14light a:hover {
            color: #2396d8;
            text-decoration: underline;
        }

    .textblack14light ul {
        margin: 0px 0px 0px 13px;
        padding: 0px 0px 0px 0px;
    }

        .textblack14light ul li {
            list-style-type: disc;
            margin: 0px 0px;
            padding: 5px 0px;
            line-height: 18px;
        }

.textorange13light {
    font-size: 13px;
    color: #f4731c;
    line-height: 20px;
    font-weight: 300;
}

    .textorange13light a {
        color: #f4731c;
        text-decoration: none;
    }

        .textorange13light a:hover {
            color: #2396d8;
            text-decoration: none;
        }

.registerarea {
    margin-top: 45px;
    margin-left: 20px;
}

    .registerarea h3 {
        font-size: 24px;
        color: #fff;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 20px;
    }

.loginfieldpadd {
    margin-bottom: 20px;
}

.bookingformcollage {
    background: url("../img/bookingformcollage.jpg") no-repeat center bottom #00a7e8;
    padding-top: 220px;
    min-height: 420px;
}

.services_icon {
    margin: 0px;
}

.inner {
    position: relative;
    z-index: 1;
}

.services_icon ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.services_icon li {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    border: solid 2px #fff;
    background: #00a7e8;
    margin: 0px 40px;
    display: inline-block;
    position: relative;
}

    .services_icon li div {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        display: inline-table;
        vertical-align: top;
        margin-top: 60px;
    }

    .services_icon li:last-child {
    }

    .services_icon li::after {
        content: '';
        position: absolute;
        top: 24px;
        left: 0em;
        width: 136px;
        height: 1px;
        z-index: -1;
        background: #fff;
    }

    .services_icon li:last-child::after {
        content: '';
        z-index: -1;
        background: transparent;
    }

.services_iconactive {
    position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    top: -48px;
    left: 12px;
}

.bookingformheadarea {
    background: #f5fbff;
    border-bottom: 1px #e0eff9 solid;
    padding: 20px 0px;
}

    .bookingformheadarea h3 {
        font-size: 22px;
        color: #2396d8;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.innercontarea {
    background: #fff;
    padding: 50px 0px;
}

.bookingformbox {
    border: solid 1px #e9e9e9;
    border-radius: 12px;
    padding: 20px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
}

    .bookingformbox h3 {
        font-size: 18px;
        color: #000;
        line-height: 20px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.bookingformarrow {
    font-size: 18px;
    color: #000;
    line-height: 16px;
}

.bookingformcont {
    margin-top: 20px;
}

.mandatorytext {
    font-size: 13px;
    color: #d60f0f;
    line-height: 16px;
}

.textgreen12med {
    font-size: 12px;
    color: #3f9e1e;
    line-height: 16px;
    font-weight: 500;
}

.requiredroomsbox {
    margin-bottom: 15px;
    border-bottom: dotted 1px #bbbbbb;
    padding-bottom: 15px;
}

    .requiredroomsbox h6 {
        font-size: 16px;
        color: #2396d8;
        line-height: 20px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.tablebox {
    border: solid 1px #bbbbbb;
    border-radius: 12px;
    padding: 5px 15px 0px 15px;
}

.bookingdetailsbox {
    background: #fff6ef;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 30px;
}

    .bookingdetailsbox h5 {
        font-size: 19px;
        color: #f4741d;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 15px;
    }

.bookingdetailsboxprice {
    margin-top: 20px;
    border-top: solid 2px #f57e36;
    padding-top: 15px;
}

.innerpagetopsec {
    background: #00a7e8;
    min-height: 96px;
}

.myaccountmenu {
    display: inline-block;
    background: #f5fbff;
    border-radius: 12px;
    margin-bottom: 30px;
    border: solid 0px #f9d1c9;
    transition: .4s;
    width: 100%;
    padding: 10px 10px;
}

    .myaccountmenu li {
        width: 100%;
        list-style: none;
        margin-bottom: 0px;
    }

        .myaccountmenu li a {
            width: 100%;
            color: #6a6a6a;
            font-size: 15px;
            text-decoration: none;
            padding: 10px 15px;
            display: block;
        }

            .myaccountmenu li a:hover {
                text-decoration: none;
                background-color: #dff4ff;
                border-radius: 30px;
                color: #2396d8;
            }

.myaccountmenuactive {
    text-decoration: none;
    background-color: #2396d8 !important;
    color: #fff !important;
    border-radius: 30px !important;
}

.mytripbox {
    border: solid 1px #e9e9e9;
    border-radius: 12px;
    padding: 15px 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
}

.refundbox {
    background-color: #d9d9d9;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    display: inline-block;
}

.cancelbox {
    background-color: #529bc8;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.canceledbox {
    background-color: #E8050C;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.confirmedbox {
    background-color: #4CA316;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.notpaidbox {
    background-color: #a20300;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.holdingbox {
    background-color: #f36519;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.finalizedbox {
    background-color: #576c11;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.pendingbox {
    background-color: #d14e54;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.rejectedbox {
    background-color: #ff0000;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.expiredbox {
    background-color: #380001;
    border-radius: 20px;
    padding: 1px 10px 2px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    display: inline-block;
}

.moreoptionbg {
    font-size: 14px;
    color: #154036;
    background-color: #fff6ef;
    padding: 7px;
    margin-top: 30px;
    border: solid 1px #fff6ef;
    border-radius: 12px;
    text-align: center;
}

    .moreoptionbg a {
        color: #f4741d;
        text-decoration: none;
    }

        .moreoptionbg a:hover {
            color: #2396d8;
            text-decoration: none;
        }

.mytripbox2 {
    background-color: #fff6ef;
    padding: 10px 10px;
    margin-bottom: 5px;
    border: solid 1px #F7E4D5;
    border-radius: 30px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.mytripbox2selected {
    background-color: #f57e36;
    padding: 10px 10px;
    margin-bottom: 5px;
    border-radius: 30px;
    font-size: 13px;
    color: #ff;
    font-weight: 500;
}

    .mytripbox2selected div {
        color: #fff;
    }

.count2 {
    background-color: #ffa269;
    border-radius: 20px;
    padding: 1px 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    float: right;
    margin: 0 0;
}

.pickupbox {
    margin-bottom: 15px;
    border: solid 1px #F5F5F5;
    border-radius: 12px;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(217,217,217,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(217,217,217,0.5);
    box-shadow: 0px 0px 15px 0px rgba(217,217,217,0.5);
}

.pickupboxtext {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
}

.textblack18sem {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.textblue15 {
    font-size: 15px;
    color: #2396d8;
    line-height: 20px;
    font-weight: 400;
}

.stepstobookbox {
    background: #fafdff;
    border: solid 1px #2396d8;
    border-radius: 12px;
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    min-height: 255px;
}

    .stepstobookbox h5 {
        font-size: 22px;
        color: #009bde;
        line-height: 24px;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
    }

.textblack14 {
    font-size: 14px;
    color: #000;
    line-height: 21px;
    font-weight: 400;
}

    .textblack14 a {
        color: #000;
        text-decoration: none;
    }

        .textblack14 a:hover {
            color: #009bde;
            text-decoration: none;
        }

.innercontareablue {
    background: #dff4ff;
    padding: 50px 0px;
}

.textblack30sem {
    font-size: 30px;
    color: #000;
    line-height: 32px;
    font-weight: 600;
}

/*#sidebar {
    will-change: min-height;
}

    #sidebar .sidebar__inner {
        position: relative;
        z-index: 1;
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        will-change: position, transform;
    }*/

.sidebarmenu {
    margin-bottom: 30px;
}

    .sidebarmenu ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .sidebarmenu ul li {
            background: url("../img/arrow.png") no-repeat left top;
            width: 100%;
            list-style: none;
            padding-left: 10px;
            background-position: 0px 5px;
        }

            .sidebarmenu ul li a {
                width: 100%;
                color: #000;
                font-size: 13px;
                font-weight: 300;
                line-height: 16px;
                text-decoration: none;
                padding: 0px 0px;
                display: block;
                margin-bottom: 8px;
            }

                .sidebarmenu ul li a:hover {
                    text-decoration: none;
                    color: #00a7e8;
                }

                .sidebarmenu ul li a:focus {
                    text-decoration: none;
                    color: #00a7e8;
                }

.generalinfoarea {
    margin-bottom: 50px;
}

    .generalinfoarea h4 {
        font-size: 24px;
        color: #00a7e8;
        line-height: 24px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 12px;
    }

.ourservicesarea {
    margin-bottom: 80px;
}

.ratingstar {
    margin: 0px;
}

    .ratingstar i {
        padding-right: 1px;
        color: #fecb1c;
        font-size: 13px;
    }

.branchesbox {
    background: #fafdff;
    border: solid 1px #2396d8;
    border-radius: 12px;
    padding: 20px 20px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    min-height: 410px;
}

.micecollage {
    width: 100%;
}

    .micecollage img {
        height: 425px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.whysonamicebox {
    background: #fafdff;
    border: solid 1px #2396d8;
    border-radius: 12px;
    padding: 30px 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    min-height: 180px;
    font-size: 18px;
    color: #009bde;
    line-height: 24px;
    font-weight: 400;
}

.textorange14light {
    font-size: 14px;
    color: #f4731c;
    line-height: 20px;
    font-weight: 300;
}

    .textorange14light a {
        color: #f4731c;
        text-decoration: none;
    }

        .textorange14light a:hover {
            color: #2396d8;
            text-decoration: none;
        }

.innerpagescollagehead {
    /*position: absolute;*/
    width: 100%;
    z-index: 11;
    bottom: 30px;
}

    .innerpagescollagehead h1 {
        font-size: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .innerpagescollagehead h2 {
        font-size: 32px;
        color: #fff;
        line-height: 32px;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .innerpagescollagehead h3 {
        font-size: 24px;
        color: #fff;
        line-height: 24px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.detail_price_box {
    background: #f5fbff;
    border: solid 1px #e0eff9;
    border-radius: 10px;
    margin-bottom: 30px;
}

.detail_price_box_area {
    padding: 15px 15px;
}

.passengerdetbox {
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
}

.passengerdetboxhead {
    border-bottom: solid 1px #e9e9e9;
    padding: 20px 15px;
    font-size: 20px;
    color: #2d9edf;
    line-height: 20px;
    font-weight: 500;
}

.passengerdetboxcontarea {
    padding: 15px 15px;
}

.summarydetailsbox {
    border: solid 1px #e9e9e9;
    border-radius: 10px;
    padding: 15px 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
}

    .summarydetailsbox h3 {
        font-size: 20px;
        color: #000;
        line-height: 20px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 10px;
    }

        .summarydetailsbox h3 a {
            color: #000;
            text-decoration: none;
        }

            .summarydetailsbox h3 a:hover {
                color: #08209a;
                text-decoration: none;
            }

.searchresulttext {
    color: #fff;
}

.loadingbox {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px 15px;
    border: solid 1px #e9e9e9;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.06);
    margin-top: 50px;
    margin-bottom: 50px;
}

.monthdate {
    margin-bottom: 3px;
}

    .monthdate ul {
        margin: 0px;
        padding: 0px;
    }

        .monthdate ul li {
            display: inline-block;
            list-style-type: none;
            margin: 0px 2px;
            padding: 0px 0px;
            font-size: 13px;
            color: #000;
            border-bottom: none;
        }

            .monthdate ul li:first-child {
                background: #e7f3fd;
                border-radius: 3px;
                font-weight: 400;
                padding: 3px 4px 5px 4px;
                ;
                margin: 0px 2px 0px 0px;
            }

.innercollage1 {
    background: url("../img/bookingformcollage.jpg") no-repeat center bottom #00a7e8;
    padding-top: 150px;
    min-height: 300px;
}

.deleteicon {
    font-size: 20px;
    color: #e8321f;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 33px;
}

    .deleteicon a {
        color: #e8321f;
        text-decoration: none;
    }

        .deleteicon a:hover {
            color: #162ee1;
            text-decoration: none;
        }

.packagecaticon {
    position: absolute;
    z-index: 9;
    right: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

    .packagecaticon img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
    }

.monthpopuparea {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.monthpopup {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2);
}

.montharrowup {
    width: 0;
    height: 0;
    margin-top: -20px;
    margin-left: 30px;
    position: absolute;
    z-index: -99999;
}

    .montharrowup span {
        display: inline-block;
        transform: scaleX(2.0);
        color: #f5f5f5;
        font-size: 20px;
    }

.monthpopupcontarea {
    margin: 0px 0px;
    padding: 30px 30px 0px 30px;
}

.monthcalbox {
    margin-bottom: 30px;
    text-align: center;
}

    .monthcalbox h4 {
        color: #f4731c;
        font-size: 22px;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 15px;
    }

.monthbtn {
    display: inline-block;
    padding: 8px 5px;
    font-size: 15px;
    color: #2396d8;
    font-weight: 500;
    text-align: center;
    background-image: none;
    border: solid 1px #2396d8;
    background: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.monthcalbox .selected {
    display: inline-block;
    padding: 8px 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-image: none;
    border: solid 1px #2396d8;
    background: #2396d8;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.monthcalbox .disabled {
    pointer-events: none;
    color: #c5c7cc;
    border-color: #c5c7cc;
}

.priceonrequest {
    font-size: 13px;
    color: #2396d8;
    line-height: 18px;
    font-weight: 700;
    vertical-align: middle;
}

#sidebarWrap {
    min-height: 400px;
    width: 263px;
    height: auto;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

#sidebar {
    width: 263px;
    height: auto;
    position:;
    top: 0px;
}

    #sidebar.fixed {
        position: fixed;
        top: 124px;
        width: 263px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

#sticky {
    padding: 0px;
    margin-bottom: 0px;
}

    #sticky.stick {
        margin-top: 0 !important;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

#sidebarWrap2 {
    display: none;
}

.affi-logo ul{
	padding: 0px;
	margin: 0px;
}
.affi-logo li{
	padding: 0px;
	margin: 0px 12px 8px 0px;
	list-style: none;
	display: inline-block;
}

.topcont{
	padding: 2px 0px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 8px;
}
.topband.active .topcont{
	color: #178ccb;
}
.topband.active .topcont a{
	color: #178ccb;
}
.topcont a{
	color: #fff;
	text-decoration: none;
}
.topcont li{
	list-style: none;
	display: inline-block;
	padding-right: 15px;
}

.priceonrequest{
	font-size: 17px;
	font-weight: 600;
	color: #2396d8;
}

.viewrate {
    float: right;
    margin-right: 30px;
    font-size: 13px;
    color: rgb(35, 150, 216);
}

/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (min-width : 1920px) {

    .navbar-fixed {
        width: 1095px;
    }

    .itineraryarea::before {
        left: 131px;
    }

    .loginboxicons {
        padding: 40px 120px;
    }

    .homebanner img {
        height: 440px;
    }
}

@media screen and (max-width : 1080px) {

    .collageform {
        margin-top: -350px;
    }

    .plannerimg {
        margin-left: -35px;
        margin-top: -3px;
    }

    .packagedetcollage {
        height: 500px;
    }

        .packagedetcollage img {
            height: 500px;
        }

    .navbar-fixed {
        width: 740px;
    }

    .nav_linksfixed li a {
        padding: 20px 12px;
        font-size: 15px;
    }

    .itineraryarea::before {
        left: 73px;
    }

    .loginboxicons {
        padding: 40px 40px;
    }

    .stepstobookbox {
        min-height: 280px;
    }

    .whysonamicebox {
        padding: 30px 15px;
        min-height: 180px;
    }
}

@media screen and (max-width : 992px) {

    .rowmargintabmob30 {
        margin-top: 30px;
    }

    .rowmargintabmob20 {
        margin-top: 20px;
    }

    .rowmargintabmob10 {
        margin-top: 10px;
    }

    .dropdowncontarea {
        padding: 15px 15px;
    }

    .collageimg img {
        height: 400px;
    }

    .taglinetextbig {
        font-size: 50px;
        line-height: 50px;
    }

    .collageform {
        margin-top: -60px;
    }

    .planmytourarea {
        padding-top: 60px;
    }

    .taglinetextbig {
        font-size: 50px;
        line-height: 50px;
    }

    .whitecontareahome {
        padding: 50px 0px;
    }

    .plantourbox {
        background: rgb(244,115,28);
        background: -webkit-linear-gradient(rgba(244,115,28,1) 60%, rgba(45,158,223,1) 60%);
        background: -o-linear-gradient(rgba(244,115,28,1) 60%, rgba(45,158,223,1) 60%);
        background: linear-gradient(rgba(244,115,28,1) 60%, rgba(45,158,223,1) 60%);
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .plannerimg {
        display: none;
    }

    .plantxt {
        padding: 22px 32px 27px 32px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }

        .plantxt h4 {
            font-size: 24px;
            line-height: 24px;
            padding-bottom: 0px;
        }

    .rightborder {
        border-right: 0px solid #363636;
        padding: 0px 0px 12px 0px;
        min-height: auto;
    }

    .packagedetcolcontarea {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .packagedetrightcontarea {
        margin-top: 25px;
        text-align: left;
    }

        .packagedetrightcontarea ul li {
            margin: 0px 30px 0px 0px;
        }

    .navbar-fixed {
        width: 95%;
    }

    .itineraryarea::before {
        left: 78px;
    }

    .loginboxicons {
        padding: 15px 40px;
    }

    .loginbox {
        padding: 20px 20px;
    }

    .registerarea {
        margin-top: 15px;
        margin-left: 0px;
    }

    .stepstobookbox {
        min-height: 300px;
    }

    .whysonamicebox {
        padding: 20px 15px;
        min-height: 210px;
    }

    .innercontarea {
        padding: 0px 0px 40px 0px;
    }

    .reviewliderarea {
        margin-left: 40px;
        margin-top: 30px;
    }

    .collageforminner {
        position: relative;
    }

    .collageforminner1 {
        position: relative;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .packagecontarea {
        background: #fff;
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .innercontarea {
        padding: 0px 0px 40px 0px;
    }

    .rightcolpad {
        padding-right: 0px;
    }

    .leftcolpad {
        padding-left: 0px;
    }

    .homebanner {
        text-align: center;
    }

        .homebanner img {
            width: auto;
            height: 450px;
            object-fit: contain;
        }
}

@media screen and (max-width : 767px) {

    .rowmargin40 {
        margin-top: 40px;
    }

    .rowmargin30 {
        margin-top: 30px;
    }

    .rowmargin20 {
        margin-top: 20px;
    }

    .rowmargin10 {
        margin-top: 10px;
    }

    .rowmarginbotm20 {
        margin-bottom: 20px;
    }

    .rowmargindesk30 {
        margin-top: 0px;
    }

    .right-mob-left {
        text-align: left;
    }

    .right-mob-center {
        text-align: center;
    }

    .left-mob-center {
        text-align: center;
    }

    .left-mob-right {
        text-align: right;
    }

    .rowmargindesk5 {
        margin-top: 0px;
    }

    .rowmargindesk10 {
        margin-top: 0px;
    }

    .rowmargindesk20 {
        margin-top: 0px;
    }

    .rowmargindesk30 {
        margin-top: 0px;
    }

    .rowmargindesk50 {
        margin-top: 0px;
    }

    .center-mob-left {
        text-align: left;
    }

    .center-mob-right {
        text-align: right;
    }

    .topband {
        background: #131313;
        padding: 10px 0px;
    }

        .topband.active {
            background: #fff;
            padding: 10px 0px;
        }

    .topcontactarea {
        margin-top: 7px;
    }

        .topcontactarea i {
            font-size: 24px;
        }

    .topmenu {
        margin-top: 10px;
    }

    .topband .logo {
        background: url("../img/logowhitemob.png") no-repeat center top;
        height: 40px;
        text-align: center;
    }

    .topband.active .logo {
        background: url("../img/logomob.png") no-repeat center top;
        height: 40px;
        text-align: center;
    }

    .maincontarea {
        margin-top: 110px;
    }

    .collageform {
        margin-top: -100px;
        position: relative;
    }

    .taglinetextbig {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .taglinetext {
        font-size: 14px;
        line-height: 18px;
    }

    .collageformarea {
        border-radius: 10px;
    }

    .formsearchfieldbg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .formdividerborder {
        border-top: solid 1px #d7dce3;
        border-left: solid 0px #d7dce3;
    }

    .inspirationbox {
        padding: 0px 10px 30px 10px;
    }

        .inspirationbox ul li {
            font-size: 14px;
            margin: 0px 1px 23px 1px;
        }

            .inspirationbox ul li a {
                padding: 8px 20px;
                border-radius: 30px;
                font-size: 14px;
            }

    .rightcolpad {
        padding-right: 0px;
    }

    .leftcolpad {
        padding-left: 0px;
    }

    .drkgraycontarea h2 {
        margin-top: 0px;
    }

    .sociallinks {
        float: none;
    }

    /*.innercollage {
        height: 200px;
    }

        .innercollage img {
            height: 200px;
        }*/

    .collageforminner {
        position: relative;
        margin-top: 10px;
    }

    .listgridviewbtn ul li {
        margin: 0px 0px 0px 0px;
    }

    .listboximg {
        height: 230px;
        border-radius: 20px 20px 0px 0px;
    }

        .listboximg img {
            height: 230px;
            border-radius: 20px 20px 0px 0px;
        }

    .listboxcontarea {
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .quickviewboxlist {
        padding: 10px 15px 20px 15px;
    }

    .gridboxcontarea {
        padding: 20px 15px 0px 15px;
    }

    .quickviewboxgrid {
        padding: 10px 15px 20px 15px;
    }

    .packagedetcollage {
        height: 400px;
    }

        .packagedetcollage img {
            height: 400px;
        }

    .packagedetcolcontarea h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .packagedetrightcontarea ul li {
        margin: 0px 20px 0px 0px;
    }

    .photogalleryimg {
        height: 100px;
    }

        .photogalleryimg img {
            height: 100px;
        }

    .itineraryarea::before {
        width: 0px;
        left: 0px;
    }

    .itinerarybox::before {
        border-bottom: 10px solid #f2f9fe;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        margin-left: -0px;
        margin-top: -40px;
    }

    .logincollagebg {
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .loginboxicons {
        padding: 0px 0px;
    }

    .registerarea {
        margin-top: 30px;
    }

    .bookingformbox {
        padding: 20px 15px;
    }

    .innerpagetopsec {
        display: none;
    }

    .stepstobookbox {
        min-height: auto;
    }

    /*#sidebar {
        display: none;
    }*/

    .serviceimg {
        height: 250px;
    }

        .serviceimg img {
            height: 250px;
        }

    .branchesbox {
        min-height: auto;
    }

    .micecollage img {
        height: 200px;
    }

    .whysonamicebox {
        padding: 30px 15px;
        min-height: auto;
    }

    .innercollage1 {
        padding-top: 30px;
        padding-bottom: 40px;
        min-height: auto;
    }

    .searchfrombg {
        padding: 10px;
    }

    .serviceimg {
        height: 250px;
    }

        .serviceimg img {
            height: 250px;
        }

    .homebanner img {
        width: auto;
        height: 400px;
        object-fit: cover;
    }

     .tooltip_listing .tooltiptext {
        width:156px
    }

     .viewrate {
        float: none;
        margin-left: 0px;
        font-size: 13px;
        position: relative;
    }
}

@media screen and (max-width : 480px) {

    .mainheading h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .plantxt h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .whyusbox svg {
        width: 60px;
        height: 60px;
    }

    .navbar-fixed {
        width: 92%;
        top: 110px;
    }

    .bookingformcollage {
        padding-top: 80px;
        min-height: 250px;
    }

    .services_icon li {
        margin: 0px 12px;
    }

        .services_icon li div {
            font-size: 12px;
        }

        .services_icon li::after {
            top: 24px;
            width: 75px;
        }

    .myaccountmenu li a {
        font-size: 13px;
        padding: 10px 10px;
    }
}

.searchfrombg {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.15);
}

/*.searchfrombg {
    padding: 10px;
}*/

.or {
    width: 41px;
    height: 41px;
    background-color: #d7d7d7;
    color: #525252;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    margin-top: 3px;
    margin: 0px auto;
}

.homebannerarea {
    margin-bottom: 20px;
}

.homebanner {
    margin: 0px;
}

    .homebanner img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 10px;
    }

.brochurebanner img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 10px;
}

.destinationbox {
    text-align: center;
}

.destinationboximg {
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 200px;
    border-radius: 100%;
}

    .destinationboximg img {
        width: 100%;
        height: 200px;
        border-radius: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.destinationbox h5 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}

    .destinationbox h5 span {
        font-size: 13px;
        color: #676767;
        font-weight: 400;
    }

.testimonialsarea {
    background: url("../img/testimonialsbg.jpg") repeat-x center bottom #2396d8;
    padding-bottom: 200px;
    padding-top: 50px;
}

    .testimonialsarea h2 {
        font-size: 24px;
        color: #fff;
        line-height: 26px;
        font-weight: 700;
        margin-top: 0px;
        margin-bottom: 25px;
    }

.reviewliderarea {
    margin-left: 65px;
}

.reviewboxpadd {
    padding: 0px 15px 30px 15px;
}

.reviewbox {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
    padding:15px 15px;
}

.reviewboximg {
    height: 150px;
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    border-radius: 3px 3px 0px 0px;
}

    .reviewboximg img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 3px 3px 0px 0px;
    }

.reviewboxcont {
    padding: 15px 15px;
}

.reviewtext {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    font-weight: 400;
}

.reviewcusname {
    font-size: 14px;
    color: #f4731c;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.planmytourarea {
    padding-top: 70px;
    padding-bottom: 20px;
}

.plantourbox {
    background: rgb(244,115,28);
    background: -webkit-linear-gradient(left, rgba(244,115,28,1) 39%, rgba(45,158,223,1) 81%);
    background: -o-linear-gradient(left, rgba(244,115,28,1) 39%, rgba(45,158,223,1) 81%);
    background: linear-gradient(to right, rgba(244,115,28,1) 39%, rgba(45,158,223,1) 81%);
    border-radius: 20px;
    margin-bottom: 40px;
}

.plannerimg {
    position: absolute;
    margin-top: -37px;
}

.plantxt {
    padding: 22px 32px 27px 32px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

    .plantxt h4 {
        padding-bottom: 10px;
        font-size: 30px;
        line-height: 34px;
        font-weight: 600;
    }

.offerbannerbox {
    margin: 0px;
}

    .offerbannerbox img {
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: left center;
        border-radius: 10px;
    }



    .flags img {
    width: 32px;
    height: 32px;
}

@media screen and (max-width : 375px) {
}


@media screen and (max-width : 320px) {
}
