
.address-txt span {
     line-height: 28px;
     color:#90C95A;
}

ul.auth a.signin,
ul.auth a.signin:hover {
  color: #ffffff;
  height: 52px;
  background: linear-gradient(to right, #49C0DC, #29b4d5) !important;
  border-radius: 50px;
  display: flex !important;
  align-items: Center;
  justify-content: center;
  font-weight: 600;
  max-width: 185px;
  font-size: 18px !important;
}
ul.auth a.signup {
  color: #666666;
  font-size: 18px !important;
 
}
ul.auth a.signup:hover{
	color:#595a5a;
}


.wrapper {
  display: flex;
  width: 100%;
}


.navbar{
	background: linear-gradient(to right, #49C0DC, #29b4d5) no-repeat;
}
.sidebar ul li.active > a,
a[aria-expanded="true"],
ul.components li a:hover {
  color: #666666 !important;
  font-weight: 600; 
  background: #f9f9f9 !important;
  border-radius: 50px;
}

a:hover .highlight,
.components .active a .highlight {
  display: flex !important;
  background: linear-gradient(to right, #7ad1e5, #29b4d5);
  position: absolute;
  z-index: 1;
  opacity: 1;
  left: 0;
  top:0;
  transition: 0.3s all ease;
}


footer {
background: #90C95A;
    padding: 0px 60px;
  color: #fff;
 
  }


@media (max-width: 991px)
{
.clear-all-btn {
	color:#59c6df;
}
.apply-btn {
    width: 140px;
    color: #ffffff;
    height: 40px;
    background: linear-gradient(to right, #7ad1e5, #29b4d5) !important;
    border-radius: 50px;
    display: flex !important;
    align-items: Center;
    justify-content: center;
    font-weight: 400;
    box-shadow: none;
  }
    .filters .dropdown.show .botn-todos {
    border-left: 9px solid #29b4d5 !important;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    left: -2px;
    background: #ffffff;
  }
.navbar {
   background: linear-gradient(to right,  #49C0DC, #29b4d5) no-repeat;
    margin-top: 100px;
    min-height: 100px;
}
}
.navbar-toggle .icon-bar
{
  background:#81bc00;
}
@media screen and (max-width: 575px){
.doctor-title-section h3 {
    color: #ffffff;
    
}
.clear-all-btn {
	color:#59c6df;
}
.content
{
        background: #f9f9f9;
}
.doctor-title-section {
    padding-top: 0;
    height: 81px;
    padding: 9px 0;
}

.apply-btn {
    
    background: linear-gradient(to right, #7ad1e5, #29b4d5) !important;
    
}
.filters .dropdown.show .botn-todos {
    border-left: 9px solid #29b4d5 !important;
    
}
}
.footer-span {
    font-size: 15px;
    color: #fff;
}


.how-it-works ul li::before
{
  color: #071586;
}

.clear-all, .clear-single
{
   background: #59c6df;
}
.dropdown-toggle::after {
    content: url(../../assets/img/dropdown-white.png);
    }

 
.content
{
        background: #f9f9f9;
}
.card.text-center:hover {
    cursor: pointer;
}
#notAllowedPopUp .modal-content {
    border: 1px solid #D75A4A;
}
#notAllowedPopUp .modal-title {
    color: #D75A4A;
    text-align: center;
}
#notAllowedPopUp .modal-footer {
    padding: 0;
    border-top: none !important;
}
.left-img img {
    width: 30px !important;
    background-size: contain;
}
*:focus {
    outline: none !important;
}
.btn-green {
    background-color: #9DC852;
}




#imageheader{
	height:110px;
	width:310px;
	margin-top:10px;
	margin-left:15px;
}


.how-it-works h3,
.treatments h3,
.contact h3 {
  color: black !important;
  font-weight: 600;
  font-size: 25px;
}

.how-it-works ul li::before {
 color: #90C95A;
}
 .h-bottom span {
 color: #90C95A;
 }
 #imageheader1{
 
  height:100px;
  width:290px;
  margin-left:20px;
 }
 .clear-white:hover {
  background: #39bad9;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.filters .dropdown-toggle:active::after,
.filters .dropdown-toggle:focus::after {
  content: url(../../assets/img/dropdown-white.png) !important;
  outline: none !important;
  font-weight: 500;
  position: absolute !important;
  top: 10px !important;
  width: 15px;
  height: 15px;
  transform: scale(0.14) !important;
  color: #75b055 !important;
}