.small_content {
  max-width: 99.3rem;
  margin: 0 auto;
}

.quote_banner {
  background: linear-gradient(117.3546deg, #181835, #16163a 40%, #2d3cdf 120%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
  max-width: 256rem;
  margin: 0 auto;
  z-index: 2;
  padding-bottom: 16.5rem;
}

.quote_banner::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(140deg, #1a1a2e -2.78%, rgba(22, 22, 58, 0) 60.5%, rgba(43, 57, 211, 0.7) 113.3%);
  z-index: -1;
  pointer-events: none;
}

.quote_banner .flex {
  min-height: 38.5rem;
  padding: 6rem 0 5rem;
}

.quote_banner .head {
  flex: 1;
  width: 60%;
  max-width: 87rem;
  margin: 0 auto;
  padding-bottom: 1.3%;
}

.quote_banner .head.white p {
  letter-spacing: 0.033rem;
}

.quote_banner p {
  margin-top: 3.5rem;
  width: 95%;
}

.quote_banner .btn {
  margin-top: 4rem;
}

.quote_banner .nums {
  width: 70%;
  margin: 0 auto;
  max-width: 88.4rem;
}

.quote_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.quote_banner .nums li {
  flex: 1;
  text-align: center;
  color: #fff;
}

.quote_banner .nums .wrap {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.quote_banner .nums .label {
  font-size: 1.5rem;
  opacity: 0.8;
  margin-top: 1.1rem;
  font-weight: 200;
  letter-spacing: 0.02rem;
}

.quote_banner .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

.quote_banner .image>.list {
  margin: -1.25% -12.265625% 0;
}

.quote_banner .image>.list>div {
  width: 32.91509829%;
}

.quote_banner .image .list {
  display: flex;
  justify-content: space-between;
}

.quote_banner .image .list .list {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: unset;
}

.quote_banner .image .img {
  width: 79.2884371%;
  --h: 84.13461538%;
  clip-path: polygon(37% 0, 100% 0, 63% 100%, 0 100%);
  background-color: rgba(255, 255, 255, 0.26);
}

.quote_banner .image .img:nth-child(even) {
  margin-left: auto;
  margin-top: -4px;
}

.quote_banner .image .img img {
  left: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  clip-path: polygon(37% 0, 100% 0, 63% 100%, 0 100%);
}

.quote_intro {
  padding: 5rem 0 4.4rem;
  border-bottom: 1px solid #e8e8ef;
}

.quote_intro .icon {
  width: 6.5rem;
  height: 6.5rem;
  min-width: 6.5rem;
  margin-right: 3.7rem;
}

.quote_intro strong {
  font-size: 2.6rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.03rem;
  margin-bottom: 1rem;
}

.quote_intro .head p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #5a5a68;
  letter-spacing: -0.007rem;
}

.quote_intro .head ul {
  display: flex;
  gap: 0.9rem;
  margin-top: 2.5rem;
}

.quote_intro .head ul li {
  padding: 0.4rem 1.5rem;
  border: 1px solid #e8e8ef;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.03rem;
  transition: all 0.3s;

}

.quote_intro .head ul li:before {
  content: '';
  display: inline-block;
  margin-right: 0.6rem;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s;
  background: url('../img/correct_blue.svg') no-repeat center center/contain;
}

.quote_intro .head ul li:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;
}

.quote_intro .head ul li:hover:before {
  filter: brightness(100);
}

.quote_form_nav {
  padding: 9.2rem 0 5rem;
}

.quote_form_nav ul {
  display: flex;
  justify-content: center;
  padding: 0 14rem;
}

.quote_form_nav ul li {
  flex: 1;
  text-align: center;
  position: relative;
}

.quote_form_nav ul li:before {
  content: "";
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  left: calc(50% + 2.5rem);
  top: 2.7rem;
  width: 0%;
  z-index: 1;

}

.quote_form_nav ul li.active span {
  background-color: var(--primary);
  border-color: var(--primary);
  color: white;

}

.quote_form_nav ul li.active:before {
  animation: width-100 3s linear forwards;
}

@keyframes width-100 {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.quote_form_nav ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d7ea;
  position: absolute;
  left: calc(50% + 2.5rem);
  top: 2.75rem;
}

.quote_form_nav ul li span {
  width: 5.5rem;
  height: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdc4d6;
  background-color: white;
  margin-bottom: 3.6rem;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
}

.quote_form_nav ul li p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #1a1a2e;
  letter-spacing: -0.002rem;
}

.quote_form_nav ul li:last-of-type:after,
.quote_form_nav ul li:last-of-type:before {
  display: none;
}

.quote_form {
  padding: 5rem 0 11rem;
}

.quote_form .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 2.3rem;
  letter-spacing: 0.02rem;
  margin-bottom: 2.5rem;
  margin-top: 10.8rem;
}

.quote_form .quote-hp+.title {
  margin-top: 0;
}

.quote_form .title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.7rem;
  height: 4.7rem;
  background-color: var(--primary);
  color: white;
  font-size: 2rem;
  font-weight: 600;
}

.quote_form .upload_con {
  padding: 5rem 4rem 3.3rem;
  background-color: #F7F8FC;
  border: 2px dashed #d3d5e0;
  text-align: center;
}

.quote_form .upload_con input {
  display: none;
}

.quote_form .upload_con .icon {
  width: 6.6rem;
  height: 6.6rem;
  border: 1px solid #e8e8ef;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.quote_form .upload_con .icon img {
  width: 35%;
  height: 35%;
  object-fit: contain;
}

.quote_form .upload_con .icon::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  background: url('../img/upload_icon.svg') no-repeat center center/contain;
}

.quote_form .upload_con strong {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1.4rem;
}

.quote_form .upload_con p {
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 500;
  color: #5a5a68;
  max-width: 59rem;
  margin-left: auto;
  margin-bottom: 1.6rem;
  margin-right: auto;
}

.quote_form .upload_con p span {
  color: var(--primary);
}

.quote_form .upload_con .btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 5.8rem;
  padding-left: 4rem;
  padding-right: 5.5rem;
  margin-bottom: 3.5rem;
}

.quote_form .upload_con p.types {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.quote_form .con {
  padding: 4.3rem 4rem;
  border: 1px solid #e8e8ef;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 1.6rem 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid var(--primary);
}

.quote_form .con.no_border {
  border-bottom: none;
}

.quote_form .con span.col2 {
  width: 49.01%;
}

.quote_form .con span.col3 {
  width: 31.87%;
}

.quote_form .con span {
  width: 100%;
  display: block;
}

.quote_form .con p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #6b7094;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

.quote_form .con span label {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.7rem;
}

.quote_form .con span label i {
  color: var(--primary);
  margin-left: 0.2rem;
}

.quote_form form input,
.quote_form form textarea,
.quote_form form select {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--title);
  border: 1px solid #e8e8ef;
  background-color: #F7F8FC;
  height: 4.8rem;
  padding: 0 1.5rem;
}

.quote_form form input:focus,
.quote_form form textarea:focus,
.quote_form form select:focus {
  border-color: var(--primary);
}

.quote_form form select {
  background: url("../img/icon-select.svg") no-repeat center right 1.4rem/1.1rem;
  padding-right: 3rem;
  background-color: #F7F8FC;
  font-weight: 600;
}

.quote_form form textarea {
  padding: 1.5rem;
  height: 11rem;
}

.quote_form .con .btn {
  margin-right: 2rem;
}

.quote_form .con .btn input[type="submit"] {
  display: none;
}

.quote_form .con .flex.between {
  width: 100%;
  margin-top: 1rem;
}

.quote_format {
  padding-bottom: 6.5rem;
}

.quote_format .head {
  padding-top: 8rem;
  margin-bottom: 3rem;
  border-top: 1px solid #e8e8ef;
}

.quote_format .swiper_quote_format .swiper-slide {
  padding: 4.2rem 2.8rem;
  border: 1px solid #eef0f5;
  transition: all 0.3s;
  position: relative;
}

.quote_format .swiper_quote_format .swiper-slide:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.quote_format .swiper_quote_format .swiper-slide .img img {
  height: 4.5rem;
  width: auto;
  display: inline-block;
}

.quote_format .swiper_quote_format .swiper-slide .img {
  margin-bottom: 2.5rem;
}

.quote_format .swiper_quote_format .swiper-slide strong {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  color: #1a1a2e;
  margin-bottom: 2rem;
}

.quote_format .swiper_quote_format .swiper-slide p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #5a5a68;
  min-height: 15.6rem;
  margin-bottom: 2.7rem;
}

.quote_format .swiper_quote_format .swiper-slide ul {
  display: flex;
  gap: 1.2rem;
}

.quote_format .swiper_quote_format .swiper-slide ul li {
  font-size: 1.3rem;
  color: #5a5a68;
  border: 1px solid #d1d5db;
  line-height: 2.6rem;
  font-weight: 500;
  padding: 0 0.8rem;
}

.quote_format .swiper_quote_format .swiper-slide:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.quote_format .swiper_quote_format .swiper-slide:hover:after {
  width: 100%;
}

.quote_data {
  padding-bottom: 10rem;
}

.quote_data .main {
  color: white;
  padding: 6.2rem 6.7rem 7rem 7.6rem;
  background: url('../img/quote_data_bg.jpg') no-repeat center center/cover;
}

.quote_data .main h2 {
  font-size: 3rem;
  font-weight: 500;
  max-width: 33rem;
  margin-bottom: 4rem;
  padding-top: 0.5rem;
  letter-spacing: 0.055rem;
}

.quote_data .main .img img {
  width: 5.8rem;
  height: auto;
}

.quote_data .main .info {
  width: 54.74%;
  padding-top: 0.3rem;
}

.quote_data .main .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 300;
  margin-bottom: 3.4rem;
}

.quote_data .main .info ul {
  display: flex;
  gap: 2.7rem;
}

.quote_data .main .info ul li {
  font-size: 1.3rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  letter-spacing: 0.03rem;
}

.quote_data .main .info ul li:before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  background: url('../img/correct.svg') no-repeat center/contain;
}


.page_process {
  background-color: var(--bg);
  padding: 13.3rem 0 14.7rem;
}

.page_process p {
  max-width: 84rem;
  margin-top: 3.2rem;
}

.page_process .page_process_swiper {
  overflow: hidden;
  max-width: 133rem;
  margin: 8.8rem auto 0;
}

.page_process .page_process_swiper .swiper-slide:last-child .item::before,
.page_process .page_process_swiper .swiper-slide:last-child .item::after {
  display: none;
}

.page_process .page_process_swiper .swiper-slide.active .order {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: var(--shadow3);
}

.page_process .page_process_swiper .swiper-slide.active_line .item::after {
  width: calc(100% - 4.05em);
  transition: width 4.7s linear;
}

.page_process .page_process_swiper .item {
  display: block;
  height: 100%;
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01rem;
}

.page_process .page_process_swiper .item::before,
.page_process .page_process_swiper .item::after {
  position: absolute;
  width: calc(100% - 4.05em);
  height: 1px;
  background-color: #d3d7ea;
  content: '';
  top: 2.025em;
  left: calc(50% + 2.025em);
  transform: translateY(-50%);
}

.page_process .page_process_swiper .item::after {
  height: 2px;
  background-color: var(--primary);
  width: 0;
}

.page_process .page_process_swiper .order {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a1a2e;
  width: 4.05em;
  height: 4.05em;
  border-radius: 2em;
  border: 1px solid #bdc4d6;
  background-color: #fff;
  transition: all 0.3s;
}

.page_process .page_process_swiper strong {
  display: block;
  color: #1a1a2e;
  font-weight: 500;
  margin-top: 3.9rem;
}

.page_process .page_process_swiper p {
  font-size: 1.4rem;
  line-height: 2.3rem;
  font-weight: 400;
  color: var(--text);
  max-width: 25rem;
  margin: 1.1rem auto 0;
  letter-spacing: -0.012rem;
}

.quote_contact {
  padding: 12.6rem 0 14rem;
}

.quote_contact h2 {
  margin-bottom: 3rem;
}

.quote_contact .head {
  margin-bottom: 6.5rem;
}

.quote_contact .main ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem;
}

.quote_contact .main ul li {
  padding: 4rem 3.3rem 3.7rem;
  border: 1px solid #e8e8ef;
  background-color: #F7F8FC;
  position: relative;
  transition: all 0.3s;
}

.quote_contact .main ul li:hover {
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.quote_contact .main ul li:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}

.quote_contact .main ul li:hover:after {
  width: 100%;
}

.quote_contact .main ul li .img {
  margin-bottom: 3.8rem;
}

.quote_contact .main ul li img {
  width: auto;
  height: 3rem;
  max-width: 3rem;
}

.quote_contact .main ul li strong {
  font-size: 2.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.7rem;
}

.quote_contact .main ul li p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #5a5a68;
  margin-bottom: 4.2rem;
}

.quote_contact .main ul li a {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary);
}

.quote_contact .main ul li a i {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1rem;
  height: 1.4rem;
  background: url(../img/arrow.svg) no-repeat center / contain;
  transition: all 0.3s;
  margin-left: 0.5rem;
}

.page_process {
  overflow: hidden;
}

.quote_form .con span.quote-btn-spinner {
  width: 20px;
  height: 20px;
}

.quote-btn-spinner {
  left: unset;
  right: calc(100% + 20px);
}

.quote-btn-spinner svg {
  color: #14248e;
}

/* Responsive */
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .quote_banner {
    padding-bottom: 12rem;
  }

  .quote_banner .flex {
    min-height: 30rem;
  }

  .quote_form_nav {
    padding: 6rem 0 4rem;
  }

  .quote_form_nav ul {
    padding: 0 5rem;
  }

  .quote_form .title {
    margin-top: 7rem;
  }

  .page_process {
    padding: 9rem 0 10rem;
  }

  .quote_contact {
    padding: 9rem 0 10rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .small_content {
    padding: 0 3rem;
  }

  .quote_banner .flex {
    min-height: 26rem;
    padding: 5rem 0 3rem;
  }

  .quote_banner .head {
    width: 80%;
  }

  .quote_banner .nums {
    width: 85%;
  }

  .quote_banner .nums .wrap {
    font-size: 2.8rem;
  }

  .quote_intro .icon {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    margin-right: 2rem;
  }

  .quote_intro strong {
    font-size: 2.2rem;
  }

  .quote_form_nav ul {
    padding: 0 2rem;
  }

  .quote_form_nav ul li p {
    font-size: 1.5rem;
  }

  .quote_form .con span.col2 {
    width: 48%;
  }

  .quote_form .con span.col3 {
    width: 48%;
  }

  .quote_data .main {
    padding: 4rem 4rem;
  }

  .quote_data .main .info {
    width: 60%;
  }

  .page_process .page_process_swiper .item {
    font-size: 1.6rem;
  }

  .quote_contact .main ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .small_content {
    padding: 0 1.2rem;
  }

  .quote_form_nav ul {
    padding: 0;
  }

  .quote_form_nav ul li p {
    font-size: 1.4rem;
  }

  .quote_form .con span.col3 {
    width: 100%;
  }

  .quote_data .main {
    flex-direction: column;
    gap: 20px;
  }

  .quote_data .main .info {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .small_content {
    padding: 0 20px;
    max-width: unset;
  }

  .quote_banner {
    padding-bottom: 50px;
    padding-top: 70px;
  }

  .quote_banner .flex {
    min-height: unset;
    padding: 30px 0;
  }

  .quote_banner .head {
    width: 100%;
    max-width: unset;
  }

  .quote_banner .head h1 {
    font-size: 25px;
  }

  .quote_banner p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    width: 100%;
  }

  .quote_banner .btn {
    margin-top: 20px;
  }

  .quote_banner .nums {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }

  .quote_banner .nums ul {
    gap: 15px;
  }

  .quote_banner .nums .wrap {
    font-size: 22px;
  }

  .quote_banner .nums .label {
    font-size: 12px;
  }

  .quote_banner .image {
    display: none;
  }

  .quote_intro {
    padding: 30px 0;
  }

  .quote_intro .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .quote_intro .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 0;
  }

  .quote_intro strong {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .quote_intro .head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .quote_intro .head ul {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
  }

  .quote_form_nav {
    padding: 40px 0 30px;
  }

  .quote_form_nav ul {
    padding: 0;
    gap: 15px;
  }

  .quote_form_nav ul li {
    flex: unset;
    width: calc(33.333% - 10px);
  }

  .quote_form_nav ul li span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .quote_form_nav ul li p {
    font-size: 13px;
  }

  .quote_form_nav ul li:after,
  .quote_form_nav ul li:before {
    display: none;
  }

  .quote_form .con .flex.between {
    flex-flow: wrap;
    gap: 20px;
  }

  .quote_form {
    padding: 30px 0 50px;
  }

  .quote_form .con p {
    font-size: 14px;
  }

  .quote_form .title {
    font-size: 17px;
    margin-top: 20px;
    gap: 15px;
    margin-bottom: 20px;
  }

  .quote_form .title span {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .quote_form .upload_con {
    padding: 30px 20px 20px;
  }

  .quote_form .upload_con .icon {
    width: 50px;
    height: 50px;
  }

  .quote_form .upload_con strong {
    font-size: 16px;
  }

  .quote_form .upload_con p {
    font-size: 13px;
  }

  .quote_form .upload_con .btn {
    font-size: 14px;
    line-height: 46px;
    padding-left: 25px;
    padding-right: 35px;
  }

  .quote_form .con {
    padding: 25px 20px;
    gap: 12px 0;
  }

  .quote_form .con span.col2 {
    width: 100%;
  }

  .quote_form .con span.col3 {
    width: 100%;
  }

  .quote_format {
    padding-bottom: 40px;
  }

  .quote_format .head {
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .quote_format .head h2 {
    font-size: 22px;
  }

  .quote_format .swiper_quote_format .swiper-slide {
    padding: 20px;
  }

  .quote_format .swiper_quote_format .swiper-slide strong {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .quote_format .swiper_quote_format .swiper-slide .img img {
    height: 30px;
  }

  .quote_format .swiper_quote_format .swiper-slide .img {
    margin-bottom: 20px;
  }

  .quote_format .swiper_quote_format .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
    min-height: unset;
    margin-bottom: 15px;
  }

  .quote_data {
    padding-bottom: 50px;
  }

  .quote_data .main {
    padding: 30px 20px;
    flex-direction: column;
    gap: 20px;
  }

  .quote_data .head>.flex {
    flex-flow: wrap;
  }

  .quote_data .main h2 {
    font-size: 22px;
    max-width: unset;
    margin-bottom: 15px;
  }

  .quote_data .main .info {
    width: 100%;
    padding-top: 0;
  }

  .quote_data .main .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .quote_data .main .info ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .page_process {
    padding: 50px 0;
  }

  .page_process .head h2 {
    font-size: 22px;
  }

  .page_process p {
    font-size: 14px;
    line-height: 1.5;
    max-width: unset;
    margin-top: 15px;
  }

  .page_process .page_process_swiper {
    margin-top: 30px;
    max-width: unset;
    overflow: unset;
  }

  .page_process .page_process_swiper .swiper-slide {
    max-width: 200px;
  }

  .page_process .page_process_swiper .item {
    font-size: 16px;
  }

  .page_process .page_process_swiper .order {
    width: 40px;
    height: 40px;
  }

  .page_process .page_process_swiper strong {
    font-size: 14px;
    margin-top: 15px;
  }

  .page_process .page_process_swiper .item::before,
  .page_process .page_process_swiper .item::after {
    top: 1.1em;
  }

  .page_process .page_process_swiper p {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }

  .quote_contact {
    padding: 50px 0;
  }

  .quote_contact h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .quote_contact .head {
    margin-bottom: 30px;
  }

  .quote_contact .head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .quote_contact .main ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quote_contact .main ul li {
    padding: 25px 20px;
  }

  .quote_contact .main ul li .img {
    margin-bottom: 20px;
  }

  .quote_contact .main ul li strong {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .quote_contact .main ul li p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .quote_contact .main ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .quote_banner .head h1 {
    font-size: 22px;
  }

  .quote_banner .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .quote_form_nav ul li {
    width: calc(50% - 8px);
  }

  .quote_form .con span.col2,
  .quote_form .con span.col3 {
    width: 100%;
  }

  .quote_contact .main ul li strong {
    font-size: 16px;
  }
}