body {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 80px;
}

@media (max-width: 786px) {
  body {
    padding-top: 60px;
  }
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 10px;
}

h4 {
  font-weight: 400;
  font-size: 16px;
}

.mainHeaderwrap {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 18px 0;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainHeaderwrap.fixed {
  padding: 10px 0;
}

.mainHeaderwrap.fixed .logo {
  max-width: 170px;
}

@media (max-width: 786px) {
  .mainHeaderwrap .logo {
    max-width: 180px;
  }
}

.container {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo {
  max-width: 200px;
  width: 50%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topBanner {
  background: #8EA1CD;
}

@media (max-width: 786px) {
  .topBanner .container .topBannerSliderWrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}

@media (max-width: 786px) {
  .wrapRightForm {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .wrapRightForm .formWrapper {
    position: static !important;
    width: 100% !important;
  }
}

.topBannerSliderWrapper {
  width: calc(100% - 320px);
  margin-left: -100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 25px;
}

.topBannerSliderWrapper .tbSlider {
  width: 100%;
}

@media (max-width: 1024px) {
  .topBannerSliderWrapper {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .topBannerSliderWrapper {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.tbSlide {
  width: 100%;
}

.homesBanner {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#8ea1cd));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #8ea1cd 100%);
  padding: 00px 0 70px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 600px) {
  .homesBanner {
    padding-bottom: 30px;
  }
}

.tbSliderInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  position: relative;
}

.tbSliderInner .tbLeftSlide {
  width: 50%;
}

.tbSliderInner .tbLeftSlide.homesLeftSide {
  width: 80%;
  padding-top: 40px;
}

@media (max-width: 600px) {
  .tbSliderInner .tbLeftSlide.homesLeftSide {
    width: 80%;
    padding-top: 0px;
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    right: 0;
  }
}

.tbSliderInner .tbLeftSlide h2 {
  font-size: 40px;
  color: #1C3B68;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 36px;
}

@media (max-width: 600px) {
  .tbSliderInner .tbLeftSlide h2 {
    font-size: 32px;
  }
}

.tbSliderInner .tbLeftSlide .onTimeIcon {
  position: relative;
  margin-left: 70px;
  font-size: 30px;
  line-height: 43px;
  border-top: solid 1px #1C3B68;
  border-bottom: solid 1px #1C3B68;
  display: inline-block;
  height: 48px;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  color: #1C3B68;
}

@media (max-width: 600px) {
  .tbSliderInner .tbLeftSlide .onTimeIcon {
    font-size: 26px;
  }
}

.tbSliderInner .tbLeftSlide .onTimeIcon abbr {
  font-weight: 400;
}

.tbSliderInner .tbLeftSlide .onTimeIcon::after {
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  top: -5px;
  right: 100%;
  background: url(../img/time-alarm.svg);
  background-size: 58px;
  margin-right: 10px;
}

.tbSliderInner .tbLeftSlide .onTimeIcon.quality:after {
  background: url(../img/quality.svg) no-repeat;
  background-size: 58px;
}

.tbSliderInner .tbLeftSlide .onTimeIcon.verify:after {
  background: url(../img/verifiedIcon.svg) no-repeat;
  background-size: 58px;
}

.tbSliderInner .tbRightSlide {
  width: 50%;
}

.tbSliderInner .tbRightSlide img {
  max-width: 100%;
}

.tbSliderInner .tbRightSlide.homesRightSide {
  width: 30%;
  position: absolute;
  -ms-flex-item-align: start;
      align-self: flex-start;
  top: 90px;
  right: 20px;
}

.tbSliderInner .tbRightSlide.homesRightSide h2 {
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 54px;
  /* or 108% */
  color: #000000;
}

.tbSliderInner .tbRightSlide.homesRightSide h2::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -30px;
  width: 84px;
  background: #EEB043;
  display: block;
  border-radius: 50%;
  height: 84px;
  z-index: -1;
}

@media (max-width: 786px) {
  .tbSliderInner .tbRightSlide.homesRightSide h2 {
    position: relative;
    font-size: 25px;
    line-height: 1.2;
  }
  .tbSliderInner .tbRightSlide.homesRightSide h2:after {
    left: 0;
  }
}

@media (max-width: 600px) {
  .tbSliderInner .tbRightSlide.homesRightSide {
    right: 0;
    margin-top: 40px;
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tbSliderInner .tbRightSlide.homesRightSide h2 {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .tbSliderInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbSliderInner .tbLeftSlide {
    width: 100%;
  }
  .tbSliderInner .tbRightSlide {
    width: 100%;
  }
}

.wrapRightForm {
  width: 420px;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 600px) {
  .wrapRightForm {
    width: 100%;
  }
}

.wrapRightForm .formWrapper {
  width: 420px;
  background: #fff;
  border-radius: 12px;
  position: absolute;
  z-index: 1;
}

.wrapRightForm .formWrapper:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ED8031), to(rgba(34, 51, 104, 0.08)));
  background: linear-gradient(180deg, #ED8031 0%, rgba(34, 51, 104, 0.08) 100%);
  display: block;
  top: -5px;
  left: -5px;
  border-radius: 12px;
  z-index: -1;
  opacity: 0.7;
}

.wrapRightForm .formWrapper.fixed {
  position: fixed;
  top: 90px;
  opacity: 0.8;
}

.wrapRightForm .formWrapper.fixed:hover {
  opacity: 1;
}

.wrapRightForm .formWrapper .bgshadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 78px;
  -webkit-box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: -1;
}

.wrapRightForm .formWrapper h3 {
  padding: 13px 18px  0;
  color: #000000;
  font-size: 20px;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
  font-family: 'Manrope', sans-serif;
  background: #fff;
}

.wrapRightForm .formWrapper ul {
  padding: 22px 18px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 0 0 12px 12px;
}

.wrapRightForm .formWrapper ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.wrapRightForm .formWrapper ul li > span {
  width: 100%;
}

.wrapRightForm .formWrapper ul li .wpcf7-spinner {
  display: none !important;
}

.wrapRightForm .formWrapper ul li input, .wrapRightForm .formWrapper ul li select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
}

.wrapRightForm .formWrapper ul li input:focus, .wrapRightForm .formWrapper ul li select:focus {
  -webkit-box-shadow: 0 0 10px rgba(31, 65, 164, 0.3);
          box-shadow: 0 0 10px rgba(31, 65, 164, 0.3);
}

.wrapRightForm .formWrapper ul li input:focus + label, .wrapRightForm .formWrapper ul li select:focus + label {
  color: #10214E;
}

.wrapRightForm .formWrapper ul li label {
  position: absolute;
  top: 0;
  left: 15px;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  padding: 0 5px;
  border-radius: 3px;
}

.wrapRightForm .formWrapper ul li label span {
  color: #FF0303;
}

.wrapRightForm .formWrapper ul li .registerBtn {
  background: #F8F8F8;
  padding: 22px;
  background: #F8F8F8;
  border-radius: 4px;
  color: #969696;
  font-size: 18px;
  font-weight: 700px;
  border: 0;
  margin: 0 auto;
  height: auto !important;
}

.wrapRightForm .formWrapper ul li .registerBtn:hover {
  cursor: not-allowed;
  background: #e4e2e2;
}

.wrapRightForm .formWrapper ul li .registerBtn.active {
  color: #fff;
  background: #1F41A4;
  cursor: pointer;
}

.wrapRightForm .formWrapper ul li .wpcf7-not-valid-tip {
  font-size: 12px;
}

.wrapRightForm .formWrapper ul li:last-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapRightForm .formWrapper ul li.mb0 {
  margin-bottom: 25px;
}

.sectionHeading {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0 0 17px 0;
  margin-bottom: 30px;
}

.sectionHeading:before {
  position: absolute;
  width: 35%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #D3D3D3;
  content: "";
  top: 100%;
}

.sectionHeading:after {
  position: absolute;
  width: 300px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
  content: "";
  top: 100%;
}

.sectionHeading h2 {
  text-align: center;
  font-weight: 800;
  color: #1F41A4;
  font-size: 50px;
}

@media (max-width: 600px) {
  .sectionHeading h2 {
    font-size: 36px;
  }
}

.sectionHeading.homesHeading h2 {
  font-size: 30px;
  color: #223368;
}

@media (max-width: 600px) {
  .sectionHeading.homesHeading h2 {
    font-size: 26px;
  }
}

.sectionHeading p {
  font-size: 16px;
  color: #10214E;
  font-weight: 400;
  font-style: italic;
}

.productWrapper {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#8ea1cd));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #8ea1cd 100%);
  padding: 80px 0 50px;
}

@media (max-width: 600px) {
  .productWrapper {
    padding: 40px 0 25px;
  }
}

.prodListWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prodListWrapper li {
  width: 24%;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prodListWrapper li:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.prodListWrapper li span {
  height: 172px;
  width: 100%;
  position: relative;
  display: block;
}

.prodListWrapper li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prodListWrapper li h4 {
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
}

@media (max-width: 786px) {
  .prodListWrapper li {
    width: 49%;
  }
}

@media (max-width: 600px) {
  .prodListWrapper li h4 {
    font-size: 14px;
    padding: 10px;
  }
}

.viewComplteProduct {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 30px;
  border: solid  1px #707070;
  background: #fff;
  overflow: hidden;
  margin: 10px auto;
  line-height: 60px;
  color: #10214E;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}

.viewComplteProduct span {
  padding: 0 33px;
  line-height: 1.2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.viewComplteProduct a {
  background: #E6E6E6;
  color: inherit;
  padding: 0 33px;
  text-decoration: none;
  position: relative;
}

.viewComplteProduct a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

@media (max-width: 600px) {
  .viewComplteProduct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .viewComplteProduct span {
    padding: 20px;
  }
  .viewComplteProduct a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
  }
}

.wraphowitworksImg {
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.wraphowitworksImg .desktopImg {
  display: block;
}

.wraphowitworksImg .mobielImg {
  display: none;
}

@media (max-width: 600px) {
  .wraphowitworksImg .desktopImg {
    display: none;
  }
  .wraphowitworksImg .mobielImg {
    display: block;
  }
}

.hWorksWrap {
  padding: 30px 0;
}

.testiMonialsWrap {
  padding: 30px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(142, 161, 205, 0.3)), to(rgba(245, 247, 251, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(142, 161, 205, 0.3) 50%, rgba(245, 247, 251, 0) 100%);
}

.testimonialsSlider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonialsSlider .slick-slide {
  padding: 0 10px;
}

.testimonialsSlider + .dotsandarrows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.tSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Manrope', sans-serif;
  position: relative;
  overflow: hidden;
}

.tSlide:after {
  width: 100%;
  height: 13px;
  background: #F5F5F5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.tSlide:before {
  width: 42px;
  height: 31px;
  background: url(../img/quote-right.png) no-repeat;
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
}

@media (max-width: 600px) {
  .tSlide:before {
    width: 30px;
    height: 25px;
    top: 10px;
    right: 10px;
    background-size: 100%;
  }
}

.tSlide .tTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.tSlide .tTop .profilePhoto {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.tSlide .tTop .profilePhoto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 600px) {
  .tSlide .tTop .profilePhoto {
    width: 70px;
    height: 70px;
  }
}

.tSlide .tTop .profileDetails {
  padding-left: 24px;
}

@media (max-width: 600px) {
  .tSlide .tTop .profileDetails {
    padding-left: 12px;
  }
}

.tSlide .tTop .profileDetails h3 {
  font-size: 23px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: #000;
}

@media (max-width: 600px) {
  .tSlide .tTop .profileDetails h3 {
    font-size: 18px;
  }
}

.tSlide .tTop .profileDetails abbr {
  font-size: 12px;
  color: #676767;
  line-height: 1;
}

.tSlide .tTop .profileDetails h4 {
  font-size: 14px;
  color: #000;
  line-height: 1;
}

.tSlide .tContent {
  width: 100%;
}

.tSlide .tContent p {
  font-size: 18px;
  color: #000;
}

@media (max-width: 600px) {
  .tSlide .tContent p {
    font-size: 16px;
  }
}

ul.faqAccordion {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

ul.faqAccordion.homesListfaq {
  list-style-type: none;
  max-width: 950px;
  margin: 0 auto;
  display: list-item;
}

@media (max-width: 600px) {
  ul.faqAccordion.homesListfaq {
    padding: 0 20px;
  }
}

ul.faqAccordion.homesListfaq li {
  display: list-item;
  font-weight: bold;
  font-size: 18px;
  list-style-type: decimal;
  padding-left: 17px;
  border: 0;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

ul.faqAccordion.homesListfaq li .answer {
  position: relative;
}

ul.faqAccordion.homesListfaq li .answer:after {
  position: absolute;
  top: 12px;
  left: -29px;
  width: 2px;
  height: 100%;
  background: #EEB043;
  content: "";
}

@media (max-width: 600px) {
  ul.faqAccordion.homesListfaq li {
    padding-left: 0;
  }
}

ul.faqAccordion li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
}

ul.faqAccordion li.active h3 i {
  background: #1F41A4;
}

ul.faqAccordion li.active h3 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

ul.faqAccordion li h3 {
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  color: #000000;
  padding-right: 30px;
  font-family: 'Manrope', sans-serif;
}

@media (max-width: 600px) {
  ul.faqAccordion li h3 {
    font-size: 16px;
  }
}

ul.faqAccordion li h3 i {
  width: 19px;
  height: 19px;
  background: #808080;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.faqAccordion li h3 i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 2px;
  background: #fff;
}

ul.faqAccordion li h3 i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 11px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.faqAccordion li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.faqAccordion li div.answer p {
  position: relative;
  display: block;
  padding: 10px 0 0 0;
  cursor: pointer;
  font-family: 'Manrope', sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
}

.faqHead {
  margin-top: 50px;
}

.mainFooter {
  background: #FDF2DA;
  padding: 20px 0;
}

.mainFooter .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #10214E;
  font-family: 'Manrope', sans-serif;
}

.mainFooter .container a {
  color: #10214E;
  text-decoration: none;
}

.slick-dots {
  position: static;
  bottom: 10px;
  top: auto;
  width: auto;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
}

.slick-dots > li button {
  text-indent: -99999px;
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #000;
  border: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0 !important;
  opacity: 0.4;
  cursor: pointer;
}

.slick-dots > li.slick-active button {
  width: 33px;
  opacity: 1;
}

.dotsandarrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dotsandarrows.homesArrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dotsandarrows.homesArrow .slick-dots > li button {
  background: #EEB043;
}

.prevArrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/prevArrow.svg) no-repeat center center;
  cursor: pointer;
}

.prevArrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.nextArrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/nextArrow.svg) no-repeat center center;
  cursor: pointer;
}

.nextArrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.welcomeSection {
  width: 100%;
  padding: 40px 0;
}

@media (max-width: 800px) {
  .welcomeSection {
    padding: 20px 0;
  }
}

.welcomeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.welcomeList li {
  background: url("../img/listWelcomeBg.png") no-repeat;
  background-size: 100% 100%;
  width: 31.33%;
  padding: 25px 31px 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  margin: 0 1%;
}

.welcomeList li h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 54px;
  /* identical to box height, or 235% */
  color: #000000;
}

.welcomeList li p {
  font-size: 14px;
  line-height: 22px;
  color: #10214E;
  font-weight: 400;
}

.welcomeList li img {
  width: 100%;
}

@media (max-width: 800px) {
  .welcomeList li {
    padding-top: 40px;
    width: 100%;
  }
}

.freeProcessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.freeProcessList li {
  width: 49%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border: solid 5px #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.freeProcessList li .fpImgWrap {
  width: 40%;
  overflow: hidden;
  border-radius: 12px 0px 0px 12px;
  line-height: 0;
  background: red;
}

.freeProcessList li .fpImgWrap img {
  width: 100%;
}

@media (max-width: 500px) {
  .freeProcessList li .fpImgWrap {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
}

.freeProcessList li .fpContentWrap {
  padding: 20px;
  width: 60%;
}

.freeProcessList li .fpContentWrap h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
}

.freeProcessList li .fpContentWrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 500px) {
  .freeProcessList li .fpContentWrap {
    padding: 15px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .freeProcessList li {
    width: 100%;
  }
}

.wrapKypointList {
  width: 100%;
}

.keyPointWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.keyPointWrap li {
  width: 18%;
  background: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 138px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 12px;
}

.keyPointWrap li .kpImgWrap {
  position: relative;
  z-index: 0;
}

.keyPointWrap li .kpImgWrap img {
  max-width: 45px;
  max-height: 38px;
}

.keyPointWrap li .kpImgWrap:after {
  content: "";
  background: #8ECE41;
  width: 29px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: -1;
  height: 29px;
  opacity: 0.3;
}

@media (max-width: 1000px) {
  .keyPointWrap li {
    width: 32%;
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .keyPointWrap li {
    width: 48%;
  }
}

.testimonialsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonialsList li {
  width: 31.33%;
  margin: 0 1%;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #000;
  border-radius: 12px;
  padding: 60px 24px 15px 24px;
  position: relative;
}

.testimonialsList li:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 24px;
  width: 48px;
  height: 48px;
  background: url("../img/quote.svg") no-repeat;
}

.testimonialsList li .ttProfileDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #E0E0E0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonialsList li .ttProfileDetails .profile_photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.testimonialsList li .ttProfileDetails h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  /* identical to box height, or 156% */
  text-transform: capitalize;
  color: #000000;
}

.testimonialsList li .ttProfileDetails span {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  text-transform: capitalize;
  /* Gray 3 */
  color: #828282;
}

@media (max-width: 700px) {
  .testimonialsList li {
    width: 100%;
    margin-bottom: 35px;
  }
  .testimonialsList li:last-child {
    margin-bottom: 0;
  }
}

.welcomeBg {
  background: url("../img/welcomeBg.png") no-repeat center center;
}

.processBg {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(248, 212, 186, 0.4)), color-stop(95%, rgba(245, 255, 255, 0.4)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 5%, rgba(248, 212, 186, 0.4) 50%, rgba(245, 255, 255, 0.4) 95%);
}

.mobileSection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobileSection .msImagewrap {
  width: 50%;
  position: relative;
}

.mobileSection .msImagewrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: url(../img/mbBg.png) no-repeat center center;
  z-index: -1;
}

@media (max-width: 1024px) {
  .mobileSection .msImagewrap {
    width: 100%;
  }
  .mobileSection .msImagewrap::before {
    height: 100%;
    width: calc(100% + 30px);
  }
}

.mobileSection .msContentarea {
  width: 50%;
}

@media (max-width: 1024px) {
  .mobileSection .msContentarea {
    width: 100%;
  }
}

.mobileSection .msContentarea h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 54px;
  /* identical to box height, or 180% */
  color: #223368;
}

.mobileSection .msContentarea ul {
  margin-top: 20px;
}

.mobileSection .msContentarea ul li {
  font-weight: 400;
  padding-left: 40px;
  font-size: 20px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  color: #000000;
  position: relative;
}

.mobileSection .msContentarea ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: solid 7px #fff;
  -webkit-box-shadow: 0 0 1px 1px #878787;
          box-shadow: 0 0 1px 1px #878787;
  background: #000;
}

.wpcf7-response-output {
  margin: 0 !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  background: #fff;
  margin-top: -15px !important;
}

.cloud1 {
  position: absolute;
  top: 0;
  width: 40%;
  padding-top: 33%;
  display: block;
  background: url(../img/cloud.png) no-repeat;
  background-size: contain;
  left: 0;
  -webkit-animation: animateCloud 95s linear infinite;
  animation: animateCloud 95s linear infinite;
}

@media (max-width: 1024px) {
  .cloud1 {
    padding-top: 100%;
    width: 100%;
  }
}

.cloud2 {
  position: absolute;
  top: 50px;
  width: 40%;
  padding-top: 23%;
  display: block;
  background: url(../img/cloud.png) no-repeat;
  background-size: contain;
  left: 0%;
  -webkit-animation: animateCloud 65s linear infinite;
  animation: animateCloud 65s linear infinite;
}

@media (max-width: 1024px) {
  .cloud2 {
    padding-top: 100%;
    width: 100%;
  }
}

@-webkit-keyframes animateCloud {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
}

.termsConditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.termsConditions input + span {
  display: none;
}

.termsConditions > span {
  padding-left: 25px;
  width: auto !important;
}

.termsConditions > span > span {
  left: 0;
}

.termsConditions > span > span > span {
  margin: 0;
}

.termsConditions > span > span > span > label {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.termsConditions > span > span > span > label > input {
  height: 20px !important;
}

.termsConditions > span > span + span {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}

.termsConditions > span + span {
  padding-left: 0;
  position: relative;
  z-index: 1;
  font-weight: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
}

.termsConditions > span + span a {
  color: inherit;
}
/*# sourceMappingURL=styles.css.map */