@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
table, tr, td {
	border: 0;
}
* {
	box-sizing: border-box;
}
a {
	outline: none;
	text-decoration: none;
    }
a:hover {
	outline: none;
	text-decoration: none;
    }
img {
	border: none;
	max-width: 100%;
	vertical-align: middle
    }
li {
	list-style: none;
    }
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
    }
/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1168px;
	margin: 0 auto;
	padding: 0;
}
.top-sec {
	float: left;
	width: 100%;
	padding: 19px 0;
}
.logo {
	float: left;
	max-width: 237px;
}
.top-header {
	float: right;
	margin-top: 3px;
}
.top-header li {
	float: left;
	margin-right: 10px;
	margin-top:17px;
}
.top-header li a {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 10px 20px;
	height:auto;
	color:#000;
	width:auto;
}
.top-header li .btn{ color:#fff; margin-top:-11px;}
.top-header li:last-child {
	margin-right: 0;
}
.top-img {
	float: left;
	margin: 0 13px 0 0;
}
.top_uls li a:hover {
	color: #dc6d8a;
}
.top-header .logo {
	float: left;
	margin: 10px 0;
}
.inr-top-hdr {
	float: right;
	width: 50%;
	background: #fff;
	position: relative;
}
.inr-top-hdr::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 46px solid #fff;
	border-left: 40px solid transparent;
	position: absolute;
	left: -40px;
}
ul.top-list {
	float: right;
	margin: 22px 0 0 20px;
}
ul.top-list li {
	float: left;
	margin-right: 0;
	position: relative;
	background: #dc6d8a;
	border-right: 1px solid #fff;
	border-radius: 40px 0 0 40px;
	padding: 10px 20px;
}
ul.top-list li a {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.top-txt {
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	padding: 8px 31px 10px 29px;
	border-right: 2px solid #fff;
}
/*=====================footer=====================*/	
/*=====================================*/
.footer {
	padding: 30px 0;
    border-top: 2px solid #ffaba2;
    float: left;
    width: 100%;
    background: #ffffff;
}
.ftr-p1 {
	font-size: 18px;
	line-height: 38px;
	text-align: center;
	color: #000;
	margin: 0 auto;
}
.ftr-logo {
	position: relative;
	z-index: 99;
	max-width: 280px;
}
.ftr-p1 a, .ftr-p1 a:hover {
	text-decoration: none;
	color: #000;
}
.ftr-btm {
	position: relative;
	margin-top: 20px;
	padding: 0px 0 0px;
}
.ftr-btm p {
	position: relative;
	z-index: 1;
}
/***************************/
.ck-banner {
	background: url(../images/ck-banner.jpg) center top no-repeat;
	height: 271px;
}
.ck-ban-p1 {
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	margin: 0 auto;
	color: #fff;
	padding: 50px 0 0 0;
}
.ck-ban-p2 {
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	padding: 8px 0 0 0;
}
/******************************/
.thanx-blk {
	padding: 70px 0;
	float: left;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	background: #edf3f4;
}
.thankyou {
	float: left;
	width: 100%;
}
.topbnrtxt2-pr {
	width: 100%;
	color: #82c032;
	font-size: 30px;
	display: block;
	margin-bottom: 10px;
}
.topbnrtxt3-pr {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}
.topbnrtxt3-pr span {
	color: #F00;
	font-weight: 700;
}
.topbnrtxt4-pr {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}
/******************************/

/******************************/
/******************************/

.term_box {
	float: left;
	width: 100%;
	padding: 30px 0;
	min-height: 50vh;
	background: #edf3f4;
}
.term_box h1 {
	height: 40px;
	line-height: 40px;
	background: #333;
	color: white;
	margin: 0;
	padding: 0 10px;
	font-size: 26px;
}
.term_inner {
	border: 4px solid #333;
	padding: 10px;
	background: #f9f9f9;
	float: left;
	width: 100%;
}
.div-inner {
	float: left;
	width: 100%;
}
.div-inner h2, .div-inner h3 {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.div-inner h2 span {
	text-transform: lowercase;
}
.div-inner p, .term_inner p {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 10px;
}
/************EASY CANCEL FORM******************************/
.auto-renew {
	text-align: center;
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #edf3f4;
}
.pop_form {
	display: inline-block;
	width: 70%;
	background: #e8e4e4;
	padding: 20px 0 20px 0px;
}
.pop_form .cancel_hed {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 5px;
}
.pop_form .cancel_text {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.cancel_from {
	float: left;
	width: 100%;
	padding: 0 30px;
}
.from_elemnt {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.from_elemnt label {
	float: left;
	width: 40%;
	padding: 8px 10px 0 0;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
}
.from_elemnt input[type="text"], .from_elemnt textarea {
	float: right;
	height: 40px;
	width: 59%;
	padding: 5px;
	text-align: left;
	outline: none;
	font-family: inherit;
	border: none;
}
.from_elemnt textarea {
	height: 100px;
	resize: none;
}
.cancel_from .btn {
	border: none;
	outline: none;
	margin-top: 20px;
	width: 290px;
	font-size:21px;
	line-height:31px;
}
/***************************************************/


/*----------------------------
CSS FOR LOGIN PAGE
----------------------------*/
.login-header{
	float:left;
	width: 100%;
	}
.login-header img{display:inline-block; vertical-align:middle; margin:45px 0 0 0}
.login-cont{
	display:inline-block;
	vertical-align:middle;
	margin:40px 0 10px 0;
	width:450px;
	background:#fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
	padding-bottom:20px;
	}
.login-heading{
	float:left;
	width:100%;
	padding:8px;
	box-sizing:border-box;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-bottom:20px;
	background: #333;
	text-align:left;
	}
.login-heading img{display:inline-block; vertical-align:middle; margin:0 10px;}
.frm-elements{
	float:left;
	width:100%;
	padding:7px 50px;
	box-sizing:border-box;
	}
.frm-elements label{
	float:left;
	width:100%;
	color:#333;
	font-size:18px;
	margin:5px 0 5px 0;
	text-align:left;
	}
.user-field, .password-field{
	float:left;
	width:100%;
	border:1px solid #dbdcdd;
	padding: 0 8px 0 50px !important;
	height:45px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:url(../images/user-icon.png) no-repeat 5px center;
	box-sizing:border-box;
	outline:none;
	font-size:16px;
	font-family: inherit;
	color:#000;
	}
.password-field{background:url(../images/password-icon.png) no-repeat 5px center;margin-top:0px;}
.loginbtn{
	float:left;
	width:100%;
	padding:11px 0;
	border:none;
	outline:none;
	color:#fff;
	font-size:20px;
	font-family: inherit;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	text-transform:uppercase;
	background: #333;
	}
a.forgot-pass{
	float:right;
	color: #39a3df;
	margin:10px 0 0 0;
	font-size:16px;
	}
.alert-login{
	font-size:16px;
	color:red;
	}