.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s
}

header {
    position: relative;
    z-index: 10;
    /*width: 1296px;*/
    display: flex;
    margin: auto;
    max-width: 100%;
	background-color:var(--white);
}
header .container-fluid {
	padding:0;
}
/*header .main-menu {
	max-width:100%;
	background-color:var(--primary-color);
}*/
header .sticky-menu {
    z-index: 1000;
    background-color: var(--medium-black);
    transition: ease-in 0.15s;
    position: relative;
    top: 0;
	padding:0;
    /*padding:25px 0;*/
}

header .sticky-menu > .container > .row {
    align-items: center;
}

header .main-logo-wrapper a img {
    transition: 0.15s all ease-in-out;
}

header .border-btn {
    padding: 8px 15px;
}

header .navbar-nav li {
    display: inline-block;
    position: relative;
    margin: 0 10px
}

header .navbar-nav li a {
    font-weight: 600;
    color: var(--white);
    font-size: 12px;
    white-space: normal;
    padding: 0 5px;
    transition: 0.15s;
    text-decoration: none;
}

/*Add color to the nav-link on hover*/
header .navbar-nav li:hover {
    background-color: var(--orange);
}

/*Add background color when hover the nav-link*/
header .navbar-nav li a:hover {
    background-color: var(--orange);

}

/*Show nav-item when hover dropdown-menu nav-link*/
header .navbar-nav li:hover .nav-link {
    /*color: var(--primary-color);*/
}
.header-logo {
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Dropdown icon - Hide*/
.dropdown-icon {
	display:none;
}

.desktop-nav {
	display:block;
}
.main-logo {
    width: 150px;
    position: relative;
    left: -20px;
}

.desktop-header {
    background-color: var(--primary-color);
}

.home-banner-bg {
    padding: 0;
}
/*Add background on nav-link*/
.navbar-nav .nav-item:active,
.navbar-nav .nav-item:focus{
	background-color:transparent;
}
/*Add by Dorithy 25/10/23/*/
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

/*Edit by Dorithy 26/9/23*/
.sticky-menu.fixed-menu {
    position: fixed;
    background-color: var(--medium-black);
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--border-gray);
    z-index: 1040;
    /*padding:25px 0;*/
}

.sticky-menu.fixed-menu img {
    width: 400px;
}

.navbar.menu {
    padding: 0;
    justify-content: end;
	max-width:960px;
}

.navbar-nav {
    align-items: center;
}


.navbar-nav .nav-item {
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-item i {
    font-size: 15px;
    padding: 2px;
}

.navbar-nav .nav-item .nav-link {
    white-space: nowrap;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    font-size: 16px;
	font-weight:600;
	color:var(--dark-grey);
}
/*Add  background color to the nav-link on actives*/
.navbar-nav .nav-item .nav-link:active{
	background-color:var(--white);
	color:var(--primary-color);
}
/*Remove color bg when on focus*/
.navbar-nav .nav-item .nav-link:focus  {
	background-color:transparent;
	color:var(--primary-color);
}
.navbar-nav .nav-item .nav-link:hover {
  	color:var(--primary-color);
}

/*Add by dorithy 4/10/24*/
/*.navbar-nav .nav-item .nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 20px;
	height: 2px;
	width: 100%;
	background: linear-gradient(90deg, #279f96, transparent);
	transform: scaleX(0);
	transform-origin: bottom left;
	transition: transform 0.4s ease-in-out;
}*/

/*.navbar-nav .nav-item .nav-link:hover::after {
	transform:scale(1);
}*/

/*Make sure the nav-link text remains visible when hover the dropdown item*/
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
	background-color:var(--white);
	color:var(--primary-color);
}

/*Show dropdown menu when hover the nav-item*/
.nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.nav-item.dropdown > .dropdown-menu .dropdown-item:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    /*transform: translateX(-50%);*/
    min-width: 250px;
    width: 100%;
    border-radius: 0;
    text-align: left;
    transition: 0.25s all;
    margin: 0;
    padding: 0;
    background-color: var(--primary-color);
    /*border: 1px solid #e5e5e5;*/
    border: none;
}

.dropdown-item {
    position: relative;
    padding: 0;
    /*background-color: var(--secondary-color);*/
    transition: 0.15s;
}
.dropdown-item:focus,
.dropdown-item.active {
	color:red;
    background-color: transparent !important;
}
.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-item a {
    display: block;
    font-size: 14px !important;
}



.dropdown-item:last-child a {
    border-bottom: 0px;
}

.nav-item.dropdown > .dropdown-menu .dropdown-item > .dropdown-menu {
    top: 0;
    left: 151%;
}

.nav-item.dropdown > .dropdown-menu .dropdown-item a {
    display: block;
    text-align: left;
    white-space: pre-wrap;
    padding: 10px;
}
/*Hover dropdown-item*/
.nav-item.dropdown > .dropdown-menu .dropdown-link:hover {
	background-color: #dd7d08;
}
.access-btn {
    background-color: var(--secondary-color);
    padding: 5px 15px;
    border-radius: 25px;
    transition: 0.15s;
}

.access-btn i {
    display: none;
}

.access-btn > a {
    color: var(--white) !important;
}

.access-btn:hover {
    background-color: var(--secondary-color-hover);
}

.access-btn:hover a {
    text-decoration: none;
}

/* .access-btn .dropdown-menu{
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: 0;
}

.access-btn .dropdown-menu .dropdown-item{
    border: 0;
}

.access-btn .dropdown-menu .dropdown-item a{
    color: var(--white);
    font-size: 14px;
} */


/*Search Input*/
.search-input {
    background-color: var(--input);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 40px;
    border-radius: 25px;
    border: 0;
}

.search-input::placeholder {
    color: #BCBEC0;
}

.search-box {
    position: relative;
}

.search-box .btn_search_content {
    all: unset;
    position: absolute;
    top: 17px;
    right: 35px;
    cursor: pointer;
}


/*Search Box*/

.search-trigger {
    cursor: pointer;
}

.search-block {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 25px;
    background-color: #fff;
    transition: all 0.15s;
}

.search-block.show {
    opacity: 1;
    visibility: visible;
}

.search-block .search-box {
    width: 92%;
    position: relative;
    margin: 0 auto;
}

.search-block .search-box .search-input {
    border: 0;
    border-radius: 0;
    padding: 10px;
    font-size: 20px;
}

.search-block .search-box .search-input:focus {
    box-shadow: unset !important;
}

.search-block .search-box .btn-search {
    all: unset;
    position: absolute;
    top: 10%;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.search-close-btn {
    position: absolute;
    top: 20%;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.search-overlay {
    position: fixed;
    /* Sit on top of the page content */
    opacity: 0;
    visibility: hidden;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 11;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
    transition: all 0.15s;
}

.search-overlay.show {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .mobile-logo {
    /*width: 75px;*/
	width:100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-menu .container > .row {
    align-items: center;
}

.mobile-menu {
    display: none;
}

.mobile-logo-wrapper .row > .col-12 {
    padding: 0;
}

.desktop-logo-wrapper .row > .col-12 > .row, .desktop-logo-wrapper .row > .col-12 > .row > .row, .mobile-logo-wrapper .row > .col-12 > .row, .mobile-logo-wrapper .row > .col-12 > .row > .row {
    all: unset !important;

}

.mobile-menu-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile-menu-icon div {
    margin-left: 25px;
}

.mobile-menu-icon div button {
    padding: 5px 10px;
}

/*@media (max-width:1399px){
    header .navbar-nav li {
        margin-left: 20px;
    }

    
}*/

header .navbar-nav li {
    margin: 0 10px;
}
@media (min-width: 1700px) {
	.nav-section {
		display:flex;
		justify-content:left;
		width:1320px;
	}
	header .main-menu {
		display:flex;
		justify-content:center;
	}
}
@media (max-width: 1199px) {
    header .navbar-nav li {
        margin-left: 10px;
    }

}

@media (max-width: 1300px)and (min-width: 992px) {
    header .navbar-nav li {
        margin: 0 5px;
    }
	.navbar.menu {
		justify-content:center;
	}
}

@media (min-width: 992px) {
    /*.navbar-expand-lg .navbar-nav {
        flex-wrap:wrap;
    }*/
    .navbar-nav .nav-item {
        /*padding-top:5px;*/
        /*padding-bottom:5px;*/
        padding: 10px 13px;
    }

    .navbar-nav .nav-item .nav-link::after {
        bottom: 10px;
    }

}

@media (max-width: 991px) {
	
    a#toggle {
        color: var(--black);
        transition: all 0.15s ease-in-out;
        padding: 0;
    }
	
	.navbar-toggler:focus {
        box-shadow: unset;
    }

	.main-logo {
        width: 90px;
        /*padding: 10px;*/
        left: 0;
    }

	.header-mobile-menu {
		display:flex;
		align-items:center;
		justify-content:end;
		gap:24px;
		padding:15px 0;
	}
	
	.mobile-menu {
        display: block;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        /* padding-top: 15px;
        padding-bottom: 15px; */
        z-index: 99;
		background-color:var(--medium-black);
    }
	.mobile-menu .mobile-logo {
		width:50%;
	}
	
	.mobile-menu-logo {
        max-width: 175px;
        margin-bottom: 25px;
    }
	.desktop-nav {
		display:none;
	}
	.mobile-menu-wrapper {
		display:flex;
		justify-content:end;
		align-items:center;
	}
    .navbar-nav .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 20px;
        height: 2px;
        width: 100%;
        background: none;
        transform: scaleX(0);
        transform-origin: bottom left;
        transition: transform 0.4s ease-in-out;
    }
    .navbar {
        justify-content: center;
    }
    .navbar-nav .nav-item {
        padding: 10px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-bottom: 10px;
    }

    header .navbar-nav li a, .navbar-expand-lg .navbar-nav .nav-link:hover {
        color: var(--primary-color);
    }
	 
	header .sticky-menu {
		border-top: 0;
		padding: 0;
	}
	    header .navbar-nav li {
        width: 100%;
        margin: 0;
        padding: 15px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link, .dropdown-item a {
        font-size: 14px !important;
    }

    header .navbar-nav li .nav-link.active,
    header .navbar-nav li:hover .nav-link {
        border-radius: 0;
    }

    header .main-menu {
        position: fixed;
        background-color: white;
        width: 250px;
        /* width: 90%; */
        height: 100%;
        margin-top: 0px;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        top: 0;
        right: 0;
        z-index: 1031;
        transform: translateX(250px);
        transition: all ease-out .3s;
        text-align: center;
    }
	
	.header-search-wrapper {
        display: none !important;
    }
	
	.dropdown-menu {
        display: none;
        left: 0;
        transform: unset;
        min-width: 100%;
        border-top: 1px solid #e5e5e5 !important;
        border-bottom: 1px solid #e5e5e5 !important;
		border-left: 1px solid #e5e5e5 !important;
		border-right: 1px solid #e5e5e5 !important;
		background-color:var(--white);
		margin-top: 10px;
    }
	/*Add background on nav-link*/
	.navbar-nav .nav-item:active,
	.navbar-nav .nav-item:focus,
	header .navbar-nav li a:active,
	header .navbar-nav li:hover,
	.dropdown-item:active{
		background-color:var(--white);
	}
	/*Dropdown icon - Show*/
	.dropdown-icon {
		display:inline-block;
	}
    .search-trigger.desktop {
        display: none;
    }

    .main-menu > .row {
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .main-menu .container {
        padding: 0;
    }

    .nav-item i {
        position: absolute;
        top: 8px;
    }
	.nav-item.dropdown > .dropdown-menu .dropdown-item a {
		text-align:center;
	}
    .nav-item .dropdown_toggle {
        display: inline-block;
        margin-left: 10px;
    }

    .nav-item:hover .dropdown-menu {
        display: block;
    }

    .fixed-menu {
        position: fixed;
        top: 0;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
    }

    .top-bar .location i {
        font-size: 20px;
    }

    .top-bar .location span {
        font-size: 14px;
    }

    .header-sm-icon-wrapper i {
        font-size: 20px;
    }
    .navbar.menu {
        display: block;
        text-align: center;
    }

    .navbar.menu > .row {
        all: unset;
    }

    html.open-menu .main-menu {
        transform: translateX(0);
        overflow: hidden;
    }

    html.open-menu .overlay3 {
        visibility: visible !important;
        opacity: 0.8 !important;
        display: block !important;
        margin-left: 0 !important;
    }

    html.open-menu a#toggle {
        position: fixed;
        right: 275px;
        top: 35px;
        color: var(--white);
    }

    /* 
        html .fa-bars::before{
            content: '\f0c9' !important;
        }
    
        html.open-menu .fa-bars::before{
            content: '\f057' !important;
        } */


    .search-block {
        padding: 10px;
    }

    .search-block .search-box .search-input {
        font-size: 16px;
    }

    .search-block .search-box .btn-search {
        font-size: 18px;
        top: 28%;
    }

    .search-close-btn {
        top: 28%;
        right: 15px;
        font-size: 18px;
    }

    .desktop-logo-wrapper {
        margin-bottom: 15px
    }

    .mobile-menu .dropdown-item {
        padding: 0px 10px;
    }

    .search-input-wrapper {
        width: 90% !important;
    }

    .search-input-wrapper .form-control {
        padding: 13px;
    }

    .search-box .btn_search_content {
        top: 19px;
        right: 25px;
    }
}
@media (max-width: 767px) {
	.mobile-menu-wrapper {
		justify-content:center;
		margin-bottom:20px;
	}
}

@media (max-width: 575px) {
    .header-sm-icon-wrapper {
        text-align: center;
        margin-top: 10px;
    }
}


.desktop-menu.inner-page .fa-search, .desktop-menu.home-header .fa-search {
    color: #fff;
}


.desktop-menu.inner-page .get-started-nav-btn, .desktop-menu.home-header .get-started-nav-btn {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.mobile-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.mobile-icon-wrapper .fa-search {
    color: #000;
}