
#plans .list-inline>li {
	display: block !important;
	padding-right: 5px;
	padding-left: 5px;
}

#plans h3.section-subheading {
	margin-bottom: 0 !important;
}

.plancoly{color: green;text-align:center;font-size: 17px;}

.plancoln{color: red;text-align:center;font-size: 17px;}

.txtalign{text-align:center;font-size: 17px;}

.adspcls{background-color: purple;padding: 10px;}

.adspcls a{color: #ffffff;}

.text-infos{color:#ffffff;}

.spancl{float:right;}

.bb{border-bottom: 3px solid;}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: grey !important;
  font-weight:bold !important;
}

.floatingRectangle {
	z-index: 99;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 250px;
	height: 170px;
	width: 180px;
	color: white;
	padding: 0;
}

.floatingRectangle1 {
	z-index: 99;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 79px;
	height: 170px;
	width: 180px;
	color: white;
	padding: 0;
}

.floatingRectangle0 {
	z-index: 99;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 340px;
	height: 100px;
	width: 170px;
	color: white;
	padding: 0;
	text-align:right;
}

.error {
	color: #ff0000;
}

.success {
	color: green;
	/* height: 25px; */
}

form {
	display:table;/* shrinks to fit content */
	margin:auto;
}



   .password-toggle-icon {
      position: absolute;
      top: 87%;
      right: 22px;
      transform: translateY(-50%);
      cursor: pointer;
    }
    
    .password-toggle-icon i {
      font-size: 18px;
      line-height: 1;
      color: #333;
      transition: color 0.3s ease-in-out;
      margin-bottom: 20px;
    }
    
    .password-toggle-icon i:hover {
      color: #000;
    } 
    
   .password-toggle-iconu {
      position: absolute;
      top: 73%;
      right: 22px;
      transform: translateY(-50%);
      cursor: pointer;
    }
    
    .password-toggle-iconu i {
      font-size: 18px;
      line-height: 1;
      color: #333;
      transition: color 0.3s ease-in-out;
      margin-bottom: 20px;
    }
    
    .password-toggle-iconu i:hover {
      color: #000;
    }
    
   .password-toggle-iconl {
      position: absolute;
      top: 39%;
      right: 22px;
      transform: translateY(-50%);
      cursor: pointer;
    }
    
    .password-toggle-iconl i {
      font-size: 18px;
      line-height: 1;
      color: #333;
      transition: color 0.3s ease-in-out;
      margin-bottom: 20px;
    }
    
    .password-toggle-iconl i:hover {
      color: #000;
    }
		
@media (min-width:768px){
	.imghith{height:205px !important;}
	.imghithads{width:250px !important;height:205px !important;}
}

@media (max-width: 767px) {
	.floatingRectangle{display:none;}
	.floatingRectangle0{display:none;}
	.floatingRectangle1{display:none;}
}





