.head_scndblock .status_dropdown .status__btn {
    border-radius: 0;
}

.inputSearchHeader .search-results-ajax {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 9999;
    box-shadow: 0 .5rem 1remrgba(0, 0, 0, .15) !important;
    border-radius: 0 0 3px 3px;
    display: none;
}

.account_create_screen .inputSearchHeader .search-results-ajax {
    position: absolute;
    width: fit-content;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    z-index: 9999;
    box-shadow: 0 .5rem 1remrgba(0, 0, 0, .15) !important;
    border-radius: 0 0 3px 3px;
}

.inputSearchHeader .search-results-ajax .search-results-product {
    max-height: 400px;
}

.inputSearchHeader .os-host-overflow {
    overflow: hidden !important;
}

.inputSearchHeader .os-resize-observer.observed,
.inputSearchHeader object.os-resize-observer {
    box-sizing: border-box !important;
}

.inputSearchHeader .os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: 0 !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.inputSearchHeader .search-results-ajax ul {
    padding: 0;
    margin: 10px 0;
}

.inputSearchHeader .search-results-ajax ul li {
    list-style: none;
}

.inputSearchHeader .search-results-ajax ul li a {
    display: table;
    width: 100%;
    padding: 10px 20px;
    color: #555 !important;
}

.inputSearchHeader .search-results-ajax ul li a .left {
    display: table-cell;
    vertical-align: top;
    width: 40px;
    padding-right: 15px;
    min-width: 0;
}

.inputSearchHeader .search-results-ajax ul li a .left .search-image {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
}

.inputSearchHeader .search-results-ajax ul li a .search-image img {
    height: 50px;
    margin: 0 auto;
}

.inputSearchHeader img {
    text-indent: -9999px;
    color: transparent;
}

.inputSearchHeader .search-results-ajax ul li a .search-product {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}

.inputSearchHeader .search-results-ajax ul li a .search-product p {
    color: #004963;
}

.inputSearchHeader .search-results-ajax ul li a strong {
    font-weight: 600;
}

.inputSearchHeader .search-results-ajax ul li a .search-product .price {
    color: #004963;
    font-weight: bold;
}

.inputSearchHeader .search-results-ajax ul li {
    list-style: none;
}

.inputSearchHeader .search-results-ajax ul li a:hover {
    background-color: #f5f5f5;
}

.inputSearchHeader {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.tabPackageSec .tab {
    overflow: hidden;
    background-color: #FFF;
    transition: all 3s;
}

.tabPackageSec .tab button {
    background-color: inherit;
    /*  float: left;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 19px;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
}

.tabPackageSec .tab button:hover {
    background-color: transparent;
}

.tab-nav {
    background: #FFF;
    padding: 0 25px;
}

.tabPackageSec .tab button.active,
.tabPackageSec .tab button.active .hydrated {
    background-color: transparent;
    color: #ff4c46;
}

.tabPackageSec .tab button .hydrated {
    font-size: 22px;
    vertical-align: middle;
}

.tabPackageSec .tabcontent {
    display: none;
    border: 0px solid #ccc;
    border-top: none;
}

.tabPackageSec .is-hidden {
    display: none !important;
}

.tabPackageSec .is-desktop {
    display: block;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .tabPackageSec .is-desktop {
        display: none !important;
    }
}

.tabPackageSec .is-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .tabPackageSec .is-mobile {
        display: block !important;
    }

    .TrendingDeals_tabs .is-mobile {
        padding: 10px;
    }
}

.tabPackageSec select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    background-color: #f0f0f0;
    border: none;
}

.tabPackageSec select::-ms-expand {
    display: none;
}

.tabPackageSec .select {
    position: relative;
}

@media (max-width: 767px) {
    .tabPackageSec .select:after {
        content: '';
        background-image: url("https://cdn.travelone.io/v1/img/arrow-nav-head.png");
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        pointer-events: none;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        width: 1px;
        height: 1px;
        border: 5px solid transparent;
        border-top: 5px solid #555;
        top: 25px;
        z-index: 9999;
    }
}

.iconWrap {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.iconWrap .tooltip {
    position: absolute;
    left: 10px;
    top: 30px;
    font-size: 15px;
    color: #004963;
    background-color: #FFF;
    border-radius: 4px;
    transform: translateX(-0.325rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 250ms ease-in-out 0s, transform 300ms ease-in-out 0s;
    padding: 15px 15px 0;
    font-weight: 500;
    width: 200px;
    box-shadow: 1px 5px 8px rgb(0 0 0 / 28%);
}

.iconWrap .tooltip::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #FFF;
    left: 75px;
    top: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 1px;
}

.iconWrap:hover .tooltip,
.iconWrap:visited .tooltip,
.iconWrap:focus .tooltip,
.iconWrap:focus-within .tooltip {
    transform: translateX(0.325rem);
    opacity: 1;
}

.iconWrap .tooltip p {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: left;
}
.TrendingDeals_tabs .clear_svg {
    position: absolute;
    top: 20px;
    right: 15px;
}

.TrendingDeals_tabs .clear_svg {
    display: none;
}

.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #60666d;
}

@media (min-width: 768px) {
    .select-box {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .select-box {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .select-box {
        width: 30%;
    }
}

.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}

.topRight_iconss .select-box__current {
    box-shadow: none;
}

.select-box__current:focus+.select-box__list {
    opacity: 1;
    animation-name: none;
}

.select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 20px;
    opacity: 1;
    transition: 0.2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

.select-box__input:checked+.select-box__input-text {
    display: block;
}

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 15px;
    background-color: #fff;
}

.topRight_iconss .select-box__input-text {
    padding: 0px;
}

.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.select-box__list li {
    display: block;
}

.select-box__option {
    display: block;
    padding: 15px;
    background-color: #fff;
}

.select-box__option:hover,
.select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

.lightbox {
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.lightbox-zoom {
    background: #fff;
    bottom: 0;
    color: #2727a4;
    line-height: 1;
    padding: .306em .5em;
    position: absolute;
    right: 0
}

.lightbox-no-scroll {
    overflow-y: hidden;
}

.lightbox-overlay {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 32;
    overflow: hidden;
}

.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
    box-sizing: inherit;
}

.lightbox-overlay[aria-hidden="true"] {
    display: none;
}

.lightbox-slider {
    -webkit-transition: left .3s ease, -webkit-transform .3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
    transition: left .3s ease, transform .3s ease;
    white-space: nowrap;
}

.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.lightbox-content figure {
    position: relative;
}

.lightbox-content img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}

.lightbox-content figcaption {
    background: rgba(17, 17, 17, .8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: .25em .5em;
    position: absolute;
    width: 100%;
}

.lightbox-overlay button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6em;
    height: 1.6em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 1.6em;
}

.lightbox-overlay button:focus {
    border: 1px solid #fff;
    outline: 0;
}

.lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
}

.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}

.lightbox-overlay button[aria-label="Previous"] {
    left: 2%;
}

.lightbox-overlay button[aria-label="Next"] {
    right: 2%;
}

.lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
}

.lightbox-counter {
    background: transparent;
    color: #fff;
    font-size: 1.15em;
    left: 2%;
    position: absolute;
    top: 1em;
}

.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}

.lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.auth-box {
    padding: 30px;
    width: 450px;
    max-width: 100%;
    border-radius: 0;
    margin: 0 auto;
    margin-top: 30px;
}

.auth-box .title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #004963;
}

.auth-box .btn-social-facebook {
    background-color: #1877f2;
}

.auth-box .btn-social {
    width: 100%;
    display: block;
    position: relative;
    font-size: 13.2px;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0.5rem 0.6rem;
    border-radius: 0.25rem;
    text-align: left;
    margin-bottom: 5px;
    color: #fff !important;
    font-weight: 600 !important;
    line-height: 24px;
}

.auth-box .btn-social svg {
    margin-right: 15px;
}

.auth-box svg {
    overflow: hidden;
    vertical-align: middle;
}

.auth-box .form-group {
    margin-bottom: 10px;
}

.auth-box .form-group {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    max-width: 100%;
}

.auth-box .p-social-media {
    text-align: center;
    color: #777;
    margin-top: 7px;
    margin-bottom: 2px;
}

.auth-box .spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.auth-box .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.auth-box .spinner>div {
    background-color: #222222;
}

.auth-box .spinner>div {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.auth-box .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.auth-box .auth-form-input {
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    color: #494949;
    height: 42px;
    font-size: 8px;
    line-height: 18px;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
}

.auth-box .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.auth-box .btn-social-google {
    background-color: #eee;
    color: #757575 !important;
}

.auth-box .btn-social-vk {
    background-color: #5c81b5;
}

.auth-box .m-b-20 {
    margin-bottom: 20px !important;
}

.auth-box .m-t-5 {
    margin-top: 5px !important;
}

.auth-box .custom-checkbox {
    padding-left: 1.6rem;
}

.auth-box .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.auth-box input[type=checkbox],
.auth-box input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.auth-box .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
}

.auth-box .custom-control .custom-control-label {
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
}

.auth-box .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.auth-box .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #222222;
}

.auth-box .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #dee2e6 !important;
    border-color: #d7dbdf !important;
}

.auth-box .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.auth-box .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.auth-box .custom-checkbox .custom-control-label::before {
    border-color: #d7dbdf;
    border: 0.09375rem solid #d6d6d6;
    border-radius: 0.125rem !important;
    left: -1.6rem;
}

.auth-box .link-terms {
    color: #222 !important;
    font-weight: 600 !important;
}

.auth-box .link-terms strong {
    color: #222 !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

.auth-box .recaptcha-cnt {
    min-height: 80px;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    max-width: 100%;
}

.auth-box .recaptcha-cnt .g-recaptcha {
    height: 74px;
    margin: 0 auto;
    max-width: 100%;
    width: 300px;
}

.auth-box .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.auth-box .btn-block,
.auth-box .btn-custom,
.auth-box .modal-newsletter .btn,
.auth-box .newsletter-button {
    background-color: #004963;
    border-color: #004963;
}

.auth-box .btn-block {
    padding: 0.656rem 1.5rem;
    border-radius: 0.1875rem;
    color: #fff !important;
    display: block !important;
    width: 100%;
}

.auth-box .btn-custom {
    color: #fff !important;
    font-weight: 400;
    outline: 0 !important;
    font-size: 15px;
}

.auth-box .btn-md {
    padding: 0.48rem 0.9rem;
    border-radius: 0.1875rem;
    line-height: 1.5;
}

.auth-box .p-social-media {
    font-size: 13.2px;
    font-weight: 500;
}

.auth-box .p-social-media a {
    color: #666;
}

.auth-box .custom-checkbox .custom-control-label::after {
    left: -1.6rem;
    background-size: 10px 10px;
}

.auth-box .custom-control-label::before,
.auth-box .custom-control-label::after {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.1rem;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
}

.auth-box .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.auth-box .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.auth-box .btn-block:hover {
    opacity: .9;
}

.auth-box .btn-custom:hover,
.auth-box .btn-custom:focus,
.auth-box .btn-custom:active {
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.auth-box .form-group.text-right {
    text-align: right;
}

.auth-box .form-group.text-right a {
    font-size: 14px;
    color: #004963;
}

.auth-box .form-group.text-right a:hover {
    text-decoration: underline;
}

.auth-box .modal-title {
    font-size: 17px;
    font-weight: 600;
}

.forgot_page_sec .auth-box {
    background: #fff;
    padding: 30px;
    width: 420px;
    max-width: 100%;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.auth-box .login_register_p button {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    line-height: 18px;
}

.auth-box .btn-check:focus+.btn,
.auth-box .btn:focus,
#staticBackdrop .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.forgotPasswordSec,
.registerPage {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.staticBackdrop_location .location-modal-description {
    margin-bottom: 20px;
    color: #999;
    font-weight: 400;
    font-size: 15px;
}

.staticBackdrop_location ion-icon.md.hydrated {
    position: absolute;
    top: 13px;
    left: 10px;
    right: 0;
    z-index: 9;
    color: #777;
}

.staticBackdrop_location input#input_location {
    padding-left: 30px;
}

.btn-close:focus {
    box-shadow: none;
}

@media screen and (max-width:991px) {
    .auth-box .title {
        font-size: 21px;
    }
}

.VideoblockSec .tabs-container nav ul li {
    padding: 1rem;
    border-top: 1px solid #eee;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    transition: 0.3s all ease-in-out;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 600;
    color: var(--text-color);
    text-transform: uppercase;
}

.VideoblockSec .tabs-container nav ul li:hover {
    color: #3e4b58;
}

.VideoblockSec .tabs-container nav ul li.active {
    color: #3e4b58;
    border-top: none;
}

.VideoblockSec .tabs-container {
    position: relative;
    height: auto;
}

.VideoblockSec .tabs-container nav {
    position: absolute;
    width: auto;
    top: 10px;
}

.VideoblockSec .tabs-container nav ul li {
    order: 1;
    border-bottom: 0px solid #ff4c46;
}

.VideoblockSec .tabs-container nav ul li.active {
    order: 0;
}

.VideoblockSec .tabs-container nav ul li.active:after {
    width: 1px;
    height: 1px;
    border: 5px solid transparent;
    border-top: 5px solid #555;
    content: '';
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    z-index: 9999;
}

.VideoblockSec .tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em;
}

.VideoblockSec .tabs-container nav ul.expanded li.active:after {
    border-top-color: transparent;
    border-bottom-color: #555;
    top: 1em;
}

.VideoblockSec .tabs-container nav ul.expanded li:not(.active) {
    position: relative;
    top: auto;
}

@media all and (min-width: 42em) {

    .VideoblockSec .tabs-container nav ul li.active {

        border: 1px solid #ff4c46;
        color: #ff4c46;
    }

    .VideoblockSec .tabs-container nav ul {
        display: flex;
        flex-direction: row;
        overflow: hidden;
        border: none;
        padding: 0;
    }

    .VideoblockSec .tabs-container nav ul li {
        display: inline-block;
        margin: 0 1rem 0 1rem;
        border: none;
    }

    .VideoblockSec .tabs-container nav ul li:not(.active) {
        position: relative;
        top: auto;
        border-bottom: 1px solid #004963;
    }

    .VideoblockSec .tabs-container nav ul li.active {
        order: 1;
    }

    .VideoblockSec .tabs-container nav ul li.active:after {
        display: none;
    }
}

.VideoblockSec .tab-content {
    display: none;
    padding: 15px;
}

.VideoblockSec .tab-content.current {
    display: inherit;
}

@media screen and (min-width:672px) and (max-width:1399px) {
    .VideoblockSec .tabs-container nav ul li.active {
        box-shadow: none;
        border-bottom: 3px solid #ff4c46;
    }

    .VideoblockSec .tabs-container nav ul li {
        margin: 0 5px;
    }
}

@media screen and (min-width:672px) and (max-width:1199px) {
    .VideoblockSec .tabs-container nav ul li {
        padding: 10px 20px;
    }
}

@media screen and (min-width:672px) and (max-width:991px) {
    .VideoblockSec .tabs-container {
        height: 4rem;
    }

    .VideoblockSec .tabs-container nav {
        top: 0;
        width: 100%;
    }

    .VideoblockSec .tabs-container nav ul {
        justify-content: center;
    }

    .VideoblockSec .tabs-container nav ul li {
        font-size: 18px;
    }
}

@media screen and (max-width:671px) {
    .VideoblockSec .tabs-container nav ul {
        display: flex;
        flex-direction: column;
    }

    .VideoblockSec .tabs-container nav ul.expanded li:not(.active) {
        position: relative;
        top: auto;
    }

    .VideoblockSec .tabs-container nav ul li {
        padding: 0.75rem;
        cursor: pointer;
        color: #A7A7A7;
        border-top: 1px solid #eee;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 25px;
        font-size: 14px;
        padding: 10px;
    }

    .VideoblockSec .tabs-container nav ul.expanded li.active:after {
        border-top-color: transparent;
        border-bottom-color: #555;
        top: 1em;
    }

    .VideoblockSec .tabs-container nav ul li.active:after {
        width: 1px;
        height: 1px;
        border: 5px solid transparent;
        border-top: 5px solid #555;
        content: "";
        position: absolute;
        right: 1.5em;
        top: 20px;
        z-index: 9999;
    }

    .VideoblockSec .tabs-container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #004963;
        padding: 0 10px;
        border-radius: 4px;
        background: #dfffde;
    }

    .VideoblockSec .tabs-container nav {
        position: relative;
        width: 100%;
    }

    .VideoblockSec .tabs-container nav {
        margin: 0 auto;
        background: #fff;
    }

    .VideoblockSec .tabs-container nav ul li.active {
        border-bottom: 0px;
    }

    .VideoblockSec .tabs-container nav {
        width: 100%;
    }

    .VideoblockSec .tabs-container nav {
        top: 0;
    }

    .Videoblockrows {
        flex-direction: column-reverse;
    }

    .VideoblockSec .tab-content {
        padding: 15px 0 0;
    }
}

.top_drop_jumbo .select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    color: #60666d;
}

.top_dropdown_admin {
    position: relative;
}

.top_drop_jumbo .select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
}

.top_drop_jumbo .select-box__current:focus+.select-box__list {
    opacity: 1;
    animation-name: none;
}

.top_drop_jumbo .select-box__current:focus+.select-box__list .select-box__option {
    cursor: pointer;
}

.top_drop_jumbo .select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}

.top_drop_jumbo .select-box__icon {
    position: absolute;
    top: 50%;
    left: auto;
    right: -15px;
    transform: translateY(-45%);
    width: 9px;
    transition: 0.2s ease;
    height: auto;
}

.top_drop_jumbo .select-box__value {
    display: flex;
}

.top_drop_jumbo .select-box__input {
    display: none;
}

.top_drop_jumbo .select-box__input:checked+.select-box__input-text {
    display: block;
    color: #243144;
    font-size: 14px;
}

.top_drop_jumbo .select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.top_drop_jumbo .select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: none;
    /*    padding: 15px;*/
    background: #FFF;
    z-index: 99;
    width: max-content;
    top: 25px;
    border-radius: 0;
    /*    border: 1px solid #ddd;*/
}

.top_drop_jumbo.country_drop_jumbo .select-box__list,
.currency_drop_jumbo.top_drop_jumbo .select-box__list {
    width: max-content;
    padding: 8px 0;
}

.top_drop_jumbo li {
    padding: 0 15px;
}

.top_drop_jumbo .select-box__list li {
    list-style: none;
    display: block;
}

.top_drop_jumbo .select-box__option {
    display: block;
    padding: 10px 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
}

.megamenuSec .top_drop_jumbo .select-box__option {
    font-size: 13px;
}

.megamenuSec .top_drop_jumbo .select-box__option {
    padding: 10px 15px;
}

.top_drop_jumbo .select-box__option:hover,
.top_drop_jumbo .select-box__option:focus {
    color: #243144;
    background-color: #f5f5f5;
}

.megamenuSec .top_drop_jumbo li {
    padding: 0;
}

.megamenuSec .top_drop_jumbo li label {
    padding: 10px 15px;
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}

li.iti__country {
    padding: 5px 10px;
    display: list-item;
}

li.iti__divider {
    display: list-item;
}

/* new plan your trip */

.full_plan {
    width: 100%;
    max-width: 840px;
    max-height: 100vh;
    scroll-behavior: smooth;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.plan_box_top {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #fff;
    padding: 10px 0px 20px;
    z-index: 100;
}

.plan_box_logo_img {
    max-width: 200px;
}

.plan_box_top h3 {
    font-size: 24px;
    color: #000;
    line-height: 34px;
}

.plan_area {
    /* height: 100vh; */
    max-width: 840px;
    margin: 0 auto;
    box-sizing: border-box;
    /* padding: 0px 60px; */
    overflow: auto;
}

.plan_item {
    /* min-height: calc(100vh - 350px); */
    padding-top: 30px;
    padding-bottom: 5px;
    /* margin-top: 50px; */
}

.plan_item_inner {
    width: 100%;
    display: block;
}

.plan_item h3 {
    font-size: 30px;
    line-height: 45px;
    color: #212529;
    font-weight: 500;
    position: relative;
}

.plan_item_number {
    position: absolute;
    top: 0px;
    left: -45px;
    font-size: 18px;
    line-height: 32px;
    color: #004963;
    font-weight: 400;
}

.plan_item_number i {
    font-style: normal;
}

/* Plan Custome Checkbox */
.plan_label_area {
    padding-top: 30px;
    overflow: hidden;
}

input.form-control.form_landmark_visit {
    margin-bottom: 10px;
}

.plan_label {
    width: 50%;
    height: 40px;
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    color: #20c593;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.multi_column_answer .plan_label {
    width: 100%;
}

.plan_label_full {
    width: 100% !important;
}

.plan_label:hover {
    background-color: rgb(32 197 147 / 35%);
}

.plan_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.plan_checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgb(32 197 147 / 8%);
    box-shadow: #20c593 0px 0px 0px 1px inset;
    z-index: 2;
}

.plan_checkmark:after {
    position: absolute;
    top: 12px;
    right: 16px;
    content: "";
    position: absolute;
    display: none;
    width: 6px;
    height: 13px;
    border: solid #20c593;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}

.plan_label input:checked~.plan_checkmark {
    background-color: rgb(32 197 147 / 10%);
    box-shadow: #20c593 0px 0px 0px 2px inset;
}

.plan_label input:checked~.plan_checkmark:after {
    display: block;
}

.plan_serial {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 10px;
    color: #035267;
    font-weight: 600;
    border-radius: 2px;
    font-size: 12px;
    line-height: 22px;
    border-color: rgba(4, 69, 175, 0.6);
    border: 1px solid rgba(4, 69, 175, 0.6);
    z-index: 5;
}

.plan_label_txt {
    font-size: 17px;
    color: #000;
    line-height: 38px;
    padding-left: 3px;
    white-space: nowrap;
    z-index: 5;
}

.plan_label input:checked~.plan_serial {
    background: #20c593;
    color: #fff;
}

.plan_sub_submit {
    position: relative;
    font-family: inherit;
    line-height: initial;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    outline: none;
    border: 1px solid transparent;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    padding-block: 6px;
    padding-inline: 14px;
    min-height: 40px;
    background: #20c593;
    color: rgb(255, 255, 255);
    border-radius: 4px;
}

.plan_sub_submit:hover {
    opacity: 0.8;
}

.plan_sub_previous {
    position: relative;
    font-family: inherit;
    line-height: initial;
    font-weight: 700;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-property: background-color, color, border-color, opacity, box-shadow;
    transition-timing-function: ease-out;
    outline: none;
    border: 1px solid transparent;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px 0px;
    padding-block: 6px;
    padding-inline: 14px;
    min-height: 40px;
    border: 2px solid #20c593;
    background: none;
    color: #20c593;
    border-radius: 4px;
}

.plan_sub_previous:hover {
    background: #20c593;
    color: #fff;
}

.plan_txt {
    padding-top: 15px;
}

.plan_txt p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.plan_txt p a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
}

.plan_label_2 {
    width: 100% !important;
    height: 100%;
    padding: 8px !important;
    margin-bottom: 0px !important;
}

.plan_image {
    display: block;
    width: 100%;
}

.plan_image img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

/* .plan_label_area .container-fluid {
    padding: 0px 4px;
} */

.i_have_destination_screen .plan_label_area .row, .single_screen_question_2 .plan_label_area .row {
    margin: 0px -4px;
}

.plan_label_area .col-3 {
    padding: 4px;
}

.plan_label_2 .plan_serial {
    position: absolute;
    top: 173px;
}

.plan_label_2 .plan_label_txt {
    padding: 7px 10px 0px 35px !important;
    box-sizing: border-box;
    white-space: normal;
    font-size: 16px;
    line-height: 22px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.plan_label_2 .plan_checkmark::before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-block-start: 24px solid #20c593;
    border-block-end: 24px solid transparent;
    border-inline-start: 24px solid transparent;
    border-inline-end: 24px solid #20c593;
    position: absolute;
    inset-inline-end: 0px;
    inset-block-start: 0px;
    z-index: 2;
    display: none;
}

.plan_label input:checked~.plan_checkmark::before {
    display: block;
}

.plan_label_2 .plan_checkmark:after {
    border-color: #fff !important;
}

.plan_label_2 .plan_checkmark:after {
    top: 5px;
    right: 10px;
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {

    .plan_label_area .col-3 {
        width: 33.33%;
    }
}

@media only screen and (max-width: 660px),
only screen and (max-device-width: 660px) {

    .plan_label_area .col-3 {
        width: 50%;
    }
}

@media only screen and (max-width: 660px),
only screen and (max-device-width: 480px) {

    .plan_area {
        padding: 0px 15px;
    }

    .plan_label_area .col-3 {
        width: 100%;
    }

    .plan_item_number {
        position: relative;
        top: 0px;
        left: 0px;
    }
}

.plan_area::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.plan_area::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #ffffff;
}

.plan_area::-webkit-scrollbar-thumb {
    background-color: #dce1e6;
}

.question_list .single_question {
    display: none;
}

.question_list .single_question.active {
    display: block;
}

.pyt_main_modal .single_screen {
    display: none;
}

.pyt_main_modal .single_screen.active {
    display: block !important;
}

.pyt_main_modal .account_create_screen .row {
    margin-top: 20px;
}

.pyt_main_modal .account_create_screen .sub_heading {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}

.pyt_main_modal .account_create_screen .row label {
    color: #004963;
    font-family: "Plus Jakarta Sans", serif !important;
}

.pyt_main_modal .account_create_screen .row input {
    color: #004963;
}

.pyt_main_modal .account_create_screen .form_location {
    padding-left: 30px;
}

#newPlanMyTripModal .main_title, #pytThemeBaseModal .main_title {
    color: #004963;
    font-family: "Plus Jakarta Sans", serif !important;
}

.pyt_main_modal .plan_item_inner h3 {
    color: #004963;
    font-family: "Plus Jakarta Sans", serif !important;
}

.pyt_main_modal .plan_item_inner h5 {
    color: #004963;
    font-family: "Plus Jakarta Sans", serif !important;
}

.pyt_main_modal .reset_btn {
    background-color: transparent;
    color: #ff4d47;
    border: 1px solid #ff4d47;
}

.pyt_main_modal .prev_btn {
    margin-right: 5px;
    background: transparent;
    color: #20c593;
    border: 1px solid #20c593;
}

.pyt_main_modal .skip_btn {
    margin-right: 5px;
    background: transparent;
    color: #20c593;
    border: 1px solid #20c593;
}

.pyt_main_modal .back_to_register_btn {
    background-color: #d1fada;
    color: #20c593;
    border: 1px solid #20c593;
}

.pyt_main_modal .form_error {
    color: #ff4c46;
    margin-bottom: 10px;
}

/*************Hero area start*************/
.pad_0{
	padding: 0;
}
.pt_50{
	padding-top: 50px;
}
.pb_50{
	padding-bottom: 50px;
}
.pt_30{
	padding-top: 30px;
}
.pb_30{
	padding-bottom: 30px;
}
.pt_20{
	padding-top: 20px;
}
.pb_20{
	padding-bottom: 20px;
}
.mt_50{
	margin-top: 50px;
}
.mb_50{
	margin-bottom: 50px;
}
.mt_30{
	margin-top: 30px;
}
.mb_30{
	margin-bottom: 30px;
}
.mt_20{
	margin-top: 20px;
}
.mb_20{
	margin-bottom: 20px;
}
.txt_left{
	text-align: left !important;
}
.sec_bg_1{
	background-color: #F5F5F5;
}
.inner_hero_area{
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .48);
}
.inner_hero_img {
    width: 100%;
    height: 735px;
    overflow: hidden;
    position: relative;
}

.inner_hero_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 77%;
    transform-origin: center;
}
/* .inner_hero_img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
} */
.inner_hero_content{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	align-items: center !important;
	display: flex !important;
	background: rgba(0, 0, 0, .2);
}
.inner_hero_txt{
	width: 100%;
	text-align: center;
}
.inner_hero_txt h5{
	font-size: 20px;
	color: #fff;
	line-height: 140%;
}
.inner_hero_txt h1{
	font-size: 60px;
	color: #fff;
	line-height: 120%;
	font-weight: 900;
}

/*************Breadcrumb area start*************/

.breadcrumb_area{
	text-align: center;
}
.breadcrumb_menue{
    padding: 16px 0px;
    overflow: auto;
    white-space: nowrap;
}
.breadcrumb_menue .breadcrumb{
    display: ruby;
    white-space: nowrap;
}
.breadcrumb_menue .breadcrumb a{
    font-size: 15px;
    color: #004963;
    text-decoration: none;
}
.breadcrumb_menue .breadcrumb a:hover{
    color: #000;
    text-decoration: underline;
}
.breadcrumb_menue .breadcrumb-item.active{
    color: #B3B3B3;
} 
.breadcrumb_menue .breadcrumb-item+.breadcrumb-item::before{
    color: #B3B3B3;
    padding-right: 3px !important;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 3px !important;
}

/*************Content Sec-1 area start*************/

.Content_sec_1{
	
}
.Content_sec_1 .container{
	width: 100%;
	max-width: 1245px;
}
.Content_sec_1 .container_sp{
	width: 100%;
	max-width: 1245px;
}
.Ctitle_1{
	font-size: 32px;
	color: #000;
	line-height: 140%;
	font-weight: 900;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.Ctxt{
	max-width: 972px;
	margin: 0 auto;
	font-size: 16px;
	color: #4d4d4d;
	line-height: 26px;
	padding-top: 20px;
}
.Ctxt a{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 26px;
	font-weight: 600;
	text-decoration: underline;
}
.Ctxt2{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 26px;
	padding-top: 20px;
}
.Ctxt2 a{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 26px;
	font-weight: 600;
	text-decoration: underline;
}
.Bborder{
	position: relative;
}
.Bborder:before{
	content: "";
	position: absolute;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 3px;
	background: #014962;
}
.devider_txt{
	position: relative;
	text-align: center;
}
.devider_txt:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -1px;
	width: 100%;
	height: 1px;
	background: #D9D9D9;
}
.devider_txt a{
	font-size: 16px;
	color: #808080;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	text-decoration: none;
	position: relative;
}

/*************Attractions Post area start*************/

.Attractions_post{
	
}
.Attractions_post .container{
	width: 100%;
	max-width: 1245px;
}
.Attractions_post .col-md-4{
	padding-top: 30px;
}
.Ctitle_2{
	font-size: 32px;
	color: #000;
	line-height: 140%;
	font-weight: 900;
	position: relative;
}
.Ctitle_seeall{
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 16px;
	color: #000;
	line-height: 140%;
	font-weight: 900;
	text-decoration: none;
}
.Attractions_item{
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1);
	border-radius: 8px;
	overflow: hidden;
	transform: translateZ(0);
	position: relative;
}
.Attractions_item_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.Attractions_item:hover {
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .2);
}
.Attractions_img img{
    width: 100%;
    max-width: 100%;
    height: 250px;
	object-fit: cover;
	border-radius: 8px 8px 3px 3px;
}
.Attractions_content{
	background: #fff;
	min-height: 100px;
	padding: 24px 16px;
}
.card_rating{
	font-size: 16px;
	color: #4d4d4d;
	line-height: 16px;
}
.card_rating i{
	color: #00c295;
}
.Attractions_content h4{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 30px;
	margin-top: 10px;
}
.Attractions_item:hover .Attractions_content h4{
	text-decoration: underline;
}
.Attractions_content p{
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card_ribbon{
	top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3125rem;
    min-width: 2.5rem;
    position: absolute;
    left: 16px;
    padding: .5rem .25rem;
    background: #C81E3A;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 87%, 0 100%);
}
.more_btn_box{
	text-align: center;
}
.more_btn{
    background: #20c593;
    border: 1px solid #20c593;
	font-size: 20px;
    color: #fff;
	font-weight: 700;
	line-height: 40px;
	padding: 5px 24px;
	height: 52px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
}
.more_btn:hover{
    color: #fff;
}


/*************Explore area start*************/


.Explore_area{
	overflow: hidden;
}
.container_sp{
	width: 100%;
	max-width: 1245px;
}
.Explore_item{
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1);
	border-radius: 8px;
	overflow: hidden;
	transform: translateZ(0);
	position: relative;
	margin-top: 25px;
	min-height: 100%;
}
.Explore_item_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.Explore_item:hover {
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .2);
}
.Explore_img img{
    width: 100%;
    max-width: 100%;
    height: 250px;
	object-fit: cover;
	border-radius: 8px 8px 3px 3px;
}
.Explore_item_content{
	background: #fff;
	min-height: 100px;
	padding: 20px 24px;
}
.Explore_item_content h4{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 24px;
}
.slide_item{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
}
.travelone_single_product .slide_item {
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.with_shadow{
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1);
    border-radius: 8px;
}
.with_shadow:hover {
    box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .2);
}
.with_shadow .item_box_content{
	padding: 15px 25px 25px;
}
.slider_fullbox{
	overflow: hidden;
}
.slick-arrow{
	width: 2rem;
    height: 2rem;
	background: #fff;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	z-index: 100;
	color: #000;
}
/* .slick-arrow:hover{
	background: #fff;
	border: 1px solid #D9D9D9;
	color: #000;
} */
.slick-arrow.slick-disabled{
	display: none !important;
}
.slick-prev {
    left: -6px;
}
.slick-next {
    right: -6px;
}
.slick-prev:before {
	font-size: 16px;
	color: #000;
	content: "\f053";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.slick-next:before {
	font-size: 16px;
	color: #000;
    content: "\f054";
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}


/*************Trip ideas area start*************/

.Trip_ideas_item{
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1);
	border-radius: 8px;
	overflow: hidden;
	transform: translateZ(0);
	position: relative;
	margin-top: 25px;
	min-height: 100%;
}
.Trip_ideas_item_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.Trip_ideas_item:hover {
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .2);
}
.Trip_ideas_img img {
    width: 100%;
    max-width: 100%;
    height: 200px;
	object-fit: cover;
	border-radius: 8px 8px 3px 3px;
}
.traveler_testimonials_slider .Trip_ideas_img img {
    height: 190px !important;
    object-position: center 47% !important;
}
.Trip_ideas_item_content{
	background: #fff;
	min-height: 100px;
	padding: 16px 16px;
}
.Trip_ideas_item_content h4{
	min-height: 15px;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Trip_ideas_item_content p{
	font-size: 14px;
	color: #4D4D4D;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item_profile{
	margin-top: 20px;
}
.item_profilePhoto{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.item_profilePhotoXl{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	object-fit: cover;
}
.item_profileName{
	color: #808080;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
	margin-left: 10px;
}
.item_profileNameTitle{
	color: #000;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
	margin-left: 10px;
	font-weight: 700;
}
.item_profileTime{
	color: #808080;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
	margin-left: 10px;
}
.item_profileDt .item_profileTime{
	display: block;
}
.item_profileDt{
	
}
.features_listing ul{
	margin: 0;
	padding: 0;
}
.features_listing ul li{
	list-style-type: none;
	font-size: 12px;
	color: #000;
	padding-top: 7px;
}
.features_listing ul li i{
	font-size: 12px;
	margin-right: 3px;
}
.item_currentPrice{
	font-size: 12px;
	color: #000;
	padding-top: 25px;
}
.moneyView{
	font-size: 16px;
	font-weight: 700;
}
.item_box{
	border-radius: 8px;
	overflow: hidden;
	transform: translateZ(0);
	position: relative;
	margin-top: 25px;
	min-height: 100%;
}
.item_box_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
}
.item_box_img img{
    width: 100%;
    max-width: 100%;
    height: 190px;
	object-fit: cover;
	border-radius: 8px 8px 3px 3px;
}
.item_box_content{
	background: #fff;
	min-height: 100px;
	padding: 10px 0px;
}
.item_box_content h4{
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 10px;
}
.item_box:hover .item_box_content h4{
	text-decoration: underline;
}
.item_sellOut_sticker{
	position: absolute;
	top: 12px;
	left: 12px;
	background: #C81E3A;
	font-size: 14px;
	color: #fff;
	line-height: 120%;
	padding: 4px 10px;
	font-weight: 700;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
	border-radius: 5px;
}
.item_BestSeller_sticker{
	position: absolute;
	top: 12px;
	left: 12px;
	background: #00C295;
	font-size: 14px;
	color: #fff;
	line-height: 120%;
	padding: 4px 10px;
	font-weight: 700;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
	border-radius: 5px;
}
.item_wishlistBadge{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	background: #fff;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding-top: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
	border-radius: 50%;
	text-align: center;
	z-index: 100;
	cursor: pointer;
}

.item_wishlistBadge:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, .32);
}
.destinations_item_row .col-md-2{
	width: 20%;
}
.destinations_item{
	position: relative;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.destinations_item:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
	z-index: 5;
}
.destinations_item:hover:before{
	display: none;
}
.destinations_item_img img{
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.destinations_item_row .col-md-3 .destinations_item_img img{
	height: 162px;
}
.destinations_item_name{
	transition: .5s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 30px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;text-shadow: #000 .0625rem 0 .625rem;
	z-index: 10;
}
.destinations_item_name h4{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}

/* attributes section area start */
.attributesSection_listing{
	margin-top: 30px;
}
.travelone_single_product .attributes_item {
    padding: 1rem;
    border: 1px solid #D9D9D9;
    border-radius: .5rem;
	margin: 0px 5px;
}
.attributes_item {
    padding: 1rem 1.5rem;
    border: 1px solid #D9D9D9;
    border-radius: .5rem;
	margin: 0px 5px;
}
.attributes_item h3{
	font-size: 32px;
	color: #000;
}
.attributes_item h4 {
	font-size: 15px;
	color: #004963;
	font-weight: 700;
	line-height: 30px;
	margin-top: 10px;
}
.attributes_item p{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	margin-top: 10px;
}

/*************QA area start*************/

.qa_area_row{
	padding-top: 10px;
}
.QA_item{
	margin-top: 15px;
}
.question_line{
	display: flex;
	gap: 8px;
	font-size: 16px;
	color: #000;
}
.answere_line{
	display: flex;
	gap: 8px;
    padding: 16px;
    border-radius: 5px;
	font-size: 16px;
	color: #000;
	background: #F5F5F5;
	margin-top: 15px;
}


/*************Blog Hero area start*************/

.blog_hero{
	position: relative;
}
.blog_hero_img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.blog_hero_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_hero_over{
	background-color: rgba(0, 0, 0, .3);
	position: relative;
	z-index: 10;
}
.blog_hero_content_box{
	position: relative;
	min-height: 400px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.blog_hero_content h1{
	font-size: 3.5rem;
	line-height: 4.1875rem;
	padding-bottom: 8px;
	text-shadow: 0 .25rem .625rem rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: 700;
}
.blog_hero_content p{
	font-size: 20px;
	line-height: 1.3125rem;
	padding-bottom: 5.8125rem;
	text-shadow: 0 .25rem .625rem rgba(0, 0, 0, .5);
	color: #fff;
	font-weight: 700;
}
.blog_socialMediaLinks{
	position: absolute;
	bottom: 24px;
	left: 0px;
}
.blog_socialMediaLinks a{
	margin-right: 5px;
}


/*************Featured stories area start*************/


.Featured_post{
	
}
.Featured_post .container{
	width: 100%;
	max-width: 1245px;
}
.Featured_post .col-md-6{
	padding-top: 30px;
}
.Featured_item{
	border: 1px #d9d9d9 solid;
	border-radius: 8px;
	overflow: hidden;
	transform: translateZ(0);
	position: relative;
	display: flex;
	flex-direction: row;
	flex: 1 1 100%;
}
.Featured_item_link{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.Featured_img {
	display: flex;
	flex: 0 0 48%;
	aspect-ratio: 3 / 2;
}
.Featured_img img{
    width: 100%;
    max-width: 100%;
    height: 250px;
	object-fit: cover;
	border-radius: 3px 8px 8px 3px;
}
.Featured_content{
	background: #fff;
	min-height: 100px;
	padding: 15px 16px;
}
.Featured_content h4{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.Featured_content p{
	font-size: 16px;
	color: #000;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.readMore_span{
	font-size: 16px;
	color: #000;
	line-height: 20px;
	text-decoration: underline;
}
.item_profile_sm{
	margin-top: 30px;
}
.item_profile_sm .item_profilePhoto{
	width: 28px;
	height: 28px;
}
.item_profileName{
	color: #808080;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
	margin-left: 10px;
}
.profileName_subtext:before {
    content: "•";
    margin: 0 .25rem;
}

/*************Video Post area start*************/

.Video_post_area{
	
}
.highlightVideo{
	width: 100%;
	height: 445px;
	object-fit: cover;
    border-radius: 5px;
	direction: ltr;
}
.video_iframe_title{
	height: 100%;
	direction: ltr;
}
.video_iframe_title h4{
	font-size: 28px;
	color: #000;
	line-height: 38px;
	font-weight: 700;
	padding: 30px 0px;
}
.Video_post_row{
	direction: rtl;
}

/*************Do More area start*************/

.DoMore_area{
	padding: 30px 0px;
    background-color: #eafbf7;
    border-radius: 8px;
}
.DoMore_area .row{
	direction: rtl;
}
.DoMore_content{
	direction: ltr;
	padding: 20px 0px;
}
.DoMore_content h4{
	font-size: 20px;
	color: #000;
	font-weight: 700;
	line-height: 120%;
}
.DoMore_content p{
	font-size: 14px;
	color: #000;
	line-height: 120%;
	padding-top: 10px;
}
.DoMore_content a{
	font-size: 16px;
	padding: 8px 1rem;
	line-height: 27px;
	height: 45px;
	margin-top: 20px;
}


/*************Single Blog area start*************/

.blog_post_sec{
	
}
.blogPost_item{
	
}
.blogPost_item h2{
	font-size: 32px;
	color: #000;
	font-weight: 700;
	line-height: 120%;
}
.blogPost_item h3{
	font-size: 28px;
	color: #000;
	font-weight: 700;
	line-height: 120%;
}
.blogPost_item h5{
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	margin-top: 10px;
	line-height: 120%;
}
.blogPost_photo{
	
}
.blogPost_photo img{
	border-radius: 8px;
}
.photoCredit{
	font-size: 13px;
	color: #4D4D4D;
	padding-top: 8px;
}
.photoCredit_name{
	padding-left: 5px;
}
.blogPost_item .item_profile{
	margin-top: 30px;
}
.blog_content{
	padding-top: 15px;
}
.blog_content p{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	padding-top: 10px;
}
.blog_content p a{
	font-size: 16px;
	color: #000;
	line-height: 26px;
	text-decoration: underline;
}
.blog_content h5{
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	line-height: 120%;
}
.blog_more_btn{
	margin-top: 25px;
}
.blog_more_btn .more_btn{
	line-height: 30px;
	height: auto;
	min-height: 42px;
	font-size: 16px;
}
.blog_post_sec .col-md-3{
	position: relative;
}
.Sticky_sidebar{
	position: sticky;
	top: 0;
	padding-top: 20px;
}
.Sticky_sidebar h4{
	font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
}
.Sticky_sidebar_item ul{
	margin: 0;
	padding: 0;
}
.Sticky_sidebar_item ul li {
    width: 100%;
	list-style-type: none;
	box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	margin: 0;
	padding: 0;
	padding: 14px;
	margin-top: 20px;
}
.Sticky_sidebar_item ul li a{
	display: block;
	text-decoration: none;
}
.item_sidebarPhotoSQ{
	width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}
.item_sidebarNameTitle{
	color: #000;
    font-size: 18px;
	margin-left: 10px;
	font-weight: 700;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item_sidebarSubTxt{
	color: #000;
    font-size: 14px;
	margin-left: 10px;
	margin-top: 5px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item_sidebarDt .item_sidebarSubTxt{
	display: block;
}
.item_sidebarSubTxt_icon{
	vertical-align: middle;
}
.Sticky_sidebar_item ul li a:hover .item_sidebarNameTitle, .Sticky_sidebar_item ul li a:hover .item_sidebarSubTxt2{
	text-decoration: underline;
}
.DoMore_sideItem{
    background-color: #eafbf7;
    border-radius: 8px;
	margin-top: 30px;
}
.DoMore_sideItem .DoMore_content{
	padding: 20px 15px 20px;
	text-align: center;
}
.DoMore_sideItem .more_btn{
	display: block;
	width: 100%;
}
.sidebar_social{
	padding-top: 30px;
}
.sidebar_social h4{
	color: #000;
    font-size: 18px;
	font-weight: 700;
}
.sidebar_social ul{
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.sidebar_social ul li{
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	margin-top: 10px;
}
.sidebar_social ul li a{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #000;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	display: block;
}
.item_boxShadow{
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1);
    border-radius: 8px;
}
.item_boxShadow:hover {
    box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .2);
}
.blog_post_slider .item_box_content{
	padding: 10px 20px 15px;
}
.blog_post_slider h3{
    font-size: 28px;
    color: #000;
    font-weight: 700;
    line-height: 120%;
}

.blog_post_slider .slick-arrow {
	top: 0px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    border: 1px solid #d9d9d9;
}
.blog_post_slider .slick-prev{
    left: 100%;
	margin-left: -75px;
}
.blog_post_slider .slick-next{
    right: 0px;
}
.blog_post_slider .slick-arrow.slick-disabled {
    display: block !important;
}
.blog_post_slider .item_currentPrice {
    padding-top: 20px;
}
.simple_item{
	margin-top: 30px;
}
.simple_item h4{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding-bottom: 5px;
}
.simple_item p{
	font-size: 16px;
	color: #000;
	padding-top: 15px;
	line-height: 26px;
}
.simple_item p a{
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}

/*************thumbsUpFeedbackListing start*************/

.thumbsUpFeedbackListing{
	text-align: center;
	width: 100%;
	background-color: #EAFBF7;
	border-radius: .25rem;
	padding: 1.25rem;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.thumbsUpBtns{
	display: inline-block;
	padding-left: 10px;
}
.thumbsUpBtns button{
	font: inherit;
	background: transparent;
	border: none;
	padding: 0px;
	vertical-align: middle;
	margin: 0px 0.6em 0px 0px;
	cursor: pointer;
}
.thumbsUpBtns button:hover .path_color_1{
	fill: #D3F6EE !important;
}


/*************listingWordCloudContainer start*************/

.listingWordCloudContainer{
	margin-top: 40px;
	overflow: hidden;
}
.listingWordCloudContainer h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
	margin-bottom: 10px;
}
.listingWordCloudContainer ul{
    margin: 0;
    padding: 0;
	margin-left: -8px;
}
.listingWordCloudContainer ul li{
    list-style-type: none;
    display: inline-block;
    padding: 0px 8px;
	margin-top: 5px;
}
.listingWordCloudContainer ul li a{
    font-size: 14px;
    color: #000;
    line-height: 120%;
    text-decoration: none;
    position: relative;
}
.listingWordCloudContainer ul li a:hover{
    text-decoration: underline;
}
.listingWordCloudContainer ul li a:after{
    content: "";
    position: absolute;
    top: 6px;
    right: -8px;
    height: 12px;
    border-right: 1px solid #B3B3B3;
}
.listingWordCloudContainer ul li:last-child a:after{
    display: none;
}
.sec_anc{

}
.sec_anc a{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-decoration: none;
    position: relative;
}

/*************New Listing area start*************/

.New_listing_section{

}
.New_listing_item{
    position: relative;
    z-index: 10;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .1);
	margin-top: 20px;
}
.New_listing_itemBox{
	justify-content: space-between !important;
	display: flex !important;
}
.New_listing_item:hover{
	box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .2);
}
.listing_item_left{
	width: 50%;
	position: relative;
}
.listing_item_left .item_img_listing{
	width: 100%;
	height: 100%;
}
.item_img_listing img {
    width: 100%;
    max-width: 100%;
	height: 100%;
    min-height: 100px;
    object-fit: cover;
    border-radius: 10px 0px 0px 10px;
}
.Newlisting_content{
	width: 50%;
	padding: 32px;
}
.Newlisting_title h3{
	font-size: 24px;
    color: #000;
    font-weight: 700;
	line-height: 32px;
}
.Newlisting_rate{
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 20px;
	margin-top: 10px;
}
.Newlisting_star{
    letter-spacing: -1.5px;
}
.Newlisting_star i{
    font-size: 14px;
    color: #00c295;
    line-height: 20px;
}
.Intro_reviews{
    padding-left: 5px;
}
.Newlisting_item_price{
	justify-content: space-between !important;
	display: flex !important;
	margin-bottom: 10px;
}
.NLIstart_price{
    font-size: 16px;
    color: #004963;
	margin-top: 20px;
}
.NLIstart_price span{
	vertical-align: middle;
}
.NLIselling_price{
	font-size: 26px;
    font-weight: 600;
    color: #004963;
	padding: 0px 5px;
}
.NLIlowest_price_note{
    margin-top: 28px;
	text-align: right;
}
.NLIlowest_price_note a{
	font-size: 15px;
    font-weight: 600;
    color: #ff4c46;
    text-decoration: underline;
}
.Newlisting_content .free_cancellation_box{
	margin-top: 20px !important;
	margin-bottom: 0px !important;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*************New Listing Modal area start*************/

.New_listing_modal{
	
}
.New_listing_modal .tab-content>.active {
    border: none;
}
.listing_navtab{
	position: relative;
}
.listing_modal_close{
	position: absolute;
	top: 0px;
	right: 0px;
}
.modal-header{

}
.New_listing_modal .New_listing_item{
	box-shadow: none;
    border-radius: 0px;
}
.New_listing_modal .item_img_listing img {
    border-radius: 0px;
}
.listing_navtab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
	margin-bottom: 1rem;
}
.listing_navtab .nav-link {
    font-size: 16px;
    color: #004963 !important;
    font-weight: 700;
    border: none !important;
    background: none !important;
    position: relative;
    padding: 15px;
}
.listing_navtab .nav-link.active:after {
    border-bottom: 4px solid;
    border-color: inherit;
    content: "";
    color: #004963;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.listing_navtab .New_listing_item {
    margin-top: 0px;
}
.listing_navtab .nav-tabs img{
	width: auto;
	max-width: 100%;
}


@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {


    .Attractions_post .col-md-4{
        width: 100%;
    }
    .Attractions_item {
        display: flex;
        flex-direction: row;
        flex: 1 1 100%;
        box-shadow: none;
    }
    .Attractions_item:hover {
        box-shadow: none;
    }
    .Attractions_img{
        display: flex;
        flex: 0 0 41.6666666667%;
        border-radius: .1875rem;
        aspect-ratio: 3 / 2;
    }
    .Attractions_img img {
        height: auto;
    }
    .destinations_item_row .col-md-2 {
        width: 33%;
    }


}
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {


    .destinations_item_row .col-md-2 {
        width:50%;
    }
    
    .DoMore_area .row{
        direction: ltr;
    }
    .DoMore_content {
        padding-top: 40px;
        text-align: center;
    }
    .DoMore_content a {
        width: 100%;
        display: block;
    }
    
    .Video_post_row{
        direction: ltr;
    }
    .video_iframe_title h4 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0px;
    }
    .blog_hero_content h1 {
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .blog_hero_content_box {
        min-height: auto;
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .blog_hero_content p {
        padding-bottom: 2.5rem;
    }
    .blog_socialMediaLinks {
        bottom: 40px;
    }
    .blog_hero_content p {
        font-size: 16px;
    }
    .New_listing_itemBox{
        justify-content: unsafe !important;
        display: block !important;
    }
    .listing_item_left{
        width: 100%;
    }
    .Newlisting_content{
        width: 100%;
        padding: 15px;
    }
    .item_img_listing img {
        border-radius: 10px 10px 3px 3px;
    }
    .Newlisting_item_price {
        justify-content: unsafe !important;
        display: block !important;
    }
    .NLIlowest_price_note {
        margin-top: 10px;
        text-align: left;
    }
    .Newlisting_content .free_cancellation_box {
        overflow: visible;
        white-space: unset;
        text-overflow: unset;
    }
    .slick-arrow{
        display: none !important;
    }


}
@media only screen and (max-width: 570px), only screen and (max-device-width: 570px) {


    .destinations_item_row .col-md-2 {
        width:100%;
    }
    .destinations_item_img img {
        height: auto;
    }
    .profileName_subtext{
        display: none;
    }
    .Featured_img {
        flex: 0 0 43%;
        margin: 1.25rem 1rem;
        margin-left: 0px;
    }
    .Featured_img img {
        height: 123px;
        border-radius: 0px;
    }
    .Featured_content h4 {
        font-size: 16px;
        line-height: 22px;
        -webkit-line-clamp: 3;
        margin-bottom: 10px;
    }
    .Featured_content p {
        font-size: 14px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }
    .readMore_span {
        font-size: 14px;
    }
    .highlightVideo {
        width: 100%;
        height: 200px;
    }
    .blogPost_item h3, .blog_post_slider h3{
        font-size: 20px;
    }



}

/*************end*************/

.feedback_questions_list .prev_btn {
    margin-right: 5px;
    background: transparent;
    color: #20c593;
    border: 1px solid #20c593;
}

.landing-top-fixed-panel {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 20px;
    z-index: 99;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.landing-bottom-panel {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #e3e3e3;
    text-align: center;
    padding: 20px;
    z-index: 99;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.landing-bottom-panel button {
    padding: 12px 24px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.ai-tours-videos .single_item {
    width: 50%;
    text-align: center;
    display: inline-block;
}

.skiptranslate {
    display: none;
}