.page-title-main.float_l {
    background-image: url("../images/page-title.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.page-title.float_l {
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    line-height: 60px;
    color: #fff;
    margin: 30px 0 20px 0;
}
.area-info-sec1.float_l {
    background-image: url("../images/area-info-sec1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.area-info-sec1-text {
    float: left;
    padding: 50px 0;
    width: 50%;
}
.area-info-sec1-text .heading, .area-send-card-text .heading {
    font-size: 48px;
    font-weight: 100;
    line-height: 58px;
    margin: 0 0 10px 0;
}
.area-info-sec1-text .simple-text, .area-send-card-text .simple-text {
    line-height: 26px;
}
.area-info-sec2.float_l {
    background-color: #e1e1e1;
}
.area-info-box {
    float: left;
    width: 25%;
    padding: 55px 15px;
}

.area-info-box .simple-text{ height:105px; }
.area-info-box .title {
    font-size: 23px;
    color: #231f20;
    text-align: center;
    line-height: 33px;
    width: 80%;
    margin: 0 10% 0 0;
}
.area-info-box img.thumb {
    float: left;
    width: 80%;
    border-radius: 50%;
    margin: 25px 10% 25px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.area-info-box img.thumb:hover {
    border-radius: 0%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.area-info-box .simple-text {
    color: #231f20;
    line-height: 24px;
}
.area-info-box a.more-info, .area-send-card-text a.view-cards {
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    margin: 35px 0 0 0;
    padding: 5px 65px;
    background-color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.area-info-box a.more-info:hover, .area-send-card-text a.view-cards:hover {
    background-color: #00aeef;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.area-send-card.float_l {
    background-image: url("../images/area-send-card.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}
.area-send-card-text {
    float: left;
    width: 45%;
    padding: 55px 0;
}
.area-send-card-img {
    margin: 25px 2%;
    width: 46%;
}
.area-send-card-img, .area-send-card-img img {
    float: left;
}




@media screen and (max-width: 1200px) {
	.container {
	  width: 960px;
	}
	.area-info-sec1.float_l, .area-send-card.float_l {
	  background-size: cover;
	}
	.area-info-sec1-text {
	  width: 70%;
	}
	.area-info-sec1-text, .area-send-card-text {
	  padding: 40px 0;
	}
	.area-send-card-text {
	  width: 50%;
	}
.area-info-box .simple-text{ height:120px; }
}
@media screen and (max-width: 990px) {
	.container {
	  width: 740px;
	}
	.area-info-sec1-text {
	  width: 95%;
	}
	.area-info-box {
	  padding: 40px 15px;
	  width: 50%;
	}
.area-info-box .simple-text{ height:auto; }
}
@media screen and (max-width: 768px) {
	.container {
	  min-width: 320px;
	  padding-left: 5%;
	  padding-right: 5%;
	  width: 100%;
	}	
	.area-info-sec1-text, .area-info-box, .area-send-card-text, .area-send-card-img{
		width: 100%;
	}
	.area-info-box {
	    max-width: 315px;
	}
	.area-send-card-img {
	  margin: 0 0 40px;
	}
}