.block-prestalove-easyfooter {
	background-color: #d80b39;
}
.block-prestalove-easyfooter .block-prestalove-easyfooter-inner {
	font-size: 0;
}
.block-prestalove-easyfooter .block-prestalove-easyfooter-inner > * {
	font-size: 14px;
}
.block-prestalove-easyfooter .footer_part1 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 0 !important;
    margin-right: 8% !important;
	margin-bottom: 35px !important;
}

.block-prestalove-easyfooter .footer_part1 .block-title {
	/* border: 5px solid #8cc63e; */
	font-family: "Cabin", sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #ffffff;
	line-height: 1.1;
	padding: 36px 0;
	padding-top: 50px;
	margin-bottom: 23px;
	position: relative;
	min-height: 150px;
	text-align: center;
}
.block-prestalove-easyfooter .footer_part1 .block-title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 70px;
	border-bottom: 4px solid white;
}
.block-prestalove-easyfooter .footer_part1 .block-title .img {
	min-height: 170px;
}
.block-prestalove-easyfooter .footer_part1 .block-title img {
	max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%;
    display: block;
    margin: auto;
}

.block-prestalove-easyfooter .footer_part1 .block-custom-html-content {
    font-family: "Cabin", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: black;
    line-height: 1.5;
	text-align: justify;
	position: relative;
}
.block-prestalove-easyfooter .footer_part1 .block-custom-html-content p {
	margin-bottom: 26px;
}
.block-prestalove-easyfooter .footer_part1 .block-custom-html-content a {
	/* color: #8cc63e; */
	color: #ffffff;
	display: inline-block;
	text-align: left;
}

.footer-container #footer .block-prestalove-easyfooter .block-custom-html-content .black-btn {/* .block-prestalove-easyfooter .footer_part1 .block-title a { */
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    background-color: #000000;
    padding: 5px 20px;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /* position: absolute;
    top: -40px;
    left: 20px; */
    line-height: 18px;
	text-decoration: none;
}
.footer-container #footer .block-prestalove-easyfooter .block-custom-html-content .black-btn-outer {
	padding-top: 15px;
}
.footer_bottom_lists_bg {
	background-color: #f5f5f5;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	position: relative;
	/* margin-top: 70px; */
}
.index .footer_bottom_lists_bg {
	padding-top: 35px;
}
.index .footer_bottom_lists_bg:before {
	content: '';
	width: 100%;
	height: 35px;
	left: 0;
	top: 0;
	background-color: #ffffff;
	position: absolute;
}
.footer_bottom_lists_bg .container {
	padding-bottom: 0;
}
.footer_bottom_lists {
	text-align: center;
	font-size: 0; 
	padding-top: 35px;
	padding-bottom: 0px;
	display:flex;
	width:100%;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.footer_bottom_lists li {
    width: 25%;
    font-size: 14px;
    /* border-right: 3px solid #d2d2d2; */
    padding: 0 30px;
    /* display: inline-block; */
	display: table-cell;
    vertical-align: top;
	position:relative;
}

.footer_bottom_lists li i {
    display: inline-block;
    vertical-align: top;
    color: #232323;
	margin-bottom: 15px;
	
}
.footer_bottom_lists li i:before {
	display: block;
}
.footer_bottom_lists li .h4 {
	font-family: 'RobotoCondensed',sans-serif;
	font-weight: 600;
    font-size: 18px;
	color: #232323;
    margin-bottom: 5px;
}
.footer_bottom_lists li p {
    font-family: 'RobotoCondensed-Italic',sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #767676;
    margin-bottom: 20px;
    line-height: 1.4;
}
.block-prestalove-easyfooter .footer_part1{display:none}
.index .block-prestalove-easyfooter .footer_part1{
	display: inline-block;
}
.index .cms-hide-heading {
	display: none;
}

@media (max-width: 1199px) {
	.footer_bottom_lists li {
		padding: 0 15px;
	}
	.footer_bottom_lists li {display:inline-block;height: 222px;}
}
@media (min-width: 992px) {
	.block-prestalove-easyfooter .footer_part1:nth-child(2n + 2) {/* Nth-Child 2 */
		margin-right: 0 !important;
	}
}
@media (max-width: 991px) {
	.block-prestalove-easyfooter .footer_part1 {
		width: 47.4%;
		margin-right: 4.6% !important;
	}
	.block-prestalove-easyfooter .footer_part1:nth-child(2n+2) {/* Nth-Child 2 */
		margin-right: 0 !important;
	}
	.footer_bottom_lists li {
		display: inline-block;
		margin-bottom: 15px;
		width: 50%;
		height: initial;
	}
	.footer_bottom_lists li:nth-child(2) {
		border-right: 0;
	}
	.footer_bottom_lists li p {
		margin-bottom: 15px;
	}
	.index .block-prestalove-easyfooter .block-prestalove-easyfooter-inner {
		padding-top: 35px;
	}
	.block-prestalove-easyfooter .footer_part1 .block-title {
		font-size: 26px;
		padding: 20px 0;
		padding-top: 0;
		min-height: 134px;
		
		/* padding-bottom: 20px; */
	}
	.footer-container #footer .block-prestalove-easyfooter .block-custom-html-content .black-btn {
		left: 15px;
	}
	.footer-container #footer ul li a {
		font-size: 15px;
	}
	.footer_bottom_lists li:nth-child(2):before, .footer_bottom_lists li:last-child:before {
		border-right: 0;
	}
}
@media (max-width: 767px) {
	
}
@media (max-width: 639px) {
	.index .block-prestalove-easyfooter .footer_part1 {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px !important;
	}
	.block-prestalove-easyfooter .footer_part1 .block-title {
		min-height: initial;
		font-size: 22px;
	}
	.footer-container #footer ul li {
		border-right: 0;
  }
  .footer-container  #footer #permanent_links ul li {
		 float:none;
    display: inline-block;
  }
	.footer_bottom_lists li:before{display:none;}
	.footer-container #footer ul li a {
		display: inline-block;
		border: 0;
		vertical-align: top;
		 padding: 0px 10px 0px 0px;
	}
  #permanent_links ul{
    text-align: center;
  }
	.index .footer_bottom_lists_bg {
		margin-top: 0;
	}
	.footer_bottom_lists {
		padding-top: 50px;
		padding-bottom: 10px;	
	}
	.footer_bottom_lists li i {
		margin-bottom: 25px;
	}
	.footer_bottom_lists li .h4 {
		font-size: 19px;
	}
	.footer_bottom_lists li p {font-size: 17px;}
	.index .block-prestalove-easyfooter .block-prestalove-easyfooter-inner {
		padding-top: 50px;
		/* padding-bottom: 15px; */
	}
	.block-prestalove-easyfooter .footer_part1 .block-custom-html-content {
		font-size: 15px;
	}
}