body {
    font-size: 15px;
    font-family: 'Open Sans', 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;
    top: 240px;
    width: 33%;
    right: 0;
}

.banner {
    background: url(../images/image4.jpg) no-repeat right top;
    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-size: 18px;
    padding-bottom: 30px;
}

ul.bannerList li:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    background: url(../images/rightTick.png) no-repeat;
    width: 17px;
    background-size: 100%;
    height: 14px;
}

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

.btn-site-cta {
    width: 100%;
    max-width: 440px;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    background: #06318E;
    border-radius: 4px;
    outline: none;
    border: 0;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.5px;
    margin: 30px auto 35px;
    padding: 15px 10px 15px;
    white-space: normal;
    border-bottom: 4px solid #0d2b38;
}

.banner h2 {
    font-weight: 700;
    padding-top: 35px;
    margin-bottom: 16px;
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    max-width: 820px;
    margin: auto;
}

.yllwTxt {
    color: #FEC41E;
}

.banner h4 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 10px;
}

.blueStrip {
    background: #06318E;
    padding: 24px 0px;
}

.blueStrip h4,
.blueStrip p {
    font-size: 21px;
}

.iconWrapper {
    min-height: 60px;
    margin: auto;
}

.proLayer {
    margin-bottom: -60px;
}


.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: 'Open Sans', 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;
}

.percentage {
    color: #3f3f3f;
    font-family: 'Open Sans', helvetica, 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: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.pro-focus {
    position: relative;
    overflow: hidden;
    background: #494B4D;
    
}

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

.pro-focus.rt::before {
    content: "";
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#494b4d+0,000000+100&1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear,  left top, right top,  from(rgba(73,75,77,1)),to(rgba(0,0,0,0)));
background: linear-gradient(to right,  rgba(73,75,77,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494b4d', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */


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

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

.pro-focus.lt h5 {
    font-weight: 700;
    color: #494B4D;
    font-size: 21px;
}

.pro-focus.lt p {
    padding-bottom: 30px;
}

.pro-focus.lt p:last-child {
    padding-bottom: 0px;
}

.pro-focus.lt::before {
    content: "";
    background-image: url(../images/leftBack.jpg);
    position: absolute;
    left: 0;
    top: 60px;
    width: calc(50% - 50px);
    height: calc(100% - 120px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

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

.banner-bottom h2 {
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
}


.footer-link a {
    color: #494B4D;
}

.bg-grey {
    background: #F8F8F8;
    padding: 60px 0px;
}


.our_customer h2 {
    font-size: 40px;
    font-weight: 700;
    color: #494B4D;
        font-family: 'Open Sans Condensed', sans-serif;
}

.our_customer .btn-site-cta {
    max-width: 620px;
}

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

h4.rating {
    color: #494B4D;
}

p.average {
    color: #494B4D;
}

p.review {
    color: #494B4D;
}

.percentage-inactive,
.percentage {
    color: #333;
    font-size: 24px !important;
}

@media(max-width:991px) {

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

    .pro-focus.lt,
    .pro-focus.rt {
        padding-top: 390px;
    }
    
    .pro-focus.lt{
        margin-top: 50px;
    }

    .pro-focus.lt::before,
    .pro-focus.rt::after {
        width: 430px;
        height: 400px;
/*        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: 440px;
        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;
    }

    .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) {

    .banner-bottom {
        padding: 30px 0 30px;
    }

    .pro-focus.lt,
    .pro-focus.rt {
        padding-top: 290px;
    }

    .desc {
        padding-top: 20px;
        max-width: 300px;
    }


    .pro-focus.lt::before,
    .pro-focus.rt::after {
        width: 300px;
        height: 280px;
    }

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

    .pro-focus.lt p {
        padding-bottom: 10px;
    }

}