/*------shortcode cta------*/
.content-box-cta{
	max-width: 867px;
	margin: 30px auto;
	font-family: 'Roboto',sans-serif;
}
.content-box-cta .tit-boxcta{
	font-weight: 700;
	font-size: 32px;
	color: #1f8854;
	margin-bottom: 20px;
	text-transform: capitalize;
	text-align: center;
	line-height: 45px;
}
.content-box-cta .tit-boxcta p{
	margin: 0px;
}
.content-box-cta .tit-boxcta strong{
	color: #FFB602;
	font-weight: 700;
}
.content-box-cta .desc-boxcta strong,.content-box-cta .content-boxcta strong{
	color: #1f8854;
}
.content-box-cta.boxcta-alert {
	max-width: 700px;
	padding: 20px;
	border-radius: 10px;
	background: #EFF8FF;
	margin: 0 auto;
	margin-bottom: 0px;
	position: relative;
	margin-bottom: 50px;
}
.content-box-cta.boxcta-alert .desc-boxcta{
	color: #1f8854;
}
.content-box-cta.boxcta-alert::after {
	content: '';
	display: block;
	background: url('images/quotes.png') center center no-repeat;
	width: 51px;
	height: 46px;
	position: absolute;
	bottom: -23px;
	left: 50%;
	margin-left: -25px;
}
.content-box-cta.boxcta-careful {
	padding: 20px 20px 10px 20px;
	border-radius: 10px;
	background: #EFF8FF;
	position: relative;
	margin: 0px auto;
}
.content-box-cta.boxcta-careful .tit-boxcta{
	text-align: left;
	text-transform: unset;
	font-size: 25px;
	line-height: 32px;
	border-left: solid 5px #FFB602;
	padding-left: 15px;
}
.content-box-cta img{
	display: block;
	margin: 0 auto;
}

.content-box-cta.boxcta-list-highlight{
	max-width: 1110px;
}
.content-box-cta.boxcta-list-highlight .tit-boxcta{
	margin-bottom: 10px;
}
.boxcta-list-highlight .image {
	aspect-ratio: 4/3;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	display: block;
}
.boxcta-list-highlight .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-highlight-boxcta {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.list-highlight-boxcta .item {
	width: calc(50% - 7.5px);
	margin-bottom: 15px;
}
.list-highlight-boxcta .inner {
	text-align: left;
	background-color: #fff;
	border: solid 1px #C4D5E5;
	border-radius: 20px;
	box-shadow: 2px 3px 20px rgba(0, 71, 147, 0.15);
	padding: 15px;
	height: 100%;
}
.list-highlight-boxcta .inner .thumb img {
	max-height: 80px;
	margin: 0;
}
.list-highlight-boxcta .inner .name {
	font-size: 16px;
	font-weight: 700;
	color: #1f8854;
	margin-top: 10px;
	display: none;
}
.list-highlight-boxcta .inner .text {
	font-size: 17px;
	color: #333333;
	font-weight: 400;
	margin-top: 10px;
}
.boxcta-list-highlight .readmore-section {
	margin-top: 30px;
}

.content-box-cta.boxcta-list-status{
	max-width: 1110px;
}
.list-status-boxcta .item{
	padding: 10px;
}
.list-status-boxcta .box{
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.list-status-boxcta .thumb a{
	max-width: 140px;
	margin: 0 auto;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	border:solid 1px #C4D5E5;
	aspect-ratio: 1/1;
	margin-bottom: 15px;
}
.list-status-boxcta .thumb a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-status-boxcta .title{
	font-size: 18px;
	color: #1f8854;
	font-weight: 600;
	line-height: normal;
}
.list-status-boxcta .title a{
	color: #1f8854;
}
/*---.content-box-cta.boxcta-contact--*/
.content-box-cta.boxcta-contact{
	padding: 15px;
	padding-bottom: 5px;
  	border: 2px dashed #1f8854;
	margin: 20px 0px;
}
.content-box-cta.boxcta-contact .tit-boxcta{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}
.content-box-cta.boxcta-contact .desc-boxcta ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 15px;
}
.content-box-cta.boxcta-contact .desc-boxcta ul li{
	padding: 5px 8px;
}
.content-box-cta.boxcta-contact .desc-boxcta ul li a img{
	margin: 0px;
}
.content-box-cta.boxcta-contact .content-boxcta p{
	margin-bottom: 5px;
	font-size: 16px;
	color: #1f8854
}
.content-box-cta.boxcta-contact .content-boxcta strong{
	color: #222;
}
.content-box-cta.boxcta-contact .content-iframe{
	width: 100%;
	margin-top: 15px;
}

/*---.content-box-cta.boxcta-checklist--*/
.content-box-cta.boxcta-checklist .desc-boxcta ul{
	list-style-type: none;
	font-size: 18px;
	line-height: 27px;
	text-align: justify;
	margin-bottom: 20px;
	padding-left: 0;
}
.content-box-cta.boxcta-checklist .desc-boxcta ul li{
	padding-left: 30px;
	margin-bottom: 15px;
	background: url(images/ico_check.svg) left top 3px no-repeat;
}
/*---.content-box-cta.list-seeding-boxcta--*/
.content-box-cta .list-seeding-boxcta .images{
	display: block;
	width: 100%;
	aspect-ratio: 3/4;
	overflow: hidden;
	padding: 5px;
}
.content-box-cta .list-seeding-boxcta .images img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width:575px){
	.content-box-cta.boxcta-careful{
		padding: 15px;
	}
	.content-box-cta.boxcta-note .image{
		margin-bottom: 15px;
	}
	.content-box-cta .tit-boxcta{
		font-size: 26px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.content-box-cta.boxcta-careful .tit-boxcta{
		font-size: 20px;
	}
	.boxcta-list-highlight .image{
		margin-bottom: 15px;
	}
	.content-box-cta.boxcta-contact .tit-boxcta{
		font-size: 20px;
	}
	.content-box-cta.boxcta-contact .content-boxcta p{
		font-size: 16px;
	}
}