body {
  font-family: system-ui;
  color: #000000;
  line-height: 1.6666;
  font-weight: 400;
}

/* .home .site-wrapper-inner {
  background: url("../image/bg-tab-content.png") no-repeat;
  background-position: right center;
  background-size: cover;
} */

.banner {
  background: #f5f6fb;
  padding: 120px 0 100px;
}

.banner .section-title h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner .section-title p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 2;
}

.left-bnr {
  position: relative;
  padding-top: 30px;
}

.banner {
  position: relative;
}

.banner:after {
  content: '';
  background-image: url(../images/pattern.png);
  background-position: 0 0;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 90%;
  left: -1%;
  bottom: -5%;
}

.plan-info {
  position: relative;
  z-index: 2;
  padding-top: 50px;
}

.plan-info img {
  position: relative;
  z-index: 1;
  max-width: 85%;
}

.form-wrap h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 10px;
}

.txt-violet {
  color: #5e17eb;
}

.form-wrap h3.txt-violet {
  padding-bottom: 30px;
}

.form-wrap {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 3px 3px rgba(0,0,0,0.05);
}

.form-wrap .form-control {
  background: #f5f6fb;
  border: 1px solid #eeedf9;
  font-size: 18px;
  font-weight: 400;
}

.form-wrap .form-group {
  margin-bottom: 15px;
}

.form-wrap .btn-group {
  margin-top: 15px;
}

.form-wrap ::placeholder {
  color: #b9b9ba;
}

.form-wrap :-moz-placeholder {
  color: #b9b9ba;
}
.form-group.custom_select_wrapper {
  position: relative;
}
.custom_select_wrapper::before {
  content: "⌵";
  position: absolute;
  right: 1rem;
  pointer-events: none;
  display: block;
  z-index: 1;
  color: rgb(0, 0, 0);
}

.qoute-singal {
  margin-top: 70px;
  position: relative;
}

.qoute-singal::after {
  content: '';
  background-image: url(../images/comma.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 27%;
  height: 66%;
  left: 100%;
  bottom: -3%;
  position: absolute;
}

.client-quote {
  padding: 80px 0;
  background: #ffffff url('../images/test-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.client-quote .section-title h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}

.qoute-singal img {
  max-width: 100%;
  width: auto !important;
}

.qoute-singal {
  background: #ffffff;
  padding: 80px 80px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 54px;
}

.qoute-txt p {
  font-size: 27px;
  line-height: 1.3;
}

.client-logo {
  padding-top: 20px;
}

.qoute-singal .owl-dots {
  position: absolute;
  bottom: -60px;
  margin: 0 auto !important;
  left: 0;
  right: 0;
}

.qoute-singal .owl-dots .owl-dot {
  border: none;
  background: transparent;
  padding: 0 0;
}

.qoute-singal .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ae88f8;
}

.qoute-singal .owl-dots .owl-dot.active span,
.qoute-singal .owl-dots .owl-dot:hover span {
  background: #ae88f8;
}

@media (max-width: 1366px) {
  .banner::after {
    bottom: -22%;
    left: -5%;
  }
}

@media (max-width: 1200px) {
  .banner::after {
    bottom: -25%;
    left: -4%;
  }
  .plan-info img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .banner .section-title h2 {
    font-size: 36px;
  }

  .banner .section-title p {
    font-size: 18px;
  }

  .banner {
    padding: 130px 0 60px;
  }

  .banner::after {
    background-size: 50%;
    width: 100%;
    height: 90%;
    left: 1%;
    bottom: -31%;
  }

  .form-wrap h3 {
    font-size: 24px
  }

  .form-wrap h3.txt-violet {
    padding-bottom: 20px;
  }

  .form-wrap {
    padding: 30px 30px;

  }

  .client-quote .section-title h2 {
    font-size: 36px;
  }

  .qoute-txt p {
    font-size: 24px;
  }

  .qoute-singal {
    padding: 40px 40px;
    margin-top: 30px;
  }

  .client-quote {
    padding: 60px 0;
  }
  .plan-info {
    padding-top: 30px;
  }

}

@media (max-width: 768px) {
  .banner .section-title h2 {
    font-size: 32px;
  }
  .banner::after {
    bottom: -37%;
  }

  .form-wrap h3 {
    font-size: 20px;
  }

  .client-quote .section-title h2 {
    font-size: 32px;
  }

  .qoute-txt p {
    font-size: 20px;
  }

  .client-logo {
    padding-top: 10px;
  }

  .banner {
    padding: 100px 0 50px;
  }

  .client-quote {
    padding: 50px 0;
  }

  .qoute-singal::after {
    content: none;
    display: none;
  }
}

@media (max-width: 767px) {
  .banner::after {
    content: none;
    display: none;
  }
  .plan-info {
    padding-top: 15px;
  }
  .left-bnr {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .banner .section-title h2 {
    font-size: 28px;
  }

  .client-quote .section-title h2 {
    font-size: 28px;
  }

  .qoute-txt p {
    font-size: 18px;
  }
}