body {
    background-size: cover;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

body,
html {
    max-width: 100%;
    overflow-x: hidden;
}

*:hover,
*:focus {
    outline: none!important;
    text-decoration: none!important;
    /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.row {
    display: -webkit-flex;
}

img {
    max-width: 100%;
}

* {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

a:hover {
    color: #1477bd !important;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
}

section {
    position: relative;
}

.row:before,
.row:after {
    width: 0px;
    height: 0px;
    content: "";
}

.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}
.d-flex{
    display: -webkit-flex;
}

@media (min-width: 768px) {
    .col-md-1 {
        -webkit-flex: 0 0 8.333333%;
    }
    .col-md-2 {
        -webkit-flex: 0 0 16.666667%;
    }
    .col-md-3 {
        -webkit-flex: 0 0 25%;
    }
    .col-md-4 {
        -webkit-flex: 0 0 33.333333%;
    }
    .col-md-5 {
        -webkit-flex: 0 0 41.666667%;
    }
    .col-md-6 {
        -webkit-flex: 0 0 50%;
    }
    .col-md-7 {
        -webkit-flex: 0 0 58.333333%;
    }
    .col-md-8 {
        -webkit-flex: 0 0 66.666667%;
    }
    .col-md-9 {
        -webkit-flex: 0 0 75%;
    }
    .col-md-10 {
        -webkit-flex: 0 0 83.333333%;
    }
    .col-md-11 {
        -webkit-flex: 0 0 91.666667%;
    }
    .col-md-12 {
        -webkit-flex: 0 0 100%;
    }
}

#top-bar p {
    font-size: 14px;
    padding: 5px 0px;
}

#top-bar {
    border-bottom: 2px solid #e7f4f6;
}

.top-logo {
    padding: 30px 0px 15px;
}

.left-content {
    margin-top: 30px;
}

.color-4 {
    color: #242424;
}


/* sec1 */

.news-tag p {
    font-size: 12px;
    color: #fff;
    background: #e91c1c;
    display: table;
    padding: 5px 15px;
    font-weight: 500;
}

.post-one h2 {
    font-size: 46px;
    margin: 20px 0px 0px 0px;
    font-weight: 700;
}

.logo-box p {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0px;
    text-align: center;
    position: relative;
}

.logo-box p:after {
    position: absolute;
    width: calc(50% - 50px);
    height: 1px;
    background: #ebebeb;
    content: "";
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.logo-box p:before {
    position: absolute;
    width: calc(50% - 50px);
    height: 1px;
    background: #ebebeb;
    content: "";
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.s-logos {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-self: center;
    -webkit-align-self: center;
}
.s-logos img {
    max-width: 110px;
    align-self: center;
    -webkit-align-self: center;
}

.mt-30 {
    margin-top: 30px;
}

.c-box1 {
    width: 50%;
}

.c-box2 {
    width: 50%;
    padding-left: 50px;
}

.c-boxs {
    margin: 30px 0px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.para-box1 {
    width: 50%;
}

.para-box2 {
    width: 50%;
}

.para-points p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    font-weight: 400;
}

.para-points {
    padding-bottom:10px;
}
.para-points p:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    top: 10px;
    left: 0px;
}

h3 {
    font-size: 28px;
}

.benefits-hd {
    font-weight: 600;
    margin-bottom: 20px;
    padding-top:10px;
}

.fran-hd {
    font-weight: 400;
    line-height: inherit;
}

p span.p-front {
    font-weight: 500;
    color: #000;
}

.review-text {
    padding: 30px 0px;
}

.review-text.border-btm {
    border-bottom: 1px solid #ebebeb;
}

.product-box1 {
    border: 2px dashed #000;
    padding: 12px;
    position: relative;
    margin-top: 50px;
}

.product-box1:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 85%;
    height: 35px;
    width: 35px;
    background: url(../images/c-icon.png);
    background-repeat: no-repeat;
    background-size: 35px;
}

p.pro-hd {
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    background: #fff;
    display: table;
    margin: 0 auto 22px;
    margin-top: -25px;
    padding: 0px 6px;
}

.p-update {
    background: #fffca3;
    margin: 0px;
    border: 1px solid #e5d51a;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 10px;
}

.f-16 {
    font-size: 16px;
}

.product-box1 p.f-16 {
    font-weight: 500;
}

.pro-inner-box {
    background: #f6f8fa;
    border: 1px solid #e0e3e7;
    padding: 15px;
    margin: 10px 0px 0px 0px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.pro-inner-box-left {
    width: 50%;
}

.pro-inner-box-right {
    width: 50%;
    text-align: right;
}

.pro-btn {
    margin: 30px 0px 10px;
}

.pro-btn a:hover .btn-img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.review-hd h4 {
    font-size: 20px;
    font-weight: 700;
}

.review-container {
    padding: 30px 0px 0px 0px;
    border-top: 2px solid #e0e3eb;
    margin-top: 40px;
}

.review-img {
    width: 80px;
}
.review-img img{
    width: 50px;
}


.review-txt {
    width: calc(100% - 80px);
}

.review-hd {
    margin-bottom: 30px;
}

.u-name {
    color: #445998;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
}

.u-cmnt {
    font-size: 14px;
    font-weight: 400;
}

.review-text-cmnt span {
    font-size: 12px;
    color: #445998;
    padding-right: 15px;
    position: relative;
}
.review-text-cmnt span:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #a8a8a8;
    top: 5px;
    right: 2px;
}
.r-min:after{
    display: none;
}

.r-num img {
    position: relative;
    margin-right: 3px;
    bottom: 3px;
}

.r-min {
    color: #737373;
}

.review-box.num-2 {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.review-box.num-3 {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
    padding-left: 80px;
}

footer {
    background: #252829;
    text-align: center;
    padding: 40px 0px 90px 0px;
    margin-top: 40px;
}

footer p:nth-child(1) {
    font-size: 12px;
    color: #949494;
}

footer p:nth-child(2) {
    font-size: 12px;
    color: #6c6c6c;
}

footer p:nth-child(3) {
    font-size: 12px;
    color: #6c6c6c;
    padding-bottom: 40px;
}

.copy-txt p {
    color: #6c6c6c;
    font-size: 12px;
}

.copy-txt {
    background: #212323;
    padding: 10px 0px;
}


/* sec2 */

.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 800;
}

.check-container span {
    font-weight: 500;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background: url(../images/b-chk.png);
    background-repeat: no-repeat;
    background-size: 28px;
}

p.bx-p1 {
    font-size: 14px;
    font-weight: 500;
}

p.bx-p1 span {
    font-weight: 800;
}

p.bx-p2 {
    font-size: 14px;
    font-weight: 500;
}

p.bx-p3 {
    color: #7f7f7f;
    font-size: 12px;
    text-align: center;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background: url(../images/a-chk.png);
    background-repeat: no-repeat;
    background-size: 28px;
}


/* sec3 */

.reader-result-hd {
    margin-top: 80px;
    overflow: hidden;
}

.reader-result-hd h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.reader-result-hd h4:after {
    position: absolute;
    content: "";
    width: calc(100% - 160px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    background: #ebebeb;
}

.f-500 {
    font-weight: 500;
}
.f-400{
    font-weight: 400;
}

.pro-box2-hd h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.pro-box2-hd h4:after {
    position: absolute;
    content: "";
    width: calc(100% - 130px);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    background: #ebebeb;
}

.pro-box2 {
    margin: 30px 0px;
}

.pro-box2-inr {
    background: #f6f8fa;
    border: 1px solid #e0e3e7;
    padding: 15px;
}

.review-right2 {
    border-top: 1px solid #e0e3e7;
    padding-top: 30px;
    margin-top: 30px;
}

.pad-right {
    padding-right: 50px;
}


/**********css**********/
.hidden-ds{
    display:none;
}

.float-btn {
    position: fixed;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 12px  0;
    bottom: 0;
    display: none;z-index: 999;
}
.btn__wrp {
    margin: 0 auto;
}
.float-btn p{
font-size: 26px;
margin: 0;
}
.float-btn span{
    font-size: 20px;
    margin-top: 5px;
    }
.float-btn a{
display: inline-block;
margin-left: 26px;
}

.float-btn .pro-btn {
    margin: 0;
}
.ftr-txt a:hover{
color: #fff!important;
}
@media(max-width:767px)
{
    .float-btn {
        padding: 10px 0;
    }
    .float-btn p{
        font-size: 18px;
        }
        .float-btn a{
            display: inline-block;
            margin-left: 0;
            width: 60%;
            }
            .hidden-mb{
                display:none;
            }
            .hidden-ds{
                display:block;
            }
            .ftr-txt {
                font-size: 12px;
                color: #2d2d2d;
                line-height: 16px;
                text-align: center;
            }
}

@media(max-width:475px)
{
    .float-btn p{
        font-size: 22px;
        margin-bottom: 5px;
        }
        .float-btn a{
            display: inline-block;
            margin-left: 0;
            width: 60%;
            margin-top: 3px;
            }
}
