.pricing_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 0;
  padding-top: 230px;
}

.pricing_top .left {
  width: 40%;
}

.fivestar {
  width: 90%;
  max-width: 320px;
}

.pricing_top .title {
  font-size: 44px;
  line-height: 60px;
  color: #222525;
  margin-top: 18px;
}

.pricing_top .txt {
  font-size: 16px;
  line-height: 30px;
  color: #222525;
  margin-top: 16px;
}

.btn_box {
  display: flex;
  align-items: center;
  margin-top: 38px;
}

.btn_self {
  width: 201px;
  height: 48px;
  background-color: #ffbd00;
  border-radius: 8px;
  font-size: 16px;
  color: #222525;
}

.top_bg {
  width: 40%;
}

.top_bg img {
  max-width: 100%;
}

.adv_flex {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  margin-top: 50px;
}

.adv_item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.adv_item .iconfont {
  font-size: 14px;
  color: #362692;
  margin-right: 7px;
  margin-top: 3px;
}

.adv_item div p:first-child {
  font-size: 16px;
  color: #222525;
  font-family: "Poppins-Medium";
}
.adv_item div p:last-child {
  font-size: 14px;
  color: #222525;
  margin-top: 6px;
}

#pay_box {
  padding: 80px 0;
  background-color: #f8f7f7;
}

#location_new {
  margin-top: 140px;
  margin-bottom: 160px;
}

.home_h2 {
  font-size: 38px;
  color: #222525;
  text-align: center;
  line-height: 48px;
}
.home_h3 {
  font-size: 16px;
  color: #2a2b32;
  text-align: center;
  margin-top: 26px;
  line-height: 30px;
}

/* ================================== */

@media only screen and (max-width: 920px) {
  .top_bg {
    display: none;
  }

  .pricing_top .left {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .adv_flex {
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .btn_box {
    flex-direction: column;
  }

  .btn_self {
    margin: 0;
    margin-bottom: 30px;
  }
}

/* ==============four****========================= */

.four {
  margin-top: 5rem;
  min-height: 730px;
}
.four_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5rem;
  margin-bottom: 1rem;
}
.four_box > div {
  width: 46%;
}
.four .txt {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}

.four_box_2_title {
  font-size: 36px;
  line-height: 52px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.Provide_straight .Provide_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Provide_straight .Provide_img img {
  max-width: 74%;
}

/* ===================four****========================= */

.four_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 20px;
}

.four_flex_item .iconfont {
  color: #232525;
  font-size: 33px;
}

.four_flex_title {
  font-size: 20px;
  color: #1a1a1a;
  margin-top: 5px;
}
.four_flex_txt {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  margin-top: 5px;
}

.four_flex_btn {
  width: 200px;
  height: 48px;
  border-radius: 8px;
  border: solid 1px #191919;
  font-size: 16px;
  color: #1a1a1a;
  margin-top: 30px;
}

.four_farme {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.four_farme_1 {
  grid-template-columns: repeat(1, 1fr);
}

.four_farme_item {
  display: flex;
  align-items: center;
}

.four_farme_item .iconfont {
  font-size: 14px;
  color: #6c57e2;
  margin-right: 14px;
}

.four_farme_item span {
  font-size: 16px;
  color: #1a1a1a;
}

/* ===========detail=============== */

.four_bg {
  background-image:
    linear-gradient(90deg, #c0ddff 0%, #f5faff 30%), linear-gradient(#f8f7f7, #f8f7f7);
  background-blend-mode: normal, normal;
  padding: 90px;
  margin-top: 130px;
}

.four_details {
  max-height: 80px;
  overflow: hidden;
  transition: all 0.8s;
  height: 80px;
  box-sizing: border-box;
}

.four_details:last-child {
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}

.four_details_title {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1a1a1a;
  font-family: "Poppins-Medium";
  cursor: pointer;
}

.four_details_txt {
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
  padding-bottom: 40px;
}

.de_border {
  position: absolute;
  max-width: 0;
  height: 3px;
  left: 0;
  top: 0;
  transition: all 5s linear;
  z-index: 3;
  background-color: #f5c042;
}

.de_border_bg {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.08);
}

.four_details_go {
  height: max-content;
  max-height: 500px;
}

.four_details_go .de_border {
  width: 100%;
  max-width: 600px;
}

/* ====================four****======================== */

@media only screen and (max-width: 1300px) {
  .Provide_straight {
    flex-direction: column;
  }
  .Provide_reverse {
    flex-direction: column-reverse;
  }

  .Provide_straight .Provide_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .Provide_straight .Provide_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .Provide_straight .Provide_img {
    width: 60%;
  }

  .Provide_straight > div {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .Provide_straight .Provide_img {
    width: 90%;
  }
}
/* ==================four****========================== */
