.ecapm-heading {
  font-size: 20px !important;
}

.text-alic-blue {
  color: #03B8F7;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Poppins", sans-serif !important;
}

h1 {
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px !important;
  }
}

.h4 {
  color: #031B2B !important;
  font-size: 24px !important;
  line-height: 28px !important;
  margin: 20px 0 !important;
  font-weight: 700 !important;
}

.h2 {
  color: #031B2B !important;
  font-size: 48px !important;
  text-align: center;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  .h2 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
}

body.test {
  background: transparent !important;
}
body.test header {
  margin-bottom: 0 !important;
}
body.test #mainNav.fixed-top,
body.test .ecompass-header {
  background: transparent linear-gradient(319deg, #F36FEF -10%, #7249B9 55%) 0% 0% !important;
}
@media (min-width: 1200px) {
  body.test #mainNav.fixed-top,
body.test .ecompass-header {
    padding-left: 140px;
  }
}
body.test.subheader {
  background-color: transparent !important;
}
body.test.subheader #mainNav .dnone {
  display: block !important;
}
body.test.subheader #mainNav .dblock {
  display: none !important;
}
body.test.subheader #mainNav .navbar-nav .nav-item .nav-link {
  color: var(--white) !important;
}
body.test .ecompass-header .btn-header {
  background: #03B8F7;
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: 600;
}
body.test .ecompass-header .btn-header:hover {
  background: #031B2B;
}
@media (max-width: 767px) {
  body.test .ecompass-header .btn-header {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  body.test .ecompass-header .ecompass-row {
    padding: 110px 0 140px;
  }
}
@media (max-width: 767px) {
  body.test .ecompass-header .ecompass-row {
    padding: 110px 0 140px;
  }
}
@media (min-width: 768px) {
  body.test .ecompass-header .ecompass-row {
    padding: 130px 0 370px;
  }
}
@media (min-width: 992px) {
  body.test .ecompass-header .ecompass-row {
    padding: 120px 0 0;
  }
}
@media (min-width: 1200px) {
  body.test .ecompass-header .ecompass-row {
    padding: 200px 0 70px;
  }
}
@media screen and (min-width: 1600px) {
  body.test .ecompass-header .ecompass-row {
    padding: 200px 0;
  }
}
@media screen and (min-width: 1700px) {
  body.test .ecompass-header .ecompass-row {
    padding: 200px 0 300px;
  }
}
@media screen and (min-width: 2080px) {
  body.test .ecompass-header .ecompass-row {
    padding: 200px 0 400px;
  }
}
@media screen and (min-width: 2331px) {
  body.test .ecompass-header .ecompass-row {
    padding: 200px 0 500px;
  }
}
@media (max-width: 991px) {
  body.test .ecompass-header .ecompass-row .first-img {
    float: left !important;
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  body.test .ecompass-header .ecompass-row .first-img {
    margin-top: -60px;
    margin-right: 20px;
  }
}
body.test .ecompass-header .ecompass-row .second-img img {
  width: 100%;
}
@media (min-width: 576px) {
  body.test .ecompass-header .ecompass-row .third-img {
    padding-bottom: 120px;
  }
}
@media (min-width: 768px) {
  body.test .ecompass-header .ecompass-row .third-img {
    padding-bottom: inherit;
  }
}
body.test .ecompass-header .ecompass-row .third-img img {
  width: 100%;
}
@media (min-width: 992px) {
  body.test .ecompass-header .ecompass-row .third-img img {
    top: 160px;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  body.test .ecompass-header .ecompass-row .third-img img {
    left: 0;
  }
}
@media screen and (min-width: 1360px) {
  body.test .ecompass-header .ecompass-row .third-img img {
    top: 0;
  }
}

.workflow-btn {
  background: transparent linear-gradient(319deg, #F36FEF -10%, #7249B9 55%) 0% 0% !important;
  color: var(--white);
  font-size: 18px;
  padding: 20px 60px;
  margin-top: 60px;
  position: inherit;
  border-radius: 40px;
  transition: all 0.3s ease-in-out;
}
.workflow-btn:hover {
  background: transparent linear-gradient(301deg, #8C5DDC 0%, #F36FEF 100%) 0% 0% !important;
  color: white;
  transform: scaleX(1);
}
@media (max-width: 575px) {
  .workflow-btn {
    padding: 20px 40px;
  }
}

.text-black {
  color: #333d4d !important;
}

strong {
  font-weight: 600 !important;
}

.text-white {
  color: #ffffff !important;
}

#content-sect {
  padding: 160px 0 0 !important;
}
@media (min-width: 1900px) {
  #content-sect {
    padding: 250px 0 0 !important;
  }
}
@media (max-width: 575px) {
  #content-sect {
    padding: 120px 0 0 !important;
  }
}
@media (max-width: 991px) {
  #content-sect .image-section img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #content-sect .image-section img {
    width: 100%;
  }
}
@media (min-width: 1900px) {
  #content-sect .image-section img {
    width: auto;
  }
}

header {
  width: 100%;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .easy-feet-row {
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (max-width: 1899px) {
  .easy-feet-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .easy-feet-row h1,
.easy-feet-row h2 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .easy-feet-row h2 {
    margin: 30px 0 !important;
  }
}

#subscription {
  background: #F5F8F9;
}
#subscription .ecamform-input {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#subscription .ecamform-input .form-control {
  width: 80%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #subscription .ecamform-input .form-control {
    width: 100%;
  }
}

#our-product {
  padding: 80px 0 0 !important;
}
@media (max-width: 767px) {
  #our-product {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #our-product .remarkable-product {
    text-align: center;
  }
}

#section-reviews {
  overflow: hidden;
}
#section-reviews .reviews-banners {
  background: transparent linear-gradient(319deg, #F36FEF -10%, #7249B9 55%) 0% 0% !important;
  position: relative;
  border-radius: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 20px;
  flex: 0 0 33%;
  width: 90% !important;
}
@media (max-width: 767px) {
  #section-reviews .reviews-banners {
    margin: 10px;
    width: 95% !important;
    padding: 50px 20px;
  }
}
@media (min-width: 768px) {
  #section-reviews .reviews-banners {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #section-reviews .reviews-banners {
    padding: 70px 30px;
  }
}
@media (min-width: 1200px) {
  #section-reviews .reviews-banners {
    padding: 70px 40px;
  }
}
@media (max-width: 767px) {
  #section-reviews .reviews-banners .img-section {
    margin-top: -90px;
  }
}
@media (min-width: 768px) {
  #section-reviews .reviews-banners .img-section {
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  #section-reviews .reviews-banners .img-section {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  #section-reviews .reviews-banners .img-section img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  #section-reviews .reviews-banners .img-section img {
    margin: auto;
  }
}
@media (min-width: 992px) {
  #section-reviews .reviews-banners .img-section img {
    margin: inherit;
  }
}
#section-reviews .reviews-banners .stars-area {
  display: block;
  text-align: right;
}
@media (min-width: 768px) {
  #section-reviews .reviews-banners .stars-area {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #section-reviews .reviews-banners .stars-area {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  #section-reviews .reviews-banners .stars-area img {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #section-reviews .reviews-banners .stars-area img {
    margin: auto;
  }
}
#section-reviews .reviews-banners .text {
  margin-top: 50px;
}
@media (min-width: 768px) {
  #section-reviews .reviews-banners .text {
    margin-top: 20px;
  }
}
#section-reviews .reviews-banners .text p {
  font-weight: 200;
}
@media (min-width: 1900px) {
  #section-reviews .reviews-banners .text p {
    font-size: 18px !important;
  }
}
@media (max-width: 575px) {
  #section-reviews .slick-slide {
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  #section-reviews .slick-slide {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  #section-reviews .slick-slide {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  #section-reviews .slick-slide {
    padding-top: 60px;
  }
}
#section-reviews .slick-dots {
  bottom: -80px;
}
#section-reviews .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: transparent;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #000;
  border-radius: 50%;
}
#section-reviews .slick-dots li.slick-active button:before {
  background: #000;
  opacity: 1;
}

@media (min-width: 1200px) {
  #additional-feature {
    padding: 0 !important;
  }
}
@media (max-width: 1199px) {
  #additional-feature {
    padding: 0 !important;
  }
}
#additional-feature .icons-section {
  margin: 50px 0;
}
@media (max-width: 991px) {
  #additional-feature .icons-section {
    justify-content: center;
    margin: 0;
  }
}
#additional-feature .icons-section .sub-section {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
  flex-direction: column;
}
@media (max-width: 991px) {
  #additional-feature .icons-section .sub-section {
    margin-bottom: 30px;
  }
}
#additional-feature .icons-section .sub-section h3.sub-heading {
  color: rgba(3, 27, 43, 0.6);
  padding-top: 30px;
}
