.haeder_contact_wrap ul li a {
  transition: all 0.5s ease;
}

.haeder_contact_wrap ul li a img {
  transition: all 0.5s ease;
}

/* On hover of <a>, show border around the image */
.haeder_contact_wrap ul li a:hover img {
  /*border: 1px solid #000;  
  padding: 2px;            
  border-radius: 4px;     */
filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(7483%) hue-rotate(357deg) brightness(103%) contrast(111%);
  transform: translateX(-2px); 
}

/*.haeder_contact_wrap ul li img{transition: all 0.5s ease;}*/

/*.haeder_contact_wrap ul li:hover img{
	 transform: translateX(-2px); 
	 filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(7483%) hue-rotate(357deg) brightness(103%) contrast(111%);
}
.haeder_contact_wrap ul li:hover{

}*/
.haeder_contact_wrap ul li a:hover{color: red;}

 

.header_social_wrap ul li a i {
  transition: all 0.5s ease;
}

 
.header_social_wrap ul li a:hover{color: red; transform: translateX(-2px); }
.header_social_wrap ul li a i:hover{color: red; transform: translateX(-2px); }
.for_each_check input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 2px solid #00e2a0;
  border-radius: 50%;
  background-color: transparent;
  margin: 3px 5px 0px 0px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

/* Green background when checked */
.for_each_check input[type="checkbox"]:checked {
  background-color: #00e2a0!important;
  border-radius: 0px!important;
  border: none!important;
}

/* White tick mark when checked */
.for_each_check input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.load-more__item{display: flex;align-items: center;}
/* .serach_list {position: fixed;top: 0;left: 0;right: 0;width: 30%;bottom: 0;}
/* .spnosud {position: relative;} */
