body {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

img {
    max-width: 100%;
}


p {
    font-size: 18px;
    line-height: 27px;
}

strong,
b {
    font-weight: 700;
}

/*
.header-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    max-width: 380px;
    top: 20px;
}
*/


.proImg {
    position: absolute;
    bottom: 0;
    width: auto;
    right: 120px;
    z-index: 0;
}

.banner {
    background: url(../../images/new_index/hero.jpg) no-repeat center ;
    background-size: cover;
    color: #fff;
    padding: 25px 0 30px;
}

ul.bannerList {
    list-style: none;
    margin: 25px 0 35px;
    /*    max-width: 530px;*/
    padding-left: 25px;
}

ul.bannerList li {
    position: relative;font-weight: 400;
    font-size: 18px;
    padding-bottom: 30px;padding-left: 10px;
}

ul.bannerList li:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 1px;
    background: url(../../images/new_index/check.png) no-repeat;
    width: 36px;
    background-size: 100%;
    height: 27px;
}

ul.bannerList li:last-child {
    padding-bottom: 0px;
}

.btn-site-cta {
    width: 100%;
    max-width: 600px;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    background: #29ABE2;
    border-radius: 6px;
    outline: none;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border-bottom: 5px solid #145571;
    margin: 30px auto 20px;
    padding: 24px 10px 24px;
    white-space: normal;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.banner h2 {
    font-weight: 700;
    padding-top:0px;
    margin-bottom: 16px;
    font-size: 40px;
}

.yllwTxt {
    color: #FEC41E;font-weight: 400;font-size: 18px;
}

.banner h4 {
    font-size: 21px;
    font-weight: 400;color: #FEFF45;
    padding-top: 10px;
}

.blueStrip {
    background: #29ABE2;
    padding: 24px 0px;
}
.blueStrip h5{font-size:30px;}
.proton-image-sec h3{font-size: 18px;text-align: center;color: #333;padding: 30px 0;}
.iconWrapper {
    min-height: 60px;
    margin: auto;
}

.proLayer {
    margin-bottom: 0px;
}


.redTxt{
    color: red;
}


/*
.icon{
	width: 120px;
}
*/

/*
img.icon.icon1, img.icon.icon3 {
    max-width: 35px;
    height: 82px;
}
*/

.three-features {
    padding: 65px 0px 30px 0px;
}

.three-features .icon {
    margin: 0 auto 20px;
    display: block;
}

.three-features h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    max-width: 360px;
    margin: auto;
    padding-bottom: 10px;
}

.three-features .col-md-4 p {

    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
    max-width: 280px;
    padding: 0;
    margin: auto;
}

.desktop-none {
    display: none;
}

.reviews {
font-family: 'Raleway', sans-serif;
}

.rating {
    font-size: 4.2em;
    margin-top: 10px;
    font-weight: 600;
}

.author {
    color: #494B4D;
    margin-bottom: 0px;
    font-size: 24px;
}

.author + .yellow-stars {
    margin: 15px 0px;
}

/*
.review {
    color: #898989;
    letter-spacing: 0.5px;
    font-size: 1.1em;
    line-height: 180%;
}
*/

.stars {
    color: #fab73b;
    font-size: 1.5em;
    margin-top: -12px;
}

.yellow-stars {
    color: #fab73b;
    font-size: 1.4em;
    margin-bottom: 7px;
}
.yellow-stars .grey-stars{color: #BFBFBF;}
.percentage {
    color: #3f3f3f;
    font-family: 'Raleway', sans-serif;
    font-size: 0.8em !important;
    font-weight: 700;
}

.progress {
    height: 12px !important;
    border-radius: 10px !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 8px 15px 25px 0 !important
}

.progress-bar {
    background: #fab73b !important;
}

.pro-focus h2 {
    font-weight: 700;
    line-height: 50px;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;color: #333;
}
.pro-focus p{color: #333;}
.pro-focus {
    position: relative;
    overflow: hidden;
    background: #fff;
    
}

.pro-focus.rt {
    padding: 50px 0px 40px 0px;
    color: #fff;
}

/*
.pro-focus.rt::before {
    content: "";
background: -webkit-gradient(linear,  left top, right top,  from(rgba(73,75,77,0.29)),to(rgba(0,0,0,0)));
background: linear-gradient(to right,  rgba(73,75,77,0.29) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b4d', endColorstr='#00000000',GradientType=1 );


    position: absolute;
    right: calc(50% - 16px);
    width: 100px;
    height: 100%;
    z-index: 999;
    top: 0px;
}
*/

.pro-focus.rt::after {
    content: "";
    background: url(../../images/new_index/rightBack.png);
    position: absolute;
    width: calc(50% - 50px);
    height: 100%;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
}

.pro-focus.lt h5 {
    font-weight: 500;
    color: #494B4D;
    font-size: 40px;
}
.pro-focus.lt h6{font-weight: 700;font-size: 18px;}
.pro-focus.lt p {
    padding-bottom: 20px;
}

.pro-focus.lt p:last-child {
    padding-bottom: 0px;
}
.proton-hepa-sec{background: url(../../images/new_index/protons-bg.jpg) no-repeat center; background-size: cover;padding: 50px 0;}
.proton-hepa-text p{font-size: 18px; text-align: center;color: #333;padding: 20px 0;
    margin-bottom: 0;}
.pro-focus.lt::before {
    content: "";
    background-image: url(../../images/new_index/leftBack.jpg);
    position: absolute;
    left: 0;
    top: 60px;
    width: calc(50% - 50px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-bottom {
    background: url(../../images/new_index/hero.jpg) no-repeat center top ;
    background-size: cover;
    color: #fff;
    padding: 30px 0 0px;
}

.banner-bottom h2 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
.banner-bottom h4{font-size: 21px;
    font-weight: 400;
    color: #FEFF45;
    padding-top: 10px;}
.blackStrip{padding: 24px 0;background: #000;}
.blackStrip h5{color: #fff; font-weight: 700;font-size: 30px;}
.bg-grey {
    background: #F2F2F2;
    padding: 50px 0;
}
.bg-grey h3{color: #333333;font-size: 40px;font-weight: 700;margin-bottom: 30px;}
.bg-grey p{color: #000;font-size: 18px;font-weight: 400;}
.blue-head h4{color: #29ABE2;font-size: 33px; font-weight: 700;}
.blue-head p{color: #333;font-size: 18px; font-weight: 400;padding: 30px 0;}
.white-bg{padding:50px 0;}
.white-bg h3{color: #333333; font-weight: 700;font-size: 40px;margin:40px 0;}
.white-bg p{font-size: 18px; font-weight: 400;margin-bottom: 40px;color: #000;}
.white-bg ul li{position: relative;list-style: none;padding-left: 40px;}
.white-bg ul li:after{content: "";background: url(../../images/new_index/Vector.png) no-repeat;width: 24px;
    height: 25px;
    position: absolute;
    top: 7px;
    left: 0;}
.white-bg ul li p{font-size: 18px; font-weight: 400; color: #000;}
.white-bg ul li p strong{display: block;}





.our_customer h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000000;
        font-family: 'Raleway', sans-serif;
}
.our_customer p{color: #777777;font-size: 30px;font-weight: 400;margin: 20px 0;}
.rev-name {
    margin-top: 20px;
}
.rev-name h3{margin-bottom: 0;}
.rev-name h5{color: #00C249;font-weight: 700;font-size: 17px;}
.our_customer .btn-site-cta {
    max-width: 620px;
}

.progressHolder {
    width: calc(100% - 174px);
}

h4.rating {
    color: #494B4D;font-family: 'Roboto', sans-serif;
}

p.average {
    color: #494B4D;font-weight: 600;
}

p.review {
    color: #494B4D;
}

.percentage-inactive,
.percentage {
    color: #333;
    font-size: 24px !important;font-family: 'Roboto', sans-serif;
}


.light-black-bg{background: url(../../images/new_index/light-bg.jpg) no-repeat;background-size: cover;padding: 40px 0;}
.bulb-text p{color: #fff;font-size: 18px;margin-bottom: 50px}

@media (max-width:1199px) and (min-width:992px){
.banner-bottom{padding: 30px 0 54px;}   
 .footer {margin-top: -21px;}   
    
}

@media (max-width:991px) and (min-width:768px){
.blueStrip h5 {
    font-size: 25px;
}
    .blackStrip h5{font-size: 25px;}
    .our_customer p{font-size: 22px;}
    .bg-grey h3{font-size: 29px;}
    .yellow-stars {
        margin-bottom: 2px;
    }

    ul.bannerList li {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .our_customer .btn-site-cta {
        font-size: 12px;
    }

    .author + .yellow-stars {
        margin: 5px 0px;
    }

    p {
        font-size: 16px;
        line-height: normal;
    }

    .banner h2,
    .our_customer h2,
    .banner-bottom h2 {
        font-size: 24px;
    }

    h4.rating {
        font-size: 36px;
    }

    .stars {
        font-size: 10px;
    }


    .three-features h3 {
        font-size: 24px;
    }

    .three-features p {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }

    .banner-bottom h2{padding-bottom: 0 !important;}
   .pro-focus.lt, .pro-focus.rt{
        padding-top: 805px;
    }
    
    .pro-focus.lt{
        margin-top: 50px;
    }
    .btn-site-cta{font-size: 13px;}
    .banner-bottom{padding: 30px 0 55px}
    .footer{margin-top: -21px;}
    
    .pro-focus.lt::before, .pro-focus.rt::after{
        width:100%;
        height: 798px;
/*        background-size: contain;*/
        top: 0px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 100%;
    }

    focus.rt::after {
        background-position: top right;
    }

    .desc {
        padding-top: 40px;
        max-width: 100%;
        margin: auto;
    }


    .pro-focus.rt::before {
        /*
        right: auto;
        width: 100px;
        height: 70vh;
        z-index: 999;
        top: 0px;
        left: 0;
*/
        display: none;
    }

    .bg-grey {
        padding: 60px 0px 30px;
    }
}

@media(max-width:767px) {

    .banner h4 {
        font-size: 20px;
    }

    .proLayer {
        margin-bottom: 0px;
        margin: auto;
/*        max-width: 160px;*/
    }
    .our_customer h2{font-size: 30px;}
    .our_customer p{font-size: 25px;}
    .rating {
        font-size: 24px;
    }

    .desc {
        padding-top: 40px;
    }

    .bg-grey {
        padding-bottom: 40px;
    }

    .three-features {
        padding: 30px 0px;
    }


    .three-features h3 {
        font-size: 22px;
        line-height: 22px;
    }


    .three-features p {
        font-size: 18px;
        line-height: 26px;
    }

    .pro-focus h2 {
        line-height: 40px;
        font-size: 30px;
    }

}


@media(max-width:575px) {
    .bg-grey h3{font-size: 25px;}
    .banner-bottom {
        padding: 30px 0 30px;
    }

    .banner h2{font-size: 26px;}
    .btn-site-cta{font-size: 15px;
    line-height: 18px;padding: 15px 10px 15px;}
    .blueStrip h5 {
    font-size: 21px;
}
    .blackStrip h5{font-size: 21px;}
    .our_customer h2 {
    font-size: 25px;
}
    .pro-focus.lt, .pro-focus.rt {
        padding-top: 435px;
    }
    .pink-bg{padding: 40px 20px;}
    .desc {
        padding-top: 20px;
        max-width: 100%;
    }
    .white-bg h3{font-size: 27px;}
.blueStrip h4 {
    font-size: 26px;
    line-height: 34px;
}
.pro-focus.lt {
    margin-top: 0;
}
    .pro-focus.lt h5{font-size: 26px;}
    .proton-hepa-text p, .white-bg p, #slider-area .slider-text p, p.review, .blue-head p, .our_customer p, .proton-image-sec h3, .pro-focus p{font-size: 18px; line-height: 29px;}
    #slider-area .slider-text{padding: 0;}
    .blue-head h4{font-size: 26px;}
    .pro-focus.lt::before, .pro-focus.rt::after {
        width: 100%;
        height: 420px;
    }
    .footer-image-logo img{height: auto;width: 100px;}

    .yellow-stars {
        margin-bottom: 14px;
    }

    .yellow-stars,
    .percentage-inactive,
    .percentage {
        font-size: 14px !important;
    }

    .progressHolder {
        width: calc(100% - 114px);
    }

    .progress {
        margin: 8px 15px 20px 0 !important;
    }

    .author {
        font-size: 22px;
    }

    .banner-bottom h2 {
        padding-bottom: 0px;
        padding-top: 0px !important;font-size: 26px;
    line-height: 35px;
    }

    .pro-focus.lt p {
        padding-bottom: 10px;font-size: 18px;line-height: 29px;
    }

}


@media (max-width: 480px){
.progress {
    margin: 12px 15px 30px 0 !important;
}
}


@media (max-width: 320px){
 .banner h2 {
    font-size: 22px;
    line-height: 30px;
}   
 .blueStrip h5 {
    font-size: 17px;
}
    ul.bannerList li{font-size: 16px;}
    .bulb-text p{font-size: 16px;}
    .white-bg p{font-size: 16px;}
    .white-bg ul li p, p.review{font-size: 16px;}
    .banner-bottom h2{font-size: 22px;
    line-height: 30px;}
    .footer-image-logo img {
    height: auto;
    width: 90px;
}
    
}

@media(max-width:1024px) and (min-width:768px)
{
    .banner {

        background: url(../../images/new_index/hero.jpg) no-repeat left ;
        padding:0;
    
    }
}