
.address-txt span {
     line-height: 28px;
}
.preload { 
    width:100px;
    height: 100px;
   
   margin-left: auto;
  margin-right: auto;
 
} 
#imageloader{
	height:50px;
	 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  opacity: 0.4;
   z-index: 500;
 
}
ul.auth a.signin,
ul.auth a.signin:hover {
  color: #ffffff;
  height: 52px;
  background: linear-gradient(to right, #6880d6, #617cdd) !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: #6880d6;
  font-size: 18px !important;
 
}
.wrapper {
  display: flex;
  width: 100%;
}




.sidebar ul li a:hover {
  color:#2d9bd6;
  background: #fff;
}

.navbar{
	background: linear-gradient(to right, #6880d6, #617cdd) no-repeat;
}
.sidebar ul li.active > a,
a[aria-expanded="true"],
ul.components li a:hover {
  color: #6880d6 !important;
  font-weight: 600; 
  background: #f0f7fb !important;
  border-radius: 50px;
}

a:hover .highlight,
.components .active a .highlight {
  display: flex !important;
  background: linear-gradient(to right, #7e8cc0, #617cdd);
  position: absolute;
  z-index: 1;
  opacity: 1;
  left: 0;
  top:0;
  transition: 0.3s all ease;
}


footer {
background: #5d8cb2;
 
  color: #fff;
   min-height: 55px;
 padding: 0px 0px;
 position: relative;
    bottom: -39px;
}


@media (max-width: 991px)
{
.navbar {
   background: linear-gradient(to right,  #6880d6, #617cdd) no-repeat;
   
   
}
.clear-all-btn {
	color:#617cdd;
}
.apply-btn {
    width: 140px;
    color: #ffffff;
    height: 40px;
    background: linear-gradient(to right, #7e8cc0, #617cdd) !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 #617cdd !important;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    left: -2px;
    background: #ffffff;
  }
}
.navbar-toggle .icon-bar
{
  background:#6880d6;
  margin-left: -7px;
}
@media screen and (max-width: 575px){
.doctor-title-section h3 {
    color: #ffffff;
    
}


.doctor-title-section {
    padding-top: 0;
   
    padding: 9px 0;
}
.clear-all-btn {
   
    color: #617cdd;
}
.apply-btn {
    
    background: linear-gradient(to right, #7e8cc0, #617cdd) !important;
    
}
.filters .dropdown.show .botn-todos {
    border-left: 9px solid #617cdd !important;
    
}
#mCSB_1_container{
	  overflow:scroll;
   }
  
}
.footer-span {
    font-size: 13px;
    color: #fff;
}


.how-it-works ul li::before
{
  color: #2B2A29;
}

.clear-all, .clear-single
{
   background: #879ade;
}
.dropdown-toggle::after {
    content: url(../../assets/img/dropdown-white.png)
    }

  
.content
{
        background: #f3f5fc;
}
.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;
}







.how-it-works h3,
.treatments h3,
.contact h3 {
  color: black !important;
  font-weight: 600;
  font-size: 25px;
}

.how-it-works ul li::before {
 color: #4966ce;
}
.clear-white:hover {
  background: #5973d2;
  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;
}