body{
	font-family:'Open Sans',sans-serif;
}
.new_headline{
	width:100%;
	float:left;
	text-align:center;
	font-size:36px !important;
	font-weight:800;
	line-height:40px;
	padding:30px 0 10px;
	margin:0;
}
.new_topdiv p{
	font-size:16px;
	line-height:25px;
	text-align:center;
	width:100%;
	float:left;
	padding:0 0 30px 0;
	margin:0;
}
.subheadline{
	width:100%;
	float:left;
	text-align:center;
	font-size:20px;
	line-height:30px;
	font-weight:600;
}
.new_subheadline p{
	font-size:16px;
	line-height:25px;
	text-align:center;
	width:100%;
	float:left;
	padding:0 0 30px 0;
	margin:0;
}
.media_box{
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:50px;
}
.box {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 15px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to right, #48a2fe, #FFF);
    height: 2px;
    border-radius: 8px;
}
.box_inn{
	width:100%;
    float:left;
    padding-bottom:20px;
    font-size:20px;
    font-weight: 600;
    position:relative;
}
.box_inn::after{
	position:absolute;
	content:'';
	left:0;
	right:0;
	bottom:20px;
	border-bottom:1px solid #CCC;
}
.box_inn span{
	font-size:22px;
}
.box p{
	width:100%;
	float:left;
	font-size:16px;
	line-height:22px;
	padding:0 0 25px 0;
	margin:0;
	min-height: 178px;
}
.box a{
	width:50%;
	float:left;
	border:1px solid #CCC;
	padding:10px;
	text-align:center;
	font-size:1em;
	color:#000;
	background:#fbd629;
}
.ltn_div{
	margin-bottom:50px;
}

@media(max-width:1199px){
	.box a {
    	font-size:0.9em;
	}
	.new_headline {
    	font-size:30px !important;
	}
}
@media(max-width:991px){
	.new_headline {
    	font-size:28px !important;
	}
	.subheadline {
    	font-size:18px;
    	line-height:26px;
	}
	.box a {
    	width: 100%;
    	font-size:1em;
	}
	.ltn_div{
		margin-bottom:30px;
	}
}
@media(max-width:767px){
	.box {
		margin-bottom:20px;
	}
	.new_headline {
    	font-size:24px !important;
	}
	.ltn_div{
		margin-bottom:20px;
	}
}
@media(max-width:600px){
	.ltn_div{
		margin-bottom:10px;
	}
}

@media(max-width:1000px)
{
.box a 
{
width: 100%!important;
    float: left;
    border: 1px solid #CCC;
    padding: 10px;
    text-align: center;
    font-size: 1em;
    color: #000;
    background: #fbd629;	
}	
}


.box a {
    width: 60%;
    float: left;
    border: 1px solid #CCC;
    padding: 10px;
    text-align: center;
    font-size: 1em;
    color: #000;
    background: #fbd629;
}
.modal-header {
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
}