html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

ol,
ul {
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
}
h2 span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: block;
    color: #E66202;
    margin-bottom:5px
}
@media (max-width: 768.9px) {
h2 {
    font-size: 26px;
    line-height: 35px;
}
h2 span {
    font-size: 16px;
    line-height: 25px;
}
}
.textOrange {
    color: #E66202;
}
.bgBlack {
    background: #000;
}
.btn-text1:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #95DF89;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

@font-face {
    font-family: 'HelveticaNeueMediumExtended';
    src: url('../fonts/HelveticaNeueMediumExtended.eot');
    src: url('../fonts/HelveticaNeueMediumExtended.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueMediumExtended.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMediumExtended.woff') format('woff'),
        url('../fonts/HelveticaNeueMediumExtended.ttf') format('truetype'),
        url('../fonts/HelveticaNeueMediumExtended.svg#HelveticaNeueMediumExtended') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('../fonts/HelveticaNeueUltraLight.eot');
    src: url('../fonts/HelveticaNeueUltraLight.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueUltraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueUltraLight.woff') format('woff'),
        url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype'),
        url('../fonts/HelveticaNeueUltraLight.svg#HelveticaNeueUltraLight') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueW0166MediumIt';
    src: url('../fonts/HelveticaNeueW0166MediumIt.eot');
    src: url('../fonts/HelveticaNeueW0166MediumIt.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeueW0166MediumIt.woff2') format('woff2'),
        url('../fonts/HelveticaNeueW0166MediumIt.woff') format('woff'),
        url('../fonts/HelveticaNeueW0166MediumIt.ttf') format('truetype'),
        url('../fonts/HelveticaNeueW0166MediumIt.svg#HelveticaNeueW0166MediumIt') format('svg');
}


/* Header */

.header {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

header .container {
    max-width: 1300px;
}

.navbar {
    padding: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
    z-index:99;
}

.navbar-brand img {
    height: 40px;
}

.nav-item a {
    color: #000;
    transition: all 0.2s linear;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.nav-item a:hover, {
    color: #000;
    font-weight: 700;
    background-color: #FED606;
}
.promo {
    background: #E66202;
    color:#fff;
    padding: 5px;
}
.promo p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: center;
}
.promo span {
   color: #FED606;
}

.orderNwbtn.btn-1 {
    margin-left: 65px;
    border: 1px solid #B39700;
    background: #FED606;
    color: #000 !important;
    font-size: 18px;
}
header.fixed-top .orderNwbtn.btn-1 {
    border: 1px solid #B39700;
    background: #FED606;
    color: #000 !important;
    transition: .3s ease-in-out;
}
.orderNwbtn {
    border: 1px solid #B39700;
    background: #FED606;
    color: #000!important;
    font-weight: 600;
    border-radius: 10px;
    letter-spacing: 0.1px;
    padding: 14px 20px;
    transition: all 0.2s linear;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 27.32px;
    text-align: center;
    line-height: normal;
    /* display: flex;
    gap: 3px; */
    align-items: center;
    display: block;
    box-shadow: 0px 4px 8px 0px #0000001A;
}


.orderNwbtn span {
    color: #000;
    padding-right: 0px;
}

.orderNwbtn span:hover {

    color: #fff;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-right: 13px;
    margin-left: 13px;
    border-bottom: solid 4px #FFF;
}

    .navbar-expand-lg .navbar-nav .nav-link:hover {
        border-bottom-color: #FED606;
    }

/* Header */






.bannerMain {
    position: relative;
    width: 100%;
    display: flex;
}

.bannerMain .container {
    max-width: 1300px;
    position: relative;
}

.ratingAr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bannerMain .context {
    padding-left:4.5rem!important;
}

.ratingAr img {
    height: 20px;
    margin-right: 10px;
}

.ratingAr p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.bannerMain h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    text-align: left;
}
.bannerMain h1 span {
    position: relative;
    z-index: 1;
}
.bannerMain h1 span::after {
    content: " ";
    background: #FED6064A;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.bannerMain h1+p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 21px;
}

/* .bannerMain span {
    color: #1B9AD5;
} */

.bannerMain p {
    font-family: 'Poppins';
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;

}

bannerMain ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
} 

 .bannerMain li {
    position: relative;
    padding-left: 34px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight:700;
}

.bannerMain li::after {
    content: " ";
    background: url("https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/check.svg") no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
} 

/* .amazonAr {
    background: #FFF1CE;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
} */

/* .amazonAr p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
} */

.bannerMain .orderNwbtn {
    display: inline-block;
    font-size: 18px;
    padding: 14px 55px;
    margin-bottom: 11px;
}

.bannerMain .orderNwbtn span {
    color: #000
}

.bannerMain .orderNwbtn span:hover {
    color: #fff;
}
.btm-bg {
    background: url("https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/btm_banner.png") bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}
.shipArs {
    display: flex;
    align-items: center;
}

.greenImg {
    height: 16px;
    margin-right: 5px;
}

.shipArs p,
.shipArs span {
    font-size: 11px !important;
    margin-bottom: 0;
}

.stocks {
    height: 14px;
    margin: 0 5px;
}

.bnrImg3 {
    position: absolute;
    top: 60%;
    left: 43%;
}

.bannerImg2 {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 50%;
    bottom: 0;
}

.bannerImg2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.secSub {
    padding: 3rem 0 0 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,246,217,1) 5%, rgba(255,246,217,1) 5%);
}
.secSub h2 {
    text-align:left
}
.secureAr {
    padding: 3rem 6rem;
}

/* .secureAr h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 2.5rem;
}

.secureAr h2 span {
    position: relative;
    z-index: 1;
}

.secureAr h2 span::after {
    content: " ";
    background: #1B9AD5;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 9px;
    z-index: -1;
} */
.secureArInr h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom:0px
}

.secureArInr p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.secureArInr img {
    margin-bottom: 8px;
}

.secureArInr.secureArInr-1 img {
    margin-bottom: 15px;
    width: auto;
    object-fit: contain;
}




.secureAr .col-md-4 img{
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.secureAr .col-md-4 div {
    width: calc(100% - 40px );
    padding-left: 20px;
}

.secureAr .col-md-4 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.secureAr .col-md-4 p{
    color: #fff;
}
/* 
.secureArInrMob {
    display: none;
} */

/* .secureArInrMob .slick-prev,
.secureArInrMob .slick-next {
    display: none !important;
} */

.sec2 {
    background: #000;
    color:#fff;
    margin-top: -10px;
}
.sec2 img {
    width: 700px;
}
.sec2 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.sec3 {
    padding: 2rem 0 3rem;
}

.sec3Hd {
    text-align: center;
    margin-bottom: 3rem;
}

.sec3Hd img {
    height: 80px;
    margin-bottom: 20px;
}

.sec3Hd h2 {
    margin-bottom: 20px;
}

.sec3Cnt1 h2 {
    font-size: 28px;
    font-weight: bold;
    line-height:38px;
    margin-bottom:20px;
    text-align:left;
}

.sec3Cnt1 p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height:30px;
}

.sec3Cnt1 ul {
    list-style: none;
    padding-left: 0;
}

.sec3Cnt1 li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 8px;
}

.sec3Cnt1 li::after {
    content: " ";
    background: url(https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/blue-tick.png) no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.sec3Cnt4 .col-md-5 {}



.sec3Cnt1 {
    padding-bottom: 5rem;
}
.sec3Cnt1.sec3Cnt4{
    padding-bottom:3.6rem;
}
.sec3Cnt6 {
    margin-bottom: 2rem;
}


.sec3Cnt6 img {
    width: 100px;
    object-fit: contain;
}

.sec3Cnt6 p {
    text-align: center;
    font-size: 20px;
}

.sec3Cnt7 {
    max-width: 325px;
    width: 100%;
    margin-top: 1rem
}

.sec3Cnt7 .orderNwbtn {
    display: inline-block;
    max-width: 320px;
    font-size: 20px;
    width: 100%;
    line-height:26px;
}

.sec3Cnt7 .shipArs {
    justify-content: center;
}



.sec4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.sec4 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 54px;
}

.sec4Inr {
    background: #FDFBF5;
    margin-bottom: 16px;
    border-radius: 10px;
    text-align:center;
}

.sec4Cnt {
    padding: 20px;
}

.sec4Cnt img {
    height: 20px;
    margin-bottom: 10px;
}

.sec4Cnt h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 5px;
}

.sec4Cnt p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 400;
}

.sec4Cnt h6 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 400;
}

.sec4Cnt h6 span {
    font-weight: 400;
    color: #43A047;
}

.sec4 .col-md-4 {
    margin-bottom: 25px;
}



.sec5 {
    padding: 4rem 0 1rem;
}
.sec5-1 {
    background: #fafafa;
}


.sec5 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    margin-bottom: 54px;
    font-weight: bold;
}




.sec5 .amazonAr {
    background: #FCD46E
}

.sec5 .shipArs p {
    color: #000;
}


/* 
.sec6 {
    padding: 3rem 0;
}

.sec6Hd {
    text-align: center;
}

.sec6Hd h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 15px;
}

.sec6List {
    display: flex;
    align-items: flex-start;
    margin-bottom: 4rem;
}

.sec6List img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.sec6List div {
    width: calc(100% - 40px);
    padding-left: 15px;
}

.sec6List h3 {
    font-size: 20px;
    font-weight: bold;
}

.sec6List p {
    font-size: 16px;
}

.sec6 .row .col-md-4:nth-child(2) {
    text-align: center;
}

.sec6 .row .col-md-4:nth-child(2) img {
    height: 450px;
    object-fit: contain;
}

.sec6Cnt1 {
    padding-top: 4rem;
}

.sec6Cnt1 h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
}

.sec6Cnt1Inr .col-md-3,
.sec6Cnt1InrMbInr {
    text-align: center;
}

.sec6Cnt1Inr .col-md-3 img,
.sec6Cnt1InrMbInr img {
    height: 40px;
    margin-bottom: 15px;
}

.sec6Cnt1Inr .col-md-3 h4 {
    font-size: 17px;
}

.sec6Cnt1InrMbInr img {
    margin: 0 auto 10px;
}

.sec6Cnt1InrMbInr h4 {
    font-size: 15px !important;
} */



.sec7 {
    padding: 0rem 0 3rem;
}

.sec7 img.grtn {
    height: 200px;
    object-fit: contain;
}

.sec7 .col-md-3 {
    text-align: center;
}

.sec7 h3 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}



/* .sec8 .bannerMain h1 {
    font-size: 40px;
}

.sec8 .bannerMain ul {
    list-style: disc;
    padding-left: 20px;
}

.sec8 .bannerMain li {
    padding-left: 0;
}

.sec8 .bannerMain li:after {
    display: none;
}

.sec8 .bannerImg2 {
    height: 720px;
} */


.sec9 {
    padding: 7rem 0;
}

.sec9 h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
}


.custmFtr {
    background: #2A2A2A;
    padding: 49px 0;
    text-align: center;
    margin-top:4rem;
}

.custmFtr p,
.custmFtr p a {
    color: #7C7C7C;
    font-size: 15px;
}

.custmFtr p a {
    padding: 0 10px;
}

.accordion-item {
    margin-bottom: 10px;
    background:transparent;
    border: 1px solid #CACACA;
    border-radius: 4px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #E6EEF9;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
    border-radius: 4px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    padding-top: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/minus.svg');
    transform: none;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button::after {
    background-image: url("https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/plus.svg");
    background-size: contain;
    width: 20px;
    height: 20px;
}

.accordion-button {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    background-color: transparent;

}
.accordion-button:not(.collapsed) {
    font-weight: 700;
}
.accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}
.accordion-body li{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
}

.accordion-button:focus {
    box-shadow: none;
}



/*

==============================================

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

    }

}



.mobCtaBtn {
    display: none;
}



@media (max-width: 1400px) {}

@media (max-width: 1199px) {

    /*.bannerImg2 img{object-fit: unset;}*/

    .ratingAr img {
        margin-right: 10px;
    }

    .ratingAr p {
        font-size: 12px !important;
    }

    .bannerImg2 {
        height: auto;
        width: 48%;
        max-width: 100%;
    }



    .bannerMain h1 {
        font-size: 35px;
        margin-bottom: 10px;
        padding-right: 0px;
        line-height: normal
    }



    .bannerMain li {
        font-size: 17px;
    }

    .bannerMain ul {
        margin-bottom: 20px;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 20px;
    }

    .sec3Cnt1 {
        padding-bottom: 4rem;
    }

    .sec3Cnt1 h2 {
        padding-top: 0;
    }


    .cmpcol3Inr h3 {
        padding: 8px 0;
    }

    /* .sec6Cnt1 {
        padding-top: 0rem;
    } */

    .sec7 h3 {
        font-size: 32px;
    }

    .sec8 .bannerMain h1 {
        font-size: 30px;
    }

    /*.sec8 .bannerImg2 {*/
    /*    height: 550px;*/
    /*}*/

    .sec8 .shipArs p {
        margin-bottom: 0;
    }


    /* .featSml p{font-size: 12px;} */

}
@media (min-width: 1024px) {
.secSub {
    padding: 3rem 0 3rem 0;
}
}
@media (max-width: 991.9px) {

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: 9999999;
        background: #fff;
    }


    .navbar-toggler {
        padding: 0;
        margin-left: auto;
        margin-right: -34px;
        margin-top: 5px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
        border: none;
        outline: none;
    }

    .nav-link {
        border-bottom: none !important;
        padding-bottom: 6px !important;
    }

    .nav-item:hover {
        background: #FED606
    }
    .sec2 img {
        width: 500px;
        margin-left: 25px;
    }
    .bnrImg3 {
        top: 60%;
        left: 37%;
    }
    .secureAr .col-md-4 img {
        width: 35px;
        height: 35px;
    }

    .secureAr .col-md-4 div {
        padding-left: 15px;
    }

    .sec3Cnt1 {
        padding-bottom: 2rem;
    }

    .sec4Cnt {
        padding: 20px 10px;
    }


    .cmpcol3Inr h3 {
        padding: 3px 0;
    }

    .sec7 h3 {
        font-size: 25px;
    }

    .sec8 .bannerImg2 {
        height: 410px;
    }

}

@media (max-width: 767px) {

    .cmpcol2Inr1 {
        min-height: 57px;
        padding: 16px 0 !important;
    }
}

@media (max-width: 767px) {

    header .orderNwbtn {
        display: none;
    }

    /* .featSml{display: none;} */

    /* .featSmlmob{display: block;} */

    .bannerImg2 {
        display: none;
    }

    .bannerMain {
        padding-top: 0;
        padding-bottom: 1.5rem;
        background: none;
    }

    /* 
    .ratingAr {
        flex-direction: column;
    } */

    .ratingAr img {
        height: 25px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .bannerMain h1 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .bannerMain p {
        font-size: 17px;
        line-height:25px;
        margin-bottom: 15px;
        text-align: center;
    }

    /* .bannerMain p br {
        display: none;
    } */

    .bannerMain p b {
        display: block;
    }

    /* .amazonAr p {
        font-size: 14px !important;
        margin-bottom: 0;
    } */

    .bannerMain .orderNwbtn {
        display: block;
        max-width: 400px;
        margin: 0 auto 10px;
        text-align: center;
    }

    .shipArs {
        justify-content: center;
    }

    .shipArs p,
    .shipArs span {
        margin-bottom: 0 !important;
    }

    .shipArs p b {
        display: inline-block;
    }

    .testiAr {
        padding-top: 20px;
    }

    .revimg {
        height: 80px;
        width: 80px;
    }

    .testiAr div {
        width: calc(100% - 80px);
        padding-left: 10px;
    }

    .testiAr div h2 {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .testiAr div h2 img {
        height: 22px;
        margin-right: 10px;
    }

    .secureAr h2 {
        font-size: 26px;
    }

    /* .secureAr h2 br {
        display: none;
    } */

    .secureAr h2 span::after {
        height: 5px;
    }

    .secureAr {
        padding: 0rem 0 1rem;
    }

    /* .secureArInr {
        display: none;
    } */

    /* .secureArInrMob {
        display: block;
    }

    .secureArInrMobMain h3 {
        font-size: 18px;
    } */

    /* .slick-dots li button:before {
        opacity: 1;
        color: #D9D9D9;
        font-size: 12px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 0.40;
        color: #D9D9D9;
        font-size: 12px;
    }

    .slick-dots li {
        margin: auto;
    }

    .slick-dots {
        bottom: -35px;
    } */
/* 
    .secureArInrMobMain {
        justify-content: center;
    } */

    .testiAr p {
        text-align: left !important
    }

    .sec3 {
        padding: 0rem 0 0;
    }

    .sec3Hd img {
        height: 60px;
        margin-bottom: 10px;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 15px;
    }



    .sec3Cnt4 .row .col-md-5 {
        order: 2;
    }

    .sec3Cnt4 .row .col-md-7 {
        order: 1;
    }

    .sec3Cnt6 img {
        object-fit: contain;
    }

    .sec3Cnt6 .col-md-8 {
        align-items: flex-start;
    }

    .sec3Cnt6 p {
        text-align: left;
        font-size: 16px;
    }

    .sec3Cnt7 .orderNwbtn {
        max-width: 400px;
    }

    /* .sec3Cnt1 h2 {
        padding-top: 20px;
    } */

    /* .sec4 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    } */
/* 
    .sec4 h2 br {
        display: none;
    } */

    /* .sec4Cnt {
        padding: 20px;
    } */

    /* .sec4Cnt p {
        font-size: 16px;
        line-height: 25px;
    } */

    /* .sec4Cnt h6 {
        font-size: 14px;
    } */


    .tickImg,
    .crossImg {
        height: 20px !important;
    }

    /* .sec5 h2 {
        font-size: 26px;
    } */

    /* .sec5 {
        padding: 3rem 0;
    } */

    /* .sec4 {
        padding-bottom: 1rem;
    } */



    .sec5Mob {
        padding: 2rem 0;
    }

    /* .sec6 {
        padding: 1rem 0;
    }

    .sec6Hd {
        margin-bottom: 2rem;
    }

    .sec6Hd h2 {
        font-size: 26px;
    }

    .sec6Hd h2 br {
        display: none;
    }

    .sec6 .row .col-md-4:first-child {
        order: 2;
    }

    .sec6 .row .col-md-4:nth-child(2) {
        order: 1;
        margin-bottom: 2rem;
    }

    .sec6 .row .col-md-4:nth-child(3) {
        order: 3;
    }

    .sec6List {
        margin-bottom: 1rem;
    }

    .sec6List h3 {
        font-size: 18px;
    }

    .sec6Cnt1 {
        padding-top: 1rem;
    }

    .sec6Cnt1 h4 {
        font-size: 22px;
        margin-bottom: 1.5rem;
    } */
    /* 
    .sec7 {
        padding: 2rem 0;
    } */

    /* .sec7 img.grtn {
        height: 150px;
        margin-bottom: 20px;
    }

    .sec7 .col-md-7 {
        text-align: center;
    } */

    /* .sec7 h3 {
        font-size: 26px;
    } */

    .sec8 .bannerMain h1 {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 2rem;
    }

    /* .sec9 h3 {
        font-size: 26px;
        margin-bottom: 20px;
    } */

    /* .sec9 {
        padding: 0rem 0 3rem;
    } */

    .sec8 .bannerMain ul {
        list-style: none;
        padding-left: 0;
    }

    .sec8 .bannerMain li {
        padding-left: 35px;
    }

    .sec8 .bannerMain li::after {
        display: block;
    }

    .custmFtr p,
    .custmFtr p a {
        font-size: 13px;
    }

    .mobCtaBtn {
        display: block;
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 15px 20px;
        z-index: 2;
    }

    .mobCtaBtn a {
        display: block;
        font-size: 18px;
    }



}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {

        max-width: 1140px;

    }

}

.d-none {
    display: none;
}

.trans {
    transition: 0.4s ease;
}

.cmpcol3-1 {
    margin-top: 17px;
}

.cmpcol3-2 {
    margin-top: 17px;
}

/* new */
header.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* Ensures the header is on top of other elements */
}

/* newwwwwwwwwwwwwwwwww */
.s5CompBox {
    display: inline-block;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    margin: 130px auto 51px;
    border: 1px solid #EDEDED;
}

.s5Col2Prod,
.s5Col3Prod {
    display: block;
    max-width: 100%
}

.s5Col1 {
    float: left;
    width: 40%;
    padding: 15px 0 0;
}

.s5Col1 ul li {
    float: left;
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    /* background: url(../https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/new_index/comp-point.png) 22px 25px no-repeat  */
}

.s5Col1 ul li:last-child {
    border: none
}

.s5Col1 ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px
}

.s5Col2 {
    float: left;
    width: 18%;
    border: 1px dotted #AE8B20;
    background: #FFF6D9;
    border-radius: 8px;
    margin: -95px 15px -25px 0;
}

.s5Col2.s5Col3 {
    margin: -70px 15px -25px 0;
    border: 0px dotted #AE8B20;
    background: #FDFBF5;
}

.s5Col2Top {
    height: 157px;
    text-align: center;
}

.s5Col2Top.s5Col3Top {
    height: 136px;
}

.s5Col2Prod {
    margin: -53px auto 0px;
}

img.s5Col2Prod {
    height: 105px;
    width: auto;
}
img.s5Col3Prod {
    height: 85px;
    width: auto;
}
.s5Col3Prod {
    margin: -55px auto 5px
}

.s5Col4Prod {
    margin: -77px auto 14px
}

.s5Col2Top p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.s5Col3Top p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
}

.s5Col2 ul {
    padding-top: 5px;
    float: left;
    width: 100%;
}

.s5Col2 ul li {
    height: 60px;
    padding: 15px 0;
    border-bottom: 1px solid #C2C2C280;
    text-align: center;
}

.s5Col2 ul li:last-child {
    border: none;
    height: 80px;
}

.s5Col3 {
    background: #F0F2F2;
}

.sec5-1 h2 {
    text-align: center;
    color: #000;
    font-size: 42px;
    margin-bottom: 54px;
    font-weight: bold;
}

.bnrList li {
    padding-left: 40px;
    background: url(https://purpleassets.blob.core.windows.net/web/hexaheat/inter4/blue-check.svg) 0 1px no-repeat;
    color: #000;
    margin-top: 11px;
    text-align: left;
    font-style: 24px;
    font-weight: 700;
    line-height: normal;
    font-size: 20px;
    background-size: 29px;
    margin-bottom: 100px;
    background-position: left 0px;
    margin-top: 56px;

}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.show-mob-only {
    display: none;
}

.show-desk-only {
    display: block;
}

.s5Col2Top img.star {
    width: 90px;
}

.s5Col2Top p img.logp {
    width: 120px;
}
.sec4 .ratingAr p{
            font-size: 15px !important;
        margin-bottom: 10px;
        line-height: 26px;
        text-align: center;
        font-weight:700;
}
.sec4 .ratingAr{
        text-align: center;
    justify-content: center;
        flex-direction: column;
}
.sec4 .ratingAr p{
    margin-top:15px;
}
.secureAr .container {
    max-width: 1300px;
}
.sec3 .container {
    max-width: 1300px;
}
.sec5-1 .container {
    max-width: 1000px;
}
.sec4 .container {
    max-width: 1300px;
}
    img.feat {
        width: 100%;
    }
@media (max-width: 1199px) {
    .bannerImg2 img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }




    br.hide {
        display: none;
    }

    .s5Col1 ul li {
        font-size: 16px;
    }
}

@media (max-width: 1021px) {
    .s5Col2 {
        float: left;
        width: 17%;
    }
    .bannerMain .orderNwbtn{
        font-size: 15px;
    }
    .ratingAr img {
        height: 10px;
    }
    .sec7 img.grtn {
        margin-bottom: 13px;
    }
    .sec7 h3{
        margin-bottom: 14px;
    }
}

.feature-text {
    margin-top: -100px
}

#mb-player2, #mb-player3 {
    width: 85%;
    border-radius: 10px;
}

@media (max-width: 991.9px) {
    .feature-text {
        margin-top: 0
    }
    #mb-player2, #mb-player3 {
        width: 100%;
        margin-bottom: 70px
    }
    .container .navbar-nav {
        padding: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border: 2px solid #D6D6D6;
        border-bottom: 0;
        top: 12px;
        background: #fff;

    }

    header li.nav-item {
        border-bottom: 1px solid #D6D6D6;
    }

    .orderNwbtn {

        padding: 9px 20px;
    }


    .bannerMain h1 {
        font-size: 25px;
    }

    .bannerMain p {
        margin-bottom: 10px;
        line-height: normal;
    }

    .ratingAr img {
        height: 15px;
        margin-right: 10px;
    }

    .bannerMain .orderNwbtn {
        font-size: 13px;
        padding: 14px 34px;
    }

    .sec5-1 img {
        width: 180px;
        height: auto;
    }

    .bnrList li {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
        background-size: 22px;
        background-position: left 1px;
    }

        .sec3Cnt1 {
        padding-bottom: 3.25rem;
    }
   img.feat{
        width:100%;
    }
    .secureAr .container {
    max-width: 820px;
}
.sec3 .container {
    max-width: 820px;
}
.sec5-1 .container {
    max-width: 820px;
}
.sec4 .container {
    max-width: 820px;
}
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) { 
   footer.custmFtr{
       margin-bottom:0px !important;
   }
}
@media (max-width: 900.9px) {
    .compDesk {display:none;}
}
@media (max-width: 768.9px) {

    .bannerMain .container {
        max-width: 600px;
    }
    .bannerMain .context {
        padding-left: 1rem !important;
    }
    .bannerImg2 img {
        display: none;
    }
    .bannerImg2 {
        display: none;
    }
    .bnrImg3 {
        top: 59%;
        left: 5%;
        height: 200px;
        width: 200px;
    }
    
    .show-mob-only {
        display: block;
    }

    .show-desk-only {
        display: none;
    }

    .navbar-toggler {
        margin-right: 0;
        margin-top: 5px;
    }

    .mob-banner {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-bottom: 20px;
    }

    .mob-banner img {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;

    }

    .ratingAr {
        justify-content: center;
        margin-top: 21px;
        margin-bottom: 13px;
    }

    .ratingAr img {
        margin-bottom: 0px;
        width: 98px;
        height: 18px;
    }
    .bannerMain h1 {
        padding-top:25px;
    }

    .bannerMain h1.last-header {
        padding-top: 0
    }

    .bannerMain p {
        font-size: 16px !important;
        margin-bottom: 10px;
        line-height: 26px;
        text-align: center;
    }
    .sec2 {
        margin-top: -5px;
        padding:15px;
    }
    .sec2 img {
        width: 500px;
        margin-left: 0px;
    }
    .sec3Hd {
        margin-bottom: 1.8rem;
        margin-top: 2rem;
    }

    .sec3Cnt1 {
        padding-bottom: 2.5rem
    }
    .sec3Cnt1 h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .sec3Cnt1.sec3Cnt4 {
        padding-bottom: 2.5rem
    }
    .sec3Cnt1 p {
        margin-top:20px
    }


    .sec5 {
        padding: 2.3rem 0;
    }

    .sec5 h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 1rem;
    }
    .s5CompBox {
       border: 0px solid #EDEDED;
       padding-top:25px
    }
    .s5Col1 {
        width: 46%;
        padding: 10px 0;
    }
    
    .s5Col2 {
        width: 26%;
        margin: -95px 1% -25px 0;
    }

    .s5Col2.s5Col3 {
        margin: -94px 3px -25px 0;
    }
    .s5Col2Top.s5Col3Top {
        height: 148px;
    }
    .s5Col1 ul li {
        font-size: 14px;
        line-height: 17px;
    }
    .s5Col2Top {
        height: 152px;
        text-align: center;
    }
    .s5Col2Top img.star {
        width: 70%;
        padding: 0px 10px;
        height: auto;
    }

    .s5Col2Top p img.logp {
        width: 100%;
        padding: 0px 10px;
        height: auto;
    }
    img.s5Col3Prod {
        height: 100px;
        width: auto;
    }
    .s5Col3Top p {
        font-size: 13px;
        line-height: 15px;
        font-weight:600;
    }
    .s5Col3Prod {
        margin: -49px auto 5px;
    }
    .s5Col2Top.s5Col3Top .star {
    }

    .sec5-1 h2 {
        line-height: 38px;
        font-size: 28px;
        margin-bottom: 12px;
    }

    .sec5-1 img {
        width: 180px;
        height: auto;
    }

    .bnrList li {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 24px;
        background-size: 22px;
        background-position: left 1px;
    }

    .sec7 h3 {
        font-size: 24px;
        margin-bottom: 14px;
        text-align: center;
    }


    .sec7 {
        padding: 2rem 0;
        text-align: center;
    }

    .sec7 img.grtn {
        height: 150px;
        margin-bottom: 13px;
    }

    .sec7 .col-md-7 {
        text-align: center;
    }

    .sec4 .ratingAr {
        flex-direction: column;
        margin-bottom: 0;
    }

    .sec4 .ratingAr img {
        margin-bottom: 16px;
        width: 144px;
        height: 26px;
        object-fit: contain;
    }

    .sec4 .ratingAr p {
        font-size: 14px !important;
        line-height: 22px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
    }
    .sec4 h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 38px;
    }
        .sec4 {
        padding-bottom: 1rem;
        padding-top: 1.8rem;
    }
 

    .bannerMain .orderNwbtn {
        font-size: 18px;
        line-height: 21px;
    }
    .orderNwbtn{
        max-width: 400px;
    }
    .sec3Cnt7{
        max-width: 400px;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
 
    p.btn-text1.mb-0 {
        font-size: 11px !important;
    }
    .sec4Inr {
        background: #FDFBF5;
        margin-bottom: 16px;
    }
    .sec9 {
        padding: 2rem 0 3.8rem;
    }
    .sec9 h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 19px;
        
    }

    .sec4Inr + img{
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        border-radius:0px;
    }
    .secureAr .container {
    max-width: 600px;
    padding: 16px 24px 0 24px;
}
.sec3 .container {
max-width: 600px;
    padding: 0 24px 16px;
}
.sec5-1 .container {
    max-width: 600px;
       padding: 0 24px;
}
.sec7 .container{
        max-width: 600px;
       padding: 0 24px;
}
.sec4 .container {
           max-width: 600px;
       padding: 0 24px;
}
.sec4 .ratingAr p{
    margin-top:15px;
}

}
@media (max-width: 767px) {
    .bannerMain .context {
        padding-left: 0rem !important;
    }
    .secSub h2, .secSub p {
        text-align:center;
    }
    .sec2_mob {
        position: relative;
    }
    .sec2_mob img {
        width:85%
    }
    .secSub {
        padding: 0rem 0 2rem 0;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,246,217,1) 10%, rgba(255,246,217,1) 10%);
    }
}
@media (max-width: 575px) {


}
@media (max-width: 480px) {

 
    .bnrImg3 {
        top: 40%;
        left: 5%;
        height: 100px;
        width: 100px;
    }
    .show-desk-only1{
        display:none;
    }

}