@font-face {
  font-family: 'Avenir Regular';
  src: url('../fonts/Avenir Regular.woff2') format('woff2'),
       url('../fonts/Avenir Regular.woff') format('woff'),
       url('../fonts/Avenir Regular.ttf')  format('truetype');
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a:hover{
  color: #000;
}
img{
  object-fit: cover;
  vertical-align: middle;
      -webkit-touch-callout: none;

}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9aa1ab;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9aa1ab;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9aa1ab;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9aa1ab;
}
html, body {
  height: 100%;
}
body{
    font-family: 'Avenir Regular', sans-serif;
    background: #181D1E;
}
/*section,.fp-tableCell{
	height: auto!important;
}*/




.full_wrapper{
	overflow: hidden !important;
}
.fp-tableCell{
	width: 100%;
}


/*HEADER*/
.header{
	padding: 40px 0;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    margin: 0;
}
.header .navbar{
	justify-content: flex-end;
}
.header .navbar ul{
	display: flex;
}
.header .navbar ul li{
	padding: 0 30px;
	font-size: 18px;
}
.header .navbar ul li:last-child{
	padding-right: 0;
}
.header .navbar ul li a{
	color: #fff;	
}
.header .navbar ul li a.active{
	color: #07C8FF;
}



.neighborhoods,
.online-store,
.pricing,
.self-employed{
	position: relative;
	height: 100vh!important;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    width: 100%;
    margin-top: 130px;
}
.neighborhood-slider{
	position: relative;
	max-width: 65%;
	margin: 0 0 0 auto;
	text-align: right;
	margin-right: -70px;
	max-width: 656px;
	width: 100%;
}
.neighborhood-slider img{
	height: 92vh;
	width: 100%;
}
.neighborhood-slider .moving-slides{
	position: absolute;
    right: inherit;
    top: 15%;
    left: 49%;
    transform: translateX(-60%);
    overflow: hidden;
}

#demo {
	overflow: hidden;
}

/*.neighborhoods:after{
	content: '';
	background-image: url('../images/mob-placeholder.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 16% 0;	
	position: absolute;
	top: 0;
	right: 50px;
	width: 100%;
	height: auto;
}*/
.neighborhoods:before{
	content: '';
	background-image: url('../images/Group-815.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 6% 0;	
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}
.neighborhoods .neighborhoods-content{
	width: 100%;
    max-width: 30%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
}
.neighborhoods .neighborhoods-content h1{
	font-size: 34px;
	line-height: 55px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.neighborhoods .neighborhoods-content h1 span{
	color: #FFCA85;
}
.neighborhoods .neighborhoods-content p{
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.neighborhoods .apps{
	margin-bottom: 60px;
	display: flex;
}
.neighborhoods a{
	color: #07C8FF;
	font-size: 20px;
	display: block;
}
.neighborhoods span{
	padding-left: 10px;
}



.online-store .online-store-content{
	position: relative;    
}
/*.online-store .online-store-content{
	background-image: url('../images/Group-816.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 24% 0;	
	width: 100%;
	height: 100%;	
}*/
.online-store .online-store-content h2{
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	/*
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 290px;
	margin: auto;
	*/
}
.online-store .online-store-content h2 span{
	color: #FFCA85;
}
.online-store .online-store-content h3{
	color: #fff;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}
.online-store .online-store-content h3 span{
	color: #FFCA85;
}
.online-store .online-store-content .online-store-btn{
	position: absolute;
	bottom: 0px;
	left: 45%;
	transform: translateX(-50%);
}
.online-store .online-store-content .online-store-btn a{
	background: #07C8FF;
	border: 1px solid #07C8FF;
	box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 13px 45px;
}



.pricing .container{	
	position: relative;
}
.pricing .container:before{
	content: '';
	background-image: url('../images/Group-817.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: -140px;
	padding: 22% 0;	
	width: 100%;
	height: 100%;		
}
.pricing .pricing-column{
	background: #fff;
	box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 55px 40px 35px;
}
.pricing .pricing-column h4{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
}
.pricing .pricing-column h4 .most-popular{
	position: absolute;
	top: 0;
	right: 0;
}
.pricing .pricing-column .amount{
	color: #6C7584;
	font-size: 16px;
	margin-bottom: 25px;
}
.pricing .pricing-column .amount span{
	font-weight: bold;
	font-size: 32px;
	color: #000;
}
.pricing .pricing-column p{
	color: #6C7584;
	font-size: 16px;
	margin-bottom: 35px;	
}
.pricing .pricing-column ul li{
	color: #6C7584;
	font-size: 16px;	
	padding-bottom: 10px;
}
.pricing .pricing-column ul li span{
	padding-left: 15px;
}
.pricing .pricing-column .pricing-btn{
	text-align: center;
	margin-top: 20px;
}
.pricing .pricing-column .pricing-btn a{
	background: #FFFFFF;
	border: 1px solid #07C8FF;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 13px;
	display: block;
	color: #07C8FF;
	font-size: 18px;
}
.pricing .pricing-column .pricing-btn a:hover{
	background: #07C8FF;
	color: #fff;
}




.self-employed:after{
	content: '';
	background-image: url('../images/ftth_mobile_after.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 16% 0;	
	position: absolute;
	top: 0;
	right: 50px;
	width: 100%;
	height: auto;
	z-index: -1;
}
.self-employed .self-employed-content{
	width: 100%;
	max-width: 35%;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}
.self-employed .self-employed-content h2{
	font-size: 34px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.self-employed .self-employed-content p{
	font-size: 18px;
	color: #fff;
}
.self-employed .self-employed-content p a{
	color: #07C8FF;
	text-decoration: underline;
}


.footer{
	border-top: 1px solid rgb(255 255 255 / 10%);
	padding: 45px 0 25px;
}
.footer .footer-info{
	position: relative;
}
.footer .footer-info:after{
	content: '';
	position: absolute;
	top: 22px;
	right: -80px;
	background-image: url('../images/Group-780.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	padding: 12% 0;
}
.footer .footer-info .logo{
	margin-bottom: 30px;
}
.footer .footer-info p{
	font-size: 18px;
	color: #A3A5A5;
	max-width: 350px;
	margin-bottom: 40px;
}
.footer .footer-info .social-links ul{
	display: flex;
}
.footer .footer-info .social-links ul li{
	padding-right: 20px;
}
.footer .footer-links h4{
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 35px;
}
.footer .footer-links ul li{
	padding-bottom: 25px;
}
.footer .footer-links ul li a{
	font-size: 18px;
	color: #A3A5A5;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  cursor: pointer;
}
.open-nav{
	display: none;
}


/*New Code Css*/



.owl_slider_area {
	height: 457px;
	width: 267px;
	position: absolute;
	top: 0;
	z-index: 9999999999999999999999999999999999999999999999;
	background-image: url(../images/slider/mobile_preview.png);
	background-size: 100% 100%;
	padding: 14px 13px;
	background-repeat: no-repeat;
	overflow: hidden;
	left: 0;
	right: 48px;
	bottom: 0;
	margin: auto;
}
.slingle_slider_item {
	overflow: hidden;
	border-radius: 10px;
}
.slingle_slider_item img{
	width: 100%;
}
.slingle_slider_item img {
	height: auto;
}




.self_em_slider_right {
	height: 457px;
	width: 267px;
	position: absolute;
	top: 0;
	z-index: 9999999999999999999999999999999999999999999999;
	background-image: url(../images/slider/mobile_preview.png);
	background-size: 100% 100%;
	padding: 14px 13px;
	background-repeat: no-repeat;
	overflow: hidden;
	left: 0;
	right: 48px;
	bottom: 0;
	margin: auto;
}
.slingle_slider_item {
	overflow: hidden;
	border-radius: 10px;
}
.slingle_slider_item img{
	width: 100%;
}
.slingle_slider_item img {
	height: auto;
}
.self_em_slider_right_area {
	max-width: 35%;
	width: 35%;
	position: absolute;
	top: 40%;
	right: 0;
}
.online-store-content img {
	width: 100%;
}

.mac_slider_image {
	height: 257px;
	width: 295px;
	position: absolute;
	top: 0;
	z-index: 9999999999999999999999999999999999999999999999;
	background-image: url(../images/slider/mac_placeholder.png);
	background-size: 100% 100%;
	padding: 14px 13px;
	background-repeat: no-repeat;
	overflow: hidden;
	left: 0;
	right: -40px;
	bottom: 0;
	margin: auto;
	padding-bottom: 50px;
}

.owl_slider_area, .self_em_slider_right, .mac_slider_image{
	z-index: 1;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select_single_item {
  position: relative;
}
.select_single_item::after {
	position: absolute;
	content: "\f107";
	right: 2px;
	width: 10px;
	height: 4px;
	pointer-events: none;
	font-family: FontAwesome;
	color: #FFF;
	top: 2px;
}
.language_select {
    background: transparent;
    color: #FFF;
    font-size: 18px;
    border: 0;
    width: 107px;
    cursor: pointer;
    text-align: left;
    padding: 0px 7px;
}
option {
	color: #000 !important;
}











@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.apps.apps-mob,
.link-mob{
	display: none!important;
}






/* media queries */
@media screen and (max-width: 1800px){
	.neighborhood-slider .moving-slides {
	    left: 55%;
	}
}
@media screen and (max-width: 1680px){
	.neighborhood-slider .moving-slides {
	    left: 56%;
	}	
}
@media screen and (max-width: 1600px){
	.neighborhood-slider .moving-slides {
	    left: 59.5%;
	}	
	.online-store .online-store-content .online-store-btn{
		bottom: 50px;
	}
	.online-store .online-store-content h3{
		bottom: 120px;
	}
	.pricing .pricing-column{
		padding: 45px 35px 25px;
	}
	.pricing .pricing-column ul li{
		padding-bottom: 5px;
	}
	.pricing .pricing-column .amount{
		margin-bottom: 10px;
	}
	.pricing .pricing-column h4{
		margin-bottom: 10px;
	}
	.pricing .pricing-column p{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1440px){	
	.neighborhood-slider .moving-slides {
	    right: inherit;
	    left: 49%;
	    transform: translateX(-60%);
	}

	.online-store-content{
		text-align: center;
	}
	/*.online-store-content img{
		height: 450px;
	}*/
	.online-store .online-store-content h3{
		bottom: 80px;
	}
	.online-store .online-store-content .online-store-btn{
		bottom: 25px;
	}
}
@media screen and (max-width: 1280px){
	.neighborhoods:before{
		top: -75px;
		left: -15px;
	}
	.neighborhoods .apps{
		margin-bottom: 35px;
	}
	.neighborhoods:after{
		padding: 14% 0;
	}
	.neighborhoods .neighborhoods-content h1{
		font-size: 28px;
    	line-height: 45px;
    	margin-bottom: 15px;
	}
	.neighborhoods .neighborhoods-content p{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.neighborhoods a{
		font-size: 18px;
	}
/*	.online-store-content img{
		height: 370px;
	}*/
	.online-store .online-store-content h2{
	    font-size: 20px;
    	line-height: 26px;
        /* max-width: 250px; */
	}
	.online-store .online-store-content h3 {
	    bottom: 53px;
	    font-size: 20px;
	}
	.online-store .online-store-content .online-store-btn {
    	bottom: 5px;
	}
	.online-store .online-store-content .online-store-btn a{
		font-size: 16px;
		padding: 10px 35px;
	}
}
@media screen and (max-width: 1280px){
	.pricing .pricing-column{
		padding: 30px 25px 15px;
	}
	.pricing .pricing-column h4{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.pricing .pricing-column .amount{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.pricing .pricing-column .amount span{
		font-size: 28px;
	}
	.pricing .pricing-column p{
		margin-bottom: 10px;
	}
	.pricing .pricing-column ul li{
		padding-bottom: 2px;
	}
	.pricing .pricing-column .pricing-btn a{
		padding: 11px;
		font-size: 16px;
	}
	.self-employed .self-employed-content h2{
		font-size: 28px;
		line-height: 45px;
	}
	.self-employed:after{
		padding: 14% 0;
	}
}


@media screen and (max-width: 991px){

	.mac_slider_image {
		height: 180px;
		width: 213px;
		position: absolute;
		top: -29px;
		padding: 9px 10px;
		right: -54px;
		padding-bottom: 64px;
	}
	.mac_slider_image > .slingle_slider_item{
		overflow: hidden;
		border-radius: 10px;
		height: 108px;
		width: 193px;
	}
	.self_em_slider_right_area {
		right: 67px;
	}
	.self_em_slider_right {
		height: 454px;
		
	}


}










@media screen and (max-width: 767px){
	section{
		padding: 50px 0;
	}
	.neighborhoods, .online-store, .pricing, .self-employed{
		height: auto!important;
		margin-top: 0;
	}
	.header{
		padding: 10px 0;
	}
	.header .logo img{
		width: 110px;
	}
	.neighborhoods .neighborhoods-content{
		position: relative;
		top: inherit;
		max-width: 100%;
		transform: inherit;
		text-align: center;
		z-index: -1;
	}
	.neighborhoods .apps{
		display: none;
	}
	.neighborhoods .apps img{
		width: 150px;
	}
	.neighborhoods:after{
		padding: 18% 0;
		right: 0;
		top: 40%;
		background-position: center;
	}
	.neighborhoods .neighborhoods-content h1 {
    	font-size: 22px;
    	line-height: 35px;
    	margin-bottom: 10px;
	}
	.neighborhoods .neighborhoods-content p {
    	font-size: 16px;
    	margin-bottom: 0;
	}
	.neighborhoods a.link-desktop{
		display: none;
	}
	.online-store-content img{
		width: 100%;
		height: auto;
	}
	.online-store-img{
		padding-top: 60px;
	}
	.online-store .online-store-content .online-store-btn{
		bottom: -85px;
	}
	.online-store .online-store-content h2{
		font-size: 18px;
	}
	.online-store .online-store-content h3 {
    	bottom: -25px;
	    font-size: 18px;
	}
	.online-store .online-store-content .online-store-btn a {
    	font-size: 13px;
    	padding: 8px 25px;
	}
	.pricing{
		margin-top: 100px;
	}
	.pricing .pricing-column{
		padding: 15px 20px 10px;
		margin: 0 65px 25px;
	}
	.pricing .pricing-column h4 {
    	font-size: 14px;
    	margin-bottom: 0;
	}
	.pricing .pricing-column .amount {
    	font-size: 13px;
    	margin-bottom: 0;
	}
	.pricing .pricing-column .amount span {
    	font-size: 24px;
	}
	.pricing .pricing-column p {
    	margin-bottom: 5px;
    	font-size: 14px;
    	line-height: 16px;
	}
	.pricing .pricing-column ul li {
    	padding-bottom: 0;
    	font-size: 12px;
	}
	.pricing .pricing-column .pricing-btn {
    	margin-top: 5px;
	}
	.pricing .pricing-column .pricing-btn a {
    	padding: 8px;
    	font-size: 14px;
	}
	.self-employed .self-employed-content{
		position: relative;
		top: inherit;
		transform: inherit;
		max-width: 100%;
		text-align: center;
	}
	.self-employed .self-employed-content h2{
		font-size: 22px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.self-employed .self-employed-content p {
	    margin-top: 494px;
	}
	.self-employed:after {
	    padding: 25% 0;
	    background-position: center;
	    right: 0;
	    top: 45%;
	}
	.pricing .pricing-column h4 .most-popular{
		width: 65px;
	}
	.open-nav{
		display: block;
		color: #fff;
		text-align: right;
		font-size: 30px;
		position: absolute;
		top: 12px;
		right: 20px;
		cursor: pointer
	}
	.header{
		position: relative;
	}
	.footer-info{
		margin-bottom: 55px;
	}
	.footer-links{
		margin-bottom: 35px;
	}
	.footer .footer-links ul li{
		padding-bottom: 12px;
	}
	.footer .footer-links h4{
		margin-bottom: 25px;
	}
	.footer .footer-info p{
		margin-bottom: 20px;
	}
	html {
	  scroll-behavior: smooth;
	}
	.neighborhood-slider{
		max-width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 35px;
	}
	/*.neighborhood-slider img{
		height: 40vh;
	}*/
	.apps.apps-mob{
		display: flex;
		margin-top: 25px;
		justify-content: center;
	}
	.link-mob{
		display: block!important;
		text-align: center;
	}



	.self_em_slider_right_area {
	    max-width: 35%;
	    width: 35%;
	    position: absolute;
	    top: 55%;
	    right: 0;
	    left: 0;
	    right: 62px;
	    margin: auto;
	}

}

@media screen and (max-width: 480px){

.neighborhood-slider img {
	height: 52vh;
	width: 100%;
}

.neighborhood-slider > .owl_slider_area {
	height: 285px;
	width: 156px;
	top: 25px;
	left: 0;
	right: 28px;
	bottom: 0;
	margin: auto;
	padding: 9px 8px;
}
.neighborhood-slider .slingle_slider_item img {
	height: 100% !important;
}

.neighborhood-slider .slingle_slider_item {
	overflow: hidden;
	border-radius: 10px;
	height: 266px;
	width: 140px;
}


.mac_slider_image {
    height: 141px;
    width: 137px;
    position: absolute;
    top: 29px;
    padding: 9px 6px;
    right: -54px;
    padding-bottom: 52px;
}
.online-store-content img {
    width: 100%;
    height: 100%;
}

.mac_slider_image .slingle_slider_item {
    overflow: hidden;
    border-radius: 10px;
    height: 83px;
    width: 127px;
}

.self_em_slider_right_area {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 34%;
    right: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.self-employed .self-employed-content p {
    margin-top: 366px;
}

.slingle_slider_item img {
    height: 100%;
}

.self_em_slider_right {
    height: 271px;
    width: 200px;
    top: 308px;
    right: 0;
    padding: 8px 8px;
}
.self_em_slider_right  .slingle_slider_item {
    overflow: hidden;
    border-radius: 10px;
    height: 256px;
    width: 184px;
}





}


@media screen and (max-width: 413px){
	.self-employed .self-employed-content p {
	    margin-top: 332px;
	}
	.self_em_slider_right_area {
	    top: 36%;
	}
	.self-employed .self-employed-content h2 {
	    font-size: 20px;
	}

}


@media screen and (max-width: 380px){
	section{
		padding: 50px 0 20px;
	}

}

  #voice-button {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #4CAF50;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 1000;
  }

  #transcript, #response {
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 300px;
    max-height: 200px;
    overflow: auto;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
    z-index: 999;
    font-size: 14px;
    border-radius: 8px;
  }
