/* ABOUT CTA ASECTION */
.about-cta .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 458px;
}

.about-left-batch {
  border-radius: 10px;
  position: absolute;
  right: -85px;
  top: 35%;
}

.about-cta {
  position: relative;
  background-color: rgb(8 46 83);
  z-index: 0;
}

.about-trustfactor .heading-36 span {
  color: var(--yellowcolor);
}

.about-cta img.bgimg {
  opacity: 15%;
}

.about-cta-img {
  width: 300px;
}

.about-cta-img img {
  border-radius: 10px 10px 0 0;
}

a.btn_theme.fancybox.vdo_cta_btn {
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: 500;
  border-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 12px 20px 12px 25px;
  justify-content: space-between !important;
  position: relative;
}

a.btn_theme.fancybox.vdo_cta_btn:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../images/play-icon-small.svg) no-repeat;
  background-size: contain;
  filter: invert(0) brightness(14);
}

.page-template-about .fancybox-button--close::after {
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  top: 22px;
  left: 8px;
}

.about-cta-content {
  width: calc(100% - 300px);
  padding-left: 60px;
}

.about-cta-title {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 1.2px;
}

.about-cta-content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 22px;
  letter-spacing: 0.48px;
}

.about-cta-mail {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
  letter-spacing: 0.8px;
}

.about-cta-content>a {
  color: #fff;
  letter-spacing: 0.8px;
  font-size: 16px;
  font-weight: normal;
}

.about-advice {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding-top: 23px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-advice .call-advice {
  line-height: 1.2;
  margin-right: 50px;
}

.about-advice .call-advice span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: normal;
}

.about-advice .call-advice a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.about-advice .call-advice .call-link img {
  margin-right: 5px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(63%) saturate(0%) hue-rotate(60deg) brightness(111%) contrast(101%);
}

.about-advice .call-link {
  margin-top: 6px;
}

/* WHY SECTION */
.about-trustfactor {
  border-bottom: 1px solid rgb(8 46 83 / 10%);
  padding-bottom: 100px;
}

.about-trustfactor-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 38px;
}

.about-trsut-key-item {
  width: 250px;
  height: 250px;
  text-align: center;
  border: 1px solid var(--yellowcolor);
  border-radius: 10px;
  align-content: center;
}

.about-trsut-key-item:not(:first-child, :last-child) {
  justify-content: center;
}

.about-trsut-key-item:last-child {
  justify-content: flex-end;
}

.about-trust-num {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #082E53;
}

.about-trust-text {
  font-size: 14px;
  font-weight: normal;
  color: #9AA992;
}

.about-trsut-key-item .trust-text span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--themecolor);
}

.about-trsut-key-item .trust-text {
  line-height: 1.2;
}

.about-trsut-key-item .trust-text {
  color: #9aa992;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.7px;
}

.about-trustfactor .heading-36 {
  margin-bottom: 50px;
}

.about-trustfactor .heading-36:after {
  position: absolute;
  content: "";
  background: url(../images/title-bottom.svg) no-repeat;
  left: 42%;
  bottom: -20px;
  width: 224px;
  height: 14px;
}

.about-trustfactor .line-design {
  position: absolute;
  left: 391px;
  top: -26px;
}


/* ersponsive start */
@media (max-width: 1399.98px) {
  .about-trustfactor-wrapper {
    grid-gap: 15px;
  }

  .about-trsut-key-item {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 1199.98px) {
  .about-left-batch {
    right: -30px;
  }

  .about-trsut-key-item {
    width: 180px;
    height: 180px;
  }

  .about-trust-num {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .about-left-batch {
    right: 0;
  }

  .about-cta-content {
    padding-left: 35px;
  }

  .about-trsut-key-item {
    width: 100%;
    height: 180px;
  }

  .about-trustfactor-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width: 767.98px) {
  .about-cta-img {
    width: 100%;
    text-align: center;
  }

  .about-cta-content {
    padding-left: 0;
    width: calc(100%);
  }

  .about-cta .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (max-width: 575.98px) {

  .about-batch-content .about-left-batch {
    right: 0;
    left: 0;
    top: 75%;
  }

  .about-batch-content .hm-content {
    padding-top: 110px;
  }

  .about-advice {
    display: block;
  }

  .about-advice .call-advice {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .about-advice .call-link {
    margin-top: 0;
  }

  .about-cta-content {
    padding-top: 20px;
  }

  .about-trustfactor-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-trsut-key-item {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .about-trust-text {
    line-height: 18px;
    margin-top: 8px;
  }

  .about-trust-num {
    margin-top: 15px;
  }

  .about-trustfactor .heading-36:after {
    left: 23%;
  }

  .about-trustfactor {
    padding-bottom: 40px;
  }
}