@charset "utf-8";

body {
  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  padding: 0;

  background: #fff;

  color: #070826;

  text-align: center;

  font-family: "Sora", sans-serif;

  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

.img-full {
  max-width: 100%;
}

.clearall {
  clear: both;

  font-size: 1px;

  line-height: 1px;

  height: 1px;
}

.forMob,
.forTab {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*-----------------------

MAIN CSS START

------------------------*/

.container {
  width: 1170px;

  margin: 0 auto;

  padding: 0;

  position: relative;

  /*overflow: hidden;*/
}

/*=========FONTS===========*/

/*==========Header==============*/

.topStrip {
  float: left;

  width: 100%;

  /* background: #EF632D; */

  background: #0868ac;

  padding: 3px 0 5px 0;
}

.topStrip p {
  float: left;

  width: 100%;

  color: #ffffff;

  font-size: 14px;

  line-height: 22px;

  letter-spacing: 0.5px;
}

.topStrip p span {
  /* color: #F8F37A; */

  color: #fff202;

  /*font-weight: 600;*/
}

.top-fix-bar {
  float: left;

  width: 100%;

  margin-bottom: 70px;
}

.header {
  float: left;

  width: 100%;

  height: 70px;

  margin-top: -70px;

  position: relative;

  top: 70px;
}

.fixed-nav .header {
  position: fixed;

  z-index: 999999999999999;

  top: 0;

  background: #fff;

  -webkit-transition: margin 0.3s ease-out;

  transition: margin 0.3s ease-out;

  margin-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: 8px;

  width: 145px;
}

a.header-btn {
  float: right;

  width: 141px;

  font-size: 14px;

  color: #ffffff;

  height: 42px;

  border-radius: 4px;

  font-weight: 600;

  line-height: 40px;

  background: #00c04e;

  margin-top: 14px;
}

ul.mainMenu {
  float: right;

  margin-top: 25px;

  margin-right: 20px;
}

ul.mainMenu li {
  float: left;

  padding: 0 20px;

  border-right: 1px solid #ddd;
}

ul.mainMenu li:first-child {
  padding-left: 0;
}

ul.mainMenu li:last-child {
  border: none;
}

ul.mainMenu li a {
  float: left;

  color: #070826;

  font-size: 14px;

  line-height: 19px;
  cursor: pointer;
}

ul.mainMenu li.active a,
ul.mainMenu li a:hover {
  color: #00c04e;
}

/*MOBILE MENU CSS*/

.mob-mnu-ic {
  cursor: pointer;

  position: absolute;

  right: 170px;

  top: 26px;

  z-index: 16;

  height: 30px;
}

.mob-mnu-ic button {
  outline: none;

  -webkit-appearance: none;

  background: none;

  padding: 0;

  cursor: pointer;

  border: none;

  margin: 0;
}

.mob-mnu-ic span {
  color: #fff;

  display: inline-block;

  vertical-align: top;

  font-size: 16px;

  margin-top: 4px;

  margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;

  height: 3px;

  background-color: #a7a7a7;

  transition: 0.4s;
}

.bar2 {
  margin: 6px 0;
}

.dl-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8.5px, 6px);

  transform: rotate(-45deg) translate(-8.5px, 6px);

  background: #a7a7a7;
}

.dl-active .bar2 {
  opacity: 0;
}

.dl-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);

  transform: rotate(45deg) translate(-7px, -4px);

  background: #a7a7a7;
}

.mobilemenu {
  left: 0;

  position: fixed;

  top: 100px;

  background: #fff;

  z-index: 12;

  right: 0;

  bottom: 0;

  overflow: scroll;

  display: none;

  border-top: 1px solid #ddd;
}

.mobimenu-top {
  top: 80px;
}

.mobilemenu li {
  float: left;

  width: 100%;

  text-align: left;

  border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
  float: left;

  width: 100%;

  padding: 17px 20px;

  font-size: 18px;

  color: #000;
}

.mobilemenu li a.header-btn {
  float: left;

  width: 150px;

  font-size: 18px;

  color: #ffffff;

  height: 42px;

  line-height: 40px;

  font-weight: 600;

  margin: 10px 0;

  border-radius: 20px;

  background: #19c354;

  padding: 0;

  text-align: center;
}

.banner {
  float: left;

  width: 100%;

  background: url(../images/bg-banner-3.jpg) no-repeat center top;

  height: 734px;

  overflow: hidden;

  padding: 40px 0;

  background-size: 100% 100%;
}

.banner-left-side {
  float: left;

  width: 70%;

  text-align: left;
}

.bnrHdng {
  float: left;

  width: 100%;

  font-size: 50px;

  line-height: 58px;

  font-weight: 600;

  color: #ffffff;

  font-family: "Sora", sans-serif;

  letter-spacing: -0.5px;
}

.bnrHdng span {
  color: #44d8ff;
}

.banner-strip {
  float: left;

  width: 100%;

  margin-top: 20px;

  padding: 15px;

  position: relative;

  background: rgb(20, 26, 18);

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(20, 26, 18, 0.5)),
    color-stop(48.99%, rgba(68, 84, 61, 0.5)),
    color-stop(98.72%, rgba(20, 26, 18, 0.5))
  );

  background: -o-linear-gradient(
    left,
    rgba(20, 26, 18, 0.5) 0%,
    rgba(68, 84, 61, 0.5) 48.99%,
    rgba(20, 26, 18, 0.5) 98.72%
  );

  background: linear-gradient(
    90deg,
    rgba(20, 26, 18, 0.5) 0%,
    rgba(68, 84, 61, 0.5) 48.99%,
    rgba(20, 26, 18, 0.5) 98.72%
  );

  background: linear-gradient(
    90deg,
    rgba(18, 11, 5, 0.5) 0%,
    rgba(8, 104, 172, 0.5) 48.99%,
    rgba(22, 9, 1, 0.5) 98.72%,
    rgba(22, 9, 1, 0.5) 98.72%
  );

  box-shadow: 0px 4px 10px 10px rgba(0, 0, 0, 0.1);

  border-radius: 10px;
}

.bnr-strp-icon {
  position: absolute;

  left: 0;

  top: 15px;
}

.bnr-strip-text1 {
  float: left;

  width: 100%;

  font-size: 18px;

  line-height: 30px;

  font-weight: 600;

  color: #ffffff;

  font-family: "Sora", sans-serif;
}

.bnr-strip-text1 span {
  position: relative;

  padding-right: 15px;
}

.bnr-strip-text1 span:last-child {
  padding-right: 0;
}

.bnr-strip-text1 span:after {
  position: absolute;

  right: 0;

  top: -5px;

  width: 1px;

  height: 30px;

  border-right: 1px solid #7f7f7f;

  content: "";
}

.bnr-strip-text1 span:last-child:after {
  display: none;
}

.bnr-strip-text1 img {
  display: inline-block;

  vertical-align: middle;

  margin: -9px 7px 0 12px;
}

.bnr-strip-text2 {
  float: left;

  width: 100%;

  font-size: 14px;

  line-height: 24px;

  color: #ffffff;

  margin-top: 5px;

  padding-top: 5px;

  /*border-top: 1px solid #282d55;*/
}

.bnr-list {
  float: left;

  width: 100%;

  margin: 10px 0 0;
}

.bnr-list li {
  float: left;

  width: 100%;

  padding: 0 0 0 45px;

  text-align: left;

  margin-top: 12px;

  font-size: 18px;

  line-height: 28px;

  font-weight: 600;

  color: #ffffff;
}

.btn-box {
  display: inline-block;

  vertical-align: middle;

  margin-top: 30px;

  text-align: center;

  width: 425px;

  max-width: 100%;
}

a.packageBtn {
  display: block;

  width: 100%;

  margin: 0 auto;

  border: 1px solid #009b3f;

  border-radius: 7px;

  height: 70px;

  overflow: hidden;

  color: #ffffff;

  font-size: 24px;

  line-height: 68px;

  position: relative;

  background: #00c04e;

  font-weight: 600;

  padding-right: 35px;

  font-family: "Sora", sans-serif;

  /*text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
}

a.packageBtn:after {
  content: "";

  position: absolute;

  right: 35px;

  top: 50%;

  margin-top: -10px;

  border-left: 10px solid #fff;

  border-top: 10px solid transparent;

  border-bottom: 10px solid transparent;
}

.btn-txt {
  float: left;

  width: 100%;

  color: #000;

  font-size: 14px;

  line-height: 20px;

  margin-top: 7px;

  letter-spacing: 0.5px;

  font-weight: 500;

  position: relative;
}

.colr-white {
  color: #fff !important;
}

.colr-orange {
  color: #ef632d !important;
}

.colr-dark-green {
  color: #070826 !important;
}

.btn-txt:after,
.btn-txt:before {
  position: absolute;

  content: "";

  right: 0px;

  top: 12px;

  width: 70px;

  height: 1px;

  background: #ccc;
}

.btn-txt:before {
  left: 0;

  right: auto;
}

.btn-txt img {
  display: inline-block;

  vertical-align: middle;

  margin: -7px 5px 0;
}

.btn-txt span {
  font-size: 14px;

  font-weight: 600;

  color: #ef632d;
}

.btn-txt small {
  font-weight: normal;

  padding: 0 3px;
}

/* .banner-prod {

    position: absolute;

        right: 20px;

    top: 325px;

    width: 35%;

} */

.banner-prod {
  position: absolute;

  right: 20px;

  top: 80px;

  width: 35%;
}

.bnr-seal {
  position: absolute;

  right: 0;

  top: 0;
}

/*======================*/

.bnr-btm-sec {
  float: left;

  width: 100%;

  text-align: center;
}

.bnr-btm-sec ul {
  float: left;

  width: 100%;

  padding: 100px 0 60px;

  border-bottom: 1px solid #f1f1f1;
}

.bnr-btm-sec ul li {
  float: left;

  width: 33.333%;

  padding: 0 30px;

  text-align: center;

  position: relative;
}

.bnr-btm-sec ul li:after {
  position: absolute;

  right: 0;

  top: 35px;

  width: 1px;

  height: 100%;

  border-right: 1px solid #f1f1f1;

  content: "";
}

.bnr-btm-sec ul li:last-child:after {
  display: none;
}

.bnr-btm-sec ul li img {
  display: block;

  margin: 0 auto 15px;
}

.bnr-btm-sec ul li span {
  float: left;

  width: 100%;

  font-size: 24px;

  line-height: 30px;

  font-weight: 600;

  font-family: "Sora", sans-serif;

  margin-bottom: 4px;
}

.bnr-btm-sec ul li p {
  float: left;

  width: 100%;

  font-size: 14px;

  line-height: 24px;

  margin-top: 10px;

  color: #565656;
}

/*======================*/

.bnr-mbg-sec {
  float: left;

  width: 100%;

  text-align: center;

  background-color: #000;

  color: #fff;
}

.bnr-mbg-sec ul {
  float: left;

  width: 100%;

  padding: 50px 50px 50px 50px;

  border-bottom: 1px solid #f1f1f1;

  display: flex !important;
}

.bnr-mbg-sec ul li:first-child {
  float: left;

  width: 25%;

  padding: 0 30px;

  text-align: center;

  position: relative;

  align-self: center !important;
}

.bnr-mbg-sec ul li:last-child {
  float: left;

  width: 75%;

  padding: 0 30px;

  text-align: center;

  position: relative;

  align-self: center !important;
}

.bnr-mbg-sec ul li:after {
  position: absolute;

  right: 0;

  top: 0px;

  width: 1px;

  height: 100%;

  border-right: 1px solid #f1f1f1;

  content: "";
}

.bnr-mbg-sec ul li:last-child:after {
  display: none;
}

.bnr-mbg-sec ul li img {
  display: block;

  margin: 0 auto 15px;

  width: 100%;
}

.bnr-mbg-sec ul li span {
  float: left;

  width: 100%;

  font-size: 24px;

  line-height: 30px;

  font-weight: 600;

  font-family: "Sora", sans-serif;

  margin-bottom: 4px;
}

.bnr-mbg-sec ul li p {
  float: left;

  width: 100%;

  font-size: 14px;

  line-height: 24px;

  margin-top: 10px;

  color: #fff;
}

.sectionOne {
  float: left;

  width: 100%;

  padding: 70px 0;

  position: relative;

  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 60%,
    #abdcff 60%,
    #4481ad 100%
  );
}

.comnHdng {
  float: left;

  width: 100%;

  font-family: "Sora", sans-serif;

  font-weight: 600;
}

.comnHdng h1 {
  font-size: 50px;

  line-height: 75px;

  /* color: #5B7A17; */

  color: #070826;

  font-weight: 600;
}

.comnHdng p {
  font-size: 50px;

  line-height: 56px;

  /* color: #070826; */

  color: #070826;
}

.s1-mdl-box {
  float: left;

  width: 100%;

  margin-top: 40px;

  padding: 0 25px;

  position: relative;
}

.s1-left {
  float: left;

  width: 54%;

  background: #fff;

  border-radius: 25px;

  position: relative;
}

.s1-left-img {
  /* display: inline-block; */

  vertical-align: middle;

  max-width: 100%;
}

.s1-btn-dv {
  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  padding: 40px 20px;

  text-align: center;
}

.s1-btn-dv .btn-box {
  margin: 0;
}

.s1-prod {
  position: absolute;

  left: -100px;

  bottom: 125px;

  z-index: 2;

  max-width: 350px;
}

.s1-right {
  position: absolute;

  top: 40px;

  right: 0;

  width: 75%;

  padding: 20px 70px 50px;

  box-shadow: 1px 2px 15px 1px rgba(0, 0, 0, 0.2);

  border-radius: 20px;

  background: #fff;

  text-align: left;
}

.common-para {
  float: left;

  width: 100%;

  font-size: 18px;

  line-height: 35px;

  margin-top: 25px;

  /*letter-spacing: 0.3px;*/
}

/* .common-para span {

	color: #0868AC;

} */

.common-para span {
  /* color: #0868AC; */

  font-weight: 700;
}

.comn-padng {
  padding: 0 150px;
}

.s1-text1 {
  float: left;

  width: 100%;

  font-size: 26px;

  line-height: 36px;

  color: #0b0625;

  margin-top: 30px;

  font-weight: bold;

  font-family: "Sora", sans-serif;
}

ul.s1-list {
  /*float: right;*/

  width: 100%;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  padding-top: 20px;
}

ul.s1-list li {
  float: left;

  width: 25%;

  text-align: center;

  padding: 20px 10px;

  border-right: 1px solid #f1f1f1;

  border-bottom: 1px solid #f1f1f1;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

ul.s1-list li:nth-child(4),
ul.s1-list li:nth-child(8) {
  border-right: none;
}

ul.s1-list li:nth-child(5),
ul.s1-list li:nth-child(6),
ul.s1-list li:nth-child(7),
ul.s1-list li:nth-child(8) {
  border-bottom: none;
}

.s1-icon {
  display: block;

  margin: 0 auto 10px;

  max-width: 100%;
}

ul.s1-list li p {
  font-size: 14px;

  line-height: 22px;

  color: #565656;

  font-weight: 400;

  min-height: 44px;
}

.s1-after-icon {
  position: absolute;

  right: 60px;

  bottom: -90px;
}

.sectionTwo {
  float: left;

  width: 100%;

  background: linear-gradient(180deg, #606b5a -8.63%, #1c2319 95.5%);

  padding: 50px 0 300px;

  overflow: hidden;

  position: relative;

  background: linear-gradient(180deg, #458abb -8.63%, #052237 95.5%);
}

.sectionTwo::before {
  content: "";

  background-image: url(../images/wave.svg);

  background-size: contain;

  background-position: left bottom;

  background-repeat: repeat-x;

  z-index: 0;

  bottom: -10px;

  right: 0;

  width: 100%;

  height: 100%;

  position: absolute;
}

.sectionTwo .comnHdng h1,
.sectionThree .comnHdng p {
  color: #0868ac !important;

  display: inline-block;

  background: #fff202;

  padding: 0px 20px;

  border-radius: 5px;
}

.sectionTwo .comnHdng h1 {
  margin: 20px 0 30px;
}

.sectionTwo .comnHdng p {
  color: #fff;
}

.s2-left {
  float: left;

  width: 48%;

  text-align: left;

  margin-top: 40px;
}

.s2-list {
  float: left;

  width: 100%;
}

.s2-list-col {
  float: left;

  width: 100%;

  padding: 25px 30px 22px 80px;

  text-align: left;

  position: relative;

  cursor: pointer;
}

.s2-list-col img {
  position: absolute;

  left: 10px;

  top: 25px;
}

.s2-list-col-1 {
  background: url(../images/icn1.svg) no-repeat 25px 25px;
}

.s2-list-col-2 {
  background: url(../images/icn2.svg) no-repeat 25px 25px;
}

.s2-list-col-3 {
  background: url(../images/icn3.svg) no-repeat 25px 25px;
}

.s2-list-col-4 {
  background: url(../images/icn4.svg) no-repeat 25px 25px;
}

.s2-list-col span {
  float: left;

  width: 100%;

  font-size: 24px;

  line-height: 32px;

  font-weight: 600;

  color: #fff;
}

.s2-list-col p {
  float: left;

  width: 100%;

  font-size: 14px;

  line-height: 26px;

  color: #fff;

  margin-top: 10px;
}

.s2-right {
  float: right;

  width: 48%;

  margin-top: 50px;

  margin-bottom: 20px;

  /*background: #fff;*/

  /*box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.2);*/

  position: relative;
}

.s2-slider {
  float: left;

  width: 100%;
}

/*.s2-rght-hdng {

    float: left;

    width: 100%;

    font-size: 30px;

    line-height: 36px;

    font-weight: bold;

    color: #fff;

    background: #14215b;

    padding: 15px 25px 20px;

    text-align: left;

    position: relative;

}



.s2-rght-hdng img {

    position: absolute;

    right: 20px;

    top: 10px;

}*/

.s2-rgt-img {
  display: inline-block;

  vertical-align: middle;

  width: 100%;
}

.s2-rght-btm {
  float: left;

  width: 100%;

  padding: 12px 25px 15px;

  position: relative;

  text-align: left;
}

.s2-rght-btm p {
  font-size: 18px;

  line-height: 21px;

  color: #0b0625;
}

.s2-rgt-color-img {
  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  margin-top: 10px;
}

.s2-prod {
  position: absolute;

  right: -65px;

  bottom: 15px;

  width: 390px;
}

/*===============sectionThree==========*/

.sectionThree {
  float: left;

  width: 100%;

  padding: 50px 0 20px;

  position: relative;
}

.sectionThree:before {
  position: absolute;

  left: 0;

  bottom: 0;

  right: 0;

  background: #000;

  content: "";

  height: 240px;
}

.s3-mdl {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  max-width: 1030px;

  margin-top: 80px;

  margin-bottom: 20px;

  position: relative;
}

.s3-prod-asseceries {
  float: right;

  margin-top: 40px;
}

.s3-prod {
  position: absolute;

  left: 135px;

  top: -28px;
}

.s3-prod-camo {
  width: 50%;

  max-width: 100%;

  max-width: 100%;
}

/* ul.s3-list {

    float: left;

    width: 25%;

} */

ul.s3-list {
  float: none;

  width: 100%;

  display: flex;

  margin-top: 70px;
}

ul.s3-list li {
  /* float: left;

    width: 100%; */

  text-align: left;

  margin-top: 15px;

  font-size: 15px;

  line-height: 25px;

  /* color: #000000; */

  font-weight: 600;

  font-family: "Sora", sans-serif;

  padding-left: 50px;

  position: relative;

  font-weight: 600;

  font-size: 24px;

  line-height: 30px;

  align-items: center;

  text-align: center;

  color: #070826;
}

ul.s3-list li span {
  position: relative;

  left: 0;

  top: 0;

  width: 40px;

  height: 40px;

  background: #fff202;

  border-radius: 50%;

  font-variant: JIS04;

  font-family: "Sora", sans-serif;

  margin: auto;

  font-weight: 600;

  font-size: 24px;

  line-height: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  color: #070826;

  margin-bottom: 15px;
}

.s3-control-box {
  float: left;

  width: 100%;

  margin-top: 80px;

  background: url(../images/s3-control-bx-bg.jpg) no-repeat right top;

  background-color: #070726;

  padding: 60px 60px 100px;

  border-radius: 30px;
}

.s3-box-left {
  float: left;

  width: 63%;

  text-align: left;
}

.s3-box-left h2 {
  float: left;

  width: 100%;

  font-family: "Sora", sans-serif;

  font-weight: 600;

  font-size: 50px;

  line-height: 70px;

  color: #070826;
}

.s3-box-text1 {
  float: left;

  width: 80%;

  font-size: 14px;

  line-height: 28px;

  letter-spacing: 0.5px;

  color: #565656;

  margin-top: 15px;
}

.s3-box-text2 {
  float: left;

  width: 100%;

  font-size: 14px;

  line-height: 28px;

  letter-spacing: 0.5px;

  color: #ffffff;

  margin-top: 30px;
}

.s3-box-text2 img {
  display: inline-block;

  vertical-align: middle;

  margin: -5px 0 0 10px;
}

.s3-box-left .btn-box {
  margin-top: 25px;
}

/*==========sectionFour================*/

.sectionFour {
  float: left;

  width: 100%;

  background: #000;

  padding: 60px 0 83px;

  position: relative;

  overflow: hidden;
}

.curve-sec {
  position: relative;
}

.sectionFour .curve-sec:before {
  position: absolute;

  left: 50%;

  right: 0;

  bottom: -114px;

  content: "";

  width: 100%;

  height: 203px;

  z-index: 9;

  transform: translateX(-50%);

  background: url(../images/ccc.png) no-repeat center 100%;

  background-size: 1920px 100%;
}

.s4-content-box {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  margin-top: 40px;

  max-width: 1340px;
}

.s4-content-row {
  float: left;

  width: 100%;

  display: -webkit-box;

  display: -moz-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.s4-col {
  float: left;

  width: 24.8%;

  position: relative;
}

.s4-img {
  display: inline-block;

  vertical-align: middle;

  /*max-width: 100%;*/

  width: 100%;

  border-radius: 20px;
}

.s4-col p {
  position: absolute;

  left: 0;

  right: 0;

  top: 100%;

  font-size: 24px;

  font-weight: 600;

  line-height: 30px;

  /*color: #ffffff;*/

  /*font-weight: bold;*/

  /*text-transform: uppercase;*/

  font-family: "Sora", sans-serif;

  text-align: center;

  width: 100%;

  z-index: 1;

  /*text-shadow: 0 5px 10px rgb(0 0 0 / 40%);*/
}

.s4-col:not(:last-child):not(:first-child) p {
  top: 95%;
}

.s4-icon {
  position: absolute;

  left: 50%;

  margin-left: -60px;

  bottom: 20px;

  z-index: 2;
}

.s4-icon1 {
  bottom: 10px;
}

.s4-icon2 {
  bottom: 40px;
}

.s4-icon3 {
  bottom: 40px;
}

.s4-icon4 {
  bottom: 10px;
}

.s4-btm-sec {
  float: left;

  width: 100%;

  background: url(../images/s4-circle-bg.png) no-repeat center 100%;

  position: relative;

  margin-top: -140px;

  padding: 0;

  background-size: 107% 100%;

  height: 300px;
}

.s4-btm-text {
  float: left;

  width: 100%;

  font-size: 24px;

  line-height: 32px;

  color: #000000;

  font-weight: 600;

  font-family: "Sora", sans-serif;
}

/*==============sectionFive===============*/

.sectionFive {
  float: left;

  width: 100%;

  padding: 0 0 100px;

  position: relative;

  margin-top: -100px;

  /*    z-index: 9999;*/
  z-index: 9;
}

.s5-comparision-box {
  display: inline-block;

  vertical-align: middle;

  width: 100%;

  /* max-width: 970px; */

  background: #fcfcfc;

  border: 1px solid #969696;

  border-radius: 20px;

  margin-top: 250px;

  margin-bottom: 100px;

  /* box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.2); */
}

.s5-col-1 {
  float: left;

  width: 50%;

  padding: 20px 25px;

  position: relative;
}

.s5-star {
  position: absolute;

  left: 30px;

  top: -44px;
}

.s5-col-1 ul {
  float: left;

  width: 100%;
}

.s5-col-1 ul li {
  float: left;

  width: 100%;

  height: 65px;

  text-align: left;

  font-size: 15px;

  line-height: 24px;

  /*color: #000000;*/

  font-weight: 600;

  padding: 0 0 0 45px;

  position: relative;

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.s5-col-1 ul li sup {
  font-size: 10px;

  position: relative;

  top: -2px;
}

.s5-col-1 ul li img {
  position: absolute;

  left: 0;

  top: 50%;

  margin-top: -13px;
}

.s5-col-2 {
  float: left;

  width: 22%;

  background: #0c65b7;

  border-radius: 20px;

  margin: -120px 2% -40px 0;
}

.s5-col2-top {
  float: left;

  width: 100%;

  height: 150px;
}

.s5-col2-prod {
  display: block;

  margin: -50px auto 5px;

  max-width: 100%;
}

.s5-col3-prod {
  display: block;

  margin: -50px auto 10px;

  max-width: 100%;
}

.s5-col2-top p {
  font-size: 18px;

  line-height: 22px;

  color: #ffffff;

  font-weight: 600;
}

.s5-col-2 ul {
  float: left;

  width: 100%;
}

.s5-col-2 ul li {
  float: left;

  width: 100%;

  height: 65px;

  text-align: center;

  padding: 15px 0;

  /*border-bottom: 1px solid #25bfe8;*/
}

.s5-col-2 ul li:first-child {
  height: 60px;
}

.s5-col-2 ul li:last-child {
  border: none;

  height: 120px;
}

.s5-col-3 {
  background: #e2e2e2;

  border-radius: 20px;
}

.sectionSix {
  float: left;

  width: 100%;

  padding: 100px 0 100px 0;

  background: #f8f8f8;
}

.testi-sec {
  float: left;

  width: 100%;

  padding: 0 90px;

  margin-top: 40px;

  margin-bottom: 30px;
}

.testi-row {
  float: left;

  width: 100%;

  text-align: left;

  padding: 0 0 35px;

  margin: 20px 0;

  /*border-bottom: 1px solid #d7d7d7;*/
}

.testi-row:last-child {
  border: none;

  padding-bottom: 0;
}

.testi-row-lft {
  display: inline-block;

  vertical-align: top;

  width: 260px;

  padding-right: 15px;
}

.testi-lft-abt {
  float: left;

  width: 100%;

  padding: 10px 0 20px 90px;

  position: relative;
}

.testi-pics {
  position: absolute;

  left: 0;

  top: 4px;

  width: 66px;

  height: 66px;

  background: #7d93bd;

  border-radius: 50%;

  color: #fff;

  font-size: 22px;

  line-height: 70px;

  text-align: center;
}

.t-name {
  font-size: 22px;

  line-height: 1;

  font-weight: 600;

  color: #070826;
}

.t-vryfd {
  font-size: 14px;

  color: #00c04e;

  margin-top: 7px;
}

.t-vryfd img {
  display: inline-block;

  vertical-align: middle;

  margin: -5px 2px 0 0;
}

.test-prod {
  float: left;

  width: 100%;

  position: relative;

  text-align: left;

  margin-top: 10px;

  padding: 20px 0 10px 90px;

  border-top: 1px solid #f1f1f1;

  display: flex;

  align-items: center;
}

.test-prod-txt {
  float: left;

  width: 100%;

  font-size: 14px;

  line-height: 22px;

  color: #070826;
}

.test-prod-txt span {
  font-weight: 600;
}

.t-prod-dv {
  position: absolute;

  left: 0;

  top: 10px;

  border-radius: 5px;

  /*background: #ffffff;*/

  /* width: 70px;

    height: 70px; */

  padding: 0 5px;

  text-align: center;
}

.t-prod-dv img {
  display: inline-block;

  vertical-align: middle;

  max-width: 100%;
}

.testi-row-rght {
  display: inline-block;

  vertical-align: top;

  width: calc(100% - 270px);

  padding: 8px 0 8px 30px;

  border-left: 1px solid #f1f1f1;
}

.t-star {
  float: left;

  margin-top: 15px;

  display: block;
}

.testi-row-rght span {
  float: left;

  width: 100%;

  font-size: 20px;

  line-height: 24px;

  color: #070826;

  font-weight: 600;

  letter-spacing: 0.5px;
}

.testi-paragraph {
  float: left;

  width: 100%;

  font-size: 18px;

  line-height: 26px;

  letter-spacing: 0.5px;

  color: #070826;

  margin-top: 0;
}

.testi-img {
  float: left;

  margin: 20px 0 0;

  max-width: 100%;
}

/*==========sectionSeven============*/

.sectionSeven {
  float: left;

  width: 100%;

  padding: 60px 0;

  position: relative;
}

.faq-container {
  display: inline-block;

  vertical-align: middle;

  max-width: 975px;

  width: 100%;

  margin: 40px 0 20px;
}

.up-slide-dwn {
  float: left;

  width: 100%;
}

.accordion {
  float: left;

  width: 100%;

  text-align: left;

  background: url(../iages/close-btn.png) no-repeat 97% center;

  padding: 20px 40px 20px 0;

  font-size: 20px;

  line-height: 26px;

  color: #000000;

  font-weight: 600;

  letter-spacing: 0.5px;

  cursor: pointer;

  border-bottom: 1px solid #d8d9d9;
}

.acdn-heading.accordion-open {
  background: url(../images/open-btn.png) no-repeat 97% center;

  border: none;

  border-bottom: 1px solid #d8d9d9;
}

.acdn-content {
  float: left;

  width: 100%;

  padding: 20px 20px 0 0;
}

.acdn-para {
  float: left;

  width: 100%;

  font-size: 18px;

  line-height: 26px;

  color: #000000;

  margin-bottom: 15px;

  text-align: left;
}

/*==========footer===================*/

.footer {
  float: left;

  width: 100%;

  padding: 30px 0;

  text-align: center;

  background: #cfebff;
}

.ftr-logo {
  display: block;

  /*margin: 0 auto 60px;*/

  margin: 0 auto 0px;
}

.ftr-txt1 {
  font-size: 14px;

  line-height: 30px;

  color: #070826;

  margin: 5px 0;
}

.ftr-txt1 a {
  color: #070826;

  padding: 0 3px;
}

.ftr-btm {
  float: left;

  width: 100%;

  margin-top: 10px;

  /*padding-top: 60px;*/

  /*border-top: 1px solid #ddd;*/
}

.sectionFour h1,
.sectionFour .container > p,
.sectionFour .comnHdng p {
  color: #fff;
}

.sectionFive h1,
.sectionSix h1 {
  color: #070826 !important;
}

.sectionFour .container > p {
  margin-bottom: 50px;
}

.sectionFive h1 {
  margin-top: 80px;
}

.ns1 {
  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 1.2;

  color: #565656;
}

.tps {
  display: block;

  width: 100%;

  clear: both;

  float: left;
}

.dvd {
  padding: 0 10px;
}

/*==============Media=============*/

@media (max-width: 1199px) {
  .bnr-btm-sec ul li p br {
    display: none;
  }

  .s4-btm-sec {
    margin-top: -250px;

    height: 300px;
  }

  .bnr-mbg-sec ul li p br {
    display: none;
  }

  .s4-btm-sec {
    margin-top: -250px;

    height: 300px;
  }

  .s5-col-1 ul li {
    font-size: 14px;

    line-height: 1.4;

    font-weight: 600;

    padding: 0 0 0 26px;
  }

  .sectionTwo {
    padding: 50px 0 200px;
  }

  ul.s3-list {
    float: none;

    width: 100%;

    display: flex;

    margin-top: 50px;

    justify-content: center;
  }

  ul.s3-list li {
    font-size: 16px;

    line-height: 1.4;

    align-items: center;

    text-align: center;

    color: #070826;
  }

  .s2-list-col span {
    font-size: 22px;

    line-height: 28px;
  }

  .s2-list-col p {
    float: left;

    width: 100%;

    font-size: 14px;

    line-height: 1.6;

    color: #fff;

    margin-top: 10px;
  }

  .s1-prod {
    left: -36px;

    bottom: 132px;

    width: 50%;
  }

  .ftr-logo {
    display: block;

    /*margin: 0 auto 30px;*/

    margin: 0 auto 0px;
  }

  .ftr-btm {
    margin-top: 0px;

    /*padding-top: 10px;*/
  }

  .s5-col2-prod {
    display: block;

    margin: -50px auto 5px;

    max-width: 100%;
  }

  .comnHdng h1,
  .comnHdng p {
    font-size: 30px;

    line-height: 1.4;
  }
}

@media only screen and (max-width: 1187px) {
  .container {
    width: 1004px;
  }

  ul.mainMenu li {
    padding: 0 15px;
  }

  .banner {
    background-size: cover;

    padding: 40px 0 80px;

    height: auto;
  }

  .banner-left-side {
    width: 65%;
  }

  .bnrHdng {
    font-size: 48px;

    line-height: 58px;
  }

  .banner-prod {
    right: 55px;
  }

  .bnr-seal {
    right: 20px;
  }

  .bnr-list li {
    font-size: 22px;
  }

  .bnr-btm-sec ul li {
    padding: 0 20px;
  }

  .bnr-btm-sec ul li span {
    font-size: 24px;
  }

  .bnr-mbg-sec ul li {
    padding: 0 20px;
  }

  .bnr-mbg-sec ul li span {
    font-size: 24px;
  }

  .s1-mdl-box {
    padding: 0;
  }

  .s1-left {
    width: 63%;
  }

  /* .s1-prod {

        left: 55px;

        bottom: 115px;

    } */

  .s1-right {
    top: 30px;

    width: 70%;

    padding: 10px 25px 25px;
  }

  .s1-after-icon {
    right: 0;
  }

  .comn-padng {
    padding: 0px 80px;
  }

  .s2-left {
    width: 49%;
  }

  .s2-list-col {
    padding: 20px 20px 20px 75px;
  }

  .s2-list-col span {
    font-size: 26px;

    line-height: 28px;
  }

  .s2-list-col li p {
    font-size: 17px;
  }

  .s2-prod {
    bottom: 40px;

    width: 290px;

    right: -40px;
  }

  .s3-control-box {
    padding: 30px 40px 40px;
  }

  .s3-box-left {
    width: 75%;
  }

  /*.s4-col p {

        font-size: 24px;

        top: 64%;

    }*/

  .sectionFive {
    padding-top: 0;
  }

  .testi-sec {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .s5-col-1 ul li img {
    margin-top: -8px;
  }
}

@media only screen and (max-width: 1021px) {
  .container {
    width: 750px;
  }

  .forDesk {
    display: none;
  }

  .forTab {
    display: block;
  }

  ul.mainMenu {
    display: none;
  }

  /* .banner {

        padding: 30px 0;

    }

*/

  .banner-left-side {
    width: 80%;
  }

  .bnrHdng {
    font-size: 42px;

    line-height: 54px;
  }

  .bnr-strip-text1 {
    font-size: 14px;

    line-height: 30px;
  }
  .btn-txt:after,
  .btn-txt:before {
    top: 10px;
    width: 43px;
  }

  .bnr-strip-text2 {
    font-size: 17px;
  }

  .bnr-list li {
    font-size: 20px;

    padding: 0 0 0 40px;
  }

  .bnr-seal {
    right: 20px;

    top: 10px;
  }

  .banner-prod {
    right: -84px;

    width: 275px;

    top: 15px;
  }

  .bnr-btm-sec ul li span {
    font-size: 21px;

    line-height: 26px;
  }

  .bnr-mbg-sec ul li span {
    font-size: 21px;

    line-height: 26px;
  }

  .sectionOne {
    padding: 50px 0 30px;
  }

  .comnHdng h1,
  .comnHdng p {
    font-size: 44px;

    line-height: 50px;
  }

  .s1-mdl-box {
    padding: 0 70px;
  }

  .s1-left {
    width: 100%;
  }

  .s1-prod {
    left: 136px;

    bottom: 46px;

    width: 300px;

    display: none;
  }

  .s1-right {
    position: relative;

    float: left;

    width: 100%;

    top: 0;

    margin-top: -80px;
  }

  ul.s1-list {
    width: 100%;
  }

  .s1-after-icon {
    display: none;
  }

  /*.s2-rght-hdng {

        font-size: 22px;

        line-height: 30px;

        padding: 15px 15px;

    }*/

  /*.s2-rght-hdng img {

        width: 40px;

    }*/

  .s2-left {
    width: 50%;
  }

  .s2-list-col span {
    font-size: 22px;

    line-height: 26px;
  }

  .s2-prod {
    bottom: 10px;

    width: 245px;

    right: -40px;
  }

  .comn-padng {
    padding: 0;
  }

  .s3-mdl {
    margin-top: 40px;
  }

  ul.s3-list {
    width: 95%;
  }

  .s3-prod-asseceries {
    display: none;
  }

  .s3-control-box {
    padding: 25px 30px 30px;
  }

  .s3-box-left h2 {
    font-size: 35px;

    line-height: 44px;
  }

  .s3-box-text1 {
    width: 85%;

    font-size: 18px;

    line-height: 26px;
  }

  /*.s4-col p {

        font-size: 20px;

        top: 59%;

    }*/

  .s4-icon1,
  .s4-icon5 {
    bottom: 45px;
  }

  .s4-btm-text {
    padding: 0 100px;

    font-size: 22px;

    line-height: 30px;
  }

  .s5-col-1 {
    padding: 15px 15px;
  }

  .s5-col-1 ul li {
    font-size: 16px;

    padding: 0 0 0 40px;
  }

  .s5-col3-prod {
    height: 104px;

    margin: -50px auto 5px;
  }

  .testi-paragraph {
    font-size: 17px;

    line-height: 25px;
  }
}

@media (max-width: 991px) {
  ul.s3-list li br {
    display: none;
  }

  .s3-box-text1,
  .common-para,
  .testi-paragraph {
    font-size: 16px;

    line-height: 1.6;
  }

  .s4-btm-sec {
    margin-top: -170px;

    height: 200px;
  }

  .sectionFive {
    margin-top: -120px;
  }
  .banner-prod {
    right: -7px;
    width: 248px;
    top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sectionTwo .comnHdng p br,
  .comnHdng h1 br {
    display: none;
  }

  .header .container {
    display: flex;

    justify-content: space-between;
  }

  ul.s3-list {
    width: 100%;

    padding-left: 0;
  }

  ul.s3-list {
    float: none;

    width: 100%;

    display: flex;

    margin-top: 50px;

    justify-content: center;

    flex-direction: column;

    align-items: center;
  }

  ul.s3-list li {
    font-size: 24px;

    line-height: 1.4;

    align-items: center;

    text-align: center;

    color: #070826;

    padding: 0;

    width: 240px;

    margin-bottom: 20px;
  }

  .ns1 {
    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 1.2;

    color: #565656;

    display: block;
  }

  .s3-control-box {
    float: left;

    width: 100%;

    margin-top: 80px;

    background: url(../images/s3-control-bx-bg-mob.jpg) no-repeat left top;

    background-color: #070726;

    padding: 60px 60px 100px;

    border-radius: 30px;
  }

  .container {
    width: 100%;

    max-width: 600px;

    padding: 0 30px;
  }

  .sectionThree h1 {
    font-size: 35px;

    line-height: 40px;

    color: rgba(7, 8, 38, 1);
  }

  .sectionThree .comnHdng > p {
    font-size: 35px;

    line-height: 40px;

    margin-top: 10px;
  }

  .forMob {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .top-fix-bar {
    margin-bottom: 50px;
  }

  .header {
    height: 70px;

    margin-top: -50px;

    top: 50px;
  }

  .mob-mnu-ic {
    right: 15px;

    top: 14px;

    left: auto;
  }

  .mobilemenu {
    top: 77px;
  }

  .mobimenu-top {
    top: 50px;
  }

  a.header-btn {
    height: 38px;

    line-height: 36px;

    margin-top: 17px;
  }

  .topStrip {
    overflow: hidden;
  }

  .topStrip p {
    font-size: 14px;

    line-height: 20px;
  }

  #caption {
    width: 100%;

    white-space: nowrap;

    -moz-animation: caption 15s linear 0s infinite;

    -webkit-animation: caption 15s linear 0s infinite;
  }

  @-moz-keyframes caption {
    0% {
      margin-left: 100%;
    }

    100% {
      margin-left: -600px;
    }
  }

  @-webkit-keyframes caption {
    0% {
      margin-left: 100%;
    }

    100% {
      margin-left: -600px;
    }
  }

  .banner {
    padding: 20px 0 25px;

    height: auto;

    /*background: #0b071e;*/

    background-size: cover;
  }

  .banner-left-side {
    width: 100%;

    /*text-align: center;*/
  }

  .bnr-seal,
  .banner-prod {
    display: none;
  }

  .bnrHdng {
    font-size: 28px;

    line-height: 1.6;
  }

  .banner-strip {
    /*padding: 0;*/

    /*background: none;*/

    text-align: left;

    margin-top: 10px;
  }

  .bnr-strp-icon {
    width: 45px;

    top: 0;
  }

  .bnr-strip-text1 {
    font-size: 12px;

    line-height: 18px;

    text-align: center;

    display: flex;

    justify-content: space-between;

    padding: 10px 0 0;

    flex-direction: column;

    align-items: flex-start;
  }

  .bnr-strip-text1 span {
    padding-right: 0;

    display: flex;

    margin-bottom: 10px;
  }

  .bnr-strip-text1 span:after {
    border: none;
  }

  .bnr-strip-text1 img {
    margin: 0 auto 0;

    width: 16px;

    display: block;

    margin-right: 8px;
  }

  .bnr-strip-text2 {
    font-size: 15px;

    line-height: 23px;
  }

  .bnr-list li {
    font-size: 14px;

    line-height: 24px;

    padding: 0 0 0 32px;

    background-size: 20px;

    font-weight: 400;

    margin-top: 8px;
  }

  .banner-mob {
    display: inline-block;

    vertical-align: middle;

    /* width: calc(100% + 20px); */

    margin-left: -10px;
  }

  .bnr-btm-sec ul {
    padding: 0 0 20px 0;

    border: 0;
  }

  .bnr-btm-sec ul li {
    width: 100%;

    margin-top: 0;

    border-bottom: 1px solid #f1f1f1;

    padding: 40px 0;
  }

  .bnr-btm-sec ul li:after {
    display: none;
  }

  .bnr-btm-sec ul li img {
    margin: 0 auto 8px;
  }

  .bnr-mbg-sec ul {
    padding: 0 0 20px 0;

    border: 0;

    display: initial !important;
  }

  .bnr-mbg-sec ul li:first-child,
  .bnr-mbg-sec ul li:last-child {
    width: 100%;

    margin-top: 0;

    border-bottom: 0px solid #f1f1f1;

    padding: 0px 15px;
  }

  .bnr-mbg-sec ul li:after {
    display: none;
  }

  .bnr-mbg-sec ul li img {
    margin: auto;

    width: 50%;
  }

  .sectionOne {
    padding: 25px 0 30px;

    /*background: #fff;*/

    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 30%,
      #abdcff 30%,
      #4481ad 100%
    );
  }

  .comnHdng h1 {
    font-size: 35px;

    line-height: 1.4;
  }

  .comnHdng p {
    font-size: 35px;

    line-height: 1.4;
  }

  .s1-mdl-box {
    padding: 0;

    margin-top: 25px;
  }

  .s1-prod {
    display: none;
  }

  .sec1-img-mob {
    margin: 0 auto;

    max-width: 100%;
  }

  .s1-right {
    width: 94%;

    margin-left: 3%;

    margin-top: -180px;

    border-radius: 10px;

    padding: 0 10px 30px;

    text-align: center;
  }

  .s1-text1 {
    font-size: 22px;

    line-height: 28px;

    margin-top: 20px;
  }

  .common-para {
    margin-top: 15px;

    font-size: 14px;

    line-height: 25px;

    font-weight: 600;
  }

  ul.s1-list {
    margin: 0;

    justify-content: center;
  }

  ul.s1-list li {
    width: 50%;

    padding: 0 5px;

    border: none;

    margin-top: 30px;
  }

  .s1-icon {
    /*width: 60px;*/

    margin: 0 auto 7px;
  }

  ul.s1-list li p {
    font-size: 14px;

    line-height: 20px;
  }

  ul.s1-list li:nth-child(7),
  ul.s1-list li:nth-child(8) {
    width: 45%;
  }

  .sectionTwo {
    padding: 25px 0 130px;

    /*background: #ecf9ff;*/
  }

  .s2-right {
    margin-top: 20px;

    display: none;
  }

  .s2-left {
    width: 100%;
  }

  .s2-list-mob {
    float: left;

    width: 100%;
  }

  .s2-list-mob-col {
    float: left;

    width: 100%;

    position: relative;

    margin-top: 50px;
  }

  .s2-rgt-img-m {
    display: inline-block;

    vertical-align: middle;

    max-width: 100%;
  }

  .s2-list-mob-col h3 {
    text-align: left;

    /* float: left; */

    width: 100%;

    color: #fff;

    font-size: 23px;

    line-height: 28px;

    font-weight: 600;

    /* margin-bottom: 18px; */

    /* position: relative; */

    /* padding-left: 45px; */

    padding: 40px 0 20px;

    display: flex;

    align-items: flex-start;
  }

  .s2-list-mob-col h3 img {
    width: 35px;

    /*position: absolute;*/

    /*left: 0;*/

    /*top: 50%;*/

    /*margin-top: -15px;*/

    margin-right: 1rem;
  }

  .s2-list-mob-col p {
    /*float: left;*/

    width: 100%;

    font-size: 14px;

    line-height: 26px;

    color: #fff;

    /*margin-top: 10px;*/

    padding: 0 0;

    text-align: left;
  }

  .sectionThree {
    padding: 25px 0 20px;
  }

  .s3-prod,
  .s3-prod-camo {
    display: none;
  }

  .s3-mdl {
    margin: 20px 0 0;
  }

  ul.s3-list {
    width: 100%;
  }

  .sec3-prod-mob {
    margin: 0 auto;

    max-width: 100%;
  }

  ul.s3-list li {
    /* padding-left: 40px; */
  }

  .s3-control-box {
    margin-top: 35px;

    padding: 10px 0;

    border-radius: 15px;

    background-size: cover;
  }

  .s3-box-left {
    width: 100%;

    /* text-align: center; */

    background: transparent;

    padding: 20px;

    padding-left: 110px;

    border-radius: 15px;
  }

  .s3-box-left h2 {
    font-size: 35px;

    line-height: 1.2;

    color: #fff;
  }

  .s3-box-text1 {
    width: 100%;

    font-size: 14px;

    line-height: 1.6;

    color: #fff;
  }

  .s3-box-text2 {
    font-size: 17px;

    line-height: 25px;
  }

  .s3-box-text2 img {
    display: block;

    margin: 10px auto 0;
  }

  .sectionFour {
    padding: 25px 0 30px;
  }

  .sectionFour:before {
    display: none;
  }

  .s4-content-row {
    justify-content: space-between;
  }

  .s4-content-box {
    margin-top: 10px;

    padding: 0 15px;
  }

  .s4-col {
    width: 48%;

    margin: 15px 0 0;
  }

  .s4-img-mob {
    margin: 0 auto;

    max-width: 100%;

    border-radius: 10px;
  }

  /* .s4-col:last-child {

        width: 100%;

    }*/

  .s4-btm-sec {
    background: none;

    margin: 0;

    padding: 0 15px;

    margin-top: 20px;
  }

  .s4-btm-text {
    padding: 0;

    font-size: 18px;

    line-height: 26px;
  }

  .sectionFive {
    padding: 25px 0 30px;

    background: #fff;
  }

  .s5-comparision-box {
    margin: 90px 0 30px;

    border-radius: 10px;
  }

  .s5-col-1 {
    padding: 10px 10px;

    width: 60%;
  }

  .s5-col-1 ul li {
    font-size: 14px;

    line-height: 18px;

    padding: 0 0 0 35px;

    height: 60px;
  }

  .s5-col-1 ul li img {
    width: 26px;

    margin-top: -12px;
  }

  .s5-col-2 {
    width: 19%;

    margin: -40px 1% -20px 0;

    border-radius: 5px;
  }

  .s5-col2-prod,
  .s5-col3-prod {
    height: 44px;

    margin: -25px auto 5px;
  }

  .s5-col2-top {
    height: 50px;
  }

  .s5-col2-top p {
    font-size: 12px;

    line-height: 20px;
  }

  .s5-col-2 ul li {
    height: 60px;

    padding: 18px 0;
  }

  .s5-col-2 ul li img {
    height: 20px;
  }

  .s5-star {
    width: 110px;

    left: 25px;

    top: -35px;
  }

  .s5-col-2 ul li:last-child {
    height: 85px;
  }

  .sectionSix {
    padding: 25px 0 30px;
  }

  .testi-sec {
    margin: 10px;
  }

  .testi-row {
    padding-bottom: 15px;

    margin: 30px 0 0;

    border: none;
  }

  .testi-row-lft {
    width: 100%;

    border-right: none;

    padding-right: 0;

    border-bottom: 1px solid #e3e3e3;

    padding-bottom: 20px;
  }

  .testi-lft-abt {
    width: 50%;

    padding: 0 0 0 60px;
  }

  .testi-pics {
    width: 50px;

    height: 50px;

    line-height: 50px;

    top: 0;
  }

  .t-name {
    float: left;

    margin-top: 5px;

    line-height: 18px;

    font-size: 17px;
  }

  .t-vryfd {
    float: left;

    letter-spacing: 0;

    font-size: 13px;
  }

  .test-prod {
    width: 50%;

    border-top: none;

    margin-top: 0;

    padding: 0 0 0px 55px;
  }

  .t-prod-dv {
    width: 50px;

    height: 50px;

    padding: 5px;

    top: 0;
  }

  .test-prod-txt {
    font-size: 11px;

    margin-top: 0;
  }

  .t-star {
    margin: 10px 0 0;

    width: 100px;
  }

  .testi-row-rght {
    width: 100%;

    padding: 0;

    border: none;
  }

  .testi-row-rght span {
    font-size: 18px;

    margin-top: 10px;
  }

  .testi-paragraph {
    font-size: 17px;

    line-height: 25px;
  }

  .sectionSeven {
    padding: 25px 0 30px;
  }

  .faq-container {
    margin: 15px 0 0;
  }

  .accordion {
    padding: 15px 35px 15px 0;

    font-size: 18px;

    line-height: 25px;
  }

  .acdn-content {
    padding: 14px 0 0 0;
  }

  .acdn-para {
    font-size: 17px;

    line-height: 25px;
  }

  .footer {
    padding: 0 0 30px;
  }

  .ftr-logo {
    /*margin: 25px auto 15px;*/

    margin: 25px auto 0px;
  }

  .ftr-txt1 {
    font-size: 10px;

    line-height: 1.2;
  }

  .dvd {
    padding: 0 5px;
  }

  .ftr-btm {
    margin-top: 15px;

    padding-top: 10px;
  }

  #call-btn {
    float: left;

    width: 100%;

    padding: 11px 10px 10px;

    background: #cfebff;

    position: fixed;

    bottom: 0%;

    left: auto;

    z-index: 12;

    transition: bottom 1s;

    display: table;
  }

  #call-btn .btn-ofr-txt {
    color: #fff;
  }

  .btn-box {
    width: 324px;
  }

  .footer a.packageBtn {
    font-size: 18px;
  }

  .banner {
    float: left;

    width: 100%;

    background: url(../images/bg-banner-3-mob.jpg) no-repeat center top;

    min-height: 0;

    height: auto;

    overflow: visible;

    padding: 25px 25px;

    padding-bottom: 300px;

    background-size: 100% 100%;

    margin-bottom: 100px;

    position: relative;
  }

  .banner-left-side {
    position: relative;
  }

  .banner-mob {
    display: inline-block;

    vertical-align: middle;

    margin-left: -10px;

    position: absolute;

    left: 50%;

    bottom: -370px;

    top: auto;

    transform: translateX(-50%);
  }

  .s1-right {
    width: calc(100% - 20px);

    margin-left: 10px;

    margin-top: -160vw;

    border-radius: 10px;

    padding: 25px;

    padding-bottom: 40px;

    text-align: center;

    display: block;
  }

  .common-para {
    margin-top: 15px;

    font-size: 14px;

    line-height: 25px;

    font-weight: 400;
  }

  .sectionTwo .comnHdng h1 {
    padding: 10px 30px;
  }

  .sectionOne {
    background: linear-gradient(
      180deg,
      #ffffff 0%,
      #ffffff 30%,
      #abdcff 30%,
      #9dcdef 100%
    );
    overflow-x: hidden;
  }

  .sectionTwo {
    background: linear-gradient(180deg, #abdcff -8.63%, #052237 95.5%);
  }

  .sectionTwo::before {
    content: "";

    background-image: url(../images/wave-mob.svg);

    background-size: contain;

    background-position: left bottom;

    background-repeat: repeat-x;

    z-index: 0;

    bottom: -10px;

    right: 0;

    width: 100%;

    height: 100%;

    position: absolute;
  }

  .sectionTwo {
    padding: 25px 15px 300px;
  }

  .comnHdng h1 {
    font-size: 35px;

    line-height: 1.4;
  }

  .s3-control-box {
    margin-top: 35px;

    padding: 10px 0;

    border-radius: 0;

    background-size: cover;

    margin-left: -30px;

    margin-right: -30px;

    width: calc(100% + 60px);

    min-height: 350px;
    overflow-x: hidden;
  }

  .s3-box-left h2 {
    font-size: 35px;

    line-height: 1.6;

    color: #fff;
  }

  .s3-box-text1 {
    width: 100%;

    font-size: 14px;

    line-height: 2;

    color: #fff;
  }

  .bnr-strip-text2 {
    font-size: 12px;

    line-height: 1.8;
  }

  .bnr-btm-sec ul li span {
    font-size: 24px;

    line-height: 1.4;

    padding: 10px 0 0 0;
  }

  .s1-left-img {
    width: 100%;

    max-width: 100%;
  }

  .s1-left {
    border-radius: 10px;

    margin: 0 -30px;

    width: calc(100% + 60px);
  }

  .sectionFive {
    margin-top: 0;
  }

  .testi-paragraph {
    margin-top: 15px;
  }

  .ftr-txt1 {
    /*margin: 15px 0;*/

    margin: 10px 0;
  }

  .ftr-btm {
    margin-top: 0;

    padding-top: 0;
  }

  .sectionSix {
    padding: 25px 0 60px;
  }
}

@media only screen and (max-width: 415px) {
  .logo {
    float: none;
  }

  .header-btn {
    /* display: none; */
  }
}

@media only screen and (max-width: 399px) {
  .s5-col-1 ul li {
    font-size: 12px;

    line-height: 14px;

    padding: 0 0 0 18px;

    height: 60px;
  }

  .s5-col-1 ul li img {
    width: 14px;

    margin-top: -12px;
  }

  .comnHdng h1,
  .comnHdng p {
    font-size: 28px;

    line-height: 1.4;
  }

  .container {
    width: 100%;

    max-width: 600px;

    padding: 0 10px;
  }

  .s1-right {
    margin-top: -180vw;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .s1-right {
    margin-top: -990px;
  }
}

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

.s2-left .slick-track {
  transform: none !important;
  height: auto !important;
}

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