* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'poppins';
}

.landing-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.provider-landing-container {
  background-image: url(../images/banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 37px 0px;
  position: relative;

}

.provider-landing-container::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #004B6399;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.provider-landing-container .banner-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 2;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;

}

.provider-landing-container .banner-content .left-col {
  max-width: 560px;
  width: 100%;
}

.provider-landing-container .banner-content .left-col h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 96px;
  color: #FFF3F1;
  max-width: 560px;
  width: 100%;
}

.provider-landing-container .banner-content .left-col p {
  color: #FFF3F1;
  max-width: 400px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.provider-landing-container .banner-content .right-col {
  max-width: 560px;
  width: 100%;
  background-color: #004B63;
  box-shadow: 0px -4px 41.6px 0px #1E84B50F;
  box-shadow: 0px 4px 41.6px 0px #1E84B51C;
  border-radius: 16px;
  padding: 36px;
  text-align: center;
}

.provider-landing-container .banner-content .right-col h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #FFF3F1;
  margin-bottom: 16px;
}

.provider-landing-container .banner-content .right-col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff3f1;
}

.provider-landing-container .banner-content .right-col .group {
  border: 2px solid #FFF3F133;
  margin-top: 15px;
  border-radius: 15px;
  color: #fff3f1;
}

.provider-landing-container .banner-content .right-col .group input::placeholder {
  color: #fff3f1;
}

.provider-landing-container .banner-content .right-col .group input {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  padding: 17px 18px;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 15px;
  color: #fff3f1;
  background-color: #004B63;
}

.provider-landing-container .banner-content .right-col .group-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;

}

.provider-landing-container .banner-content .right-col .join-btn {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  max-width: 170px;
  width: 100%;
  margin: 16px auto 0px auto;
  background-color: #fff3f1;
  border-radius: 50px;
  padding: 8px;
  cursor: pointer;
  border: none;
}

.provider-landing-container .banner-content .right-col .join-btn span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #004B63;
  text-decoration: none;
}

.provider-landing-container .banner-content .right-col .join-btn .icon {
  width: 36px;
  height: 36px;
  border-radius: 50px;
  background-color: #004B63;
  margin-left: 12PX;
}

/*  provider landing css ends here */
/*  provider about start here */
.about-section {
  padding: 60px 0px;
}

.about-section .top h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #1A263C;
  margin-bottom: 15px;

}

.about-section .top p {

  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #1A263C;

}

.about-section .about-wrapper {
  display: grid;
  margin: 30px 0px;
  grid-template-columns: 1fr 1fr;
  position: relative;

}

.about-section .about-wrapper .left-col {
  max-width: 461px;
  width: 100%;
}

.about-section .about-wrapper .left-col h6 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: left;
  margin-bottom: 8px;
  color: #1A263C;
}

.about-section .about-wrapper .left-col p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #1A263C;
  line-height: 27px;


}

.about-section .about-wrapper .right-col {
  position: relative;
}

.about-section .about-wrapper .right-col .worker-guy {
  max-width: 370px;
  width: 100%;
  border-radius: 18px;
  /* position: relative; */
}

.about-section .about-wrapper .right-col .worker-guy img {
  width: 100%;
  height: 100%;
}

.about-section .about-wrapper .right-col .card {
  padding: 10px;
  background-color: #1A263C;
  border-radius: 8px;
  color: #fff3f1;
  max-width: 308px;
  width: 100%;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
}

.about-section .about-wrapper .right-col .card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff3f1;
}

.about-section .about-wrapper .right-col .card span {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;

  color: #fff3f1;
}


.about-section .about-wrapper .right-col .provider-time-img {
  position: absolute;
  left: -20%;
  bottom: -20%;
  height: 185px;

}

.about-section .about-wrapper .right-col .provider-time-img img {
  width: 100%;
  height: 100%;
}

/* about section css ends  here  */
/*  why shobbi css start  here  */
.why-shobbi {
  margin: 30px 0px;
}

.why-shobbi h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #1A263C;
  text-align: center;
  margin-top: 15px;
}

.why-shobbi p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;


}

.why-shobbi .why-shobbi-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 20px 0px 30px 0px;
}

.why-shobbi .why-shobbi-cards .why-shobbi-card {
  background-color: #004B630D;
  border-radius: 15px;
  padding: 20px 16px;
}

.why-shobbi .why-shobbi-cards .why-shobbi-card .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.why-shobbi .why-shobbi-cards .why-shobbi-card h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #1A263C;


}

.why-shobbi .why-shobbi-cards .why-shobbi-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #1A263C;

}



.why-shobbi h2.steps-heading {
  text-align: start;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #1A263C;
}

.why-shobbi .steps-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 25px 0px;
}

.why-shobbi .steps-wrapper .step-left {
  max-width: 470px;
  width: 100%;
}

.why-shobbi .steps-wrapper .step-left .step-container .top {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px 0px;
}

.why-shobbi .steps-wrapper .step-left .step-container .top .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;


}

.why-shobbi .steps-wrapper .step-left .step-container .top .icon span {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #004B63;
}

.why-shobbi .steps-wrapper .step-left .step-container .top h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #1A263C;
}

.why-shobbi .steps-wrapper .step-left .step-container p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1A263C;
  text-align: start;
  margin-bottom: 20px;
}

.why-shobbi .steps-wrapper .step-right {
  background-color: #fff3f1;
  padding: 40px;
  border-radius: 16px;
  max-width: 630px;
  width: 100%;
}

.why-shobbi .steps-wrapper .step-right .img {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.why-shobbi .steps-wrapper .step-right .img img {
  width: 100%;
}

/*  why shobbi css ends  here  */
/* download shobbi css start here */
.download-wrapper {
  background-color: #fff3f1;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-radius: 16px;
  position: relative;
  margin: 50px 0px;
}

.download-wrapper .download {
  max-width: 480px;
  width: 100%;
}

.download-wrapper .download h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #004B63;
  margin-bottom: 8px;
}

.download-wrapper .download p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #004B63;
}

.download-wrapper .download-apps {
  display: flex;
  align-items: center;
  margin: 0px 10px;
}

.download-wrapper .download-apps .img:first-child {
  margin-right: 10px;

}

.download-wrapper .download-container {
  margin: 0px 20px;

}

.download-wrapper .download-container div {
  display: flex;
  position: absolute;
  top: -10px;
}


.download-wrapper .download-container div img {
  height: 208px;
  max-width: 100px;
  width: 100%;
}



/* download shobbi css ends here */

/*  provider testimonial start here */

.provider-testimonial {
  background-color: #F0F5FF;
  border-radius: 24px;
  padding: 27px;
}

.provider-testimonial h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #1A263C;

}

.provider-testimonial .provider-reviews {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.provider-testimonial .provider-reviews .card {
  background-color: #fff;
  padding: 16px;
  border-radius: 20px;
}

.provider-testimonial .provider-reviews .card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1A263C;
  text-align: center;


}

.provider-testimonial .provider-reviews .card .image {
  max-width: 50px;
  width: 100%;
  height: 50px;
  margin: 8px auto;
}

.provider-testimonial .provider-reviews .card .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.provider-testimonial .provider-reviews .card .provider-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #1A263C;
  text-align: center;


}

.provider-testimonial .provider-reviews .card p.category {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #1A263C;
  margin-top: 8px;
  padding-bottom: 15px;
}

/*  provider testimonial ends here */

/*  request-wrapper css start  here */
.request-wrapper {
  text-align: center;
  padding: 60px 0px 100px 0px;
  background-image: url(../images/request-bg.png);
  background-position: center;
  object-fit: contain;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  margin: 50px 0px;
}

.request-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180.61deg, rgba(0, 75, 99, 0) 0.54%, rgba(0, 75, 99, 0.82) 99.49%);
  z-index: -1;
  border-radius: 20px;

}

.request-wrapper h3 {

  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #fff3f1;
}

.request-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fff3f1;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin: 10px auto;
}

.request-wrapper button {
  display: block;
  margin: 0 auto;
  color: #fff3f1;
  max-width: 202px;
  width: 100%;
  background-color: #004B63;
  padding: 15px 17px;
  border: none;
  border-radius: 50px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;

}

/*  request-wrapper css ends  here */
/*  faq css start here */
.faq {
  margin: 40px 0px;
}

/* .faq .heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #1A263C;
  margin-bottom: 15px;

} */
.faqs-wrapper {
  max-width: 754px;
  width: 100%;
  margin: 0 auto;



}

.faqs-wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #1A263C;
  margin-bottom: 20px;
}

/* .faq-container {
  border-top: 1px solid #ddd;
} */

.faqs-wrapper .faq-container .faq-item {
  /* border-bottom: 1px solid #ddd; */
  margin: 15px 0;
}

.faqs-wrapper .faq-container .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 2px solid #004B6333;
  padding: 20px 30px 20px 15px;
  border-radius: 8px;
}

.faqs-wrapper .faq-container .question p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #004B63;
}

.faqs-wrapper .faq-container .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
}

.faqs-wrapper .faq-container .icon span {
  position: absolute;
  background-color: #004B63;
  height: 3px;
  width: 22px;
  transition: transform 0.3s ease;
}

.faqs-wrapper .faq-container .icon .line1 {
  transform: rotate(90deg);
}

.faqs-wrapper .faq-container .icon .line2 {
  transform: rotate(0deg);
}

.faqs-wrapper .faq-container .answer {
  display: none;
  margin-top: 5px;
  border: 2px solid #004B6333;
  padding: 15px 30px 14px 15px;
  border-radius: 8px;
  background-color: #fff3f1;

}

.faqs-wrapper .faq-container .answer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #004B63;


}

.faqs-wrapper .faq-container .faq-item.active .answer {
  display: block;
}

.faqs-wrapper .faq-container .faq-item.active .icon .line1 {
  transform: rotate(0deg);
}

.faqs-wrapper .faq-container .faq-item.active .icon .line2 {
  transform: rotate(90deg);
  display: none;
}

/*  faq css ends here */
/*  responsiveness of the provider landing page start here */
@media only screen and (max-width:1200px) {
  .landing-container {
    padding: 0px 20px;
  }

  .provider-landing-container .banner-content .left-col h1 {
    font-size: 50px;
    line-height: 74px;
  }

  .about-section {
    padding: 40px 0px;
  }

  .download-wrapper .download-container div {
    right: 0px;
  }

}

@media only screen and (max-width:1024px) {
  .provider-landing-container .banner-content {
    display: block;
  }

  .provider-landing-container {
    padding: 15px 0px 25px 0px;
  }

  .provider-landing-container .banner-content .left-col {
    margin: 0 auto;
    max-width: 100%;
  }

  .provider-landing-container .banner-content .left-col h1 {
    /* max-width: 100%; */
    font-size: 45px;
    line-height: 55px;
    margin: 0 auto;
  }

  .provider-landing-container .banner-content .left-col p {
    /* max-width: 100%; */
    margin: 15px auto;
    max-width: 560px;

  }

  .provider-landing-container .banner-content .right-col {
    margin: 0 auto;
  }

  .about-section {
    padding: 20px 0px;
  }

  .about-section .top h3 {
    font-size: 31px;
    line-height: 49px;
  }

  .about-section .top p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
  }

  .about-section .about-wrapper .left-col h6 {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
  }

  .about-section .about-wrapper .right-col .card {
    top: 60%;
    right: -10px;
  }


  .why-shobbi h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
  }

  .why-shobbi .why-shobbi-cards {
    grid-template-columns: 1fr 1fr;
    margin-top: 25px;
  }

  .why-shobbi h2.steps-heading {
    text-align: start;
    font-size: 30px;
    font-weight: 700;
    line-height: 49px;
  }

  .why-shobbi .steps-wrapper {
    grid-template-columns: 1fr;
  }

  .why-shobbi .steps-wrapper .step-left {
    max-width: 100%;
  }

  .why-shobbi .steps-wrapper .step-right {
    margin: 0 auto;
  }

  .download-wrapper {
    padding: 20px;
    margin: 20px 0px;
  }

  .download-wrapper .download-container {
    display: none;
  }

  .download-wrapper .download h3 {
    font-size: 29px;
    font-weight: 700;
    line-height: 39px;

  }

  .download-wrapper .download p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .provider-testimonial h2 {
    font-size: 30px;

    line-height: 40px;
  }

  .provider-testimonial .provider-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .request-wrapper {
    padding-bottom: 50px;
    margin: 30px 0px;
  }

  .faq {
    margin: 20px 0px;
  }

  .faqs-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: start;
  }
}

@media only screen and (max-width:768px) {
  .provider-landing-container .banner-content .left-col h1 {
    max-width: 100%;

  }

  .provider-landing-container .banner-content .left-col h1 {
    /* max-width: 100%; */
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
  }

  .provider-landing-container .banner-content .left-col p {
    max-width: 100%;
    width: 100%;
  }

  .provider-landing-container .banner-content .right-col {
    max-width: 100%;
    padding: 30px 20px;
  }

  .about-section .top h3 {
    font-size: 25px;
    line-height: 34px;
  }

  .about-section .top p {
    font-size: 16px;
    line-height: 22px;
    text-align: start;
  }

  .about-section .about-wrapper {
    display: block;
  }

  .about-section .about-wrapper .left-col {
    max-width: 100%;
  }

  .about-section .about-wrapper .left-col h6 {
    font-size: 23px;
    line-height: 30px;
  }

  .about-section .about-wrapper .left-col p {
    font-size: 16px;
    line-height: 22px;
  }

  .about-section .about-wrapper .right-col {
    margin-top: 20px;
  }

  .about-section .about-wrapper .right-col .worker-guy {
    margin: 0 auto;
  }

  .about-section .about-wrapper .right-col .provider-time-img {
    left: 0px;
  }

  .about-section .about-wrapper .right-col .card p {
    font-size: 14px;
  }

  .why-shobbi h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .why-shobbi p {
    font-size: 16px;
    line-height: 22px;
  }

  .why-shobbi .why-shobbi-cards {
    margin-bottom: 20px;
  }

  .why-shobbi h2.steps-heading {
    font-size: 23px;
    line-height: 31px;
  }

  .why-shobbi .steps-wrapper {
    margin-top: 15px;
    gap: 10px;
  }

  .why-shobbi .steps-wrapper .step-left .step-container .top {
    margin-bottom: 10px;
  }

  .why-shobbi .steps-wrapper .step-left .step-container .top h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

  }

  .download-wrapper {
    display: block;
  }

  .download-wrapper .download {
    max-width: 100%;
  }

  .download-wrapper .download h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

  .download-wrapper .download-apps {
    margin: 20px 0px 0px 0px;
  }

  .provider-testimonial h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .provider-testimonial .provider-reviews .card .image {
    max-width: 35px;
    height: 35px;
  }

  .provider-testimonial .provider-reviews .card .provider-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .provider-testimonial .provider-reviews .card p.category {
    padding-bottom: 0px;
  }

  .request-wrapper {
    padding: 30px;
  }

  .request-wrapper h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .faqs-wrapper h2 {
    font-size: 25px;
    line-height: 33px;
  }

  .faqs-wrapper .faq-container .question p {
    font-size: 16px;
  }

}

@media only screen and (max-width:640px) {
  .provider-landing-container .banner-content .left-col {
    display: none;
  }

  .provider-landing-container .banner-content .right-col h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 6px;
  }

  .provider-landing-container .banner-content .right-col p {
    font-size: 15px;
  }

  .provider-landing-container .banner-content .right-col .group-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .provider-landing-container .banner-content .right-col .join-btn {
    justify-content: center;
  }

  .about-section .about-wrapper {
    margin-bottom: 0px;
  }

  .about-section .top h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .about-section .top p {
    font-size: 15px;
  }

  .about-section .about-wrapper .left-col h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .about-section .about-wrapper .left-col p {
    font-size: 15px;
    line-height: 24px;
  }

  .about-section .about-wrapper .right-col {
    display: none;
  }

  .why-shobbi {
    margin: 10px 0px 20px 0px;
  }

  .why-shobbi h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    text-align: start;
  }

  .why-shobbi p {
    text-align: start;
  }

  .why-shobbi .why-shobbi-cards {
    grid-template-columns: 1fr;
  }

  .why-shobbi .why-shobbi-cards .why-shobbi-card .icon {
    margin-bottom: 6px;

  }

  .why-shobbi .why-shobbi-cards .why-shobbi-card h3 {
    font-size: 16px;
    line-height: 25px;
  }

  .why-shobbi h2.steps-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .why-shobbi .steps-wrapper .step-left .step-container .top .icon {
    margin-right: 15px;
  }

  .why-shobbi .steps-wrapper .step-right {
    display: none;
  }

  .download-wrapper {
    margin-top: 0px;
    padding: 15px 15px;
  }

  .download-wrapper .download h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }

  .download-wrapper .download p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .provider-testimonial h2 {
    font-size: 16px;
    line-height: 25px;
  }

  .provider-testimonial .provider-reviews {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .provider-testimonial .provider-reviews {
    grid-template-columns: 1fr;
  }

  .request-wrapper {
    padding: 20px 10px;
  }

  .request-wrapper h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .faqs-wrapper h2 {
    font-size: 20px;
    line-height: 31px;
  }

  .faqs-wrapper .faq-container .question {

    padding: 15px 15px 15px 12px;

  }

  .faqs-wrapper .faq-container .answer {

    padding: 15px 15px 15px 12px;
  }

  .faqs-wrapper .faq-container .icon span {
    width: 15px;
    height: 2px;
  }

  .faqs-wrapper .faq-container .question p {
    font-size: 15px;
  }

  .faqs-wrapper .faq-container .question {
    align-items: start;
  }

  .faqs-wrapper .faq-container .icon {
    margin: 0px 0px 0px 10px;
  }

  .faqs-wrapper .faq-container .question {
    padding: 10px 11px 10px 10px;
  }

  .faqs-wrapper .faq-container .answer {
    padding: 10px 11px 10px 10px;
  }
}

@media only screen and (max-width:400px) {
  .provider-landing-container .banner-content .right-col {
    max-width: 100%;
    padding: 18px 12px;
  }

  .provider-landing-container .banner-content .right-col h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .provider-landing-container .banner-content .right-col .group input {

    padding: 14px 13px;
  }

  .about-section .about-wrapper .left-col h6 {
    font-size: 16px;
    line-height: 25px;
  }

  .why-shobbi h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 4px;
  }

  .why-shobbi .steps-wrapper {
    margin-bottom: 0px;
  }

  .why-shobbi {
    margin-bottom: 0px;
  }

  .provider-testimonial {
    padding: 16px 12px;
  }

  .request-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .faqs-wrapper h2 {
    font-size: 16px;
    line-height: 30px;
  }
}

/*  provider about ends here */