@charset "utf-8";
/*/ CSS Document /*/
body {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: #fff;
  color: #000000;
  text-align: center;
  font-family: 'Manrope';
  font-weight: normal;
}
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;
}
a:hover {
}
img {
  border: none;
  height: auto;
  max-width: 100%;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}
.img-full {
  max-width: 100%;
}
.clearall {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}
.container {
  width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/*===FONTS===*/
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
    url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
    url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
    url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
    url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.woff2') format('woff2'),
    url('../fonts/Manrope-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-v13-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.ovr {
  overflow: hidden;
}

/*==========Header==============*/
.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: 11;
  top: 0;
  background: #fff;
  border: none;
  -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: 10px;
}

ul.mainMenu {
  float: right;
  margin: 27px 15px 0 0;
}
ul.mainMenu li {
  float: left;
  padding: 0 20px;
}
ul.mainMenu li:last-child {
  border: none;
}
ul.mainMenu li a {
  float: left;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
ul.mainMenu li a.active,
ul.mainMenu li a:hover {
  color: #0cb443;
}
.nav_btn {
  float: right;
  width: 140px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  background: #0bb442;
  font-weight: 700;
  border-radius: 5px;
  margin: 15px 0 0 20px;
  border: 1px solid #000;
}
.nav_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  margin: -4px 0 0 8px;
}

/*========TOP STRIP=======*/
.top_strip {
  float: left;
  width: 100%;
  background: #123b6b;
  padding: 12px 0 13px 0;
}
.top_strip p {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.7px;
  font-weight: 600;
}
.top_strip p span {
  color: #ffe744;
  text-decoration: underline;
}
.fire {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
.fire2 {
  margin: -4px 0 0 10px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  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: #000;
  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: #000;
}
.dl-active .bar2 {
  opacity: 0;
}
.dl-active .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
  transform: rotate(45deg) translate(-7px, -4px);
  background: #000;
}
.mobilemenu {
  left: 0;
  position: fixed;
  top: 234px;
  background: #fff;
  z-index: 12;
  right: 0;
  bottom: 0;
  overflow: scroll;
  display: none;
  border-top: 1px solid #ddd;
}
.mobimenu-top {
  top: 70px;
}
.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: 16px;
  letter-spacing: 0.5px;
  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===*/
.banner {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.bnr_lft {
  float: left;
  width: 60%;
  text-align: left;
  padding-top: 40px;
}
.bnr-top-text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000000;
}
.bnr-top-text img {
  display: inline-block;
  vertical-align: middle;
  margin: -6px 10px 0 0;
  width: 30px;
}
.bnr_heading {
  font-size: 53px;
  line-height: 56px;
  color: #123b6b;
  font-weight: 800;
  text-transform: capitalize;
}
.bnr_heading span {
  color: #01a181;
}
.bnr_box1 {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 22px;
  padding: 0 50px 0 80px;
}
.bnr_box1 img {
  position: absolute;
  top: -13px;
  left: 0;
  width: 62px;
  z-index: 3;
}
.bnr_box1 p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.bnr_box2 {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  padding-bottom: 40px;
}
.bnr_box2:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4000px;
  right: 0;
  bottom: 0;
  background: #f4f9fb;
}
.bnr_box2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 14px;
  right: 0;
  height: 2px;
  background: #b7d3e5;
}
ul.bnr_list1 {
  float: left;
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
ul.bnr_list1 li {
  background: url(../images/bnr_thik.png) no-repeat top 2px left;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 0 0 0 40px;
}
.btn_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 432px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.btn-top-text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
}
.btn-top-text img {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 20px;
}
.common_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 60px;
  color: #fff;
  background: #0bb442;
  font-size: 21px;
  line-height: 60px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 4px rgba(0, 0, 0, 0.1);
}
.risk-row {
  margin-top: 10px;
}
.button-text-p1 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
}
.button-text-p1 span {
  color: #ff0000;
  font-weight: 700;
}
.granty-text {
  font-size: 15px;
  line-height: 18px;
  /* color:#000; */
  color: red;
  letter-spacing: 0.3px;
  margin-bottom: 5px;
  font-weight: 700;
}
.granty-text:before,
.granty-text:after {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
  width: 50px;
  height: 1px;
  /* background: #bcbcbc; */
  background: red;
  content: '';
}
.granty-text:after {
  margin: -3px 0 0 5px;
}
.percent_box {
  width: 80px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #ff0000;
  margin: -5px 0 0 8px;
}
.percent_box > span {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  background-color: #ff0000;
}
.percent_box > span.to-fade {
  left: 17px;
}
.percent_box > span.to-fade2 {
  left: 27px;
}
.to-fade {
  background-color: red;
  animation: fading 1s infinite;
}
.to-fade2 {
  background-color: red;
  animation: fading 1.1s infinite;
}
@keyframes fading {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fading {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.author_box {
  display: inline-block;
  vertical-align: top;
  max-width: 540px;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 0 76px;
  position: relative;
}
.author_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  border-radius: 50%;
}
.star {
  display: inline-block;
  vertical-align: baseline;
  width: 84px;
}
.author_box_txt1 {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.5px;
}
.author_box_txt2 {
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
}
.author_box_txt2 img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0;
  width: 14px;
}
.author_box_txt2 span {
  font-size: 14px;
  font-weight: normal;
}

.bnr_rgt {
  float: right;
  width: 40%;
  position: relative;
}
.bnr_rgt:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: -734px;
  bottom: 0;
  border-radius: 56px 0 0 0;
  height: 675px;
  background: url(../images/bnr_img1.png) no-repeat;
}
.bnr_granty_seal {
  position: absolute;
  top: 278px;
  left: -46px;
  width: 91px;
  z-index: 3;
}
.bnr_prod1 {
  position: absolute;
  top: 355px;
  right: 295px;
  width: 406px;
  z-index: 4;
}
ul.bnr_list2 {
  position: absolute;
  top: 710px;
  left: 10px;
  width: 100%;
  float: left;
}
ul.bnr_list2 li {
  float: left;
  padding: 0 18px;
}
ul.bnr_list2 li p {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.3px;
}
ul.bnr_list2 li img {
  display: block;
  margin: 0 auto 10px;
  width: 55px;
}

/*=========================*/
.banner-buttom-strip {
  float: left;
  width: 100%;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.banner-buttom-strip h3 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000;
}
.banner-buttom-strip h3:before,
.banner-buttom-strip h3:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
  content: '';
  width: 100px;
}
ul.banner-btm-list {
  float: left;
  width: 100%;
  margin-top: 15px;
}
ul.banner-btm-list li {
  float: left;
  /*width: 16.666%;*/
  width: 19.666%;
  text-align: center;
  padding: 0 10px;
  margin-top: 25px;
}
ul.banner-btm-list li img {
  display: block;
  width: 50px;
  margin: 0 auto 10px;
}
ul.banner-btm-list li p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.5px;
}

/*===SECTION1===*/
.section1 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}
.timer-txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #e80000;
  font-weight: bold;
}
.timer {
  display: inline-block;
  vertical-align: middle;
}
.timer-txt span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 55px;
  font-size: 28px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  background: #e80000;
  border-radius: 5px;
}
.timer-txt span.plus {
  text-align: center;
  font-size: 40px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #e80000;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.s1_txt1 {
  background: url(../images/s1_txt1_shape.png) no-repeat bottom center;
  font-size: 30px;
  line-height: 40px;
  color: #e80000;
  font-weight: 800;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.common_heading {
  font-size: 46px;
  line-height: 56px;
  color: #123b6b;
  font-weight: 800;
}
.common_para {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  margin-top: 25px;
  letter-spacing: 0.5px;
}
.s1_box1 {
  float: left;
  width: 100%;
  margin-top: 45px;
}
.s1_box1_lft {
  float: left;
  width: 40%;
}
.s1_img_box1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 507px;
  position: relative;
}
.s1_box1_img1 {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 8px 3px #f1f1f1;
  box-shadow: 0 0 8px 3px #f1f1f1;
}
.mrgT0 {
  margin-top: 0;
}
.s1_img_box1:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: -12px;
  bottom: -12px;
  border: 1px solid #1e4e74;
  border-radius: 15px;
}
.friendly_seal {
  position: absolute;
  top: 64px;
  right: 40px;
  width: 119px;
  z-index: 2;
}
.s1_img_box1_inr {
  position: absolute;
  bottom: 88px;
  right: 38px;
  z-index: 3;
  width: 100%;
  max-width: 187px;
  text-align: left;
}
.s1_img_box1_inr h3 {
  font-size: 45px;
  line-height: 50px;
  color: #115390;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Inter';
}
.s1_img_box1_inr p {
  float: left;
  width: 100%;
  background: #115390;
  padding: 7px 10px 8px;
  font-size: 15px;
  line-height: 15px;
  color: #fefefe;
  font-weight: 500;
  margin-top: 10px;
}

.s1_box1_rgt {
  float: right;
  width: 55%;
  text-align: left;
}
.extra_bold {
  font-weight: 800;
}
ul.s1_list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
ul.s1_list1 li {
  width: 33.33%;
  position: relative;
}
ul.s1_list1 li:after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #e1e1e1;
}
ul.s1_list1 li:last-child:after {
  display: none;
}
ul.s1_list1 li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 800;
  color: #123b6b;
}
ul.s1_list1 li img {
  display: block;
  margin: 0 auto 15px;
  width: 85px;
}

/*=========SECTION2========*/
.section2 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #f4f9fb;
}
.s2_box1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 1100px;
  position: relative;
}
.s2_prod1 {
  position: absolute;
  top: 123px;
  left: 50%;
  width: 331px;
  transform: translateX(-50%);
}
.s2_list1 {
  width: 100%;
  max-width: 370px;
  text-align: left;
}
.s2_list1 li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  position: relative;
}
.s2_list2 li {
  text-align: right;
  flex-direction: row-reverse;
}
.s2_list1_icns {
  border-radius: 50%;
}
.s2_list1 li p {
  width: calc(100% - 115px);
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-left: 20px;
}
.s2_list2 li p {
  padding: 0 20px 0 0;
}
.s2_list1_shapes {
  position: absolute;
}

.s2_list1_shape1 {
  top: 52px;
  right: -140px;
}
.s2_list1_shape2 {
  top: 60px;
  right: -140px;
}
.s2_list1_shape3 {
  top: 26px;
  right: -45px;
}
.s2_list1_shape4 {
  top: 52px;
  left: -180px;
}
.s2_list1_shape5 {
  top: 28px;
  left: -81px;
}

.s2_list1_shape6 {
  top: -85px;
  left: -115px;
}
.s2_txt1 {
  font-size: 24px;
  line-height: 26px;
  color: #123b6b;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 50px;
}
ul.surface_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px auto 0;
  width: 100%;
  max-width: 975px;
}
ul.surface_list li {
  width: 16.66%;
}
ul.surface_list li img {
  display: block;
  margin: 0 auto 12px;
  border-radius: 5px;
}
ul.surface_list li p {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
}

/*=========SECTION3========*/
.section3 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: url(../images/s3_bg.jpg) no-repeat top center;
  background-size: cover;
}
.sec3_mid {
  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;
}
.s3_mid_col {
  width: 34.2%;
  margin-top: 20px;
}
.s3_col_box {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 15px;
  margin-top: 18px;
  overflow: hidden;
  height: 273px;
}
.s3_col_mid {
  position: absolute;
  left: 15px;
  top: 10px;
  right: 15px;
}
.s3_mid_col2 .s3_col_box {
  border-radius: 15px;
  height: 563px;
}
.s3_col_box img {
  display: block;
  margin: 0 auto;
}
.s3_mid_col2 {
  width: 28.5%;
}
.sec3_mid_textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 13px;
  background: rgb(53, 86, 123, 0.9);
  display: flex;
  display: -webkit-box;
  text-align: left;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
.sec3_mid_left {
  width: 33%;
}
.sec3_mid_left p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 800;
}
.sec3_mid_rgt {
  width: 62%;
}
.sec3_mid_rgt p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

/*======SECTION4======*/
.section4 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #edf6f9;
}
.s4_box1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 80px auto 0;
}
.s4_box1_col {
  width: 22.66%;
  position: relative;
  border-radius: 15px;
  border: 1px solid #4a544c;
  background: #fff;
}
.s4_box1_num {
  position: absolute;
  top: -43px;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #123b6b;
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0 0 0 9px #f0f6f8;
  box-shadow: 0 0 0 9px #f0f6f8;
  transform: translateX(-50%);
}
.s4_box1_top {
  float: left;
  width: 100%;
}
.s4_box1_top img {
  display: block;
  margin: 0 auto;
  border-radius: 13px;
}
.s4_box1_btn {
  float: left;
  width: 100%;
  padding: 20px 30px;
}
.s4_box1_btn p {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
}

/*======SECTION5=======*/
.section5 {
  float: left;
  width: 100%;
  padding: 60px 0 0;
  background: #fff;
}
.s5_slider {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: center;
}
.s5_slider_col {
  float: left;
  width: 32%;
  padding: 16px 16px 30px;
  margin: 10px 2% 10px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.s5_slider_col:nth-child(3n) {
  margin-right: 0;
}
.s5_slider_imgs {
  display: block;
  margin: 0 auto;
}
.star5 {
  display: block;
  margin: 15px auto 10px;
  width: 84px;
}
.s5_slider_col h2 {
  font-weight: bold;
  margin-top: 15px;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.6px;
  color: #000000;
}
.s5_slider_col p {
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  letter-spacing: 0.6px;
  min-height: 160px;
}
.s5_slider_col h3 {
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.6px;
  color: #000000;
}

/*======SECTION6=======*/
.section6 {
  background: #fff;
  float: left;
  width: 100%;
  padding: 60px 0;
  margin-top: 50px;
}
.product-box {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 2px dashed #797979;
}
.prod-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48%;
  padding: 30px;
  text-align: center;
  background: #fff;
  border-right: 1px solid #efefef;

  -webkit-display: flex;
  display: flex;
  align-items: center;
}
.prod-right img {
  margin: 0 auto 0;
  display: block;
}
.prod_bx_seal {
  position: absolute;
  top: 50px;
  right: -520px;
  width: 125px;
  z-index: 2;
}

.prod-left {
  float: left;
  width: 52%;
  background: #fffcdf;
  padding: 90px 40px 45px;
  position: relative;
  text-align: center;
}
.prod-heading {
  font-size: 48px;
  line-height: 54px;
  color: #123b6b;
  font-weight: 800;
}
.prod-para {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 800;
  margin-top: 15px;
}

.offer_box_timer {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: none;
}
.offer_time_text {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  color: #123b6b;
  letter-spacing: 0.5px;
  font-weight: 800;
}
#clockdiv {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0 0;
}
#clockdiv > div {
  float: left;
  width: 72px;
}
#clockdiv div > span {
  text-align: center;
  color: #123b6b;
  font-size: 47px;
  line-height: 47px;
  font-weight: 800;
}
.smalltext {
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#clockdiv p,
#clockdiv2 p {
  float: left;
  width: 20px;
  color: #123b6b;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 0 0;
}

ul.prod_box_list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}
ul.prod_box_list li {
  background: url(../images/prod-lst-tk.png) no-repeat left 2px;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  padding-left: 45px;
  margin-top: 14px;
  font-weight: 400;
}
ul.prod_box_list li:last-child {
  background: url(../images/prod-lst-red.png) no-repeat left 2px;
  color: #ff0000;
  font-weight: 800;
}

/*======SECTION7=======*/
.section7 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #edf6f9;
}
.faq-container {
  display: inline-block;
  vertical-align: top;
  max-width: 830px;
  width: 100%;
  margin: 15px 0 0;
}
.up-slide-dwn {
  float: left;
  width: 100%;
  background: #f8fafc;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding: 10px 25px 11px 30px;
}
.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(../images/close.png) no-repeat 99% center;
  padding: 13px 25px 13px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
}
.accordion.last {
  border-bottom: none;
}
.acdn-heading.accordion-open {
  background: url(../images/open.png) no-repeat 99% center;
  border: none;
}
.acdn-content {
  float: left;
  width: 100%;
  text-align: left;
  padding: 10px 25px 0 0;
}
.acdn-para {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/*=====Footer=====*/
.footer {
  background: #fff;
  float: left;
  width: 100%;
  padding: 30px 0 40px;
}
.footer-logo {
  display: block;
  margin: 0 auto 20px;
  width: 250px;
  filter: grayscale(100%);
}
.ftr-txt1 {
  font-size: 15px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.ftr-txt1 a {
  color: #000;
  padding: 0 5px;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob,
.show-tab {
  display: none;
}

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

  .bnr_box1 {
    padding: 0 10px 0 65px;
  }
  .bnr_box1 img {
    top: -15px;
    width: 55px;
  }
  ul.bnr_list2 li {
    padding: 0 9px;
  }
  .bnr_prod1 {
    top: 410px;
    right: 155px;
    width: 356px;
  }
  .bnr_granty_seal {
    top: 320px;
    left: -30px;
  }
  ul.bnr_list1 li {
    font-size: 20px;
  }

  .common_heading {
    font-size: 42px;
    line-height: 52px;
  }
  .friendly_seal {
    top: 52px;
    right: 20px;
  }
  .s1_img_box1_inr {
    bottom: 48px;
    right: 16px;
  }

  .s1_txt1 {
    font-size: 26px;
  }

  .s2_list1_shape1 {
    right: -130px;
    width: 166px;
  }
  .s2_list1_shape4 {
    left: -100px;
    width: 150px;
  }
  .s2_prod1 {
    top: 150px;
    width: 270px;
  }

  .s3_mid_col {
    width: 33%;
  }
  .s3_mid_col2 {
    width: 28.5%;
  }
  .sec3_mid_left p {
    font-size: 21px;
    line-height: 28px;
  }
  .sec3_mid_textarea {
    padding: 10px 15px 13px;
  }
  .s3_col_box img {
    object-fit: cover;
    height: 273px;
  }
  .s3_mid_col2 .s3_col_box img {
    height: 563px;
  }
  .sec3_mid_left {
    width: 30%;
  }
  .sec3_mid_rgt {
    width: 63%;
  }

  .s4_box1_col {
    width: 23%;
  }
  .s4_box1_btn {
    padding: 20px 30px;
  }

  .s5_slider_col h2 {
    font-size: 18px;
  }

  .prod-heading {
    font-size: 44px;
    line-height: 44px;
  }

  .prod_bx_seal {
    right: -460px;
  }
}

@media only screen and (max-width: 1021px) {
  .container {
    width: 750px;
  }
  .show-tab {
    display: block;
  }
  .show-desk {
    display: none;
  }

  .nav_btn {
    margin: 15px 60px 0 0;
  }
  .bnr_lft {
    padding-top: 35px;
  }

  .bnr-top-text {
    font-size: 18px;
  }
  .bnr_heading {
    font-size: 42px;
    line-height: 48px;
  }
  .bnr_box1 p {
    font-size: 15px;
    line-height: 23px;
  }
  .bnr_box1 {
    margin-top: 20px;
  }
  .bnr_box1 img {
    width: 60px;
    top: -5px;
    left: -5px;
  }
  .bnr_box1 {
    padding: 0 19px 0 70px;
  }
  .bnr_box2 {
    padding-bottom: 35px;
  }
  ul.bnr_list1 li {
    font-size: 18px;
    line-height: 22px;
    background-size: 24px;
  }

  .author_box {
    padding: 0 0 0 70px;
  }
  .author_img {
    width: 58px;
  }

  .bnr_prod1 {
    top: 370px;
    right: 80px;
    width: 250px;
  }

  .bnr_rgt:before {
    background-position: top -50px right 411px;
    height: 625px;
  }
  .bnr_granty_seal {
    top: 275px;
    left: -25px;
    width: 90px;
  }
  ul.bnr_list2 {
    top: 540px;
  }
  ul.bnr_list2 li {
    padding: 0 12px;
    margin-top: 20px;
    width: 50%;
  }
  .author_box_txt1 {
    font-size: 15px;
    line-height: 23px;
  }

  .btn_box {
    margin-top: 40px;
  }

  ul.banner-btm-list li p {
    font-size: 16px;
  }

  .section1 {
    padding: 50px 0 60px;
  }
  .s1_txt1 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 35px;
    margin-bottom: 15px;
  }
  .common_heading {
    font-size: 36px;
    line-height: 46px;
  }
  .common_para {
    font-size: 17px;
    line-height: 27px;
    margin-top: 20px;
  }

  .s1_box1_lft {
    width: 43%;
  }
  .friendly_seal {
    top: 42px;
    right: 15px;
    width: 97px;
  }
  .s1_img_box1_inr {
    bottom: 54px;
    max-width: 159px;
  }
  .s1_img_box1_inr h3 {
    font-size: 36px;
    line-height: 41px;
  }
  .s1_img_box1_inr p {
    padding: 7px 7px;
    font-size: 13px;
    line-height: 13px;
  }

  .s1_box1_rgt {
    width: 51%;
  }
  ul.s1_list1 li img {
    margin: 0 auto 12px;
    width: 65px;
  }
  ul.s1_list1 li p {
    font-size: 15px;
    line-height: 22px;
    padding: 0 10px;
  }
  ul.s1_list1 li:after {
    right: -2px;
  }

  .section2 {
    padding: 50px 0 60px;
  }
  .s2_list1 li p {
    font-size: 19px;
    line-height: 26px;
  }
  .s2_box1 {
    margin-top: 20px;
  }
  .s2_prod1 {
    top: 110px;
    width: 250px;
    position: static;
    display: block;
    margin: 0 auto;
    transform: none;
  }
  .s2_list1 li {
    margin-top: 25px;
  }
  .s2_list1_icns {
    width: 100px;
  }

  .s2_list1_shape1,
  .s2_list1_shape2,
  .s2_list1_shape3,
  .s2_list1_shape4,
  .s2_list1_shape5,
  .s2_list1_shape6 {
    display: none;
  }

  .s2_txt1 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 35px;
  }
  ul.surface_list li p {
    font-size: 15px;
    line-height: 17px;
  }

  .section3 {
    padding: 50px 0 60px;
  }
  .s3_mid_col {
    margin-top: 15px;
    width: 32%;
  }
  .s3_col_box img {
    height: 250px;
  }
  .sec3_mid_textarea {
    padding: 10px 12px 13px;
    display: inline-block;
    vertical-align: top;
  }
  .sec3_mid_left {
    width: 100%;
    float: left;
  }
  .sec3_mid_rgt {
    width: 100%;
    float: left;
    margin-top: 6px;
  }
  .sec3_mid_left p {
    font-size: 21px;
    line-height: 28px;
  }
  .s3_col_box {
    height: 250px;
  }
  .s3_mid_col2 .s3_col_box img {
    height: 519px;
  }
  .s3_mid_col2 .s3_col_box {
    height: 519px;
  }

  .section4 {
    padding: 50px 0 60px;
  }
  .s4_box1 {
    margin: 75px auto 0;
  }
  .s4_box1_num {
    top: -41px;
    width: 44px;
    height: 44px;
    background: #123b6b;
    font-size: 22px;
    line-height: 41px;
    -webkit-box-shadow: 0 0 0 7px #f0f6f8;
    box-shadow: 0 0 0 7px #f0f6f8;
  }
  .s4_box1_btn {
    padding: 15px 12px;
  }
  .s4_box1_btn p {
    font-size: 17px;
    line-height: 22px;
  }

  .section5 {
    padding: 50px 0 0;
  }
  .s5_slider_col {
    max-width: 345px;
    margin: 10px;
  }

  .section6 {
    padding: 60px 0;
  }
  .prod-left {
    padding: 20px;
  }
  .prod-heading {
    font-size: 32px;
    line-height: 34px;
  }
  .prod-para {
    font-size: 18px;
    line-height: 20px;
  }
  .offer_time_text {
    font-size: 22px;
    line-height: 26px;
  }
  .offer_box_timer {
    margin-top: 25px;
  }
  #clockdiv div > span {
    font-size: 42px;
    line-height: 42px;
  }
  ul.prod_box_list li {
    background-size: 22px;
    font-size: 17px;
    line-height: 26px;
    padding-left: 35px;
    background-position: left 3px;
  }
  ul.prod_box_list li:last-child {
    background-size: 22px;
    background-position: left 3px;
  }
  .prod-left .btn_box {
    margin-top: 35px;
  }
  .prod_bx_seal {
    right: -330px;
    width: 82px;
  }

  .section7 {
    padding: 50px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: 600px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .show-mob {
    display: block;
  }
  .hide-mob {
    display: none;
  }

  .top-fix-bar {
    margin-bottom: 55px;
  }
  .nav_btn {
    display: none;
  }
  .header {
    height: 55px;
    margin-top: -55px;
    top: 55px;
    border-bottom: 1px solid #ddd;
  }
  .mob-mnu-ic {
    top: 18px;
    right: 15px;
  }
  .mobilemenu {
    top: 103px;
  }
  .logo {
    margin-top: 15px;
    width: 90px;
  }
  .mobimenu-top {
    top: 55px;
  }

  .top_strip {
    padding: 6px 0 7px;
  }
  .top_strip p {
    font-size: 14px;
    line-height: 18px;
  }

  .banner {
    padding: 20px 0 0;
  }
  .bnr_lft {
    padding: 0;
    width: 100%;
  }
  .bnr-top-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .bnr-top-text img {
    margin: -4px 5px 0 0;
    width: 20px;
  }

  .bnr_heading {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .bnr_img_mob {
    margin: 20px auto 0;
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
  }
  .bnr_box1 {
    padding: 0 0 0 0;
    margin-top: 5px;
  }
  .bnr_box1 img {
    width: 40px;
    top: 5px;
    display: none;
  }
  .bnr_box1 p {
    font-size: 15px;
    line-height: 24px;
  }
  .bnr_box2 {
    padding: 0 15px 25px;
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #f4f9fb;
    border-top: 1px solid #b7d3e5;
  }
  .bnr_box2:after,
  .bnr_box2:before {
    display: none;
  }
  ul.bnr_list1 {
    margin-top: 8px;
  }
  ul.bnr_list1 li {
    font-size: 16px;
    line-height: 20px;
    background-size: 20px;
    padding: 0 0 0 28px;
  }
  .author_box {
    padding: 0 0 0 65px;
    margin-top: 25px;
  }
  .author_img {
    width: 55px;
  }
  .star {
    width: 74px;
  }
  .author_box_txt1 {
    font-size: 15px;
    line-height: 22px;
  }
  .author_box_txt2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }
  .author_box_txt2 img {
    margin: -1px 4px 0;
    width: 13px;
  }
  .author_box_txt2 span {
    font-size: 13px;
  }

  .banner-buttom-strip {
    padding: 25px 0;
  }
  .banner-buttom-strip h3 {
    font-size: 17px;
    line-height: 26px;
  }
  .banner-buttom-strip h3:before,
  .banner-buttom-strip h3:after {
    display: none;
  }
  ul.banner-btm-list {
    margin-top: 3px;
  }
  ul.banner-btm-list li {
    width: 33.3333%;
    margin-top: 20px;
    padding: 0 5px;
  }
  ul.banner-btm-list li img {
    width: 40px;
    margin: 0 auto 7px;
  }
  ul.banner-btm-list li p {
    font-size: 15px;
  }

  .section1 {
    padding: 30px 0 35px;
  }
  .timer-txt span {
    width: 35px;
    height: 40px;
    font-size: 22px;
    line-height: 38px;
    margin: 0 3px;
  }
  .timer-txt span.plus {
    font-size: 35px;
  }
  .s1_txt1 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 35px;
    margin-bottom: 15px;
    background-size: 730px;
  }
  .common_heading {
    font-size: 24px;
    line-height: 34px;
  }
  .common_para {
    font-size: 16px;
    line-height: 25px;
    margin-top: 18px;
  }
  .s1_box1 {
    margin-top: 25px;
  }
  .s1_box1_lft {
    width: 100%;
  }
  .s1_img_box1 {
    max-width: 307px;
  }
  .friendly_seal {
    top: 38px;
    width: 84px;
  }
  .s1_img_box1_inr {
    bottom: 42px;
    max-width: 150px;
    right: 13px;
  }
  .s1_img_box1_inr h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .s1_img_box1_inr p {
    padding: 7px 7px;
    font-size: 12px;
    line-height: 12px;
  }
  .s1_box1_rgt {
    width: 100%;
    margin-top: 20px;
  }
  ul.s1_list1 {
    margin: 20px auto 0;
  }
  ul.s1_list1 li img {
    margin: 0 auto 10px;
    width: 60px;
  }
  ul.s1_list1 li p {
    font-size: 15px;
    line-height: 22px;
  }
  ul.s1_list1 li:after {
    display: none;
  }

  .section2 {
    padding: 25px 0 35px;
  }
  .s2_box1 {
    margin-top: 25px;
  }
  .s2_list1 {
    max-width: 100%;
    width: 50%;
  }
  .s2_prod1 {
    width: 230px;
    position: static;
    transform: none;
    display: block;
    margin: 0 auto;
  }
  .s2_list1_icns {
    width: 90px;
    display: block;
    margin: 0 auto 8px;
  }
  .s2_list1_shapes {
    display: none;
  }
  .s2_list2 li {
    text-align: center;
  }
  .s2_list1 li {
    width: 100%;
    margin-top: 25px;
    text-align: center;
  }
  .s2_list1 li p {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    padding: 0;
    letter-spacing: 0.3px;
  }

  .s2_txt1 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
  }
  ul.surface_list {
    margin: 22px auto 0;
  }
  ul.surface_list li {
    width: 48%;
    padding: 0 7px;
  }
  ul.surface_list li p {
    line-height: 20px;
  }
  ul.surface_list li img {
    margin: 0 auto 9px;
  }

  .section3 {
    background: #fff;
    padding: 25px 0 35px;
  }
  .s3_mid_col {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
  }
  .s3_mid_col2 .s3_col_box {
    height: 250px;
    width: 100%;
  }
  .s3_mid_col2 .s3_col_box img {
    height: 335px;
    width: 100%;
  }
  .s3_col_box {
    max-width: 345px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
  }
  .sec3_mid_left p {
    font-size: 18px;
    line-height: 24px;
  }

  .section4 {
    padding: 25px 0 35px;
  }
  .s4_box1 {
    margin: 5px auto 0;
    padding: 0 40px;
    max-width: 345px;
  }
  .s4_box1_col {
    width: 100%;
    margin-top: 55px;
  }
  .s4_box1_num {
    top: -30px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 36px;
    -webkit-box-shadow: 0 0 0 6px #f0f6f8;
    box-shadow: 0 0 0 6px #f0f6f8;
  }
  .s4_box1_btn {
    padding: 15px 20px 18px;
  }
  .s4_box1_btn p {
    font-size: 18px;
    line-height: 24px;
  }

  .section5 {
    padding: 25px 0 0;
  }
  .s5_slider {
    margin-top: 20px;
  }
  .s5_slider_col {
    float: none;
    width: 100%;
    padding: 12px 12px 20px;
    max-width: 320px;
  }
  .s5_slider_col p {
    font-size: 16px;
    line-height: 24px;
  }
  .s5_slider_col h3 {
    margin-top: 12px;
  }

  .section6 {
    padding: 40px 0 35px;
  }
  .prod-left {
    width: 100%;
    padding: 15px;
  }
  .prod-heading {
    font-size: 27px;
    line-height: 30px;
  }
  .prod-para {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .offer_heading {
    font-size: 30px;
    line-height: 36px;
  }
  .offer_box_timer {
    margin-top: 15px;
  }
  .offer_time_text {
    font-size: 20px;
    line-height: 26px;
  }
  #clockdiv > div {
    width: 55px;
  }
  #clockdiv div > span {
    font-size: 40px;
    line-height: 40px;
  }
  #clockdiv p,
  #clockdiv2 p {
    font-size: 24px;
    line-height: 38px;
  }
  ul.prod_box_list {
    margin-top: 15px;
  }
  .prod-left-mob {
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 30px);
    margin: 25px 0 0 -15px;
    background: #fff;
    padding: 20px 0;
  }
  ul.prod_box_list li {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    padding-left: 35px;
  }
  .prod-left .btn_box {
    margin-top: 25px;
  }
  .prod-left-mob-inr {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 240px;
    position: relative;
  }
  .prod_bx_seal {
    right: -25px;
    width: 78px;
    top: -15px;
  }
  .product {
    display: block;
    margin: 0 auto;
  }

  .section7 {
    padding: 25px 0 35px;
  }
  .faq-container {
    margin: 10px 0 0;
  }
  .up-slide-dwn {
    margin-top: 20px;
    padding: 8px 15px 11px 15px;
  }
  .accordion {
    padding: 10px 20px 10px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .acdn-content {
    padding: 6px 0 0 0;
  }
  .acdn-para {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .footer {
    padding: 0 0 20px;
  }
  .footer .btn_box {
    margin-top: 0;
  }
  .footer-logo {
    margin: 20px auto 10px;
    width: 160px;
  }
  .ftr-txt1 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
  }
  .ftr_top {
    margin-top: 7px;
  }
  .ftr-txt1 a {
    padding: 0 2px;
  }

  .common_btn {
    font-size: 20px;
  }

  #call-btn {
    float: left;
    width: 100%;
    padding: 6px;
    background: #123b6b;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index: 12;
    transition: bottom 1s;
    display: table;
  }
}

@media only screen and (max-width: 360px) {
}

/*-----------------------
		Pulse
------------------------*/
.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);
  }
}

.special-offer-section {
  max-width: 100%;
  margin-top: 80px;
}

.special-offer-section > p {
  font-size: 40px;
  line-height: 46px;
  color: #19191e;
  margin: 0 auto;
  margin-bottom: 40px;
  font-family: 'Inter', sans-serif;
}

.special-offer-section div {
  max-width: 378px;
  margin: 0 auto;
}
