.kcs-center-pop{
	top:50%; 
	left: 50%;
	height: auto;
	max-width: 750px;
	transform: translate(-50%,-50%);
}

.kcs-center-pop .kcs-layout-one{
	text-align: center;
	padding: 45px;
}

.kcs-center-pop .kcs-close-btn{
	right: -25px;
	top: -25px;
}

.kcs-center-pop .kcs-popup_temp_2nd {
	height: 400px;
	overflow-y: scroll;
	padding: 0px 25px;
}

.kcs-center-pop .kcs-popup-layout-two-header h4{
	color: white;
	font-size: 28px;
	line-height: 38px;
	padding: 10px 30px;
	border-bottom: 1px solid #ffffff8f;
	font-weight: bold;
}
.kcs-country-box{
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 100px auto;
	display: block;
	padding: 20px 40px;
	background-color: #4272e6;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition   : all 0.3s ease-out;
	-ms-transition    : all 0.3s ease-out;
	-o-transition     : all 0.3s ease-out;
	transition        : all 0.3s ease-out;
	-webkit-box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.32);
	box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.32);
}

.kcs-country-box h2{
	font-size: 22px;
	line-height: 32px;
	color: white;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	border-bottom: 1px solid #ffffff85;
	padding: 15px 0px;
}
.select_country_btn{
	text-decoration: none;
	display: block;
	border: 1px solid white;
	border-radius: 3px;
	width: 100%;
	max-width: 165px;
	margin: 20px auto;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition   : all 0.7s ease-out;
	-ms-transition    : all 0.7s ease-out;
	-o-transition     : all 0.7s ease-out;
	transition        : all 0.7s ease-out;
}
.country_div {
	padding: 10px;
	display: none;
}

.country_side_bar_div:hover .country_div {
	display: block;
}


@media all and (max-width: 480px){
	.kcs-col-4{
		width: 49%;
	}

	.kcs-content-box h2 {
		font-size: 24px;
		line-height: 34px;
	}

	.kcs-content-box h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.kcs-content-box p{
		font-size: 12px;
		line-height: 22px;
	}

	.kcs-country-box,
	.kcs-content-box{
		padding:15px;
	}
}
.img_sttng {
	width: 20px;
	height: 20px;
	display: inline-block;
	top: 6px;
	position: relative;
}
.hrf_style{
	text-decoration: none;
	text-decoration: none !important;
}
.country_side_bar_div {
	width: 20%;
	min-width: 1%;
	display: inline-block;
	position: relative;
}
.country_div {
	padding: 10px;
	display: none;
}
.country_side_bar_div:hover .country_div {
	display: block;
}
.select_country_btn{
	text-decoration: none;
	display: block;
	border: 1px solid white;
	border-radius: 3px;
	width: 100%;
	max-width: 165px;
	margin: 20px auto;
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition   : all 0.7s ease-out;
	-ms-transition    : all 0.7s ease-out;
	-o-transition     : all 0.7s ease-out;
	transition        : all 0.7s ease-out;
}
