tr.shipping {
    display: none;
}
.service_box_3 img {
	max-width: 100%;
	/* display: flex; */
	align-self: flex-start;
}

.service_box_3 {
	font-size: 16px;
}

.red, .blue, white {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}


.service_box_3 .blue {
	background-color: #002e41;
}
.service_box_3 .blue .content {
	color: #fff;
}

.service_box_3 .white {
	background-color: #fff;
}

.service_box_3 .white .content {
	color: #002e41;
}

.service_box_3 .red {
	background-color: #d34f2e;
}
.service_box_3 .red .content {
	color: #fff;
	/* display: flex; */
	flex-direction: column;
}

.service_box_3 .content {
	padding: 20px;
	min-height: 200px;
	/* clear: both; */
	/* position: relative; */
}


.service_box_3 .blue h4 {
	color: #fff;
}
.service_box_3 .red h4 {
	color: #fff;
}
.service_box_3 .white h4 {
	color: #002e41;
}

.service_box_3 .section-3__btn {
	font-size: 18px;
	width: 100%;
	max-width: 230px;
	line-height: 55px;
	font-weight: 500;
	border-radius: 3px;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	bottom: 0;
	cursor: pointer;
}


.service_box_3 .blue .section-3__btn {
	background: #fff;
	color: #002e41;
}
.service_box_3 .white .section-3__btn {
	background: #d34f2e;
	color: #fff;
}
.service_box_3 .red .section-3__btn {
	background: #fff;
	color: #002e41;
}

.service_box_3 .section-3__btn:hover {
	background-color: #d9d9d9;
	text-decoration: none;
}

.service_box_3 .button {
	padding: 20px;
	margin-top: auto;
	margin-bottom: 0;
	/* bottom: 10px; */
	/* position: absolute; */
}



select.wpcf7-form-control.wpcf7-select {
	width: 100%;
	display: block;
	padding: 7px 11px;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	margin-bottom: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.header_top-why {
	bottom: 0;
	position: absolute;
	right: 0;
}

.landing-visual-content .landing-form input,
.landing-visual-content .landing-form textarea {
	width: 100%;
	display: block;
	padding: 7px 11px;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	margin-bottom: 12px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}



.block-over .button {
	text-align:center

}
.block-over .section-3__btn {
	font-size: 18px;
	/* width: 100%; */
	line-height: 55px;
	font-weight: 500;
	border-radius: 3px;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* display: -webkit-box; */
	display: -ms-flexbox;
	/* display: flex; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	bottom: 0;
	cursor: pointer;
	padding-left: 20px;
	display: inline-block;
	padding-right: 20px;
}


.block-over .section-3__btn {
	background: #d34f2e;
	color: #fff;
}


.block-over p a {
	color: #d34f2f;
	text-decoration: underline;
}


.section-4 .section-4__block .section-4__btn {
	max-width: 280px;
}

.section-4__block-content h3 {
	white-space: nowrap;
}
