.option-available{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 4.7vw;
	margin-bottom: 7vw;
}
.option-available.reverse{
	flex-direction: row-reverse;
}
.option-available .img{
	width: 18vw;
	margin-left: 4.4vw;
	border-radius: .3vw;
	filter: drop-shadow(20px 20px 50px rgba(39, 11, 120, 0.1)) drop-shadow(-20px -20px 50px rgba(39, 11, 120, 0.1));
}
.option-available .img img{
	width: 100%;
	border-radius: inherit;
}
.option-available.reverse .img{
	margin-left: 0;
	margin-right: 4.4vw;
}
.option-available .info{
	padding: 2.7vw;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.option-available .info h3{
	font-size: 1.6vw;
	margin: 0;
	margin-bottom: 2.2vw;
	color: #fff;
}
.option-available .info-btns{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 38vw;
}
.option-available .info-btns p{
	color: #fff;
	width: 96%;
	margin-left: 4%;
	margin-top: .8vw;
	font-size: 1vw;
}
.option-available .info-btns a{
	color: var(--purple);
	border-radius: .3vw;
	padding: 1vw;
	font-size: 1vw;
	background: #fff;
	width: 40%;
	margin-left: 4%;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}
.option-available .info-btns a:first-child{
	margin-left: 0;
}
.option-available .info-btns a:hover{
	background: #F7C51E;
}
.option-available:before{
	width: 64vw;
	height: 13vw;
	background: var(--purple);
	border-radius: .3vw;
	position: absolute;
	content: '';
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}
.option-available-green:before{
	background: #00B330;
}
.heater{
	margin: 14.6vw 0;
	display: flex;
	align-items: center;
}
.heater .img{
	width: 100%;
	z-index: 3;
}
.heater .info{
	position: absolute;
	z-index: 5;
	width: 28.2vw;
	padding: 2vw;
	background: rgba(39, 11, 120, 0.8);
	color: #fff;
	border-radius: .3vw;
	margin-left: 34vw;
}
.heater .info p{
	margin-bottom: 4.3vw;
}
.purple-text{
	margin: 0;
	margin-bottom: 10vw;
	padding: 1.5vw 1vw;
	background: var(--purple);
	border-radius: .3vw;
	color: #fff;
	font-size: 1.2vw;
	line-height: 1.5;
	text-align: center;
	font-family: "SourceSansPro-regular"; 
}
.causes-title{
	font-size: 2.2vw;
	margin: 0;
	text-align: center;
	font-family: "montserrat-bold"; 
}
.causes{
	margin-top: 5vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.causes .cause{
	width: 28%;
	margin-bottom: 3.4vw;
	text-align: center;
}
.causes .cause .img{
	height: 5.1vw;
}
.causes .cause h3{
	margin: 0;
	margin-top: .8vw;
	font-size: 1.3vw;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.7vw;
}
.causes .cause p{
	margin: 0;
	margin-top: 1.3vw;
	font-size: 1.2vw;
	line-height: 1.6;
	font-family: "SourceSansPro"; 
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5vw;
}
.get-started{
	width: 100%;
	padding: 1.7vw 2.2vw;
	border: 3px solid #270B78;
	border-radius: .3vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.get-started img{
	width: 4.7vw;
}
.get-started p{
	font-size: 1.6vw;
	margin: 0;
	font-weight: 800;
}
.lates-blog-posts{
	background: #F6F6F6;
	padding-top: 2.7vw;
	padding-bottom: 2.9vw;
	margin-top: 11vw;
}
.lates-blog-posts .main-title{
	text-align: center;
	letter-spacing: 0.05em;
}
.lates-blog-posts .more{
	margin: 0 auto;
	font-size: 1.6vw;
	letter-spacing: 0.05em;
	color: #000000;
	display: block;
	text-align: center;
}
.posts{
	display: flex;
	justify-content: space-between;
	margin-top: 2.7vw;
	flex-wrap: wrap;
}
.posts .post{
	width: 47.5%;
	margin-bottom: 1.5vw;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.posts .post:nth-child(2n){
	align-items: flex-start;
}
.posts .post .img{
	width: 100%;
}
.posts .post .date{
	position: absolute;
	top: .8vw;
	right: .8vw;
	background: #000;
	color: #fff;
	padding: .5vw .8vw;
	font-size: .6vw;
	letter-spacing: 0.05em;
}
.posts .post .info{
	width: 78%;
	background: #fff;
	border-radius: .3vw;
	margin-top: -7.2vw;
	padding: 2vw;
	position: relative;
	height: 23vw;
}
.posts .post .info h3{
	font-size: 1.3vw;
	margin: 0;
	line-height: 1.6;
}
.posts .post .info .author{
	font-family: "SourceSansPro"; 
	font-size: 1vw;
	margin: 0;
	margin-top: .4vw;
}
.posts .post .info .text{
	margin: 0;
	font-size: 1.2vw;
	line-height: 1.6;
	font-family: "SourceSansPro"; 
	margin-top: 1.3vw;
	font-weight: 600;
}
.posts .post .info a{
	font-size: .7vw;
	padding: .7vw 1.5vw;
	position: absolute;
	bottom: 1vw;
}
.servise-area{
	margin: 7vw 0;
}
.speak{
	text-align: center;
}
.speak h3{
	font-size: 2.2vw;
	margin: 0;
	font-family: "montserrat-bold"; 
	margin-bottom: 1vw;
}
.speak a{
	color: var(--purple);
	font-size: 2.2vw;
	text-decoration: none;
	font-family: "montserrat-bold"; 
}
.map{
	margin-top: 2vw;
	width: 100%;
	position: relative;
}
.frame{
	width: 100%;
	height: 30vw;
}
.map .img{
	width: 100%;
	height: unset;
	z-index: -1;
}
.map .city{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	z-index: 10;
	width: 1.2vw;
	margin-left: .4vw;
	height: 2vw;
	padding-bottom: .5vw;
	cursor: pointer;
}
.map .city .name{
	margin-top: 0;
	background: #fff;
	color: #000;
	padding: .5vw 1vw;
	border-radius: .3vw;
	margin-bottom: .7vw;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scaleY(0);
	transform-origin: bottom;
	opacity: 0;
	transition: .3s;
	white-space: nowrap;
	max-width: unset;
}
.map .city .name:before{
	content: '';
	width: .8vw;
	height: .8vw;
	background: #fff;
	top: 80%;
	transform: rotate(45deg);
	position: absolute;
	z-index: 5;
}
.map .city .marker{
	width: 100%;
}
.map .city.active .name{
	transform: scaleY(100%);
	opacity: 1;
}
.cities-columns{
	display: flex;
	align-items: flex-start;
	margin-top: 1vw;
}
.cities-columns .cities{
	width: 15%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cities-columns h3{
	white-space: nowrap;
	width: 100%;
	margin: 0;
	font-size: .7vw;
	height: 2.4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--purple);
	border-left: none;
}
.cities-columns h3.empty{
	border: none;
}
.cities-columns .cities:first-child h3{
	width: 400%;
	border-left: 1px solid var(--purple);
}
.cities-columns .cities p{
	margin-top: 0;
	padding: .3vw;
	font-size: 1vw;
	cursor: pointer; 
	transition: .3s;
	position: relative;
	width: 100%;
}
.cities-columns .cities p.active{
	color: var(--purple);
}
.cities-columns .cities p.active{
	background: var(--purple);
	color: #fff;
}
.Downey{
	top: 52.3%;
	left: 40.8%;
}
.La-Habra-Heights{
	top: 51.7%;
	left: 47%;
}
.Los-Angeles{
	top: 42.4%;
	left: 36.5%
}

.El-Monte{
	top: 43.5%;
	left: 44.5%
}
.Rosemead{
	top: 43.5%;
	left: 43%
}
.Monterey-Park{
	top: 43%;
	left: 41.7%
}
.Alhambra{
	top: 40.3%;
	left: 41.3%
}
.South-Pasadena{
	top: 39.5%;
	left: 40%
}
.San-Marino{
	top: 38%;
	left: 42.5%
}
.Glendale{
	top: 34.8%;
	left: 36%
}
.Pasadena{
	top: 34.2%;
	left: 40.5%
}
.Covina{
	top: 39.2%;
	left: 50.2%
}
.La-Verne{
	top: 37%;
	left: 54.5%
}
.Arcadia{
	top: 40%;
	left: 44.5%
}
.Temple-City{
	top: 38%;
	left: 46%
}
.Azusa{
	top: 35.5%;
	left: 49.4%
}
.Bradbury{
	top: 35%;
	left: 48%
}
.Glendora{
	top: 37%;
	left: 51.4%
}
.West-Covina{
	top: 41.3%;
	left: 48%
}
.Baldwin-Parkx{
	top: 41.6%;
	left: 46.4%
}
.Artesia{
	top: 35%;
	left: 43.6%
}
.Sierra-Madre{
	top: 34%;
	left: 42%
}
.Monrovia{
	top: 35%;
	left: 45.1%
}
.Duarte{
	top: 35.7%;
	left: 46.7%
}
.La-Canada{
	top: 28.5%;
	left: 39.2%;
}
.Chatsworth{
	top: 26.8%;
	left: 27.2%;
}
.Northridge{
	top: 25.5%;
	left: 25%;
}
.Flintridge{
	top: 30.2%;
	left: 37.5%;
}
.Canoga-Park{
	top: 31%;
	left: 22.8%;
}
.Whittier{
	top: 49%;
	left: 44.5%;
}
.Hawthorne{
	top: 47%;
	left: 33%;
}
.Montebello{
	top: 47%;
	left: 41.5%;
}
.Vernon{
	top: 45.4%;
	left: 38.3%;
}
.South-El-Monte{
	top: 47.3%;
	left: 43%;
}
.La-Puente{
	top: 46%;
	left: 47.5%;
}
.Walnut{
	top: 45%;
	left: 51%;
}
.Culver{
	top: 48%;
	left: 31%;
}
.Bell{
	top: 50%;
	left: 39%;
}
.Maywood{
	top: 49%;
	left: 37.5%;
}
.Huntington-Park{
	top: 49%;
	left: 36%;
}
.Cudahy{
	top: 53%;
	left: 38.5%;
}
.South-Gate{
	top: 53%;
	left: 36.5%;
}
.Lynwood{
	top: 54%;
	left: 39.6%;
}
.El-Segundo{
	top: 52.3%;
	left: 30%;
}
.Lawndale{
	top: 53%;
	left: 31.5%;
}
.Cerritos{
	top: 59.5%;
	left: 43.4%;
}
.La-Mirada{
	top: 57%;
	left: 45.5%;
}
.Burbank{
	top: 31.5%;
	left: 34.4%;
}
.Inglewood{
	top: 50.3%;
	left: 32.5%;
}
.Compton{
	top: 56%;
	left: 37.5%;
}
.Gardena{
	top: 56.2%;
	left: 34.3%;
}
.Manhattan-Beach{
	top: 56.3%;
	left: 30.2%;
}
.Bellflower{
	top: 57.5%;
	left: 41.2%;
}
.Norwalk{
	top: 56%;
	left: 43%;
}
.Lakewood{
	top: 58%;
	left: 39.4%;
}
.Long-Beach{
	top: 66.5%;
	left: 38.3%;
}
.Signal-Hill{
	top: 65%;
	left: 40%;
}
.Rancho-Palos-Verdes{
	top: 68%;
	left: 31.8%;
}
.Palos-Verdes-Estates{
	top: 69.4%;
	left: 30.3%;
}
.Rolling-Hills{
	top: 70.5%;
	left: 34%;
}
.Rolling-Hills-Estates{
	top: 70.5%;
	left: 32.3%;
}
.Lomita{
	top: 67%;
	left: 34.8%;
}
.Torrance{
	top: 61.3%;
	left: 33%;
}
.Hermosa-Beach{
	top: 59.3%;
	left: 31.3%;
}
.Carson{
	top: 62.7%;
	left: 36.4%;
}
.Redondo-Beach{
	top: 63%;
	left: 32%;
}
.Hawaiian-Gardens{
	top: 64%;
	left: 43.3%;
}
.Santa-Monica{
	top: 45.4%;
	left: 27%;
}
.Pomona{
	top: 42.4%;
	left: 55.4%
}
.Beverly-Hills{
	top: 40.8%;
	left: 30.4%
}
.Paramount{
	top: 41%;
	left: 33.7%
}
.West-Hollywood{
	top: 42%;
	left: 31.8%
}
.San-Fernando{
	top: 22.8%;
	left: 29%;
}
.Malibu{
	top: 45%;
	left: 16.1%;
}
.Calabasas{
	top: 35%;
	left: 20.8%;
}
.Agoura-Hills{
	top: 35%;
	left: 17%;
}
.Westlake-Village{
	top: 37%;
	left: 14.5%;
}
.Gardens{
	top: 32%;
	left: 13%;
}
.Santa-Ana{
	top: 68.9%;
	left: 50.9%;
}
.Irvine{
	top: 74%;
	left: 52.5%;
}
.Tustin{
	top: 73%;
	left: 54%;
}
.Fountain-Valley{
	top: 74%;
	left: 48.5%;
}
.Huntington-Beach{
	top: 73%;
	left: 45%;
}
.Lake-Forest{
	top: 77.3%;
	left: 57.8%;
}
.Mission-Viejo{
	top: 81.6%;
	left: 58.8%;
}
.Laguna-Nigel{
	top: 82.5%;
	left: 52.5%;
}
.Newport-Beach{
	top: 79%;
	left: 48.8%;
}
.Costa-Mesa{
	top: 78%;
	left: 50%;
}
.Orange{
	top: 76.5%;
	left: 51.5%;
}
.Garden-Grove{
	top: 66.3%;
	left: 48.7%;
}
.Anaheim{
	top: 61.1%;
	left: 49.3%;
}
.Yorba-Linda{
	top: 59.5%;
	left: 52.5%;
}
.Laguna-Beach{
	top: 86.3%;
	left: 54%;
}
.Ladera-Ranch{
	top: 86%;
	left: 59%;
}
.Dana-Point{
	top: 89%;
	left: 55.5%;
}
.Aliso-Viejo{
	top: 85%;
	left: 56%;
}
.San-Bernardino{
	left: 73%;
	top: 37.7%;
}
.Fontana{
	left: 67.5%;
	top: 39%;
}
.Kaiser{
	left: 65%;
	top: 38%;
}
.Cucamonga{
	left: 60%;
	top: 38%;
}
.Rialto{
	left: 70%;
	top: 38%;
}
.Bloomington{
	left: 69%;
	top: 41%;
}
.Declezville{
	left: 66%;
	top: 42%;
}
.Highland{
	left: 76.3%;
	top: 36%;
}
.Muscoy{
	left: 71%;
	top: 35%;
}
.Redlands{
	left: 77%;
	top: 42.5%;
}
.Mentone{
	left: 79%;
	top: 42%;
}
.Colton{
	left: 73%;
	top: 42.5%;
}
.Loma-Linda{
	left: 75%;
	top: 44%;
}
.Yucaipa{
	left: 82.5%;
	top: 44.1%;
}
.Riverside{
	left: 69.8%;
	top: 48.7%;
}
.Grand-Terrace{
	left: 72%;
	top: 46%;
}
.Moreno-Valley{
	left: 75.2%;
	top: 52%;
}
.Beaumont{
	left: 85.2%;
	top: 53.4%;
}
.Beaumont{
	left: 85.2%;
	top: 53.4%;
}
.Cabazon{
	left: 92.3%;
	top: 54.3%;
}
@media(min-width: 1920px){
	.option-available{
		margin-top: 90px;
		margin-bottom: 135px;
	}
	.option-available .info-btns{
		width: 730px;
	}
	.option-available .info-btns p{
		margin-top: 16px;
		font-size: 19px;
	}
	.option-available .img{
		width: 342px;
		margin-left: 85px;
		border-radius: 5px;
	}
	.option-available.reverse .img{
		margin-left: 0;
		margin-right: 85px;
	}
	.option-available .info{
		padding: 52px;
	}
	.option-available .info h3{
		font-size: 31px;
		margin-bottom: 42px;
	}
	.option-available:before{
		width: 1228px;
		height: 250px;
		border-radius: 5px;
	}
	.option-available .info-btns a{
		border-radius: 6px;
		padding: 19px;
		font-size: 19px;
	}
	.cities-columns{
		margin-top: 19px;
	}
	.cities-columns h3{
		font-size: 14px;
		height: 46px;
	}
	.cities-columns .cities p{
		padding: 6px;
		font-size: 19.2px;
	}
	.heater{
		margin: 280px auto;
	}
	.heater .info{
		width: 540px;
		padding: 39px;
		border-radius: 5px;
		margin-left: 650px;
	}
	.heater .info p{
		margin-bottom: 83px;
	}
	.purple-text{
		margin-bottom: 192px;
		padding: 29px 19px;
		border-radius: 5px;
		font-size: 23px;
	}
	.causes-title{
		font-size: 42px;
	}
	.causes{
		margin-top: 96px;
	}
	.causes .cause{
		margin-bottom: 65px;
	}
	.causes .cause .img{
		height: 97px;
	}
	.causes .cause h3{
		margin-top: 15px;
		font-size: 25px;
		height: 71px;
	}
	.causes .cause p{
		margin-top: 25px;
		font-size: 23px;
		height: 96px;
	}
	.get-started{
		padding: 33px 42px;
		border-radius: 5px;
	}
	.get-started img{
		width: 90px;
	}
	.get-started p{
		font-size: 31px;
	}
	.lates-blog-posts{
		padding-top: 52px;
		padding-bottom: 55px;
		margin-top: 211px;
	}
	.lates-blog-posts .more{
		font-size: 31px;
	}
	.posts{
		margin-top: 52px;
	}
	.posts .post{
		margin-bottom: 29px;
	}
	.posts .post .date{
		top: 16px;
		right: 16px;
		padding: 10px 16px;
		font-size: 12px;
	}
	.posts .post .info{
		border-radius: 5px;
		margin-top: -138px;
		padding: 39px;
		height: 441px;
	}
	.posts .post .info h3{
		font-size: 25px;
	}
	.posts .post .info .author{
		font-size: 19px;
		margin-top: 8px;
	}
	.posts .post .info .text{
		font-size: 23px;
		margin-top: 25px;
	}
	.posts .post .info a{
		font-size: 14px;
		padding: 14px 29px;
		bottom: 19px;
	}
	.servise-area{
		margin: 135px auto;
	}
	.speak h3{
		font-size: 42px;
		margin-bottom: 19px;
	}
	.speak a{
		font-size: 42px;
	}
	.map{
		margin-top: 38px;
	}
	.frame{
		height: 576px;
	}
	.map .city{
		width: 23px;
		height: 23px;
		padding-bottom: 10px;
		margin-left: 8px;
	}
	.map .city .name{
		padding: 10px 19px;
		border-radius: 5px;
		margin-bottom: 14px;
	}
	.map .city .name:before{
		width: 16px;
		height: 16px;
	}
	.map .city .marker{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.option-available:before{
		content: unset;
	}
	.option-available{
		flex-direction: column;
		margin-top: 8vw;
	}
	.option-available.reverse{
		flex-direction: column;
	}
	.option-available .img,
	.option-available.reverse .img{
		margin: 0;
		width: 80%;
		border-radius: 1vw;
	}
	.option-available .info-btns p{
		font-size: 3.5vw;
		margin-bottom: 4vw;
	}
	.option-available .info-btns{
		flex-direction: column;
		background: var(--purple);
		width: 100%;
		padding: 5vw;
		padding-top: 12vw;
		margin-top: -7vw;
		border-radius: 1vw;
	}
	.option-available .info-btns a{
		margin: 4vw 0;
		width: 100%;
		font-size: 3vw;
		line-height: 1.8;
		padding: 3vw;
		border-radius: 1vw;
	}
	.option-available .info{
		background: var(--purple);
		width: 100%;
		margin-top: -5vw;
		padding: 5vw;
		padding-top: 12vw;
		align-items: center;
		border-radius: 1vw;
	}
	.option-available .info h3{
		font-size: 3.5vw;
		margin-bottom: 5vw;
	}
	.main-btn{
		padding: 2vw 4vw;
		border-radius: 1vw;
		font-size: 3.5vw;
	}
	.heater{
		position: relative;
		margin-bottom: 90vw;
	}
	.heater .img{
		height: 50vw;
		object-fit: cover;
		object-position: left;
		border-radius: 1vw;
	}
	.heater .info{
		width: 70vw;
		left: 15vw;
		margin-left: 0;
		top: 80%;
		padding: 4vw;
		border-radius: 1vw;
	}
	.phone-btn{
		margin-top: 3vw;
		padding: 2.5vw;
		font-size: 3.5vw;
		border-radius: 1vw;
	}
	.phone-btn img{
		width: 3vw;
		margin-right: 2vw;
	}
	.purple-text{
		padding: 4vw;
		font-size: 4.5vw;
		border-radius: 1vw;
	}
	.causes{
		margin-top: 10vw;
	}
	.causes-title{
		font-size: 5vw;
	}
	.causes .cause{
		width: 48%;
		margin-bottom: 6vw;
	}
	.causes .cause .img{
		height: 13vw;
	}
	.causes .cause h3{
		font-size: 3.5vw;
		height: 14vw;
	}
	.causes .cause p{
		font-size: 4vw;
		height: 32vw;
	}
	.lates-blog-posts{
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	.posts .post{
		width: 100%;
		align-items: center!important;
		margin-bottom: 8vw;
	}
	.posts .post .info{
		height: unset;
		padding: 4vw;
		border-radius: 1vw;
	}
	.posts .post .info a{
		position: relative;
		font-size: 3vw;
		margin-top: 6vw;
		padding: 2vw 4vw;
	}
	.posts .post .info h3{
		font-size: 4.5vw;
	}
	.posts .post .info .author{
		font-size: 3.5vw;
		margin-top: 1vw;
	}
	.posts .post .info .text{
		font-size: 4vw;
		margin-top: 2vw;
	}
	.posts .post .date{
		top: 2vw;
		right: 2vw;
		padding: 1.5vw 2vw;
		font-size: 3vw;
	}
	.lates-blog-posts .more{
		font-size: 3.5vw;
	}
	.speak h3{
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.speak a{
		font-size: 4.5vw;
	}
	.get-started{
		flex-direction: column;
		align-items: center;
		width: 70vw;
		margin: 5vw auto;
		border-radius: 1vw;
		text-align: center;
		padding: 5vw;
	}
	.get-started img{
		width: 10vw;
	}
	.get-started p{
		font-size: 3.5vw;
		margin: 5vw 0;
	}
	.frame{
		height: 90vw
	}
	.map{
		margin-top: 6vw;
	}
	.map .city .name:before{
		width: 1.8vw;
		height: 1.8vw;
	}
	.map .city .marker{
		width: 3vw;
	}
	.cities-columns{
		margin-top: 3vw;
		flex-wrap: wrap;
	}
	.cities-columns .cities {
		width: 50%;
		margin-bottom: 5vw;
	}
	.cities-columns .cities:nth-child(3){
		margin-right: 0;
	}
	.cities-columns h3{
		font-size: 3.2vw;
		height: 7vw;
		border-left: 1px solid var(--purple);
	}
	.cities-columns .cities:first-child h3{
		width: 200%;
	}
	.cities-columns .cities:nth-child(6) h3{
		border-left: none;
	}
	.cities-columns .cities p{
		padding: 1vw;
		font-size: 3.5vw;
	}
}