.hero_area {
  background-image: url("../img/contact-map.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
}
.hero_area .hero_inner {
  width: 42.7rem;
  padding: 6rem 6rem !important;
  padding-top: 15rem !important;
  background-color: #1b3b6ff0;
  color: #fff;
}
.hero_area .hero_inner .sec_devider {
  width: 9rem;
  border-color: #ffe800;
  opacity: 1;
  margin-left: -2.5rem;
  margin-bottom: 2rem;
}
.hero_area .hero_inner .sec_sub_title {
  color: #ffe800;
}
.hero_area .hero_inner .from_wrapper {
  width: 30.7rem;
}

.hero_inner2 {
  padding: 2rem 6.5rem;
  background: #fff;
  width: -webkit-fill-available;
}
.hero_inner2 ul {
  padding: 0;
  margin: 0;
}
.hero_inner2 ul li {
  font-family: "VISBY-CF";
  font-size: 1.3rem;
  color: #000000;
}
.hero_inner2 ul li img {
  height: 1.4rem;
  object-fit: contain;
  margin-right: 0.5rem;
}
.hero_inner2 ul li a {
  color: #000000;
}
.hero_inner2 ul li.last_itme {
  max-width: 23rem;
  display: flex;
  align-items: center;
}

.consulter_area {
  background-color: #fbfbfb;
  background-image: url("../img/consulter_area_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.consulter_area .sec_title {
  color: #1b3b6f;
  line-height: 1.13;
  margin-bottom: 0;
}

.consulter_area .con {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 3rem;
}

.consulter_area .row * {
  padding: 0;
}

.consulter_area .card_item {
  box-shadow: rgba(182, 182, 182, 0.15) 0px 5px 20px,
    rgba(220, 219, 219, 0.05) 0px 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: 0.4s all ease-out !important;
}

.consulter_area .card_item .cbtn_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #191ac047;
}

.consulter_area .card_item .cbtn {
  padding: 1rem 1.5rem;
  background: #1b3b6f;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consulter_area .card_item:hover .cbtn_wrap {
  display: flex;
  transition: 1s all ease;
}

.consulter_area .card_item:hover {
  border: 1px solid #1b3b6f;
}

.consulter_area .card_item .card_title {
  font-family: "OPERETTA";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding: 0 2rem;
  color: #1b3b6f;
}

.consulter_area .card_item .card_con {
  font-size: 1.2rem;
  line-height: 1.81;
  padding: 0 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.consulter_area .main_btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 2.5rem;
  line-height: 2;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  border: 1px solid #1b3b6f;
  background: #1b3b6f;
  color: #fff;
  max-width: 20rem;
  transition: 0.3s all ease-out !important;
}

.consulter_area .main_btn:hover {
  background: #fff;
  color: #185dcb;
}

.consulter_area .sec_title {
  font-family: "OPERETTA";
  font-weight: 500;
}

.consulter_area .con {
  font-size: 2.1rem;
}

.consulter_area .con_box {
  padding: 1.5rem 2rem;
}

.consulter_area .pro_name,
.consulter_area .pro_quantity,
.consulter_area .pro_size {
  font-family: "VISBY-CF";
  font-size: 1.5rem;
  color: #000;
}

.consulter_area .pro_size,
.consulter_area .pro_quantity span {
  color: #1b3b6f;
}

.consulter_area .pro_prize {
  color: #1b3b6f;
  font-family: "Bodoni 72";
  font-weight: 700;
  font-size: 3rem;
}

.consulter_area .pro_prize span {
  font-size: 1.5rem;
}

.consulter_area .pro_tag {
  color: #919191;
  font-family: "VISBY-CF";
  font-size: 1.5rem;
  font-weight: 400;
}

.hero_area .hero_inner {
  backdrop-filter: blur(1px) brightness(0.3) !important;
}
