:root {
    --color-primary: #0d4689;
    --color-primary-hover: #0a3567;
    --color-secondary: #041049;
    --color-secondary-hover: #040b30;
}

body {
    font-family: 'museo-sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Dropdown Menu Styles */

#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 .navbar-toggler {
    width: 28px;
    height: 28px;
    position: relative;
    border: none;
    outline: none;
    box-shadow: none;
    margin: auto;
    margin-right: 0px;
}

.navbar-main .navbar-toggler>img {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    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);
}

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

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

.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: #111;
    font-weight: 600;
    transition-duration: 300ms;
    background: transparent !important;
    text-decoration: none;
}

.dropdown-items .dropdown-item:hover {
    color: #619F47;
}

#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;
    -webkit-box-shadow: 0px 42px 103px -73px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 42px 103px -73px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 42px 103px -73px rgba(0, 0, 0, 0.75);
}

#navigation-main .dropdown-menu {
    margin-top: -1px;
}

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

.header-quote-btn:hover {
    text-decoration: none;
}

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

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

.hero-area {
    width: 100%;
    height: auto;
    background: url('../assets/images/hero-banner.webp') no-repeat;
    background-size: cover;
    min-height: 700px;
    background-position: center;
    position: relative;
}

.hero-area>.overlay {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.quote-form-wrapper {
    max-width: 500px;
}

.caption {
    font-size: 1.5rem;
    color: #fff;
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
}

.quote-form {
    width: 100%;
    height: auto;
    padding: 25px;
    background-color: #F8F9FA;
    border-radius: 10px;
}

.quote-form-element {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

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

.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-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 a {
    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 a:hover,
.dropdown-menu ul li a: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: #111;
    float: left;
    border-radius: 50px;
    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 {
    width: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 1px;
    background-color: #D9D9D9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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


.date-input input[type="text"] {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 15px;
    font-size: 15px;
    border-radius: 5px;
    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>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;
}

.age-input-wrap {
    position: relative;
}

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

.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-size: 15px;
    text-transform: uppercase;
}

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

.btn-get-quote {
    width: 100%;
    height: 50px;
    border: none;
    transition-duration: 900ms;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
}

.btn-get-quote:hover {
    border-radius: 50px;
}

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

.age-input-close {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
}

.btn-add-age-input-disabled {
    opacity: 0.5;
}

.age-input-close:hover {
    background-color: #c1c1c1;
}

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

.destinations-dropdown-trigger {
    background-color: transparent !important;
}

.destinations-menu li.selected a {
    background-color: #477334 !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;
}

.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 {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-primary);
    overflow: hidden;
}

.features-card>.icon-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/icons/batik-pattern.webp');
    background-size: cover;
    scale: calc(1.45);
    background-position: center;
    z-index: 1;
}


.features-card>.icon-wrap>img {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    min-height: 76px;
}

.feature-description {
    color: #111;
    font-weight: 300;
    min-height: 80px;
}

.feature-view-more-btn {
    color: #111;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px;
    border-bottom: 1px solid #ECECEC;
}

.feature-view-more-btn:hover {
    text-decoration: underline;
}

.plans-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.paragraph-title-medium {
    font-size: 1.17rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-title {
    font-weight: 700;
    font-size: 2.25rem;
    margin: auto;
    text-align: center;
}

.section-caption {
    font-weight: 300;
    font-size: 1.5rem;
    margin: auto;
    text-align: center;
}

.plans-card {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #F8F9FA;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plans-flex-box {
    max-width: 1000px;
    margin: auto;
}


.plan-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
}

.plan-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/images/icons/batik-pattern.webp');
    background-size: cover;
    background-position: center;
    scale: calc(1.45);
    z-index: 1;
}

.plan-icon>img {
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.plan-name {
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
}

.plan-features {
    font-weight: 300;
    min-height: 260px;
}

.plan-features li {
    line-height: 1.5;
    margin-top: 12px;
}

.get-quote-btn {
    width: 100%;
    padding: 10px 25px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    transition-duration: 300ms;
}

.get-quote-btn:hover {
    background-color: var(--color-primary-hover);
}

.faq-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F5F6F6;
}


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


.faq-section .accordion-item {
    background-color: #fff;
    border: 1px solid #eaebec !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 15px !important;
}

.faq-section .accordion-button {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    border: none;
    padding: 20px 24px;
    box-shadow: none !important;
    align-items: flex-start;
}


.faq-section .accordion-button:not(.collapsed) {
    color: #111;
    background-color: #fff;
    box-shadow: none;
}


.faq-section .accordion-body {
    padding: 0 24px 24px 24px;
    color: #555;
    font-weight: 300;
    line-height: 1.6;
    border-top: none;
}

.faq-section .accordion-button::after {
    content: "";
    background-image: url("../assets/images/icons/down-icon.webp") !important;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
    background-color: transparent;
}

.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}



.footer {
    background-color: #f6f6f5;
}

.footer>.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

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

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

.footer-logo-caption {
    font-weight: 300;
}

.footer-section-header {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.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: #111;
    font-weight: 500;
    text-decoration: none;
}

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

.footer-contact .address-wrap {
    color: #111;
    font-weight: 500;
    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;
}

.abn-no {
    font-weight: 500;
}

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

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

.ni-reg {
    display: block;
    padding-top: 12px;
    color: #111;
    font-weight: 300;
}

.footer-title {
    font-weight: 500;
    color: #111 !important;
}

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

.get-quote-footer-btn:hover {
    color: #fff;
    background-color: var(--color-primary-hover);
}

.font-thin {
    font-weight: 300;
}

.sub-footer {
    width: 100%;
    height: 50px;
    background-color: #040d3d;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
}

.sub-footer-flexbox {
    display: flex;
}

.sub-footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub-footer-links .link-seperator {
    color: #fff;
}

.sub-footer-links a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

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

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

.important-note {
    color: #111;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.important-note a {
    color: #619F47;
}

.disclaimer-wrap-body {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
}

.disclaimer-wrap-body .disclaimer {
    font-family: 'Lato';
    font-weight: 400;
    line-height: 1.7;
    font-size: 13.5px;
    text-align: center;
    color: #6e6e6e;
}

.disclaimer-wrap-body .disclaimer>a {
    font-weight: 600;
    color: #619F47;
}

.refer-text a {
    color: #619F47;
}

.refer-text {
    font-size: 15px;
}

@media screen and (max-width:320px) {
    .footer-links>ul {
        display: flex !important;
        flex-direction: column;
    }
}

@media screen and (max-width: 567px) {
    .hero-area {
        min-height: 520px;
    }

    .footer-links>ul {
        display: grid;
    }

    .container {
        max-width: 90% !important;
    }
}

@media screen and (max-width:992px) {
    .hero-area {
        min-height: 600px;
        background-position: center;
    }

    .hero-area>.bg-overlay {
        display: none;
    }

    .quote-form-wrapper {
        margin: auto;
        text-align: center;
    }

    .plans-card {
        max-width: 500px;
        margin: auto;
    }

    .footer-links>ul {
        display: grid !important;
    }

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

    .sub-footer-flexbox {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .sub-footer {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sub-footer-links {
        order: 1;
    }

    .copyright {
        order: 2;
    }

    #navigation-main .dropdown-menu {
        padding-top: 0px;
        padding-bottom: 20px;
        animation: none;
    }

    #navigation-main .dropdown-menu .dropdown-items {
        padding-left: 0px !important;
        margin-left: 24px;
    }
}



/* Addon Styles */

.footer {
    background: #041049 !important;
}

.sub-footer {
    background-color: #041049 !important;
}

.footer-section-header {
    color: #fff;
}

.footer ul a {
    color: #fff !important;
}

.address-wrap address {
    color: #ffff;
}

.abn-no {
    color: #ffff;
}

.footer-title,
.footer-logo-caption {
    color: #fff !important;
}

.important-note {
    color: #fff;
}

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

.footer-logo {
    width: 100%;
    max-width: 280px;
}


.get-quote-footer-btn {
    background: #fff;
    color: var(--color-secondary);
}


.social-media-btn {
    width: 40px;
    height: 40px;
    padding: 12px;
    background: #fff;
    color: var(--color-secondary);
    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: var(--color-secondary-hover);
    color: #fff;
}

.social-media-btn svg {
    width: 18px;
    height: 18px;
}

.social-media-btn svg path {
    fill: var(--color-secondary);
    transition-duration: 300ms;
}

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

.refer-text a {
    color: var(--color-secondary);
    font-weight: 500;
}

.plans-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.plan-features {
    height: auto !important;
    min-height: auto;
    margin-bottom: 30px;
}

.plan-icon-wrapper {
    width: 100%;
    max-width: 200px;
}

.plans-card .get-quote-btn {
    border-radius: 10px;
    background-color: var(--color-secondary);
    color: #fff;
}

.plans-card .get-quote-btn:hover {
    background-color: #4b4b4b;
    color: var(--color-primary);
}

.disclaimer a {
    color: var(--color-secondary) !important;
    font-weight: 600 !important;
}


.dropdown-items .dropdown-item {
    position: relative;
}

.dropdown-items .dropdown-item::before {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-primary);
    border-radius: 50px;
    opacity: 0;
    transition-duration: 300ms;
}

.dropdown-items .dropdown-item:hover {
    color: #1f201e;
}

.dropdown-items .dropdown-item:hover::before {
    opacity: 1;
}

.btn-gradient {
    background: var(--color-primary) !important;
    position: relative;
    z-index: 10;
    color: white;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition-duration: 300ms;
}

.btn-gradient:hover {
    background: var(--color-primary-hover) !important;
    color: #fff !important;
}



.description-title {
    color: var(--color-primary) !important;
}

.description-caption {
    color: #6E6E6E !important;
}

.logo-container {
    display: flex;
    background-color: #fff !important;
}

.logo-container>img {
    background: #fff;
    position: relative;
    z-index: 9;
}

.logo-icon-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.logo-wrap-was {
    background: #ff0066 !important;
}

.logo-wrap-scoot {
    background-color: #fff !important;
}


.seperator {
    border-color: #d3d3d3 !important;
}

@media screen and (max-width:992px) {
    .navbar-brand img {
        height: 40px !important;
    }

    .dropdown-items {
        border-left: none;
    }
}

@media screen and (min-width:768px) {

    .plans-card {
        width: auto;
        flex-direction: row;
    }
}

@media screen and (max-width:567px) {

    .navbar-brand img {
        height: 35px !important;
    }
}


@media screen and (max-width:400px) {

    .navbar-brand img {
        height: 30px !important;
    }

    .navbar>.container {
        padding: 10px 10px;
        margin: 0px;
        width: 100%;
        max-width: unset !important;
    }
}