html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6f6f6f;
}


 .mt-30px{
     margin-top:30px;
 }
#mobile-table{
    display:none;
}



*{
	box-sizing: border-box;
}

a, a:hover, a:focus{
	text-decoration: none;
}


h1,h2,h3,h4{

}



.navbar{
	background: linear-gradient(right, #1873bd, #afd7e8);
  background: -webkit-linear-gradient(right, #1873bd, #afd7e8);
    border: none;
    border-radius: 0px;
}


.navbar-brand{height: auto;}
.navbar{margin-bottom: 0;}
.navbar-toggle .icon-bar{background-color: #231f20;}


.navbar-nav>li{
	padding: 15px 0;
}

.nav>li>a{
	/*text-transform: uppercase;*/
    font-size: 15px;
	transition: all ease .3s;
	color: #fff;
	
}	
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	color: #e47651;
}
.nav>li>a.regi{
	border: 1px solid #ddd;
    background-color: #f58f24;
    color: #fff;
    border-radius: 30px;
	
}

.nav>li>a.regi:hover, .nav>li>a.regi:focus{
	background-color: #1db6e6;
}
.chat-sec{
     position: fixed;
     bottom: 8%;
     right: 8%;
     z-index: 99;
}
.bg-img{
	background-image: url(../img/Bann.png);
position: relative;
background-size: cover;


}
.hd-fixed{
	/*margin-top: 10px;*/
	position: sticky; 
	 top: 0; 
	 background: #d9f7Fc;
   z-index: 100;

}
.hd-fixed p{
	margin-top: 20px;
}

.logo{
	width: 300px;
	height: 117px;
}

.social-icon{
	 background:#32afe5;
    color:#fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
   
}

.phone-icon i{
  
  color:#fff;*/

}
.icon {
    background: #f96a06;
    color:#fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
   
}
.phone-icon span{
	color:black;
	font-size:1.2em;
	padding-left: 4px;

}
.spare{
	margin-top: 85px;
}
.spare h2{
	color:#2B3856;
	font-weight: 700;
}

.spare h4{
	color:#f96a06;
	font-weight: 600;
	border-left: 10px solid #32afe5;
}

.spare p{
	text-align: justify;
	font-weight: 600;

}

.bg-btn{
	margin-top: 10px;
}
.btn-primary{
  color:#fff;
  padding:4px;
  font-size:18px;
  border-radius: 6px;
  margin-top: 20px !important;
}
.btn-primary button a{
	color:#fff;
}
.down{
	background-color: #f96a06;
	color:#fff;
	padding: 4px;
	font-size: 18px;
	border-radius: 6px;
	border: none;
    margin-top: 10px !important;
}
.down:hover{
	background-color:#f96a06d1;
	border: none;
	
}



/*.banner{
	background-image: url(../img/Bg-Banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;

}*/

/*.banner .logo-up{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    
    border-radius: 10px;
        top: 25px;
}
.banner .logo-up img{
	max-width: 100%;
}


.banner .container{
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner .img-b{
	max-width: 100%;
	margin-top: 19%;
    margin-bottom: 30px;
}

.banner h2{
	font-weight: 600;
	color: #f58f24;
}
.banner h1+h3{
	color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin: 50px 0;
    line-height: 50px;
}

.banner span{
	color: rgb(15, 2, 36);
	font-size: 20px;
}
.banner h1+h3 small{
	color: #f59824;
}

.banner .timer span:after{
	color: red;
}

.banner .sub-h1{
	color: #fff;
    font-weight: 600;
    font-size: 28px;
}*/

.ban-t-c{
	display: flex;
	color: #fff;
	   
}

.ban-t-c i{
	margin-right: 15px;  
    margin-top: 11px;;
	font-size: 30px;
}
.ban-t-c h4{
	font-size: 24px;
}

.ban-t-c h4 p{
	
}

section{
	padding: 50px 0;
}
.cm-box{
	text-align: center;
	margin-bottom: 50px;
}

.cm-box h4{
	color: #333;
	font-size: 22px;
}




.h2-h{
	font-size: 42px;
	font-weight: 600;
	color: #f87e14;
	margin-bottom: 50px;
	position: relative;
	margin-top: 0px;
}
.h2-h:after{
	content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: #00b2eb;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}


.h4-h-o{
    font-size: 37px;
    font-weight: 800;
    line-height: 65px;
    color: #eb7d1f;
    margin-bottom: 25px;
    margin-top: 0px;

}


#quo h2{
	color: #0a69bb;
    margin-bottom: 25px;
    font-size: 24px;
}



#quo p{
	font-size: 40px;
    line-height: 45px;
	color: #b5b3b3;
    
}

#quo p span{
	font-weight: 700;
}

.w-add-c{
	display: flex;
	margin: 25px;
}

.w-add-c img{
	margin-right: 15px;
}


.w-add-c h4{
	color: #000;
    font-size: 28px;
    margin-top: 0px
}




.register-n{
	background-color: #fff;
	padding: 50px 25px;
	box-shadow: 0 0 6px #00000063;
}

.register-n h3{
	color: #000;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
}

.regi-con{
	margin-bottom: 25px;
}
.regi-con i{
	font-size: 35px;
    color: #909090;
}

.regi-con h4{
	color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0px;
}

.btn-b-or{
	display: block;
	background-color: #eb7d1f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 15px;
}

.btn-b-b{
	display: block;
	background-color: #ff2020;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    padding: 15px;
}


/*accordien*/
#fq .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

#fq .active, #fq .accordion:hover {
  background-color: #ccc;
}

#fq .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#fq .active:after {
  content: "\2212";
}

#fq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin: 0;
}

#fq .panel p{
	padding: 25px;
}

#footer{
	background-color: #000;
	
}

#footer p{
	color: #fff;
	padding: 15px;
}


#footer .foot-up .btn-or{
	background-color: #726e6e;
	transition: all ease 0.3s;
}
#footer .foot-up .btn-or:hover{
	background-color: #f96a06;
}



#footer .foot-up h2{
	font-size: 52px;
    color: #fff;    
    margin-bottom: 25px;
	text-align: center;
	margin-bottom: 45px;
}

#footer .foot-down{
	text-align: center;
	color: #fff;
	background-color: #16191e;
	padding: 10px 0;
	margin-top: 75px;
}

#footer .foot-down p{
	color: #eee;
	margin-top: 25px;
	
}
#footer .foot-down h6{
	    color: #eee;
    font-size: 18px;
    margin-top: 25px;
	font-weight: 400;
}

#modal-f .modal-header {   
    background-color: #e28317;
    color: #fff;
    text-align: center;
}

#modal-f .modal-header h4{	
	font-weight: 600;
    font-size: 28px;
}

#modal-f .modal-body{
	padding: 25px;
}

#mForm .form-control{
	height: 45px;
}

#mForm fieldset{
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 25px;
}

#mForm fieldset legend{
	display: inline-block;
	width: auto;
	border-bottom: 0;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
}

#mForm label{
	font-weight: 300;
    margin-right: 15px;	
	color: #fff;
	
}
#mForm .form-group> strong{
	color: #fff;
}


.c-form{
	padding: 50px 0;
	display: block;
	
}

#c-form .form-control{
	display: block;
	width: 100%;
	height: 45px;
	border-radius: 0px;
}
#c-form .h2-h{
	
}

#c-form .pm-button{
	margin-bottom: 25px;
}
#c-form{
	background-color: #000;
}
#c-form .h3-b{
	color: #fff;
	font-size: 47px;
}

#c-form .h3-b span{
	color: #ff2020;
}
#c-form .timer{
	margin: 0 0;
}
#c-form h4{
	color: #fff;
	font-size: 28px;
}

.btn-or{
	background-color: #f87e14;
    color: #fff;
    height: 45px;
    display: block;
    width: 100%;
	line-height: 31px;
	transition: all ease 0.3s;
}

.dark-or{
    background-color: #e8460c;
}


#cform{
	display: none;
}

#digi-p{
	background-image: url(../img/bg-dgS.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

#how-we{
	background-color: #d9dada;
}
.hw-box img{
	max-width: 100%;
	margin: 0 auto;
}
.hw-box h3{
	font-size: 26px;
	font-weight: 600;
	color: #333333;
}
#how-we h2{
	color: #726e6e;
	font-size: 48px;
	text-align: center;
	font-weight: 600;
	margin-top: 50px;
    margin-bottom: 30px;
}

#how-we .btn-or{
	background-color: #726e6e;
	transition: all ease 0.3s;
}
#how-we .btn-or:hover{
	background-color: #f96a06;
}

#how-to h2{
	color: #333333;
	font-size: 52px;
	text-align: center;
	
}

#book-demo{
	background-image: url(../img/bg-demo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;	
}

#book-demo h4{
	color: #fff;
	margin-bottom: 25px;
}

#t-details{
	background-color: #dddede;
}
#t-details h2{
	font-weight: 600;
	font-size: 64px;
	color: #333333;
	text-align: center;
}

#t-details h2+h4{
	font-weight: 600;
	font-size: 36px;
	color: #333333;
	text-align: center;
}

.cls-a{
	border: 1px solid #f00;
    text-align: center;
    color: #333;
    font-size: 23px;
	position: relative;
	margin: 25px 0;
}
.cls-a:after{
	content: '';
	position: absolute;
	border-top: 16px solid transparent;
	border-bottom: 16px solid #f00;
	border-left: 16px solid transparent;
	border-right: 16px solid #f00;
	right: 0px;
}

.cls-a:before{
	content: '';
    position: absolute;
    border-top: 16px solid #f00;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #f00;
    border-right: 16px solid transparent;
    left: 0;
}

.class-t h5{
	color: #333333;
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
}
.class-t ul{
	padding-left: 0px;
}
.class-t ul li{
	font-weight: 300;
	color: #333333;
	font-size-adjust: 18px;
	text-align: center;
	list-style: none;
	margin-bottom: 15px;
}

.sctop{
	position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 14px;
	display: none;
}


.fixed {
    position:fixed;
    top:-120px;
    left: 0;
    right: 0;
    z-index:999;
  	transition:0.4s top cubic-bezier(.3, .73, .3, .74);    
	}

.fixed.slideDown {
    top:0;
	
	}

#t-details .btn-or{
	background-color: #726e6e;
	transition: all ease 0.3s;
	margin-top: 25px;
}
#t-details .btn-or:hover{
	background-color: #f96a06;
}

.navbar-header .navbar-brand img{
	max-width: 50px;
}

.tool-w{
	display: flex;
}

.tool-w .tool{
	padding: 15px;
}
.tool-w .tool img{
	max-width: 100%;
}


.tool-w-b{
	border: 2px dashed #848484;
}

#tools .btn-or{
	margin-top: 25px;
}

#l-out{
	background-color: #32afe5;
}
#l-out h2{ 
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	text-align: center;
}

#l-out ul{
	margin-top: 25px;
}

#l-out ul li{
	position: relative;
	font-size: 22px; 
	color: #fff;
	font-weight: 300;
	list-style: none;
	margin-bottom: 35px;
}

#l-out ul li span{
	position: absolute;
	left: -70px;
	background-image: url(../img/bg-li.png);
	background-repeat: no-repeat;
	height: 49px;
	width: 49px;
	text-align: center;
    line-height: 48px;
    color: #fff;
}



#testi-con.owl-carousel .owl-item img{
	display: inline-block;
	width: auto;
}

#testi-con .item{
	display: block;
	text-align: center;
}

#testi-con .item img{
	max-width: 100px;
	margin-right: 15px;
	margin-bottom: 25px;
}
#testi-con .item p{
	text-align: center;
	font-size: 15px;
	color: #fff;
}

#testi-con .item span{
	display: block;
	text-align: center;
	color: #333;
	font-size: 15px;
}



#testimonial{
	background-color: #f96a06;
}

#testimonial h2{
	font-size: 46px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 0;
}


.howt-box p{
	font-size: 19px;
	font-weight: 600;
	color: #333;
	
}
.train-pop{
	margin: 25px 0;
	display: inline-block;
}

.ful-pro{
	margin-top: 25px;
	display: none;
}

.btn-pro{
	font-size: 32px;
}
.btn-paytm{
	background-color: #e4e6e6;
    
}

.btn-payu{
	background-color: #8ecb20;
	margin-right: 15px;
	
}

.fot-a{
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
.fot-a i{
	font-size: 28px;
}
.timer{
	font-size: 40px;
    color: #f00;
    font-weight: 600;
	margin-top: 35px;
	margin-bottom: 35px;
}

.timer span{
	font-size: 40px;
    color: #fff;
    font-weight: 600;
    background-color: #00000099;
    padding: 10px;
    position: relative;
}

.timer span:after {
    content: "0";
    bottom: -21px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.timer span.d:after {
	content: 'Days';
}

.timer span.h:after {
	content: 'Hours';
}

.timer span.m:after {
	content: 'Minutes';
}
.timer span.s:after {
	content: 'Sec';
}

/*.timer span:before {
    content: "0";
    top: -21px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
}

.timer span.d:before {
	content: 'Left';
}

.timer span.h:before {
	content: 'Left';
}

.timer span.m:before {
	content: 'Left';
}
.timer span.s:before {
	content: 'Left';
}*/

.blinking{
    animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: transparent; }
    50%{    color: #fff; }
    99%{    color:#fff;  }
    100%{   color: #fff;    }
}

#onform{display: none;}

#t-details .timer span:after{
	color: #000;
}











.btn-group, .btn-group-vertical{
	width: 100%;
}

.btn-group-vertical>.btn, .btn-group>.btn{
	width: 100%;
	height: 40px;
	
}

.open>.dropdown-menu{
	width: 100%;
}


#just-pay{
	padding: 50px 0;
	background-color: #39d393;
}

#just-pay h2{
	font-size: 46px;
	font-weight: 600;
	color: #1d262d;
    line-height: 60px;
	margin-top: 0px;
}

#just-pay h3{
	font-size: 38px;
	font-weight: 600;
	color: #1d262d;
    line-height: 60px;
	margin-top: 0px;
	text-align: center;
}

#just-pay p{
	color: #1d262d;
}

#just-pay h2 span{
	color: #fff;
	
}

#just-pay .timer{
	text-align: left;
}
#just-pay .timer p{
	text-align: left;
}


#grab{
	background-color: #ffd600;
	padding: 50px 0px!important;
}

#grab .h2-h{
  color: #f81414;
}
#grab h3{
    color:#f87e14
}
#grab h4{
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
	
}


#grab .table th{
	background-color: #ff2020;
	color: #fff;
}
#grab .table tr:nth-child(odd){
	background-color: #dfe0df;
}
#grab .table tr:nth-child(even){
	background-color: #fff8e6;
}


#just-pay .form-control{
	height: 45px;
}




#demomod .modal-header{
	text-align: center;
	    background-color: #f16c25;
}

#demomod .modal-header h4{
	color: #fff;
	font-size: 28px;
    font-weight: 600;
}

#demomod .form-control{
	height: 40px;	
	border-radius: 0px;
}

#fut-btn{
	background-color: #1e6bc3;
    color: #fff;
    padding: 10px 25px;
   
}



.callmp{
	position: fixed;
	bottom: 35px;
	left: -140px;
	transition: all ease 0.3s;
	z-index: 99999;
	}
.callmp i{
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #2279c0;
	color: #fff;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}
.callmp span{
	background-color: #2279c0;
	color: #fff;
	padding: 4px 8px;
}

.l-0{
	left: 0;
}

#brochure-modal.modal-header{
	text-align: center;
	    background-color: #f16c25;
}
#brochure-modal .modal-header h4{
	color: #f16c25;
	font-size: 28px;
    font-weight: 600;
}
#brochure .form-control{
	height: 40px;	
	border-radius: 0px;
}

/*================
	Desktop
==============*/
@media(min-width: 768px){
	.callmp{display: none;}
	.bor-r{
		border-right: 1px solid #ddd;
	}
	
	


	
	#how-to{padding-bottom: 0px;}
	
	.howt-box p{
		margin-top: 80px;
	}
	.howt-box img{
		width: 80%;
		float: right;
	}
	
	#testi-con{
		margin-top: 15px;
	}
	
	.bor-bl{
		border-left: 2px dashed #848484;
		border-bottom: 2px dashed #848484;
	}
	.bor-bl:first-child{
		border-left: 0px dotted #848484;
	}
	
	.bor-l{
		border-left: 2px dashed #848484;
	}
	
	.bor-l:first-child{
		border-left: 0px dotted #848484;
	}
	
	
	.bor{
		border-right: 1px solid #d3d3d3;
	}
	
	.w-add-c img{
		margin-right: 25px;
	}
	.navbar-brand img{
		width: 170px;
	}

	.navbar-right{
		margin-top: 15px;
	}
	
	#quo p{	    
    margin-left: 150px;
	}
	
	.navbar-header .navbar-brand img{
		max-width: 50px;
	
	}

}

/*================
	Mobile
==============*/
@media(max-width: 768px){
    #just-pay .timer span{
        font-size:24px;
    }
    .banner .dark-or{
        font-size:12px;
    }
    
   #mobile-table{
    display:block;
}	

 #mobile-table th{
     font-size:10px;
}	
#mobile-table td{
     font-size:10px;
}	



 
	 
     #desktop-table{
    display:none;
}	
	  
    
	.ban-t-c{
		    justify-content: center;
	}
	
	.btn-payu{margin-bottom: 15px;}
	
	#just-pay .timer p{text-align: center;}
	.timer{text-align: center;}
	
	
	#grab .btn-or{
		margin-bottom: 15px;
	}
	
	#c-form .btn-or{
		margin-bottom: 15px;
	}
	
	 .btn-or{
		margin-bottom: 15px;
	}
	
	.timer span{
		font-size: 28px;}
	
	
	.navbar-header .navbar-brand {
		margin:0 0 0 15px;	
	}
	.navbar-header .navbar-brand img{
		max-width: 50px;
		
	}
	
	.sctop {
		position: fixed;
		bottom: 35px;
		right: 43px;
	}
	
	#testi-con{
		margin-top: 50px;
	}
	
	#testi-con .item{
		display: block;
		text-align: center;
	}
	
	#testi-con .item img{
		margin: 0 auto;
	}
	
	
	.tool-w{
		display: block;
	}
	
	.tool-w .tool{
		width: 50%;
		float: left;
		 
	}
	.tool-w .tool img{
		max-width: 100%;
		margin: 0 auto;
	}
	

	
	.banner h1{
	word-break: break-word;
    font-size: 38px;
	}
	
	.navbar-toggle{
		margin-top: 30px;
	}
	.navbar-brand{padding-left: 0px;
		margin-top: 15px;
	}
	.navbar-brand img{
		width: 110px;				
	}
	.head-ph{font-size: 14px;}
	.head-ph img {
    margin-right: 10px;
    width: 20px;
	}
	.head-ph:last-child img{
		width: 15px;
		margin-bottom: 15px;
	}

.bg-img{
	background-image: url(../img/BanneMobile.png);
position: relative;
background-size: contain;
background-position:center top;
/*opacity:0.6;*/
background-repeat:no-repeat;
}
  .hd-fixed p{
	margin-top: 10%;
}
.spare h2{
	margin-top: 125px;
}
.chat-sec{
     position: fixed; 
     bottom: 8%;
     right: -5%;
     z-index: 99;
}
#tel-animate{
	 animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}

	
}



