body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
table,
tr,
td {
  border: 0;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
img {
  border: none;
  height: auto;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.img-full {
  max-width: 100%;
}
.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
.wrapper {
  overflow: hidden;
}
@font-face {
  font-family: "vag_roundedregular";
  src: url("../../fonts/index-v1/vag_rounded_regular-webfont.woff2") format("woff2"),
    url("../../fonts/index-v1/vag_rounded_regular-webfont.woff") format("woff");
}

@font-face {
    font-family: 'vagroundedbold';
    src: url('../../fonts/index-v1/vag_rounded_bold.woff2') format('woff2'),
         url('../../fonts/index-v1/vag_rounded_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.topStrip {
  width: 100%;
  background: #000;
  padding: 6px 0 3px;
}
.topStrip p {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.topStrip p span {
  color: #ffb829;
}
.top-fix-bar {
  width: 100%;
  margin-bottom: 75px;
}
.header {
  width: 100%;
  background: #fff;
  height: 75px;
  padding: 4px 0;
  margin-top: -75px;
  top: 75px;
  position: relative;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.fixed-nav .header {
  position: fixed;
  z-index: 9999999;
  -webkit-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
  margin-top: 0;
  top: 0;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.logo {
  float: left;
  margin-top: 17px;
  
}
ul.topMenu {
  display: inline-block;
  vertical-align: top;
  margin: 23px 0 0 70px;
}
ul.topMenu li {
  float: left;
  padding: 4px 15px;
  position: relative;
}
ul.topMenu li a {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
  width: 93px;
  font-family: "Poppins", sans-serif;
}

ul.topMenu li:after {
  content: "";
  width: 1.5px;
  background: #cfcfcf;
  top: 8px;
  bottom: 3px;
  position: absolute;
  right: 0;
}
ul.topMenu li:last-child:after {
  display: none;
}
a.nav-btn {
  float: right;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 170px;
  height: 55px;
  padding: 10px 0;
  line-height: 25px;
  margin-top: 4px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  border: 4px solid #ffbe3f;
  background: #ffa800;
  font-family: "Poppins", sans-serif;
}
.mob-mnu-ic {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 22px;
  z-index: 16;
  height: 30px;
}
.mob-mnu-ic button {
  outline: none;
  -webkit-appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
  border: none;
}
.mob-mnu-ic span {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 300;
  margin-top: 4px;
  margin-right: 5px;
}
.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: #0D1E2B;
  transition: 0.4s;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}
.bar2 {
  margin: 4px 0;
}
.dl-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
  background: #c821ac;
}
.dl-active .bar2 {
  opacity: 0;
}
.dl-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
  background: #c821ac;
}
.mobilemenu {
  left: 0;
  position: fixed;
  top: 106px;
  background: rgba(255, 255, 255, 1);
  z-index: 10000000;
  right: 0;
  bottom: 0;
  overflow: scroll;
  display: none;
  border-top: 1px solid #dddddd;
}
.mobimenu-top {
  top: 75px;
}
.mobilemenu li {
  float: left;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.mobilemenu li a {
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
.mobilemenu li a:hover {
  color: #000;
}
.banner {
  width: 100%;
  padding: 40px 0 80px;
  background: url(../../images/index-v1/banner.png) no-repeat top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-left {
  width: 62%;
  text-align: left;
}
.bnrStar {
  width: 100%;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.bnrStar img {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 12px 0 0;
}
.bnrHeading {
  width: 100%;
  margin-top: 20px;
  font-size: 70px;
  line-height: 71px;
  font-weight: 600;
  color: #1f1f5f;
  letter-spacing: 0.3px;
  margin-bottom: 30px;
  font-family: 'vagroundedbold';
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
}
.bnrHeading span {
  font-weight: 700;
  text-shadow: none;
  position: relative;
  z-index: 10;
}
.bnrText1 {
  width: 100%;
  margin-top: 5px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #1b1c1f;
}
.bnrList {
  width: 100%;
  margin-top: 0;
}
.bnrList li {
  width: 100%;
  padding-left: 26px;
  background: url(../../images/index-v1/listStyle.png) no-repeat 0px 1px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background-size: 18px;
  background-position: left center;
  color: #000;
  margin-top: 3px;
  text-align: left;
}
.btnBox {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.comn-btn {
  width: 100%;
  font-size: 25px;
  line-height: 70px;
  height: 68px;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  display: block;
  letter-spacing: 0;
  border-radius: 50px;
  background: linear-gradient(271deg, #3b95d5 -2.07%, #61b5f1 82.1%);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
.btn-arw {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 15px;
}
.btn-txt {
  width: 100%;
  color: #000;
  margin-top: 10px;
      z-index: 111;
    position: relative;
}
.section8 .btn-txt {
  color: #000;
}
.section7 .secName {
  color: #000;
  font-weight: 500;
}
.btn-txt p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 13px;
  line-height: 17px;
    font-weight: 500;
  letter-spacing: 0;
}
.text-white {
  color: #fff;
}
.btn-txt p span {
  font-weight: 500;
}
.hourglass {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 3px 0 0;
  animation: rotateP 2.5s ease-in-out forwards infinite;
}
@keyframes rotateP {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(00deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-text1:before {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #6fb620;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}
@keyframes fade {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
  70% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
  }
}
.bnrProd1 {
  position: absolute;
  right: 20px;
  transform: translateX(-50%);
  left: auto;
  width: 37%;
  top: 366px;
}
.section1 {
  width: 100%;
  background: transparent;
  position: relative;
  text-align: center;
}

.section1:after{position: absolute;
    content: "";
    background: #e3f8f0;
    width: 100%;
    height: 511px;
    bottom: 15%;
    left: 0;
    z-index: -1;}
.s1-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 95%;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
}
.secName {
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.commonHead {
  float: left;
  width: 100%;
  font-size: 50px;
  line-height: 63px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  text-shadow: 0px 4px 4px rgba(2, 58, 51, 0.64);
}
.faq_heading {
  color: #0175A3 !important;
  border-radius: 5.125rem;
  position: relative;
     font-family: 'vagroundedbold';
  float: none;
    font-size: 60px;
  text-shadow: none;
}
.commonText {
  width: 100%;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.s1-list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.s1-list li {
  width: 25%;
  padding: 0 20px;
  margin-top: 30px;
}
.s1-list li img {
  margin: 0 auto 0;
  display: block;
  height: 40px;
  object-fit: contain;
}
.s1-list li p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 10px;
}
.s1-left-shp {
  position: absolute;
  top: 90px;
  width: 350px;
  left: -60px;
}
.s1-prod2-right-ecl {
  position: absolute;
  top: 55px;
  right: -60px;
  width: 350px;
}
.s1-prod1 {
  position: absolute;
  top: -51px;
  left: -50px;
}
.s1-prod2 {
  position: absolute;
  top: 0;
  right: -99px;
  z-index: 2;
  transform: translate(75px, 0);
}
.s1-box-list {
  width: 100%;
  position: relative;
  margin-top: 105px;
  z-index: 1001;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s1-box-list li {
  float: left;
  width: 278px;
  min-height: 380px;
  border-radius: 12px;
  position: relative;
}

.s1-bx-bg1 {
  background: url(../../images/index-v1/s1-bnr-img1.png) no-repeat center top;
  background-size: 100% 100%;
}
.s1-bx-bg2 {
  background: url(../../images/index-v1/s1-bnr-img2.png) no-repeat center top;
  background-size: 100% 100%;
}
.s1-bx-bg3 {
  background: url(../../images/index-v1/s1-bnr-img3.png) no-repeat center top;
  background-size: 100% 100%;
}
.s1-bx-bg4 {
  background: url(../../images/index-v1/s1-bnr-img4.png) no-repeat center top;
  background-size: 100% 100%;
}
.s1-bx-cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  text-align: left;
  padding: 10px;
}
.s1-bx-cont svg {
  position: absolute;
  bottom: -43px;
  left: -50px;
}
.s1-bx-cont h3 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  position: relative;
    font-family: 'vagroundedbold';
  
}
.s1-bx-cont p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 5px;
  font-weight: 400;
  min-height: 90px;
  z-index: 1;
  position: relative;
}
.mini_snap_pix_user {
  font-weight: 700;
}
.strip-section .smallHd {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 86px;
  background-color: #c821ac;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(44, 0, 55, 0.55);
}
.strip-section .commonText {
  max-width: 500px;
}
.strip-section {
  float: left;
  width: 100%;
  background: #89208f;
  margin-top: -10px;
  padding: 180px 0 66px;
  position: relative;
  z-index: 1000;
}
.strip-section::after {
  content: " ";
  position: absolute;
  background-image: url(../../images/index-v1/strip_section_bg.png);
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 47px;
  background-repeat: no-repeat;
}
.strip-section p.commonHead.whiteText {
  font-size: 45px;
  line-height: 45px;
  float: none;
  text-shadow: none;
}
.strip-section p.commonText.whiteText {
  max-width: 730px;
  margin: 20px auto 0;
  font-size: 17px;
  line-height: 25px;
}
.strip-section2 {
  float: left;
  width: 100%;
  background: #131314;
  position: relative;
  padding: 40px 0;
}
.strip-section2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  background: url(../../images/index-v1/dwn-arw.png) no-repeat center center;
  width: 64px;
  height: 37px;
  margin-left: -32px;
}
.strip-section2 .flex-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 20px 0;
  float: left;
  flex-wrap: wrap;
}
.strip-section2 .flex-img img {
  width: 130px;
}
.section2 {
  float: left;
  width: 100%;
  padding: 70px 0 70px;
  background: #fff;
  position: relative;
  z-index: 999;
}
.section2 .commonHead{color: #0175A3;
    font-family: 'vagroundedbold';
    font-size: 55px;
    margin-top: 0;
    float: none;
    font-weight: 700;
    text-shadow: none;}
.section2 .commonText {
    color: #000;
    font-weight: 500;
    width: 45%;
    margin: 14px 0 0;
}
.section2 .commonHead + p.commonText {
    margin: 14px auto 0;
}
.section2 .btn-txt {
  color: #000;
}

.prod-s2-wrap {
  float: left;
  width: 100%;
}
.prod-s2-row {
  width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 0;
}
.prod-row-reverse {
  flex-direction: row-reverse;
}
.prod-row-cont {
  width: 52%;
  text-align: left;
  position: relative;
}
.pad-rgt {
  padding-right: 72px;
}
.row3-bg .pad-rgt {
  width: 50%;
}
.pad-lft {
  padding-left: 70px;
}
.prod-row-cont h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  position: relative;
  color: #1f1f5f;
  padding-bottom: 20px;
    font-family: 'vagroundedbold';
}
.prod-h1:before,
.prod-h2:before,
.prod-h3:before,
.prod-h4:before,
.prod-h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../images/index-v1/prod-ln1.png) no-repeat left bottom;
  width: 60px;
  height: 4px;
}


.step-box {
  position: absolute;
  top: 3px;
  font-size: 35px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
  height: 100%;
}

.step-box:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: #bbbab7;
  margin-left: 2px;
}
.pad-rgt .step-box {
  right: 15px;
}
.pad-lft .step-box {
  left: 0;
}
.prod-row-imgbox {
  width: 44%;
}
.prod-row-imgbox video {
  width: 100%;
  border-radius: 202px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  height: 100%;
  object-fit: cover;
}
.prod-s4-row .prod-row-imgbox::before {
  height: 100%;
}
.prod-s2-row .prod-row-cont.pad-rgt p,
.prod-s2-row .prod-row-cont.pad-lft p {
  max-width: 415px;width: 100%;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.prod-s2-row.prod-row-reverse .prod-row-imgbox,
.prod-s2-row .prod-row-imgbox {
  position: relative;
  width: 43%;
}
.prod-row-imgbox img {
  margin: 0 auto 0;
  display: block;
  max-width: 100%;
  object-fit: contain;
}
.prod-row-cont.pad-rgt h1{color: #FFB829}
.prod-row-cont.pad-lft h1{color: #3B95D5}
.prod-list {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.prod-list li {
  float: left;
  font-size: 26px;
  line-height: 26px;
  color: #131314;
  font-weight: 600;
  margin-right: 50px;
}
.prod-list li:last-child {
  margin-right: 0;
}
.prod-list li span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}
.row3-bg {
  position: relative;
  padding: 50px 0 50px;
  background-image: url(../../images/index-v1/row3_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100% !important;
}
.row3_bg_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1170px;
  margin: auto;
}
.row3-bg .commonText,
.step-box {
  color: #6F6F6F;
}
.row3-bg .prod-row-cont.pad-rgt h1 {
  font-size: 36px;
  line-height: 42px;
  color: #37B72D;
}
.prod-s4-row .prod-row-cont.pad-lft h1{color: #ED6E88}
.prod-s5-row .prod-row-cont.pad-rgt h1{color: #705199}
.row3-bg .prod-row-imgbox img {
  width: 100%;
}
.prod-s4-row .prod-row-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section3 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #0F9D84;
  background-position: right;
  background-repeat: no-repeat;
}
.black-rotate {
  position: absolute;
  left: 0;
  width: 46%;
  height: auto;
  top: 0;
  background: radial-gradient(
    112% 50.52% at 45.05% 45.5%,
    rgba(0, 0, 0, 0) 33.3%,
    #000 100%
  );
}
.s3Inner {
  float: right;
  width: 47%;
  text-align: left;
  padding: 100px 0px;
  padding-left: 50px;
}
.s3Inner .commonHead.whiteText {
  font-family: 'vagroundedbold';
  line-height: 50px;
    margin-top: 0;
  float: none;
  height: auto;
    color: #fff;
  text-shadow: none;
  font-weight: 700;
}
.section3 .commonText {
  color: #fff;
}
.section3_prod_img {
  right: -20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}
.s3Inner .btnBox {
  margin-top: 10px;
}
.s3-list {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.s3-list li {
  float: left;
  text-align: center;
  margin-right: 35px;
}
.s3-list li:last-child {
  margin-right: 0;
}
.s3-list li img {
  margin: 0 auto 0;
  display: block;
}
.s3-list li p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px;
}
.s3LeftImg {
  position: absolute;
  max-width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section4 {
  float: left;
  width: 100%;
  text-align: left;
  overflow-x: clip;
  position: relative;
  z-index: 100;
}
.section4 .commonHead {
  font-size: 41px;
  line-height: 36px;
  margin-top: 0;
  text-shadow: none;
 
}
.s4Left {
  float: left;
  width: 50%;
  position: relative;
  padding: 0px 0 0;
}
.section4 .s4Left .commonHead{font-family: 'vagroundedbold';text-align: right;font-size: 60px;padding-right: 50px ;padding-bottom: 30px;}
.section4 .s4Right .commonHead{font-family: 'vagroundedbold';text-align: left;font-size: 60px;padding-left: 50px ;padding-bottom: 30px;}
.section4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s4Left {
  background: url(../../images/index-v1/s4-leftbg.png) no-repeat center;
  height: 72vh;
  background-size: cover;
}
.s4LeftInner {
  float: left;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.section4 p {
  position: relative;
  z-index: 10;
  letter-spacing: 2px;
}
.s4LeftInner .commonText {
  padding-right: 70px;
}
.s4Right {
  float: right;
  width: 50%;
  position: relative;
  padding: 0px 0 0 0px;
}
.s4Right {
  background: url(../../images/index-v1/s4-rightbg.png) no-repeat center;
  height: 72vh;
  background-size: cover;
}
.s4RightInner {
  float: left;
  position: absolute;
  margin-top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  
}
.s4Left > img,
.s4Right > img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 190px;
}
.s4Right > img {
  width: 320px;
  right: 0;
}
.colorList {
  float: left;
  width: 100%;
  margin-top: 28px;
}
.colorList li {
  float: left;
  width: 21%;
  text-align: center;
}
.colorDot {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 26px;
  height: 26px;
}
.blackDot {
  background: #427991;
}
.blueDot {
  background: #ff0000;
}
.yellowDot {
  background: #ffa500;
}
.pinkDot {
  background: #ffc0cb;
}
.colorName {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}
.section5 {
  float: left;
  width: 100%;
  padding: 80px 0 60px;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 100%;
}
.section5 .commonHead {
  color: #0175A3;
    font-family: 'vagroundedbold';font-size: 55px;
  margin-top: 0;
  float: none;
  font-weight: 700;
  text-shadow: none;
}
.section5 .commonText {
  color: #000;
  font-weight: 500;
    width: 60%;
    margin: 14px auto 0;
}
.s5CompBox {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1030px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  margin-top: 95px;
  margin-bottom: 30px;
}
.s5Col1 {
  float: left;
  width: 37%;
  padding: 95px 0 25px;
  position: relative;
}
.s5Col1 ul {
  float: left;
  width: 100%;
}
.s5Col1 ul li {
  float: left;
  width: 100%;
  height: 70px;
  text-align: left;
  font-size: 19px;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 600;
  padding: 0 0 0 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
  background: url(../../images/index-v1/comp-point.png) no-repeat 22px 25px;
}
.s5Col1 ul li:last-child {
  border: none;
}
.s5Col1 ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.s5Col2 {
  float: left;
  width: 19%;
  border-radius: 20px;
  background:#61B5F1;
  margin: -25px 20px -25px 0;
}
.s5Col2Top {
  float: left;
  width: 100%;
  height: 115px;
}
.s5Col2Prod {
  display: block;
  margin: -36px auto 0;
  max-width: 100%;
}
.s5Col3Prod {
  display: block;
  margin: -36px auto 0;
  max-width: 100%;
}
.s5Col4Prod {
  display: block;
  margin: -36px auto 0px;
  max-width: 100%;
  width: 100px;
}
.s5Col2Top p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.s5Col3Top p,
.s5Col4Top p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.s5Col2 ul {
  float: left;
  width: 100%;
  padding-top: 5px;
}
.s5Col2 ul li {
  float: left;
  width: 100%;
  height: 70px;
  text-align: center;
  padding: 27px 0;
}
.s5Col2 ul li {
  border-bottom: 1px solid #ccc;
}
.s5Col2.s5Col3 ul li {
  border-bottom: 1px solid #ccc;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.s5Col2 ul li:last-child {
  border: none;
  height: 115px;
}

.s5Col3,
.s5Col4 {
  background: #383838;
}
.s5Col4 ul li {
  border-bottom: 1px solid #b4add9;
}
.section6 {
  width: 100%;
  background: #3B95D5;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.section6 a.comn-btn.pulse {
  background: #fff;color: #3B95D5;
}
.section6 .commonHead {
  float: none;font-family: 'vagroundedbold';font-size: 55px;
  text-shadow: none;
}
.s6Left {
  position: relative;
}
.s6SealBg {
  position: absolute;
  top: 0;
  left: 80px;
}
.s6Seal {
  position: absolute;
  top: 97px;
  left: 103px;
}
.s6Right {
  float: right;
  width: calc(100% - 500px);
  padding: 40px 0 60px;
}
.fs-50 {
  font-size: 50px;
  line-height: 54px;
}
.s6Right .commonText {
  padding-right: 46px;
  float: none;
}
.section7 {
  float: left;
  width: 100%;
  padding: 70px 0 80px;
  position: relative;
  text-align: center;
}
.s7Mid {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1320px;
  margin-top: 40px;
}
.testBox {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.testCol {
  float: left;
  width: 31%;
  position: relative;
  background: #fff;
  border-radius: 40px;
}
.testImage {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;border-radius: 10px ;
  height: 350px;
  object-fit: cover;
}
.testCol:nth-child(1) .testImage{border:4px solid #ED6E88}
.testCol:nth-child(2) .testImage{border:4px solid #e67710}
.testCol:nth-child(3) .testImage{border:4px solid #37b72d}
.testStar {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial_background_padding {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
    padding-top: 30px;
}
.testi_background1 .testName {
  margin-top: 40px;
}
.testi_background3 .testName {
  margin-top: 15px;
}
.testi_background2 .testName {
  margin-top: 24px;
}
.testomianls_pc {
  margin-top: -40px;
}
.center_line {
  text-align: center;
}
.testi_background3 .commonText.testhead,
.testi_background1 .commonText.testhead {
  min-height: auto;
}
.line_images {
  width: 20%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.line_images2 {
  width: 20%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.testCol .commonText.testhead {
  margin-top: 10px;
  font-weight: 600;
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.03125rem;
}
.testCol .commonText {
  margin-top: 10px;
  width: 100%;
  color: #000;
}
.testName {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 17px;
  line-height: 18px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-top: 25px;
}
.testName img {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 3px 0 10px;
}
.testName span {
  color: #37b72d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.section7 .btnBox {
  margin-top: 50px;
}
.section7 .commonHead {
  margin-bottom: 0px;
  color: #0175A3;font-family: 'vagroundedbold';font-size: 55px;
  text-shadow: none;
}
.reviews_only_testimonial {
  display: flex;
  align-items: flex-end;
  padding: 35px 70px;
  background-color: #fff;
  border-radius: 35px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
  margin-bottom: 52px;
}
.reviewer_details .testName {
  justify-content: flex-start;
}
.reviewer_details .testName img {
  margin: 0px 7px 0 15px;
}
img.reviewer {
  margin-top: -75px;
}
.reviewer_details {
  margin-top: 20px;
}
.reviews_para_cntnt {
  text-align: left;
  width: 80%;
  margin-left: 45px;
}
.reviews_para_cntnt img {
  display: block;
}
.reviews_para_cntnt img.reviewer + img {
  width: 110px;
}
.reviews_para_cntnt b {
  font-size: 24px;
  line-height: 26px;
  margin-top: 5px;
  display: block;
}
.reviews_para_cntnt p {
  margin-top: 6px;
}
.reviews_img {
  margin-top: -140px;
}
.section8 {
  float: left;
  width: 100%;
  padding: 70px 0 60px;
  background: #eaffe8;
  position: relative;
  background-position: 100% center;
  background-size: 100% 100%;
  text-align: center;
}

.faq-container {
  display: inline-block;
  vertical-align: top;
  max-width: 830px;
  width: 100%;
  margin: 15px 0 15px;
}
.section8 .acdn-para sup {
  color: #3382b9;
  font-size: 12px;
}
.up-slide-dwn {
  float: left;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding: 10px 25px 8px 30px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(../../images/index-v1/close.png) no-repeat 100% center;
  padding: 13px 45px 10px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
}
.accordion.last {
  border-bottom: none;
}
.acdn-heading.accordion-open {
  background: url(../../images/index-v1/open.png) no-repeat 100% center;
  border: none;
}
.acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 0 10px 0;
}
.acdn-para {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #000000;
  margin-top: 10px;
}
.acdnImg {
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 0;
  max-width: 100%;
}
.acdnList {
  float: left;
  width: 100%;
}
.acdnList li {
  float: left;
  width: 100%;
  margin-top: 16px;
  padding: 0 0 10px 70px;
  position: relative;
  font-size: 17px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #000000;
}
.acdnListNo {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}
.acdnList.acdnListStyle li {
  padding-left: 25px;
}
.acdnList.acdnListStyle li:before {
  position: absolute;
  top: 5px;
  left: 2px;
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
.faq_list {
  margin-top: 50px;
}
.faq_list li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 18px;
}
.banner_image_for_mobile2 {
  display: none;
}
.footer {
  float: left;
  width: 100%;
  padding: 40px 0;
  background: #fff;
  position: relative;
}
.footerLogo {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 20px;
}
.ftrText1 {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #333333;
  margin-top: 10px;
  letter-spacing: 0.3px;
}
.ftrText1 a {
  padding: 0 5px;
}
.ftrText2 {
  font-size: 14px;
  line-height: 22px;
  color: #7c7c7c;
  padding: 0 85px;
  margin-top: 20px;
    font-weight: 400;
}
.whiteText {
  color: #fff;
}
.with_mini_text {
  display: none;
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.show-tab,
.show-mob {
  display: none;
}
.s1_cntnt_cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.s1-cntnt_li {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.s1-cntnt img {
  width: 70px;
}
.s1-cntnt {
  min-height: 145px;
  width: 21%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s1_cntnt_img {
  width: 89px;
  height: 89px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s1-cntnt p {
  font-size: 16px;
  color: #000;font-weight: 500;
  margin-top: 10px;
}
.s1_cntnt_cntnr {
  padding: 40px 75px;
}
.s1_cntnt_hdng {
  text-align: left;
  max-width: 100%;
}
.s1_cntnt_hdng h4 {
  font-size: 32px;
  line-height: 33.5px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #0175a3;
  margin-bottom: 20px;
  font-family: 'vagroundedbold';
}
.s1_cntnt_hdng p {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 27.5px;
  letter-spacing: 0.1px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.gif_desktop {
  position: absolute;
  height: 100%;
  width: 50%;
}
.smallHd {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section2 .container {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .bnrProd1 {
    top: 266px;
  }
  .section5::before {
    width: 600px;
    height: 600px;
    top: -190px;
    left: -60px;
  }
  .section5::after {
    bottom: -100px;
    right: -70px;
    width: 200px;
    height: 200px;
    z-index: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .s1-left-shp,
  .s1-prod2-right-ecl {
    width: 230px;
  }
  .bnrHeading {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  .strip-section {
    padding: 235px 0 36px;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
  ul.topMenu li a{font-size: 14px;}
    .s4Left, .s4Right{height: 45vh;}
  .banner .btnBox.hide-mob {
    margin-top: 15px;
  }
  .s1-cntnt:last-child {
    margin-top: 10px;
  }
  .section1 {
    margin-bottom: 0px;
  }
  .bnrHeading span::before {
    top: 30px;
  }
  .bnrHeading span {
    font-size: inherit;
    line-height: inherit;
    top: auto;
  }
  .bnrList {
    margin-top: 20px;
  }
  .s1-cntnt_li br {
    display: none;
  }
  .s1-cntnt img {
    width: 70px;
  }
  .bnrHeading {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
  }
  .container{width: 1004px;padding: 0 15px ;}
    .row3_bg_container{ width: 1004px;padding: 0 15px ;}
    .prod-s2-row.row3-bg{width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;}
    .prod-s2-row{width: 1004px;}
    ul.topMenu li{padding: 4px 12px;}
  .s1-box-list {
    margin-top: 50px;
  }
    .s5Col2{margin: -25px 12px -25px 0;}
  ul.topMenu {
    margin: 18px 0px 0 0;
  }
  .banner-left {
    width: 60%;
    padding-left: 30px;
}
  .bnrText1 {
    font-size: 17px;
  }
  .bnrProd1 {
    left: 570px;
    top: 270px;
  }
  .s3Inner {
    width: 50%;
  }
  .commonHead {
    font-size: 37px;
    line-height: 48px;
  }
  .section2 .commonHead{line-height: 65px;}
  .bnrProd1 {
    left: 624px;}
  .black-rotate {
    top: 10px;
    background: transparent;
    height: 100%;
  }
  .s1-prod1 {
    width: 200px;
    left: -140px;
    top: 0;
  }
  .s1-left-shp {
    top: 0;
    left: -190px;
  }
  .s1-box-list li {
    width: 235px;
  }
  .s1-prod2 {
    right: -100px;
    transform: none;
    top: 13px;
  }
  .s1-prod2-right-ecl {
    top: 0;
    right: -236px;
  }
  .s3LeftImg {
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .gif_desktop::after {
    left: 2px;
  }
  .gif_desktop {
    width: 46%;
  }
  .s4Left:before {
    right: -40px;
  }
  .s6Right {
    width: calc(100% - 410px);
    padding: 30px 0 36px;
  }
  .s6Right .commonText {
    padding-right: 22px;
  }
  .s6SealBg {
    left: 40px;
  }
  .s6Seal {
    left: 63px;
  }
  .s1-bx-cont h3 {
    font-size: 14px;
    line-height: 15px;
  }
  .s1-bx-cont p {
    font-size: 11px;
    line-height: 16px;
    min-height: 70px;
  }
  .s1-prod2 {
    right: -59px;
    transform: none;
    top: 13px;
    width: 200px;
  }
}
@media only screen and (max-width: 1021px) {
  .container,
  .prod-s2-row,
  .row3_bg_container {
    width: 750px;
  }
  .bnrProd1 {
    left: 490px;
    top: 320px;
  }
    .s1-cntnt p{font-size: 12px;}
  .section4 {
    height: auto;
  }
  .s5CompBox {
    margin-top: 130px;
  }
  .section7 {
    padding: 88px 0 120px;
  }
  .section1 .container {
    width: 766px;
  }
  .strip-section p.commonText.whiteText {
    max-width: unset;
    margin: 10px auto 0;
    color: #fff;
  }
  .strip-section p.commonHead.whiteText {
    font-size: 40px;
    line-height: 50px;
  }
  .smallHd {
    font-size: 16px;
  }
  .banner {
    background-position: right;
  } 
  
  .strip-section2 .flex-img img {
    width: 100px;
    margin-right: 5px;
  }
  .s1_cntnt_hdng h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .s1_cntnt_hdng p {
    font-size: 16px;
    line-height: 22px;
  }
  .show-desk {
    display: none;
  }
  .show-tab {
    display: block;
  }
  .banner {
    height: auto;
    background-size: cover;
  }
  .banner-left {
    width: 65%;
  }
  .bnrHeading {
   font-size: 40px;
    line-height: 38px;
    margin-top: 10px;-webkit-text-stroke: 1px white;
    text-stroke: 1px white;
  }
  .s3Inner .commonHead.whiteText {
    line-height: 30px;
  }
  .bnrList {
    margin-top: 20px;
  }
  .bnrList li {
    font-size: 18px;
    margin-top: 3px;
  }

  .s1Dotsleft {
    top: -55px;
    left: -120px;
    width: 200px;
  }
  .s1DotsRight {
    right: -290px;
    bottom: -130px;
    width: 460px;
  }
  .s1Left {
    width: 370px;
  }
  .s1Circle {
    top: 50px;
    width: 500px;
    height: 500px;
  }
  .s1Prod {
    top: 50px;
    right: 80px;
    width: 300px;
  }
  .s1Right {
    width: calc(100% - 330px);
  }
  .s1Right .commonText {
    padding-right: 0;
  }
  .commonHead {
    font-size: 26px;
    line-height: 33px;
    margin-top: 9px;
  }
  .commonText {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    width: 100%;
  }
  .s1-prod1 {
    width: 200px;
    top: 160px;
    left: -120px;
    display: none;
  }
  .testimonial_background_padding {
    padding-left: 10px;
    padding-right: 10px;
  }
  .s1-prod2 {
    width: 190px;
    display: none;
  }
  .s1-prod2-right-ecl {
    display: none;
  }
  .s1-box-list li {
    width: 170px;
    min-height: 250px;
  }

  .s1-left-shp {
    left: -490px;
    display: none;
  }
  .strip-section {
    padding-top: 140px;
  }
  .prod-row-cont h1 {
    font-size: 22px;
    line-height: 29px; 
    padding-bottom: 10px;
  }
    .row3-bg .prod-row-cont.pad-rgt h1{font-size: 22px;
    line-height: 29px;}
    .prod-s2-row .prod-row-cont.pad-rgt p, .prod-s2-row .prod-row-cont.pad-lft p{font-size: 17px;width: 100%;}
    .section4 .s4Left .commonHead, .section4 .s4Right .commonHead{font-size: 40px}
    .section5 .commonHead{font-size: 41px}
    .section6 .commonHead{font-size: 36px}
    .comn-btn{font-size: 20px}
    .section2 .commonHead{font-size: 34px;line-height: 41px;}
    .section2 .commonText{width: 80%;}
    .section7 .commonHead{font-size: 36px}
  .row3-bg .prod-h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .s3Inner {
    width: 52%;
  }
  .s3LeftImg {
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .s4Left,
  .s4Right {
    width: 100%;
    padding: 0px 0 0 0px;
    background-size: 100% 100%;
    height: 50vh;
  }
  .s5Col1 {
    padding: 105px 0 25px;
    width: 40%;
  }
  .s5Col1 ul li {
    height: 60px;
    font-size: 17px;
    line-height: 62px;
    font-weight: 500;
    padding: 0 0 0 50px;
    background-position: 20px 20px;
  }
  .s5Col2 {
    width: 20%;
    margin: -15px 0px -15px 0;
  }
  .s5Col2Top {
    height: 105px;
  }

  .s5Col2 ul li {
    height: 62px;
    padding: 20px 0;
  }
  .s5Col2 ul li img {
    width: 24px;
  }
  .s5Col2 ul li:last-child {
    height: 95px;
  }
  .s5Col3Top p,
  .s5Col4Top p {
    font-size: 17px;
  }
  /* .s5Col3Prod,
  .s5Col4Prod {
    margin: -83px auto 15px;
    width: 95px;
  } */
  /* .s5Col4Prod {
    margin: -62px auto 7px;
  } */
  .s6Right {
    width: calc(100% - 340px);
  }
  .s6SealBg {
    left: 10px;
    width: 295px;
  }
  .s6Right .commonText {
    padding-right: 0;
  }
  .s6Right .commonText br {
    display: none;
  }
  .testi_background2 img.testImage {
    min-height: 250px;
  }
  .s6Seal {
    left: 33px;
    width: 250px;
    top: 86px;
  }
  .s7Mid {
    margin-top: 20px;
  }
  .testBox {
    margin-top: 30px;
  }
  .testStar {
    margin-top: 10px;
  }
  .testCol .commonText.testhead {
    margin-top: 15px;
    font-size: 1rem;
  }
  .testName {
    font-size: 14px;
    margin-top: 15px;
  }
  .section7 .btnBox {
    margin-top: 35px;
  }
  .faq-container {
    margin: 10px 0;
  }
  .up-slide-dwn {
    margin-top: 20px;
  }
  .accordion {
    padding: 15px 45px 12px 0;
    font-size: 17px;
    line-height: 22px;
  }
  .acdn-para {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
  }
  .ftrText2 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {

  .container,
  .prod-s2-row,
  .row3_bg_container {
    width: 100%;
    padding: 0 15px;
    max-width: 600px;
    box-sizing: border-box;
  }
    .section2 .commonText{width: 100%}
  .section1 .container {
    width: 100%;
  }
    .s1-cntnt p{font-size: 16px;}
  .s3Inner .blck-circle img {
    width: 100%;
    margin-bottom: 20px;
  }
  .s1-box-list .slick-slide,
  .testBox .slick-slide {
    height: auto;
  }
  .strip-section p.commonText.whiteText {
    max-width: 360px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .strip-section::after {
    display: none;
  }
  .s1-box-list.hide-mob {
    display: none !important;
  }
  .s1-box-list_mob {
    background-color: #000;
    margin-top: -30px;
    padding-bottom: 30px;
  }
  .testi_background2 {
    top: 0;
  }
  .testi_background2 img.testImage {
    min-height: auto;
  }
  .testimonial_background_padding p.commonText:not(.testhead) {
    min-height: 200px;
  }
  .testi_background2 .testName,
  .testi_background1 .testName,
  .testi_background3 .testName {
    margin-top: 15px;
  }
  .s1-box-list ul.slick-dots li::before {
    display: none;
  }
  .s1-box-list ul.slick-dots li.slick-active button {
    background-color: #39b9e1;
  }
  .s6Right .commonText {
    color: #fff;
  }
  .s3Inner .commonHead.whiteText {
    font-size: 35px;
    line-height: 35px;
    position: relative;
    z-index: 10;
    text-align: left;
    padding-top: 20px;
    margin-bottom: 0;
  }
  .s3Inner .commonHead.whiteText br {
    display: none;
  }
  .s1-bx-cont svg {
    width: 350px;
    height: 200px;
    left: 0;
    bottom: -30px;
  }
  .strip-section2 .flex-img img {
    width: 100px;
    margin-bottom: 6px;
    margin-right: 10px;
  }
  .s4RightInner {
    margin-top: 0px;
  }
  .show-mob {
    display: block;
  }
  .hide-mob,
  .section3 .commonText br {
    display: none;
  }
  .hide_for_mobile {
    display: none;
  }
  .topStrip {
    padding: 8px 0 5px;
    overflow: hidden;
  }
  .banner_image_for_mobile {
    text-align: center;
  }
  .banner_image_for_mobile2 {
    display: block;
    width: 100%;
  }
  .topStrip p {
    font-size: 11px;
    line-height: 11px;
  }
  .top-fix-bar {
    margin-bottom: 55px;
  }
  .header {
    height: 55px;
    padding: 5px 0;
    margin-top: -55px;
    top: 55px;
  }
  .s3Inner .commonHead {
    margin-bottom: 20px;
  }
  .logo {
    margin-top: 5px;
  }
  .mob-mnu-ic {
    top: 14px;
    right: 15px;
  }
  .mobilemenu {
    top: 79px;
  }
  .mobimenu-top {
    top: 55px;
  }
  .banner {
    padding: 25px 0 60px;
    background: url(../../images/index-v1/mobbg.png)no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
  .banner-left {
    width: 100%;
    text-align: center;padding-left: 0;
  }
  .bnrStar {
    font-size: 13px;
    line-height: 13px;
  }
  .bnrStar img {
    width: 75px;
    margin: -5px 4px 0 0;
  }
  .bnrHeading {
    font-size: 32px;
    line-height: 36px;
    margin: 14px 0;
  }
  .bnrHeading {
    text-shadow: none;text-align: left;-webkit-text-stroke: 0px white;
    text-stroke: 0px white;
  }
  .mb-fullimg {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .bnrProd-mob {
    display: inline-block;
    vertical-align: top;
  }
  .bnrText1 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0 10px;
  }
  .strip-section p.commonHead.whiteText {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0;
  }
  .black-rotate {
    display: none;
  }
  .bnrList {
    margin-top: 0px;
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 30px;
  }
  .bnrList li {
    float: none;
    width: auto;
    font-size: 17px;
    margin-top: 5px;
    padding-left: 30px;
    background-position: 2px 3px;
    background-size: 18px;
  }
  .with_mini_text {
    display: block;
  }
  .ftrSec {
    padding: 20px 0;
  }
  .ftrText {
    font-size: 14px;
    line-height: 14px;
  }
  .ftrList {
    flex-wrap: wrap;
    margin-top: 0;
    justify-content: center;
  }
  .ftrList li {
    margin: 15px 15px 0;
    padding: 0;
  }
  .logo1 {
    width: 30px;
  }
  .logo2 {
    width: 100px;
  }
  .logo3 {
    width: 50px;
  }
  .logo4 {
    width: 90px;
  }
  .logo5 {
    width: 70px;
  }
  .section1 {
    padding: 30px 0;
  }
  .secName {
    font-size: 14px;
  }
  .commonHead {
    font-size: 26px;
    line-height: 32px;
    margin-top: 5px;
  }
  .s4LeftInner .commonHead {
    font-size: 30px;
    position: relative;
  }
  .s4RightInner .commonHead {
    font-size: 30px;
    padding-left: 0;
  }
  .commonText {
    font-size: 17px;
    line-height: 26px;
    margin-top: 15px;
    font-weight: 400;
    color: #000;
  }
  .s1-prod1-mob {
    margin: 20px auto 0;
    width: 220px;
  }
  .s1-list {
    margin-top: 0;
    -webkit-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .s1-list li {
    float: left;
    width: 33.33%;
    padding: 0;
    margin-top: 22px;
  }
  .new_video_hide {
    position: relative;
    left: -16px;
  }
  .prod-row-imgbox {
    display: none;
  }
  .s1-list li p {
    font-size: 13px;
    line-height: 18px;
  }
  .s1-box-list {
    width: calc(100% + 30px);
    margin: 25px 0 0 -15px;
    background-color: transparent;
  }
  .s1-box-list li {
    background-size: 100% 100%;
    margin-top: 8px;
    min-height: 380px;
  }
  .s1-bx-cont h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .s1-bx-cont p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .strip-section {
    padding: 210px 0 90px;
    margin: -200px 0 20px;
    background: url(../../images/index-v1/strip_section_mob_bg.png) no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .prod-row-cont h1 {
    padding-left: 50px;
  }
  .row3-bg .pad-rgt {
    width: 100%;
  }
  .section2 .container {
    max-width: 100%;
    padding: 0;
  }
  .s1-box-list .slick-dots li {
    background: transparent !important;
  }
  .s1-box-list .slick-dots li button {
    border: 1px solid #3B95D5;
    background: #3B95D5;
  }
  .strip-section .commonHead {
    font-size: 24px;
  }
  .section2 {
    padding-bottom: 30px;
  }
  .prod-s2-row {
    margin-top: 35px;
  }
  .row3-bg {
    padding: 20px 0px 30px;
    max-width: 100%;
  }
  .prod-row-cont {
    width: 100%;
  }
  .prod-row-imgbox img {
    display: none;
  }
  .step-box {
    top: 0;
    left: 0;
    width: 40px !important;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background: #000;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
  }
  .prod-s2-row .prod-row-cont p.step-box {
    color: #fff;
    -webkit-text-fill-color: white;
  }
  .prod-h5 .step-box {
    top: 5px;
  }
  .step-box:before {
    display: none;
  }
  .pad-rgt,
  .pad-lft {
    padding: 0;
  }
  .prd-row-img-m {
    margin: 0px auto 0;
    max-width: 100%;
    border-radius: 407px;
  }
  .prod-row-cont h1.prod-h3 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0;
    padding-bottom: 12px;
    padding-left: 55px;
  }
  .text_bg_img {
    font-weight: 400;
   
    padding: 20px 23px;
    background-size: 100% 100%;
  }
  .faq_heading {
    margin-top: -12px !important;
    width: 100%;
  }
  .prod-h1:before,
  .prod-h2:before,
  .prod-h3:before,
  .prod-h4:before,
  .prod-h5:before {
    left: 55px;
  }
  .prod-list {
    margin-top: 25px;
  }
  .prod-list li {
    font-size: 22px;
    line-height: 22px;
    margin-right: 30px;
  }
  .prod-list li span {
    font-size: 14px;
    line-height: 14px;
  }
  .prd-m3 {
    width: auto;
  }
  .section3 {
    padding: 0px 0 30px;
   
    background-position: bottom;
    background-size: 100%;
  }
  .s3LeftImg {
    position: static;
    width: 350px;
    margin: 24px auto 15px;
  }
  .s3Inner {
    width: 100%;
    padding: 0;
  }
  .s3-list {
    margin-top: 25px;
  }
  .s3-list li {
    margin-right: 0;
    width: 25%;
  }
  .s3-list li img {
    width: 50px;
  }
  .s3-list li p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .section4 {
    background: #f9f9f9;
  }
  .s4Left {
    width: 100%;
    height: 470px;
    margin: 0;
    background-position: 20% 100%;
  }
  .section3 .commonText,
  .s3Inner .commonHead.whiteText {
    padding: 0 15px;text-align: center;
  }
  .s4Left:before {
    height: 245px;
    background-size: 110%;
  }
  .s4Right {
    width: 100%;
    height: 470px;
    margin: 0;
    background-position: 20% 100%;
  }
  .s4RightInner {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
  }
  .s4RightBg {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .section5 {
    padding: 30px 0 25px;
    background-size: 100% 100%;
  }
  .s5CompBox {
    border-radius: 10px;
    margin-top: 100px;
  }
  .s5Col1 {
    width: 46%;
    padding: 75px 0 25px;
  }
  .s5Col1 ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 13px 0 13px 30px;
    background-position: 10px 24px;
    background-size: 14px;
  }
  .s5Col2 {
    width: 27%;
    margin: -40px 0% -25px 0;
  }
  .s5Col2Top {
    height: 100px;
  }
  .s5Col2Prod {
    margin: -36px auto -10px;
    width: 110px;
  }
  .s1_cntnt_img {
    width: 60px;
    height: 60px;
  }
  .s1-cntnt img {
    width: 40px;
  }
  .s5Col2Top p {
    font-size: 14px;
    line-height: 14px;
  }
  .s5Col2Top {
    height: 100px;
  }
  .s5Col3Top p,
  .s5Col4Top p {
    font-size: 11px;
  }
  .s5Col3Prod {
    margin: -30px auto 0px;
    width: 70px;
  }
  .section6 {
    padding: 30px 0 25px;background: #2E6285;
  }
  .reviews_only_testimonial {
    display: block;
    padding: 20px;
    margin: 60px 15px;
  }
  .section3 .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .s4Left > img,
  .s4Right > img {
    right: 10px;
    width: 90px;
  }
  .s4Right > img {
    width: 200px;
    right: -10px;
  }
  img.reviewer {
    margin: -55px auto -10px;
  }
  .s5CompBox .s5Col2 img:nth-child(2) {
    width: 100px;
  }
  .s6Left {
    width: 100%;
    text-align: center;
  }
  .s6SealBg {
    width: 300px;
    display: none;
  }
  .s6Seal {
    position: static;
    display: block;
    margin: 0 auto;
    width: 160px;
  }
  .s6Right {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
  }
  .s6Right .commonText {
    padding-right: 0;
  }
  .section7 {
    padding: 30px 0 25px;
  }
  .s7Mid {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
  .testBox {
    margin-top: 20px;
  }
  .testCol {
    width: 270px !important;
    margin: 0 8px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .testCol .commonText.testhead {
    font-size: 16px;
  }
  .section8 {
    padding: 30px 0 25px;
  }
  .faq-container {
    margin-top: 0;
  }
  .up-slide-dwn {
    margin-top: 15px;
    padding: 0 15px;
  }
  .accordion {
    padding: 15px 24px 12px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .acdn-para {
    font-size: 15px;
    line-height: 23px;
  }
  .acdnImg img {
    width: 120px;
  }
  .acdnList li {
    font-size: 15px;
  }
  .footer {
    padding: 0px 0 30px;
  }
  .footerLogo {
    width:200px;
    margin: 25px 0 5px;
  }
  .ftrText1 {
    font-size: 14px;
    line-height: 20px;
  }
  .ftrText2 {
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin-top: 12px;
  }
  #ctabtn-mob {
    background: #2d2d2d;
    padding: 7px 10px;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index: 99999999;
    transition: bottom 1s;
    display: table;
    width: 100%;
  }
  #ctabtn-mob a.order-btn {
    margin: 0;
  }
  .comn-btn {
    font-size: 22px;
    padding: 0 20px;
    height: 60px;
    line-height: 57px;
  }
  .btn-arw {
    margin: -4px 0 0 10px;
  }
  .s1-content {
    background: none;
    box-shadow: none;
    border-radius: 0px;
  }
  .s1_cntnt_cntnr {
    padding: 0;
    flex-wrap: wrap;
  }
  .s1_cntnt_hdng {
    max-width: 100%;
    text-align: center;
  }
  .s1_cntnt_hdng h4 {
    font-size: 28px;
    line-height: 35px;
    margin: 30px auto 12px;
  }
  .s1-cntnt {
    width: 48%;
    min-height: 125px;
  }
  .s1-cntnt_li {
    flex-wrap: wrap;
  }
  .s1-content {
    max-width: 95%;padding: 10px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 50px;
    margin-top: -62px;
}
  .s1_cntnt_hdng p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .section1 {
    margin-bottom: 0;
    
  }
  .section1 .slick-dots li:before {
    background: none;
  }
  .section1 ul.slick-dots li.slick-active button {
    background: #fff;
  }
  .section2 .mb-fullimg {
    width: auto;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
  }
    .prod-row-cont.pad-rgt h1 .step-box{background: #FFB829;}
    .prod-row-cont.pad-lft h1 .step-box{background: #3B95D5}
    .row3-bg .prod-row-cont.pad-rgt h1 .step-box{background: #37B72D}
    .prod-s4-row .prod-row-cont.pad-lft h1 .step-box{background: #ED6E88}
    .prod-s5-row .prod-row-cont.pad-rgt h1 .step-box{background: #705199}
    .prod-s2-row .prod-row-cont.pad-rgt p, .prod-s2-row .prod-row-cont.pad-lft p{line-height: 40px;}
    .row3-bg{position: relative;background: none;}
    .row3-bg:before{position: absolute;content: "";background: #EAFFE8;width: 100%;height: 400px;bottom: 0}
    .s3Inner .commonHead.whiteText{text-align: center;font-size: 30px;line-height: 37px;}
    .section4 .s4Left .commonHead{font-size: 30px;padding-bottom: 8px;}
    .section4 .s4Right .commonHead{font-size: 30px;padding-bottom: 8px;}
    .section5 .commonHead{font-size: 30px}
    .section5 .commonText{width: 100%}
    .section6 .commonHead{font-size: 26px}
    .section7 .commonHead{font-size: 30px}
    .section2{padding-top: 0px}

}
@media only screen and (max-width: 575.5px) {
    .btn-txt p{font-size: 10px;}
  .section2 .mb-fullimg {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .s4Right,
  .s4Left {
    height: 300px;
  }
  .s5CompBox .s5Col2 img:nth-child(2) {
    width: 80px;
  }
  .section2 .mb-fullimg .prd-row-img-m {
    left: 0;
  }
  
  
  .row3-bg .prd-row-img-m {
    border-radius: 0 !important;
  }
  .s3Inner .commonHead.whiteText {
    font-size: 30px;
    line-height: 30px;
  }
    
}
@media only screen and (max-width: 375.9px) {
  .s3-list li {
    margin-right: 7px;
  }
    .bnrList li{font-size: 16px;}
}
