@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #3B4A34;
    text-align: center;
    font-family: 'Sora', sans-serif;
    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;
}

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;
    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;
    /*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;
    background: url(../../img/int/bg-banner-99.jpg?v=0.01) no-repeat center bottom;
    background-size: cover;
}

.fixed-nav .header {
    position: fixed;
    z-index: 11;
    top: 0;
    background: #fff;
    -webkit-transition: margin .3s ease-out;
    transition: margin .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);
    background: url(../../img/int/bg-banner-99.jpg?v=0.01) no-repeat center bottom;
}

.logo {
    float: left;
    margin-top: 8px;
}

a.header-btn {
    float: right;
    width: 141px;
    font-size: 18px;
    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;
}

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: #3B4A34; */
    color: #fff;
    font-size: 14px;
    line-height: 19px;
}

ul.mainMenu li a.active,
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===============*/

.banner {
    float: left;
    width: 100%;
    /* background: url(../../img/int/bg-banner-2.jpg) no-repeat center top; */
    background: url(../../img/int/bg-banner-1.jpg?v=0.01) no-repeat center top;
    background-size: cover;
    /* height: 718px; */
    height: 800px;
    overflow: hidden;
    padding: 40px 0;
}

.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(239, 85, 48, 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;
    background: url(../../img/int/bnr-tick.png) no-repeat left 3px;
}

.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: #3B4A34 !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: 194px;
    top:195px; */
    position: absolute;
    right: 0px;
    top: 253px;
    width: 30%;
    height: auto;
}

.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: 30px 0 60px;
    border-bottom: 1px solid #dcdcdc;
}

.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: 105px;
    border-right: 1px solid #dcdcdc;
    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: 24px;
}

.bnr-btm-sec ul li p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

/*==========sectionOne============*/

.sectionOne {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
    /*background: url(../../img/int/section1.jpg) no-repeat center bottom;*/
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #606B5A 60%, #5a6554 100%);
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #797979 60%, #4e4e4e 95.5%);
}

.comnHdng {
    float: left;
    width: 100%;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    color: #070826;
}

.comnHdng h1 {
    font-size: 50px;
    line-height: 75px;
    /* color: #5B7A17; */
    font-weight: 600;
}

.comnHdng p {
    font-size: 50px;
    line-height: 56px;
    /* color: #3B4A34; */
}

.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;
    overflow: hidden;
    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: 0;
    bottom: 125px;
    z-index: 2;
    width: 55%;
}

.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: #5B7A17;
}

.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 #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

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: #000000;*/
    /*font-weight: 400;*/
}

.s1-after-icon {
    position: absolute;
    right: 60px;
    bottom: -90px;
}

/*=============sectionTwo============*/

.sectionTwo {
    float: left;
    width: 100%;
    /*background: url(sectionTwo.jpg) no-repeat center top;*/
    background: linear-gradient(180deg, #606B5A -8.63%, #1C2319 95.5%);
    padding: 50px 0 300px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #5e5e5e -8.63%, #000000 95.5%);
}

.sectionTwo::before {
    content: "";
    background-image: url(../../img/int/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 {
    color: #fff !important;
    background: #000;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.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(../../img/int/waterproof-fabric-19.png) no-repeat 25px 25px;
}

.s2-list-col-2 {
    background: url(../../img/int/waterproof-fabric-25.png) no-repeat 25px 25px;
}

.s2-list-col-3 {
    background: url(../../img/int/waterproof-fabric-26.png) no-repeat 25px 25px;
}

.s2-list-col-4 {
    background: url(../../img/int/waterproof-fabric-27.png) 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: 100%;
    max-width: 100%;
    max-width: 100%;
}

ul.s3-list {
    float: left;
    width: 25%;
}

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

ul.s3-list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    line-height: 25px;
    font-size: 12px;
    background: #EF632D;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-family: 'Sora', sans-serif;
    font-weight: normal;
}

.s3-control-box {
    float: left;
    width: 100%;
    margin-top: 80px;
    background: url(../../img/int/s3-control-bx-bg.jpg?v=0.1) no-repeat right top;
    background-color: #070726;
    /* background-size: contain; */
    padding: 40px 60px 50px;
    border-radius: 30px;
    /*border: 1px solid #e5f8ff;
    box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.3);*/
}

.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: #fff;
}

.s3-box-text1 {
    float: left;
    width: 80%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #ffffff;
    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 0;
    position: relative;
    overflow: hidden;
}

.sectionFour:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: #fff;
    content: "";
}

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

.s4-col {
    float: left;
    width: 25%;
    position: relative;
}

.s4-img {
    display: inline-block;
    vertical-align: middle;
    /*max-width: 100%;*/
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.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-icon5 {
    bottom: 20px;
}*/

.s4-btm-sec {
    float: left;
    width: 100%;
    background: url(../../img/int/s4-circle-bg.png) no-repeat center top;
    position: relative;
    margin-top: -110px;
    padding: 180px 0 0;
}

.s4-btm-text {
    float: left;
    width: 100%;
    /*margin-top: -15px;*/
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
}

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

.sectionFive {
    float: left;
    width: 100%;
    padding: 50px 0 100px;
    position: relative;
    background: #fff;
    /*background: url(../../img/int/section5.jpg) no-repeat center bottom;*/
}

.s5-comparision-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    /*max-width: 970px;*/
    background: #FAFEF5;
    border: 1px solid #B9BD7D;
    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 img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}

.s5-col-2 {
    float: left;
    width: 22%;
    /* background: #3B4A34; */
    background: #000;
    border-radius: 20px;
    margin: -120px 2% -40px 0;
}

.s5-col2-top {
    float: left;
    width: 100%;
    height: 150px;
}

.s5-col2-prod {
    display: block;
    margin: -70px 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: #D7E0D6;
    border-radius: 20px;
}

/*.s5-col-3 ul li {
    border-bottom: 1px solid #334675;
}
*/

/*=============sectionSix=============*/

.sectionSix {
    float: left;
    width: 100%;
    padding: 40px 0 50px 0;
    background: #F8F8F8;
    /*background: url(../../img/int/section6.jpg) no-repeat center top #ecf9ff;*/
}

.testi-sec {
    float: left;
    width: 100%;
    padding: 0 90px;
    margin-top: 40px;
}

.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: 70px;
    height: 70px;
    background: #7D93BD;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
}

.t-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #3B4A34;
}

.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: 10px 0 10px 90px;
    border-top: 1px solid #E7E7E7;
}

.test-prod-txt {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #3B4A34;
    margin-top: 14px;
}

.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: 15px 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 #E7E7E7;
}

.t-star {
    float: left;
    margin-top: 15px;
    display: block;
}

.testi-row-rght span {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #3B4A34;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.testi-paragraph {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #3B4A34;
    margin-top: 15px;
}

.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(../../img/int/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(../../img/int/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: 50px 0;
    text-align: center;
    background: #000;
}

.ftr-logo {
    display: block;
    margin: 0 auto 60px;
}

.ftr-txt1 {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin: 5px 0;
}

.ftr-txt1 a {
    color: #fff;
    padding: 0 3px;
}

.ftr-btm {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 60px;
    /*border-top: 1px solid #ddd;*/
}

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

@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;
    }
    .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: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: 21px;
        line-height: 30px;
    }
    .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: 0;
        width: 200px;
        top: 420px;
    }
    .bnr-btm-sec ul li span {
        font-size: 21px;
        line-height: 26px;
    }
    .bnr-btm-sec ul li p {
        font-size: 17px;
        line-height: 24px;
    }
    .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;
    }
    .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: 31%;
    }
    .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 only screen and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 10px;
    }
    .sectionTwo .comnHdng h1 {
        padding: 5px 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;
    }
    .logo {
        /* margin-top: 13px; */
    }
    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: 26px;
        line-height: 40px;
    }
    .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;
    }
    .bnr-strip-text1 span {
        padding-right: 0;
    }
    .bnr-strip-text1 span:after {
        border: none;
    }
    .bnr-strip-text1 img {
        margin: 0 auto 0;
        width: 16px;
        display: block;
    }
    .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;
    }
    .bnr-btm-sec ul li {
        width: 100%;
        margin-top: 25px;
    }
    .bnr-btm-sec ul li:after {
        display: none;
    }
    .bnr-btm-sec ul li img {
        margin: 0 auto 8px;
    }
    .sectionOne {
        padding: 25px 0 30px;
        /*background: #fff;*/
        background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #606B5A 30%, #5a6554 100%);
    }
    .comnHdng h1 {
        font-size: 26px;
        line-height: 35px;
    }
    .comnHdng p {
        font-size: 28px;
        line-height: 35px;
    }
    .s1-mdl-box {
        padding: 0;
        margin-top: 25px;
    }
    .s1-prod {
        display: none;
    }
    .sec1-img-mob {
        margin: 0 auto;
        max-width: 100%;
    }
    .s1-left {
        border-radius: 10px;
    }
    .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;
    }
    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: 20px 0;
        display: flex;
        align-items: center;
    }
    .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 13px;
        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%;
        padding-left: 20px;
    }
    .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;
        background-position: calc(100% + 100px);
    }
    .s3-box-left {
        width: 100%;
        /*text-align: center;*/
        background: rgba(0, 0, 0, 0.3);
        padding: 20px;
        border-radius: 15px;
    }
    .s3-box-left h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .s3-box-text1 {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
    }
    .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 0 0;
    }
    .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;
    }
    .ftr-txt1 {
        font-size: 15px;
        line-height: 25px;
    }
    .ftr-btm {
        margin-top: 15px;
        padding-top: 10px;
    }
    #call-btn {
        float: left;
        width: 100%;
        padding: 11px 10px 10px;
        background: #000000;
        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;
    }
}

@media only screen and (max-width:415px) {
    .logo {
        float: left;
        width: 140px;
        margin-top: 13px;
    }
    .header-btn {
        /* display: none; */
    }
    .s3-control-box {
        margin-top: 35px;
        padding: 10px 0;
        border-radius: 0px;
        background-size: cover;
        background-position: calc(100% + 100px);
        margin-left: -15px;
        margin-right: -15px;
        width: 112%;
    }
}

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

.sectionFour .comnHdng {
    color: #fff;
}

.sectionFour .common-para {
    color: #fff;
}