@media (max-width: 767px) {
.header-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index:9;
    justify-content: center;
    padding: 10px;
    background: white;
    box-shadow: 0px 4px 44px #00000030;
}
	.header-btn a{
		display:block;
	}
	.remove-border{
		border-right:unset !important;
	}
	.elementor-counter-title{
		text-align:center;
	}
	.bottom-footer ul {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.get-touch-icon ul {
    justify-content:start;
    display: flex;
	align-items: start;
}
}

@media (max-width: 1024px){
	.home-video svg {
    width: 70px;
}
}
@media (max-width: 1440px) and (min-width: 1366px) {
	.back-banner{
		min-height: 520px !important;
	}
}