@import "../base.css";

.vanue-test-service.content-pagesub .big-banner img {
  object-position: center;
}

.vanue-test-service .section-why-choose .panel.panel-type-2 .panel-heading {
  margin-bottom: 130px;
}
/* .section-why-choose  */
.section-why-choose .list-post-item .widget_media_image {
  float: left;
  width: 40%;
  margin-right: 70px;
}

.section-why-choose .list-post-item {
  display: flex;
  margin-bottom: 50px;
}

.section-why-choose .list-post-item:last-child {
  margin-bottom: 0;
}

.section-why-choose .list-post-item .item {
  width: 100%;
}

.section-why-choose .list-post-item img {
  height: 300px !important;
  object-fit: cover;
  width: 100%;
}

.section-why-choose .list-post-item .textwidget {
  margin: 30px 0;
}

.section-why-choose .list-post-item .textwidget p {
  font-size: 1.6rem;
  margin-bottom: 0;
  line-height: 25px;
}

/* section-collect-survey */
.section-collect-survey {
  background-color: #efefef;
}

.section-collect-survey .textwidget p {
  font-size: 1.6rem;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 25px;
}

.section-collect-survey img {
  height: 360px !important;
  object-fit: cover;
  width: 100%;
}

.section-collect-survey .widgettitle {
  margin: 30px 0;
}

/* section-benefits */
.section-benefits {
  background: var(--bg-primary);
}

.list-benefits img {
  width: 100%;
}

.benefits-item .content-top {
  display: flex;
  align-items: center;
}

.benefits-item .number-with-title {
  flex: 1;
}

.benefits-item .thumnail {
  flex: 2;
}

.benefits-item {
  background: #fff;
  padding: 35px 40px;
  border: 10px solid #6fa6d8;
  margin-bottom: 40px;
}

.benefits-item .number {
  font-size: 10rem;
  font-weight: bold;
  font-family: Roboto-Bold;
  color: #6fa6d8;
  line-height: 1;
}

.benefits-item .title {
  font-size: 3.6rem;
  color: #6f6f6f;
  font-weight: bold;
}

.benefits-item .content-top {
  margin-bottom: 40px;
}

.benefits-item .content-bottom p {
  line-height: 25px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

/* .section-flow */

.section-flow {
  background: #efefef;
}

.section-flow .block-item {
  width: 720px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: red;
  margin-bottom: 70px;
  border-radius: 16px;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.section-flow .block-item:nth-child(1) {
  background: #ffb100;
}
.section-flow .block-item:nth-child(2) {
  background: #91c5e4;
}
.section-flow .block-item:nth-child(3) {
  background: #7eb7e0;
}
.section-flow .block-item:nth-child(4) {
  background: #67abdd;
}
.section-flow .block-item:nth-child(5) {
  background: #4f9cd7;
}
.section-flow .block-item:nth-child(6) {
  background: #368ed3;
}

.section-flow .note {
  font-size: 4rem;
  color: #368ed3;
  font-weight: bold;
}
/*
.section-flow .block-item:not(:nth-last-child(2)):before {
  content: "";
  background: url(../assets/svg/arrow-down.svg) no-repeat center;
  width: 50px;
  height: 27px;
  background-size: cover;
  bottom: -50px;
  position: absolute;
}
*/
.section-plan .plan-item:not(:last-child) {
  margin-bottom: 50px;
}

.section-plan .plan-item {
  display: flex;
  height: 250px;
  align-items: center;
  border: 8px solid #6fa6d8;
  background-color: #6fa6d8;
}

.section-plan .plan-item .col-right {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-plan .plan-item > div {
  text-align: center;
}

.section-plan .plan-item .col-left {
  flex: 1;
  background: #6fa6d8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-plan .plan-item .col-right {
  flex: 2;
  font-size: 3.6rem;
}

.section-plan .plan-item .plan-title {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
}
.section-plan .plan-item .plan-desc {
  font-size: 2.6rem;
  color: #fff;
}

.section-plan .plan-info {
  font-size: 2.6rem;
  font-weight: bold;
}
.section-plan .plan-info .big-text span {
  font-size: 5.5rem;
  font-weight: bold;
  color: #5b8dd0;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .section-why-choose .list-post-item .widget_media_image {
    width: 100%;
    float: unset;
    margin-bottom: 0;
  }

  .section-why-choose .list-post-item .widgettitle {
    margin: 20px 0;
  }

  .section-collect-survey .tablet-item {
    margin-bottom: 50px;
  }

  .section-why-choose .list-post-item img {
    height: auto !important;
  }

  .benefits-item .number {
    font-size: 5.5rem;
  }

  .benefits-item .title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {

  .section-collect-survey img  {
    height: auto !important;
  }

  .section-flow .block-item {
    width: 100%;
  }

  .vanue-test-service .section-why-choose .panel.panel-type-2 .panel-heading {
    margin-bottom: 50px;
  }

  .section-why-choose .list-post-item .textwidget p {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
  }

  .section-why-choose .list-post-item .textwidget {
    margin: 0;
  }

  .section-why-choose .list-post-item .button-link {
    margin: 30px auto 0;
    font-size: 2rem;
    width: 100%;
    height: 50px;
  }

  .section-collect-survey .widgettitle {
    margin: 15px 0;
  }

  .section-collect-survey .textwidget p {
    font-size: 14px;
    line-height: 1.5;
  }

  
  .benefits-item {
    border: 5px solid #6fa6d8;
    padding: 20px 40px;
  }
  
  .section-flow .block-item {
    width: 100%;
    height: 50px;
    font-size: 2rem;
    margin-bottom: 35px;
  }

  .section-flow .block-item:not(:nth-last-child(2)):before {
    width: 25px;
    height: 13px;
    bottom: -25px;
  }

  .section-plan .plan-item {
    flex-direction: column;
    height: auto;
  }

  .section-plan .plan-item .col-left, .section-plan .plan-item .col-right{
    width: 100%;
    padding: 20px 0;
  }

  .section-flow .note {
    font-size: 2rem;
  }

  .section-plan .plan-info .big-text {
    display: block;
  }

  .section-plan .plan-item .plan-title {
    font-size: 2.5rem;
  }

  .section-plan .plan-item .plan-desc {
    font-size: 2rem;
  }

  .section-plan .plan-info .big-text span {
    font-size: 5rem;
  }

  .benefits-item .content-bottom p {
    letter-spacing: 0.5px;
  }
}