@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */
*{margin: 0; padding: 0;box-sizing: border-box;}
img{max-width: 100%; height: auto;}
body{font-family: 'Quicksand', sans-serif; font-weight: 400; font-size: 18px; color: #000;}
h2{font-family: 'Quicksand', sans-serif; color: #000;}
h3{font-family: 'Quicksand', sans-serif;font-weight: 700; font-size: 30px;position: relative; margin-bottom: 35px;}
h4{font-size: 20px; font-family: 'Quicksand', sans-serif; font-weight: 700;}
h5{font-size: 20px; font-family: 'Quicksand', sans-serif; font-weight: 500; margin-bottom: 5px;}
h6{font-family: 'Quicksand', sans-serif; font-weight: 400; font-size: 18px; color: #0159c9;}
p{font-family: 'Quicksand', sans-serif; font-weight: 400;line-height: 1.5;}
.container{max-width: 1912px; margin: 0 auto;padding: 0 40px;}
.site-head{z-index: 9;padding: 10px 0;border-bottom: solid 1px rgba(0, 0, 0, 0.3);}
.site-head .container{display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center;}

.nav{}
.nav ul{}
.nav ul li{display: inline-block;}
.nav ul li a{color:#000;text-decoration: none;padding: 5px 30px; display: inline-block; border-radius: 40px;}
.nav ul li a:hover, .nav ul li.active a{background-color: #ff8110; color: #fff;}

.custom-select {
  position: relative;text-transform: uppercase;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #ff8110;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 40px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 15px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	color: #ffffff;
	padding: 8px 40px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
	width: 273px;
	border-radius: 40px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #edeff3;
  top: 100%;
  left: 10px;
  right: 10px;
  z-index: 99;
  margin-top: 10px;
}
.select-items div{border-radius: 0;color: #001a4c;padding-top: 25px; padding-bottom: 25px;}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div a{text-decoration: none;color: #001a4c;}
.select-items div a:hover, .select-items div a:focus{color: #008001;}
.select-items div:hover, .same-as-selected {
 
}
.select-items div:hover{color: #008001;}

.banner{background: url(../images/banner-bg.jpg) no-repeat top center; background-size: 100% auto; position: relative; z-index: 0; }
.banner h2, .comon-banner h2{font-size: 70px; margin-bottom: 0px; font-weight: 300; color: #fff;}
.banner.about-banner h1{font-size: 70px; margin-bottom: 0px; font-weight: 700; color: #fff;}
.banner h2 strong{font-weight: 700;}
.banner .caption{max-width: 66%;/*padding: 260px 0 140px;*/}
.banner .caption h1, .inner-banner .caption h1{margin-bottom: 0px !important;}
.banner p{color: #fff;font-size: 30px; font-weight: 400;/*max-width: 550px;*/}
.banner video{width: 60%; vertical-align: top;}
.banner .banner-content{position: absolute; z-index: 1; bottom: 0;top: 0; left: 0; right: 0;}
.banner-video{position: relative; z-index: 0; display: flex; align-items: center; width: 100%;}
#myBtn{position: absolute;
    bottom: 25%;
    right: 20%;
    width: 213px;
    height: 213px;
    border-radius: 100%;
    border: dashed 3px #fff;
    background-color: transparent;
    background-image: url(../images/play-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
}
.banner .video-content{margin-left: auto; margin-right: auto;}
.banner .video-content h2{color: #333; font-size: 44px; line-height: 60px;}
.banner .video-content h2 strong{font-weight: 700;}
#myBtn:hover{-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin { 
    from { 
        transform: rotate(0deg); 
    } to { 
        transform: rotate(360deg); 
    }
}
.banner:after{content: ""; display: none; background: url(../images/banner-bottom.png) no-repeat center; background-position: bottom center; background-size: 100% auto; width: 100%; height: 297px;position: absolute; bottom: -1px; left: 0; right: 0; z-index: 9;}
.logo{max-width: 160px;}

@media (max-width: 1680px){
	body{font-size: 16px;}
	.container{padding: 0 50px;}
	.logo{max-width: 180px;}
	.banner .caption{/*padding: 170px 0 170px;*/}
	.banner h2, .comon-banner h2, .banner.about-banner h1{font-size: 60px;margin-bottom: 30px;}
	.select-items div, .select-selected{padding-left: 30px; padding-right: 30px;}
	.select-selected:after{right: 30px;}
	.banner:after{height: 200px;}
}

@media(max-width: 1399px){
	.banner h2, .comon-banner h2, .banner.about-banner h1, .inner-banner h1{font-size: 52px; margin-bottom: 25px;}
	.banner p{/*max-width: 500px;*/font-size: 24px;}
	.banner .caption {max-width: 54%;}
	#myBtn{width: 150px;height: 150px;background-size: 90px auto;}
	.select-items div, .select-selected{font-size: 14px;padding: 10px 30px;width: 240px;}
}

@media(max-width: 1199px){
	.banner h2, .comon-banner h2, .banner.about-banner h1, .inner-banner h1{font-size: 44px;}
	.banner .caption {/*padding: 150px 0 170px;*/}
	.logo{max-width: 120px;}
	.nav ul li a{padding: 5px 20px;}
	.container{padding: 0 25px;}
	.banner .video-content h2{font-size: 36px;line-height: 44px;}
}

@media(max-width: 1024px){
	#myBtn {width: 100px;height: 100px;background-size: 60px auto;}
}

@media(max-width: 959px){
	.select-items div, .select-selected{width: 180px;padding: 10px 20px;}
	.nav ul li a{padding: 5px 20px;}
	.banner-video{flex-flow: row wrap;}
	.banner video{width: 100%;}
	.banner .video-content{width: 100%;text-align: center;margin-top: 40px;}
	.banner .video-content h2{margin-bottom: 0;}
}

@media(max-width: 768px){
	body {font-size: 14px;}
	.nav ul li a{padding: 0 15px;}
	.select-items div, .select-selected {font-size: 14px;}
	.select-selected:after {right: 25px;}
	#myBtn {width: 80px;height: 80px;bottom: 15%;right: 15%;border: dashed 2px #fff;background-size: 55px auto;}
	.logo{max-width: 136px;}

}

@media(max-width: 767px){
	.logo{order: 1;}
	.nav{order: 3;margin: 25px auto 0;}
	.header-right{order: 2;}
	.container {padding: 0 25px;}
}

@media(max-width: 480px){

}
@media(max-width: 479px){
	.container {padding: 0 15px;}
}

.service-item{list-style: none;text-align: center;display: flex; padding: 25px 0; flex-flow: row wrap; justify-content: space-between; align-items: center;}
.service-item li{width: 31%; transition: all .5s cubic-bezier(.68,-.55,.265,1.55); border: solid 1px rgba(0, 0, 0, 0.42); border-radius: 15px;}
.service-item li .service-item-inner{display: flex;position: relative; padding: 25px 15px; align-items: center;flex-flow: row wrap; justify-content: space-between;}
.service-item li .icon{width: 30%;position: relative; z-index: 9;}
.service-item li .icon img{margin-top: -41px;}
.service-item li .content{width: 65%;text-align: left;}
.service-item li .content p{font-size: 20px;}
.service-item li .service-item-inner:before{content: ""; width: 70px; height: 10px;position: absolute;top: -6px; left: 35px; display: block; background: #fff; z-index: 0;}
.service-item li:nth-child(2) .service-item-inner:before{left: 25px;}
.service-item li:nth-child(3) .service-item-inner:before{left: 48px;}
.service-item li:hover{transform: translateY(-5px); box-shadow: 10px 10px 24px rgb(1 40 101 / 38%); border-color: transparent;}

@media(max-width: 1399px){
	.service-item li .content p {font-size: 16px;}
	.service-item li .icon{width: 20%;}
	.service-item li .service-item-inner:before{width: 48px;left: 28px;}
	.service-item li .content{width: 73%;}
	.service-item li:nth-child(2) .service-item-inner:before {left: 23px;}
	.service-item li:nth-child(3) .service-item-inner:before {left: 40px;}
	.service-item li .service-item-inner{padding: 20px 15px;}
	.site-head{padding: 10px 0;}
}

@media(max-width: 1024px){
	.site-head{padding: 10px 0;}
	.banner .caption {max-width: 470px;}
	.banner h2, .comon-banner h2, .banner.about-banner h1{font-size: 40px;}
	.banner .caption {/*padding: 130px 0 170px;*/}
	.banner p {max-width: 420px;font-size: 20px;}
}

@media(max-width: 768px){
	.banner h2, .comon-banner h2, .banner.about-banner h1{font-size: 28px;}
	.banner p {max-width: 380px;font-size: 18px;}
	.banner .caption {/*padding: 110px 0 70px;*/}
	.service-item li .icon {width: 50%;}
	.service-item li .content {width: 100%;}
	.service-item li .content p {font-size: 14px;}
}

@media(max-width: 767px){
	.service-item li{width: 100%;margin: 15px 0;}
	.service-item li .icon {width: 72px;}
	.service-item li .service-item-inner:before{width: 60px;}
	.service-item li:nth-child(2) .service-item-inner:before {left: 20px;}
	.service-item li:nth-child(3) .service-item-inner:before {left: 25px;}
	.banner h2, .comon-banner h2, .banner.about-banner h1{font-size: 18px;margin-bottom: 10px;}
	.banner .caption {max-width: 100%;/*padding: 50px 0 70px;*/}
	.banner p {max-width: 100%;font-size: 14px;}
	#myBtn {width: 40px;height: 40px;bottom: 60px;right: 30px;background-size: 32px auto;}
	.banner:after {height: 140px;}
	.site-head{position: relative;}

}

@media(max-width: 480px){	
	
}

@media(max-width: 479px){
	.banner .caption{/*padding: 20px 0 50px;*/}
    .banner h2, .comon-banner h2, .banner h1{font-size: 14px;}
    .banner p{font-size: 12px;}
    #myBtn{bottom: 30px}
    .select-items div, .select-selected {font-size: 12px;padding: 6px 15px;width: 172px;}
    .select-selected:after{right: 15px; top: 15px;}
    .site-head .container{flex-direction: column;}
    .logo{margin-bottom: 5px;}
	.site-head{padding-top: 10px;}
}


.welcome-section{position: relative; display: flex; margin-bottom: -160px;}
.welcome-section .container{position: static;}
.welcome-section .container .container-inner{position: static;display: flex; flex-flow: row wrap;}
.welcome-left-img{position: relative;left: 0; width: 32%;float: left;padding-top: 50px;}
.welcome-left-img-innr{background: url(../images/welcome-left-img-bg.png) no-repeat top center;background-size: 100% auto;padding: 3% 2% 35% 19%;}
.welcome-left-img-innr img{max-width: 100%;}

.welcome-content{width: 60%; margin-left: auto;margin-right: auto; padding: 0 50px;margin-top: 45px;}
.welcome-content p{color: #494949;}
.msme__registration_content p{}
.welcome-content h3{font-size: 36px;}

.welcome-right-img{    
    position: relative;
    right: 0;
    float: right;
    width: 11%;
    border-radius: 100% 0 0 100%;
    overflow: hidden;
    top: -145px;
}

.btn-outer{margin-top: 40px;}
.btn{    
	color: #ffffff;
    padding: 16px 56px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    background-color: #ff8110;
    border-radius: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.btn:hover{background-color: #008001;}

.graybg {
    position: relative;
    background-color: #fff;
   /* padding-bottom: 278px;*/  padding-bottom: 150px; z-index: 0;
}
  
.graybg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 278px;
    background: url(../images/wave-gray.png);
    background-size: cover;
    background-repeat: no-repeat; display: none;
}
.welcome-outer{padding-top: 40px;}

.whitebg {
    position: relative;
    background-color: #fff;
    padding-bottom: 278px;
}
  
.whitebg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 278px;
    background: url(../images/wave-white.png);
    background-size: cover;
    background-repeat: no-repeat;
}


@media(max-width: 1680px){
	.graybg, .whitebg{padding-bottom: 160px;}
	.graybg:before, .whitebg:before{height: 160px;}
	.welcome-content h3 {font-size: 28px;padding-bottom: 20px;margin-bottom: 20px;}
	.welcome-content{padding: 0 15px;}
	.welcome-section{/*margin-bottom: -220px;*/}
}
@media(max-width: 1599px){
	.welcome-section{margin-bottom: 0px;}
}

@media(max-width: 1399px){
	.welcome-right-img{top: -90px;}
}

@media(max-width: 1199px){
	.welcome-section{margin-bottom: 50px;}
	.welcome-content h3{font-size: 24px;}
	.welcome-content{width: 80%;}
}

@media(max-width: 1024px){
	.welcome-section {}
}

@media(max-width: 768px){
	.welcome-left-img{width: 33.33%;}
	.welcome-content{width: 90%;margin-top: 30px;}
	.welcome-section {margin-bottom: 0px;}
	.welcome-content h3 {font-size: 20px;padding-bottom: 15px; margin-bottom: 15px;}
	h6{font-size: 16px;}
	.graybg:before, .whitebg:before {height: 110px;}
	.welcome-right-img{top: 0px;}
}

@media(max-width: 767px){
	.welcome-content {width: 80%;order: 1;margin-bottom: 50px;}
	.welcome-right-img{width: 60px;order: 2;top: -20px;display: none;}
	.welcome-right-img img{margin-left: 5px;}
	.welcome-section{flex-flow: row wrap;}
	.welcome-left-img {width: 92%; order: 3;}
	.graybg:before, .whitebg:before {height: 60px;}
	.graybg, .whitebg {padding-bottom: 100px;}
	.welcome-outer {padding-top: 10px;}
}

@media(max-width: 480px){
	.welcome-content{width: 100%;}
}


.product-item-section{/*background: #ececee;*/margin-bottom: 100px;}
.product-item-section .container-inner{display: flex; align-items: center; justify-content: space-between;}
.product-summary{width: 40%; display: none;}
.product-item{/*width: 50%;*/ width: 100%;}
.product-item ul{list-style: none;display: flex;margin-top: 0px; align-items: flex-start; flex-flow: row wrap;justify-content: space-between;max-width: 1000px; margin-left: auto;margin-right: auto;}
.product-item ul li{width: 40%; position: relative;}
.product-item ul li .product-item-innr{min-height: 130px;transition: all .5s cubic-bezier(.68,-.55,.265,1.55);box-shadow: 5px 5px 80px rgba(0, 0, 0, 0.26);background: #fff; /*margin-bottom: 120px;*/ border-radius: 25px; padding: 15px; text-align: center; position: relative;}
.product-item ul li .product-item-innr:hover{box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.26);}
.product-item ul li:before{content: ""; display: block;width: 241px; height: 241px; background: #428eec; border-radius: 100%; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);}
.product-item ul li .product-item-innr .product-icon{position: relative; top: -75px;margin-bottom: -50px;margin-left: auto; margin-right: auto;}
.product-item ul li .product-item-innr .product-name{margin-bottom: 15px;}
.product-item ul li .product-item-innr .product-name h4{font-size: 20px; font-weight: 700;}
.product-item ul li .product-item-innr .product-name h4 a{color: #000; text-decoration: none;}
.product-item ul li .product-item-innr .product-description{}
.product-item ul li .product-item-innr .product-description p{font-size: 14px;}
.product-item ul li:nth-child(even){margin-top: 200px;}
.product-item ul li:nth-child(even):before{width: 268px; height: 268px;margin-left: 20px;}
.product-item ul li:nth-child(2):before{background: #a9adb2;}
.product-item ul li:nth-child(3):before{background: #305997;}
.product-item ul li:nth-child(4):before{background: #90b7ff;}

.product-item ul li:nth-child(2) .product-item-innr{margin-bottom: 40px;}
.product-item ul li:nth-child(4){margin-top: 140px;}

@media(max-width: 1680px){
	.product-item ul li:before{width: 280px; height: 280px; top: -100px;}
	.product-item ul li:nth-child(even):before {width: 220px;height: 220px;}
	.product-item ul li{width: 44%;}
	.product-item ul li .product-item-innr .product-icon{max-width: 60%; top: -60px;}
	.product-item ul li:nth-child(4) {margin-top: 125px;margin-bottom: -40px;}
}

@media(max-width: 1399px){
	.product-item ul li .product-item-innr .product-name h4{font-size: 16px;}
	.product-item ul li .product-item-innr .product-name {margin-bottom: 10px;}
	.product-item ul li .product-item-innr .product-icon{max-width: 50%;}
}

@media(max-width: 768px){
	.product-item-section .container-inner{flex-flow: row wrap;}
	.product-summary {width: 100%;margin-bottom: 40px;}
	.product-item {width: 100%;}
}

@media(max-width: 767px){
	.product-item ul li {width: 100%;}
	.product-item ul li:nth-child(even) {margin-top: 100px;}
	.product-item ul li .product-item-innr{margin-bottom: 50px;box-shadow: 5px 5px 50px rgb(0 0 0 / 26%);}
	.product-item ul li:nth-child(4){margin-bottom: 0;}
	.product-item ul li:nth-child(2) .product-item-innr {margin-bottom: 150px;}
	.product-item ul li:before{width: 200px;height: 200px;}
	.product-item ul li:nth-child(even):before{width: 200px;height: 200px;}
	.product-item ul li:before{width: 200px;height: 200px;}
	.product-item ul li .product-item-innr{min-height: 150px;}
}

.msme-section{position: relative;}
.msme-section:before{content: ""; display: block; background: url(../images/gray-bg-top.png) no-repeat center; background-size: 100% auto;background-position: top center; height: 303px;}
.msme-section .container-inner{display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; margin: -60px 0;}
.msme-section .container .msme-image{width: 60%;margin-left: -50px;}
.msme-section .container .msme-content{width: 36%;}
.msme-right-image{position: absolute; right: 0; top: 170px; max-width: 151px; border-radius: 100% 0 0 100%; overflow: hidden;}
.msme-section .container .msme-content h3{font-size: 40px;}

@media(max-width: 1399px){
	.msme-right-image{max-width: 120px;}
	.msme-section:before{height: 250px;}
	.msme-section .container .msme-content h3 {font-size: 32px;}
	h3{padding-bottom: 20px;margin-bottom: 25px;font-size: 40px;}
	.btn{padding: 12px 36px; font-size: 14px;display: inline-block;}
	.msme-section .container .msme-image{margin-left: -30px;}
}

@media(max-width: 1199px){
	h3{font-size: 32px;}
	.product-summary h3 br{display: none;}
	.msme-section:before {height: 190px;}
	.msme-section .container .msme-image{margin-left: 0;margin-top: 20px;width: 46%;}
	.msme-section .container .msme-content {width: 40%;margin-right: 6%;}
	.msme-right-image {max-width: 80px;}
	.msme-section .container .msme-content h3 {font-size: 28px;}
}

@media(max-width: 768px){
	.btn-outer {margin-top: 32px;}
	.btn {padding: 10px 25px;font-size: 12px;}
	h3{font-size: 24px;}
	.msme-section .container .msme-image {margin-left: -50px;margin-top: 0px;width: 44%;}
	.msme-section .container .msme-content {width: 55%;margin-right: 2%;}
	.msme-section .container-inner{margin-bottom: 0;}
}

@media(max-width: 767px){
	h3 {font-size: 18px; padding-bottom: 15px; margin-bottom: 20px;}
	.product-item-section{padding-top: 40px;}
	h3:after{height: 2px;}
	.msme-section .container .msme-content{width: 80%; order: 1;}
	.msme-section .container .msme-image {margin-left: auto;margin-right: auto;margin-top: 50px;width: 80%;order: 2;}
	.msme-section .container .msme-content h3 {font-size: 20px;}
}



/* about */
.welcome-outer-about.graybg:before{display: none;} 
.welcome-outer-about .welcome-content p{margin-bottom: 20px;}
.welcome-right-img img{margin-left: 5px;}
.inner-banner{display: flex; align-items: center; justify-content: center; background-size: cover; height: 308px !important;}
.about-banner{background: url(../images/about-banner.jpg) no-repeat top center; }
.solutions-banner{background: url(../images/solution-banner.jpg) no-repeat top center; }
.about-banner{}
.inner-banner h1{font-weight: 700 !important;color: #fff;}

@media(max-width: 1199px){
	
}

@media(max-width: 959px){
	
}

@media(max-width: 767px){	
	.banner.about-banner p{font-size: 12px;}
}

.banner.login-otp{background-image: url(../images/banner-otp.png);background-repeat: no-repeat; background-position: top center; /*background-color: #0359c8;*/}
.banner.login-otp .banner-content{position: relative; background-color: transparent;}
.banner.login-otp .container-inner{display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center;padding-bottom: 50px;}
.banner.login-otp .caption{max-width: 58%;}
.banner.login-otp .container-inner .login-form{width: 40%; /*margin-left: 2%;*/ margin-left: auto;margin-right: auto;}
.login-form-innr, .msme-customer-application{background: #fff; border-radius: 10px; box-shadow: 9px 3px 32px rgba(0, 0, 0, 0.38); padding: 10px 30px 25px;}
.resend-timer{text-align: right; margin-bottom: 50px;}
.login-form-innr p, .msme__registration_content p{color: #000;font-weight: 500;font-size: 20px; margin-bottom: 10px;}
.login-form-innr p.small-text{font-size: 16px; font-weight: 400;}
.login-form-innr .veryfication-email{margin-bottom: 30px;}
.login-form-innr .veryfication-email:after, 
.login-form-innr .veryfication-email:before{content:""; display:block; height:0; line-height:0; font-size:0; clear:both; overflow:hidden;}
.text-field{margin-bottom: 25px;height: 60px; border-radius: 40px;font-size: 18px;border: 0; outline: none; padding:0 25px 0 64px;border: solid 1px rgba(0,0,0,0.32);width: 100%;}
.enter-otp .text-field{border: 0; text-align: center; padding-left: 0; outline: none; border-bottom: solid 1px rgba(0,0,0,0.32);width: 100%;border-radius: 0;height: 36px; margin-bottom: 0;}
.login-form-innr p.small-text.light-color{opacity: 0.5;}
.login-form-innr .enter-otp{margin-bottom: 30px;}
.login-form-innr .button-outer{}
.button-outer .button{width: 100%; border-radius: 40px; padding: 22px 25px; border: 0; background: #000; color: #fff; text-transform: uppercase;}
.button-outer .button:disabled{background: #cccccc;}
.banner.login-otp .caption{padding: 180px 0px;}
.email .text-field{background: url(../images/input-email-icon.png) no-repeat 28px center;}
.company-name .text-field{background: url(../images/input-company.png) no-repeat 28px center;}
.customer-name .text-field{background: url(../images/input-customer.png) no-repeat 28px center;}
.phone-number .text-field{background: url(../images/input-number.png) no-repeat 28px center;}
.msme-select-btn{font-size: 21px; text-transform: unset;}
.msme-select-btn:hover{background-color: #ff8110;}
#login_verify_otp .button-outer .form-check-inline{margin-bottom: 30px;}
#login_verify_otp .button-outer .form-check-inline .form-check-label{font-size: 16px;}
#login_verify_otp .button-outer .form-check-inline .form-check-label a{color: #ff8110;}
#login_verify_otp .button-outer .form-check-inline .form-check-label a:hover{text-decoration: none;}

@media(max-width: 1900px){	
	.banner.login-otp .caption{}
	.banner.login-otp h2{font-size: 60px;}
}

@media(max-width: 1680px){
	.banner.login-otp .caption {max-width: 50%;}
	.banner.login-otp .container-inner .login-form{width: 44%;}
	.login-form-innr p{font-size: 16px;margin-bottom: 5px;}
	.login-form-innr p.small-text{font-size: 14px;}
	.resend-timer{margin-bottom: 25px;}
	.login-form-innr .button-outer .button{padding: 18px 25px;}
	.login-form-innr .veryfication-email {margin-bottom: 20px;}
	.login-form-innr .enter-otp, #login_verify_otp .button-outer .form-check-inline {margin-bottom: 15px;}
	.banner.login-otp h2 {font-size: 52px;}
	#login_verify_otp .button-outer .form-check-inline .form-check-label{font-size: 14px;}
}

@media(max-width: 1399px){
	.banner.login-otp .caption {padding: 170px 0;}
	.banner.login-otp h2 {font-size: 48px;}
}

@media(max-width: 1359px){
	.banner.login-otp .caption {padding: 150px 0;}
	.banner.login-otp h2 {font-size: 44px;}
	.login-form-innr p, .msme__registration_content p{font-size: 18px;}
	.banner.login-otp .container-inner .login-form {width: 60%;}
}

@media(max-width: 1199px){
	.login-form-innr p{font-size: 14px;}
	.login-form-innr p.small-text {font-size: 12px;}
	.button-outer .button {padding: 15px 25px;}
	.resend-timer{font-size: 14px;}
	.banner.login-otp h2 {font-size: 36px;}
	.banner.login-otp .caption {padding: 130px 0 200px;}
	.banner.login-otp .caption p {max-width: 400px;font-size: 20px;}
	#login_verify_otp .button-outer .form-check-inline .form-check-label{font-size: 14px;}
}

@media(max-width: 1024px){
	.banner.login-otp .caption{padding: 120px 0;}
}

@media(max-width: 959px){
	.banner.login-otp .caption {padding: 70px 0;margin-right: 4%;}
	.banner.login-otp h2 {font-size: 30px;}
	.site-footer .container-inner, .container-inner {/*padding: 0 0px;*/}
}

@media(max-width: 768px){
	.banner.login-otp .caption {max-width: 100%;padding: 110px 0 40px;}
	.banner.login-otp .container-inner .login-form {width: 100%;padding: 0px 0 150px;}	
}

@media(max-width: 767px){
	.banner.login-otp .caption {padding: 40px 0;}
	.banner.login-otp .container-inner .login-form{padding: 0px 0 50px;}
	.banner.login-otp h2 {font-size: 24px;}
	.banner.login-otp .caption p {max-width: 100%;font-size: 18px;}
	.banner.login-otp{background-size: cover; margin-bottom: 30px;}
	.msme-select-btn{font-size: 18px;}
}

@media(max-width: 480px){
	.msme-select-btn {font-size: 16px;}
}
@media(max-width: 479px){
	.login-form-innr p, .msme__registration_content p{font-size: 15px;}
}

.sign-account .login-form-innr, .msme-customer-application{padding: 40px 30px 40px;}
.login-form-innr h4, .msme-customer-application h4{font-size: 24px; font-family: 'Quicksand', sans-serif; font-weight: 700;text-align: center; margin-bottom: 10px;}
.email{position:relative;}
.customer{border-top: solid 1px rgba(0,0,0,0.3);padding-top: 20px; margin-top: 30px;}
.customer p a{color: #ff8110;position: relative;display: inline-block;text-decoration: none;}
.customer p a:after{content: ""; display: block; height: 1px; width: 100%; background: #ff8110;position: absolute; bottom: -1px;}
.customer p a:hover:after{display: none;}
.aplication-form{box-shadow: 5px 5px 90px rgba(0, 0, 0, 0.13); padding: 40px; border-radius: 10px;}
.customer-application{margin-bottom: 200px;}
.customer-application h2{margin-bottom: 40px; text-align: center;font-size: 36px;font-weight: 600;color: #333;}
.customer-application .button-outer{max-width: 70%; margin-left: auto; margin-right: auto;position:relative;}

.email .message-data, .aplication-form .message-data{position:absolute; left: 15px; bottom: 5px;}
.message-data, .msg-response{font-weight: 500; font-size:12px;}
.error-mesage, .msg-response{color: #ff4243;}
.success-mesage{color: #007e34;}
.login-form-innr .button-outer{position:relative;}
.login-form-innr .button-outer .msg-response, .customer-application .button-outer .msg-response{position:absolute; left: 15px; bottom: -20px;}
.company-name, .customer-name, .phone-number, .email, .phone{position:relative;}


@media(max-width: 1900px){
	.customer-application h2{font-size: 30px;}
}

@media(max-width: 1680px){
	.customer-application h2{font-size: 28px;}
}

@media(max-width: 1399px){
	.customer-application h2{font-size: 24px;}
	.text-field{font-size: 16px;height: 50px;padding: 0 25px 0 58px;}
	.company-name .text-field{background-size: 16px auto;}
	.customer-name .text-field{background-size: 18px auto;}
	.phone-number .text-field{background-size: 14px auto;}
	.email .text-field{background-size: 20px auto;}
	.login-form-innr p{font-size: 15px;}
	.login-form-innr h4, .msme-customer-application h4{font-size: 20px;margin-bottom: 10px;}
}

@media(max-width: 1024px){
	.customer-application h2{font-size: 20px; margin-bottom: 25px;}
	.text-field{font-size: 14px;height: 44px; padding: 0 20px 0 55px;}
	.company-name .text-field{background-size: 16px auto;}
	.customer-name .text-field{background-size: 18px auto;}
	.phone-number .text-field{background-size: 14px auto;}
	.email .text-field{background-size: 20px auto;}
	.login-form-innr p{font-size: 14px;}
	.customer-application .button-outer{max-width: 100%;}
	.login-form-innr h4 {font-size: 18px;margin-bottom: 5px;}
	.text-field{margin-bottom: 15px;}
	.login-form-innr .button-outer .button {padding: 15px 20px;}
	.customer{padding-top: 12px; margin-top: 20px;}
	.sign-account .login-form-innr {padding: 25px 25px 25px;}
	.aplication-form{padding: 25px;}
	.customer-application {margin-bottom: 0px;}

}

@media(max-width: 768px){
	.login-form-innr p{max-width: 100%;}
}

@media(max-width: 479px){
	.login-form-innr h4, .msme-customer-application h4{font-size: 16px;}
	.sign-account .login-form-innr, .msme-customer-application {padding: 15px 15px 15px;}
	.msme-select-btn {font-size: 14px;}
}


.does-it-work-banner{background: url(../images/banner-does-it-work.jpg) no-repeat top center; height: 400px; display: flex; align-items: center; justify-content: center; background-size: 100% auto; background-repeat: no-repeat;}
.does-it-work-banner .container-inner{padding-top: 0px;}
.banner.does-it-work-banner .banner-content{position: relative;}
.banner.does-it-work-banner .caption {max-width: 100%;}
.banner.does-it-work-banner .caption h2{/*font-family: 'Poppins', sans-serif;*/ font-family: 'Quicksand', sans-serif; font-size: 70px;}
.banner.does-it-work-banner p{max-width: 100%; font-size: 20px;/*font-family: 'Poppins', sans-serif;*/ font-family: 'Quicksand', sans-serif;}
.banner.does-it-work-banner .banner-content{/*min-height: 590px;*/}
.banner.does-it-work-banner .caption {padding: 10px 0 10px;}
.banner.does-it-work-banner .banner-content{background: transparent;}

@media(max-width: 1359px){
	.banner.does-it-work-banner .caption{padding: 10px 0 10px;}
	.content-para h3{font-size: 30px;}
}

@media(max-width: 1199px){
	.does-it-work-banner{height: 280px;}
}

@media(max-width: 1024px){
	.banner.does-it-work-banner .caption{padding: 10px 0 10px;}
	.banner.does-it-work-banner .caption h2{font-size: 30px;margin-bottom: 12px;}
	.banner.does-it-work-banner p{font-size: 16px;}
	.banner.does-it-work-banner .banner-content {/*min-height: 450px;*/}	

}

@media(max-width: 959px){
	.does-it-work-banner{height: 200px;}
}

@media(max-width: 768px){
	.does-it-work-banner{background-size: auto;}
	.banner.does-it-work-banner .caption{/*padding-top: 140px;*/}
}

@media(max-width: 767px){
	.does-it-work-banner{height: 160px;}
	.banner.does-it-work-banner .banner-content {}
	.banner.does-it-work-banner .caption {padding:10px 0 10px;}
	.banner.does-it-work-banner p{font-size: 12px;}
	.banner.does-it-work-banner .caption h2{margin-bottom: 0; font-size: 24px;}
}

@media(max-width: 480px){
	.does-it-work-banner{height: 100px;}
}

.content-para{text-align: center; padding-bottom: 100px;}
.content-para h3{font-size: 36px;font-weight: 600;color: #333;}
.content-para h3:after{left: 50%;margin-left: -30px;}
.does-it-work-product{margin-top: 30px; }
.product-grid-item{width: 100%;}
.product-grid-item ul{list-style: none;display: flex;margin-top: 100px; align-items: flex-start; flex-flow: row wrap;justify-content: space-between;}
.product-grid-item ul li{width: 20%; position: relative;counter-increment: inst;}
.product-grid-item ul li:after{content: counter(inst); font-size: 80px;
    position: absolute;
    top: -130px;
    right: -12px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.30);
    color: #fff;
    -webkit-text-stroke: 2px #428eec;
    font-family: arial;
    font-weight: bold;
}
.product-grid-item ul li .product-item-innr{border: solid 1px rgba(0, 0,0, 0.13);transition: all .5s cubic-bezier(.68,-.55,.265,1.55);background: #fff; border-radius: 25px; padding: 15px; text-align: center; position: relative;}
.product-grid-item ul li .product-item-innr:hover{box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.26);}
.product-grid-item ul li:before{content: ""; display: block;width: 341px; height: 341px; background: #428eec; border-radius: 100%; position: absolute; top: -100px; left: 50%; transform: translateX(-50%);}
.product-grid-item ul li .product-item-innr .product-icon{position: relative; top: -75px;margin-bottom: -50px;margin-left: auto; margin-right: auto;}
.product-grid-item ul li .product-item-innr .product-name{margin-bottom: 15px;}
.product-grid-item ul li .product-item-innr .product-name h4{font-size: 20px; font-weight: 700;}
.product-grid-item ul li .product-item-innr .product-name h4 a{color: #000; text-decoration: none;}
.product-grid-item ul li .product-item-innr .product-description{}
.product-grid-item ul li .product-item-innr .product-description p{font-size: 14px;}
.product-grid-item ul li:before{width: 220px; height: 220px;margin-left: 20px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.22);}
.product-grid-item ul li:nth-child(2):before{background: #305997;}
.product-grid-item ul li:nth-child(3):before{background: #a9adb2;}
.product-grid-item ul li:nth-child(4):before{background: #90b7ff;}

@media(max-width: 1680px){
	.product-grid-item ul li:before{width: 220px; height: 220px; top: -100px;}
	.product-grid-item ul li{width: 20%;}
	.product-grid-item ul li .product-item-innr .product-icon{max-width: 60%; top: -60px;}
}

@media(max-width: 1399px){
	.product-grid-item ul li .product-item-innr .product-name h4{font-size: 16px;}
	.product-grid-item ul li .product-item-innr .product-name {margin-bottom: 10px;}
	.product-grid-item ul li .product-item-innr .product-icon{max-width: 50%;}
	.product-grid-item ul li:after{right: 0;}
}

@media(max-width: 1359px){
	.product-grid-item ul li:after{font-size: 68px;top: -120px;right: 0px;}
}

@media(max-width: 1024px){
	.product-grid-item ul li:before {width: 150px;height: 150px;top: -70px;}
	.product-grid-item ul li:after{top: -98px;}
	.content-para{padding-bottom: 60px;}
	.content-para h3{font-size: 30px;}
	.does-it-work-product {margin-top: 40px;}
}

@media(max-width: 768px){
	.product-grid-item ul li {width: 46%;margin-bottom: 150px;}
	.product-grid-item ul li:before {width: 180px;height: 180px;top: -90px;}
	.product-grid-item ul li:after{font-size: 60px;right: 20px;}
	.product-grid-item ul li:nth-child(3), .product-grid-item ul li:nth-child(4){margin-bottom: 0;}
}

@media(max-width: 767px){
	.product-grid-item ul li {width: 100%;margin-bottom: 120px;}
	.product-grid-item ul li:nth-child(3){margin-bottom: 120px;}
	.product-grid-item ul li:nth-child(4){margin-bottom: 40px;}
	.product-grid-item ul li:after{font-size: 48px;right: 50%;margin-right: -100px;-webkit-text-stroke: 1px #428eec;}
	.product-grid-item ul li .product-item-innr{margin-bottom: 40px;box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.22);}
	.content-para h3 {font-size: 24px;}
}


.blog-banner{background: url(../images/banner-blog.png) no-repeat top center; background-size: 100% auto; background-repeat: no-repeat;}
.blog-banner .banner-content{position: relative;}
.blog-banner .caption {max-width: 100%;}
.blog-banner .caption h2{/*font-family: 'Poppins', sans-serif;*/font-family: 'Quicksand', sans-serif;}
.blog-banner p{max-width: 100%; font-size: 20px;/*font-family: 'Poppins', sans-serif;*/ font-family: 'Quicksand', sans-serif;}
.blog-banner .banner-content{min-height: 590px;}
.blog-banner .caption {padding: 150px 0 170px;}
.blog-banner .banner-content{background: transparent;}
.blog-product-outer{}
.blog-product-innr{position: relative;}
.blog-product-innr:before{position: absolute; left:0; top:50%; margin-top: -345px; content: "";width: 215px; height: 689px; background: url(../images/blog-before.jpg) no-repeat;}
.blog-product-innr:after{position: absolute; right:0; top:-100px; content: "";width: 162px; height: 654px; background: url(../images/blog-after.jpg) no-repeat;}

@media(max-width: 767px){
	.blog-banner .banner-content {min-height: 100px;}
	.blog-banner .caption {padding: 20px 0 100px;}
	.blog-banner p{font-size: 12px;}
}

.blog-grid-item ul{display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-start;margin-right: -1%; margin-left: -1%;}
.blog-grid-item ul li{width: 31.33%; margin-right: 1%; margin-left: 1%;list-style: none;margin-bottom: 115px;}
.blog-grid-item ul li .btn{font-family: 'Quicksand', sans-serif; font-weight: 400;}
.blog-grid-item ul li .product-image{margin-bottom: 30px;}
.blog-grid-item ul li .product-date{background: url(../images/calender.png) no-repeat; margin-bottom: 15px; padding-left: 32px;}

.blog-product-outer .asPaginator li{border: 0; margin: 0 4px;}
.blog-product-outer .asPaginator li:first-child {border-left: 0;}
.blog-product-outer .asPaginator li a {
    padding: 0;
    color: #000;
    width: 40px;
    height: 40px;
    border: solid 1px #cdcdcd;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-family: 'Quicksand', sans-serif; font-weight: 600;
    cursor: pointer;
}
.blog-product-outer .asPaginator .asPaginator_active{background: transparent;}
.blog-product-outer .asPaginator .asPaginator_active a{background: #14305b; color: #fff;}
.blog-product-outer .asPaginator li.asPaginator_ellipsis a{line-height: 30px;}
.asPaginator{text-align: center;}
.asPaginator ul{display: inline-block;}
.blog-product-outer .asPaginator li.asPaginator-prev a{background: url(../images/prev-icon.png) no-repeat center;font-size: 0;cursor: pointer;}
.blog-product-outer .asPaginator li.asPaginator-prev:hover a{background: url(../images/prev-icon-h.png) no-repeat center #14305b;}
.blog-product-outer .asPaginator li.asPaginator-prev.asPaginator_disable a{cursor: default;}
.blog-product-outer .asPaginator li.asPaginator-next a{background: url(../images/next-icon.png) no-repeat center;font-size: 0;cursor: pointer;}
.blog-product-outer .asPaginator li.asPaginator-next:hover a{background: url(../images/next-icon-h.png) no-repeat center #14305b;}

.blog-product-outer .asPaginator li.asPaginator-next.asPaginator_disable a{cursor: default;}
.blog-product-outer .asPaginator li:hover a{background: #14305b; color: #fff;}
.blog-grid-item{margin-top: 80px;}

@media(max-width: 1799px){
	.blog-product-innr:before{width: 120px;height: 400px;background-size: 100% auto;margin-top: -200px;}
	.blog-product-innr:after{width: 100px; height: 410px;background-size: 100% auto;top: -40px;}
}

@media(max-width: 1680px){
	.blog-product-innr:before{width: 90px; height: 300px;margin-top: -150px;}
	.blog-product-innr:after{width: 70px; height: 290px;}
}

@media(max-width: 1399px){
	.blog-product-innr:before {width: 50px;height: 166px;margin-top: -83px;}
	.blog-product-innr:after {width: 44px;height: 180px;top: -100px;}
	.blog-grid-item {margin-top: 40px;}
}

@media(max-width: 1199px){
	.blog-product-innr:before {display: none;}
	.blog-product-innr:after {display: none;}
	.blog-banner .caption h2{font-size: 36px;}
	.blog-banner .caption {padding: 120px 0 170px;}
	.blog-banner p{font-size: 16px;}
	.blog-grid-item {margin-top: 0px;}
	.blog-banner .banner-content {min-height: 500px;}
}

@media(max-width: 1024px){
	.blog-banner .caption h2 {font-size: 32px; margin-bottom: 15px;}
	.blog-grid-item ul li .product-image {margin-bottom: 20px;}
	.blog-grid-item ul li .btn-outer {margin-top: 25px;}
	.blog-grid-item ul li{margin-bottom: 60px;}
}

@media(max-width: 768px){
	.blog-banner .caption h2 {font-size: 24px; margin-bottom: 10px;}
	.blog-banner .caption {padding: 90px 0 170px;}
	.blog-banner{background-size: cover;}
	.blog-banner .banner-content {min-height: 400px;}
	.blog-grid-item {margin-top: 60px;}
}

@media(max-width: 767px){
	.blog-grid-item ul li{width: 48%;}
	.blog-banner .caption {padding: 40px 0 140px;}
	.blog-banner .banner-content {min-height: 310px;}
}

@media(max-width: 480px){
	.blog-grid-item ul{margin-right: 0;margin-left: 0;}
	.blog-grid-item ul li{width: 100%;}
	.blog-grid-item ul li .product-image img{width: 100%; height: auto;}
}

.error-message {
	color: red;
	padding: 3px 0;
	display: inline-block;
}

.success-message {
	color: green;
	padding: 3px 0;
	display: inline-block;
}

#resend_otp {
	float: right;
	margin-bottom: 25px;
	font-size: 14px;
	text-decoration: none;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 40px;
    background-color: #ff8110;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.successfully{text-align: center; font-weight: 700; color: green; margin-top: 20px;}

/* faq */
.faq-banner{background: url(../images/faq-bg.jpg) no-repeat top center; background-size: 100% auto; background-repeat: no-repeat;}
.faq-banner .banner-content{position: relative;}
.faq-banner .caption {max-width: 100%;}
.faq-banner .caption h2{/*font-family: 'Poppins', sans-serif;*/ font-family: 'Quicksand', sans-serif;}
.faq-banner p{max-width: 100%; font-size: 20px;/*font-family: 'Poppins', sans-serif;*/ font-family: 'Quicksand', sans-serif;}
.faq-banner .banner-content{/*min-height: 590px;*/}
.faq-banner .caption {padding: 190px 0 190px;}
.faq-banner .banner-content{background: transparent;}
.faq-product-outer .container{padding-top: 130px;}

@media(max-width: 767px){
	.faq-banner .banner-content {min-height: 100px;}
	.faq-banner .caption {padding: 20px 0 100px;}
	.faq-banner p{font-size: 12px;}
}

.faq-product-innr{position: relative;}
.faq-product-innr:before{position: absolute; left:0; top:0; margin-top: 400px; content: "";width: 258px; height: 600px; background: url(../images/faq-before.jpg) no-repeat;}
.faq-product-innr:after{position: absolute; right:0; top:30px; content: "";width: 162px; height: 654px; background: url(../images/blog-after.jpg) no-repeat;}

@media(max-width: 1799px){
	.faq-product-innr:before{width: 200px;height: 470px;background-size: 100% auto;margin-top:200px;}
	.faq-product-innr:after{width: 100px; height: 410px;background-size: 100% auto;top: 30px;}
}

@media(max-width: 1680px){
	.faq-product-innr:before{width: 90px; height: 210px;margin-top:210px;}
	.faq-product-innr:after{width: 70px; height: 290px;}
}

@media(max-width: 1399px){
	.faq-product-innr:before {width: 70px;height: 166px;margin-top: 200px;}
	.faq-product-innr:after {width: 44px;height: 180px;/*top: -100px;*/}
	.faq-product-outer .container {padding-top: 60px;}
}

@media(max-width: 1199px){
	.faq-product-innr:before {display: none;}
	.faq-product-innr:after {display: none;}
}

@media(max-width: 1024px){
	.faq-banner .caption {padding: 120px 0 120px;}
}

@media(max-width: 768px){
	.faq-banner .caption {padding: 60px 0 60px;}
}

.accordion {
    padding: 10px;
}
.accordion .accordion-item {
    padding: 30px 0px;
    margin-top: 0px;
    border-bottom: solid 1px rgba(115, 115, 115, 0.6);
    background: #ffffff;
}
.accordion .accordion-item button[aria-expanded=true] {
/*   border-bottom: 1px solid #03b5d2; */
}
.accordion h2 {
position: relative;
display: block;
text-align: left;
width: 100%;
/*    padding: 1em 0; */
color: #000;
font-size: 18px;
font-weight: 400;
border: none;
background: none;
outline: none;
padding: 0px;
line-height: 25px;
margin: 0px;
/*font-family: 'Poppins', sans-serif;*/ font-family: 'Quicksand', sans-serif;
}
.accordion h2:hover,
.accordion h2:focus {
cursor: pointer;
color: #032349;
}
.accordion h2:hover::after,
.accordion h2:focus::after {
cursor: pointer;
color: red;
border: 1px solid #03b5d2;
}
.accordion h2 .accordion-title {
padding: 1em 1.5em 1em 0;
}
.accordion h2 .icon {
display: inline-block;
position: absolute;
top: 2px;
right: 0;
width: 28px;
height: 28px;
border: 0;;
color: #032349;
}
.faq-content {
padding: 80px 0px;
}
.accordion h2 .icon::before {
display: none;
}
.accordion h2 .icon::after {
display: block;
position: absolute;
content: "";
width: 28px;
height: 28px;
background: url(../images/plus-icon.png) no-repeat center;
}
.accordion h2[aria-expanded=true] {
color: #032349;
}
.accordion h2[aria-expanded=true] .icon::after {
width: 28px; height: 28px; display: block;
background: url(../images/minus-icon.png) no-repeat center;
content: "";
}
.accordion h2[aria-expanded=true]+.accordion-content {
opacity: 1;
max-height: 5000px;
transition: all 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content {
opacity: 0;
max-height: 0;
overflow: hidden;
transition: opacity 200ms linear, max-height 200ms linear;
will-change: opacity, max-height;
}
.accordion .accordion-content p {
font-size: 18px;
margin: 0px;
margin-top: 10px;line-height: 30px;
}

.terms-condition{margin-top: 100px;}
.terms-condition .content-para{padding-bottom: 50px;}
.terms-condition .content-para h3:after{display: none;}
.terms-condition .content-para h3{margin-bottom: 0;}
.terms-condition ol{padding-left: 15px;}
.terms-condition ol li{margin-bottom: 50px;}
.terms-condition ol li p{margin-bottom: 20px;}
.terms-condition ol li h5{margin-bottom: 10px;}

@media(max-width: 1680px){
	.accordion h2, .accordion .accordion-content p{font-size: 16px;}
	.accordion .accordion-item{padding: 20px 0px;}
	.accordion h2 .icon::after, .accordion h2[aria-expanded=true] .icon::after,.accordion h2 .icon{background-size: 100% auto; width: 20px;height: 20px;}
	.accordion .accordion-content p {line-height: 24px;}
}

@media(max-width: 768px){
	.accordion h2, .accordion .accordion-content p{font-size: 14px;}
}

.alertify-notifier {
	z-index: 99999 !important;
}

/* msme customer form */
#msme_section .welcome-left-img{display: none;}
#msme_section .welcome-content{width: 100%;}
#msme_section .welcome-right-img{display: none;}
#msme_section .msme-customer-application{margin-bottom: 200px;}
#msme_section .msme-customer-application h2{margin-bottom: 40px; text-align: center;font-size: 36px;font-weight: 600;color: #333;}
#msme_section .msme-organization-type{/*box-shadow: 5px 5px 90px rgba(0, 0, 0, 0.13);*/ padding: 40px; border-radius: 10px; margin: 0 80px;}
#msme_section .init__step_block{text-align: center;}
#msme_section .init__step_block .msme-select-btn{font-size: 24px;}
#msme-organization-list{margin-top: 15px;}
#msme-organization-list ul{list-style: none;max-width: 428px;
    margin: 0 auto;
    background: transparent;
    border-radius: 15px;
}
#msme-organization-list ul li{    
	/*border-bottom: solid 2px #ff8110;*/
    border-radius: 40px;
    background: #666;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 18px 20px;
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 12px;
    cursor: pointer;
}
#msme-organization-list ul li:hover{color: #fff;/*background: #008001;*/}
#msme-organization-list ul li:last-child{border: 0;}
#msme_registration .row{display: flex; align-items: flex-start; justify-content: space-between;margin-bottom: 15px;flex-flow: row wrap;}
#msme_registration .msme_company_btn__group .row, 
#msme_registration .msme_personnel_btn__group .row,
#msme_registration .msme_board_btn__group .row{justify-content: center;}
#msme_registration .row .form-group{width: 48%;position: relative;}
#msme_registration .row .form-group:nth-child(3){width: 100%;margin-top: 40px;text-align: center;}
#msme_registration .form-group label{width: 100%; padding-bottom: 10px; display: block;text-align: left;}
#msme_registration .form-group .form-check label{width: auto; display: inline; padding-bottom: 0;padding-left: 5px;margin-right: 15px;}
#msme_registration .form-group label .text-danger{margin-left: 5px; color: red;}
#msme_registration .form-control{    
	margin-bottom: 0px;
    height: 50px;
    border-radius: 40px;
    font-size: 16px;
    border: 0;
    outline: none;
    padding: 0 20px;
    border: solid 1px rgba(0,0,0,0.32);
    width: 100%;
    color: #333;
    font-family: 'Quicksand', sans-serif;
}
#msme_registration .row .form-group .btn-verify{position: absolute;right: 7px; top: 45px; padding: 5px 20px;}
#msme_registration .row .form-group #aadhar__verify{top: 78px;}
#msme_registration .row .form-group .btn-verify:hover{background-color: #ff8110;}
.btn:disabled{cursor: unset !important;}
#msme_registration .row .form-group .verify_msg{margin-top: 10px;display: block;font-size: 14px; text-align: left;}
#msme_registration textarea.form-control{padding: 13px 20px; font-family: 'Quicksand', sans-serif;min-height: 50px; min-width: 100%;}
#msme_registration .form-group label.beneficial_label{font-size: 24px; font-weight: 600; color: #333; margin-top: 0px;margin-bottom: 25px;}
#beneficial_owner_add_btn[value="Add"]{margin-left: auto; background: #ff8110;margin-right: auto;}
#beneficial_owner_add_btn[value="Add"]:hover{/*background: #ff8110;*/}
#msme_registration .row{display: flex; /*align-items: center; justify-content: center;*/}
#msme_registration .row.col-3{}
#msme_registration .row .btn{margin-left: 5px; margin-right: 5px;}
#msme_registration .row .btn:hover{background-color: #ff8110;}
#msme_registration .row .btn__cancel{background: #909090;}
#msme_registration .row .btn_prev_to__init{background: #ff8110;}
#msme_registration .row .btn__next{background: #ff8110;}
#msme_registration .row .btn__cancel:hover{background:#909090;}
#msme_registration .row .btn_prev_to__init:hover{background: #ff8110;}
#msme_registration .row .btn__next:hover{background: #ff8110;}
#company__pan:focus, #company__gst:focus, #authorized_personnel_pan_number:focus{text-transform: uppercase;}
#msme_registration .row .form-group #msms_upload__file{padding-top: 15px; padding-bottom: 15px;}

#beneficial_owner_tbl, #authorize_personnel_tbl{margin: 0px 0; text-align: center; width: 100%;}
#beneficial_owner_tbl th, #authorize_personnel_tbl th{border-bottom: solid 1px #898989; padding: 15px; font-weight: 400;}
#beneficial_owner_tbl td, #authorize_personnel_tbl td{padding: 15px;}
#msme_registration .row.col-1 .form-group{width: 100%;text-align: center;}
#msme_registration .row .btn.benificial__remove_btn{background: red;}
#msme_registration .row.company__benficials{background: rgba(54, 140, 55, 0.1);padding: 20px 0;border-radius: 10px;justify-content: center;}
#msme_registration .row.company__benficials .form-group{width: 40%;text-align: left;margin-top: 0;margin-left: 15px;margin-right: 15px;}
#msme_registration .row.company__benficials .form-group:last-child{width: auto;padding-top: 25px; margin-left: 0px;}
#msme_registration .row.company__benficials .form-group:first-child{width: 100%; text-align: center;}
#msme_registration .row.company__benficials .form-group label{height: auto; margin-bottom: 0px;}
#msme_registration .row .form-group .form-check{margin-bottom: 10px; text-align: left;}
#msme_registration .row .form-group .form-check:last-child{margin-bottom: 0;}
#msme_registration .row .form-group .form-check.personnel_voter__block #voter__verify{right: 0; bottom: 0;top: auto;}
#msme_registration .row.col-1 .form-group label{font-size: 24px;font-weight: 600;}
#msme_registration .row.col-1 .form-group label[for="msme_tc__check"]{font-size: 16px;}
#msme_registration .row.col-1 .form-group label[for="msme_tc__check"] a{color: #ff8110;}
#msme_registration .row.col-1{overflow: auto;}
#msme_board_block .col-2{flex-direction: column;text-align: center;}
#msme_board_block .col-2 #board_sample_file{margin-bottom: 40px;}
#msme_registration #msme_board_block .form-group label{text-align: center;}
.organization__selected, .organization__selected_personnel{font-size: 24px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px; display: block; font-size: 18px;}
#msme_registration .personnel_voter__block .form-control{margin-bottom: 20px;}

@media(max-width: 1600px){
	#authorize_personnel_tbl{font-size: 15px;}
	#authorize_personnel_tbl th{padding: 10px;}
	#msme_registration .row #authorize_personnel_tbl td.btn{padding: 10px 25px;}
	#msme_registration .row .form-group .btn-verify{top: 42px;}
}

@media(max-width: 1199px){
	#msme_registration .row.col-1 .form-group label[for="msme_tc__check"] {font-size: 15px;}
	#msme_registration .row .form-group #aadhar__verify {top: 72px;}
}

@media(max-width: 959px){
	#msme_section .msme-customer-application h2{font-size: 28px;margin-bottom: 25px;}
	#msme_registration .row.company__benficials{padding: 40px 20px;margin-bottom: 0;}
	#msme_registration .row.company__benficials .form-group label {height: auto;}
	#msme_registration .form-control{padding: 0 20px;font-size: 15px;height: 44px;}
	#msme_registration .row.company__benficials .form-group{width: 44%;margin-left: 10px;margin-right: 10px;}
	#msme_registration .row.company__benficials .form-group:last-child{padding-top: 25px;margin-left: 0px;}
	#msme_registration .form-group label.beneficial_label{margin-bottom: 15px;}
	#msme_registration textarea.form-control{padding: 15px 20px;}
	#msme_registration .row .form-group .btn-verify {top: 44px;font-size: 12px; padding: 5px 20px;}
	#msme_registration .row .form-group #msms_upload__file {padding-top: 10px; padding-bottom: 10px;}
}

@media(max-width: 768px){	
	#msme_registration .form-group label{margin-bottom: 7px;}
	#msme_registration .row .form-group .btn-verify{top: 48px;}
}
@media(max-width: 767px){
	#msme_section .msme-organization-type{margin: 0 20px;}
	#msme_registration .row.col-1 .form-group label{font-size: 18px;}
	#msme_registration .row{margin-bottom: 0px;}
	#msme_registration .row.col-1 .form-group label{padding-bottom: 0;}
	#msme_registration .form-group label{padding-bottom: 0;}
	#msme_registration .row .form-group {width: 100%;margin-bottom: 15px;}
	#msme_section .msme-customer-application h2{font-size: 24px;}
	#msme_section .msme-organization-type{margin: 0 0px;}
	#msme_registration .row.company__benficials {padding: 30px 20px;margin-bottom: 15px;}
	#msme_registration .row .form-group .btn-verify{top: 34px;}
	#msme_registration .row.company__benficials .form-group{width: 100%;}
	#msme_registration .row.company__benficials .form-group label{margin-bottom: 5px;}
	#beneficial_owner_tbl tr th, 
	#authorize_personnel_tbl tr th{display: none;}
	#beneficial_owner_tbl, 
	#beneficial_owner_tbl tbody, 
	#beneficial_owner_tbl tr, 
	#beneficial_owner_tbl td,
	#authorize_personnel_tbl, 
	#authorize_personnel_tbl tbody, 
	#authorize_personnel_tbl tr, 
	#authorize_personnel_tbl td{display: block;width: 100%;}
	#beneficial_owner_tbl tr:nth-child(odd),
	#authorize_personnel_tbl tr:nth-child(odd){ background-color: #f8f8f8;}
	#beneficial_owner_tbl tr td,
	#authorize_personnel_tbl tr td{ padding-left: 50%; text-align: left; position: relative;}
	#beneficial_owner_tbl tr td:before,
	#authorize_personnel_tbl tr td:before{
		content: attr(data-th);
	    position: absolute;
	    left: 0;
	    width: 50%;
	    padding-left: 15px;
        padding-right: 15px;
	    box-sizing: border-box;
	    font-size: 13px;
	    text-align: left;
	}	
	#beneficial_owner_tbl, 
	#beneficial_owner_tbl tbody, 
	#beneficial_owner_tbl tr, 
	#beneficial_owner_tbl td,
	#authorize_personnel_tbl, 
	#authorize_personnel_tbl tbody, 
	#authorize_personnel_tbl tr, 
	#authorize_personnel_tbl td{display: block;width: 100%;}
	#beneficial_owner_tbl tr td:last-child,
	#authorize_personnel_tbl tr td:last-child{text-align: left;}
	.session-history tr:nth-child(2) td:first-child{margin-bottom: 10px;}
	#beneficial_owner_tbl tr,
	#beneficial_owner_tbl tr{padding-top: 10px;padding-bottom: 10px;}
	#msme_registration .row .btn.benificial__remove_btn {margin-left: 0;padding: 5px 15px;}
	#msme_registration .row .form-group #aadhar__verify {top: 62px;}
	#msme_registration .personnel_voter__block .form-control {margin-bottom: 15px;}
}
@media(max-width: 480px){
	#msme-organization-list ul{max-width: 230px;}
	#msme-organization-list ul li{font-size: 15px; padding: 12px 15px;line-height: 16px;margin-bottom: 5px;}
	.welcome-content{margin-top: 15px;}
	.sign-account .login-form-innr, .msme-customer-application {padding: 20px 20px 20px;}
	.login-form-innr h4, .msme-customer-application h4{font-size: 18px;}
	.organization__selected, .organization__selected_personnel{font-size: 14px;}
}

@media(max-width: 479px){
	#msme_registration .msme_company_btn__group .row, #msme_registration .msme_board_btn__group .row{flex-direction: column;}
	#msme_registration .form-group label.beneficial_label{font-size: 20px;}
	#msme_registration .row.company__benficials .form-group {width: 100%;margin-left: 0px;margin-right: 0px;}
	#msme_registration .row.company__benficials .form-group:last-child{padding-top: 5px;margin-bottom: 0;}
	#msme_registration .form-group label.beneficial_label {margin-bottom: 0px;}
	#msme_registration .row .btn_prev_to__init, #msme_registration .row .btn_prev_to__third{margin-bottom: 10px; margin-top: 10px;}
	
}

/* terms-conditions */
.terms-conditions-outer{padding: 0px 0;}
.terms-conditions-outer h2{margin: 40px 0 20px;}
.terms-conditions-outer p, .cookie-wrapper p{margin-bottom: 15px;}
.terms-conditions-outer ol{margin: 30px 0;padding-left: 40px; list-style: disc;}
.terms-conditions-outer ol li{margin-bottom: 15px;}
.terms-conditions-outer h6{margin-top: 40px;}
.term-wrapper, .pryvacy-policy, .cookie-wrapper{padding: 80px 0 80px;}
.term-wrapper h4, .pryvacy-policy h4, .cookie-wrapper h4{line-height: 1.2; margin-bottom: 0.5rem;}
.term-wrapper h1, .pryvacy-policy h1, .cookie-wrapper h1{margin-bottom: 1.5rem;font-size: 2.5rem;line-height: 1.2;}
.term-wrapper ul, .term-wrapper ol, .pryvacy-policy ul, .pryvacy-policy ol, .cookie-wrapper ul, .cookie-wrapper ol{list-style: none;padding-left: 2rem;}
.inner-banner-content{position: relative;}
.inner-banner-content .banner-tittle{position: absolute; background: radial-gradient(rgba(0,0,0,.54), transparent); display: flex; align-items: center; justify-content: center; top: 0; right: 0; bottom: 0; left: 0;}
.inner-banner-content .banner-tittle .display-8{color: #fff;margin-bottom: 0;background: rgba(0, 0, 0, .5);padding: 0px 10px; border-radius: 7px;}
.inner-banner-content .banner-tittle .display-1{color: #fff;margin-bottom: 0;}
.terms-conditions-outer .inner-banner, .privacy-policy-outer .inner-banner, .cookie-outer .inner-banner{/*height: auto !important;*/}
.term-wrapper ul.bulet, .term-wrapper ol.bulet, .pryvacy-policy ul.bulet, .pryvacy-policy ol.bulet, .cookie-wrapper ul.bulet, .cookie-wrapper ol.bulet{list-style: disc;}
.terms-conditions-outer .inner-banner{background: url(../images/terms-banner.jpg) no-repeat top center;position: relative;}
.privacy-policy-outer .inner-banner{background: url(../images/privacy-banner2.jpg) no-repeat top center;position: relative;}
.cookie-outer .inner-banner{background: url(../images/cookie-banner.jpg) no-repeat top center;position: relative;}
.terms-conditions-outer .inner-banner img, .privacy-policy-outer .inner-banner img, .cookie-outer .inner-banner img{display: none !important;}
.terms-conditions-outer .inner-banner:after, .privacy-policy-outer .inner-banner:after, .cookie-outer .inner-banner:after{z-index: 0;background: rgba(0, 0, 0, 0.2);content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.terms-conditions-outer .inner-banner .banner-tittle, .privacy-policy-outer .inner-banner .banner-tittle, .cookie-outer .inner-banner .banner-tittle{z-index: 1;}

/* new change 18.10.22 */
.card-logo{background: #fff;padding: 0px 10px;border-radius: 5px;margin: 0 0px;}
.card-logo img{max-width: 80px; height: auto;vertical-align: middle;}
.add-content-img{margin-bottom: 40px; text-align: center;}
.welcome-list{list-style: none;overflow: hidden;}
.welcome-list li{vertical-align: middle;margin-bottom: 10px;position: relative; padding-left: 36px;}
.welcome-list li:before{position: absolute; left: 0;content: ""; background: url(../images/list-icon.png) no-repeat center; display: inline-block; width: 25px; height: 25px;margin-right: 10px;background-size: 25px auto;vertical-align: middle;}

@media(max-width: 767px){
	.welcome-list li{padding-left: 30px;}
	.card-logo{margin: 0 0px;}
}

/* about page */
.welcome-outer{overflow: hidden;}
.welcome-outer-about{padding-top: 0;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.align-items-start {align-items: flex-start !important;}
.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}
.padding-gap{padding-bottom: 100px; padding-top: 100px;}
.gray-bg{background-color: rgba(215, 215, 207, 0.4) !important;}
.about-goal{ position: relative; }
.about-goal .left-content{/*max-width: 50%; background: rgba(255, 255, 255, 0.8); padding: 150px 80px;position: static;*/}
.about-goal .left-content .welcome-list li{margin-bottom: 40px;}
.about-goal .left-content .welcome-list li:last-child{margin-bottom: 0px;}
.about-goal .welcome-list li{padding-left: 0;}
.about-goal .welcome-list li:before{display: none;}

.about-our-team{}
.about-our-team .content{display: flex; justify-content: space-between; align-items: center;}
.about-our-team .left-content{}
.col-lg-6 h2{font-size: 2.5rem;font-weight: 700; line-height: 1.2;margin-bottom: 1.5rem;}
.col-lg-6 p{font-size: 18px;line-height: 1.5;margin-bottom: 1.5rem;text-align: justify;}
.text-wrap-right{padding-left: 40px;}
.text-wrap-left{padding-right: 40px;}

@media(max-width: 1399px){
	.padding-gap {padding-bottom: 80px; padding-top: 80px;}
}

@media(max-width: 1199px){
}

@media(max-width: 959px){
	
}

@media(max-width: 767px){
	
}

/**/
.payment-vendor{position: relative;}
.payment-vendor h2{position: absolute;color: #1c1d87;font-size: 40px;}
.payment-gst{margin: 80px 0;}
.payment-gst .container-div{display: flex; align-items: center; justify-content: space-between;}
.payment-gst .payment-gst-left{width: 30%;}
.payment-gst .payment-gst-right{width: 70%;}
.payment-gst .payment-gst-left ul{margin-bottom: 40px; padding-left: 30px;}
.payment-gst .payment-gst-left ul:last-child{margin-bottom: 0px;}
.payment-gst .payment-gst-left h4{margin-bottom: 15px;}
.add-content-img img{width: 100%; height: auto;}

@media(max-width: 1359px){
	.payment-gst .payment-gst-right {width: 60%;}
	.payment-gst .payment-gst-left {width: 40%;}
	.payment-vendor h2{font-size: 30px;}
}

@media(max-width: 959px){
	.payment-gst .payment-gst-right {width: 50%;}
	.payment-gst .payment-gst-left {width: 50%;}
	.payment-vendor h2{position: relative; text-align: left;}
	.payment-gst .payment-gst-left h4 {margin-bottom: 10px;font-size: 16px;}
	.payment-vendor h2{font-size: 24px;}
}

@media(max-width: 767px){
	.payment-gst .container-div{flex-flow: row wrap;}
	.payment-gst .payment-gst-left {width: 100%;margin-bottom: 40px;}
	.payment-gst .payment-gst-right {width: 100%;}
	.payment-gst {margin: 40px 0;}
	.payment-vendor h2 {font-size: 20px;}
}

.banner-content{color: #333;padding: 15px 0; margin-top: 0px;text-align: center;}
.banner-content h1{color: #333; margin-bottom: 12px;font-weight: 300;line-height: 30px; font-size: 36px;}
.banner-content h1 strong{font-weight: 700; }

.header-right{display: flex; align-items: center;}
.header-right ul{}
.header-right ul li{display: inline-block;}
.header-right ul li a{color: #000; text-decoration: none; padding: 5px 0px; display: inline-block; border-radius: 40px;}
.header-right ul li a:before{content: "/"; margin: 0 10px 0 10px; }
.header-right ul li:first-child a:before{display: none;}
.header-right ul li:hover a{color: #ff8110;}
.header-right ul li:first-child:hover a:after{color: #000;}
.site-head.fixed-header{position: fixed;top: 0;left: 0; right: 0; width: auto; background: #fff;padding: 0;}

.search-btn{background-image: url('../images/srch_icon.png'); width: 24px; height: 24px;margin-right: 40px; cursor: pointer;}
.search-btn:after{content: ""; height: 16px; width: 1px; background: #000; margin-left: 44px; display: inline-block; vertical-align: middle;}
.banner.home-banner{background: transparent;}

@media (max-width: 1199px){
	.search-btn{width: 20px; height: 20px; background-size: 100% auto; margin-right: 34px;}
	.search-btn:after{margin-left: 35px;}
	.product-item-section{padding: 0 80px;}
}

@media (max-width: 767px){
	.banner-content h1{line-height: 30px;font-size: 24px;}
	.banner .video-content h2 {font-size: 20px; line-height: 25px;}
}

@media (max-width: 480px){
	.search-btn{margin-right: 20px;width: 18px; height: 18px;}
	.search-btn:after {margin-left: 30px;}
	.header-right ul li a{padding: 0px 0px;}
}

.coming-soon-page{}
.coming-banner{height: 400px; display: flex; align-items: center; justify-content: center;overflow: hidden;}
.coming-banner img{}
.coming-soon{text-align: center; padding: 90px;}
.login-otp + .banner-content{min-height: 400px;}
.bredcome{display: flex; flex-flow: row; justify-content: flex-start; list-style: none; margin-top: 25px;/*font-weight: bold;*/}
.bredcome li{margin-left: 15px;}
.bredcome li:before{content: ">"; margin-right: 15px;}
.bredcome li a{text-decoration: none;color: #ff8110;}
.bredcome li strong{font-weight: normal;}
.bredcome li:first-child:before{display: none;}
.bredcome li:first-child{margin-left: 0;}

.menu-icon{width: 30px;margin-left: 25px;cursor: pointer; display: none;}
.menu-icon span{display: block; height: 3px; width: 100%; background: #008001; margin-bottom: 5px;}
.menu-icon span:last-child{margin-bottom: 0;}
.custom-select{display: none;}

@media (max-width: 1199px){
	.coming-banner{height: 280px;}
}

@media (max-width: 1024px){
	h5{font-size: 16px;}
}

@media(max-width: 959px){
	.coming-banner{height: 200px;}
}

@media (max-width: 768px){
	.header-right {display: flex;align-items: center; justify-content: space-between;}
	.menu-icon{display: block;}
	.nav{display: none; padding: 10px 25px;position: absolute;left: 0; right: 0; top:100%;z-index: 9;}
	.nav.active{display: block;}
	.site-head .container{position: relative;}
	.nav ul{}	
	.nav ul li{display: block;}
	.nav ul li a{background: #fff;border-radius: 0; font-weight: 700;color: #001a4c;font-size: 15px;display: block;padding: 12px 20px 10px; line-height: 16px;}
	.site-head.fixed-header{position: relative;top: unset;left: unset;right: unset;}
}

@media(max-width: 767px){
	.coming-banner{height: 160px;}
}

@media(max-width: 480px){
	.nav{padding: 0px 20px;margin-top: 10px;}
	.coming-banner{height: 100px;}
}

@media(max-width: 479px){
	.header-right{width: 100%;}
	.menu-icon{margin-left: 0; order: 1;}
	.header-right ul {order: 4;}
	.custom-select{order: 3;}
	.search-content{order: 2; margin-left: auto;}
}

.banner.login-otp + .site-footer{margin-top: 0;}
.comon-banner .container{display: flex;align-items: center; justify-content: center;}
.comon-banner .container, .about-banner{height: 400px;}
.comon-banner h2{font-weight: 700; margin-bottom: 0;}
.comon-banner{background-repeat: no-repeat; background-position:center; background-size: cover;}
.msme-select-btn .fa-arrow-down{display: none;}

.toolstips {
  position: relative;
  display: inline-block;
}
.toolstips i{color: #333;}
.toolstips .tools-content {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.toolstips:hover .tools-content {
  visibility: visible;
}


@media(max-width: 1199px){
	.comon-banner .container, .about-banner{height: 280px;}
	.about-banner h2{margin-bottom: 10px;}
	.about-banner ul{margin-top: 40px;}
}

@media(max-width: 959px){
	.comon-banner .container, .about-banner{height: 200px;}
	.banner.login-otp .container-inner, .about-banner{padding-top: 10px;}
	.about-banner .container-inner{padding-top: 20px;}
}

@media(max-width: 767px){
	.comon-banner .container, .about-banner{height: 160px;}
	.about-banner ul{margin-top: 0px;}
	.header-right ul li a:before{margin: 0 5px 0 2px;}
}

@media(max-width: 480px){
	.comon-banner .container, .about-banner{height: 100px;}
	.banner.login-otp .container-inner{padding-top: 0px;}
	.about-banner .container-inner{padding-top: 0px;}
	.banner.about-banner h2 {margin-bottom: 5px;}
	.banner.about-banner .banner-content{padding: 5px 0;}
	.about-banner ul li {margin-right: 18px;font-size: 10px;margin-left: 5px;}
}

@media(max-width: 480px){
	.about-banner ul li{font-size: 8px;}
}
@media(max-width: 479px){
	.banner.about-banner .caption {padding: 5px 0 0px;}
}

/* contact us page */
.contact-category{    padding: 46px 0 88px;}
.contact-category ul{list-style: none; display: flex; align-items: stretch; justify-content: space-between;}
.contact-category ul li{text-align: center; max-width: 390px; width: 30.33%; background-repeat: no-repeat; background-size: cover; padding: 68px 40px 40px; position: relative;}
.contact-category ul li.location{background-image: url(../images/location-bg.png);}
.contact-category ul li.online-suport{background-image: url(../images/online-suport-bg.png);}
.contact-category ul li.call-us{background-image: url(../images/call-us-bg.png);}
.contact-category ul li .contact-category-icon{height: 93px; display: flex; width: 100%; align-items: center; justify-content: center; margin-bottom: 50px;}
.contact-category ul li h3{color: #fff; margin-bottom: 20px;}
.contact-category ul li p{color: #fff;}
.contact-category ul li:after{background-color: #ff8110; content: ""; position: absolute; top: auto; z-index: 0; left: 0; right: 0; bottom: 0; height: 0; display: block;-moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;}
.contact-category ul li:hover:after{height: 100%; top: 0;}
.contact-category ul li .contact-category-icon, .contact-category ul li .contact-category-content{z-index: 1; position: relative;}
.container-inner{max-width: 1292px;margin: 0 auto;padding: 0;}
 
.contact-form-outer{background: #eaeaea; padding: 78px 0 96px;}
.contact-form-outer + .site-footer{margin-top: 0;}
.contact-form-outer h2{text-align: center; font-size: 42px; font-weight: 500;margin-bottom: 60px;}

#contact-form{margin: 0 auto;}
#contact-form .form-group .form-control{margin-bottom: 0px;
    height: 50px;
    border-radius: 40px;
    font-size: 16px;
    outline: none;
    padding: 0 20px;
    border: solid 1px rgba(0,0,0,0.32);
    width: 100%;
    color: #333;
    font-family: 'Quicksand', sans-serif;
}
#contact-form .form-group textarea.form-control {
    padding: 13px 20px;
    font-family: 'Quicksand', sans-serif;
    min-height: 50px;
    min-width: 100%;
    height: calc(100% - 18px);
    border-radius: 15px;
}
#contact-form .row{display: flex; justify-content: space-between; align-items: stretch;}
#contact-form .row .left-side{padding-right: 30px;width: 50%;}
#contact-form .row .right-side{padding-left: 30px;width: 50%;}
#contact-form .row .form-group{margin-bottom: 18px;}
#contact-form .row .right-side .form-group{height: 100%;}
#contact-form .row #submit{margin-left: auto; margin-right: 0;margin-top: 20px; font-size: 18px; background-color: #ff8110;}
#contact-form .form-group.name .form-control{background-image: url(../images/input-customer.png); background-repeat: no-repeat; background-position: 20px center;padding-left: 55px;}
#contact-form .form-group.email .form-control{background-image: url(../images/input-email-icon.png); background-repeat: no-repeat; background-position: 20px center;padding-left: 55px;}


/* select dropdown */
.subjectpicker{display: none;}
#selectBox{padding-left: 0px;}
#selectBox img, .btn-select img{width: 21px; vertical-align: middle;}
#selectBox li{list-style: none; padding: 5px 20px; cursor: pointer;}
#selectBox li:hover{background-color: #ff8110; color: #fff;}
#selectBox li img{margin: 5px 0;}
#selectBox li span, .btn-select li span{margin-left: 15px;}

/* item list */
.lang-select{position: relative;}
.b{
	display: none;
	width: 100%;box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 10px;
	background: #fff;
	position: absolute;
	top: 100%;z-index: 9;
}
.open{display: show !important;}
.btn-select{
  margin-bottom: 0px;
    height: 50px;
    border-radius: 40px;
    font-size: 16px;
    outline: none;
    padding: 0 20px;
    border: solid 1px rgba(0,0,0,0.32);
    width: 100%;
    color: #333;
    font-family: 'Quicksand', sans-serif;
    background: url(../images/down-arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position-x: calc(100% - 25px) 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}


/* 16-11-22 */
input:disabled, textarea:disabled{opacity: 0.3;}


@media(max-width: 1499px){
	.contact-category ul li{padding: 50px 40px 25px;}
	.contact-category ul li .contact-category-icon{margin-bottom: 25px;}
	.contact-category ul li h3{padding-bottom: 0;}
	.contact-category {padding: 0px 0 40px;}
	.contact-form-outer{padding: 30px 0 50px;}
	.contact-form-outer h2 {font-size: 36px;margin-bottom: 30px;}
}

@media(max-width: 1359px){
	.contact-category ul li h3{font-size: 24px; margin-bottom: 10px;}
	.contact-category ul li .contact-category-icon img{max-width: 80px;}
	.contact-category ul li .contact-category-icon {margin-bottom: 15px;}
}

@media(max-width: 1199px){
	.contact-category ul li {padding: 30px 40px 25px;}
	.contact-form-outer {padding: 0px 0 30px;}
}

@media(max-width: 991px){
	.contact-category ul li .contact-category-icon img {max-width: 60px;}
	.contact-category ul li {padding: 10px 20px 20px;}
	.contact-category ul li h3 {font-size: 20px;}
	.contact-category ul li .contact-category-icon {margin-bottom: 0px;}
}

@media(max-width: 767px){
	.contact-category ul{flex-flow: row wrap;}
	.contact-category ul li{width: 100%; margin: 15px auto; border-radius: 25px;}
	.contact-form-outer {padding: 30px 0 30px;}
	#contact-form .row{flex-flow: row wrap;}
	#contact-form .row .left-side {padding-right: 0px;width: 100%;}
	#contact-form .row .right-side {padding-left: 0px;width: 100%;}
	#contact-form .row #submit{margin-top: 0px;font-size: 14px;}
	.contact-form-outer h2 {font-size: 28px; margin-bottom: 20px;}
}

@media(max-width: 480px){
	.lang-select .btn-select li{display: flex; text-align: left;}
	.lang-select .btn-select li span{line-height: 1; display: inline-block; vertical-align: middle;padding-right: 20px;}
	#selectBox li span, .btn-select li span {margin-left: 12px;}
	#selectBox li{display: flex; text-align: left;}
	#selectBox li span{display: inline-block;}
}

/*loader css for site */
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -45px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*loader css for site */
.sign-account .default-login .text-field{background: url(../images/default-login.png) no-repeat 28px center;}
.sign-account .phone .text-field{background: url(../images/call-icon-new.png) no-repeat 20px center;}

#login_get_otp .form-check-inline{margin-bottom: 10px;}
.cms-inner + .site-footer{margin-top: 0px;}
.double-button-group {display: flex;}
.culumn-btn-group{flex-direction: column;}
.double-button-group.culumn-btn-group .btn + .btn{margin-left: 0; margin-top: 15px;}
.double-button-group .btn{text-align: center; max-width: 400px;}
.double-button-group .btn.learn_more{background: #fff; color: #333; border: 1px solid #5c5c5c; }
.btn.right-arrow .right-arrow-icon {
    content: "";
    display: inline-block;
    width: 22px;
    margin-left: 10px;
    height: 22px;
    background: url(../images/right-arrow.png) no-repeat center;
    vertical-align: middle;
    background-size: 100% auto;
}
.double-button-group .btn.learn_more:hover{background: #008001; color: #fff; border: 1px solid #008001; }
.btn.right-arrow:hover .right-arrow-icon {
    background: url(../images/right-white-icon.png) no-repeat center;
    background-size: 100% auto;
}

@media(max-width: 1399px){
	.btn.right-arrow .right-arrow-icon{width: 16px; margin-left: 10px; height: 16px;}
	.btn.right-arrow:hover .right-arrow-icon{background-size: 100% auto;}
}

.loader-outer{display: flex;align-items: center;justify-content: center;position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.9);z-index: 9;}
.loader{background: #fff; padding: 0 40px 40px; border-radius: 15px; text-align: center;}

.no-gap-down + .site-footer{margin-top: 0px;}

.resources-banner{background: url(../images/resource-banner.jpg) no-repeat top center;}
.case-studies-banner{background: url(../images/case-studies-banner.jpg) no-repeat top center;}

/* coockis */
.cookie-content {border-top: solid 5px var(--primary-bg); /*position: fixed;*/ top: 0; left: 0; padding: 15px 40px; width: 100%; background-color: #161616; z-index: 10000; }
.cookie-content .center { display: flex; align-items: center !important; justify-content: space-between; padding: 0 !important; }
.cookie-content label { }
.cookie-content h3{color: #fff;font-weight: 400;margin-bottom: 0;}
.cookie-content label p { color: #fff;margin-bottom: 0;}
.cookie-content .cookie-btn { display: flex; align-items: center; padding-left: 40px;}
.cookie-content .cookie-btn a.more-info {white-space: nowrap;margin-right: 10px;margin-left: 10px;}
.cookie-content .cookie-btn a.accept-bttn { }
.cookie-content .cookie-btn a.accept-bttn:hover{ }

@media(max-width: 991px){
    .cookie-content .center{flex-direction: column;}
    .cookie-content .cookie-btn{padding-left: 0px;width: 100%; margin-top: 15px;}
    .cookie-content .cookie-btn a.more-info{margin-left: 0px;}
}

@media(max-width: 360px){
    .cookie-content .cookie-btn{flex-direction: column;}
    .cookie-content .cookie-btn a.more-info{margin-bottom: 10px;}
    .cookie-content label p{text-align: center;}
    .cookie-content h3{text-align: center;}
}





