#resendOTP{
color:#FFFF00;
font-weight:700;
}
#otpForregistration{
color:#FFFF00;
}
.form-itext{
color:#C4C4C4 !important;
}
.abcd{
		position:absolute;
		margin-top:-28px;
		margin-left:170px;
		color:#b3adad;
		font-size:16px;
		}
		@media (max-width : 1080px) {
		   .abcd{
				position:absolute;
				/*z-index:99999;*/
				margin-top:-38px;
				margin-left: 250px;
				color:#b3adad;
				float: right;
				padding-right:15px;
			}
		}
		
		@media (max-width : 1115px) {
		   .abcd{
				position:absolute;
				/*z-index:99999;*/
				margin-top:-28px;
				margin-left: 125px;
				color:#b3adad;
				float: right;
				padding-right:15px;
			}
		}
		
		
		@media (max-width : 769px) {
		   .abcd{
				position: absolute;
				/*z-index:99999;*/
				margin-top:-27px;
				margin-left: 90px;
				color:#b3adad;
				float: right;
				padding-right:15px;
			}
		}
		@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}


.w3-sidebar .closebtn {
			  position: absolute;
			  top: 5px;
			  right: 25px;
			  font-size: 36px;
			  float:right;
			  z-index:15;
			}
.col-sm-2{
	border-right: 2px solid #2a2e39;
}
.ds-menubar {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  margin-top: 0px;
}

.ds-menubar a {
  padding: 6px 0px 6px 6px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  height: auto; 
  margin-top:5px;
}

.ds-menubar a:hover {
  color: #f1f1f1;
  background-color: rgba(251, 251, 177, 0.3);
  border-left: 8px solid #F8F835;
}			

@media screen and (max-width:576px) {
   .ds-menubar{
	  width: 1000px!important;
	  height: 100%;
	  position: relative;
	  z-index: 1;
	  top: 0;
	  left: 0;
	  overflow-y: scroll;
	   display:block;
	   float:none;
	}
	.ds-menubar a {
	  padding: 0px 0px 0px 0px;
	  text-decoration: none;
	  font-size: 16px;
	  color: #fff;
	  height: auto; 
	  margin-top:5px;
	  float:left;
	  margin-left:15px;
	}
	.ds-menubar a:hover {
	  color: #f1f1f1;
	  background-color: transparent;
	  
	}	
}
 .lw-attribution {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3; /* place above the charts */
	padding: 10px 0px 0px 12px;
	font-family: "Roboto", sans-serif;
	font-size: 0.8em;
  }
  .lw-attribution a {
	cursor: pointer;
	color: rgb(54, 116, 217);
	opacity: 0.8;
  }
  .lw-attribution a:hover {
	color: rgb(54, 116, 217);
	opacity: 1;
  }