.main-page {
  margin-bottom: 50px;
  margin-top: 100px;
}

.main-page b, .main-page strong {
  font-weight: bolder !important;
}

.main-page p {
  text-align: left;
  font: normal normal 500 15px/24px Spartan;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 10px;
}

.main-page p a {
  color: #0092C9;
}

.main-page h1 {
  text-align: left;
  font: normal normal normal 50px/57px spartan;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 35px !important;
  margin-top: 30px;
  position: relative;
}

.main-page h1::after {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 75px;
  bottom: -10px;
  background: #0078BD;
  border-radius: 50px;
}

.main-page h2 {
  text-align: left;
  font: normal bold normal 24px/1.4 spartan;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 25px !important;
}

.main-page h3 {
  text-align: left;
  font: normal normal normal 20px/1.4 spartan;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 20px !important;
}

.main-page ul {
  padding-left: 35px;
  list-style: disc;
}

.main-page ul li {
  text-align: left;
  font: normal normal 500 15px/24px Spartan;
  letter-spacing: 0px;
  color: #131313;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  /* Testimonial Slider */
  #testimonial-sliders {
    height: unset;
    position: relative;
    padding: 20px 0px;
  }
  #testimonial-sliders .section-title {
    margin-bottom: 1rem;
  }
  #testimonial-sliders .slick-dots {
    transform: translateX(0px) !important;
  }
  #testimonial-sliders .slick-arrows {
    position: absolute;
    bottom: 55px;
    left: -10px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    right: 208px;
    z-index: 1;
  }s
  #testimonial-sliders .main-area__arrow svg a,
  #testimonial-sliders .main-area__arrow svg g {
    stroke: #0092c9 !important;
  }
  #testimonial-sliders .main-area__arrow .b {
    fill: #0092c9;
  }

  #testimonial-sliders .main-area-content-wrapper {
    position: unset;
  }
  #testimonial-sliders .main-area-content-text {
    position: relative;
    height: 445px;
    max-width: unset;
    justify-content: center;
    margin-bottom: 30px;
    align-items: stretch;
  }
  #testimonial-sliders .testimonial-area-subtitle {
    background-color: #fff;
    font: normal normal 500 14px/24px Spartan;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    overflow-y: hidden;
  }
  #testimonial-sliders h4 {
    font-weight: 700;
    font-size: 19px;
    font-family: "Bai Jamjuree";
    line-height: 25px;
  }
  #testimonial-sliders .main-area-content-text:after {
    position: absolute;
    content: "";
    top: 60px;
    left: 0;
    background-image: url(../../../images/circle_bg_image.png);
    height: 75%;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right 4px bottom 0px;
    z-index: -1;
    transform: rotate(10deg);
  }
  .testimonial-quotation-mark {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
  }
  #testimonial-sliders .slick-slider .slick-slide {
    background: transparent;
  }
}

@media only screen and (min-width: 425px) {
  /* Testimonial Slider */
  #testimonial-sliders .main-area-content-text:after {
    left: 50px;
    height: 70%;
    width: 80%;
  }
}
@media only screen and (min-width: 576px) {
  /* Testimonial Slider */
  #testimonial-sliders h4 {
    margin-bottom: 35px;
  }
  #testimonial-sliders .main-area-content-text {
    width: 90%;
  }
  #testimonial-sliders .main-area-content-text:after {
    left: 60px;
    height: 67%;
    width: 70%;
  }
  #testimonial-sliders .main-area-content {
    grid-template-rows: 298px 110px;
  }
}

@media only screen and (min-width: 768px) {
  /* Testimonial Slider */
  #testimonial-sliders .main-area-content-text {
    width: 70%;
  }
  .testimonial-slider-summary-heading {
    width: 90%;
    text-align: center;
  }
  #testimonial-sliders .slick-arrows {
    bottom: 120px;
  }
  #testimonial-sliders h4 {
    width: 50%;
    margin: 0 auto;
  }
  #testimonial-sliders .main-area-content-text:after {
    left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  /* Testimonial Slider */
  #testimonial-sliders .testimonial-area-subtitle {
    padding: 35px 30px;
  }
  #testimonial-sliders .main-area-content-text {
    width: 40%;
    padding: 0px;
    align-items: stretch;
  }
  #testimonial-sliders .slick-arrows {
    bottom: 60px;
  }
  #testimonial-sliders .main-area-content-text:after {
    left: 30px;
    height: 80%;
    width: 88%;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial-arrows .main-area__arrow.main-area__arrow_right.slick-arrow {
    transform: translate(0px,90px);
}

  .testimonial-arrows .main-area__arrow.main-area__arrow_left.slick-arrow {
  transform: translate(0px,90px);
}
}
@media only screen and (max-width: 767px) {
  #testimonial-sliders .slick-arrows{
    bottom: 120px;
  }
  .testimonial-arrows .main-area__arrow.main-area__arrow_right.slick-arrow {
    transform: translate(10px,90px);
}
}
@media only screen and (max-width: 620px) {
  .testimonial-arrows .main-area__arrow.main-area__arrow_right.slick-arrow {
    transform: translate(50px,90px);
}
.testimonial-arrows .main-area__arrow.main-area__arrow_left.slick-arrow {
  transform: translate(-40px,90px);
}
}
@media only screen and (max-width: 375px) {
  .testimonial-arrows .main-area__arrow.main-area__arrow_right.slick-arrow {
    transform: translate(80px,90px);
}
.testimonial-arrows .main-area__arrow.main-area__arrow_left.slick-arrow {
  transform: translate(-60px,90px);
}
}
@media only screen and (min-width: 1200px) {
  /* Testimonial Slider */
  #testimonial-sliders .main-area-content-text:after {
    left: 15px;
    height: 80%;
    width: 94%;
  }
  .testimonial-slider-summary-heading {
    width: 90%;
  }
  #testimonial-sliders .main-area-content-text {
    width: 30%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 320px) {

}