@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;600&family=Rubik:wght@400;500;600;700&display=swap');

html, body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    background-color: #f7f7f7;
}
* {
    margin: 0;
    padding: 0;
}
.btn {
    text-transform: initial !important;
}
:root {
    --primary-color: #086DD9;
    --primary-dark-color: #03003d;
    --primary-light-color: #b9b9b9;
    --primary-lint-color: #f8f8f8;
    --primary-lite-color: #f0efff;

    --secondary-color: #fb4545;
    --secondary-dark-color: #800e0e;
    --secondary-lint-color:#ffc6c6;

    --primary-outline-color: #f7f7f731;

    --success-color: #009688;

     /* Footer Colours */
     --footer-bg-color: #fff;
     --footer-text-color: #828282;

    /* Button */
    --primary-btn-color: #f2f8ff;
    --secondary-btn-color: #fff0f0;

    /* Text */
    --text-color: #828282;
    --primary-bg-text-color: #fafcff;
    --primary-text-color: #086DD9;
    --secondary-text-color: #fb4545;
    --secondary-bg-text-color: #fff1f1;
}
section {
    background-color: #f7f7f7;
}
.main-navbar {
    background-color: var(--primary-lint-color);
}
.header-logo {
    max-width: 180px;
    /* opacity: 0.3; */
}
nav#mynavbar-1 {
    z-index: 999;
}
.navbar-nav .nav-item a.nav-link {
    color: var(--primary-color) !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
.navbar-nav .nav-item a.nav-link:hover {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}
.navbar-nav .nav-item a.nav-link:focus {
    color: var(--primary-color) !important;
   font-weight: 700 !important;
}
/* nav.navbar#mynavbar-1 .navbar-nav > li::before {
    height: 1px;
    background-color: var(--secondary-color) !important;
} */
.main-navbar .navbar-search-link > li:last-child a {
    margin-top: 3px;
}

.page-heading {
    text-align: left !important;
}
.page-heading h2 {
    text-align: left;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: var(--primary-dark-color) !important;
    margin-bottom: 4px;
}
.page-heading .heading-line {
    margin-left: 0;
}
.subtitle {
    display: flex;
    font-size: 18px;
    color: var(--primary-light-color);
    text-align: left;
    margin-bottom: 10px;
}

/** Footer **/
#footer {
    background-color: var(--footer-bg-color) !important;
    color: var(--footer-text-color) !important;
}

.footer-heading {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: var(--footer-text-color) !important;
}
.ftr-top-grey {
    background-color: var(--footer-bg-color) !important;
    color: var(--footer-text-color) !important;
    /* background-color: #fff; */
}
.ftr-bot-black {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: var(--primary-bg-text-color) !important;
    background: var(--primary-color) !important;
}
.ftr-bot-black a {
    color: var(--primary-bg-text-color) !important;
    transition: all 500ms;
}
.ftr-bot-black a:hover {
    color: var(--primary-light-color) !important;
}
.company-logo {
    margin-bottom: 20px;
}

.social-links a {
    /* background: #ffffff26; */
    background: var(--footer-text-color);
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    line-height: 2.2;
    border-radius: 5px;
}
.social-links a:hover {
    /* transform: scale(0.97) !important; */
    color: #fff;
    /* background: #ffffff26; */
    background: var(--footer-text-color);
}

.footer-widget.ftr-about .social-links li .fa {
    color: var(--primary-color) !important;
}

.footer-widget.ftr-contact li .fa {
    margin-right: 0 !important;
    font-size: 13px !important;
    color: var(--primary-color);
}
.footer-widget ul li, .footer-widget a, .footer-widget p {
    color: var(--footer-text-color);
}
.footer-widget.ftr-newsletter input {
    height: 50px;
    outline: none !important;
    border: 1px solid #eee !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
.footer-widget.ftr-newsletter input:focus {
    outline: none !important;
}

.footer-widget.ftr-newsletter .partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
}

.footer-widget.ftr-newsletter .partners .list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 10px;
    border-radius: 5px;
    background-color: var(--primary-lint-color);
}

.footer-widget.ftr-newsletter .partners > li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-widget.ftr-newsletter .partners p {
    margin: 0;
}

.footer-widget.ftr-newsletter .partners img {
    width: 45px;
}

.input-group .btn {
    color: var(--secondary-bg-text-color) !important;
    background: var(--secondary-color) !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/** End Footer **/

#flight-offers {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
#destinations {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

/** Call To Action **/
#call-to-action {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #fff;
}
#call-to-action .container {
    padding: 45px 40px;
    border-radius: 20px;
    color: var(--primary-bg-text-color);
    background-color: var(--primary-color);
}
#call-to-action .container .write-up{
    font-size: 25px;
    margin-bottom: 0;
    color: var(--primary-bg-text-color) !important;
}
#call-to-action .container .form-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#call-to-action .container .form-group{
    display: grid;
    grid-template-columns: 10fr 2fr;
    height: 100%;
    margin-bottom: 0 !important;
}
#call-to-action .container .form-control{
    height: 55px !important;
    border: none !important;
    outline: none !important;
    padding-left: 15px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}
#call-to-action .container .subscribe-button {
    padding: 5px 15px;
    border: none !important;
    outline: none !important;
    color: var(--secondary-bg-text-color);
    background-color: var(--secondary-color);
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
/** Call To Action **/

/** Buttons **/
.secondary-btn {
    background-color: var(--secondary-color) !important;
    transition: all 500ms;
}

.secondary-btn:hover {
    background-color: var(--secondary-dark-color) !important;
}

.destination-block {
    border: none !important;
}

.section-title h2 {
    /* position: relative;
    padding-bottom: 24px;
    margin-bottom: 20px;
    font-weight: 700; */
    color: var(--primary-color);
}
#flight-homepage #top-bar {
    background-color: var(--primary-color);
}

.topbar-modify-search {
    top: 125px !important;
}
#top-bar #info a{
    color: #ffffff;
}
section.list.flight-list {
    margin-top: 80px !important;
}

.flight-booking-section section {
    background-color: transparent;
}

.flight-booking-section {
    background-image: url('/assets/images/banner.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    /* max-height: 450px; */
    /* min-height: 350px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: left;

    padding: 70px 15px;
    position: relative;
}
section.banner-form.form-style2 {
    margin-top: 0;
}
.banner-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: left;
    justify-content: flex-start;
}
section.banner-form .container {
    padding-left: 0;
    padding-right: 0;
}

section.banner-form .nav-tabs {
    padding-left: 0;
}
section.banner-form .nav-tabs>li>a {
    border-radius: 0;
    background-color: #ffffff;
    /* padding: 25px 15px; */
}
section.banner-form .nav-tabs>li:first-child>a {
    border-top-left-radius: 10px;
}
section.banner-form .nav-tabs>li:last-child>a {
    border-top-right-radius: 10px;
}

.flight-options {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    padding: 20px 15px;
}

.tab-content {
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.input-wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    max-height: 70px;
    color: var(--primary-color);
}
.input-wrapper input {
    border-radius: 5px;
    height: 45px;
    padding: 5px 0;
    min-width: 180px;
    border: none !important;
    margin-top: 0px;
    max-width: 100%;
    font-size: 17px;
}
.input-wrapper input:focus, .input-wrapper input:focus-visible {
    outline: none !important;
    border: none !important;
}
.biz-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.form-content .search-btn.biz-btn {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none !important;
    color: var(--secondary-btn-color) !important;
    /* border-bottom: 5px solid #3f2a1052 !important; */
}
.form-content .search-btn.biz-btn:hover {
    border: none !important;
}
.biz-btn:before, .biz-btn-black:before, .biz-btn-white:before {
    border-radius: 5px;
}

.form-col {
    padding: 5px;
}

.filter-box, .filter-box1 {
    padding: 20px;
}


/* Search Form Custom Dropdown Start */
.options-dropdowns {
    display: flex;
    gap: 10px;
    padding: 10px;
    flex-wrap: wrap;
}
.select-menu {
    /* min-width: 150px; */
    flex: 1;
    max-width: calc(50% - 5px) !important;
}
@media (min-width: 768px) {
    .select-menu {
        min-width: 150px;
        max-width: 200px !important;
    }
}

.select-menu.return-type {
  max-width: 200px;
  /* margin: 10px; */
}
.select-menu .select-btn {
  display: flex;
  height: 45px;
  background: var(--primary-lint-color);
  color: var(--primary-color);
  padding: 20px 15px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(32, 32, 32, 0.034);
}
.select-menu.return-type .options {
    width: 200px;
}
.select-menu.return-type .options .option {
    padding: 8px 10px
}
@media (max-width: 768px) {
    .select-menu .select-btn {
        padding: 20px 10px;
    }
}
.select-menu.return-type .options .option-text {
    font-size: 15px;
}
.select-menu .options {
    display: none;
    position: absolute;
    width: 250px;
    overflow-y: auto;
    max-height: 295px;
    padding: 10px;
    margin-top: 3px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    z-index: 99999;
    pointer-events: none; /* Disable pointer events by default */
}
.select-menu .options .option {
  display: flex;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
  margin-bottom: 0;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}
.select-menu .options .option .option-text {
  font-size: 15px;
  color: #333;
}

.select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.select-menu.active .select-btn i {
  transform: rotate(-180deg);
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  pointer-events: auto;
}

.passenger-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.passenger-option:not(:last-child) {
    margin-bottom: 15px;
}

.passenger-option .option-text {
    display: flex;
    flex-direction: column;
}
.passenger-option .option-text small {
    color: var(--primary-color);
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
/*-- Search Form Custom Dropdown End */


/* Form Input Start */
.input-wrapper {
	max-width: 18rem;
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 4rem; */
}

.input-wrapper label {
	font-size: 0.75rem;
	font-weight: 400;
	display: block;
	margin-bottom: 0.5rem;
	color: #B0BEC5;
	border: 1px solid #ECEFF1;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
}
.input-wrapper input {
	font-family: 'Roboto', sans-serif;
	display:block;
	border: none;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	line-height: 1.5rem;
	padding: 0;
	font-size: 1rem;
	color: #607D8B;
	width: 100%;
	/* margin-top: 0.5rem; */
}
.input-wrapper input:focus {outline: none;}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}

.input-wrapper button:focus,
.input-wrapper input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #009688;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}

/* Quantity increment and decrement button */
.qty-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-container .input-qty{
    text-align: center;
    padding: 6px;
    border: 0 !important;
    max-width: 40px;
    background: transparent !important;
    font-size: 16px;
    margin: 0;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
    border: 0 !important;
    padding: 10px 15px;
    font-size: 10px;
    transition: 0.3s;
    background-color: var(--primary-lint-color);
    border-radius: 3px;
    cursor: pointer;
    color: var(--primary-color);
}
  .qty-container .qty-btn-plus{
    margin-left: -1px;
}
.qty-container .qty-btn-minus{
    margin-right: -1px;
}
/* Quantity increment and decrement button */
/*-- Form Input Ends */

.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}

.navbar-nav li a {
    font-size: 14px !important;
    padding-left: 12px;
    padding-right: 12px;
}

.footer-upper h3 {
    margin-bottom: 15px;
}
.footer-upper li {
    margin-bottom: 0;
    line-height: 2.3;
}
.footer-about ul.social-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-nav.payment-methods p {
    margin: 0;
}
.footer-nav.payment-methods img {
    width: 50px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="search"], input[type="password"], input[type="tel"], input[type="date"], input[type="time"], textarea, select {
    border-radius: 5px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a, .header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
    color: var(--secondary-color);
}

/* Package Pages Styles  */
.package-container ul.list-marked{
    list-style-type: none;
}
.package-container ul li {
    margin-left: 25px;
    margin-bottom: 10px;
}
.package-container .list-marked li:before {
    content: '\f0a9';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: -20px;
    color: #ef9d12;
    font-size: 12px;
}
.package-container .tr-media{
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    margin-bottom: 30px;
}
.package-container .img-area{
    width: 100%
}
.package-container .img-area img{
    width: 100%;
    border: 4px solid #eeeeee69;
    border-radius: 10px;
}
.package-container .price-label {
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--secondary-color)
}
.package-container .price {
    font-size: 2.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.package-container .price-desc {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.package-container .tc-btn {
    width: fit-content;
    text-transform: initial;
}
.package-container .package-assets-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-dark-color);
}
.package-container .package-assets-title-lg {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
}
.package-container .sidebar-title {
    font-size: 1.5rem;
    color: var(--primary-color);
}
.package-container .tr-media-body h5 {
    font-weight: 600;
    margin-bottom: 5px;
}
.package-container .tr-media-body h5 a {
    color: var(--primary-color) !important;
}
.package-container .tr-media-body h5 a:hover {
    color: var(--secondary-color) !important;
}
.package-container .news-item .news-content h3 {
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--primary-color);
    padding-bottom: 10px
}
.package-container .news-item .news-content h3 a {
    color: var(--primary-color);
}
.package-container .news-item .news-content {
    margin-top: -60px;
    padding: 20px;
}
.package-container .news-item .news-content .meta .time {
    color: var(--secondary-color);
}
.package-container .news-item .news-content .meta-desc {
    font-size: 13px
}
.package-container .news-item .price {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: right;
    text-transform: initial !important;
}

.w-max-content {
    width: max-content;
}

.equal-height {
    display: flex;
}

.equal-height [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.equal-height .why-us-item {
    flex: 1;
}

.footer-nav.payment-methods {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}



@media screen and (min-width: 768px) {
    .header_menu .navbar.navbar-default .nav.navbar-nav li a {
        padding: 12px 15px;
        font-weight: 500;
        color: var(--primary-color);
    }
    .header_menu .navbar.navbar-default .nav.navbar-nav li:hover a {
        color: var(--secondary-color);
    }
}
@media screen and (max-width: 768px) {
    .header-logo {
        max-width: 140px;
    }
    .banner-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .flight-booking-section {
        padding-top: 50px;
    }
    .slicknav_nav {
        top: 50px;
        color: #ffffff !important;
        background: var(--primary-color);
    }
    .slicknav_nav a {
        color: var(--primary-lint-color) !important;
        /* border-bottom: 1px solid #fcfcfc10; */
        border-bottom: none;
    }
    .slicknav_nav li::not(:last-child) a {
        border-bottom: 1px solid #fcfcfc10;
    }
    .slicknav_nav a:hover {
        color: var(--primary-color) !important;
        background-color: var(--primary-lint-color);
    }
    .slicknav_nav ul {
        margin-bottom: 0;
    }
    .slicknav_nav ul li{
        color: var(--primary-color);
        background-color: var(--primary-lite-color);
    }
    .dropdown-menu > li > a {
        color: var(--primary-color) !important;
        border-bottom: 1px solid #d8dbdd8c;
    }
    .slicknav_nav .slicknav_item a:hover, .slicknav_nav .slicknav_parent-link a:hover {
        color: var(--primary-color) !important;
        background-color: var(--primary-lint-color);
    }
    .slicknav_nav .slicknav_arrow:hover {
        color: var(--primary-color) !important;
        background-color: var(--primary-lint-color);
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        padding-top: 10px;
        width: 50px;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.05);
    }
    .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
        color: var(--primary-color);
    }
}
