@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
.tag-title {
    font-size: 12px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 500px !important;
}

.searchbtn {
    width: 200px;
    height: 45px;
    border-radius: 0px 10px 10px 0px;
}

.bootstrap-select>.dropdown-toggle {
    height: 45px;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: unset;
}

.searchbox {
    position: absolute;
    top: 50%;
    left: 28%;
    z-index: 2;
}

.detinationinput {
    background: #FFFFFF;
    background-image: -webkit-linear-gradient(top, #FFFFFF, #44B6E6);
    background-image: -moz-linear-gradient(top, #FFFFFF, #44B6E6);
    background-image: -ms-linear-gradient(top, #FFFFFF, #44B6E6);
    background-image: -o-linear-gradient(top, #FFFFFF, #44B6E6);
    background-image: linear-gradient(to bottom, #FFFFFF, #44B6E6);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #020202;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 20px;
    box-shadow: 1px 1px 20px 0px #000000;
    -webkit-box-shadow: 1px 1px 20px 0px #000000;
    -moz-box-shadow: 1px 1px 20px 0px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.detinationinput:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.detinationinput::placeholder {
    color: #020202;
    opacity: 1;
    /* Firefox */
}

.detinationinput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #020202;
}

.detinationinput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #020202;
}

.searchselect {
    background: #FFFFFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 200px !important;
    height: 42px;
    text-align: center;
    color: #020202;
    margin-right: 10px;
    cursor: pointer;
}

textarea:focus,
input:focus {
    outline: none;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    color: #020202;
}

.searchbtn {
    border: 1px solid #337FED;
    background: #3D94F6;
    padding: 8px 10px;
    color: #FFFFFF;
    cursor: pointer;
}

.owl-prev {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: -33px;
    cursor: pointer;
    font-size: 0.1px;
    top: 37%;
    width: 40px;
    height: 40px;
    background: transparent url('../img/keyboard_arrow_left_black_144x144.png')no-repeat;
    background-size: contain;
}

.owl-next {
    position: absolute;
    z-index: 10;
    display: inline-block;
    right: -33px;
    cursor: pointer;
    font-size: 0.1px;
    top: 37%;
    width: 40px;
    height: 40px;
    background: transparent url('../img/keyboard_arrow_right_black_144x144.png')no-repeat center;
    background-size: contain;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.5;
    cursor: default;
}

.h1subtitle {
    color: #1B1464;
    font-weight: 600;
    font-size: 2rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.image-box {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    color: #fff;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.image-box:hover .img-figure-box img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.img-figure-box {
    position: relative;
    outline: none;
    display: block;
    /* padding-top: 65%; */
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.img-figure-box img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    max-width: none;
    width: calc(100% + 0px);
    height: 320px;
}

.image-box-picture {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
}

.image-box-figure-caption {
    position: absolute;
    top: 10px;
    right: 10px;
}

p.middelline {
    overflow: hidden;
    text-align: center;
}

p.middelline:before,
p.middelline:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

p.middelline:before {
    right: 0.5em;
    margin-left: -50%;
}

p.middelline:after {
    left: 0.5em;
    margin-right: -50%;
}

figure {
    margin: 0px;
}

figcaption h2 {
    color: #ECD500;
}

.booknowbtn {
    background-color: #ECD500;
    border-radius: 28px;
    border: 1px solid #ECD500;
    display: inline-block;
    cursor: pointer;
    color: rgba(2, 2, 2, 0.85);
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ECD500;
}

.booknowbtn:hover {
    background-color: #ECD500;
}

.portfolio-info h4 {
    color: #000000;
    font-size: 1.2rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.portfolio-info h4 span {
    font-size: 1.2rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.portfolio-info .packageprice {
    font-size: 1.3rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #29ABE2;
}

.portfolio-info .startingprice {
    font-size: 12px;
    color: #020202;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

#alltour-packages {
    background-color: rgba(114, 114, 114, 0.24);
}

.owl-carousel .owl-item {
    padding: 5px;
}

.owl-carousel .owl-item .item {
    display: inline-block;
    background: #ffffff;
    padding: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.owl-carousel .owl-item .item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .65);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.img-responsive {
    width: 100%;
}

.textblue {
    color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.why-book-title {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 2rem;
    color: #1B1464;
}

.package-lists {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #353232;
    font-weight: 500;
}

.page-img {
    max-height: 250px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.packagebreadcumb ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.package-display-mode ul {
    display: inline-table;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.package-display-mode ul {
    border: 1px solid #000000;
}

.packagebreadcumb ul li,
.package-display-mode ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
    cursor: pointer;
}

.packagebreadcumb ul li {
    font-size: 1.2rem;
}

.border-right-color {
    border-right: 2px solid #353232;
}

.border-right-blue {
    border-right: 2px solid #44B6E6;
}

.txtblue {
    color: #44B6E6;
}

.package-display-mode ul li.active {
    background: #000000;
    color: #ffffff;
}

.tour-package-lists a {
    color: #2E2B2B;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.categroy_title {
    margin-bottom: 20px;
}

.m_t_30 {
    margin-top: 30px;
}

.subcategory_list {
    padding: 5px;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .45);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, .45);
    border-radius: 5px;
    overflow: hidden;
}

.subcategory_list p {
    font-size: 18px;
    margin-top: 10px;
}

.subcategory_list:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    box-shadow: 0 0 10px rgba(0, 0, 0, .65);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.store_content {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0px 10px 10px 0px;
    height: 100%;
    background: #fafafa;
    overflow: hidden;
    padding-left: 15px;
}

.store_content p {
    margin: 2px 0px;
    padding: 0px;
    font-size: 15px;
    color: #747474;
}

.store_content h1 {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin: 0px;
}

.store_content .tour_title_nights,
.store_content .tour-package-destionations {
    border-bottom: 1px solid #2E2B2B;
    display: block;
    padding: 10px 0px;
}

.m_b_20 {
    margin-bottom: 20px;
}

.enquiry_btn {
    border: 1px solid;
    border-radius: 5px;
    height: 100%;
    background: #fafafa;
    padding: 10px 20px;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.subcategory_list .tour-package-image {
    border: 1px solid;
    border-radius: 10px 0px 0px 10px;
    background: #fafafa;
    overflow: hidden;
    height: 100%;
}

.store_content .tour-package-destionations span {
    font-size: .85rem;
}

.store_content .customized-holiday {
    padding: 5px 0px;
}

.store_content .customized-holiday p {
    color: #2E2B2B;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.customized-holiday ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.customized-holiday ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.customized-holiday ul li p {
    font-size: .65rem;
}

.store_content .tour_night_day {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: auto;
    font-size: 12px;
    padding: 4px 10px;
}

.enquiry_btn .holiday-type {
    border-bottom: 1px solid #2E2B2B;
    display: flow-root;
    padding-bottom: 8px;
}

.enquiry_btn .holiday_price {
    text-align: center;
}

.enquiry_btn .holiday_price p {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}

.callusbtn {
    background-color: transparent;
    border-radius: 28px;
    border: 1px solid #44B6E6;
    display: inline-block;
    cursor: pointer;
    color: #44B6E6;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 8px 10px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.callusbtn:hover {
    background-color: #44B6E6;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.callusbtn:active {
    position: relative;
    top: 1px;
}

.viewdetailbtn {
    background-color: #44B6E6;
    border-radius: 28px;
    border: 1px solid #44B6E6;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 8px 10px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.viewdetailbtn:hover {
    background-color: transparent;
    color: #44B6E6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.viewdetailbtn:active {
    position: relative;
    top: 1px;
}

.tour_title_nights .tour_title i {
    color: #44B6E6;
}

.bg-gray {
    background: #F5F5F5;
}

#tour-package-list .form-control {
    border-radius: 0px;
}

#tour-package-list .form-control {
    width: 265px;
}

.searchmodifybtn {
    background-color: #44B6E6;
    border: 1px solid #44B6E6;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    padding: 7px 23px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.searchmodifybtn:hover {
    background-color: #1B1464;
    border: 1px solid #1B1464;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.searchmodifybtn:active {
    position: relative;
    top: 1px;
}

#tour-package-list .form-inline {
    padding: 0px 15px;
}

.tour-desc .h-name {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1.3rem;
    color: #353232;
    font-weight: 600;
}

.tour-desc p .seller {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #353232;
}

.tour-desc p .seller_name {
    color: #DD1717;
}

.tour-desc .tour_night {
    background-color: #232323;
    border-radius: 28px;
    border: 1px solid #232323;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 3px 16px;
    text-decoration: none;
}

.ft-1 {
    font-size: 1.1rem;
}

.tour-desc .price {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #353232;
    margin-right: 15px;
}

.tour-desc .m-price {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #44B6E6;
    font-size: 1.5rem;
}

.tourbooknow {
    background-color: #44B6E6;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tourbooknow:hover {
    color: #fff;
    background-color: #1B1464;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tourbooknow:active {
    position: relative;
    top: 1px;
}

.tourbooknowNext {
    background-color: #44B6E6;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    padding: 8px 36px;
    text-decoration: none;
    border: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tourbooknowNext:hover {
    color: #fff;
    background-color: #1B1464;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tourbooknowNext:active {
    position: relative;
    top: 1px;
}

.tourbooknowNextFinal {
    background-color: #ED1212;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    padding: 8px 36px;
    text-decoration: none;
    border: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tourbooknowNextFinal:hover {
    color: #fff;
    background-color: #44B6E6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tourbooknowNextFinal:active {
    position: relative;
    top: 1px;
}

.backbtn {
    background-color: #F1813E;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    padding: 8px 36px;
    text-decoration: none;
    border: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.backbtn:hover {
    color: #fff;
    background-color: #44B6E6;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.backbtn:active {
    position: relative;
    top: 1px;
}

.tourgetquotes {
    background-color: #232323;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    padding: 8px 16px;
    text-decoration: none;
}

.tourgetquotes:hover {
    color: #fff;
    background-color: #44B6E6;
}

.tourgetquotes:active {
    position: relative;
    top: 1px;
}

.tour-desc a {
    margin-right: 15px;
    margin-top: 10px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: .3;
    transition: opacity .25s;
    cursor: pointer;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: .65;
}

.slick-slider .slick-prev {
    left: 0;
}

.slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
    display: block;
    outline: none;
    border: none;
}

#detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}

#detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

#detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#detail .product-images .thumb-nav {
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 600px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
}

#detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
    border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current img {
    border-color: #d12f81;
}

.tour-short-desc h3 {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1rem;
    color: #353232;
}

.tour-short-desc p {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #353232;
}

.tour-short-desc .customizable-tour {
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.txtred {
    color: #DD1717;
}

.emi {
    background-color: #353232;
    border: 1px solid #353232;
    display: inline-block;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 14px;
    padding: 2px 14px;
}

.tour-short-desc .tour-emi {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #353232;
    font-size: 14px;
}

.tour-short-desc .stay-plan ul {
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}

.tour-short-desc .stay-plan ul li {
    display: block;
    list-style: none;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #353232;
    font-size: 13px;
}

.holiday-nav {
    overflow: hidden;
    background-color: transparent;
}

.holiday-nav a {
    float: left;
    display: block;
    color: #353232;
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.holiday-nav a:hover {
    background-color: #ddd;
    color: black;
}

.holiday-nav a.active {
    border-bottom: 2px solid #DD1717;
    color: #353232;
}

.holiday-nav .icon {
    display: none;
}

.column1 {
    flex: 0 0 10.333333%;
    -ms-flex: 0 0 10.333333%;
    max-width: 10.333333%;
}

.column2 {
    flex: 0 0 89.666667%;
    ;
    -ms-flex: 0 0 89.666667%;
    ;
    max-width: 89.666667%;
}

.column1 ul.tabs-left {
    display: block;
    list-style: none;
    padding: 10px 0px;
    margin: 0px;
    position: relative;
}

.column1 .tabs-left {
    border-bottom: none;
    border-right: 2px solid #707070;
}

.column1 .tabs-left>li {
    float: none;
    margin: 20px 0px;
    display: block;
}

.column1 .tabs-left>li>a {
    padding: 8px 15px;
    display: block;
    position: relative;
    color: #353232;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.column1 .tabs-left>li>a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #707070;
    display: block;
    width: 0px;
}

.column1 .nav-tabs>li>a:hover::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #DD1717;
    display: block;
    width: 0px;
}

.column1 .tabs-left>li.active>a,
.column1 .tabs-left>li.active>a:hover,
.column1 .tabs-left>li.active>a:focus {
    background: #DD1717;
    color: #fff;
}

.column1 .nav-tabs>li>a:hover {
    background: #DD1717;
    color: #fff;
}

.column1 .tabs-left>li.active>a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #DD1717;
    display: block;
    width: 0px;
}

.inclusions-thumb ul {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.inclusions-thumb ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin-right: 5px;
}

.inclusions-thumb ul li p {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #353232;
}

.inclusions-thumb h3 {
    font-size: 1rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #353232;
}

.tour-overview h4,
.package-itinerary h4,
.day_wise_details h4,
#accordion-part .accordion {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    color: #DD1717;
    font-weight: 600;
}

.tour-overview p {
    font-size: 1rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #55575b;
}

.day_location {
    display: inline-table;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.day_location .first {
    background: #0C0B0B;
    color: #fff;
    border: 1px solid #0C0B0B;
}

.day_location .first,
.day_location .second {
    padding: 6px 25px;
    text-align: center;
    font-size: 12px;
}

.day_location .second {
    border: 1px solid #b5b3b3;
    color: #0C0B0B;
}

.day_details .days h4.day {
    background: #707070;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 4px 10px;
}

.transport ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.transport ul li {
    display: inline-block;
    list-style: none;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    margin-right: 25px;
}

.alert {
    border-radius: 0px;
}

.alert-day-info {
    background: #F5F5F5;
}

.transport .hour {
    width: 150px;
    position: relative;
    display: inline-block;
}

.transport .hour .line {
    position: absolute;
    border-bottom: 1px solid #707070;
    width: 100%;
    display: inherit;
    left: 0px;
    top: 12px;
}

.transport .hour .line::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #707070;
    position: absolute;
    top: -2px;
    left: 0px;
    border-radius: 50px;
}

.transport .hour .line::after {
    content: '';
    width: 5px;
    height: 5px;
    background: #707070;
    position: absolute;
    top: -2px;
    right: 0px;
    border-radius: 50px;
}

.transport ul li div small {
    display: block;
    color: #6E6E6E;
}

.transport .plane {
    position: relative;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #0C0B0B;
}

.transport .plane .plane_img {
    position: absolute;
    left: 0px;
    right: 0px;
}

.transport .plane .plane_text {
    padding-left: 30px;
}

.transport .hour i {
    font-size: 24px;
}

.day_wise_details .day-detail h5 {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 600;
}

.day_wise_details .day-detail p {
    font-size: 1rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #55575b;
    margin-top: 8px;
}

#accordion-part .accordion {
    background-color: transparent;
    color: #DD1717;
    cursor: pointer;
    padding: 9px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

#accordion-part .accordion:after {
    content: '\02C5';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#accordion-part .active:after {
    content: "\02C4";
}

#accordion-part .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.mobilefilter a:hover {
    color: #1B1464;
}

.mobilefilter a:active,
.mobilefilter a:focus {
    color: #1B1464;
    outline: none;
    text-decoration: none;
}

.custo-phone {
    padding: 3px 6px;
    text-align: center;
    line-height: 1;
    background: #fcd000;
    border: 1px solid #fcd000;
    border-radius: 50%;
    font-size: 1rem;
    color: #1b1464;
    font-weight: 600;
}

h2.where_to_go {
    font-size: 1.3rem;
}

.details-on-call {
    font-size: 1.2rem;
    color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: 600;
}

h4.call-mobile {
    color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1.3rem;
}

h2.where_to_go {
    color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-weight: 600;
}

.customize-form-section form label {
    color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: .85rem;
}

.customize-form-section form .fromplaceicon {
    background: url('../../assets/img/icons/location_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 34px;
}

.customize-form-section form .departureicon {
    background: url('../../assets/img/icons/calendar-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 34px;
}

.customize-form-section form .emailicon {
    background: url('../../assets/img/icons/email-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 34px;
}

.customize-form-section form .airfare-icon {
    background: url('../../assets/img/icons/airfare-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 34px;
}

.tourcustomdateicon {
    background: url('../../assets/img/icons/calendar-date-icon.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 34px;
}

.customize-form-section .form-control {
    border-radius: 0px;
    font-size: .85rem;
}

.btn-increDecrebtn {
    background: #1B1464;
    border-radius: 0px;
    color: #FFF;
}

.customize-form-section button {
    outline: none;
}

.customize-form-section button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.customize-form-section button:hover {
    color: #FFF !important;
}

.customize-form-section input#quantity {
    text-align: center;
}

.howitworks {
    background: #707070;
}

.why-book-tourtrippart {
    background: #F5F5F5;
}

.howitwork-part,
.why-book-tourtrip {
    padding-top: 10%;
}

.howitwork-part .why-book-title {
    color: #FFFFFF;
}

.works-list {
    color: #FFFFFF;
}

.works-list li {
    line-height: 1.5;
}


/* The checkboxcontainer */

.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.checkboxcontainer {
    font-size: 14px !important;
}


/* Hide the browser's default checkbox */

.checkboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkboxcontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.checkboxcontainer:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxcontainer input:checked~.checkmark {
    background-color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkboxcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxcontainer input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxcontainer .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* The ratingcheckboxcontainer */

.ratingcheckboxcontainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.ratingcheckboxcontainer {
    font-size: 14px !important;
    display: inline-block !important;
    margin-right: 5%;
}


/* Hide the browser's default checkbox */

.ratingcheckboxcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.ratingcheckboxcontainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.ratingcheckboxcontainer:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.ratingcheckboxcontainer input:checked~.checkmark {
    background-color: #1B1464;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}


/* Create the checkmark/indicator (hidden when not checked) */

.ratingcheckboxcontainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.ratingcheckboxcontainer input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.ratingcheckboxcontainer .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.preferredtime label {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.preferredtime input[type="radio"],
.preferredtime input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.selectgroup-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

button,
input {
    overflow: visible;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 50px !important;
}

.selectgroup-button {
    display: block;
    border: 1px solid #707070;
    text-align: center;
    padding: 0.775rem 1rem;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    color: #ffffff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.7rem;
    line-height: 1.5;
    min-width: 2.375rem;
    font-family: "Tahoma";
    font-weight: normal;
    background: #707070;
}

.selectgroup-input:checked+.selectgroup-button {
    border-color: #ED1212;
    z-index: 1;
    color: #fff;
    background: #ED1212;
}

.selectgroup-pills .selectgroup-button {
    border-radius: 0px !important;
}

thead th.fc-day-header.fc-widget-header {
    background-color: #E5E6E8;
    padding: 20px 0px;
    color: #272526;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 0.75rem;
}

.fc-widget-content {
    cursor: pointer;
}

.fc-day.fc-widget-content:hover {
    background: #44B6E6;
    color: #ffffff;
}

thead th.fc-day-header.fc-widget-header.fc-sun,
thead th.fc-day-header.fc-widget-header.fc-sat {
    background-color: #58B79A;
    color: #FFFFFF;
}

.fc-toolbar h2 {
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #58B79A;
    font-size: 1.5rem;
}

.fc-button-group {
    margin-top: 0px;
}

#modal-enquiry .modal-header {
    border-bottom: 0px;
    padding: 1rem 1rem 0px;
}

#modal-enquiry .holiday-plan h4 {
    font-size: 1.2rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #000000;
}

#modal-enquiry .holiday-plan h4.call-mobile {
    font-size: 1.2rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #1B1464;
}

#modal-enquiry .holiday-plan h4.call-mobile .custo-phone {
    padding: 2px 6px;
    font-size: 1rem;
}

.holiday-or {
    position: relative;
}

.holiday-or-part {
    position: relative;
    z-index: 2;
}

.hrline {
    height: 2px;
    width: 100%;
    background: #E4E4E4;
    position: absolute;
    z-index: 1;
    top: 50%;
}

.custo-or {
    padding: 9px;
    text-align: center;
    line-height: 1;
    background: #E4E4E4;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

#modal-enquiry .modal-footer p {
    font-size: 12px;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #000000;
}

#modal-enquiry .modal-content {
    border-radius: 0px;
}

#modal-enquiry .enquiry-form p {
    font-size: 1rem;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    color: #000000;
}

.enquiry-form .input-number {
    width: 30px;
    height: 27px;
}

#modal-enquiry .form-control {
    border-radius: 0px;
}

.no_travellers {
    margin-top: 10px;
}

.no_travellers button {
    padding: 1px 5px 0px;
    border-radius: 0px;
    border: 1px solid #707070;
    font-weight: normal;
    cursor: pointer;
}

.no_travellers small {
    font-size: 10px;
}

.myButtonRed {
    background-color: #EA2330;
    border: 1px solid #EA2330;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 20px;
    text-decoration: none;
    letter-spacing: 1px;
}

.myButton:hover {
    background-color: #44B6E6;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.mycalendarrequest {
    text-align: center;
    padding-top: 50%;
    font-size: 12px;
    color: #000;
}

.title_over_img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.title_over_img_part {
    position: relative;
    padding: 10px 0px;
}

.title_over_img h4 {
    font-size: 1rem;
    color: #ffffff;
}

#customForm2,
#customForm3,
#customForm4 {
    display: none;
}

#customformerrorid {
    text-align: center;
    color: red;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
}

.companyinfonav,
.usefullinksnav,
.ourproductsnav,
.aboutusnav {
    display: none;
}

.footer-top-container {
    background: #fff;
    padding: 25px 50px 15px;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.myfootersocialcontainer {
    background: #1B1464;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 20px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
}

#load_data_message {
    text-align: center;
}

#load_data_message h3 {
    color: red;
    font-family: 'Poppins',Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
}

.social-links a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

 .keywords a {
         border: 1px solid #c1c1c1;
         background: #f7f7f7;
         display: inline-block;
         color: #000;
         padding: 6px 12px;
         line-height: 1.25;
         margin-bottom: 14px;
         margin-right: 8px;
         transition: all .5s ease;
         text-transform: capitalize;
     }
     .keywords a:hover {
         background: #e5e5e5;
         border: 1px solid #e5e5e5;
         transition: all .5s ease;
     }

@media screen and (max-width: 600px) {
    .holiday-nav a:not(:first-child) {
        display: none;
    }
    .holiday-nav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .holiday-nav.responsive {
        position: relative;
    }
    .holiday-nav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .holiday-nav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media (min-width: 992px) {
    #modal-enquiry .modal-lg,
    #modal-enquiry .modal-xl {
        max-width: 885px;
    }
}