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

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


.logo {
    width: auto;
    height: 45px;
    transition-duration: 300ms;
}

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

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

#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: absolute;
    top: 0px;
    left: 0px;
    transition-duration: 500ms;
}


.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: #222425;
    transform: translate(-50%, -50%);
    transition-duration: 300ms;
}

.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: #fdba2e;
    color: #000;
    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;
}

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

.btn-quote-header {
    background: #fdba2e;
    color: #000;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    text-decoration: none;
    transition-duration: 300ms;
    border-radius: 5px;
    cursor: pointer;
}

.btn-quote-header:hover {
    color: #000;
}

.header-form-wrap {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 1px;
    padding: 30px;
    box-sizing: border-box;box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    max-width: 500px;
    position: relative;
}

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

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

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

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

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

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

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


.tab-content {
    width: 100%;
    background-color: #fff;
}

.quote-form-wrapper {
    width: 100%;
}

.tabs-wrapper {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    gap:0px;
}

.nav-tabs {
    border: none !important;
    margin-bottom:-0.5px;
    position:relative;
    z-index:1;
}

.nav-tabs .nav-link {
    background-color: #fdba2e;
    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;
}

.nav-tabs .nav-link.active {
    background-color: #fff !important;
}

.tabs-wrapper > nav {
    width: 100%;
    max-width:500px;
}

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

.destinations-input {
    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:not(.popular-countries) 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:not(.popular-countries) span:hover,
.destinations-input .dropdown-menu ul li:not(.popular-countries) 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;
    border: 1px solid #e6e3e0;
    border-radius: 5px;
    position: relative;
    background: url('../../assets/images/calendar.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-origin: content-box;
    background-size: 18px;
}


.date-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;
}

.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: #fdba2e;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 300ms;
    appearance: none;
    -webkit-appearance: none;
    color: #000;
}

.btn-add-age-input .feather-plus {
    color: #000000;
    fill: #000000;
}

.btn-add-age-input:hover .feather-plus {
    color: #ffffff;
    fill: #ffffff;
}

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

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

.btn-add-age-input-disabled:hover .feather-plus {
    color: #797979 !important;
    fill: #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: #fdba2e;
    border: none;
    transition-duration: 300ms;
    font-weight: 900;
    border-radius: 5px;
}

.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: #f8f8f8;
}

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

.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: #495e7d;
}

.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;
    flex-shrink: 0;
}

.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: #f6ae00;
}


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

.testimonials {
    background-color: #f4f5f5;
    background-image: url('../../assets/images/quote-bg.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 30px;
}

.testimonials-swiper {
    width: 90%;
    margin: auto;
}

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

.testimonials-card {
    width: 90%;
    background-color: #ffffff;
    margin: auto;
    padding: 30px;
    min-height: 260px;
}

.testimonial-user-image {
    width: 51px;
    height: 51px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.testimonial-username {
    font-weight: 700;
    font-size: 14px;
    color: #525254;
    font-family: 'Saira', sans-serif;
}

.testimonial-userlocation {
    font-size: 14px;
    color: #595959;
}

.testimonial-date {
    font-size: 13px;
    color: #595959;
    height: 100%;
    align-self: flex-end;
}

.testimonials-body {
    padding-top: 30px;
    background: url('../../assets/images/quote.webp');
    background-size: 16px;
    background-repeat: no-repeat;
    margin-top: 22px;
}

.testimonials-body blockquote {
    color: #6e6e6e;
    font-size: 14px;
}

.future-use {
    opacity: 0;
}

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

.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;
}

.btn-link {
    color: #0d6efd;
}

.faq-icon {
    width: 28px;
}

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

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

.footer {
    width: 100%;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMjU0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDE5MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
}

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

.light {
    color: #FFFFFF;
}

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

.social-medias a > svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.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:hover {
    background-color: #ffffff;
    color: #002b45;
}

.social-media-btn svg {
    fill:#fff;
}

.social-media-btn:hover svg {
    fill:#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: #f6ae00;
    font-size: 15px;
    font-family: 'Saira', sans-serif;
    font-weight: 700 !important;
    color: #002b45;
    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;
}

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

.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 {
    font-size: 16px;
    padding: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: 600;
}

.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;
    text-align:start !important;
}

.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] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-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;
}

.geo-location-dropdown {
    width: 100%;
    margin-top: 20px;
    max-width: 250px;
}

.geo-location-dropdown > .dropdown-menu {
    width: 100%;
    margin-top: 40px !important;
    padding: 0px;
}

.geo-location-dropdown > .dropdown-menu li {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 10px;
    gap: 10px;
}

.geo-location-dropdown > .dropdown-menu li > img {
    width: 18px;
    height: 18px;
}

.geo-location-dropdown > .dropdown-toggle span {
    margin-left: 10px !important;
    margin-right: auto !important;
}

.geo-location-dropdown > .dropdown-toggle img {
    width: 18px;
    height: 18px;
}

.geo-location-dropdown > .dropdown-menu li:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}

.geo-location-dropdown > .dropdown-toggle {
    width: 100%;
    background-color:rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    text-align: start;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.geo-location-dropdown > .dropdown-toggle::after {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiDQogICAgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj4NCiAgICA8cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSIgLz4NCjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    right: 10px;
}

.geo-location-popup {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #0B254B 0%, #04192A 100%);
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 15px 0px;
    transform: translateY(100%);
    transition-duration: 300ms;
    z-index: 999;
}

.geo-location-popup.show {
    transform: translateY(0px);
}

.geo-location-popup > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:30px;
}

.geo-location-text {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.geo-location-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-geo-popup-primary {
    padding: 8px 20px;
    background-color: #FDBA2E;
    border-radius: 50px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
}

.btn-geo-popup-secondary {
    padding: 8px 20px;
    background-color: #fff;
    border-radius: 50px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
}

@media screen and (max-width:768px) {
    .geo-location-popup > .container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
}

/* 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;
    }

    .nav-tabs
    {
        width:90%;
        margin:auto;
    }
}

@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;
        transition-duration: 500ms;
        z-index: 9;
    }

    .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>a {
        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: 50px;
    }
}

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

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

    #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;
    }

    .navbar-main.inverted .logo {
        filter: brightness(0) invert(1);
    }

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

    .accordion-wrapper>.row {
        --bs-gutter-x: 80px;
    }

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

@media (max-width: 425px) {
    .plan-title {
        font-size: 1rem;
    }
}

@media (max-width: 365px) {
    .plan-title {
        font-size: 1rem;
    }

    .btn-expander {
        width: 24px;
        height: 24px;
        font-size: 12px;
        right: -5px;
    }

    .plan-card {
        padding: 15px;
    }
}

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

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

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

    #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;
    }

    .navbar-main.inverted .logo {
        filter: brightness(0) invert(1);
    }

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

/* 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;
    }
}


/* Additional Updates */
.hero-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-area .content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-area .quote-form-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-title-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top:50%;
    transform: translateY(calc(-50% + 80px));
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #FDBA2E;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
}

.trustpilot-widget {
    width: auto;
    float: left;
    padding: 4px;
    padding-top: 12px;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.title-breaker {
    display: none;
}

@media screen and (max-width:1200px) {
    .title-breaker {
        display: flex;
    }
}

@media screen and (max-width:992px) {
    .hero-area {
        flex-direction: column;
        text-align: center;
    }

    .trustpilot-widget {
        margin: auto;
        order: 1;
    }

    .hero-title {
        font-size: 2.5rem;
        color:#212529;
        order: 2;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        color: #212529;
        order: 3;
    }

    .header-title-wrap {
        position: relative;
        transform: unset;
        display: flex;
        flex-direction: column;
    }

    .title-breaker {
        display: none;
    }
}