body{
  height: 100vh;
  width: 100%;
  background: #f0f0f0;
}

p,h1,h2,h3,h4,h5,h6,label,a {
	font-family: "Lato",sans-serif;
}

.navbar-text {
	padding-top: 0!important;
	padding-bottom: 0!important;
	width: calc(100% - 216px);
	text-align: right;
}

.main-header {
	background-color: #040d1c;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 5px 45px;
}

.navbar-brand {
	width: 200px;
}

.navbar-brand img {
	height: 100%;
	width: 100%;
}

.header-ticker-text {
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	font-weight: 600;
}

.mob-view {
	display: none!important;
}

.pad-0 {
	padding: 0!important;
}

.main-banner {
	background-image: url("../images/banner-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 30px;
}

.banner-img-contain {
	border-radius: 20px;
	overflow: hidden;
}

.banner-img-contain img {
	border-radius: 20px;
}

.sign-up-box {
	width: 100%;
}

.form-group {
	margin-bottom: 8px!important;
}

.banner-form {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner-form .sign-up-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.otp-btn {
	width: 100px;
	font-size: 14px!important;
	font-family: "Lato",sans-serif;
	line-height: 14px!important;
	padding: 9px!important;
	border-radius: 6px!important;
}

.form-heading {
	color: #0a0943;
	font-weight: 600;
}

.form-box {
	border: 2px solid #6a678c;
	background-color: #f0f0f0;
	padding: 20px;
	border-radius: 15px;
}

.banner-form .form-group label {
	width: 100%;
	color: #171042;
	font-size: 14px;
}

.banner-form .form-group input {
	width: 100%;
	border: 2px solid #cccccc;
	font-size: 16px;
	border-radius: 10px;
	padding: 5px 5px;
}

.form-validation-message {
	font-size: 12px;
	color: red;
	margin-bottom: 0;
	margin-top: 3px;
	display: none;
}

.register-btn {
	width: 100%;
}

.before-login-text {
	font-size: 14px;
	color: #808185;
}

.form-otp-group input {
	width: calc(100% - 105px)!important;
	vertical-align: middle;
}

#dynamic-link {
	padding: 6px;
	width: 100%;
	background: #0d6efd;
	display: block;
	text-align: center;
	border-radius: 10px;
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 18px;
}

.login-link {
	cursor: pointer;
}

.divider {
	margin-top: 13px;
	height: 1px;
	position: relative;
	background: #909090;
	margin: 20px 0 12px;
}

.divider span {
	font-size: 14px;
	line-height: 21px;
	position: absolute;
	color: #8f8f93;
	left: 50%;
	top: -11px;
	transform: translateX(-50%);
	line-height: 14px;
	background: #f0f0f0;
	font-family: "Lato",sans-serif;
}

.featured-sec-content img {
	width: 100%;
}

.wrapper {
	padding: 70px 0;
}

.center-slider .slick-slide {
	color: #FFF;
	margin: 0 15px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(.8);
	transition: all .4s ease-in-out;
}

.center-slider .slick-slide,.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
	transform: scale(.8,.8);
	transition: all .4s ease-in-out;
}

.center-slider .slick-center,.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
	transform: scale(1.1);
}

.center-slider .slick-current.slick-active {
	transform: scale(1.1);
}

.slick-next,.slick-prev {
	z-index: 5;
}

.slick-next {
	right: 15px;
}

.slick-prev {
	left: 15px;
}

.slick-next:before,.slick-prev:before {
	color: #000;
	font-size: 26px;
}

.slick-slide img {
	height: 100%;
	width: 100%;
	object-fit: none;
}

.slogan-section {
	padding: 50px 0;
	background-color: #f0f0f0;
}

.slogan-heading {
	font-weight: 600;
	color: #030c1a;
	font-size: 28px;
}

.slogna-text h2{
	font-size: 24px;
	font-weight: 600;

}
.slogna-text h3{
	font-size: 22px;
	font-weight: 600;
}
.slogna-text h4{
	font-size: 20px;
	font-weight: 600;

}
.slogna-text a{
	text-decoration: none;
	
}
.footer-section {
	background-color: #f0f0f0;
	padding: 50px 0;
}

.payment-icon-list,.social-icon-list {
	margin: 0;
	text-align: center;
	padding: 0;
}

.payment-icon-list li,.social-icon-list li {
	display: inline-block;
	text-align: center;
	margin-right: 9px;
	margin-bottom: 15px;
}

.payment-icon-box {
	width: 135px;
	height: 50px;
	padding: 8px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 15px -3px rgba(156,153,156,1);
	-moz-box-shadow: 0 0 15px -3px rgba(156,153,156,1);
	box-shadow: 0 0 15px -3px rgba(156,153,156,1);
}

.payment-icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-sec-heading {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 18px;
}

.social-icon-box {
	width: 50px;
	height: 50px;
}

.social-icon-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-links {
	text-align: center;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

.footer-links li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid;
	font-size: 18px;
	padding: 0 10px;
}

.footer-links li:last-child {
	border-right: none;
}

.footer-links li a {
	color: #636368;
	font-family: "Lato",sans-serif;
}

.footer-links li a:hover {
	text-decoration: none;
	color: #040d1c;
}

.signup-btn-box {
	display: inline-block;
	width: 100%;
	background-color: #040d1c;
	text-align: center;
	padding: 10px 20px;
	bottom: 0;
}

.signup-btn-box a {
	display: inline-block;
	font-size: 24px;
	width: 70%;
	margin: 0 auto;
	font-family: "Lato",sans-serif;
	font-weight: 600;
	line-height: 47px;
	letter-spacing: 1px;
	border: none;
	border-radius: 10px;
	background-color: #ebca0b;
	color: #040d1c;
	text-decoration: none;
}
@media only screen and (max-width:1199px) {
  .footer-section {
    padding: 0 0 50px;
  }

}

@media only screen and (max-width:767px){
  .banner-img-contain img {
    width: 100%;
}
  .banner-form {
    width: 100%;
    height: 100%;
    position: static;
}
  .banner-form .sign-up-box {
    position: static;
    top:0;
    left: 0;
    transform: none;
    margin-top: 50px;
  }
}
@media only screen and (max-width:600px) {

	.main-header {
		padding: 5px 15px;
	}

	.navbar-brand {
		width: 100px;
	}

	.navbar-text {
		width: calc(100% - 116px);
		text-align: left;
	}

	.header-ticker-text {
		font-size: 12px;
		padding-top: 5px;
	}

	.mob-view {
		display: block!important;
	}

	.desk-view {
		display: none;
	}

	.featured-section-mob {
		background-color: #130e51;
	}

	.banner-img-contain {
		display: none;
	}

	.main-banner {
		height: 350px;
	}
  .banner-form .sign-up-box {
    margin-top: 0;
		left: inherit;
}

	.payment-icon-box {
		width: 80px;
		height: 34px;
		line-height: 14px;
		padding: 8px;
		border-radius: 8px;
	}

	.payment-icon-list {
		margin-bottom: 20px;
	}

	.footer-sec-heading {
		margin-bottom: 20px;
	}

	.social-icon-box {
		width: 25px;
		height: 25px;
	}
}


@media only screen and (max-width:479px){
  .slogan-section {
    padding: 30px 0;
  }
	.footer-section {
    padding: 0 0 20px;
}

}