html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}
body {
	margin: 0;
	padding: 0;
}
.login {
	background: #15253a;
	border-radius: 30px;
	padding: 6px 12px;
	margin-top: 8px;
	border: none;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	margin-left: 22px;
}
.login-page p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin: 0;
	color: #000;
	text-align: center;
	margin-top: -29px;
	background: #f2f2f2;
	border-radius: 25px;
	width: 150px;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
	left: 31%;
}
.top-banner {
	background: url("../img/web-banner.png");
	width: 100%;
	padding-bottom: 30px;
	    height: 400px;
}
.top-banner h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #FFFFFF;
	margin-top: 65px;
}

@media only screen and (max-width: 420px) {
.top-banner h1 {
	font-size: 22px;
	margin-top: 0px;
}
	ul li a{
		float: none; display: block; text-align: left; border-bottom: 1px solid #ccc; }
	}
}
span {
	color: #0091cb;
}
.top-banner p {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 25px;
}

@media only screen and (max-width: 420px) {
.top-banner p {
	letter-spacing: 1px;
	font-weight: 400;
	margin-top: 10px;
}
}
.forget {
	font-family: 'Poppins', sans-serif;
	float: right;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 12px;
	text-decoration: underline;
}
.top-banner input {
	margin: auto;
	display: block;
	width: 60%;
	height: 45px;
	border: 1.5px solid #eee;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	padding: 5px;
	margin-top: 25px;
	border-radius: 2px;
}

@media only screen and (max-width: 420px) {
.top-banner input {
	width: 100%;
}
}
.tp-left {
	position: absolute;
	top: 7%;
	left: 20%;
}

@media only screen and (max-width: 420px) {
.tp-left {
	left: 0%;
}
}
.top-banner input[type=submit] {
	width: 160px;
	height: 44px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	padding: 0;
	background: #0097fd;
	text-transform: uppercase;
	border: none;
	color: #fff;
	letter-spacing: 0.7px;
	position: absolute;
	right: 21%;
	bottom: 21%;
}

@media only screen and (max-width: 420px) {
.top-banner input[type=submit] {
	right: 4%;
	bottom: 31%;
	width: 120px;
}
}
.top-banner input:focus {
	outline: none !important;
}
.form-group {
	position: relative;
	margin-bottom: 1.5rem;
}
.form-control-placeholder {
	position: absolute;
	top: 0;
	padding: 10px 0 0 13px;
	transition: all 300ms;
	opacity: 0.5;
}
 .form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
 font-size: 75%;
 transform: translate3d(40%, -67%, 0);
 background: #fff;
 padding: 0px 10px;
 opacity: 1;
}
.down-app {
	background: #061b36;
	margin: auto;
	display: block;
	padding: 5px;
	color: #fff;
	width: 250px;
	height: 45px;
	margin-top: 30px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	padding: 14px;
	letter-spacing: 0.7px;
	outline: none;
	border: none;
	border-radius: 2px;
}
.down-app .fa {
	margin-right: 10px;
}
.customer h3 {
	color: #0091cb;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	margin-top: 25px;
}
.customer p {
	color: #061b36;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
}
.customer img {
	margin-top: 45px;
}
.customer h2 {
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 28px;
	margin-top: 45px;
}

@media only screen and (max-width: 420px) {
.customer h2 {
	font-size: 22px;
	margin-top: 30px;
}
}
.customer h1 {
	color: #061b36;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 30px;
}

@media only screen and (max-width: 420px) {
.customer h1 {
	font-size: 20px;
}
}
.customer h4 {
	color: #061b36;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
}
.cust {
	padding-left: 80px;
}

@media only screen and (max-width: 420px) {
.cust {
	padding-left: 10px;
}
}
.customer ul {
	list-style-type: none;
}
.customer ul li {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 55px;
}

@media only screen and (max-width: 420px) {
.customer ul li {
	line-height: 31px;
	font-size: 15px;
}
}
.customer .fa {
	color: #0097fd;
	margin-right: 10px;
}
.stay {
	background: #f4f4f4;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.stay img {
	margin: auto;
	display: block;
}
.stay h2 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	text-align: center;
}

@media only screen and (max-width: 420px) {
.stay h2 {
	font-size: 26px;
	font-weight: 500;
}
}
.who-is {
	background: #d9ecf8;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.contact h2 {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
}

@media only screen and (max-width: 420px) {
.contact h2 {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
}
.contact {
	background: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 5px solid #337ab7;
	height: 100%;
}
.contact img {
	width: 100%;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 135%;
	font-size: 1.8rem;
}
.slick-prev {
	left: -20;
}
.slick-next {
	right: -20px;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: -20;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	padding: 10px;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slide {
	transition: filter .4s;
	margin: 0px 40px;
}
.fas {
	color: #337ab7;
}
.slick-prev {
	left: -20px;
	cursor: pointer;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 42%;
	font-size: 2.8rem;
	cursor: pointer;
}
.section {
	max-width: 100%;
	margin: 0 auto;
}
.toggle-password {
	float: right;
	cursor: pointer;
	margin-right: 0px;
	margin-top: -40px;
	background: #007cc3;
	width: 40px !important;
	padding-top:12px;
	height: 40px;
	line-height: 39px;
	color: #fff;
}
.login-page {
	padding-top: 20px;
	width: 100%;
}
.login-social {
	display: flex;
	width: 20px;
	position: relative;
	left: 28%;
}
.login-social img {
	margin-right: 20px;
	margin-top: 5px;
}
.login-social a {
	margin-right: 25px;
}
.asso {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 420px) {
	.asso {
		font-size: 26px;
		font-weight: 600;
		text-align: center;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 420px) {
.lgn {
	width: 200px;
	margin: auto;
}
}
.footer {
	background: #121a2a;
	padding-bottom: 40px;
	padding-top: 40px;
	width: 100%;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #C5C5C5;
	text-decoration: none;
}
.footer h2 {
	color: #2baaff;
	font-size: 20px;
	font-weight: 600;
}
.footer p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
}
.footer h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	color: #fff;
}
.footer ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
.footer ul li {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #fff;
}
.footer ul li a:hover {
	font-weight: 600;
	color: #00adff;
}
.whatsapp {
	background: #29a71a;
	display: flex;
	align-items: center;
	height: 40px;
	width: 210px;
	border-radius: 4px;
	cursor: pointer;
	padding: 0 11px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 10px;
	margin-left: 25px;
}
.whatsapp img {
	width: 37px;
	margin-right: 5px;
}
.footer h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #337ab7;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
/*scroll top button*/
.scrollToTop {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #f5d962;
	z-index: 999;
	display: none;
	transition: all 0.3s ease;
	background: #0097fd;
	border-radius: 50%;
	text-decoration: none !important;
}
.scrollToTop span {
	display: block;
	margin-top: 15px;
	margin-right: -1px;
	transition: all 0.2s ease-in-out;
	color: #fff;
	font-size: 25px;
}
.scrollToTop:hover span {
	margin-top: 10px;
}
.title {
	color: #0097fd;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 20px;
	text-transform: uppercase;
}
.social-media {
	display: flex;
	margin-top: 10px;
	margin-left: 25px;
}
.social-media .link {
	height: 25px;
	margin-right: 20px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.copy-right {
	background: #130f0f;
	width: 100%;
	padding: 10px;
}
.copy-right p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
.signin {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color: #000;
}
.intro img {
	width: 250px;
	margin: auto;
	display: block;
}

@media only screen and (max-width: 420px) {
.intro img {
	margin-bottom: 25px;
}
}
.intro h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 70px;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 420px) {
.intro h1 {
	font-size: 40px;
	text-align: center;
}
}
.intro p {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #000;
	margin: 0;
	margin-top: 10px;
	letter-spacing: 1px;
}

@media only screen and (max-width: 420px) {
.intro p {
	text-align: center;
}
}
.intro {
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}
.video {
	width: 100%;
	outline: 2px dashed #0097fd;
	outline-offset: 5px;
}
.playpause {
	background-image: url(../img/play-button.png);
	cursor: pointer;
	background-repeat: no-repeat;
	width: 50%;
	height: 25%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
}
.logoutbtn {
	background: #d9534f;
	border-radius: 2px;
	padding: 6px 15px;
	margin-top: 8px;
	border: none;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	margin-left: 22px;
}
/*==========start multistep form==============*/

#msform {
	text-align: center;
	position: relative;
	margin-top: 20px
}
#msform fieldset .form-card {
	background: white;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	padding: 20px 40px 30px 40px;
	box-sizing: border-box;
	width: 94%;
	margin: 0 3% 20px 3%;
	position: relative
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative
}
#msform fieldset:not(:first-of-type) {
	display: none
}
#msform fieldset .form-card {
	text-align: left;
	color: #9E9E9E
}
#msform .action-button {
	width: 100px;
	background: #09aeef;
	font-weight: 400;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}
#msform .action-button:hover,  #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue
}
#msform .action-button-previous {
	width: 100px;
	background: #616161;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px
}
#msform .action-button-previous:hover,  #msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}
select.list-dt {
	border: none;
	outline: 0;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 2px
}
select.list-dt:focus {
	border-bottom: 2px solid skyblue
}
.card {
	z-index: 0;
	border: none;
	border-radius: 0.5rem;
	position: relative
}
.fs-title {
	font-size: 25px;
	color: #2C3E50;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left
}
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey
}
#progressbar .active {
	color: #000000
}
#progressbar li {
	list-style-type: none;
	font-size: 12px;
	width: 25%;
	float: left;
	position: relative
}
#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f007"
}
#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f181"
}
#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f015"
}
#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f19c"
}
#progressbar #upload:before {
	font-family: FontAwesome;
	content: "\f19c"
}
#progressbar li:before {
	width: 50px;
	height: 50px;
	line-height: 45px;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1
}
#progressbar li.active:before,  #progressbar li.active:after {
	background: skyblue
}
.radio-group {
	position: relative;
	margin-bottom: 25px
}
.radio {
	display: inline-block;
	width: 204;
	height: 104;
	border-radius: 0;
	background: lightblue;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	cursor: pointer;
	margin: 8px 2px
}
.radio:hover {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
}
.radio.selected {
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
}
.fit-image {
	width: 100%;
	object-fit: cover
}
.btm {
	background: #f7f7f7;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 20px;
	border-radius: 2px;
}
.err {
	border: 1px solid #ff0000
}
.thank-you {
	width: 100%;
	padding: 32px 0px;
}
.tick {
	width: 100px;
}
.poly {
	width: 100%;
	margin-top: 40px;
}
.jumbotron {
	background: #fff;
}
.cdb ul {
	list-style-type: circle;
}
.cdb ul li {
	line-height: 30px;
	color: #000;
	font-weight: 500;
	font-size: 12px;
}
.payment ul {
	list-style-type: none;
}
.contac ul {
	list-style-type: none;
}
.contact ul li {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	float: right;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}
.contact ul li a {
	color: #000;
}
/*======start wizard here=========*/

body {
	background-color: #ffffff;
	color: #444444;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.wizard-content-left {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
	background-position: center center;
	background-size: cover;
	height: 100vh;
	padding: 30px;
}
.wizard-content-left h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}
.form-wizard {
	color: #888888;
	padding: 0px 15px;
}
.form-wizard .wizard-form-radio {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #dddddd;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
	outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
	background-color: #027dc3;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	left: 0px;
	right: 0;
	margin: 0 auto;
	top: 5.5px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
	content: "";
	display: inline-block;
	webkit-animation: click-radio-wave 0.65s;
	-moz-animation: click-radio-wave 0.65s;
	animation: click-radio-wave 0.65s;
	background: #000000;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
	border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
	padding-left: 10px;
	cursor: pointer;
}
.form-wizard .form-wizard-header {
/*  text-align: center;*/
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
	background-color: #027dc3;
	color: #ffffff;
	display: inline-block;
	min-width: 100px;
	min-width: 120px;
	padding: 10px;
	text-align: center;
	border-radius: 2px;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	opacity: 0.6;
	text-decoration: none;
}
.form-wizard .wizard-fieldset {
	display: none;
}
.form-wizard .wizard-fieldset.show {
	display: block;
}
.form-wizard .wizard-form-error {
	display: none;
	background-color: #fa062d;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
}
.form-wizard .form-wizard-previous-btn {
	background-color: #fb1647;
}
.form-wizard .form-control {
	font-weight: 300;
	height: auto !important;
	padding: 10px;
	color: #888888;
	border: 1pxcsolid #eee;/*  border: none;*/
}
.form-wizard .form-control:focus {
	box-shadow: none;
}
.form-wizard .form-group {
	position: relative;
	margin: 25px 0;
	margin-bottom: 0;
}
.form-wizard .wizard-form-text-label {
	position: absolute;
	left: 10px;
	top: 14px;
	transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
	color: #027dc3;
	top: -18px;
	transition: 0.2s linear all;
	font-size: 12px;
}
.form-wizard .form-wizard-steps {
	margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
	width: 25%;
	float: left;
	position: relative;
}
.form-wizard .form-wizard-steps li::after {
	background-color: #f3f3f3;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
	width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
	background-color: #027dc3;
	color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
	background-color: #027dc3;
	left: 16%;
	width: 85%;
	border-color: #027dc3;
}
.form-wizard .form-wizard-steps li.activated::after {
	width: 100%;
	border-color: #027dc3;
}
.form-wizard .form-wizard-steps li:last-child::after {
	left: 0;
}
.form-wizard .wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
 @keyframes click-radio-wave {
 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 60px;
 height: 60px;
 margin-left: -15px;
 margin-top: -15px;
 opacity: 0.0;
}
}

@media screen and (max-width: 767px) {
.wizard-content-left {
	height: auto;
}
}
/*New*/

li {
	transition-duration: 0.5s;
}
li:hover {
	cursor: pointer;
}
ul li ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease;
	margin-top: 1rem;
	left: 0;
	display: none;
}
ul li:hover > ul, ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}
ul li ul li {
	clear: both;
	width: 100%;
}
.app-left {
	margin-left: 100px;
}
.app-left img {
	max-width: 100%;
	height: 48px;
	float: left;
	margin-right: 20px;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h5 {
	margin: 0px;
	font-size: 1.4em;
	font-weight: 700;
}
p {
	font-size: 12px;
}
/*.about{
	text-align: center;
	margin-top: 50px;
}
*/


#about {
	background: #c0e9fd;
	border: 0.5px solid #000;
}
.about-us .section-heading {
	margin-bottom: 40px;
}
.about-us .left-image {
	margin-right: 45px;
}
.about-us h4 {
	font-size: 24px;
	font-weight: 500;
	color: #088ec3;
	font-family: 'Maven Pro', sans-serif;
}
.about-us .about-item h6 {
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
	color: #2a2a2a;
	text-transform: capitalize;
}
.about-us .about-pera p {
	color: #767474;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 0.4px;
	font-weight: 500;
}
.section-heading h6 {
	font-size: 30px;
	font-weight: 500;
	color: #088ec3;
	margin-top: 110px;
	text-transform: uppercase;
	font-family: 'Maven Pro', sans-serif;
}

@media only screen and (max-width: 420px) {
.section-heading h6 {
	margin-top: 20px;
}
}


.about-us .itipl img {
	width: 100%;
	overflow: hidden;
}
.hr-tag {
	border: 1px solid red;
}
.choose-privecy img {
	margin-top: 2px;
}
.choose-privecy h2 {
	border: 1px solid #fff;
}
.appicon {
	margin-top: 20px;
}
.vp-head-lg {
	font-size: 2rem;
}
.vp-head-lg, .vp-head-xl {
	font-weight: 700;
	color: #000;
	margin-top: 55px;
	font-size: 25px;
}
.panel-group {
	margin-bottom: 20px;
}
.panel.panel-default {
	margin-top: 1em!important;
}
.accordion-section .panel-default>.panel-heading {
	border: 0;
	background: #3b4d65;
	padding: 1em, 0, 1em, 0;
	border-radius: 8px 8px 8px 8px;
	border-bottom: 0.5px solid #ddd;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
.accordion-section .panel-default .panel-title a {
	display: block;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 8px 0;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
	content: "\f107";
}
.accordion-section .panel-default .panel-title a:after {
	font-family: fontawesome;
	font-style: normal;
	font-size: 2rem;
	content: "\f106";
	color: #ffffff;
	float: right;
	margin-top: -6px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.faq p {
	font-size: 16px;
}
marquee {
	background: #c0e9fd;
	border: 0.5px solid #000;
	padding: 6px;
}
.help-video {
	margin-left: 30px;
}
.process-txt {
	font-family: 'Maven Pro', sans-serif;
	font-size: 20px;
	margin-top: 80px;
}
.process-txt .heading {
	color: #26487e;
}
.why-use .process-img img {
	width: 85%;
}
.why-use hr {
	border: 1px solid #000000;
}
.why-use {
	background: #f4f4f4;
	padding-bottom: 20px;
	padding-top: 30px;
	border-bottom: 1px solid #0097fd;
	width: 100%;
	height: 100%;
}
.why-use h2 {
	color: #347ab6;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
}

@media only screen and (max-width: 420px) {
.why-use h2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
}
.why-use img {
	width: 85%;
	margin: auto;
	display: block;
}
.why-use h3 {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	color: #000;
	text-align: center;
}
.why-use p {
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	margin-bottom: 35px;
}
.why-use span {
	color: #000;
}
#myBtn {
	position: fixed;
	right: 10px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	color: rgb(255 255 255);
	z-index: 999;
	display: none;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
	text-decoration: none !important;
	background-color: #111;
}


.profile-pic {
    max-width: 90px;
    max-height: 90px;
    display: block;
}

.file-upload {
    display: none !important;
}
.top-circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 90px;
    height: 90px;
    border: 3px solid rgb(23 23 23 / 22%);
    /* position: absolute; */
    top: 72px;
    /* border: 8px solid; */
    /* z-index: 99; */
    margin: auto;
    margin-top: 10px;
	margin-bottom: 5px;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
  position: absolute;
  top: 26%;
  right: 36%;
  color: #666666;
  cursor: pointer;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

.otp-show {
    float: right;
    cursor: pointer;
    margin-right: 0px;
    margin-top: -40px;
    background: #3f3636;
    padding: 5px;
    height: 39px;
    line-height: 31px;
    color: #fcfafa;
}

 .verification-code {
/*    max-width: 300px;*/
    position: relative;
    margin-top: 20px;
/*    text-align:center;*/
}
.control-label{
  display:block;
  margin:40px auto;
  font-weight:900;
}
.verification-code--inputs input[type=text] {
    border: 2px solid #e1e1e1;
    width: 38px;
    height: 38px;
    padding: 5px;
    text-align: center;
    display: inline-block;
    box-sizing:border-box;
}

    .verification-code h6{
		float: right;
		margin-top: 11px;
		color: #027dc3;
		text-transform: uppercase;
		font-weight: 600;
		margin-right: 5px;
		font-size: 12px;
		letter-spacing: 1px;
		text-decoration: underline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



@media only screen and (max-width: 420px) {
.mob-nav ul li a{
	float: none; display: block; text-align: left; border-bottom: 1px solid #ccc; }

.mob-nav {
    width: 100%;
}

@media (max-width: 420px) {
	.whatsapp{
		margin-left: 84px;
	}
	.footer-link{
		margin-left: 25px;
	}
	
}
@media (max-width: 420px) {
	.about-us .itipl img{
		margin-left: 20px;
	}
	.help-img{
		width: 40px;
   		margin-left: 42%;
	}
	.social-media{
		margin-left: 80px;
	}
	
	.gplay{
		width: 200px;
	}
	.ios{
		width: 200px;left: 210px;top: -50px;
	}
	.why-use p {
    padding: 12px;
}
	
	
}

#help{
	background-color: #dfe7eb;
}



}

.footer a{
	border: 0;
}

.top-banner span{
	    color: #02b7e6;
}

.banner-content{
		padding-top:  50px;
	}


.error {
	background: #ffffff;
	width: 100%;
	height: auto;
	box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
	margin-top: 60px;
	border-radius: 2px;
	padding: 20px;
	margin-bottom: 120px;
	padding-bottom: 50px;
	padding-top: 50px;
}

	.error h1 {
		font-size: 32px;
		text-align: center;
		letter-spacing: 1px;
		font-weight: 100;
		margin: 0;
	}

	.error h3 {
		font-size: 22px;
		text-align: center;
		letter-spacing: 1px;
		margin: 0;
	}

	.error p {
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		letter-spacing: 1px;
		color: #ff0000;
	}

	.error img {
		width: 80px;
		margin: auto;
		display: block;
	}