.zar {
  position: relative;
}
.zar::before {
  content: "";
  position: absolute;
  right: 13px;
  left: 0;
  background-image: url(../images/dollar-list/Search_light.svg);
  width: 24px;
  height: 24px;
  top: 8px;
}

@media (max-width: 992px) {
  .h-first {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
    .formobile{
        display: block !important;
    }
    .fordesk{
        display: none !important;
    }
  }
.w-fill {
  width: -webkit-fill-available;
}
.form-control {
  padding-right: 3rem;
}
.cards-col:hover {
  outline: 3px solid #007bff;
  transition: all ease 0.3s;
  cursor: pointer;
  background: #fff !important;
  box-shadow: 0px 31px 61.8px 0px rgba(0, 0, 0, 0.15);
}

.img_srv {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.img_srv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/dollar-list/borderanimat.svg");
  transition: all 0.3s;
}
.card_srv:hover .img_srv:before {
  transform: rotate(90deg);
}

/* /////finish */
#more {
  display: none;
}
#myBtn {
  margin-top: -4rem;
}
.bloor-readmore {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);

  z-index: 1;
  height: 22.1875rem;
  margin-top: -22rem;
  position: relative;
  z-index: 1;
}
.btn-hov {
  position: relative;
  z-index: 2;
  background: #3292f1 !important;
  color: white;
  height: 3rem;
  border: none;
  width: 7rem;
}

/* /////// */
.w-fit {
  width: fit-content;
}


.flash-slider {
  margin-top: -1.5rem;
}
/* blog */
.container_slider {
  position: absolute;
  width: 100%;
}
.sec_slide_blog_home {
  height: 213px;
}
.blog_home {
  overflow: hidden;
  position: relative;
}
.nav_btns_slides {
  margin-left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  height: 100%;
}

.nav_btns_slides button {
  border: none;
  background: none;
}
.nav_btns_slides button:after {
  display: none;
}
