footer {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
 
.logo-footer img {
  width: 180px;
  height: auto;
}
img.icon-img {
  width: 14px;
  height: auto;
}
.logo-footer p {
  color:  #75797A;
  font-size: 14px;
  max-width: 257px;
  line-height: 1.7 !important;
  padding-top: 16px;
}
footer p {
  color: #75797A;
  font-size: 14px;
}

footer .p_f {
  color: #75797A;
  font-size: 14px;
  padding-bottom: 26px;
}
footer ul li {
  color: #75797A;
  transition: var(--transition);
  font-size: 14px;
}
footer ul li:hover {
  transform: translateX(-10px);
  color: #2E8A99;
}

.foot-puiux p {
  color: #75797A;
  font-size: 16px;
}
.foot-puiux p span {
  font-weight: bold;
  color:   #2E8A99;
}
footer ul li a {
  display: flex;
  gap: 15px;
  align-items: center;
}

footer ul li i {
  font-size: 20px;
}

footer h4 {
  color: var(--h2);
  font-size: 20px;
  padding-bottom: 35px;
}
form#myForm h6 {
  color: #75797A;
  font-size: 16px;
}
footer ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.img-footer-mask {
  width: 100%;
  margin-bottom: -2px;
}

.foot-sub form {
  max-width: 292px;
  width: 100%;
}

.search {
  width: 100%;
  display: flex;
  position: relative;
  gap: 10px;
  flex-direction: column;
  min-width: 300px;
}
 
 

.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 21px;
  cursor: pointer;
}
 
footer ul li a i {
  font-size: 12px;
}
 
button#submit_foot {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #F8F9FA;
  font-size: 16px;
  width: 50px;
  height: 50px;
  background: #2E8A99;
  border-radius: 50%;
}
form#myForm p {
  font-size: 16px;
  color: #F9F9F9;
}
 
.search__input {
  font-size: 13px;
  color: #B9BBBB;
  border-radius: 50px;
  background: #EAF5F6;
  border: none;
  padding: 14px 62px 14px 14px;
  width: 100%;
  height: 50px;
  transition: all 0.2s;
}

.search__input::placeholder {
  color: #B9BBBB;

}
.search__button {
  border: none;
  background-color: transparent;
  position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
  cursor: pointer;
}
.search__button:focus {
  outline: none;
}

.search__button:active {
  transform: translateY(2px);
}

.search__icon {
  height: 39px;
  border-radius: 50%;
  width: 39px;
  background: #D6EAED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search__icon i {
  color: #B9BBBB  ;  
  font-size: 14px;
}

 .gap-flex {
  display: flex;
  gap: 20px;
  transition: var(--transition);
  padding-top: 30px;
  align-items: center;
}


.gap-flex a {
  color: #CAD6CE !important;
  transition: var(--transition);
}

.gap-flex i {
  transition: var(--transition);
  font-size: 16px;
  font-weight: bold;
}

.gap-flex a:hover {
  color: #fff !important;
  transform: scale(1.1);
}
.foot_puiux {
  padding: 36px 0;
  margin-top: 50px;
  background: linear-gradient(180deg, #FBFBFB, #E8F0F2);
}
.foot-puiux {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.foot-puiux img {
  width: auto;
  height: auto;
}
.row_flex_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding-top: 100px;
  border-top: 1px solid #E2E9EA;
}
footer ul li a i {
  font-size: 14px;
}
.gap_flex a {
  font-size: 14px;


  color: #CAD6CE !important;
}
.gap_flex {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 30px;
}
 










footer .flex_btn  img {
  width: auto !important;
  height: auto !important;
  max-width: 100px !important;
}



