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

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

* {
  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: 10px 0;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainHeaderwrap.fixed {
  padding: 0;
}

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

@media (max-width: 786px) {
  .mainHeaderwrap {
    padding: 0;
  }
  .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;
  }
  .topBanner .container .wrapRightForm {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .topBanner .container .wrapRightForm .formWrapper {
    position: static;
    width: 100%;
  }
}

.topBannerSliderWrapper {
  width: calc(100% - 370px);
  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%;
}

.tbSlide {
  width: 100%;
}

.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;
}

.tbSliderInner .tbLeftSlide {
  width: 50%;
}

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

.tbSliderInner .tbLeftSlide h2 strong {
  font-weight: 800;
}

@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%;
}

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

.wrapRightForm {
  width: 350px;
  margin-top: 40px;
  position: relative;
}

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

.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 {
  height: 68px;
  background: #1F41A4;
  padding: 18px;
  color: #fff;
  font-size: 20px;
  border-radius: 12px 12px 0 0;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}

.wrapRightForm .formWrapper ul {
  padding: 30px 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: 12px;
}

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

.wrapRightForm .formWrapper ul li input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: solid 1px #E2E2E2;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapRightForm .formWrapper ul li input: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 {
  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: 5px;
}

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

.wrapRightForm .formWrapper ul li .registerBtn {
  background: #F8F8F8;
  padding: 22px 50px 22px 22px;
  background: #F8F8F8 url(../img/arrow-sm-right.svg) no-repeat center right 20px;
  border-radius: 4px;
  color: #969696;
  font-size: 18px;
  font-weight: 700px;
  border: 0;
  margin: 0 auto;
}

.wrapRightForm .formWrapper ul li .registerBtn:hover {
  cursor: not-allowed;
  background: #e4e2e2 url(../img/arrow-sm-right.svg) no-repeat center right 20px;
}

.wrapRightForm .formWrapper ul li .registerBtn.active {
  color: #fff;
  background: #1F41A4 url(../img/arrow-sm-right-white.svg) no-repeat center right 20px;
}

.sectionHeading {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 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 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;
  -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 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: #E0E0E0;
  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;
}

.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;
}

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

.termsConditions input + span {
  display: none;
}

.termsConditions > span {
  padding-left: 25px;
}

.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 {
  padding-left: 0;
  position: relative;
  z-index: 1;
  font-weight: normal;
}

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

.termsConditions > span > span + span {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
}
/*# sourceMappingURL=msme-styles.css.map */