html,body{
	overflow-x:hidden;
}
.streetwise-sticky-header.streetwise-header-is-sticky {
    position: fixed !important;
    top: 0;
}

.streetwise-sticky-header {
    transition: 0.5s !important;
}

.streetwise-header-container.sticky {
    position: fixed;
    top: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.streetwise-user-loge-in {
    cursor: pointer;
}

.header .top-navbar {
    background-color: #032765;
    padding: 12px 0px;
}

.header .header-nav-menu-items a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

.header .header-nav-menu-items a:first-child {
    margin-right: 34px;
}

.header .main-navbar ul {
    list-style: none;
    margin-bottom: 0 !important;
    margin-left: 0;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

.header .main-navbar a {
    color: #1A1F2C;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    line-height: 48px;
    margin-right: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.header .main-navbar a:hover {
    color: #032765 !important;
}

.header .main-navbar {
    padding: 12px 0px;
}


/* Style the search container */

.header .search-bar {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 6px 14px;
    background-color: #fff;
    min-width: 300px;
    font-size: 14px;
    height: 30px;
    display: flex;
    justify-content: space-between;
}


/* Style the search input */

.header .search-bar .input-search-text {
    border: none;
    outline: none;
    width: 100%;
    color: #62646A;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}


/* Style the search button */

.header .search-bar button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #000;
}


/* Style the search icon */

.header .search-bar button i {
    font-size: 15px;
    color: #000;
}

.header .offcanvas-header {
    background-color: #032765;
}

.header .off-canvas {
    display: none;
    text-align: end;
}

.header .offcanvas-body ul {
    list-style: none;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.header .offcanvas-body a {
    color: #1A1F2C;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    line-height: 48px;
    margin-right: 17px;
}

.header .offcanvas-body a:last-child {
    margin-right: 17px !important;
}

.header .offcanvas-body a:hover {
    color: #032765 !important;
}

.header .off-canvas-body {
    padding: 12px 0px;
}

.header .offcanvas-nav-menu-items a {
    text-decoration: none;
    color: #1A1F2C;
    font-size: 14px;
}

.header .offcanvas-nav-menu-items a:first-child {
    margin-right: 34px;
}

.header .offcanvas-nav-menu-items {
    display: flex;
    justify-content: space-between;
}


.header-nav-menu-has-items ul {
    width: auto !important
}

.header-nav-menu-has-items ul li {
    position: relative;
}

.header .header-nav-menu-has-items .sub-menu {
    position: absolute;
    z-index: 999;
    border-radius: 0;
    transition: 0.3s;
    min-width: 150px;
    left: 0;
    margin-left: 0;
    padding: 4px !important;
    margin-top: 5px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(230, 230, 230);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px 0px;
    transform: translate(-10px, -10px) scale(0.8);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
}

.header-nav-menu-has-items li:hover a::after {
    transform: rotate(180deg);
}

.header-nav-menu-has-items.streetwise-user-data-menus {
    position: relative;
}

.header-nav-menu-has-items.streetwise-user-data-menus .sub-menu {
   margin-top: 0;
    top: 42px;
}

.header-nav-menu-has-items.streetwise-user-data-menus:hover .sub-menu,
.header-nav-menu-has-items li:hover .sub-menu {
    transform: translate(0px, 0px) scale(1);
    opacity: 1;
    visibility: visible;
}

.header-nav-menu-has-items .sub-menu::after {
    width: 15px;
    height: 15px;
    position: absolute;
    content: '';
    top: -7px;
    z-index: -3 !IMPORTANT;
    background: white;
    transform: rotate(45deg);
    left: 20px;
    border: 1px solid rgb(230, 230, 230);
    box-shadow: rgba(0, 0, 0, 0.3) -1px -2px 2px -2px;
    box-sizing: border-box;
}

.header-nav-menu-has-items .sub-menu::before {
    width: 27px;
    height: 12px;
    position: absolute;
    content: '';
    top: 0px;
    z-index: 9 !IMPORTANT;
    background: white;
    left: 13px;
}

.header-nav-menu-has-items .sub-menu li {
    width: 100%;
    z-index: 99999;
    text-align: left;
}

.header-nav-menu-has-items .sub-menu a:hover {
    background: #032765;
    color: #fff !important;
}

.header-nav-menu-has-items .sub-menu a {
    margin: 0;
    display: block;
    color: #032765;
    padding: 6px 15px;
    transition: var(--transition);
    margin-right: 0 !important;
    margin-bottom: 1px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    width: calc(100% - 2px);
}


/* main-header-end */

.header-nav-menu-has-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-nav-menu-has-items .menu-item-has-children>a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    position: absolute;
    left: revert;
    right: 16px;
    font-weight: 800;
    font-size: 12px;
    transition: 0.3s;
}

.streetwise-user-data-name {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.streetwise-user-data-name img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    border-radius: 50%;
}

.streetwise-user-data-name a {
    margin-right: 12px !important;
}

.streetwise-header-container {
    z-index: 99999;
    width: 100%;
}
.search-bar .cwp-frontend-search-form .cwp-search-form {
    box-shadow: unset;
    background: transparent !important;
    padding: unset !important;
    width: 100% !important;
}
.search-bar .cwp-frontend-search-form .cwp-search-form .cwp-field-container.cwp-search-field.cwp-search-field-text input {
    height: auto;
    margin: 7px 0;
    border: unset;
    padding: 0;
    border-radius: 14px;
    font-weight: 300;
    width: 100%;
    color: rgb(26, 31, 44);
    font-family: "Source Sans Pro", Helvetica, Arial, Geneva, sans-serif;
}
.search-bar .cwp-frontend-search-form {
    width: 100%;
}
.search-bar .cwp-frontend-search-form .cwp-search-form label {
    display: none;
}
.search-bar .cwp-frontend-search-form .cwp-search-form .cwp-field-container.cwp-search-field.cwp-search-field-text {
    margin: 0;
    padding: 0;
    width: calc(100% - 20px) !important;
}
.search-bar .cwp-frontend-search-form .cwp-search-form .search-form-fields {
    flex-direction: row;
    flex-wrap: unset;
}
.search-bar .cwp-frontend-search-form .cwp-search-form .search-form-fields .cwp-field-button {
    padding: 0;
    margin: 0;
    width: 30px !important;
}

.search-bar .cwp-frontend-search-form .cwp-search-form .search-form-fields .cwp-field-button .cwp-submit-search {
    padding: 1px !important;
    margin: 0 !important;
    width: 33px;
    color: transparent;
    background: #fff0;
    height: 28px;
    position: relative;
    margin-top: 5px !important;
}

.search-bar .cwp-frontend-search-form .cwp-search-form .search-form-fields .cwp-field-button .cwp-submit-search::after {
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    position: absolute;
    color: #000;
    font-weight: 900;
    top: 6px;
    font-size: 15px;
    right: 5px;
}
.header .top-navbar-content .streetwise-offcanves {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 12px;
    align-items: center;
    border-radius: 12px;
    display: flex;
    height: 40px;
    justify-content: center;
    background: #fff;
    padding: 0;
    position: relative;
    color: var(--primary-color);
    width: 40px;
}
.close-reset-button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 12px;
    align-items: center;
    border-radius: 12px;
    display: flex;
    height: 40px;
    justify-content: center;
    background: #fff;
    padding: 0;
    position: relative;
    color: var(--primary-color);
    width: 40px;
}
.mobile-sidebar-menus {
    padding: 0;
}
.streetwise-header-top-container .header-logo img {
    max-height: 40px;
    object-fit: contain;
}
@media (max-width:991px) {
    .header .main-navbar a {
        margin-right: 22px;
    }
}
.mobile-sidebar-menus .offcanvas-nav-menu-items {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid var(--primary-color);
}
.mobile-sidebar-menus .offcanvas-nav-menu-items .streetwise-user-data-menus.header-nav-menu-has-items {
    display: block;
    width: 100%;
}
.mobile-sidebar-menus .offcanvas-nav-menu-items .streetwise-user-data-menus.header-nav-menu-has-items .streetwise-user-data-name {
    justify-content: space-between;
}
.mobile-sidebar-menus .menu-items a {
    display: block;
    padding: 15px 22px;
    background: #dddddd4d;
    border: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}
.mobile-sidebar-menus .streetwise-user-loge-in {
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 15px;
}
@media (max-width:768px) {
    .main-navbar .menu-items {
        display: none;
    }
    .header .search-bar {
        width: 100%;
    }
    .header .top-navbar-content {
        display: block;
    }
    .header .off-canvas {
        display: block;
    }
    .header-nav-menu-items {
        display: none;
    }
	.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields {
		flex-direction: column;
	}
	.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-submit-search {
		position: relative !important;
		width: 100% !important;
		height: 40px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 6px !important;
	}
	.st-home-search .cwp-frontend-search-form form.cwp-search-form .search-form-fields .cwp-field-container.cwp-search-field {
		    width: calc(100% - 0px) !important;
			margin-bottom: 12px;
			border: unset;
			margin-right: unset !important;
			padding: 0 8px;
	}
}

/*--------- Dashboard Header------------*/
.streetwise-dashboard-header-container {
    background: #1876db;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 18px;
    margin-bottom: 35px;
}
.streetwise-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1152px !important;
    width: 1152px !important;
}
.streetwise-dashboard-header .streetwise-header-logo {
    margin: 0 20px 0 0;
    width: 200px;
}
.streetwise-dashboard-header .streetwise-header-logo img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.streetwise-dashboard-header-nav {
    display: flex;
    align-items: center;
    gap: 19px;
}
.streetwise-dashboard-header-nav .streetwise-dashboard-header-help {
    display: flex;
    gap: 3px;
    align-items: center;
}
.streetwise-dashboard-header-user {
    width: 35px;
    height: 35px;
}
.streetwise-dashboard-header-user img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.streetwise-dashboard-header-nav .streetwise-dashboard-header-help a,
.streetwise-dashboard-header-nav .streetwise-dashboard-header-help p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.streetwise-dashboard-header-nav .streetwise-dashboard-header-help a:hover{
    color: var(--a-hover-color) !important;
}