.promo-background {
/* The image used */
  background-image: url("../images/background/header-bg-1.png");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.link {
  color: #26a69a !important;
}


@media screen and (min-width: 800px) {
   .verticalimg{
	position: relative;
    top: 15vh;
}

#main-nav.nav-up {
    top: 0px !important;
}
}


.verticalimg{
	margin-top:25px;
}




.loginbtn{
line-height: 30px;
    
    border: 2px solid #00ab8e;
    background-color: transparent;
    color: #fff;
	margin:0px 10px;
}
.signbtn{
line-height: 30px;
    border-radius: 30px;
    border: 2px solid #00ab8e;
    background-color: #00ab8e;
    color: #fff;
	margin:0px 10px;
}
#main-nav .title {
    width: 140px;
}
.bgwhite{
	
background-color:#fff;
}

	

.iconst{
	display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  box-shadow: 0px 0px 10px 7px #fff;
  font-size:30px !important;
  
}
.mercli{
	width:100% !important;
	padding:20% !important;
	
}
#main-header{
	height:85vh !important;
	min-height: 85vh !important;
}
.bg-main-img{
	background: url('../images/background/header-bg-1.png');background-repeat:no-repeat;
	 background-position: center center;
}
.bg-main-img1{
	background: url('../images/sl7.jpg');background-repeat:no-repeat;background-size:100% 100%  !important;
}
.bg-main-img2{
	background: url('../images/sl8.jpg');background-repeat:no-repeat;background-size:100% 100%  !important;
}
.justi{
	text-align:justify !important;
}
.pb-0{
	padding-bottom:0px !important;
}
.pt-0{
	padding-top:0px !important;
}
.mb-0{
	margin-bottom:0px !important;
}
.mt-0{
	margin-top:0px !important;
}
#main-nav #nav-color{
	opacity:1 !important;
}

.cursor-pointer{
	cursor: pointer;
}

.w-100{
	width:100% !important;
}

#merchant-switcher {
   background-image: url(../images/bg-left.png);
   background-repeat: no-repeat;
   
    left: -70%;
    position: absolute;
    top: 0%;
    width: 70%;
	height:75vh !important;
    z-index: 9999;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	overflow:hidden !important;
	
	 
}



#merchant-switcher.active {
    left: 0;
	

  top: 10vh;
	background-image: url(../images/bg-left.png);
   background-repeat: no-repeat;
	
    background-position: left top;
    background-attachment: fixed;
 
}

#client-switcher {
    background-image: url(../images/bg-right.png);
   background-repeat: no-repeat;
   
    right: -70%;
    position: absolute;
    top: 0%;
    width: 70%;
	height:75vh !important;
    z-index: 9999;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	
	 
}

#client-switcher.active {
    right: 0;
	top: 10vh;
   background-image: url(../images/bg-right.png);
   background-repeat: no-repeat;
  
	
    background-position: right top;
    background-attachment: fixed;
 
}

.border-b{
	border-bottom:0.1px solid;
}

#main-header .header-text{
	    margin-top: 0rem !important;
		margin-right:0px !important;
}

.sticky{
	box-shadow: none !important;
    padding: 0 1rem !important;
    background: none !important;
   
    z-index: 104 !important;
   
    position: static !important;
    top: -50vh !important;
	background-color: #00ab8e !important;
   
}

#main-nav {
	transition:none !important;
}

.vertical-align-img{
	margin-top:30% !important;
}

.bottom-p{
	padding: 0px 18%;
}

.align-width{
	max-width: 63% !important;
}

.margin-top-10{
	margin-top:10vh !important;
}

.vw-left-50{
	left: 50vw;
}
.vw-left-25{
	left: 25vw;
}
.m-l-0{
	margin-left:0px !important;
}
.m-r-0{
	margin-right:0px !important;
}

#copy-rights p{
	text-align:right !important;
}

.pl-15{
padding-left:25px !important;	
}

.pr-15{
	padding-right:25px	 !important;
}

.hide{
	display:none ;
}

.show{
	display:block !important ;
}

#main-header .description {
    color: inherit;
    padding: 10px 0px !important
}


#merchant-switcher-mobile {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    left: -100%;
    position: fixed;
    bottom: 0%;
    width: 100%;
	height:100vh !important;
    z-index: 9999;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	
	 
}



#merchant-switcher-mobile.active {
    left: 0;
	z-index: 9999;

   bottom: 0%;
 background: rgba(0,171,142,1) none repeat scroll 0 0;
	
    background-position: left top;
    background-attachment: fixed;
 
}

#client-switcher-mobile {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    right: -100%;
    position: fixed;
    bottom: 0%;
    width: 100%;
	height:100vh !important;
    z-index: 9999;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
	
	 
}

#client-switcher-mobile.active {
    right: 0;
	
z-index: 9999;
  bottom: 0%;
 background: rgba(0,171,142,1) none repeat scroll 0 0;
	
    background-position: right top;
    background-attachment: fixed;
 
}

.right-align{
	left:90vw !important;
}

.mb-30{
	margin-bottom:40px !important;
}
.mb-31{
	margin-bottom:30px !important;
}

.SM{
	width:50vw !important;
	height:85vh !important;
}

.SC {
	width:50vw !important;
	height:85vh !important;
}

.FS-30{
	font-size:30px !important;
}
.right-align-per {
    left: 95%;
}

.MB-0{
	margin-bottom:0px !important;
}

.btn{
	text-decoration: none;
  
    background-color: #00ab8e !important;
    text-align: center;
    letter-spacing: .5px;
    transition: background-color .2s ease-out;
    cursor: pointer;
	font-size: 1.1rem !important;
    font-weight: 500;
}

#main-nav .nav-wrapper {
    max-width: 95vw !important;
    margin: 0 0 !important;
}



@media only screen and (max-width: 600px) {
 .main-section {
    padding: 0rem 0 !important;
}

.p-tb-3 {
    padding: 1rem .75rem !important;
	   
}

#display_on_mobile{
display: block !important;
}
}
