/* Open Form */
.OpenForm {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #171c61;
	right: 111px;
	margin-top: -99px;
	box-shadow: 4px 4px 4px #444;
	cursor: pointer;
	z-index: 1000;
}
.OpenForm>div {
	position: relative;
	color: #fff;
}
.OpenForm .text1 {
	position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    line-height: 33px;
    font-size: 24px;
}
.OpenForm .text2 {
	position: absolute;
    bottom: 14px;
    right: 48px;
    font-size: 18px;
}

/* Form */
#Section-Form {
    margin-top: -316px;
	position: absolute;
    width: 100%;
    z-index: 1000;
}
#Section-Form .form-title {
	background: #fff;
	font-size: 20px;
    font-weight: bold;
    height: 69px;
    line-height: 69px;
    padding: 0 25px;
}
#Section-Form .form-title img{
	width: 24px;
	height: 24px;
	margin-top: 24px;
	cursor: pointer;
}
#Section-Form .form-guide {
	background: #797979;
	color: #fff;
	font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
}
#Section-Form .form-require {
	background: #ff6c6b;
	color: #fff;
	font-size: 18px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
}
#Section-Form sub {
	color: #ff4242;
}
#Section-Form .group {
    font-size: 18px;
}
#Section-Form .group label {
	padding-left: 15px;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
	margin: 0 0 15px;
	width: calc(100% - 30px);
}
#Section-Form .group label.other_label {
	width: auto;
}

#Section-Form .line1 {
	width: calc(100% - 250px);
}
#Section-Form .text {
	width: 100%;
	border-radius: 5px;
	border: 1px #aaa solid;
}
#Section-Form .group .text_remarks {
	font-size: 12px;
	padding: 10px 0 0;
}
#Section-Form .text-3 {
	width: 250px;
	border-radius: 5px;
	border: 1px #aaa solid;
	margin-right: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#Section-Form .multi_sel {
	height: 29px;
    padding: 1px 10px;
}
#Section-Form .join_btn{
	background: #171c61;
	color: #fff;
	font-size: 24px;
    padding: 10px 50px;
}

#Section-Form .sel_img {
	margin-bottom: 10px;
}
#Section-Form .sel_img img {
	box-shadow: 1px 1px 1px 0px #ccc;
	cursor: pointer;
}
#Section-Form .sel_img select,
#Section-Form .sel_img>div {
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
}
#Section-Form .sel_img>div {
	border: rgb(169, 169, 169) 1px solid;
	padding: 0 4px;
	cursor: pointer;
}
#Section-Form .sel_img[data-select=false] .isSel {
	display: none;
}
#Section-Form .sel_img[data-select=true] .unSel {
	display: none;
}
#Section-Form .sel_img[data-select=false] select,
#Section-Form .sel_img[data-select=false]>div {
	background: #f3f3f3;
}
#Section-Form .section_general>div>div.general_col {
	padding-left: 30px;
}
#Section-Form .section_general>div>div.general_col .col-sm-3 {
	padding: 0;
}
#Section-Form .section_general>div>div.general_col span {
	display: inline-block;
	display: -webkit-inline-block;
}
#Section-Form .section_general textarea.textarea {
	border-radius: 5px;
	padding: 10px 20px;
	color: #808080;
	width: 100%;
	margin-top: 20px;
	resize: none;
	height: 150px;
}
#Section-Form .btn-send-sms {
	font-size: 12px;
	background: #171c61;
	color: #fff;
}


/* Section 1 */
#Section-1 h3 label{
	font-size: 34px;
	line-height: 48px;
	border-bottom: #f7e700 8px solid;
	margin-bottom: 70px;
}
#Section-1 h3.right-part {
    width: 410px;
    text-align: left;
    float: right;
}

#Section-1 ul{
	list-style-image: url('./../images/maintenance/2.1_dot_icon.png');
	padding-left: 0;
	max-width: 450px;
}
#Section-1 ul li{
	font-size: 20px;
    padding-bottom: 40px;
	min-height: 130px;
	padding-left: 40px;
}
#Section-1 .adv_light {
	text-align: center;
	margin-top: 107px;
}
#Section-1 .adv_light>div{
	width: calc(100% + 78px);
	margin: 0 -39px;
}
#Section-1 .adv_light>div>img{
	width: 262px;
	height: 520px;
}
#Section-1 .adv_text{
	text-align: center;
	margin-top: -5px;
}
#Section-1 .adv_text span{
	color: #171c61;
	font-weight: 600;
	border: 15px #171c61 solid;
	padding: 18px 85px;
	font-size: 36px;
	border-radius: 100px;
}

/* Section 2 */
#Section-2>div {
	text-align: center;
}
#Section-2 img {
	width: auto;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#Section-2 img.icon-1 {
	width: auto;
	height: 200px;
}
#Section-2 img.icon-2 {
}
#Section-2 img.icon-3 {
}
#Section-2>div>span.name {
	font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
#Section-2>div>span.desc {
	font-size: 18px;
}

/* Section 3 */
#Section-3 	h2 {
	margin-bottom: 40px;
}
#Section-3 	h2 span {
	font-size: 48px;
	font-weight: bold;
}
#Section-3 .line {
	border-top: #f7e700 8px solid;
	max-width: 600px;
	margin-bottom: 40px;
}
#Section-3 .content {
	font-size: 18px;
    line-height: 25px;
}
#Section-3 .a-group>div {
	border: #eee 1px solid;
	box-shadow: 2px 2px 4px -1px #aaa;
	height: 805px;
}
#Section-3 .a-group img {
	width: 100%;
	height: auto;
	margin-bottom: 34px;
}
#Section-3 .a-group ul {
	padding: 0 25px 0 50px;
}
#Section-3 .a-group ul li {
	font-size: 18px;
    line-height: 26px;
	margin-bottom: 26px;
}

/* Section 4 */
#Section-4 	h2 {
	margin-top: 10px;
    padding-bottom: 40px;
}
#Section-4 	h2 span {
	font-size: 36px;
    font-weight: bold;
    padding-bottom: 40px;
    border-bottom: #f7e700 8px solid;
}
#Section-4 .a-plan>div {
	margin-top: 15px;
	border: #eee 1px solid;
	box-shadow: 2px 2px 4px -1px #aaa;
}
#Section-4 .a-plan h4 {
	border-top: #d8d8d8 18px solid;
    height: 103px;
    text-align: center;
    margin: 0;
    font-size: 36px;
    line-height: 92px;
	text-transform: uppercase;
}
#Section-4 .a-plan.plan2 h4 {
	border-top-color: #171d61;
}
#Section-4 .a-plan p {
	background: #d5d5d5;
    text-align: center;
    padding: 17px 0px;
	margin-bottom: 0;
}
#Section-4 .a-plan.plan2 p {
	background: #171d61;
}
#Section-4 .a-plan p a {
	background: #fff;
    font-size: 20px;
    padding: 10px 75px;
}
#Section-4 .a-plan td {
	text-align: center;
	color: #0c0c0c;
    font-size: 26px;
	padding-left: 15px;
    padding-right: 15px;
}
#Section-4 .a-plan td.content-1 {
	height: 107px;
    border-bottom: #ccc 2px solid;
    line-height: 40px;
    padding: 30px 0;
}
#Section-4 .a-plan td.content-2 {
	height: 179px;
	line-height: 36px;
    font-weight: 900;
    border-bottom: #979797 1px solid;
}
#Section-4 .a-plan td.content-3 {
	height: 400px;
    line-height: 36px;
	text-align: left;
}

#Section-4 .best {
	position: absolute;
    left: 40px;
    right: 40px;
    top: -10px;
    height: 80px;
}
#Section-4 .best>div {
	position: relative;
	width: 100%;
	height: 100%;
}
#Section-4 .circle {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 35px;
	top: 5px;
	border: #171d61 10px solid;
	border-radius: 50%;
	text-align: center;
	background: #fff;
}
#Section-4 .circle i {
	font-size: 30px;
    line-height: 40px;
	color: #000;
}
#Section-4 .best-text {
	position: absolute;
	left: 85px;
	right: 35px;
	text-align: center;
	top: 20px;
	bottom: 30px;
	background: #171d61;
	color: #fff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	    line-height: 30px;
}

/* 1200px ~ 1440px */
@media (min-width: 1200px) and (max-width: 1439px) {
	#Section-Form {
		margin-top: -100px;
	}
	#Section-Form .group {
		font-size: 16px;
		line-height: 2;
	}
	#Section-Form .group label {
		font-size: 16px;
		line-height: 2;
	}
	#Section-Form .btn-send-sms {
		font-size: 16px;
	}
	#Section-Form .section_general>div>div.general_col {
		padding-left: 0;
		margin: -5px 0 0;
	}
	#Section-1 h3 label {
		font-size: 28px;
		line-height: 44px;
		margin-bottom: 40px;
		margin-left: 30px;
		margin-right: 0;
	}
	#Section-1 ul {
		padding-left: 40px;
		list-style-image: url('./../images/maintenance/2.1_dot_icon_16px.png');
	}
	#Section-1 ul li {
		font-size: 18px;
		padding-left: 20px;
	}
	#Section-1 .adv_light>div {
		width: calc(100% + 60px);
		margin: 0 -30px;
	}
	#Section-1 .adv_light>div>img {
		width: 225px;
		height: auto;
	}
	#Section-1 .adv_text {
		margin-top: -15px;
	}
	#Section-1 .adv_text span {
		font-size: 28px;
		border-width: 12px;
	}
	#Section-1 h3.right-part {
		width: 419px;
	}
	
	#Section-2 img.icon-1 {
		width: auto;
		height: 180px;
	}
	#Section-2 img.icon-2 {
		width: auto;
		height: 180px;
	}
	#Section-2 img.icon-3 {
		width: auto;
		height: 180px;
	}
	
	#Section-3 h2 {
		margin-bottom: 20px;
	}
	#Section-3 h2 span {
		font-size: 40px;
	}
	#Section-3 .content {
		font-size: 16px;
		line-height: 23px;
	}
	#Section-3 .a-group>div {
		height: 735px;
	}
	#Section-3 .a-group ul li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#Section-4 h2 span {
		font-size: 32px;
		padding-bottom: 16px;
	}
	#Section-4 .a-plan h4 {
		font-size: 32px;
		line-height: 84px;
	    height: 96px;
	}
	#Section-4 .a-plan p {
		padding: 15px 0px;
	}
	#Section-4 .a-plan p a {
		font-size: 18px;
		padding: 8px 70px;
	}
	#Section-4 .a-plan td {
		font-size: 22px;
	}
	#Section-4 .a-plan td.content-1 {
		height: auto;
		line-height: 40px;
	}
	#Section-4 .a-plan td.content-2 {
		height: 250px;
		line-height: 33px;
	}
	#Section-4 .a-plan td.content-3 {
		height: 350px;
		line-height: 33px;
	}
}

/* 992px ~ 1200px */
@media (min-width: 992px) and (max-width: 1199px) {
	#Section-Form {
		margin-top: -100px;
	}
	#Section-Form .group {
		font-size: 14px;
		line-height: 2.2;
	}
	#Section-Form .group label {
		font-size: 14px;
		line-height: 2.2;
	}
	#Section-Form .group .col-sm-2 {
		padding-right: 0;
	}
	#Section-Form .btn-send-sms {
		font-size: 16px;
	}
	#Section-Form .text-3 {
		margin-right: 20px;
	}
	#Section-1 h3 label {
		font-size: 23px;
		line-height: 39px;
		margin-bottom: 40px;
		margin-left: 30px;
		margin-right: 0;
	}
	#Section-1 ul {
		padding-left: 40px;
		list-style-image: url('./../images/maintenance/2.1_dot_icon_12px.png');
	}
	#Section-1 ul li {
		font-size: 16px;
		padding-left: 20px;
		padding-bottom: 20px;
		min-height: 100px;
	}
	#Section-1 .adv_light>div {
		width: calc(100% + 60px);
		margin: 0 -30px;
	}
	#Section-1 .adv_light>div>img {
		width: 100%;
		height: auto;
	}
	#Section-1 .adv_text {
		margin-top: 5px;
	}
	#Section-1 .adv_text span {
		font-size: 24px;
		border-width: 11px;
	}
	#Section-1 h3.right-part {
		width: 342px;
	}
	
	#Section-2 img.icon-1 {
		width: auto;
		height: 170px;
	}
	#Section-2 img.icon-2 {
		width: auto;
		height: 170px;
	}
	#Section-2 img.icon-3 {
		width: auto;
		height: 170px;
	}
	
	#Section-3 h2 {
		margin-bottom: 18px;
	}
	#Section-3 h2 span {
		font-size: 36px;
	}
	#Section-3 .content {
		font-size: 16px;
		line-height: 23px;
	}
	#Section-3 .a-group>div {
		height: 760px;
	}
	#Section-3 .a-group ul li {
		font-size: 16px;
		line-height: 24px;
	}
	
	#Section-4 h2 span {
		font-size: 30px;
		padding-bottom: 15px;
	}
	#Section-4 .a-plan h4 {
		font-size: 28px;
		line-height: 76px;
		height: 88px;
	}
	#Section-4 .a-plan p {
		padding: 15px 0px;
	}
	#Section-4 .a-plan p a {
		font-size: 18px;
		padding: 8px 70px;
	}
	#Section-4 .a-plan td {
		font-size: 18px;
	}
	#Section-4 .a-plan td.content-1 {
		height: auto;
		line-height: 36px;
		padding: 18px 0;
	}
	#Section-4 .a-plan td.content-2 {
		height: 100px;
		line-height: 30px;
	}
	#Section-4 .a-plan td.content-3 {
		height: 250px;
		line-height: 30px;
	}
}

/* 768px ~ 992px */
@media (min-width: 768px) and (max-width: 991px) {
	.custom_htmlcaption .brand {
		font-size: 36px;
	}
	.OpenForm {
		width: 160px;
		height: 160px;
		margin-top: -85px;
	}
	.OpenForm .text1 {
		top: 16px;
		left: 24px;
		right: 24px;
		line-height: 28px;
		font-size: 18px;
	}
	.OpenForm .text2 {
		bottom: 9px;
		right: 24px;
		font-size: 16px;
	}
	.space-200 {
		height: 120px;
	}
	.space-140 {
		height: 84px;
	}
	.space-120 {
		height: 72px;
	}
	.space-60 {
		height: 36px;
	}
	#Section-Form {
		margin-top: -100px;
	}
	#Section-Form .form-guide {
		font-size: 16px;
		height: 64px;
		line-height: 24px;
		padding: 8px 25px;
	}
	#Section-Form .form-require {
		font-size: 16px;
		height: 60px;
		line-height: 60px;
		padding: 0 25px;
	}
	#Section-Form .form-require img {
		margin-top: -4px;
	}
	#Section-Form .group {
		font-size: 12px;
		line-height: 22px;
	}
	#Section-Form .group label {
		font-size: 12px;
		line-height: 22px;
		padding-left: 8px;
	}
	#Section-Form .group .col-sm-2 {
		padding-right: 0;
	}
	#Section-Form .col-sm-3 span{
		display: inline-block;
		display: -webkit-inline-block;
	}
	#Section-Form .group.clear>.col-sm-9>label {
		width: 100%;
	}
	#Section-Form .text-3 {
		width: 180px;
		margin-right: 20px;
	}
	#Section-Form .btn-send-sms {
		font-size: 12px;
	}
	#Section-Form .section_general>div>div.general_col {
		padding-left: 0;
		margin: -5px 0 0;
	}
	#Section-1 h3 label {
		font-size: 19px;
		line-height: 39px;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: -20px;
		border-bottom-width: 4px;
		max-width: none;
	}
	#Section-1 ul {
		padding-left: 40px;
		list-style-image: url('./../images/maintenance/2.1_dot_icon_8px.png');
	}
	#Section-1 ul li {
		font-size: 16px;
		padding-left: 10px;
		padding-bottom: 10px;
		min-height: 120px;
	}
	
	#Section-1 .adv_light {
		margin-top: 220px;
	}
	#Section-1 .adv_light>div {
		width: calc(100% + 60px);
		margin: 0 -30px;
	}
	#Section-1 .adv_light>div>img {
		width: 100%;
		height: auto;
	}
	#Section-1 .adv_text {
		margin-top: 0px;
	}
	#Section-1 .adv_text span {
		font-size: 24px;
		border-width: 8px;
	}
	#Section-1 h3.right-part {
		width: 242px;
	}
	
	#Section-2 img.icon-1 {
		width: auto;
		height: 144px;
	}
	#Section-2 img.icon-2 {
		width: auto;
		height: 144px;
	}
	#Section-2 img.icon-3 {
		width: auto;
		height: 144px;
	}
	
	#Section-3 h2 {
		margin-bottom: 18px;
	}
	#Section-3 h2 span {
		font-size: 30px;
	}
	#Section-3 .line {
		border-top-width: 4px;
	}
	#Section-3 .content {
		font-size: 16px;
		line-height: 23px;
	}
	#Section-3 .a-group>div {
		height: 650px;
	}
	#Section-3 .a-group img {
		margin-bottom: 20px;
	}
	#Section-3 .a-group ul {
		padding: 0 15px 0 30px;
	}
	#Section-3 .a-group ul li {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	
	#Section-4 h2 span {
		font-size: 22px;
		padding-bottom: 15px;
		border-bottom-width: 4px;
	}
	#Section-4 .a-plan h4 {
		font-size: 28px;
		line-height: 76px;
		height: 88px;
	}
	#Section-4 .a-plan p {
		padding: 15px 0px;
	}
	#Section-4 .a-plan p a {
		font-size: 18px;
		padding: 8px 70px;
	}
	#Section-4 .a-plan td {
		font-size: 18px;
	}
	#Section-4 .a-plan td.content-1 {
		height: auto;
		line-height: 36px;
		padding: 18px 0;
	}
	#Section-4 .a-plan td.content-2 {
		height: 160px;
		line-height: 24px;
	}
	#Section-4 .a-plan td.content-3 {
		height: 250px;
		line-height: 24px;
	}
}

/* 320px ~ 768px */
@media (max-width: 767px) {
	.custom_htmlcaption .brand {
		font-size: 36px;
	}
	.OpenForm {
		width: 160px;
		height: 160px;
		margin-top: -85px;
	}
	.OpenForm .text1 {
		top: 16px;
		left: 24px;
		right: 24px;
		line-height: 28px;
		font-size: 18px;
	}
	.OpenForm .text2 {
		bottom: 9px;
		right: 24px;
		font-size: 16px;
	}
	.space-200 {
		height: 120px;
	}
	.space-140 {
		height: 84px;
	}
	.space-120 {
		height: 72px;
	}
	.space-60 {
		height: 36px;
	}
	#Section-Form {
		margin-top: -215px;
		margin-top: calc(-100vw * 0.2695);
	}
	#Section-Form .form-title {
		height: auto;
		line-height: 30px;
		padding: 15px 25px;
	}
	#Section-Form .form-title img {
		margin-top: 3px;
	}
	#Section-Form .form-guide {
		font-size: 16px;
		height: auto;
		line-height: 24px;
		padding: 8px 25px;
	}
	#Section-Form .form-require {
		font-size: 16px;
		height: auto;
		line-height: 60px;
		padding: 0 25px;
	}
	#Section-Form .form-require img {
		margin-top: -4px;
	}
	#Section-Form .group {
		font-size: 12px;
		line-height: 20px;
		padding-left: 8px;
	}
	#Section-Form .group label {
		font-size: 12px;
		line-height: 20px;
	}
	#Section-Form .group .col-sm-2 {
		padding-right: 0;
	}
	#Section-Form .text-3 {
		width: 180px;
	}
	#Section-Form .btn-send-sms {
		font-size: 12px;
	}
	#Section-Form .col-sm-4.col-xs-12 {
		padding-bottom: 4px;
		border-bottom: #aaa 1px solid;
		margin-bottom: 8px;
		width: calc(100% - 10px);
	} 
	#Section-Form .text-title {
		padding-bottom: 4px;
		margin-bottom: 8px;
		padding-right: 0;
	}
	#Section-Form .section_general>div>div.general_col {
		padding-left: 0;
		margin: -5px 0 0;
	}
	#Section-1 h3 label {
		font-size: 20px;
		line-height: 39px;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
		border-bottom-width: 4px;
	}
	#Section-1 ul {
		padding-left: 40px;
		list-style-image: url('./../images/maintenance/2.1_dot_icon_8px.png');
		max-width: none;
	}
	#Section-1 ul li {
		font-size: 16px;
		padding-left: 10px;
		padding-bottom: 10px;
		min-height: auto;
	}
	
	#Section-1 h3.right-part {
		float: none;
	}
	
	#Section-1 .adv_light {
		margin-top: 135px;
	}
	#Section-1 .adv_light>div {
		width: calc(100% + 60px);
		margin: 0 -30px;
	}
	#Section-1 .adv_light>div>img {
		width: 100%;
		height: auto;
	}
	#Section-1 .adv_text {
		margin-top: 20px;
	}
	#Section-1 .adv_text span {
		font-size: 24px;
		border-width: 8px;
	}
	
	#Section-2 img.icon-1 {
		width: 100%;
		height: auto;
		max-width: 144px;
	}
	#Section-2 img.icon-2 {
		width: 100%;
		height: auto;
		max-width: 144px;
	}
	#Section-2 img.icon-3 {
		width: 100%;
		height: auto;
		max-width: 128px;
		margin-top: 26px;
	}
	
	#Section-3 h2 {
		margin-bottom: 18px;
	}
	#Section-3 h2 span {
		font-size: 30px;
	}
	#Section-3 .line {
		border-top-width: 4px;
	}
	#Section-3 .content {
		font-size: 16px;
		line-height: 23px;
	}
	/*
	#Section-3 .a-group>div {
		height: 650px;
	}
	#Section-3 .a-group img {
		margin-bottom: 20px;
	}
	#Section-3 .a-group ul {
		padding: 0 15px 0 30px;
	}
	#Section-3 .a-group ul li {
		font-size: 16px;
		line-height: 20px;
	}
	*/
	#Section-3 .a-group-xs>div {
		height: auto;
		border: #eee 1px solid;
		box-shadow: 2px 2px 4px -1px #aaa;
		margin-bottom: 20px;
	}
	#Section-3 .a-group-xs img {
		width: 200px;
		height: 200px;
		display: inline-block;
		display: -webkit-inline-block;
		vertical-align: top;
	}
	#Section-3 .a-group-xs ul {
		padding: 0 15px 0 30px;
		width: calc(100% - 205px);
		display: inline-block;
		display: -webkit-inline-block;
		vertical-align: top;
	}
	#Section-3 .a-group-xs ul li {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	
	#Section-4 h2 {
		border-bottom: #f7e700 4px solid;
		padding-bottom: 10px;
	}
	#Section-4 h2 span {
		font-size: 22px;
		padding-bottom: 15px;
		border: none;
	}
	#Section-4 .a-plan h4 {
		font-size: 28px;
		line-height: 76px;
		height: 88px;
	}
	#Section-4 .a-plan p {
		padding: 15px 0px;
	}
	#Section-4 .a-plan p a {
		font-size: 18px;
		padding: 8px 70px;
	}
	#Section-4 .a-plan td {
		font-size: 18px;
	}
	#Section-4 .a-plan td.content-1 {
		height: auto;
		line-height: 40px;
	}
	#Section-4 .a-plan td.content-2 {
		height: 160px;
		line-height: 24px;
	}
	#Section-4 .a-plan td.content-3 {
		height: 260px;
		line-height: 24px;
	}
	#Section-Form .group .col-sm-2 {
		padding-right: 15px;
	}
}

@media (max-width: 640px) {
	.custom_htmlcaption {
		width: 100%;
	}
	#Section-Form .text-3 {
		width: 45%;
		margin: 0;
	}
	#Section-Form .btn-send-sms {
		padding: 3px 20px;
	}
	#Section-4 .a-plan {
		margin-bottom: 40px;
	}
}

@media (max-width: 560px) {
	.OpenForm {
		width: 80%;
		left: 10%;
		right: 10%;
		margin-top: 10px;
		height: 60px;
	}
	.OpenForm .text1,
	.OpenForm .text2 {
		font-size: 14px;
	}
	.OpenForm .text2 {
		position: relative;
		float: right;
		top: 16px;
		bottom: 0;
		line-height: 26px;
	}
	
	#Section-Form .text-3 {
		width: 100%;
		margin: 0 0 20px;
	}
	#Section-Form .col-xs-3{
		width: 50%;
	}
	#Section-Form .col-xs-4{
		width: 50%;
	}
	#Section-2 .col-xs-4{
		width: 100%;
	}
	#Section-2 img {
		float: left;
		margin-top: -30px;
		margin-right: 10px;
	}
	#Section-2>div>span.name {
		margin-top: 20px;
	}
	#Section-2 img.icon-3 {
		/*margin-top: calc(10% + 10px);
		margin-top: 0px;
		margin-left: 10px;*/
	}
	#Section-3 .a-group-xs>div {
		text-align: center;
	}
	#Section-3 .a-group-xs img {
		width: 200px;
		height: 200px;
		text-align: center;
		margin-bottom: 12px;
	}
	#Section-3 .a-group-xs ul {
		width: 100%;
		display: block;
		text-align: left;
	}
}
@media (max-width: 460px) {
	#Section-1 h3.right-part {
		width: 100%;
		text-align: left;
		float: right;
	}
}
@media (max-width: 360px) {
	#Section-2>div>span.name {
		font-size: 16px;
	}
	#Section-2>div>span.desc {
		font-size: 14px;
	}
}