html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.btn-text1:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {
    0%,100%,70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

.star {
    width: 50%;
}

/* Header */

.header {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

header .container {
    max-width: 1300px;
}

.navbar {
    padding: 15px 0;
    background: #fff;
    border: solid 1px #ededed;
}

.navbar-brand img {
    height: 50px;
}

.nav-item a {
    color: #000;
    font-weight: 500;
    transition: all 0.2s linear;
}

    .nav-item a:hover {
        color: #1B9AD5
    }

.orderNwbtn {
    background: #0057BD;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 14px 20px;
    transition: all 0.2s linear;
}

    .orderNwbtn span {
        color: #FFD800;
        padding-right: 10px;
    }

    .orderNwbtn:hover {
        color: #fff;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
}

/* Header */



.featSml, .featSmlmob {
    background: #F5F5F5;
    padding: 10px 0;
}

    .featSml p, .featSmlmob p {
        font-size: 13px;
    }

    .featSmlmob p {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .featSml img, .featSmlmob img {
        height: 18px;
        margin-right: 5px;
    }

.featSmlmob {
    display: none;
}



.bannerMain {
    padding: 5.5rem 0;
    position: relative;
    background: url("https://purpleassets.blob.core.windows.net/web/powerstream/banner-bg.jpg") no-repeat center right / cover;
}

    .bannerMain .container {
        max-width: 1300px;
        position: relative;
    }

.ratingAr {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .ratingAr img {
        height: 20px;
        margin-right: 15px;
    }

    .ratingAr p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

.bannerMain h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bannerMain span {
    color: #1B9AD5;
}

.bannerMain p {
    font-size: 20px;
    margin-bottom: 15px;
}

.bannerMain ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.bannerMain li {
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    margin-bottom: 10px;
}

    .bannerMain li::after {
        content: " ";
        background: url("../images/blue-tick.png") 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: 10px;
}

    .bannerMain .orderNwbtn span {
        color: #FFD800
    }

.shipArs {
    display: flex;
    align-items: center;
}

.greenImg {
    height: 16px;
    margin-right: 5px;
}

.shipArs p, .shipArs span {
    font-size: 12px !important;
    margin-bottom: 0;
}

.stocks {
    height: 11px;
    margin: 0 5px;
}

.bnrImg3 {
    position: absolute;
    top: 10px;
    right: 15%;
    height: 475px;
    width: 475px;
}

.bannerImg2 {
    position: absolute;
    right: 0;
    top: 0;
    height: 758px;
    width: 60%;
}

    .bannerImg2 img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: right;
    }



.secureAr {
    background: #000;
    padding: 3rem 0;
}

    .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;
            }

    .secureAr .col-md-4, .secureArInrMobMain {
        display: flex !important;
    }

        .secureAr .col-md-4 img, .secureArInrMobMain img {
            width: 45px;
            height: 45px;
            object-fit: contain;
        }

        .secureAr .col-md-4 div, .secureArInrMobMain .secMnRght {
            width: calc(100% - 40px;
            );
            padding-left: 20px;
        }

        .secureAr .col-md-4 h3, .secureArInrMobMain h3 {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .secureAr .col-md-4 p, .secureArInrMobMain p {
            color: #fff;
        }

.secureArInrMob {
    display: none;
}

    .secureArInrMob .slick-prev, .secureArInrMob .slick-next {
        display: none !important;
    }



.sec3 {
    padding: 3.5rem 0;
}

.sec3Hd {
    text-align: center;
    margin-bottom: 4rem;
}

    .sec3Hd img {
        height: 80px;
        margin-bottom: 20px;
    }

    .sec3Hd h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }

        .sec3Hd h2 span {
            color: #1B9AD5;
            display: block;
        }

.sec3Cnt1 .col-md-5 {
}

.sec3Cnt1 h2 {
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.sec3Cnt1 p {
    margin-bottom: 10px;
}

.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(../images/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: 6rem;
}

.sec3Cnt6 {
    margin-bottom: 2rem;
}


    .sec3Cnt6 img {
        width: 100px;
        object-fit: contain;
    }

    .sec3Cnt6 p {
        text-align: center;
        font-size: 20px;
    }

.sec3Cnt7 .amazonAr {
    max-width: 325px;
    width: 100%;
}

.sec3Cnt7 .orderNwbtn {
    display: inline-block;
    max-width: 320px;
    font-size: 19px;
    width: 100%;
}

.sec3Cnt7 .shipArs {
    justify-content: center;
}



.sec4 {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

    .sec4 h2 {
        text-align: center;
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 40px;
    }

.sec4Inr {
    background: #fff;
}

.sec4Cnt {
    padding: 20px;
    min-height: 250px;
}

    .sec4Cnt img {
        height: 20px;
        margin-bottom: 10px;
    }

    .sec4Cnt h3 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .sec4Cnt h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }

.sec4 .col-md-4 {
    margin-bottom: 25px;
}



.sec5 {
    background: #000;
    padding: 4rem 0;
}

    .sec5 h2 {
        text-align: center;
        color: #fff;
        font-size: 36px;
        margin-bottom: 50px;
        font-weight: bold;
    }

.compareTable {
    max-width: 80%;
    margin: 0 auto 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cmrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.80);
}

.cmpcol2Inr {
    background: #1B9AD5;
}

.cmrow1 p {
    color: #fff;
}

.cmpcol3Inr {
    background: #787878;
    text-align: center;
    padding: 20px;
}

.cmpcol1 {
    width: 40%;
    padding: 0 10px;
}

.cmpcol2, .cmpcol3 {
    width: 30%;
    padding: 0 10px;
}

.cmpcol3 {
    padding-right: 0;
}

.br-radius {
    border-radius: 8px 8px 0 0;
}

.cmpcol2Inr {
    padding: 20px;
    text-align: center;
}

    .cmpcol2Inr img:first-child {
        height: 50px;
        object-fit: contain;
    }

    .cmpcol2Inr img:nth-child(4) {
        height: 20px;
        object-fit: contain;
    }

.cmpcol3Inr h3 {
    color: #C9C9C9;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding: 25px 0;
    margin-bottom: 0;
}

.tickImg, .crossImg {
    height: 30px !important;
}

.cmpcol1 p {
    color: #fff;
}

.cmrWlast {
    border-bottom: none;
}

    .cmrWlast .cmpcol1, .cmrWlast .cmpcol2, .cmrWlast .cmpcol3 {
        height: 50px;
    }

    .cmrWlast .cmpcol2Inr, .cmrWlast .cmpcol3Inr {
        border-radius: 0 0 8px 8px;
    }

.sec5 .amazonAr {
    background: #FCD46E
}

.sec5 .shipArs p {
    color: #fff;
}



.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 {
    background: #000;
    padding: 4rem 0;
}

    .sec7 img {
        height: 200px;
        object-fit: contain;
    }

    .sec7 .col-md-3 {
        text-align: center;
    }

    .sec7 h3 {
        color: #fff;
        font-weight: bold;
        font-size: 36px;
        margin-bottom: 15px;
    }

    .sec7 p {
        color: #fff;
        margin-bottom: 0;
    }


.sec8 .bannerMain {
    padding: 5.5rem 0;
    position: relative;
    background: url("https://purpleassets.blob.core.windows.net/web/powerstream/banner-bg-btm.jpg") no-repeat center right / cover;
}

    .sec8 .bannerMain h2 {
        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: 4rem 0;
}

    .sec9 h3 {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 3rem;
    }

.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #A6A6A6;
}

    .accordion-item:not(:first-of-type) {
        border-top: 1px solid #A6A6A6;
    }

    .accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type {
        border-radius: 0;
    }

.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('../images/minus-icon.png');
    transform: none;
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.accordion-button::after {
    background-image: url("../images/plus-icon.png");
    background-size: 25px;
    width: 25px;
    height: 25px;
}

.accordion-button {
    font-weight: bold;
    font-size: 18px;
}

.accordion-body p {
    font-weight: 500;
}

.accordion-button:focus {
    box-shadow: none;
}



.custmFtr {
    background: #000;
    padding: 25px 0px;
    text-align: center;
}

    .custmFtr p, .custmFtr p a {
        color: #7C7C7C;
        font-size: 15px;
    }

        .custmFtr p a {
            padding: 0 10px;
        }



/*

==============================================

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) {

    .bannerMain {
        padding: 2rem 0;
    }

    /*.bannerImg2 img{object-fit: unset;}*/

    .ratingAr img {
        margin-right: 10px;
    }

    .ratingAr p {
        font-size: 12px !important;
    }

    .bannerImg2 {
        height: 580px;
        width: 50%;
    }

    .bannerMain h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .bannerMain p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .bannerMain li {
        font-size: 16px;
    }

    .bannerMain ul {
        margin-bottom: 20px;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 20px;
    }

    .sec3Cnt1 {
        padding-bottom: 4rem;
    }

        .sec3Cnt1 h2 {
            padding-top: 0;
        }

    .sec3Hd h2 {
        font-size: 30px;
    }


    .sec6Cnt1 {
        padding-top: 0rem;
    }

    .sec7 h3 {
        font-size: 33px;
    }

    .sec8 .bannerMain h2 {
        font-size: 30px;
    }

    .sec8 .bannerImg2 {
        height: 550px;
    }

    .sec8 .shipArs p {
        margin-bottom: 0;
    }

    .bnrImg3 {
        height: 350px;
        width: 350px;
    }

    .featSml p {
        font-size: 12px;
    }
}

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        width: 100%;
        left: 0;
        top: 80px;
        z-index: 9999999;
        background: #fff;
    }

    .navbar-toggler {
        margin-left: auto;
    }

    .navbar-toggler {
        padding: 0;
    }

        .navbar-toggler:focus {
            box-shadow: none;
            border: none;
            outline: none;
        }

    .bannerImg2 {
        height: 500px;
        width: 50%;
    }

    .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;
    }

        .sec4Cnt p {
            font-size: 15px;
            line-height: 20px;
        }

        .sec4Cnt h6 {
            font-size: 11px;
        }


    .sec7 h3 {
        font-size: 25px;
    }

    .sec8 .bannerImg2 {
        height: 410px;
    }

    .bannerMain {
        background-position: -215px;
    }

    .bnrImg3 {
        right: 8%;
        height: 320px;
        width: 320px;
    }
}

@media (max-width: 767px) {
    .star {
        width: 100%;
    }

    header .orderNwbtn {
        display: none;
    }

    .featSml {
        display: none;
    }

    .featSmlmob {
        display: block;
    }

    .bannerImg2 {
        display: none;
    }

    .bannerMain, .sec8 .bannerMain {
        padding-top: 0;
        padding-bottom: 1rem;
        background: none;
    }

    .ratingAr {
        flex-direction: column;
    }

        .ratingAr img {
            height: 25px;
            margin-right: 0;
            margin-bottom: 5px;
        }

    .bannerMain h2 {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
    }

    .bannerMain p {
        font-size: 16px;
        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, .amazonAr {
        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: 2rem 0;
    }

    .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: 2rem 0;
    }

    .sec3Hd img {
        height: 60px;
        margin-bottom: 10px;
    }

    .sec3Hd h2 {
        font-size: 26px;
    }

        .sec3Hd h2 br, .sec3Hd p br {
            display: none;
        }

    .sec3Hd {
        margin-bottom: 2rem;
    }

    .sec3Cnt1 .col-md-5 {
        padding-left: 15px;
    }

    .sec3Cnt1 {
        padding-bottom: 2rem;
    }

    .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 .amazonAr, .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;
        }

    .compareTable {
        max-width: 100%;
    }

    .cmSmall {
        margin: auto;
    }

    .cmpcol2Inr, .cmpcol3Inr {
        padding: 10px;
    }

        .cmpcol3Inr h3 {
            font-size: 13px;
            padding: 15px 0;
        }

    .cmpcol1 p {
        font-size: 13px;
    }

    .tickImg, .crossImg {
        height: 20px !important;
    }

    .sec5 h2 {
        font-size: 26px;
    }

    .sec5 {
        padding: 3rem 0;
    }

    .sec4 {
        padding-bottom: 1rem;
    }


    .cmpcol2Inr img:nth-child(2) {
        height: 20px;
        object-fit: contain;
    }

    .compareTable {
        margin: 0 auto 0rem;
    }

    .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 {
            height: 150px;
            margin-bottom: 20px;
        }

        .sec7 .col-md-7 {
            text-align: center;
        }

        .sec7 h3 {
            font-size: 26px;
        }

    .sec8 .bannerMain h2 {
        font-size: 26px;
    }

    .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;
        }

    .bnrImg3 {
        display: none;
    }

    .custmFtr {
        padding: 25px 0px 100px;
    }
}

@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;
}
