@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: "Figtree";
  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;
}
a:hover {
}
img {
  border: none;
  height: auto;
  max-width: 100%;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.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;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.ovr {
  overflow: hidden;
}
.normal {
  font-weight: normal;
}

/*==========Header==========*/
.top-fix-bar {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.header {
  float: left;
  width: 100%;
  height: 80px;
  margin-top: -80px;
  position: relative;
  top: 80px;
}
.fixed-nav .header {
  position: fixed;
  z-index: 60;
  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: 20px;
  width: 170px;
}
ul.mainMenu {
  display: inline-block;
  vertical-align: middle;
  margin: 33px 0 0 0;
}
ul.mainMenu li {
  float: left;
  padding: 0 20px;
  position: relative;
}
ul.mainMenu li:first-child:before {
  display: none;
}
ul.mainMenu li:last-child {
  border: none;
}
ul.mainMenu li a {
  float: left;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: bold;
}

ul.mainMenu li a:hover {
  color: #f20000;
}
ul.mainMenu li a.active {
  color: #f20000;
}
.fixed-nav .header ul.mainMenu li a {
  color: #000;
}
.fixed-nav .header ul.mainMenu li a:hover {
  color: #f20000;
}
.fixed-nav .header ul.mainMenu li a.active {
  color: #f20000;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 30px;
  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: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-top: 4px;
  margin-right: 5px;
}
.bar1,
.bar2,
.bar3 {
  width: 26px;
  height: 2px;
  background-color: #000;
  transition: 0.4s;
}
.bar2 {
  margin: 6px 0;
}
.dl-active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7.5px, 5px);
  transform: rotate(-45deg) translate(-7.5px, 5px);
  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: 80px;
  background: #fff;
  z-index: 64;
  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;
  font-weight: 500;
  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;
}

.fixed-nav .header .bar1 {
  background-color: #000;
}
.fixed-nav .header .bar2 {
  background-color: #000;
}
.fixed-nav .header .bar3 {
  background-color: #000;
}

.header_btn {
  float: right;
  width: 180px;
  height: 50px;
  color: #fff;
  margin-top: 15px;
  border-radius: 7px;
  background: #f20000;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.header_btn:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
/*==========TOP STRIP==========*/
.top_strip {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #ef0011;
}
.top_strip_points {
  width: 100%;
  max-width: 612px;
  margin: 0 auto 0;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_strip_points li {
  background: url(/images/top-strip-thik.png) no-repeat;
  background-position: top 2px left;
  background-size: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
  padding-left: 27px;
}

/*==========BANNER==========*/
.banner {
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 35px 0 70px;
  background: rgb(235, 241, 254);
  background: linear-gradient(
    22deg,
    rgba(235, 241, 254, 1) 10%,
    rgba(237, 231, 253, 1) 22%,
    rgba(245, 245, 251, 1) 34%,
    rgba(245, 244, 248, 1) 45%,
    rgba(248, 242, 249, 1) 60%,
    rgba(247, 242, 248, 1) 70%,
    rgba(248, 237, 246, 1) 80%,
    rgba(248, 242, 247, 1) 90%
  );
}
.banner-row {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_content {
  float: left;
  width: 51%;
  padding: 30px 0 30px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.banner_heading {
  font-size: 50px;
  line-height: 60px;
  color: #000;
  position: relative;
  z-index: 1;
  font-weight: 800;
}
.banner_heading span {
  background: rgb(254, 254, 250);
  background: linear-gradient(
    180deg,
    transparent 68%,
    rgba(255, 184, 184, 1) 68%,
    rgba(255, 184, 184, 1) 87%,
    transparent 13%
  );
}
.bnr_text {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 25px;
}

.btn_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 50px;
}
.btn_width {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 380px;
  text-align: center;
}
.common_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 70px;
  color: #fff;
  background: #f20000;
  font-size: 20px;
  line-height: 72px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
  border-radius: 7px;
  text-transform: uppercase;
}
.common_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  margin: -3px 0 0 15px;
}
.common_btn:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

.banner_right {
  float: right;
  width: 49%;
  text-align: center;
  position: relative;
}
.bnr-product {
  display: inline-block;
  vertical-align: middle;
  width: 687px;
  max-width: none;
  margin: 70px 0 0 -35px;
}
.banner_right-pop1 {
  position: absolute;
  top: 0;
  left: 42%;
  background: #fff;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
}
.banner_right-pop1 img {
  display: block;
  margin: 0 auto;
  width: 130px;
}
.banner_right-pop2 {
  width: 270px;
  position: absolute;
  left: -50px;
  top: 320px;
  background: #fff;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_right-pop2 img {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  margin-right: 10px;
}
.banner_right-pop2 > div {
  padding-left: 13px;
  border-left: 1px solid #ddd;
}
.banner_right-pop2 > div span {
  font-size: 14px;
  line-height: 14px;
  color: #1b272d;
  font-weight: bold;
}
.banner_right-pop2 > div p {
  font-size: 12px;
  line-height: 14px;
  color: #1b272d;
  margin-top: 3px;
  letter-spacing: 0.3px;
}

.banner_right-pop3 {
  width: 195px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #fff;
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 7px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_right-pop3 img {
  width: 20px;
  margin-right: 10px;
}
.banner_right-pop3 p {
  font-size: 14px;
  line-height: 22px;
  color: #1b272d;
  font-weight: bold;
  letter-spacing: 0.3px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

/*===LOGO STRIP===*/
.logo_strip {
  float: left;
  width: 100%;
  padding: 30px 0 25px;
  background: #f8f8f8;
}
.logo_strip_hdg {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: 800;
}
ul.logo_strip_list {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 800px;
  margin: 25px 0 0;
}
ul.logo_strip_list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
ul.logo_strip_list li img {
  display: inline-block;
  vertical-align: middle;
  height: 46px;
  width: auto;
}

/*===SECTION1===*/
.section1 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}
.s1_red_box {
  display: inline-block;
  vertical-align: top;
  padding: 16px 45px 18px;
  background: #ef0011;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
}
.common_heading {
  font-size: 50px;
  line-height: 58px;
  color: #000;
  font-weight: bold;
}
.highlight_text {
  background: rgb(254, 254, 250);
  background: linear-gradient(
    180deg,
    transparent 68%,
    rgba(255, 184, 184, 1) 68%,
    rgba(255, 184, 184, 1) 87%,
    transparent 13%
  );
}
.s1_sub_heading {
  font-size: 30px;
  line-height: 38px;
  color: #000;
  font-weight: 600;
  margin-top: 20px;
}
.red_text {
  color: #ef0011;
}
.common_text {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-top: 25px;
  letter-spacing: 0.5px;
}
.common_text2 {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-top: 25px;
  letter-spacing: 0.5px;
}

.s1_block {
  width: 100%;
  max-width: 880px;
  margin: 50px auto 0;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s1_box {
  width: 31.33%;
  border: 2px solid #ef0011;
  background: #fff;
  padding: 16px 20px 22px;
}
.s1_red_thik_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 54px;
  margin-top: -32px;
  background: #fff;
}
.s1_red_thik_box img {
  display: block;
  margin: 0 auto 0;
  width: 29px;
}
.s1_box h3 {
  font-size: 30px;
  line-height: 32px;
  color: #ef0011;
  font-weight: bold;
}
.s1_box p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
}

/*=========SECTION2========*/
.section2 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  position: relative;
  border-top: 1px solid #dfdfdf;
  background: url(/images/s2-bg.jpg) no-repeat #fff;
  background-position: top center;
}
.s2_shiled_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 73px;
  background: #fff;
  margin-top: -78px;
}
.s2_shiled_box img {
  display: block;
  margin: 0 auto 0;
  width: 33px;
}

.s2_block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 970px;
  margin-top: 5px;
}
.s2_box {
  width: 100%;
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px solid #e1e1e1;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.s2_box:first-child {
  padding-top: 0;
  border-top: none;
}
.s2_box_cont {
  width: calc(100% - 466px);
  padding-right: 60px;
  text-align: left;
}
.s2_box_hdg {
  font-size: 36px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
}
.s2_box_text {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 25px;
}
.s2_box_btn_div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 50px;
}
.s2_box_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 227px;
  height: 65px;
  font-size: 20px;
  line-height: 62px;
  color: #f20000;
  font-weight: bold;
  letter-spacing: 0.5px;
  background: #fff;
  border: 2px solid #f20000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}
.s2_box_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin: -4px 0 0 10px;
}
.s2_box_btn:hover {
  color: #fff;
  background: #f20000;
}
.s2_box_btn:hover.s2_box_btn img {
  filter: brightness(0) invert(1);
}

.s2_box_img_box {
  width: 466px;
  border-radius: 8px;
  padding: 40px;
}
.s2_box_img_box1 {
  background: rgb(220, 238, 253);
  background: linear-gradient(180deg, rgba(220, 238, 253, 1) 30%, transparent 90%);
}
.s2_box_img_box2 {
  background: rgb(220, 238, 253);
  background: linear-gradient(180deg, #dfdbff 30%, transparent 90%);
}
.s2_box_img_box3 {
  background: rgb(220, 238, 253);
  background: linear-gradient(180deg, #e0f8f0 30%, transparent 90%);
}
.s2_box_img_box img {
  display: block;
  margin: 0 auto 0;
  width: 390px;
  border-radius: 8px;
}

.s2_btm_hdg {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
}

/*=========SECTION3========*/
.section3 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
  border-top: 1px solid #e1e1e1;
}

.s3_block {
  margin: 45px auto 0;
  width: 100%;
  row-gap: 40px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s3_box {
  width: 23.5%;
  border-radius: 8px;
  padding: 20px 15px 22px;
  text-align: left;
  background: #f7fcfd;
}
.s3_box_top {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding-right: 45px;
}
.s3_box_top img {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
}
.s3_box_hdg {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: bold;
  position: relative;
}
.s3_box_txt {
  font-size: 16px;
  line-height: 24px;
  color: #686b6b;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.s3_shield_box {
  width: 100%;
  height: 100%;
  text-align: center;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.s3_shield_box img {
  display: block;
  margin: 0 auto 15px;
  width: 65px;
}
.s3_shield_box h4 {
  font-size: 22px;
  line-height: 26px;
  color: #000;
  font-weight: 800;
  width: 100%;
}

/*======SECTION4======*/
.section4 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  position: relative;
  background: url(/images/s4-bg.jpg) no-repeat #fff;
  background-size: cover;
}
.section4 .btn_width {
  max-width: 430px;
}
.compare_box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 1090px;
  margin: 50px 0 0;
  background: #fff;
  border: 1px solid #dde2e8;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 3px 6px #f7f7f7;
  box-shadow: 0 0 3px 6px #f7f7f7;
}
.comp_col1 {
  float: left;
  width: 27%;
}
ul.comp_col_list {
  float: left;
  width: 100%;
}
ul.comp_col_list li {
  float: left;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  padding: 0 25px;
  text-align: left;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #dde2e8;
}
ul.comp_col_list li:last-child {
  border-bottom: none;
}
.comp_col2 {
  float: left;
  width: 20%;
  background: #f7fbff;
  border: 3px solid #00b03a;
  border-radius: 8px;
  margin-top: -3px;
}
.comp-logo {
  display: block;
  margin: 0 auto 0;
  width: 150px;
}
.comp_box_right ul.comp_col_list li {
  justify-content: center;
}
.comp_col2 ul.comp_col_list li {
  justify-content: center;
}
.comp_col_top {
  width: 100%;
  height: 90px;
  text-align: center;
  border-bottom: 1px solid #dde2e8;

  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.comp_col_top p {
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}
.comp-prod1 {
  display: inline-block;
  vertical-align: middle;
  margin: 15px auto 0;
  width: 50px;
}
.comp_icon {
  display: block;
  margin: 0 auto 0;
  width: 30px;
}
.cross {
  width: 24px;
}
.comp_box_right {
  float: right;
  width: 53%;
  position: relative;
}
.comp_right_text {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 26px;
  color: #141414;
  font-weight: 600;
  width: 100%;
}
.comp_col {
  float: left;
  width: 33.33%;
}
.comp_col .comp-icon {
  width: 30px;
}
.comp_brand {
  display: block;
  margin: 79px auto 0;
  width: 28px;
}

.grnty_box {
  width: 100%;
  max-width: 970px;
  margin: 50px auto 0;
  background: #000;
  padding: 0 50px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.grnty_seal_box {
  width: 174px;
  position: relative;
  height: 255px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.grnty_seal_box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 38px;
  background: #00472f;
  transform: translateX(-50%);
}
.money-bak-seal {
  display: block;
  margin: 0 auto;
  width: 174px;
  position: relative;
  z-index: 1;
}
.grnty_box_cont {
  width: calc(100% - 174px);
  padding-left: 35px;
  text-align: left;
}
.grnty_box_hdg {
  font-size: 28px;
  line-height: 30px;
  color: #00ffa9;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.grnty_box_txt {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 25px;
}

/*======SECTION5=======*/
.section5 {
  float: left;
  width: 100%;
  padding: 60px 0 70px;
  background: #fff;
}

.pkg_block {
  width: 100%;
  margin: 60px auto 0;
  max-width: 770px;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pkges {
  float: left;
  width: 47.5%;
  border: 2px solid #f20000;
  background: #fff;
  border-radius: 9px;
  position: relative;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.pkg_free_tag {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fffc00;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 5px 10px 5px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  font-weight: bold;
}
.pkg_top {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #f20000;
  padding: 15px 15px 15px;
  border-radius: 6px 6px 0 0;
}
.pkg_top h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.pkg_bottom {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 20px 20px 25px;
}
.pkg_prod_box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 307px;
  position: relative;
}
.pkg-prod {
  display: block;
  margin: 0 auto;
}
.pkg_cut_price {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
}
.pkg_cut_price span {
  font-size: 24px;
  position: relative;
}
.pkg_cut_price span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  right: -7px;
  height: 2px;
  background: #ff0000;
  transform: rotate(-15deg);
}
.pkg_price {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}
.pkg_price span {
  font-size: 32px;
  font-weight: 800;
}
ul.pkg_prod_details {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
ul.pkg_prod_details li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: url(/images/pkg-thik.png) no-repeat;
  background-position: top 15px left;
  background-size: 18px;
  padding-left: 35px;
}

.pkg_btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 312px;
  height: 55px;
  color: #fff;
  background: #f20000;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 6px;
}
.pkg_btn img {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  margin: -5px 0 0 15px;
}
.pkg_btn:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}

.pkge2 {
  -webkit-box-shadow: 0 0 15px 5px #f8cccc;
  box-shadow: 0 0 15px 5px #f8cccc;
}
.pkg_top_box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% + 30px);
  margin-left: -15px;
  background: #00ffa9;
  font-size: 23px;
  line-height: 27px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.5px;
  padding: 15px;
}
.pkg-prod4 {
  display: block;
  margin: 22px auto 0;
  width: 180px;
}
.pkg_shiping_div {
  width: 100%;
  background: #eeeeee;
  padding: 3px 5px;
  margin-top: 16px;

  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pkg_shiping_div p {
  font-size: 10px;
  line-height: 10px;
  color: #000;
  font-weight: 500;
  text-align: left;
  padding-left: 13px;
  background: url(/images/pkg-shiping-thik.png) no-repeat;
  background-position: top 2px left;
  background-size: 8px;
}

/*======SECTION6=======*/
.section6 {
  float: left;
  width: 100%;
  background: url(/images/s6-bg.jpg) no-repeat #fff;
  background-position: top center;
}
.s6_cont {
  float: left;
  width: 52%;
  text-align: left;
  padding: 83px 0 83px 50px;
} /*
.s6_img_box{
	float:left;
	width:49%;
	position:relative;
	}
.s6_img_box:before{
	content: '';
	position: absolute;
	top: 0;
	left: -335px;
	right: 0;
	bottom: 0;
	width: 884px;
	background: url(/images/s6-img.png) no-repeat;
	}
.s6_img_box, .s6_img_box:before{ height: 530px;}*/

/*======SECTION7=======*/
.section7 {
  float: left;
  width: 100%;
  padding: 60px 0 50px;
  background: #fff;
}

.faq-container {
  display: inline-block;
  vertical-align: middle;
  max-width: 990px;
  width: 100%;
  margin: 40px 0 0;
  padding: 0 10px 10px;
  position: relative;
  z-index: 1;
}
.up-slide-dwn {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  overflow: hidden;
}
.accordion {
  float: left;
  width: 100%;
  text-align: left;
  background: url(/images/close-btn.png) no-repeat 97% center;
  padding: 25px 40px 25px 35px;
  font-size: 26px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}
.acdn-heading.accordion-open {
  background: url(/images/open-btn.png) no-repeat 97% center #f7fcfd;
  border-bottom: 1px solid #cdd9db;
}
.acdn-content {
  float: left;
  width: 100%;
  padding: 30px 20px 10px 35px;
}
.accordion-open,
.acdn-content {
  background: #f7fcfd;
}
.acdn-para {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
  text-align: left;
}

/*======SECTION8=======*/
.section8 {
  float: left;
  width: 100%;
  padding: 20px 0 50px;
  background: #fff;
  position: relative;
}
.section8:before {
  content: "";
  position: absolute;
  top: -355px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2000px;
  height: 896px;
  background: url(/images/s8-bg.jpg) no-repeat;
  background-size: cover;
}
.s8_block {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 10px;
  background: #ea2727;
  padding: 45px 40px 45px;
}
.s8_box {
  width: 100%;
  margin: 35px auto 0;

  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s8_col {
  width: 31.33%;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 25px 20px 30px;
}
.s8_col img {
  display: block;
  margin: 0 auto 10px;
  width: 50px;
}
.s8_col h3 {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}
.s8_col p {
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  margin-top: 25px;
}

/*=====Footer=====*/
.footer {
  background: #fff;
  float: left;
  width: 100%;
  padding: 10px 0 35px;
}
.foot-logo {
  display: block;
  margin: 0 auto 25px;
  width: 170px;
  position: relative;
  z-index: 1;
}
.ftr-txt {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.5px;
  margin-top: 12px;
}
.ftr-txt a {
  padding: 0 6px;
}

/*-----------------------
      About-Page-CSS
------------------------*/
/*========Banner========*/
.about_banner {
  float: left;
  width: 100%;
  background: url(/images/about-bnr-bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
ul.breadcrumb_list {
  float: left;
  width: 100%;
  margin-top: 24px;
}
ul.breadcrumb_list li {
  float: left;
}
ul.breadcrumb_list li:nth-child(even) {
  padding: 0 8px;
}
ul.breadcrumb_list li a {
  float: left;
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.3px;
}
.about_banner_content {
  float: left;
  width: 50%;
  text-align: left;
  padding: 40px 0 75px;
}
.about_banner_image {
  position: absolute;
  top: 60px;
  right: 50px;
  width: 480px;
  border-radius: 10px;
}

/*======SECTION1======*/
.about_section1 {
  float: left;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.about_s1_content_box {
  display: inline-block;
  vertical-align: middle;
  max-width: 970px;
  width: 100%;
  text-align: left;
  border: 2px solid #dbdbdb;
  border-radius: 15px;
  padding: 33px 65px 30px 40px;
}
.about_s1_icon {
  float: right;
  width: 215px;
  margin: 60px 0 15px 80px;
}
.about_s1_content_heading {
  color: #000000;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 35px;
}
.about_s1_content_paragraph {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  margin-top: 35px;
}
.about_s1_content_paragraph.margin-top-0 {
  margin-top: 0;
}

/*======SECTION2======*/
.about_section2 {
  float: left;
  width: 100%;
  background: url(/images/about-s2-bg.jpg) no-repeat center top;
  padding: 60px 0;
}
.about_s2_content {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.about_s2_content_left {
  float: left;
  width: 57%;
}
.about_section2_image {
  display: inline-block;
  vertical-align: middle;
  width: 679px;
}
.about_s2_content_right {
  float: right;
  width: 40%;
  text-align: left;
}
.about_s2_list_heading {
  color: #000000;
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
}
ul.about_s2_list {
  float: left;
  width: 100%;
  margin-top: 5px;
}
ul.about_s2_list li {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  background: url(/images/tick.png) no-repeat left 3px;
  background-size: 24px;
  padding-left: 40px;
  margin-top: 15px;
}
.about_section2 .btn_box {
  margin-top: 25px;
}
.about_footer {
  float: left;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  padding: 50px 0 40px;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.semi_bold {
  font-weight: 600;
}
.white_text {
  color: #fff;
}
.ovr {
  overflow: hidden;
}
.show-mob,
.show-tab {
  display: none;
}

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

  .banner_heading {
    font-size: 42px;
    line-height: 50px;
  }
  .bnr-product {
    width: 630px;
  }

  .common_heading {
    font-size: 49px;
    line-height: 57px;
  }
  .s3_box_hdg {
    min-height: 78px;
  }

  .s6_cont {
    width: 60%;
  }
  /*.s6_img_box{ width: 46%;}
.s6_img_box:before{ left: -353px;}*/

  /*-----------------------
      About-Page-CSS
------------------------*/
  .about_banner_content {
    width: 58%;
  }
  .about_banner_image {
    right: 0;
    width: 380px;
  }
  .about_s2_list_heading {
    font-size: 23px;
    line-height: 29px;
  }
  .about_s2_content_left {
    width: 55%;
  }
  .about_s2_content_right {
    width: 42%;
  }
  ul.about_s2_list li {
    font-size: 18px;
    line-height: 26px;
  }
}

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

  .header_btn {
    margin-right: 70px;
  }
  .mainMenu {
    display: none !important;
  }

  .banner {
    padding: 25px 0 35px;
  }
  .banner_content {
    padding: 15px 0;
  }
  .banner_heading {
    font-size: 32px;
    line-height: 40px;
  }
  .bnr_text {
    font-size: 19px;
    line-height: 25px;
    margin-top: 20px;
  }
  .btn_box {
    margin-top: 35px;
  }
  .bnr-product {
    width: 460px;
    margin: 30px 0 0 -10px;
  }
  .banner_right-pop1 {
    top: -20px;
    padding: 10px;
  }
  .banner_right-pop1 img {
    width: 100px;
  }
  .banner_right-pop2 {
    width: 200px;
    left: -10px;
    top: 185px;
    padding: 8px;
  }
  .banner_right-pop2 img {
    width: 20px;
    margin-right: 6px;
  }
  .banner_right-pop2 > div {
    padding-left: 8px;
  }
  .banner_right-pop2 > div span {
    font-size: 12px;
    line-height: 12px;
  }
  .banner_right-pop2 > div p {
    font-size: 11px;
    line-height: 12px;
  }
  .banner_right-pop3 {
    width: 160px;
    right: -6px;
    bottom: 18px;
    padding: 10px;
  }
  .banner_right-pop3 img {
    width: 15px;
    margin-right: 5px;
  }
  .banner_right-pop3 p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 7px;
  }

  ul.logo_strip_list li {
    padding: 0 20px;
  }
  ul.logo_strip_list li img {
    height: 40px;
  }

  .section1 {
    padding: 50px 0 60px;
  }
  .s1_red_box {
    padding: 16px 40px 18px;
    font-size: 60px;
    line-height: 60px;
  }
  .common_heading {
    font-size: 37px;
    line-height: 45px;
  }
  .common_text {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
  }
  .common_text2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }

  .s1_sub_heading {
    font-size: 25px;
    line-height: 32px;
  }

  .s1_box {
    padding: 16px 15px 22px;
  }
  .s1_box h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .s1_box p {
    font-size: 17px;
    line-height: 25px;
  }

  .section2 {
    padding: 50px 0 60px;
    background-position: bottom left 30%;
  }
  .s2_shiled_box {
    max-width: 55px;
    margin-top: -65px;
  }
  .s2_shiled_box img {
    width: 26px;
  }
  .s2_box_cont {
    width: calc(100% - 370px);
    padding-right: 40px;
  }
  .s2_box_hdg {
    font-size: 29px;
    line-height: 36px;
  }
  .s2_box_text {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
  }
  .s2_box_btn_div {
    margin-top: 35px;
  }
  .s2_box_img_box {
    width: 370px;
  }
  .s2_btm_hdg {
    font-size: 30px;
    line-height: 32px;
  }

  .section3 {
    padding: 50px 0 60px;
  }
  .s3_box {
    width: 31.5%;
  }
  .s3_box_top {
    padding-right: 31px;
  }
  .s3_box_hdg {
    min-height: auto;
    font-size: 18px;
    line-height: 25px;
  }
  .s3_box_top img {
    width: 24px;
  }
  .s3_box_txt {
    font-size: 15px;
    line-height: 23px;
  }
  .s3_shield_box img {
    width: 55px;
  }
  .s3_shield_box h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .section4 {
    padding: 50px 0 60px;
  }
  .compare_box {
    margin: 50px 0 20px;
  }
  .comp_col1 {
    width: 34%;
  }
  .comp_col_top {
    height: 70px;
  }
  ul.comp_col_list li {
    height: 70px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
  }
  .comp-logo {
    margin: 7px auto 0;
    width: 109px;
  }
  .comp_icon {
    width: 23px;
  }
  .comp_box_right {
    width: 46%;
  }
  .comp_col_top p {
    font-size: 20px;
    line-height: 20px;
  }
  .comp_col .comp-icon {
    width: 23px;
  }

  .section5 {
    padding: 50px 0 60px;
  }
  .s6_cont {
    width: 55%;
    padding: 55px 0;
  }

  .section6 {
    background-size: cover;
    background-position: top right 57%;
  }
  /*.s6_img_box{ width: 45%;}
.s6_img_box, .s6_img_box:before{ height: 440px;}
.s6_img_box:before{ left: -208px; background-size: cover; width: 731px;}*/

  .section7 {
    padding: 50px 0 30px;
  }
  .faq-container {
    margin: 8px 0 0;
  }
  .acdn-para {
    font-size: 19px;
    line-height: 26px;
  }
  .accordion {
    font-size: 24px;
    line-height: 30px;
  }

  .section8:before {
    width: 1760px;
    height: 786px;
  }
  .s8_block {
    padding: 35px 30px 45px;
  }
  .s8_col img {
    display: block;
    margin: 0 auto 12px;
    width: 40px;
  }
  .s8_col h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .s8_col p {
    font-size: 20px;
    line-height: 20px;
  }

  /*-----------------------
      About-Page-CSS
------------------------*/
  ul.breadcrumb_list li a {
    font-size: 16px;
    line-height: 16px;
  }
  .about_banner_content {
    width: 49%;
    padding: 30px 0 40px;
  }
  .about_banner_image {
    width: 360px;
    top: 80px;
  }

  .about_section1 {
    padding: 40px 0;
  }
  .about_s1_content_box {
    padding: 30px 40px 30px 30px;
  }
  .about_s1_icon {
    margin: 20px 15px 10px 40px;
  }
  .about_s1_content_paragraph {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
  }
  .about_s1_content_heading {
    line-height: 25px;
    margin-top: 40px;
  }

  .about_section2 {
    padding: 40px 0;
  }
  .about_s2_content_left {
    width: 50%;
  }
  .about_s2_content_right {
    width: 48%;
  }
  .about_s2_list_heading {
    font-size: 21px;
    line-height: 25px;
  }
  ul.about_s2_list li {
    background-size: 18px;
    padding-left: 30px;
  }
  .about_footer {
    padding: 40px 0;
  }
}

@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;
  }
  .header {
    height: 55px;
    margin-top: -55px;
    top: 55px;
  }
  .logo {
    margin-top: 14px;
    width: 120px;
  }
  .mob-mnu-ic {
    top: 18px;
  }
  .header_btn {
    display: none;
  }
  .mobimenu-top {
    top: 55px;
  }
  .mobilemenu {
    top: 55px;
  }

  .top_strip {
    padding: 6px 0 8px;
  }
  .top_strip_points_mob {
    width: 100%;
    float: left;
  }
  .top_strip_points_mob li {
    font-size: 15px;
    line-height: 15px;
    padding-left: 0;
    letter-spacing: 0.5px;
    background: none;
    color: #fff;
    font-weight: bold;
  }
  .top_strip_points_mob li img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: -3px 10px 0 0;
  }

  .banner {
    padding: 20px 0 35px;
  }
  .banner-row {
    flex-wrap: wrap;
  }
  .banner_content {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .banner_heading {
    font-size: 29px;
    line-height: 33px;
  }
  .bnr_text {
    font-size: 18px;
    line-height: 24px;
  }
  .banner_prod-mob {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
  }
  .banner_right {
    width: 100%;
  }
  .bnr-product {
    max-width: 100%;
    margin: 30px 0 0;
  }
  .banner_right-pop1 {
    padding: 7px;
    top: 0px;
    border-radius: 6px;
  }
  .banner_right-pop1 img {
    width: 60px;
  }
  .banner_right-pop2 {
    width: 165px;
    left: 0;
    top: 142px;
    padding: 6px;
  }
  .banner_right-pop2 img {
    width: 15px;
    margin-right: 5px;
  }
  .banner_right-pop2 > div {
    padding-left: 7px;
  }
  .banner_right-pop2 > div span {
    font-size: 10px;
    line-height: 10px;
  }
  .banner_right-pop2 > div p {
    font-size: 9px;
    line-height: 10px;
  }
  .banner_right-pop3 {
    width: 110px;
    padding: 6px;
    right: 50px;
    border-radius: 5px;
  }
  .banner_right-pop3 img {
    width: 10px;
    margin-right: 3px;
  }
  .banner_right-pop3 p {
    font-size: 8px;
    line-height: 12px;
    padding-left: 5px;
  }

  .btn_box {
    text-align: center;
    margin-top: 25px;
  }
  .btn_width {
    max-width: 350px;
  }
  .common_btn {
    height: 60px;
    font-size: 18px;
    line-height: 62px;
  }
  .section4 .btn_width a {
    font-size: 16px;
  }

  .logo_strip {
    padding: 25px 0 18px;
  }
  .logo_strip_hdg {
    font-size: 14px;
    line-height: 14px;
  }
  ul.logo_strip_list {
    margin: 16px 0 0;
  }
  ul.logo_strip_list li {
    padding: 0 5px;
    width: 24%;
  }
  ul.logo_strip_list li img {
    height: 25px;
  }

  .section1 {
    padding: 30px 0 45px;
  }
  .s1_red_box {
    padding: 12px 22px 11px;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .common_heading {
    font-size: 28px;
    line-height: 35px;
  }
  .s1_sub_heading {
    font-size: 22px;
    line-height: 27px;
  }
  .common_text2 {
    font-size: 17px;
    line-height: 25px;
  }
  .s1_block {
    margin: 40px auto 0;
    row-gap: 40px;
    padding: 0 35px;
    max-width: 440px;
  }
  .s1_box {
    padding: 10px 20px 20px;
    width: 100%;
  }
  .s1_red_thik_box {
    max-width: 50px;
    margin-top: -24px;
  }
  .s1_red_thik_box img {
    width: 24px;
  }
  .s1_box h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .section2 {
    padding: 35px 0 35px;
  }
  .s2_shiled_box {
    max-width: 50px;
    margin-top: -47px;
  }
  .s2_shiled_box img {
    width: 22px;
  }
  .s2_block {
    margin-top: 0;
  }
  .s2_box {
    flex-direction: column-reverse;
    margin-top: 40px;
    padding-top: 40px;
  }
  .s2_box_cont {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding: 0 15px;
  }
  .s2_box_hdg {
    font-size: 24px;
    line-height: 30px;
  }
  .s2_box_text {
    margin-top: 18px;
  }
  .s2_box_img_box {
    width: 100%;
    max-width: 440px;
    padding: 25px 25px 25px 25px;
  }
  .s2_box_img_box1 {
    background: rgb(220, 238, 253);
    background: linear-gradient(180deg, rgba(220, 238, 253, 1) 30%, transparent 100%);
  }
  .s2_box_btn_div {
    margin-top: 25px;
  }
  .s2_box_btn {
    height: 55px;
    font-size: 17px;
    line-height: 51px;
  }
  .s2_box_btn img {
    width: 10px;
    margin: -4px 0 0 12px;
  }
  .s2_btm_hdg {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.5px;
  }

  .section3 {
    padding: 30px 0 35px;
  }
  .s3_block {
    margin: 30px auto 0;
    row-gap: 24px;
    max-width: 450px;
  }
  .s3_box {
    width: 100%;
    padding: 20px 20px 22px;
  }
  .s3_box_top {
    padding-right: 45px;
  }
  .s3_box_top img {
    width: 30px;
  }
  .s3_box_hdg {
    font-size: 20px;
    line-height: 26px;
  }
  .s3_box_txt {
    font-size: 16px;
    line-height: 24px;
  }
  .s3_shield_box img {
    width: 45px;
  }

  .section4 {
    padding: 30px 0 10px;
  }
  .compare_box {
    margin: 40px 0 10px;
    box-shadow: none;
  }
  .comp_col1 {
    width: 47%;
  }
  .comp_col_top {
    height: 60px;
  }
  ul.comp_col_list li {
    height: 70px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    letter-spacing: normal;
  }
  .comp_col2 {
    border: 2px solid #00b03a;
    margin-top: -2px;
    width: 23%;
  }
  .comp_col_top {
    height: 60px;
  }
  .comp-logo {
    margin: 5px auto 0;
    width: 66px;
  }
  .comp_icon {
    width: 19px;
  }
  .comp_box_right {
    width: 30%;
  }
  .comp_col {
    width: 50%;
  }
  .comp_col_top p {
    font-size: 12px;
    line-height: 12px;
  }
  .comp_col .comp-icon {
    width: 19px;
  }

  .section5 {
    padding: 30px 0 40px;
  }
  .pkg_block {
    margin: 50px auto 0;
    flex-direction: column-reverse;
    row-gap: 35px;
    padding: 0 10px;
    max-width: 450px;
  }
  .pkges {
    width: 100%;
  }
  ul.pkg_prod_details li {
    font-size: 16px;
    line-height: 23px;
    padding-left: 30px;
  }

  .section6 {
    background: #fbfafd;
  }
  .s6_cont {
    padding: 30px 0 35px;
    width: 100%;
  }
  .s6-img-mob {
    margin: 10px auto -10px;
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: none;
  }

  .section7 {
    padding: 35px 0 30px;
  }

  .accordion {
    font-size: 22px;
    line-height: 28px;
    padding: 22px 42px 22px 20px;
  }
  .acdn-content {
    padding: 22px 20px 10px 20px;
  }
  .acdn-para {
    font-size: 17px;
    line-height: 25px;
  }
  .acdn-heading.accordion-open {
    background-size: 14px;
    background-position: center right 15px;
  }
  .acdn-heading {
    background-size: 14px;
    background-position: center right 15px;
  }

  .section8 {
    padding: 20px 0 30px;
  }
  .section8:before {
    top: 0;
    background-position: bottom left 20%;
  }
  .s8_block {
    padding: 25px 15px 30px;
    max-width: 450px;
  }
  .s8_col {
    width: 100%;
    padding: 20px 20px 22px;
  }
  .s8_box {
    width: 100%;
    margin: 30px auto 0;
    row-gap: 20px;
    padding: 0 20px;
  }
  .s8_col p {
    font-size: 24px;
    line-height: 24px;
    margin-top: 18px;
  }

  .footer {
    padding: 20px 0 30px;
  }
  .foot-logo {
    width: 124px;
  }
  .ftr-txt {
    font-size: 16px;
    line-height: 18x;
  }
  .ftr-txt a {
    padding: 0 3px;
  }

  /*-----------------------
      About-Page-CSS
------------------------*/
  ul.breadcrumb_list {
    margin-top: 15px;
  }
  .about_banner_content {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .about_banner_content .bnr_text {
    margin-top: 15px;
  }
  .about_banner_image {
    position: static;
    display: block;
    width: 90%;
    margin: 0 auto 15px;
  }

  .about_section1 {
    padding: 30px 0;
  }
  .about_s1_content_box {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .mob_about_s1_icon {
    margin: 15px auto 0;
    width: 110px;
  }
  .about_s1_content_paragraph {
    font-size: 17px;
    line-height: 25px;
    margin-top: 20px;
  }
  .about_s1_content_heading {
    line-height: 25px;
    margin-top: 40px;
  }

  .about_section2 {
    padding: 30px 0;
  }
  .about_s2_content {
    margin-top: 25px;
  }
  .about_s2_content_left {
    width: 100%;
  }
  .about_section2_image {
    width: 400px;
  }
  .about_s2_content_right {
    width: 100%;
    margin-top: 20px;
  }
  .about_s2_list_heading {
    font-size: 20px;
    line-height: 26px;
  }
  ul.about_s2_list li {
    font-size: 17px;
    line-height: 25px;
    background-size: 18px;
    padding-left: 28px;
  }

  .about_footer {
    padding: 30px 0;
  }
}


.dodo-links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 28px;
}
.dodo-logo{
  max-width: 140px;
}
.dodo-text{
  padding: 8px;
  font-size: small;
  color: #5a636d;
}
