body,
html {
  font-family: "Manrope", sans-serif;
  background: #f5f5f5;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;

  padding: 0;
}

.logo img {
  height: 80px;
}

.container-fluid {
  padding: 0px 30px;
}

header {
  padding: 10px 0px;
}

.title-font-sm {
  font-size: 40px;
}

.bnt-get-strat a {
  display: inline-block;

  text-decoration: none;

  color: #fff;

  background: #31c832;

  padding: 10px 30px;

  border-radius: 30px;

  font-weight: 800;

  font-size: 20px;

  transition: all 0.5s;
}

.bnt-get-strat a:hover {
  background: #31c832;

  color: #fff;
}

.hero-banner-bnt {
  position: relative;

  margin-top: 25px;
}

.hero-banner-privacy {
  background: #30333f;
}

.hero-banner-terms {
  background: #30333f;
}

.privacy-contant .content-section .title-section {
  padding-left: 0 !important;
}

.line-hero-banner {
  border-bottom: 1px solid #30333f30;

  width: 50%;

  text-align: center;

  margin: 0 auto;
}

.line-hero-banner-uper {
  padding: 15px 0;
}

.hero-banner {
  border-radius: 20px;

  background: url(../img/homepage-hero-banner-feb24\ 4.png);

  height: 80vh;

  position: relative;

  background-position: center top;

  object-fit: cover;

  background-repeat: no-repeat;

  display: flex;

  align-items: center;

  justify-content: center;
}

.section-padding {
  padding: 60px 0px;
}

.sub-title-sectrion {
  display: inline-block;

  padding: 12px 20px;

  /* border-radius: 30px; */

  border-bottom: 2px solid #31c832;

  background: transparent;
}

.sub-title-sectrion:hover {
  background: transparent;
}

.read-more-btn {
  display: inline-block;

  padding: 8px 20px;

  border-radius: 30px;

  border: 1px solid #31c832;

  background: #31c832;
}

.read-more-btn a {
  color: #fff;

  text-decoration: none;

  font-weight: 600;
}

.sub-title-sectrion h6 {
  font-weight: 700;

  letter-spacing: 2px;

  font-size: 20px;

  color: #31c832;
}

.sub-title-sectrion h6:hover {
  color: #31c832;
}

.about-list-text {
  position: relative;

  padding-left: 20px;
}

.hero-banner .hero-banner-text-content .title-section h1 {
  font-size: 60px;

  font-weight: 600;

  padding: 0 110px;

  margin: 30px 0;

  color: #fff;
}

.hero-banner .hero-banner-text-content .title-section p {
  display: inline-block;

  width: 50%;

  font-size: 16px;

  line-height: 30px;

  color: #fff;
}

.title-section h2 {
  font-size: 50px;

  font-weight: 600;

  /* line-height: 4.5rem; */
}

.title-section h3 {
  font-size: 30px;

  font-weight: 600;
}

.services .title-section h3 {
  margin: 15px 0;
}

.about-text-content .title-section h2 {
  margin: 20px 0;

  font-size: 28px;

  font-weight: 700;

  line-height: 2.5rem;
}

.services .title-section h2 {
  font-size: 55px;

  margin: 20px 100px 50px;
}

.about-text-content .title-section p {
  margin-bottom: 25px;

  line-height: 1.8rem;
}

.title-section h4 {
  font-size: 19px;

  font-weight: 800;

  color: #30333f;
}

.hero-banner-img img {
  width: 25%;

  position: absolute;

  bottom: 0;

  right: 0;
}

.about .img-content-about {
  background: url(../img/handsome-electrician-checking.png);

  width: 100%;

  height: 100%;

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  background-position: center;

  background-repeat: no-repeat;

  transition: all 0.5s ease-in;
}

.about .img-content-about:hover::before {
  content: "";

  background: #30333f;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.2;

  z-index: 3;
}

.call-btn {
  display: inline-block;

  background: #30333f;

  border-radius: 100%;

  padding: 10px;
}

.call-text a {
  text-decoration: none;

  color: #30333f;

  font-weight: 600;
}

.call-text p {
  color: #7a7a7a;

  font-size: 16px;

  font-weight: 600;
}

.call-text {
  padding-left: 25px;
}

.services {
  background: #f0eeea;
}

.img-content-services {
  position: relative;

  text-align: center;
}

.img-content-services .img-1 {
  width: 100%;

  height: 260px;

  border-radius: 15px;

  object-fit: cover;
}

.icon-item {
  background: #31c832;

  width: 68px;

  height: 68px;

  position: absolute;

  top: 20px;

  left: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;
}

.img-content-services::before {
  content: "";

  position: absolute;

  background: #30333f;

  top: 0;

  left: 0;

  border-radius: 15px;

  width: 100%;

  height: 100%;

  opacity: 0.3;
}

.icon-item img {
  width: 68px;

  height: 68px;

  border-radius: 50%;
}

footer {
  background: #30333f;

  color: #ffff;
}

footer .logo img {
  height: 65px;

  margin-bottom: 50px;
}

footer p {
  color: #fff !important;

  font-size: 16px !important;
}

footer .title-section a {
  text-decoration: none;

  color: #fff;

  font-size: 24px;

  display: block;

  margin-top: 10px;
}

footer .footer-logo p {
  margin: 30px 10px 30px 0;
}

footer h5 {
  font-size: 30px;

  margin-left: 10px;
}

footer .address p,
footer .contact p {
  margin: 20px 0px;
}

.social-media-bg {
  display: flex;

  background: #31c832;

  height: 40px;

  width: 40px;

  justify-content: center;

  align-items: center;

  border-radius: 50%;
}

.social-media-menu {
  margin: 20px 0;
}

/* tumse-condition */

.hero-banner-terms {

  padding: 50px 0;

  position: relative;
}

.footer {
/*  height: 100%;

  width: 100%;*/

  background-position: center right;

  position: relative;

  object-fit: cover;

  color: #fff;

  z-index: 9;

  background-repeat: no-repeat;
}

/*.hero-banner-terms::before {
  content: "";

  background: #30333f;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 1;
}*/

.tumse-condition a {
  background: none;

  color: #fff;
}

.registration-form .title-section h2 {
  text-align: center;
}

.top-name p {
  font-size: 16px;
}

/* privacy */

.hero-banner-privacy {

  padding: 100px 0;

  position: relative;
}

.hero-banner-privacy span,
.hero-banner-terms span {
  position: relative;
}

/*.hero-banner-privacy::before {
  content: "";

  background: #30333f;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 1;
}*/

.title-section p {
  font-size: 16px;

  font-weight: 500;

  color: #7a7a7a;

  line-height: 1.5rem;

  margin-bottom: 0px;
}

.services .title-section p {
  min-height: 90px;
}

.title-section p span {
  font-size: 18px;
  color: #31c832;
}

.privacy-contant .content-section .title-section {
  padding-left: 0px;
}

.peragraph {
  padding-left: 10px;
}

.privacy-contant .content-section span p {
  padding-left: 0px !important;

  margin: 10px 0px;
}

.privacy-contant .content-section ol span li {
  font-size: 24px;

  list-style: none;

  font-weight: bold;
}

.privacy-contant .title-section p {
  margin: 20px 0px;
}

.privacy-contant .title-section span p span {
  font-size: 20px;

  color: #30333f;

  font-weight: 800;
}

.privacy-contant .title-section a {
  background: none;

  text-decoration: underline;

  color: #30333f;

  font-weight: 800;

  padding: 0px;
}

.peragraph li {
  margin: 10px;
}

.logo-footer img {
  height: 60px;

  margin-bottom: 10px;
}

.email-id,
.call-id {
  margin-bottom: 20px;
}

.blink_text {
  animation-name: blinker;

  animation-duration: 1s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  text-decoration: none;

  font-weight: 800;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .services .title-section h2 {
    margin: 20px 220px 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-banner {
    background: url(../img/homepage-hero-banner-mobile.png);

    background-position: center right;

    overflow: hidden;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .hero-banner-text-content {
    position: relative;

    z-index: 2;
  }

  .hero-banner::before {
    content: "";

    width: 100%;

    height: 100%;

    background: #30333f;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0.8;
  }

  .about .img-content-about {
    background: url(../img/handsome-electrician-checking-electrical\ 1.png);

    width: 100%;

    height: 680px;

    background-position: center;

    margin-bottom: 30px;

    border-radius: 20px;

    background-repeat: no-repeat;
  }

  .hero-banner .hero-banner-text-content .title-section h1 {
    padding: 0 !important;

    font-size: 58px;
  }

  .services .title-section h2 {
    margin: 20px 0 50px;
  }

  .about-list .icon-bg {
    width: 50px;
  }

  .title-section h2 {
    font-size: 38px;
    line-height: 3.5rem;
  }

  .about-text-content .title-section h2 {
    margin: 10px 0;

    font-size: 26px;
  }

  .hero-banner-privacy span,
  .hero-banner-terms span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;

    margin-bottom: 0 !important;
  }

  footer p {
    font-size: 16px;
  }

  .services-item-mt {
    margin-top: 0;
  }

  .img-content-services {
    margin-top: 30px;
  }

  .hero-banner-img img {
    width: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-banner .hero-banner-text-content .title-section h1 {
    font-size: 36px;
  }

  .hero-banner-img img {
    display: none;
  }

  .section-padding {
    padding: 30px 0;
  }

  .services .title-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .services .title-section h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-banner {
    height: 50vh;
  }

  .hero-banner-text-content h1 {
    margin: 0 !important;
    font-size: 21px !important;
  }

  .hero-banner-text-content .title-section p {
    font-size: 16px !important;
    margin-top: 10px;
    line-height: normal;
  }

  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;

    font-size: 14px;

    line-height: 25px;
  }

  .about-list .icon-bg {
    width: 30px;
  }

  .contact {
    margin: 30px 0;
  }

  .bnt-get-strat a {
    padding: 9px 20px;

    font-size: 18px;
  }

  .title-section {
    text-align: center;
  }

  /* .hero-banner .hero-banner-text-content .title-section h1 {

        font-size: 24px;

    } */

  .about .img-content-about {
    background-position: center center;

    background-size: cover;
  }

  .bnt-get-strat {
    text-align: center;
  }

  .title-section p {
    font-size: 14px !important;

    line-height: 1.2rem;
  }

  .about-list .icon-bg {
    width: 40px;
  }

  .services .title-section h2 {
    font-size: 42px;

    margin-bottom: 0px;

    /* line-height: 2.5rem; */
  }

  .img-content-services {
    margin-top: 20px;
  }

  .sub-title-sectrion {
    padding: 15px 20px;
  }

  .tumse-condition-name {
    text-align: center;

    display: block !important;
  }

  .about-text-content .title-section h2 {
    font-size: 25px;

    line-height: 2.5rem;
  }

  .about-list-text {
    padding: 0;

    margin: 0 auto;
  }

  .about-list .icon-bg {
    width: 55px;
  }

  .title-section h3 {
    font-size: 22px;
  }

  footer h5 {
    font-size: 20px;
  }

  .icon-item img {
    width: 50px;

    height: 50px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  footer p {
    font-size: 13px;
  }

  footer .address p,
  footer .contact p {
    margin: 10px 0px;
  }

  .email-id,
  .call-id {
    margin-bottom: 10px;
  }

  .sub-title-sectrion h6 {
    font-size: 14px;
  }

  .icon-bg {
    display: none;
  }

  footer .title-section a {
    font-size: 22px;
  }

  .services .title-section h2 {
    font-size: 31px;

    line-height: 2.5rem;
  }
}

/* index1 form section styling start here */

.index2-form-inner-con input,
.index2-form-inner-con select,
.index2-form-inner-con textarea {
  width: 100%;

  height: 50px;

  padding: 10px 20px;

  font-size: 14px;

  line-height: 22px;

  color: var(--text-color);

  border: none;

  margin-bottom: 30px;
}

.index2-form-inner-con input:focus,
.index2-form-inner-con select:focus,
.index2-form-inner-con textarea:focus,
.index2-form-inner-con input:focus-visible,
.index2-form-inner-con select:focus-visible,
.index2-form-inner-con textarea:focus-visible {
  outline: 1px solid var(--accent);
}

.index2-form-inner-con select {
  appearance: none;
}

.submit-btn button {
  height: 50px;

  font-size: 16px;

  line-height: 28px;

  padding: 10px 20px;

  font-weight: 700;

  cursor: pointer;

  color: var(--primary-color);

  background: var(--accent);

  border: 1px solid var(--accent);

  transition: 0.2s ease-in-out;

  margin-top: 10px;

  width: 100%;
}

.submit-btn button:focus {
  outline: none;
}

.submit-btn button:hover {
  color: var(--accent);

  background: var(--primary-color);
}

/*.index2-form-inner-con .list-unstyled {

    display: grid;

    gap: 20px;

    margin-bottom: 39px;

    grid-template-columns: 32.1% 32.1% 32.1%;

}*/

.form-box span.error {
  color: red;

  position: absolute;

  top: -26px;

  left: 0;
}

.index2-form-inner-con {
  position: relative;
}

/*.index2-form-inner-con ul li:last-child{

    grid-column: 1/-1;

}*/

/*.index2-form-inner-con  textarea {

    height: 137px;

    resize: none;

    padding: 22px 20px;

}*/

.index1-form-main-section {
  padding: 60px 0px;
}

.index2-form-inner-con {
  margin-top: 30px;
}

.submit-btn button {
  /*padding: 10px 30px;

    font-size: 16px;

    line-height: 28px;

    font-weight: 700;

    cursor: pointer;

    color: #fff;

    background: #31C832;*/

  display: inline-block;

  text-decoration: none;

  color: #fff;

  background: #31c832;

  padding: 10px 30px;

  border-radius: 30px;

  font-weight: 800;

  font-size: 20px;

  transition: all 0.5s;

  border: 1px solid #31c832;

  transition: 0.2s ease-in-out;
}

.submit-btn button:hover,
.submit-btn button:focus {
  color: #31c832;

  background: #fff;
}

/* index1 form section styling end here */

#ServiceRequried {
  font-size: 18px;

  text-align: center;

  pointer-events: none;
}

@media only screen and (max-width: 575px) {
  .index2-form-inner-con ul {
    grid-template-columns: inherit;
  }
}

/*New Css=======================*/
.title-section-2 h4{
    font-size: 24px;
    color: #000000;
    font-weight: normal;
}
.trusted-box{
    background: #31c832;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin-top: 20px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.trusted-box:hover, .trusted-box:focus{
  background-color: #2cb62d;
}
.trusted-box a{text-decoration: none;}
.trusted-box h2{
    font-size: 36px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}
.trusted-box h4{
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
}
.inner-box{
    padding: 0 45px;
}
.trusted-box .row .col-md-4:nth-child(even) .inner-box{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.service-area{
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #31C832;
    border-bottom: 1px solid #31C832;
}
.service-area p{
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 28px;
    font-weight: 800;
    color: #31C832;
}
.service-area p img{
    width: 25px;
    margin-right: 10px;
}
.search-group{
    width: 60%;
}
.search-group .form-control{
    height: 50px;
    border-radius: 50px;
    border: 1px solid #31C832;
    background: #e7ffe8;
    box-shadow: none;
}
.search-group .input-group-text{
    height: 50px;
    border-radius: 50px;
    border: 1px solid #31C832;
    background: #31C832;
    padding: 0 30px;
    color: #ffffff;
    font-size: 16px;
}
p.success{
 font-size: 16px;
 text-align: center!important;
 color: #333333; 
 margin-top: 20px;
 display: none;
}
.guarantee{
    background: #f0eeea;
    border-radius: 20px;
    padding: 40px;
}
.guarantee-icon{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
}
.guarantee h1{
    font-size: 30px;
    font-weight: 800;
    color: #31C832;
    margin-bottom: 20px;
    margin-top: 20px;
}
.guarantee p{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.faq-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question {
    font-weight: 600;
    margin: 0;
    color: #001a3c;
    font-size: 16px;
    width: 80%;
}

.faq-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #333333;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: transform 0.3s;
}

.faq-body {
    display: none;
    background-color: #f0f6ff;
    padding: 20px;
    font-size: 15px;
    color: #333;
    border-top: 1px solid #e0ecfa;
}

.faq-card.active .faq-body {
    display: block;
}

.faq-icon::before {
    content: "+";
    display: block;
}

.faq-card.active .faq-icon::before {
    content: "-";
}

.faq-icon,
.faq-icon::before {
    transition: all 0.3s ease;
}

.testimonial {
    background: #f0eeea;
}
.test-lft-cnt{
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20584.77%20475.1%22%3E%3Cpath%20d%3D%22M439.07%2C475.1H145.7C65.36%2C475.1%2C0%2C409.74%2C0%2C329.4v-183.7C0%2C65.36%2C65.36%2C0%2C145.7%2C0h293.38c80.34%2C0%2C145.7%2C65.36%2C145.7%2C145.7v183.7c0%2C80.34-65.36%2C145.7-145.7%2C145.7ZM145.7%2C93.17c-28.97%2C0-52.53%2C23.57-52.53%2C52.53v183.7c0%2C28.97%2C23.57%2C52.53%2C52.53%2C52.53h293.38c28.97%2C0%2C52.53-23.57%2C52.53-52.53v-183.7c0-28.97-23.57-52.53-52.53-52.53H145.7Z%22%20style%3D%22fill%3A%23d3e4f2%3B%22%2F%3E%3C%2Fsvg%3E);
    /* background-size: auto calc(100% - 5rem); */
    /* background-repeat: no-repeat; */
    /* background-position: calc((100vw - 1200px) / 2 / 3) center; */
    width: 100%;
    height: 100%;
    padding: 50px;
    background-repeat: no-repeat;
}
#customers-testimonials .item{
  background-color: #ffffff;
  color: #333333;
  padding: 20px 20px;
  text-align: left;
  border-radius: 15px;
  border-top: 15px solid #31c832;
  height: 100%;
}
#customers-testimonials .item{
    height: 100%;
}
#customers-testimonials .item-details h5 {
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 800;
}
#customers-testimonials .item-details span {
  color: #ffb800;
  margin-top: 5px;
}
#customers-testimonials .item-details span .fa-star{
    font-size: 14px;
}
#customers-testimonials .item-details p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}
#customers-testimonials .item {
  height: 100%;
  display: flex;
}

#customers-testimonials .owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

#customers-testimonials .owl-carousel .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#customers-testimonials .owl-carousel {
  position: relative;
}

#customers-testimonials .owl-next,
#customers-testimonials .owl-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 30%;
  font-size: 20px;
  color: #333333;
  border: 1px solid #333333;
  text-align: center;
}

#customers-testimonials .owl-prev {
  left: -100px;
}

#customers-testimonials .owl-next {
  left: -50px;
}




.test-lft-cnt{
    margin-left: 0%;
}
.test-lft-cnt h1{
    font-size: 46px;
    font-weight: 800;
    color: #31c832;
    margin-bottom: 20px;
}
.test-lft-cnt p{
    font-size: 18px;
    font-weight: 600;
    color: #31c832;
}
.test-lft-cnt span{
    color: #ffb800;
    font-size: 16px;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .inner-box{
        padding: 0 20px;
    }
    .trusted-box h2{
        font-size: 28px;
    }
    .trusted-box h4{
        font-size: 20px;
    }
    .service-area p{
        font-size: 20px;
    }
    .search-group{
        width: 80%;
    }
}
@media (max-width: 768px) {
    .trusted-box h2 {
        font-size: 20px;
    }
    .trusted-box h4 {
        font-size: 14px;
    }
    .title-section-2 h4 {
        font-size: 18px;
    }
    .guarantee h1 {
        font-size: 24px;
    }
    .guarantee p br{
        display: none;
    }
    .test-lft-cnt h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .test-lft-cnt p {
        font-size: 14px;
    }
    .guarantee-icon {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 767px) {
.trusted-box .row .col-md-4:nth-child(even) .inner-box {
    border-left: none;
    border-right: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0;
}
.trusted-box .inner-box{
  padding: 10px 0;
  width: 80%;
  margin: auto;
}
.bnt-get-strat a {
    padding: 10px 20px!important;
    font-weight: 800;
    font-size: 16px;
}
.service-area p {
    justify-content: center;
    margin-bottom: 10px;
}
.search-group {
    width: 80%;
    margin: auto;
}
.services .title-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: normal;
}
.services .title-section p {
    min-height: 60px;
}
.guarantee h1 {
    font-size: 18px;
}
.test-lft-cnt {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20584.77%20475.1%22%3E%3Cpath%20d%3D%22M439.07%2C475.1H145.7C65.36%2C475.1%2C0%2C409.74%2C0%2C329.4v-183.7C0%2C65.36%2C65.36%2C0%2C145.7%2C0h293.38c80.34%2C0%2C145.7%2C65.36%2C145.7%2C145.7v183.7c0%2C80.34-65.36%2C145.7-145.7%2C145.7ZM145.7%2C93.17c-28.97%2C0-52.53%2C23.57-52.53%2C52.53v183.7c0%2C28.97%2C23.57%2C52.53%2C52.53%2C52.53h293.38c28.97%2C0%2C52.53-23.57%2C52.53-52.53v-183.7c0-28.97-23.57-52.53-52.53-52.53H145.7Z%22%20style%3D%22fill%3A%23d3e4f2%3B%22%2F%3E%3C%2Fsvg%3E);
    background-size: 100% 100%;
    padding: 50px 100px;
    text-align: center;
    margin-bottom: 20px;
}
#customers-testimonials .owl-next, #customers-testimonials .owl-prev {
     position: inherit; 
}
#customers-testimonials .owl-nav {
  width: 100% !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#customers-testimonials .owl-next{
    right:0!important;
    left: 0;
  }
#customers-testimonials .owl-prev {
  left: -50px;
}
.test-lft-cnt h1 {
    font-size: 26px;
    margin-bottom: 15px;
}
.test-lft-cnt {
    padding: 3px 50px;
}
.guarantee p {
    font-size: 14px;
}
.faq-card {
    margin-bottom: 10px;
}
.title-section h2 {
  font-size: 26px;
  line-height: 3.5rem;
}
}