@charset "utf-8";
/* CSS Document */

body {
  	font-family: 'Poppins', sans-serif;
}

.bg-image {
	background:url(../landingPage/bg.png) no-repeat bottom;
}

.bg-image-2 {
	background:url(../landingPage/how-it-work-bg.png) no-repeat top left;
}

.top-bar {
	background: #fff;
}

.log-in-btn {
  	-webkit-box-shadow: 2px 2px 12px 0px #D1D1D1;
  	box-shadow: 2px 2px 12px 0px #D1D1D1;
  	font-size: 14px;
  	font-weight: 600;
  	color: #4A4B4D;
  	border-radius: 20px;
	margin-right: 15px;
}

.log-in-btn:hover {
	background: #0078EB;
	color: #fff;
}


.free-btn {
  	-webkit-box-shadow: 2px 2px 12px 0px #D1D1D1;
  	box-shadow: 2px 2px 12px 0px #D1D1D1;
  	font-size: 14px;
  	font-weight: 600;
  	color: #4A4B4D;
  	border-radius: 20px;
	background: #0078EB;
	color: #fff;
}

.free-btn:hover {
	background: #0078EB;
	color: #fff;
}

.main-top-text {
	padding: 40px;
	font-size: 60px;
	line-height: 1.2;
	font-weight: 800;
	color: #4A4B4D;	
	padding-top: 100px;
}


	.main-top-text h2,
	.main-top-text h3 {
		font-size: 60px;
		font-weight: 800;
		margin: 0;
		padding: 0;
		line-height: 1.2;
	}

.top-menu .nav-item .nav-link {
	font-weight: 600;
}

.top-menu .nav-item .nav-link:hover {
	color: #0078EB;
}

.pricing-pan {
	
}

.pricing-pan-box {
	padding: 15px;
}

.pricing-pan .box {
	-webkit-box-shadow: 2px 2px 20px 0px #CBE3FA;
	box-shadow: 2px 2px 20px 0px #CBE3FA;
	background: #fff;
	min-height: 380px;
	border-radius: 30px;
	padding: 20px;
		-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pricing-pan .box:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.pricing-pan .box h4 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

.pricing-pan .box-1 h4,
.pricing-pan .box-1 ul li .material-icons {
	color: #0078EB;
}

.pricing-pan .box-2 h4,
.pricing-pan .box-2 ul li .material-icons {
	color: #FE6464;
}

.pricing-pan .box-3 h4,
.pricing-pan .box-3 ul li .material-icons {
	color: #56508C;
}

.pricing-pan .box-4 h4,
.pricing-pan .box-4 ul li .material-icons {
	color: #00405C;
}

.pricing-pan .box h5 {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	
}

.pricing-pan .box p {
	font-size: 16px;
	color: #000;
	padding-top: 10px;
}

.pricing-pan .box ul {
	padding: 0;
}

.pricing-pan .box ul li {
	list-style: none;
}

.pricing-pan .box ul li .material-icons {
	float: left;
	font-size: 17px;
	padding-top: 5px;
	padding-right: 10px;	
}

.pricing-pan .box .btn{
	-webkit-box-shadow: 2px 2px 12px 0px #D1D1D1;
  	box-shadow: 2px 2px 12px 0px #D1D1D1;
  	font-size: 14px;
  	font-weight: 600;
  	color: #4A4B4D;
	color: #fff;
	width: 100%;
	padding: 10px;
	margin-top: 15px;
}

.pricing-pan .box-1 .btn {
	background: #0078EB;
	margin-top: 27px;
}

.pricing-pan .box-2 .btn{
	background: #FE6464;
	margin-top: 27px;
}

.pricing-pan .box-3 .btn {
	background: #56508C;
	margin-top: 27px;
}

.pricing-pan .box-4 .btn {
	background: #00405C;
}

.bottom-text {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bottom-text h2 {
	font-size: 36px;
	font-weight: 300;
	color: #4A4B4D;
}

.bottom-text h2 span {
	font-weight: 700;
}

.bottom-text p {
	font-size: 18px;
	font-weight: 200;
	padding-top: 20px;
}

.ant-form label {
	white-space: normal;
	line-height: 1;
}

/* pricing-tabes */

.pricing-tabes {
	padding-bottom: 25px;
}

.pricing-tabes .nav-tabs {
	padding-left: 15px;
}

.pricing-tabes .nav-tabs .nav-link {
	font-size: 17px;
	color: #4A4B4D;
	border-radius: 10px 10px 0 0;
}

.pricing-tabes .nav-tabs .nav-link:hover {
	color: #0078EB;
}

.pricing-tabes .nav-tabs .active,
.pricing-tabes .nav-tabs .active:hover{
	color: #0078EB;
	font-weight: bold;
	border-top: 3px solid #0078EB;
	box-shadow: 2px -4px 8px 0px #ddd;
}

.nopadding {
	padding: 0 !important;
}

.login-pan {
	box-shadow: 2px 2px 20px 0px #CBE3FA;
	background-color: #FAFBFC;
	border-radius: 30px;
	margin-top: 60px;
}

.form-control-custom {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.disc-pan {
	padding-top: 10%;
	padding-left: 14%;
}

.disc-pan h1 {
	font-size: 55px;
	font-weight: 800;
	line-height: 1.1;
	color: #4A4B4D;
}

.disc-pan h1 span {
	color: #0078EB;
}

.disc-pan p {
	font-size: 21px;
	font-weight: 200;
	padding-top: 20px;
}

.app-download {
	background: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
	border-radius: 25px;
	padding: 35px;
	margin-top: 50px;
	margin-left: 14%;
	margin-bottom: 50px;
	width: 450px;
}

.app-download h2 {
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.app-download ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 25px;
}

.app-download ul li {
	display: inline;
	margin-right: 15px;
}

.app-download ul li a {

}

.price-pan-main {
	background:#EBF5FE url(../landingPage/bg-price-2.png) repeat-x top left;
	padding-bottom: 60px;
}

.features-left {
	border-radius: 35px 0 0 35px;
	background:#0078EB url(../landingPage/cr-left.png) no-repeat left;
}

.features-left h3 {
	padding: 30px 30px 25px;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 300 !important;
	color: #fff;
	text-align: right;
}

.features-left h3 span {
	font-weight: 800;
}

.features-left .image {
	padding-left: 90px;
	padding-bottom: 0px;
}

.features-right {
	padding: 20px;
}

.features-right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.features-right ul li {
	font-size: 22px;
	font-weight: 300;
	padding: 18px;
	background: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	border-radius: 25px;
}

.features-right ul li .bi {
	float: left;
	font-size: 33px;
	padding-right: 15px;
	height: 60px;
	color: #FE6464;
}

.vd-pan {
	padding: 0;
	margin-top: 40px;
	background: #EBF5FE url(../landingPage/vd-bg.png) no-repeat left;
}

.vd-text {
	padding: 70px 0;
}

.vd-text .t-text {
	text-align: left;
	font-size: 20px;
	font-weight: 700;
	color: #FE6464;
	padding: 0;
}

.vd-text h3  {
	font-size: 50px;
	padding-bottom: 25px;
	color: #4A4B4D;
	font-weight: 300;
}

.vd-text span  {
	color: #0078EB;
	font-weight: 800;
}

.vd-text p {
	font-size: 18px;
	font-weight: 200;
	padding-bottom: 25px;
}

.vd-text .btn {

}

.contact-pan-left {
	padding-right: 70px;
	padding-top: 17px;
}

.contact-pan {
	padding: 40px 0;
	background: #FFF url(../landingPage/contact-bg.png) repeat;
}

.contact-pan-2 {
	padding: 40px 0;
	background: #EBF5FE url(../landingPage/vd-bg.png) no-repeat left;
	background-size: cover;
}

.title-contact {
	text-align: center;
	padding-bottom: 30px;
	font-size: 50px;
	font-weight: 800;
	color: #0078EB;
}

.contact-hd {
}

.contact-hd h4 {
	font-size: 36px;
	font-weight: 300;
	color: #4A4B4D;
}

.contact-hd p {
	font-size: 18px;
	font-weight: 200;
	padding-top: 10px;
}

.contact-hd .contct-dea .number p {
	font-size: 25px;
	font-weight: 600;
	color: #FE6464;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

	.contact-hd .contct-dea .time p {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
		padding-left: 3px;
		font-weight: 600;
		border-bottom: 1px solid #ddd;
		margin: 0;
	}

	.contact-hd .contct-dea .address p {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 16px;
		padding-left: 3px;
		font-weight: 300;
		margin: 0;
	}

.contact-hd .contct-dea .address span {
	font-weight: 600;
}

.footer-top {
	background: #4A4B4D url(../landingPage/contact-bg-2.png) repeat;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}

.footer-top-left {

}

.footer-top-left h2 {
	font-size: 20px;
	color: #FE6464;
	padding-bottom: 10px;
	font-weight: 700;
}

.footer-top-left p {
	margin: 0;
	font-size: 15px;
	font-weight: 300;
}

.footer-top-mid {
	text-align: center;
}

.footer-top-mid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-top-mid ul li {
	padding-bottom: 5px;
}

.footer-top-mid ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding-bottom: 10px;
	font-weight: 600;
}

.dev-mod .modal-header {
	padding: 10px;
}

.dve-title {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 0;
	margin: 0;
	font-weight: 700;	
}

.device-select a {
	text-align: center;
	padding: 10px;
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 11px;
	box-shadow: 2px 2px 12px 0px #D1D1D1;
	text-decoration: none;
}

.device-select a:hover {
	background: #0078EB;
	color: #fff;
}

.device-select a h2 {
	font-size: 15px;
}

.device-select a .bi {
	font-size: 70px;
}


@media only screen and (max-width: 768px) {

	.bg-image-2 {
		background-position-x: -131px;
		background-position-y: -25px;
	}

	.features-left {
		border-radius: 35px;
	}

	.disc-pan {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}

	.disc-pan h2 {
	  font-size: 35px;
	}

	.disc-pan p {
	  font-size: 20px;
	  font-weight: 200;
	  padding-top: 20px;
	}

	.app-download {
		padding: 20px;
		margin-top: 50px;
		margin-left: 0;
		margin-bottom: 25px;
		width: 100%;
	}

	.app-download ul li a img {
	width: 47%;
	}

	.app-download ul {
	  margin-top: 20px;
	}

	.app-download ul li {
		margin-right: 10px;
	}

	.main-top-text {
		padding: 20px;
		font-size: 35px;
	}

	.vd-pan {
		padding: 25px 0;
		margin-top: 00px;
		background: #EBF5FE url(../landingPage/vd-bg.png) no-repeat left;
	}

	.vd-text {
		padding: 25px;
	}

	.vd-text h2 {
		font-size: 35px;
		padding-bottom: 25px;
	}

	.vd-text p {
		font-size: 18px;
		font-weight: 200;
		padding-bottom: 0;
	}

	.vd-content .iframe {
		height:200px;
	}

	.contact-pan {
		padding: 30px 0;
	}

	.contact-pan-left {
		padding-right: 20px;
		padding-top: 20px;
	}

	.title-contact {
		text-align: center;
		padding-bottom: 0px;
		font-size: 35px;
		font-weight: 800;
		color: #0078EB;
	}

	.contact-hd {
		padding-top: 25px;
	}

	.footer-top-mid {
		text-align: center;
		margin-top: 20px;
		padding-bottom: 15px;
		border-top: 1px solid #ddd;
		padding-top: 15px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

	.footer-top {
		padding-bottom: 20px;
	}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.example {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px ) and (max-width: 1200px) and (orientation: portrait) {
	.bg-image-2 {
		background: url(../landingPage/how-it-work-bg.png) no-repeat 0 -86px;
	}

	.disc-pan {
		padding-top: 10%;
		padding-left: 10%;
	}

	.disc-pan p {
		font-size: 18px;
		font-weight: 200;
		padding-top: 10px !important;
	}

	.disc-pan h2 br{
		display: none;
	}

	.disc-pan h2 {
		font-size: 31px;
	}

	.app-download {
		background: #fff;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
		border-radius: 25px;
		padding: 20px;
		margin-top: 25px;
		margin-left: 10%;
		margin-bottom: 50px;
		width: 370px;
	}

	.app-download h2 {
		text-align: left;
		font-size: 14px;
		font-weight: 700;
		color: #000;
	}


	.top-image {
		padding-top: 50px;
	}

	.main-top-text {
		padding: 40px;
		padding-top: 40px;
		font-size: 35px;
		line-height: 1.2;
		font-weight: 800;
		color: #4A4B4D;
		padding-top: 40px !important;
	}

	.pricing-pan .box h2 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}

	.pricing-pan .box h3 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		color: #000;
	}

	.footer-top .container,
	.contact-pan .container,
	.features-pan,
	.price-pan-main .container {
		max-width: 100%;
	}

	.features-right {
		padding: 15px;
	}

	.features-right ul li {
		font-size: 18px;
	}

	.features-right ul li .bi {
		float: left;
		font-size: 26px;
		padding-right: 15px;
		height: 57px;
		color: #FE6464;
	}

	.vd-pan {
		padding: 40px 0;
	}

	.vd-text h2 {
		font-size: 35px;
	}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px ) and (max-width: 1200px) and (orientation: landscape) {
	.bg-image-2 {
		background: url(../landingPage/how-it-work-bg.png) no-repeat 0 -86px;
	}

	.disc-pan {
		padding-top: 10%;
		padding-left: 10%;
	}

	.disc-pan p {
		font-size: 18px;
		font-weight: 200;
		padding-top: 10px !important;
	}

	.disc-pan h2 br{
		display: none;
	}

	.disc-pan h2 {
		font-size: 31px;
	}

	.app-download {
		background: #fff;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
		border-radius: 25px;
		padding: 20px;
		margin-top: 25px;
		margin-left: 10%;
		margin-bottom: 50px;
		width: 370px;
	}

	.app-download h2 {
		text-align: left;
		font-size: 14px;
		font-weight: 700;
		color: #000;
	}


	.top-image {
		padding-top: 50px;
	}

	.main-top-text {
		padding: 40px;
		padding-top: 40px;
		font-size: 35px;
		line-height: 1.2;
		font-weight: 800;
		color: #4A4B4D;
		padding-top: 40px !important;
	}

	.pricing-pan .box h2 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}

	.pricing-pan .box h3 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		color: #000;
	}
	
	.footer-top .container,
	.contact-pan .container,
	.features-pan,
	.price-pan-main .container {
		max-width: 100%;
	}

	.features-right {
		padding: 15px;
	}

	.features-right ul li {
		font-size: 18px;
	}

	.features-right ul li .bi {
		float: left;
		font-size: 26px;
		padding-right: 15px;
		height: 57px;
		color: #FE6464;
	}

	.vd-pan {
		padding: 40px 0;
	}

	.vd-text h2 {
		font-size: 35px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.bg-image-2 .nc {
		background: url(../landingPage/how-it-work-bg.png) no-repeat 0 -86px;
	}

	.disc-pan .nc {
		padding-top: 10%;
		padding-left: 10%;
	}

	.disc-pan p .nc {
		font-size: 18px;
		font-weight: 200;
		padding-top: 10px !important;
	}

	.disc-pan h2 .nc br{
		display: none;
	}

	.disc-pan .nc h2 {
		font-size: 31px;
	}

	.app-download .nc {
		background: #fff;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
		border-radius: 25px;
		padding: 20px;
		margin-top: 25px;
		margin-left: 10%;
		margin-bottom: 50px;
		width: 370px;
	}

	.app-download .nc h2 {
		text-align: left;
		font-size: 14px;
		font-weight: 700;
		color: #000;
	}


	.top-image .nc {
		padding-top: 50px;
	}

	.main-top-text .nc {
		padding: 40px;
		padding-top: 40px;
		font-size: 35px;
		line-height: 1.2;
		font-weight: 800;
		color: #4A4B4D;
		padding-top: 40px !important;
	}

	.pricing-pan .box h2 .nc {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}

	.pricing-pan .box .nc h3 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		color: #000;
	}

	.footer-top .nc .container,
	.contact-pan .nc .container,
	.features-pan .nc,
	.price-pan-main .nc .container {
		max-width: 100%;
	}

	.features-right .nc {
		padding: 15px;
	}

	.features-right .nc ul li {
		font-size: 18px;
	}

	.features-right .nc ul li .bi {
		float: left;
		font-size: 26px;
		padding-right: 15px;
		height: 57px;
		color: #FE6464;
	}

	.vd-pan .nc {
		padding: 40px 0;
	}

	.vd-text h2 .nc {
		font-size: 35px;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.bg-image-2 .nc {
		background: url(../landingPage/how-it-work-bg.png) no-repeat 0 -86px;
	}

	.disc-pan .nc {
		padding-top: 10%;
		padding-left: 10%;
	}

	.disc-pan p .nc {
		font-size: 18px;
		font-weight: 200;
		padding-top: 10px !important;
	}

	.disc-pan h2 .nc br{
		display: none;
	}

	.disc-pan .nc h2 {
		font-size: 31px;
	}

	.app-download .nc {
		background: #fff;
		box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.02), 0px 30px 60px rgba(0, 0, 0, 0.08);
		border-radius: 25px;
		padding: 20px;
		margin-top: 25px;
		margin-left: 10%;
		margin-bottom: 50px;
		width: 370px;
	}

	.app-download .nc h2 {
		text-align: left;
		font-size: 14px;
		font-weight: 700;
		color: #000;
	}


	.top-image .nc {
		padding-top: 50px;
	}

	.main-top-text .nc {
		padding: 40px;
		padding-top: 40px;
		font-size: 35px;
		line-height: 1.2;
		font-weight: 800;
		color: #4A4B4D;
		padding-top: 40px !important;
	}

	.pricing-pan .box h2 .nc {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
	}

	.pricing-pan .box .nc h3 {
		text-align: center;
		font-size: 18px;
		font-weight: 700;
		color: #000;
	}

	.footer-top .nc .container,
	.contact-pan .nc .container,
	.features-pan .nc,
	.price-pan-main .nc .container {
		max-width: 100%;
	}

	.features-right .nc {
		padding: 15px;
	}

	.features-right .nc ul li {
		font-size: 18px;
	}

	.features-right .nc ul li .bi {
		float: left;
		font-size: 26px;
		padding-right: 15px;
		height: 57px;
		color: #FE6464;
	}

	.vd-pan .nc {
		padding: 40px 0;
	}

	.vd-text h2 .nc {
		font-size: 35px;
	}
}
