html {
    scroll-behavior: smooth;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
	outline: none;
}

main#content{
	max-width: 1200px;
	width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

section.fleetbeat-header-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.fleetbeat-header {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 23px 0;
	z-index: 9999;
}

.fleetbeat-header__container {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 48px;
}

.fleetbeat-header__logo-wrapper {
    display: inline-block;
    width: fit-content;
}

a.fleetbeat-header__logo-link {
    display: inline-block;
    width: 234px;
    height: 34px;
}

a.fleetbeat-header__logo-link img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.fleetbeat-header__menu-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.fleetbeat-header__menu-list a{
	text-decoration: none;
	color:#6C7781;
	font-family: Lato;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -2.3%;
}

button.fleetbeat-header__button__contact-us {
    border-radius: 8px;
    background: transparent;
    border: 2px solid #6C7781;
    width: fit-content;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12.5px 24px;
    color: #6C7781;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fleetbeat-header__menu-list .current-menu-item > a,
.fleetbeat-header__menu-list .current_page_item > a {
	color: #28AF60;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

a.fleetbeat-footer__logo-link {
    display: inline-flex;
    width: 200px;
    height: 30px;
}

a.fleetbeat-footer__logo-link img{
    width: 100%;
    height: 100%;
	object-fit: cover;
	object-position: center center;
}

.fleetbeat-footer__menu-list{
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 38px;
}

.fleetbeat-footer__menu-list a{
	text-decoration: none;
	color: #9DA4AB;
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.2px;
}

p.fleetbeat-footer__copyright {
    color: #9DA4AB;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.2px;
}

section.fleetbeat-footer-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer.fleetbeat-footer {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 51px 0 40px;
}

.fleetbeat-footer__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.fleetbeat-header-section.fleetbeat-header-section--mobile{
	display: none;
}

.fleetbeat-header-mobile__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

button.fleetbeat-header-mobile__action-btn.fleetbeat-header-mobile__action-btn--cart {
    border: none;
    background-color: #28AF60;
    width: 87px;
    height: 44px;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

button.fleetbeat-header-mobile__action-btn.fleetbeat-header-mobile__action-btn--burger {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0;
    padding: 0;
}

button.fleetbeat-header-mobile__action-btn.fleetbeat-header-mobile__action-btn--burger svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
}

.fleetbeat-header-mobile__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

button.fleetbeat-header-mobile__action-btn.fleetbeat-header-mobile__action-btn--burger:hover,
button.fleetbeat-header-mobile__action-btn.fleetbeat-header-mobile__action-btn--burger:focus{
	background: transparent;
}

button.fleetbeat-header-mobile__action-btn.fleetbeat-header-mobile__action-btn--burger:focus-visible{
	outline: none;
}

.fleetbeat-header-mobile__dropdown.is-active {
    position: fixed;
    width: -webkit-fill-available;
    height: calc(100dvh - 114px);
    bottom: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 999;
    margin: 0;
    padding: 0px 16px 32px;
    left: 0;
    right: 0;
    justify-content: space-between;
}

.fleetbeat-header-mobile__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 24px;
}

.fleetbeat-header-mobile__menu-list a{
	color: #6C7781;
	font-family: Lato;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-decoration:none;
}

.fleetbeat-header-mobile__menu-list .current-menu-item > a,
.fleetbeat-header-mobile__menu-list .current_page_item > a {
	color: #28AF60;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 2px;
    text-underline-offset: 5px;
	pointer-events: none;
}

button.fleetbeat-header-mobile__contact-btn {
    color: #6C7781;
    font-family: Lato;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 10px 48px;
    width: 100%;
    border: 2px solid #6C7781;
}

button.fleetbeat-header-mobile__contact-btn:hover,
button.fleetbeat-header-mobile__contact-btn:active,
button.fleetbeat-header-mobile__contact-btn:focus{
	background: transparent;
	color: #6C7781;
	border: 2px solid #6C7781;
}

button.fleetbeat-header-mobile__contact-btn:focus-visible{
	outline: none;
}

button.fleetbeat-header__cart-btn {
    border-radius: 8px;
    width: fit-content;
    height: 44px;
    border: none;
    padding: 10px 20px;
    background: #28AF60;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fleetbeat-header__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.fleetbeat-header__button button{
	cursor: pointer;
}

button.fleetbeat-header__cart-btn:hover,
button.fleetbeat-header__cart-btn:focus{
	 background: #28AF60;
}

button.fleetbeat-header__button__contact-us:hover,
button.fleetbeat-header__button__contact-us:focus{
	background: transparent;	
	border: 2px solid #6C7781;
	color: #6C7781;
}

.managerAppBox > div:first-child{
	flex-shrink: 0;
}

/* .elementor-element.overley__img__box.e-flex.e-con.e-child{
	position: relative;
}

.elementor-element.overley__img__box:before{
	content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: inherit;
}
 */

@media(max-width: 768px){
	
	main#content{
		padding: 0;
	}
	
	main#content-box{
		max-width: 1200px;
		width: 100%;
		padding: 0;
	}
	
	section.fleetbeat-header-section.fleetbeat-header-section--desktop{
		display: none;
	}
	
	footer.fleetbeat-footer{
		padding: 32px 16px;
	}
	
	p.fleetbeat-footer__copyright{
		padding: 0;
		grid-column-start: 1;
		grid-row-start: 3;
		margin: 0;
		text-align: center;
		text-wrap-style: balance;
	}
	
	.fleetbeat-footer__container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 20px;
		align-items: center;
        justify-items: center;
    }
	
	.fleetbeat-footer__nav-wrapper{
		grid-column-start: 1;
    	grid-row-start: 2;
	}
	
	.fleetbeat-footer__menu-list {
		flex-direction: column;
		gap: 20px;
		padding: 0;
        margin: 0;
	}
	
	section.fleetbeat-header-section.fleetbeat-header-section--mobile{
		display: flex;
		position: sticky;
        top: 0;
		background: #fff;
		z-index: 999999;
	}
	
	header.fleetbeat-header-mobile {
		width: 100%;
		display: flex;
		padding: 27px 16px;
	}
	
	.fleetbeat-header-mobile__container {
		width: 100%;
	}
	
	.fleetbeat-header-mobile__logo-wrapper {
		width: fit-content;
		display: inline-block;
	}
	
	.fleetbeat-header-mobile__logo-wrapper a{
		width: 42px;
		height: 32px;
		display: inline-block;
	}
	
	.fleetbeat-header-mobile__logo-wrapper a img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
}