@charset "utf-8";

/*====CSS Document====*/

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-family: "Poppins", 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;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*-----------------------
MAIN CSS START
------------------------*/

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}


/*========Header========*/

.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.header {
    float: left;
    width: 100%;
    height: 80px;
    margin-top: -80px;
    top: 80px;
    position: relative;
    background: #fff;
}

.fixed-nav .header {
    position: fixed;
    z-index: 10;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-top: 0;
    top: 0;
}

.logo {
    float: left;
    margin-top: 20px;
    max-width: 260px;
}

ul.topMenu {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}

ul.topMenu li {
    float: left;
    padding: 0 15px;
    position: relative;
}

ul.topMenu li a {
    color: #000;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

ul.topMenu li a:hover,
ul.topMenu li a.active {
    color: #1a3069;
}

a.nav-btn {
    float: right;
    width: 155px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    background: #034487;
    margin-top: 20px;
}


/*=====Banner-Section=======*/

.bnr-sec {
    float: left;
    width: 100%;
    background: url(../images/atypical-banner.jpg) center top no-repeat;
    padding: 120px 0 100px;
    height: 475px;
    position: relative;
}

.bnr-content {
    float: left;
    width: 100%;
    padding: 0px 0 0;
    position: relative;
}

.bnr-left {
    float: left;
    width: 56%;
    text-align: left;
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.bnr-hdg {
    loat: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bnr-hdg span {
    display: block;
    font-size: 54px;
    line-height: 62px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 0;
    color: #084584;
}

.bnr-para {
    float: left;
    width: 90%;
    color: #191919;
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
}

.bnr-sec .commn-btn {
    margin-top: 30px;
}

.bnr-img {
    position: absolute;
    top: 0;
    right: -11%;
}

.bnr-img_mtr {
    position: absolute;
    top: 20px;
    right: -7%;
}

.hr-mntr {
    position: absolute;
    top: 360px;
    right: 35%;
    z-index: 1;
}


/*=======Logos Section======*/

.logos-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.logos-hdg {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

ul.logos-list {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
}

ul.logos-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px
}

ul.logos-list li img {
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(1);
    width: 150px;
}

ul.logos-list li:nth-child(2) img {
    width: 100px;
}

ul.logos-list li:nth-child(3) img {
    width: 120px;
}

ul.logos-list li:hover img {
    filter: grayscale(0);
}


/*========Common-CSS========*/

.commn-hdg {
    color: #084584;
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.commn-hdg span {
    display: block;
    font-size: 43px;
    line-height: 50px;
    padding: 5px 0;
}

.commn-hdg.white-txt {
    color: #fff;
}

.commn-para {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.commn-para.white-txt {
    color: #fff;
}

.btn-bx {
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin-top: 45px;
}

.btn-bx {
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    width: 100%;
    margin-top: 40px;
}

.commn-btn {
    margin-top: 35px;
    display: inline-block;
    vertical-align: middle;
    max-width: 230px;
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    font-weight: 700;
    border-radius: 42px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    background: #034487;
    font-family: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-txt {
    color: #000;
    font-size: 11px;
    line-height: 22px;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.btn-txt.white-txt {
    color: #fff;
}

.btn-star {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}


/*========Section-strip========*/

.sec-strip {
    float: left;
    width: 100%;
    padding: 60px 0 40px;
    background: #fff;
}

.sec-strip-inr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin-top: 0;
    row-gap: 15px;
}

.sec-strip-lft {
    float: right;
    width: 63%;
    background: #fff;
}

ul.strip_lst {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    width: 100%;
    row-gap: 15px;
}

ul.strip_lst li {
    float: left;
    width: 32%;
    text-align: left;
    color: #000;
    font-size: 17px;
    line-height: 26px;
    position: relative;
}

ul.strip_lst li span {
    display: block;
    font-weight: 700;
    font-size: 19px;
    line-height: 27px;
    text-transform: capitalize;
    color: #1a3069;
    margin-bottom: 2px;
}

ul.strip_lst li img {
    display: block;
    margin: 0 auto 11px;
}

ul.strip_lst li:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ededed;
    top: 0;
    bottom: 0;
    right: -9px;
}

ul.strip_lst li:last-child:after {
    display: none;
}

.sec-strip-rit {
    float: left;
    width: 37%;
    text-align: left;
}

.strip-rit-hdg {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

.strip-rit-txt {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 10px;
}


/*========Section-1========*/

.sec1 {
    float: left;
    width: 100%;
    padding: 35px 0;
    position: relative;
    height: auto;
}

.s1-contnt {
    display: inline-block;
    width: 100%;
}

.s1-left {
    float: left;
    width: 46%;
    height: auto;
    position: relative;
}

img.sec1-img {
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
    max-width: 470px;
    /* height: 538px; */
}

.s1-strip {
    float: left;
    width: 100%;
    background: #084584;
    border-radius: 8px;
    padding: 20px 430px 20px 25px;
    position: relative;
    margin: 60px 0 0;
    z-index: 9;
    text-align: left;
}

.s1-strip .commn-hdg,
.s1-strip .commn-hdg span,
.s1-strip .commn-para {
    color: #fff;
}

.s1-strip .commn-btn {
    background: #fff;
    color: #034487;
}

.s1txt {
    display: inline-block;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 45px;
    text-align: left;
    font-weight: bold;
}

.s1-prod {
    position: absolute;
    top: -49px;
    right: 0;
    max-width: 434px;
    border-radius: 0 0 10px 0;
}

ul.s1-clik-lit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: left;
    width: 32%;
    margin-top: 3px;
    column-gap: 15px;
    row-gap: 8px;
}

ul.s1-clik-lit li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px;
    position: relative;
}

ul.s1-clik-lit li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 0;
}

.s1-img {
    position: absolute;
    left: 0;
    top: 0;
}

.s1-rgt {
    float: right;
    width: 60%;
    text-align: left;
    padding: 0px 0px 0px;
}

.s1-uls {
    float: left;
    width: 100%;
    margin: 28px 0 21px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: space-between;
}

.s1-uls li {
    float: left;
    width: 32%;
    position: relative;
    font-size: 17px;
    line-height: 25px;
    color: #2d2d2d;
}

.s1-uls li span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.s1-li-imgs {
    display: block;
    margin: 0 0 5px;
    max-width: 58px;
}

.s1-rgt .s2-row {
    margin-top: 20px;
    row-gap: 20px;
    column-gap: 10px;
}

.s1-rgt .s2-col {
    width: 32%;
}

.s1-rgt .s2-col .commn-btn {
    margin-top: 14px;
    max-width: 168px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.s1-rgt .s2-img-div {
    background: #f5f5f3;
}

.s1-rgt .s2-bx-img {
    max-width: 140px;
}

.s1-rgt .s2-bx-txt1 {
    min-height: auto;
}

.s1-bx {
    float: left;
    width: 100%;
    background: url(../images/s1-bx-bg.jpg)no-repeat center top;
    border-radius: 25px;
    padding: 35px 35px;
    margin-top: 20px;
}

.s3pic {
    position: absolute;
    top: 230px;
    left: 0;
    width: 630px;
}

.s3rgt {
    text-align: left;
    float: right;
    width: 43%;
    margin: 40px 0 0 0;
}

ul.s1-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: left;
    width: 100%;
    margin-top: 30px;
    row-gap: 30px;
}

ul.s1-list li {
    float: left;
    width: 49%;
    text-align: left;
    padding: 0 0 0 48px;
    font-weight: 400;
    position: relative;
    font-size: 17px;
    line-height: 26px;
}

.para2 {
    text-align: left;
}

ul.s1-list li span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

.li-tik {
    position: absolute;
    top: 0;
    left: 0;
}


/*========Section-2========*/

.sec2 {
    float: left;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
    background: #f1f1f1;
    text-align: center;
}

.s2-inr {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.s2-para {
    padding: 0 40px;
}

.s2-row {
    float: left;
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 35px;
    column-gap: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.s2-col {
    float: left;
    width: 23%;
    background: none;
    position: relative;
    padding: 0px;
    text-align: left;
}

.s2-img-div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: none;
    margin-bottom: 10px;
    padding: 15px 15px;
    border: 1px solid #ededed;
    border-radius: 15px;
}

.s2-bx-img {
    display: block;
    margin: 0 auto 10px;
    max-width: 200px;
}

.s2-bx {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.s2-bx-txt1 {
    color: #1a3069;
    font-size: 18px;
    line-height: 28px;
    min-height: 56px;
    font-weight: 600;
}

.s2-bx-txt2 {
    color: #292929;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin-top: 8px;
    font-weight: 700;
}

.s2-col .commn-btn {
    margin-top: 14px;
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.s2-bx-txt3 span:hover {}

.s2-bx-arw {
    display: none;
    float: right;
    margin: 4px;
}


/*========Section-3========*/

.sec3 {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 50px 0;
}

.s3_mid {
    display: inline-block;
    width: 100%;
}

.s3_mid_row {
    float: left;
    width: 100%;
    text-align: center;
}

.s3_mid_row .commn-para {}

.white {
    color: #fff;
}

.s3-prd {
    position: absolute;
    top: 40px;
    left: 53%;
    transform: translateX(-53%);
}


/*========Section-4========*/

.sec4 {
    float: left;
    width: 100%;
    padding: 0px 0 35px;
    text-align: left;
}

.s4-inr {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0px;
}

.s4-inr-lft {
    float: left;
    padding: 0px 0px 0px;
    position: relative;
    width: 100%;
    text-align: left;
}

.s4-inr-lft-txt {
    width: 100%;
    margin-top: 0;
    float: left;
}

.s4-prd1 {
    position: absolute;
    top: 114px;
    right: 15px;
}

ul.s4-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: left;
    row-gap: 15px;
    width: 100%;
    margin-top: 0px;
}

ul.s4-list li {
    float: left;
    width: 32%;
    text-align: left;
    padding: 0px 10px 0px 70px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

ul.s4-list li img {
    position: absolute;
    top: 0;
    left: 0;
}

ul.s4-list li span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 5px;
    font-weight: 700;
    color: #1a3069;
}

ul.s4-list li:nth-child(2) {}

ul.s4-list li:nth-child(3) {}

ul.s4-list li:nth-child(4) {}


/*========Section-4========*/

.sec5 {
    float: left;
    width: 100%;
    padding: 40px 0 40px;
    background: #fff;
}

.s5-inr {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.s5-sty-bx {
    float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    row-gap: 15px;
}

.s5sty-clo-bx {
    float: left;
    width: 49%;
    height: 310px;
    text-align: left;
    padding: 50px 15px 40px 290px;
    position: relative;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 15px 15px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 4px #e5e5e5;
    z-index: 1;
    font-size: 17px;
    line-height: 28px;
}

.s5_col-hdg {
    color: #1a3069;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.s5sty-clo-bx .commn-btn {
    margin-top: 14px;
    max-width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.s5sty-clo-bx:last-child {
    text-align: right;
    padding: 50px 290px 40px 15px;
}

.s5-co-img1,
.s5-co-img2 {
    position: absolute;
    top: -50px;
    left: -66px;
    z-index: -1;
}

.s5-co-img2 {
    top: 0;
    left: auto;
    right: -65px;
}


/*========Section-New arrival ========*/

.new-arivl-sec {
    float: left;
    width: 100%;
    padding: 50px 0 50px;
    background: #44c5bc;
}

.new-arivl-sec_cont {
    float: left;
    width: 100%;
}

.new-arivl-sec_cont .commn-hdg {
    color: #fff;
}

.s4-sty-bxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    float: left;
    row-gap: 15px;
    width: 100%;
    margin-top: 25px;
    column-gap: 13px;
}

.sty-clo-bxs {
    float: left;
    width: 19%;
    text-align: center;
    padding: 0px 0px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    position: relative;
    /*background: url(../images/sty-col-bx-bg1.jpg) no-repeat center top;
	height:202px;*/
}

.sty-clo-bxs:nth-child(2) {
    /*background: url(../images/sty-col-bx-bg2.jpg) no-repeat center top;*/
}

.sty-clo-bxs:nth-child(3) {
    /*background: url(../images/sty-col-bx-bg3.jpg) no-repeat center top;*/
}

.sty-clo-bxs:nth-child(4) {
    /*background: url(../images/sty-col-bx-bg4.jpg) no-repeat center top; width:49.4%; */
}

.sty-clo-bxs:last-child {
    /*background: url(../images/sty-col-bx-bg5.jpg) no-repeat center top; width:49.4%;*/
}

.lft_cont {
    float: left;
    width: 100%;
    text-align: center;
}

.lft_cont_img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 5px 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    background: #fff;
}

.sty_icons {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.sty-txt1 {
    float: left;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 5px;
}

.sty-hdg {
    float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    min-height: auto;
    text-transform: uppercase;
}

.sty-price {
    float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 7px;
}

.lft_cont .commn-btn {
    background: none;
    height: auto;
    width: auto;
    margin-top: 30px;
    line-height: 18px;
    font-size: 16px;
    text-decoration: underline;
    color: #07357d;
    font-weight: 700;
    float: left;
    text-transform: capitalize;
}


/*========footer==========*/

.footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0 40px;
    background: #efefef;
}

.ftr-logo {
    display: block;
    margin: 0 auto 25px;
}

.ftr-txt {
    color: #000;
    font-size: 17px;
    line-height: 28px;
}

.ftr-txt.margin-top {
    margin-top: 8px;
}

.ftr-txt a {
    padding: 0 3px;
}


/*-----------------------
		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);
    }
}


/*-----------------------
MEDIA-QUERY
------------------------*/

.show-mob,
.show-tab {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }
    .bnr-sec {
        padding: 100px 0px 100px;
    }
    .bnr-left {
        width: 56%;
    }
    ul.logos-list li {
        padding: 0 13px;
    }
    .bnr-img_mtr {
        right: -16%;
        max-width: 605px;
    }
    .hr-mntr {
        right: 25%;
    }
    .bnr-hdg {
        font-size: 28px;
    }
    .sec-strip-inr {
        column-gap: 10px;
    }
    ul.strip_lst {
        column-gap: 10px;
    }
    ul.strip_lst li span {
        font-size: 15px;
    }
    .strip-rit-hdg {
        font-size: 24px;
    }
    .sec1 {
        overflow: hidden;
    }
    .s1-left {
        width: 45%;
    }
    .s1-left:before {
        left: -514px;
    }
    .s1-img {
        left: -5%;
    }
    .s1txt {
        font-size: 40px;
    }
    .s1-prod {
        top: -73px;
        max-width: 190px;
    }
    .s1-rgt {
        width: 60%;
    }
    .s1-bx {
        padding: 55px 15px;
        margin-top: 25px;
        background-size: cover;
    }
    ul.s1-list li {}
    .s3pic {
        max-width: 550px;
    }
    ul.s1-list li:after {
        bottom: -14px;
    }
    img.sec1-img {
        left: 0;
        max-width: 437px;
    }
    ul.s1-clik-lit {
        margin-top: 10px;
        row-gap: 18px;
    }
    .lft_cont_img {
        padding: 15px 10px;
    }
    .sec2 {
        padding: 50px 0px;
    }
    .s2-row {
        column-gap: 13px;
    }
    .s5-col {
        width: 32%;
    }
    .s2-bx-txt1 {
        font-size: 17px;
    }
    .commn-hdg {
        font-size: 34px;
        line-height: 44px;
    }
    .s3_mid {
        background-position: 117%;
    }
    .s4-inr-lft {
        padding: 0px 0px 0px;
    }
    .s4-inr-lft-txt {
        margin-top: 0px;
    }
    .s4-prd1 {
        top: 135px;
        right: 15px;
        width: 300px;
    }
    ul.s4-list li {
        padding: 0px 15px 0px 65px;
    }
    .s4-sty-bxs {
        column-gap: 12px;
    }
    .sty-hdg {}
    .sty_icons {
        right: 10px;
    }
    .s5sty-clo-bx {
        height: auto;
        padding: 70px 15px 58px 240px;
    }
    .s5_col-hdg {
        font-size: 32px;
        line-height: 42px;
    }
    .s5sty-clo-bx:last-child {
        padding: 70px 260px 58px 15px;
    }
}

@media only screen and (max-width:1021px) {
    .container {
        width: 750px;
    }
    .show-tab {
        display: block;
    }
    .show-desk {
        display: none;
    }
    /*=====Menu-CSS========*/
    .mob-mnu-ic {
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 24px;
        z-index: 16;
        height: 30px;
    }
    .mob-mnu-ic button {
        outline: none;
        -webkit-appearance: none;
        background: none;
        padding: 0;
        cursor: pointer;
        border: none;
    }
    .mob-mnu-ic span {
        color: #000;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        font-weight: 300;
        margin-top: 4px;
        margin-right: 5px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 3px;
        background-color: #000;
        transition: 0.4s;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
    }
    .bar2 {
        margin: 6px 0;
    }
    .dl-active .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 5px);
        transform: rotate(-45deg) translate(-6px, 5px);
        background: #000;
    }
    .dl-active .bar2 {
        opacity: 0;
    }
    .dl-active .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
        background: #000;
    }
    .mobilemenu {
        left: 0;
        position: fixed;
        top: 70px;
        background: rgba(255, 255, 255, 1);
        z-index: 10;
        right: 0;
        bottom: 0;
        overflow: scroll;
        display: none;
        border-top: 1px solid #dddddd;
    }
    .mobilemenu li {
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }
    .mobilemenu li a {
        float: left;
        width: 100%;
        padding: 17px 20px;
        font-size: 18px;
        color: #000;
    }
    /*=====Common-CSS====*/
    .commn-hdg {
        font-size: 30px;
        line-height: 38px;
    }
    .commn-para {
        font-size: 17px;
        line-height: 27px;
        margin-top: 10px;
    }
    .btn-bx {
        margin-top: 30px;
    }
    /*====Header======*/
    .top-fix-bar {
        margin-bottom: 70px;
    }
    .header {
        height: 70px;
        margin-top: -70px;
        top: 70px;
    }
    .logo {
        max-width: 170px;
        margin-top: 15px;
    }
    .mobimenu-top {
        top: 69px;
    }
    ul.topMenu {
        margin-top: 25px;
    }
    ul.topMenu li {
        padding: 0 10px;
    }
    a.nav-btn {
        margin-top: 10px;
    }
    /*=====Banner-Section======*/
    .bnr-sec {
        padding: 72px 0 48px;
        height: auto;
        background-size: cover;
    }
    .bnr-left {
        width: 60%;
        margin-top: 0px;
    }
    .bnr-img_mtr {
        right: -25%;
        max-width: 475px;
    }
    .bnr-hdg {
        font-size: 22px;
        line-height: 32px;
    }
    .bnr-hdg span {
        font-size: 44px;
        line-height: 56px;
    }
    .bnr-img {
        max-width: 625px;
        right: -27%;
    }
    .bnr-para {
        font-size: 17px;
        line-height: 27px;
        margin-top: 15px;
        width: 90%;
    }
    .commn-btn {
        margin-top: 25px;
    }
    .hr-mntr {
        right: 6%;
        top: 325px;
    }
    .sec-strip {
        padding: 81px 0 40px;
    }
    .sec-strip-inr {
        margin-top: -70px;
        column-gap: 7px;
        justify-content: center;
    }
    .sec-strip-lft {
        width: 100%;
    }
    .sec-strip-rit {
        width: 100%;
        padding: 20px 15px;
    }
    .logos-sec {
        padding: 30px 0;
    }
    ul.logos-list {
        margin-top: 0;
    }
    ul.logos-list li {
        padding: 0 15px;
        margin-top: 20px;
    }
    /*====Section-1=====*/
    .sec1 {
        padding: 0px 0;
    }
    .s1-left {
        width: 100%;
        height: auto;
        float: none;
        display: inline-block;
        text-align: center;
    }
    .s1-left:before {
        left: -208px;
        display: none;
    }
    .s1-rgt {
        width: 100%;
        text-align: center;
    }
    .s1txt {
        font-size: 28px;
    }
    .s1-prod {
        top: -66px;
        max-width: 137px;
    }
    .s1-img {
        position: static;
        margin: 10px 0 0;
        max-width: 100%;
    }
    .s1-bx {
        padding: 30px 15px;
        margin-top: 25px;
    }
    .s1_li_bx {
        width: 95%;
        padding: 10px 10px;
        margin-top: -40px;
    }
    .s1-list-txt1 {
        font-size: 18px;
        line-height: 28px;
    }
    .s1-list-txt2 {
        font-size: 15px;
        line-height: 25px;
    }
    .sec1-img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto 10px;
        max-width: 500px;
    }
    ul.s1-list {
        margin-top: 25px;
    }
    ul.s1-list li:after {
        bottom: -5px;
    }
    img.sec1-img {
        max-width: 100%;
        position: static;
        display: block;
        margin: 20px auto 15px;
    }
    .s1-uls li {
        width: 100%;
        text-align: left;
    }
    .s1-prod {
        max-width: 100%;
        position: static;
    }
    .s1txt {
        text-align: center;
    }
    ul.s1-clik-lit {
        margin-top: 0;
        row-gap: 7px;
        width: 100%;
        justify-content: center;
    }
    ul.s1-clik-lit li {
        width: 23%;
    }
    /*====Section-2=====*/
    .sec2 {
        padding: 40px 0;
        text-align: center;
    }
    .s2-para {
        padding: 0;
    }
    .s2-row {
        justify-content: center;
        column-gap: 25px;
    }
    .s2-col {
        width: 48%;
        text-align: center;
    }
    .s2-bx-txt3 {
        padding: 16px 15px 20px;
    }
    .s2-bx {
        text-align: center;
    }
    /*====Section-3=====*/
    .sec3 {
        padding: 40px 0;
    }
    .s3_mid_row {
        float: left;
        width: 100%;
        text-align: center;
    }
    .s3pic {
        position: static;
        margin: 0 auto 0;
        display: block;
    }
    ul.s1-list li {
        width: 48%;
    }
    .s3rgt {
        width: 100%;
        text-align: center;
    }
    .s3_mid {
        padding: 0px 0px;
    }
    .s3_mid_row .commn-para {
        width: 100%;
    }
    .s3-prd {
        position: static;
        margin: 15px auto 0;
        transform: translateX(-0%);
    }
    .new-arivl-sec {
        padding: 40px 0;
    }
    .new-arivl-sec_cont {
        text-align: center;
    }
    .sec4 {
        padding: 0px 0 40px;
    }
    .s4-inr-lft {
        padding: 0px;
        width: 100%;
    }
    .s4-prd1 {
        top: 41px;
        right: 15px;
        width: 271px;
    }
    .s4-inr-lft-txt {
        margin-top: 0px;
    }
    ul.s4-list {
        width: 100%;
        margin: 15px 0 0 0;
        column-gap: 10px;
    }
    ul.s4-list li {
        font-size: 16px;
        line-height: 26px;
        padding: 0px 0px;
        text-align: center;
    }
    ul.s4-list li span {
        font-size: 17px;
        line-height: 27px;
    }
    ul.s4-list li img {
        position: static;
        display: block;
        margin: 0 auto 10px;
    }
    .s4-sty-bxs {
        column-gap: 9px;
        margin-top: 20px;
        justify-content: center;
    }
    .lft_cont {
        width: 100%;
    }
    .sty_icons {
        right: 0;
    }
    .sty-clo-bxs:nth-child(1) .sty_icons,
    .sty-clo-bxs:nth-child(2) .sty_icons,
    .sty-clo-bxs:nth-child(3) .sty_icons {
        max-height: 120px;
    }
    .sty-hdg {
        font-size: 14px;
        min-height: 55px;
    }
    .s5sty-clo-bx {
        height: auto;
        padding: 60px 15px 50px 140px;
    }
    .s5sty-clo-bx:last-child {
        padding: 60px 170px 50px 15px;
    }
    .s5_col-hdg {
        font-size: 26px;
        line-height: 36px;
    }
    .s5-co-img1 {
        top: -5px;
    }
    .s5-co-img2 {
        top: -5px;
    }
    /*====Footer=====*/
    .footer {
        padding: 40px 0 30px;
    }
    .ftr-logo {
        margin: 0 auto 20px;
    }
    .ftr-txt {
        font-size: 14px;
        line-height: 22px;
    }
}

@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;
    }
    /*=====Common-CSS====*/
    .commn-hdg {
        font-size: 22px;
        line-height: 30px;
    }
    .commn-hdg span {
        font-size: 26px;
        line-height: 36px;
        padding: 0;
    }
    .commn-para {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .btn-bx {
        margin-top: 30px;
    }
    /*====Header======*/
    .top-fix-bar {
        margin-bottom: 55px;
    }
    .header {
        height: 55px;
        margin-top: -55px;
        top: 55px;
        border-bottom: 1px solid #ddd;
    }
    .logo {
        max-width: 160px;
        margin-top: 15px;
    }
    .mob-mnu-ic {
        right: 15px;
        top: 13px;
    }
    .mobilemenu {
        top: 59px;
    }
    .mobimenu-top {
        top: 59px;
    }
    /*=====Banner-Section======*/
    .bnr-sec {
        padding: 0 0 30px;
        background-image: linear-gradient(#f0efed, #eeeeec, #f0efed);
    }
    .bnr-content {
        width: 100%;
        text-align: center;
        padding: 0px 0 0;
    }
    .bnr-left {
        width: 100%;
        text-align: center;
        margin: 0;
        padding-top: 25px;
    }
    .bnr-rating-txt {
        font-size: 18px;
    }
    .bnr-hdg {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    .bnr-hdg span {
        font-size: 28px;
        line-height: 36px;
        margin-top: 2px;
    }
    .mob-bnr-img {
        display: inline-block;
        vertical-align: middle;
        margin: 10px auto 0px;
        max-width: 100%;
    }
    .bnr-para {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }
    .commn-btn {
        margin-top: 20px;
        max-width: 220px;
        width: 100%;
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }
    .bnr-sec .commn-btn {
        margin-top: 18px;
    }
    .sec-strip {
        padding: 0px 0 25px;
    }
    .sec-strip-inr {
        margin-top: 0;
    }
    .sec-strip-lft {
        padding: 0px;
    }
    .sec-strip-rit {
        padding: 15px 10px;
        text-align: center;
    }
    ul.strip_lst {
        column-gap: 10px;
        justify-content: center;
    }
    ul.strip_lst li {
        width: 100%;
        text-align: center
    }
    ul.strip_lst li:after {
        display: none;
    }
    .strip-rit-hdg {
        font-size: 20px;
        line-height: 28px;
    }
    .strip-rit-txt {
        font-size: 16px;
        line-height: 26px;
    }
    /*====Section-1=====*/
    .sec1 {
        padding: 20px 0px 25px 0;
    }
    .s1-contnt {}
    .sec1-img {
        max-width: 100%;
    }
    .s1-img {
        margin: 6px 0 -7px;
        max-width: 95%;
    }
    .s1-rgt {
        width: 100%;
        text-align: center;
    }
    .s1-uls li {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
    }
    .s1-uls li img {
        display: block;
        margin: 0 auto 5px;
    }
    .mob-s1-img {
        width: 250px;
        display: block;
        margin: 20px auto 0;
    }
    .s1-bx {
        padding: 0 15px 28px;
        margin-top: 25px;
        background-size: cover;
    }
    ul.s1-list {
        margin: 20px auto 0;
        float: none;
        row-gap: 20px;
        max-width: 355px;
    }
    ul.s1-list li {
        text-align: center;
        padding: 0;
        font-size: 15px;
        line-height: 24px;
    }
    .li-tik {
        position: static;
        margin: 0 auto 3px;
        max-width: 20px
    }
    ul.s1-list li:after {
        bottom: 0px;
        border-bottom: 3px solid #f2f2f2;
    }
    ul.s1-list li span {
        font-size: 18px;
        line-height: 22px;
    }
    .s1-strip {
        margin-top: 10px;
        padding: 10px 10px 10px 20px;
        text-align: center;
    }
    .s1-prod {
        display: inline-block;
        margin: 10px -17px -10px 0px;
        vertical-align: middle;
    }
    .s1-list-txt1 {
        font-size: 17px;
        line-height: 27px;
    }
    .s1-list-txt2 {
        font-size: 16px;
        line-height: 26px;
    }
    .s1-rgt .s2-col {
        width: 100%;
        max-width: 355px;
        padding: 0 0 10px;
        box-shadow: 0px 0px 5px #ccc;
    }
    .s1-rgt .s2-bx-txt2 {
        font-size: 20px;
        line-height: 30px;
    }
    ul.s1-clik-lit {
        column-gap: 10px;
    }
    ul.s1-clik-lit li {
        width: 31%;
    }
    /*====Section-2=====*/
    .sec2 {
        padding: 25px 0;
        text-align: center;
    }
    .s2-row {
        justify-content: center;
        margin-top: 16px;
        row-gap: 25px;
    }
    .s2-col {
        width: 100%;
    }
    .s2-bx-txt3 {
        padding: 16px 15px 20px;
    }
    .s2-bx-txt1 {
        min-height: auto;
    }
    .s2-col .commn-btn {
        margin-top: 5px;
    }
    /*====Section-new-arrival=====*/
    .new-arivl-sec {
        padding: 25px 0;
    }
    /*====Section-3=====*/
    .sec3 {
        padding: 25px 0;
        text-align: center;
    }
    .s3_mid {
        max-width: 100%;
    }
    .s3_mid_row {
        margin-top: 0;
    }
    .s3rgt {
        margin-top: 10px;
    }
    .s3pic {
        max-width: 100%
    }
    .s3_row_inner {
        width: 100% !important;
        text-align: center;
        padding: 0 0;
    }
    .s3_row_inner img {
        position: static;
    }
    .s3_row_inner:nth-child(2) {
        margin: 20px 0 20px;
    }
    /*====Section-4=====*/
    .sec4 {
        padding: 10px 0 25px;
        height: auto;
    }
    .s4-inr {
        width: 100%;
    }
    .s4-inr-lft {
        text-align: center;
        float: none;
        display: inline-block;
        width: 100%;
    }
    ul.s4-list {
        margin-top: 15px;
        row-gap: 20px;
        column-gap: 10px;
        justify-content: center;
    }
    ul.s4-list li {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        padding: 15px 10px;
        box-shadow: 0px 0px 5px #ccc;
    }
    ul.s4-list li span {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }
    .s4-inr-lft-txt {
        width: 100%;
        margin-top: 0px;
        float: none;
        display: inline-block;
        text-align: center;
    }
    .s4-prd1 {
        display: block;
        position: static;
        margin: 8px auto 0;
        width: 252px;
    }
    ul.s4-list li img {
        width: 40px;
    }
    .s4-sty-bxs {
        column-gap: 9px;
        margin-top: 20px;
        justify-content: center;
    }
    .sty-clo-bxs,
    .sty-clo-bxs:nth-child(4),
    .sty-clo-bxs:last-child {
        width: 100%;
        height: auto;
        padding: 0px 0px 10px;
        text-align: center;
    }
    .sty-txt1 {
        font-size: 16px;
        line-height: 26px;
    }
    .sty-hdg {
        font-size: 16px;
        line-height: 26px;
        min-height: auto;
    }
    .sty-price {
        font-size: 18px;
    }
    .sty-clo-bxs:nth-child(1) .sty_icons,
    .sty-clo-bxs:nth-child(2) .sty_icons,
    .sty-clo-bxs:nth-child(3) .sty_icons,
    .sty-clo-bxs:nth-child(4) .sty_icons,
    .sty-clo-bxs:nth-child(5) .sty_icons {
        max-height: 150px;
        right: 15px;
    }
    .lft_cont .commn-btn {
        margin-top: 20px;
    }
    /*====Section-5=====*/
    .sec5 {
        padding: 25px 0 25px;
        border-top: 1px solid #ededed;
    }
    .s5-sty-bx {
        margin-top: 20px;
        justify-content: center;
    }
    .s5sty-clo-bx,
    .s5sty-clo-bx:last-child {
        width: 100%;
        text-align: center;
        padding: 35px 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .s5-co-img1,
    .s5-co-img2 {
        position: static
    }
    .s5_col-hdg {
        font-size: 20px;
        line-height: 30px;
    }
    /*====Footer=====*/
    .footer {
        padding: 30px 0 30px 0;
    }
    .ftr-logo {
        width: 140px;
        margin: 30px auto 15px;
    }
}