body, html {
	width: 100%;
	height: 100%;
}
body, div, ul, li, table, td, tr, th, ol, p, img, h1, h2, h3, h4, h5, h6, span, form {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
body {
	font-size: 15px;
	font-weight: normal;
	color: #000;
	background: #FFF;
	font-family: 'roboto-regular';
}
body p {
	font-size: 16px;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
.toplink {
	width: 100%;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #5643c2;
	color: #FFF;
}
.toplink ul {
	float: right;
	display: flex;
	align-items: center;
}
.toplink ul li {
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
}
.toplink ul li a {
	color: #FFF;
	margin: 0;
	padding: 0;
	display: inline-block!important;
	font-family: 'roboto-regular';
	text-decoration: none;
}
.toplink ul li a:hover {
	text-decoration: none;
	color: #FFF;
}
  
  
.copyrightpanel{width:100%; float:left; background:#5643c2; padding-top:13px; padding-bottom:10px; text-align:center;}
.copyrightpanel p{ color:#FFF; font-size:14px;}
 
.register-logo {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
}
.register-logo img {
	max-width: 100%;
	height: auto;
}
.register-wrapper {
	width: 100%;
	float: left; 
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.register-wrapper h1 {
	font-size: 32px;
	font-family: 'roboto-black';
	color: #00CCB0;
	margin-bottom: 10px;
	text-align: center;
}
.register-wrapper h2 {
	font-size: 32px;
	color: #FE7170;
	margin-bottom: 30px;
	text-align: center;
}
.register-panel {
	width: 100%;
	display: flex;
	gap: 25px;
	justify-content: center;
	flex-wrap: wrap;
}
.register-package {
	flex: 0 0 calc(40% - 25px);
	background: #FFF;
	position: relative;
	padding-bottom: 100px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.register-package-heading {
	width: 100%;
	background: #DDC265;
	text-align: center;
	padding: 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;
	position: relative;
}
.register-package-heading .popular {
	position: absolute;
	background: #081E35;
	transform: rotate(-44deg);
	color: #FFF;
	top: 17px;
	left: -44px;
	padding: 10px;
	width: 145px;
	text-transform: uppercase;
	font-size: 13px;
	height: 30px;
}
.register-package-heading .popular span {
	display: block;
	margin-top: -5px;
	margin-left: 3px;
}
.register-package-heading h2 {
	font-family: 'roboto-regular';
	font-size: 30px;
	color: #FFF;
	margin-bottom: 0px;
}
.register-package-heading h3 {
	font-family: 'roboto-thin';
	font-size: 19px;
	color: #FFF;
}
.register-package-amount {
	display: flex;
	padding: 10px;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.register-package-amount span.sign {
	font-size: 25px;
	padding-right: 5px;
	padding-top: 12px;
}
.register-package-amount span.amount {
	font-size: 50px;
	font-family: 'roboto-black';
}
.register-package-amount h3 {
	width: 100%;
	margin-top: -12px;
	font-family: 'roboto-thin';
	font-size: 21px;
}
.register-package-content {
	width: 100%;
	padding: 40px;
	padding-bottom: 20px;
}
.register-package-content ul {
	list-style: none;
}
.register-package-content ul li {
	font-size: 18px;
	color: #7A7A7A;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.register-package-content ul li::after {
	content: "";
	position: absolute;
	border: 1px dashed #7A7A7A;
	width: 90%;
	left: 0;
	bottom: 0;
}
.register-package-content ul li i {
	font-size: 20px!important;
}
.register-package-button {
	width: 100%;
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 45px
}
.register-package-button a {
	display: inline-block;
	padding: 10px 35px;
	border-radius: 4px;
	background: #DDC265;
	color: #FFF;
	font-size: 22px;
	margin-right: 5px;
	transition: all 0.5s ease 0s;
	display: inline-block;
	margin-top: 20px;
	text-decoration: none;
}
.register-package-button a:hover {
	text-decoration: none;
	background: #242424;
	color: #FFF;
}
.register-cont {
	width: 60%;
	border: 1px solid #ECECEC;
	background: #f5f5f5;
	border-radius: 5px;
-webkit-box-shadow: 0 .55rem 1.5rem rgba(3, 9, 15, 0.22) !important;
box-shadow: 0 .55rem 1.5rem  rgba(3, 9, 15, 0.22) !important;
	margin: auto;
	padding: 30px;
}
.register-cont-frm .form-control:hover, .register-cont-frm .form-control:focus, .register-cont-frm .form-select:hover, .register-cont-frm .form-select:focus {
	border: 1px solid #5643c2!important;
	box-shadow: none
}
input[type="button"], input[type="submit"] {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    background: #5643c2;
    color: #FFF;
    font-size: 20px;
    margin-right: 5px;
    transition: all 0.5s ease 0s;
    margin-top: 20px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

input[type="button"]:hover {
	text-decoration: none;
	background: #FE7170;
	color: #FFF;
}


.relp-panel {
    width: 350px;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    display: none;
    padding: 20px;
    padding-top: 5px;
    background: #FFF;
    z-index: 10000;
    box-shadow: 5px 0px 5px -5px #333;
    overflow: auto;
}

    .relp-panel h2 {
        font-size: 20px;
        font-family: 'nunito_sansbold';
        border-bottom: 1px dashed #E6E6E6;
        padding: 0;
        padding-bottom: 5px;
        margin-bottom: 35px;
        display: block;
    }

    .relp-panel img {
        width: 100%;
        height: auto;
        border: 1px solid #E6E6E6;
        padding: 2px;
    }

    .relp-panel h3 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 10px;
    }

.horline {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #E6E6E6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.relp-close {
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer
}

    .relp-close img {
        width: 100%;
        height: auto;
        border: none;
        padding: 2px;
    }

.relp-panel input[type="text"], .relp-panel input[type="email"], .relp-panel textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    font-size: 14px;
}

.relp-panel input[type="text"]:hover, .relp-panel input[type="email"]:hover, .relp-panel textarea:hover,
.relp-panel input[type="text"]:focus, .relp-panel input[type="email"]:focus, .relp-panel textarea:focus {
    border-color: #4AC3F0;
}

.relp-panel textarea {
    height: 80px;
}

.relp-panel input[type="button"], .relp-panel input[type="submit"] {
    background: #4AC3F0;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    border: none;
}

    .relp-panel input[type="button"]:hover, .relp-panel input[type="submit"]:hover {
        background: #1199CC;
        outline: 0px;
    }
