body
{
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-display: swap;
}

.header
{
    width: 100%;
    height: auto;
    background: url('../assets/images/header-bg.webp');
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo
{
    width: auto;
    height: 40px;
    transition:none;
}

#navigation-main .nav-link
{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transition-duration: 200ms;
    position: relative;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

#navigation-main .nav-link:hover
{
    color: #fff;
}

#navigation-main .nav-link > .dropdown-arrow 
{
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
    transition-duration: 200ms;
}

#navigation-main .dropdown-toggle::after
{
    display: none;
}

.navbar-main
{
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    transition:none;
}


.navbar-main > .container
{
    z-index: 9;
}

.navbar-main .navbar-toggler 
{
    width: 28px;
    height: 28px;
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-main .navbar-toggler > span
{
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    transform: translate(-50%,-50%);
    transition-duration: 300ms;
}

.navbar-expanded .logo
{
    filter: invert(1);
    opacity: 0.8;
}

.navbar-expanded .navbar-toggler > span
{
    color: #222425;
}

.navbar-expanded  .nav-link
{
    color: #222425 !important;
}

.navbar-main .navbar-toggler > .feather-x
{
    opacity: 0;
}

.navbar-main .navbar-toggler[aria-expanded="true"] > .feather-x
{
    transform: translate(-50%,-50%) rotate(180deg);
    opacity: 1;
}

.navbar-main .navbar-toggler[aria-expanded="true"] > .feather-menu
{
    opacity: 0;
}

.navbar-main .dropdown-toggle.show > .dropdown-arrow
{
    transform: rotate(180deg);
}

.mega-menu-background
{   
    display: none;
}

.header-menu-title
{
    font-weight: 600;
}

.header-menu-caption
{
    color: #6e6e6e;
    font-size: 16px;
}

.dropdown-items
{
    border-left: 1px solid #eee;
    list-style: none;
}

.main-menu-items > li .dropdown-item:active
{
    color: #002B45 !important;
}

.dropdown-items .dropdown-item
{
    width: auto;
    display: unset;
    line-height: 35px;
    color: #002b45;
    font-weight: 600;
    transition-duration: 300ms;
    background: transparent !important;
    text-decoration: none;
}

.dropdown-items .dropdown-item:hover
{
    color: #0067c5;
}

.header-quote-btn
{
    background: #f88c17;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    width: 200px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    transition-duration: 300ms;
}

.header-quote-btn:hover 
{
    color: #fff;
    background: #002b45;
    text-decoration: none;
}

.title-container
{
    width: 100%;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    text-align: center;
}

.title-container > .title
{
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
}

.title-container > .caption
{
    font-size: 1.5rem;
    font-family: 'Saira', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.header-form-wrap
{
    width: 85%;
    height: auto;
    background: #f6f8f9;
    margin-top: 50px;
    border-radius: 1px;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 38px -19px rgb(0 0 0 / 54%);
    -moz-box-shadow: 0px 0px 38px -19px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 38px -19px rgb(0 0 0 / 54%);
    max-width: 480px;
    border-radius: 8px;
}

.header-form
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-label
{
    font-size: 17px;
    font-weight: 600;
}

.destinations-input
{
    background-color: #ffffff;
    width: 100%;
    height: 48px;
    display: flex;
    border: 1px solid #e6e3e0;
    border-radius:5px;
    position: relative;
}

.destinations-input > .dropdown-menu
{
    width: 100%;
    height: auto;
    z-index: 5;
    position: absolute;
    top: 55px !important;
    border: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    overflow: scroll;
    -webkit-box-shadow: 0px 0px 51px -22px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 0px 51px -22px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 51px -22px rgb(0 0 0 / 45%);
    max-height: 300px;
    overflow: auto;
    padding: 0px;
}

.destinations-input > .dropdown-menu > button
{
    width: 100%;
    height: 35px;
    padding: 20px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
    font-size: 14px;
}

.destinations-input input[type="text"]
{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 15px;
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    border-radius: 5px;
}

.destinations-input > button
{
    width: 48px;
    height: 48px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition-duration: 300ms;
}

.dropdown-menu-active
{
    opacity: 1;
    height: auto;
    display: flex;
}

.dropdown-active
{
    transform: rotate(180deg);
}

.destinations-input .dropdown-menu ul
{
    width: 100%;
    padding: 0px;
    padding: 15px;
    list-style: none;
    margin-bottom: 0px;
}

.destinations-input .dropdown-menu ul li span
{
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #222425;
    padding: 10px 15px;
    display: block;
    font-weight: 500;
}

.destinations-input .dropdown-menu ul li span:hover,.dropdown-menu ul li span:active
{
    background-color: #e2e2e2;
    color: #000;
}

.search-empty-message
{
    width: 100%;
    display: none;
    background-color: transparent !important;
    color: #000 !important;
    cursor: unset !important;
}

.search-empty-message-active
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-direction: column;
    box-sizing: border-box;
}


.form-control-wrap
{
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-control-wrap:not(:first-child)
{
    padding-top: 10px !important;
}

.destination-chips
{
    width: 100%;
    padding: 10px;
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
    display: none;
    flex-wrap: wrap;
    gap: 10px;
}

.destination-chips > .chip
{
    padding: 5px;
    background: #49607e;
    float: left;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    gap: 5px;
}

.destination-chips > .chip > .chip-text
{
    font-size: 14px;
    font-weight: 500;
}

.destination-chips > .chip > .chip-close
{
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1px;
}

.date-input
{
    width: 100%;
    height: 48px;
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e6e3e0;
    border-radius:5px;
    position: relative;
    background-image: url('../assets/images/calendar.svg') !important;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-origin: content-box;
    background-size: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 15px;
}


.date-input input[type="text"]
{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    border-radius: 5px;
    background-color: transparent;
    padding: 0px 15px;
}

.date-input > button
{
    width: 48px;
    height: 48px;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition-duration: 300ms;
}

.age-input-container
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.age-input-container > .age-input
{
    width: 50px;
    height: 50px;
    outline: none;
    border: 1px solid #e6e3e0;
    color: #646568;
    padding: 15px;
    border-radius: 5px;
}

.btn-add-age-input
{
    width: 50px;
    height: 50px;
    background-color: #f88c17;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 300ms;
}

.btn-add-age-input span {
    color:#FFFFFF;
}

.btn-add-age-input:hover span {
    color:#FFFFFF;
}

.btn-add-age-input-disabled
{
    background-color: #cdcdcd !important;
    color: #797979 !important;
}

.btn-add-age-input-disabled span
{
    color: #797979 !important;
}

.btn-add-age-input-disabled:hover
{
    background-color: #cdcdcd !important;
    color: #797979 !important;
}

.btn-add-age-input:hover
{
    background-color: #002b45;
    color: #ffffff;
}

.promocode-input
{
    width: 100%;
    height: 48px;
    display: flex;
    border: 1px solid #e6e3e0;
    border-radius: 5px;
    position: relative;
    outline: none;
    box-sizing: border-box;
    padding: 15px;
    font-family: 'Saira', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.promocode-input::placeholder
{
    text-transform: capitalize;
}

.btn-get-quote
{
    width: 100%;
    height: 50px;
    background-color: #f88c17;
    border: none;
    transition-duration: 300ms;
    font-weight: 900;
    border-radius: 5px;
    color: #ffffff;
}

.btn-get-quote:hover
{
    background-color: #002b45;
    color: #ffffff;
}

.features > .container > .row
{
    --bs-gutter-y:1rem;
}

.features-card
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.features-card > .icon-wrap
{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #023047;
}

.features-card > .icon-wrap > img
{
    width: 48px;
    height: auto;
}

.feature-title
{
    font-size: 20px;
    font-weight: 500;
    min-height: 70px;
}

.feature-description
{
    color: #6e6e6e;
    font-weight: 500;
    min-height: 80px;
}

.feature-view-more-btn
{
    color: #425876;
    font-weight: 500;
    font-family: 'Saira', sans-serif;
}

.top-bordered
{
    border-top: 1px solid #e6e3e0;;
}

.section-title
{
    font-size: 37px;
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-caption
{
    color: #4e4e4e;
    font-size: 22px;
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.4;
    padding-bottom: 20px;
}

.plan-row-wrap
{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%);
}

.plan-row-wrap  [class*=col-]:nth-child(2)
{
    border-left:1px solid #e0e0e0;
}

.plan-row-wrap  [class*=col-]
{
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.plan-standard
{
    background-color: #f88c17;
}

.plan-card
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plan-icon-wrap
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-icon-wrap > img
{
    width: 25px;
    height: auto;
}

.plan-title
{
    align-items: center;
    color: #0b254b;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    padding: 30px;
    padding-top: 20px;
    font-family: 'Saira', sans-serif;
}

.plan-header
{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
}

.plan-body > ul
{
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-bottom: 0px;
    text-align: center;
    margin: 0;
    list-style: none;
    color: #0b254b;
    font-size: 18px;
}

.plan-body > ul li+li
{
    margin-top: 30px;
}

.plan-card[data-expanded="true"] > .plan-header
{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plan-card[data-expanded="true"] > .plan-header > .plan-title
{
    padding-left: 0px;
    padding-top: 10px;
}

.plan-card[data-expanded="true"] > .plan-header > .btn-expander
{
    display: none !important;
}

.btn-expander-bottom
{
    position: relative !important;
    bottom: -30px;
    margin: auto;
}

.expander-btn-wrap
{
    padding-left: 30px;
    padding-right: 30px;
}

.plan-comprehensive
{
    background-color: #aa1b1e;
}


.btn-expander[aria-expanded="true"]
{
    transform: rotate(180deg);
}

.font-thin
{
    font-weight: 100;
    color: #002b45;
}

.get-quote-btn
{
    padding: 13px 35px;
    border: 2px solid #eaeaea;
    background-color: #e5eaec;
    color: #495e7d;
    text-decoration: none;
    font-weight: 900;
    margin-left: auto;
    clear: both;
    border-radius: 1px;
    transition-duration: 300ms;
}

.destinations-dropdown-trigger span {
    color:#000000;
}

.destinations-dropdown-trigger:hover span {
    color:#000000;
}

.popular-destinations
{
    border-bottom: 1px solid #d3d3d3;
    padding: 15px;
}

.get-quote-btn:hover
{
    background-color: #002b45;
    color: #ffffff;
    border-color: #002b45;
}

.testimonials-pagination
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    margin: auto;
}

.testimonials-pagination > span
{
    background-color: #002b45 !important;
}

.accent-color
{
    color: #002b45;
}

.faq 
{
    background-color: #f6f7f7;
}

.faq-icon
{
    width: 28px;
}

.accordion-button
{
    font-family: 'Saira', sans-serif;
}

.faq-expander-btn::after
{
    background-size: 20px;
    border-radius: 5px;
    border: 2px solid #dadada;
}

.accordion-item,.accordion-button
{
    background-color: transparent !important;
}

#faq-accordion-left,#faq-accordion-right
{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer
{
    width: 100%;
    background: #023047;
}

.footer-logo
{
    width: 80%;
    height: auto;
    max-width: 230px;
    min-width: 120px;
}

.light
{
    color: #FFFFFF;
}

.social-medias
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.social-media-btn
{
    text-decoration: none;
}

.social-media-btn
{
    width: 40px;
    height: 40px;
    padding: 12px;
    background: rgba(255,255,255, 0.2);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    transition-duration: 300ms;
}

.social-media-btn svg {
    width:18px;
    height:18px;
    fill: #fff;
    transition-duration: 300ms;
}

.social-media-btn:hover svg {
    fill: #002b45;
}

.social-media-btn:hover
{
    background-color: #ffffff;
    color: #002b45;
}

.footer-section-header
{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Saira', sans-serif;
}

.footer-links
{
    display: flex;
    flex-direction: column;
}

.footer-links > ul > li
{
    margin-top: 12px;
}

.footer-links > ul
{
    list-style: none;
    padding: 0px;
}

.footer-links > ul > li > a
{
    color: #b7bdc7;
    text-decoration: none;
}

.footer-links > ul > li > a:hover
{
    text-decoration: underline;
}

.footer-contact .address-wrap
{
    color: #ffffff;
    padding-top: 12px;
    display: flex;
    align-items: flex-start;   
    gap: 10px; 
}

.footer-contact .address-wrap > address
{
    margin-bottom: 0px;
}

.footer-contact .address-wrap > span
{
    margin-top: 5px;
}

.phone-wrap
{
    color: #ffffff;
    padding-top: 12px;
    display: flex;
    align-items: flex-start;   
    gap: 10px; 
}

.phone-wrap > .feather-briefcase
{
    margin-top: 3px;
}

.ni-reg
{
    display: block;
    padding-top: 12px;
    color: #fff;
}

.footer-title
{
    color: #ffffff !important;
}

.get-quote-footer-btn
{
    width: auto;
    padding: 10px 30px;
    background-color: #f88c17;
    font-size: 15px;
    font-family: 'Saira', sans-serif;
    font-weight: 700 !important;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    float: left;
    display: flex;
    border-radius: 1px;
    transition-duration: 300ms;
}

.get-quote-footer-btn:hover
{
    color: #0b254b;
    background-color: #ffffff;
}

.bottom-seperator
{
    border-bottom: 1px solid #263243;
}

.copyright-text
{
    font-size: 15px;
    color: #ffffff;
}

.footer-bottom-links
{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-bottom-links > span
{
    padding: 10px;
    white-space: nowrap;
}

.footer-bottom-links > a
{
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.footer-bottom-links > a:hover
{
    text-decoration: underline;
}

.destinations-menu li.selected  span
{
    background-color: #002b45 !important;
    color: #fff !important; 
}

.destinations-menu
{
    flex-direction: column;
}

.popular-countries {
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.popular-countries > span
{
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 0px !important;
    pointer-events: none !important;
}

.popular-countries > span:hover {
    background-color: transparent !important;
    cursor: default !important;
}

.version-info
{
    font-size: 13px;
}

.conditions-list
{
    margin-top: 15px;
    padding-left: 18px;
}

.conditions-list li
{
    margin-top: 10px;
}

.conditions-list li ul li
{
    margin-top: 5px;
}

.title-bold a
{
    color: #ffffff;
}

.important-note-wrap
{
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: start;
}

.important-note
{
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
}

.important-note a
{
    color: #fff;
}

.off.disabled
{
    opacity: 1 !important;
    color: rgba(0, 0, 0, 0.2) !important;
    text-decoration:none !important;
}

.error-wrap
{
    width: 100%;
    padding: 0px;
    color: #d50000;
    font-size: 14px;
    padding-top: 5px;
    display: none;
}

.error-input
{
    border: 2px solid #d50000 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.disclaimer-wrap
{
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.disclaimer
{
    line-height: 1.7;
    font-size: 13.5px;
    text-align: center;
    color: #6e6e6e;
}

/* Tooltip for AWCR destination*/

.tooltip-btn
{
    width: 14px !important;
    height: 14px !important;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWluZm8iPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIj48L2NpcmNsZT48bGluZSB4MT0iMTIiIHkxPSIxNiIgeDI9IjEyIiB5Mj0iMTIiPjwvbGluZT48bGluZSB4MT0iMTIiIHkxPSI4IiB4Mj0iMTIuMDEiIHkyPSI4Ij48L2xpbmU+PC9zdmc+");
    background-size: 14px 14px !important;
    margin: 0px !important;
    background-repeat:no-repeat;
    padding:0px !important;
    flex-shrink: 0;
}

.chip-text.tooltip-enabled {
    margin-top: 1px;
}

.tooltip-inner
{
    background-color: rgba(0, 0, 0, 0.98) !important;
    font-size: 12px;
    text-align: start;
    max-width: 300px !important;
}


/* Alert Banner (Bali) */
.alert-banner
{
    width:100%;
    padding: 12px 0px;
    background-color: #ffeac4;
    position: relative;
    z-index: 999;
}

.alert-banner .container
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.alert-banner span,.alert-banner a
{
    color: #323232;
    font-size: 15px;
}

.alert-banner svg
{
    flex-shrink: 0;
}

#navigation-main
{
    transition: none;
}

/* Trust Pilot widget */
.header-form-wrap
{
  margin-top:20px;
}

.header .title
{
  margin-bottom:30px;
}

/* AMT Tab styles */

.header-form-tabbed
{
    width:85%;
    max-width:500px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.tab-wrapper
{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: -0.5px;
}

.tab-btn
{
    font-weight: 600;
    font-size: 14px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    border: none !important;
    margin-right: 5px;
    position: relative;
    z-index: 10;
    border-radius: 0px;
    margin-bottom: 0.5px;
    background:#fdba2e;
}

.tab-btn.active
{
    background:#f6f8f9;
    color:#000;
}

.header-form-wrap
{
    width:100% !important;
    margin-top:0px;
    border-top-left-radius:0px;
}

.header-form[data-trip-type="multi"] .destinations-section {
    order: 1;
    padding-top: 0px !important;
}

.header-form[data-trip-type="multi"] .start-date-section {
    order: 2;
    padding-top: 10px;
}

.header-form[data-trip-type="multi"] .return-date-section {
    display: none;
}

.header-form[data-trip-type="multi"] .promo-section {
    order:4;
}

.header-form[data-trip-type="multi"] .age-section {
    order:3;
    padding-top: 10px;
}

.header-form[data-trip-type="multi"] .submit-section {
    order: 5;
    padding-top: 10px;
}

.header-form[data-trip-type="multi"] .destinations-list .ww_single_trip
{
    display: none;
}

.header-form[data-trip-type="multi"] .destinations-list .ww_amt
{
    display: flex;
}

.header-form[data-trip-type="single"] .destinations-list .ww_amt
{
    display: none;
}

.header-form[data-trip-type="multi"] .popular-destinations li.uk_single_trip
{
    display: none;
}

.header-form[data-trip-type="multi"] .destinations-list li.uk_multi_tripAdd commentMore actions
{
    display: flex;
}

.header-form[data-trip-type="single"] .popular-destinations li.uk_single_trip
{
    display: flex;
}

.header-form[data-trip-type="single"] .destinations-list li.uk_multi_trip
{
    display: none;
}

.header
{
    min-height:1300px;
    justify-content: flex-start;
}

.tab-btn
{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}

@media screen and (min-width:400px) {
    .header
    {
        min-height:1200px;
    }
}

@media screen and (min-width:576px) {
    .header
    {
        min-height:1162px;
    }
}

@media screen and (min-width:992px) {
    .header
    {
        min-height:1265px;
    }
}

/* Finder Award banner */
.lazybg {
    background-image:none!important
}

.award-banner
{
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('../assets/images/bg-awards.min.webp');
    background-size: cover;
}

.award-banner .container
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1100px;
}
.award-image-flex-box
{
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 20px;
}
.badge-container
{
    display: flex;
    align-items: center;
    gap: 5px;
}

.award-caption
{
    color: #fff;
    font-size: 22px;
}

.award-title
{
    font-size: 37px;
    color:#F88C17;
    font-weight: 700;
    max-width: 720px;
}

.award-description
{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 602px;
    margin-top: 10px;
}

.award-content-wrap
{
    margin: auto;
    padding: 0px 40px;
}

@media screen and (max-width:768px)
{
    .award-image-flex-box
    {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-top: 20px;
    }

    .badge-container
    {
        order: 1;
        margin-left: 0px;
        margin-right: auto;
    }

    .award-description
    {
        order: 2;
    }
}

@media screen and (max-width:576px)
{
    .award-content-wrap
    {
        padding: 0px 20px;
    }
    .award-banner-image
    {
        width: 120px;
        height: auto;
    }

    .award-title
    {
        font-size: 30px;
    }

    .award-description
    {
        font-size: 18px;
    }

    .award-caption
    {
        font-size: 20px;
    }
}


/* Responsive Breakpoints */

/* Tiny devices (very bottom to 576px) */


@media screen and (max-width: 320px)
{
    
    .title-container
    {
        padding-top: 20px;
    }

    .title-container > .title
    {
        font-size: 2rem;
    }

    .title-container > .caption
    {
        font-size: 1.2rem;
    }

    .header-form-wrap
    {
        width: 90%;
        padding: 15px;
    }

    .footer-links > ul
    {
        display: flex !important;
        flex-direction: column;
    }

    .com-wrap
    {
        display: flex !important;
        flex-direction: column;
    }
}

@media screen and (max-width: 567px)
{
    .plan-title
    {
        font-size: 20px;
        padding-left: 15px !important;
    }

    .plan-icon-wrap
    {
        width: 60px;
        height: 60px;
    }

    .footer-links > ul
    {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
    }

    .com-wrap
    {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width:768px)
{
    .important-note-wrap
    {
        text-align: center;
    }
    .plan-row-wrap  [class*=col-]
    {
        padding: 0px;
    }
}

@media screen and (max-width: 992px)
{
    .testimonials-card
    {
        min-height: 365px;
    }

    .navbar-expanded
    {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        background-color: #ffffff !important; 
        z-index: 999;
        position: absolute;
        transition:none;
    }

    .navbar-main .nav-link
    {
        font-size: 18px !important;
        padding-top: 15px;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .navbar-main .nav-link[aria-expanded="true"]
    {
        padding-bottom: 5px;
    }

    .navbar-main .navbar-nav
    {
        margin-top: 10px;
    }

    .navbar-main .nav-link > span
    {
        height: 28px;
        width: 28px;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-main .dropdown-arrow
    {
        font-size: 18px !important;
    }

    .navbar-main .dropdown-menu
    {
        border: none;
    }

    .navbar-main .dropdown-menu > ul
    {
        list-style: none;
        padding-left: 0px;
    }

    .navbar-main .dropdown-menu > ul > li > span
    {
        border-radius: 8px;
        padding: 10px 15px;
    }

    .dropdown-items
    {
        border:none;
        list-style: none;
        padding: 0px;
    }

    .dropdown-items .dropdown-item
    {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        display: unset;
        color: #002b45;
        font-weight: 600;
        transition-duration: 300ms;
        background: transparent !important;
        text-decoration: none;
        display: flex;
    }

    .title-container
    {
        padding-top: 20px;
        gap: 5px;
    }

    .title-container > .title
    {
        font-size: 2rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-container > .caption
    {
        font-size: 1.2rem;
    }

    .feature-title
    {
       min-height: unset;
    }

    .testimonial-header
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .testimonial-profile-wrap span,.testimonial-date-wrap span
    {
        margin: auto !important;
    }

    .future-use
    {
        display: none;
    }

    .testimonials-card
    {
        padding: 30px;
    }

    .footer-links > ul
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .com-wrap
    {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
    }

    .footer-caption-wrap
    {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .bottom-seperator
    {
        border: none;
    }

    .sub-bottom-seperator
    {
        border-bottom: 1px solid #263243;
        padding-bottom: 20px;
    }

    .footer-bottom-links
    {
        display: unset;
    }
}


@media screen and (max-width: 768px)
{
    .testimonials-card
    {
        min-height: unset;
    }

    .plan-header
    {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        background-color: #fff;
        border: none;
        position: relative;
    }

    .plan-card
    {
        padding: 27px 27px;
        position: relative;
        margin-bottom: 44px;
        border: 1px solid #dfe3e8;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
        border-radius: 8px;
    }

    .btn-expander
    {
        width: 40px;
        height: 40px;
        border-radius: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 5px;
        padding: 0px;
        font-size: 20px;
        line-height: normal;
        transform: translateY(-50%);
    }

    .plan-body
    {
        width: 100%;
    }

    .plan-body.collapsing 
    {
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    .plan-body.show
    {
        border-top: 1px solid #dfe3e8;
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .plan-title
    {
        padding: 0px;
        padding-left: 30px;
    }

    .plan-row-wrap [class*=col-]:nth-child(2)
    {
        border: none !important;
    }

    .plan-row-wrap
    {
        box-shadow: none !important;
    }

    .testimonials
    {
        background-size: cover;
        background-position-y: 0px;
    }

    .section-caption
    {
        padding-bottom: 0px;
    }
}

@media only screen and (width: 768px) and (max-width: 768px){
    .btn-expander
    {
        display: none !important;
    }

    .plan-header
    {
        display: flex;
        flex-direction: column;
        gap:10px;
        border-bottom: 1px solid #dfe3e8;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .plan-title
    {
        padding: 0px;
        gap:10px;
    }

    .plan-card
    {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0px;
        box-shadow: none;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }

    .plan-no-border
    {
        border-right: none;
    }

    .plan-row-wrap
    {
        margin-top: 30px;
        background: #fff;
        -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%) !important;
        box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%) !important;
    }
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{
    .logo
    {
        height: 40px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{
    .logo
    {
        height: 45px;
    }

    #navigation-main .dropdown
    {
        position: unset;
    }

    #navigation-main .dropdown-menu
    {
        width: 100% !important;
        height: auto;
        left: 0px;
        position: absolute !important;
        border: none;
        border-radius: 0px;
        background-color: #ffffff;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .mega-menu-background
    {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 8;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navbar-main.inverted .nav-link
    {
        color: #ffffff !important;
    }

    .img-header-menu 
    {
        min-height: 200px;
        max-height: 210px;
    }

    .disclaimer-wrap
    {
        width: 70%;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) 
{
    .testimonials-pagination
    {
        display: none;
    }
}