body{
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    background-attachment: fixed;
}
button.owl-prev {
    position: absolute;
    left: -40px;
    top: 40%;
}
button.owl-next {
    position: absolute;
    right: -40px;
    top: 40%;    
}
.owl-nav button span {
    font-size: 2.5rem;
}
.col-md-1andhalf {
    flex: 0 0 auto;
    width: 12.5%;
}
.mb-30 {
    margin-bottom: 30px;
}

.your-lifestyle {
    background-image: url("../img/yourlifestyle.jpg");
}

.your-lifestyle .attention {
    background: rgb(242 242 242);
    border-radius: 10px;
    padding: 20px;
    margin: 0 16%;
    margin-bottom: 2%;
}
.your-lifestyle .attention h3 {
    color: #000;
    font-size: 1.4rem;
    margin: 0;
}
.your-lifestyle .box-content {
    background: rgb(242 242 242);
    border-radius: 10px;
    padding: 20px;
    margin: 0 20%;
    margin-top: 30px;
}
.your-lifestyle  .content {
    padding-top: 80px;
    padding-bottom: 140px;
}
.your-lifestyle h1, .your-lifestyle p {
    color: #000;
}
.your-lifestyle p {
    font-size: 1.2rem;
}
.your-lifestyle h1 {
    font-size: 2rem;
}
.your-lifestyle .logo img{
    width: 230px;
}
.claimbtn {
    margin-top: 20px;
    background-color: rgb(196, 53, 0);
    color: rgb(255 255 255);
    padding-left: 26px;
    padding-right: 26px;
    font-size: 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}

.claimbtn:hover {
    margin-top: 20px;
    background-color: rgb(10, 12, 2);
    color:#fff;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 1.5rem;
    border-radius: 10px;
    font-weight: 600;
}

.video-testimonial {
    background-color: rgb(239, 239, 239);
    padding-top: 60px;
    padding-bottom: 60px;
}
.video-testimonial .testimonial-video {
    text-align: center;
}
.video-testimonial .testimonial-video video {
    width: 520px;
    height: 300px;
}

.ourteam {
    background-color: rgb(32, 32, 32);
    padding: 70px 0;
}
.ourteam .team-content {
    padding: 0 100px;
    text-align: justify;
}
.ourteam .team-content img {
    float: left;
    margin: 5px 15px;
    width: 340px;
}
.ourteam h1 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 60px;
}
.ourteam p {
    color: #fff;
}
.ourteam .acredition-outer {
    justify-content: center;
    display: flex;
}
.ourteam .acredition {
    background: #fff;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.ourteam .acredition img {
    width: 25%;
    margin: 0;
}

.otherssay {
    background-color: rgb(239, 239, 239);
    padding-top: 100px;
    padding-bottom: 100px;
}
.otherssay h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 60px;
}
.otherssay .content {
    margin-bottom: 40px;
}
.otherssay .content .clientsay {
    display: flex;
    align-items: center;
}
.otherssay .content .clientsay .client-left {
    flex: 40%;
    text-align: center;
    display: block;
    margin-right: 20px;
}
.otherssay .content .clientsay .client-left.clientleft-reverse {
    margin-left: 20px;
    margin-right: 0;
}
.otherssay .content .clientsay .client-left h2 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 20px;
}
.otherssay .content .clientsay .client-right {
    flex: 60%;
}
.otherssay .content .clientsay .client-right p {
    text-align: center;
    font-style: italic;
    margin: 0;
    text-align:justify;
}
.otherssay .content .clientsay .client-right p i {
    color: #f3b60c;
    font-size: 20px;
}
.otherssay .content .clientsay .client-left img {
    width: 100%!important;
    display: inline-block!important;
    height: 100%;
}
.otherssay .content .img-outer {
    text-align: center;
    margin-top: 30px;
}
.otherssay .content .img-outer img {
    width: 700px;
}

.score {
    background-color: rgb(239, 239, 239);
    padding-top: 100px;
    padding-bottom: 100px;
}
.score h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
}
.score .test-testi {
    background: #d7d4431f;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.score .test-testi .test-user {
    display: flex;
    align-items: center;
}
.score .test-testi .test-user h6 {
    margin: 0;
    margin-left: 10px;
    font-style:italic;
    font-size:20px;
}
.score .test-testi .test-user img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.score .test-testi .test-clientwrite {
    margin-top: 10px;
}
.score .rating {
    display: flex;
    background: #efefef;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}
.score .rating > div {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: baseline;
    margin-bottom: -10px;
}
.score .rating .rateclass {
    width: 50%;
}
.score .rating .progress {
    width: 40%;
    height: 10px;
    background: #fff;
}
.score .rating .progress .progress-bar {
    background-color: #3f51b5;
}
.score .rating .scorep {
    width: 10%;
    text-align: right;
}

footer {
    background-color: rgb(229, 229, 229);
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-body h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.modal-body .form-control {
    margin-bottom: 20px;
}

.faq {
    background-image: url("../img/faqbg.png");
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.faq h1 {
    font-size: 1.8rem;
    margin-bottom: 50px;
}
.faq .question {
    background-color: rgb(224, 180, 46);
    color: #000;
    padding: 10px;
    border-radius: 6px;
    border-radius: 6px 6px 0 0;
}
.faq .question  h6 {
    margin-bottom: 0;
    font-size: 1.4rem;
}
.faq .answer {
    padding: 10px;
    background: rgb(255 255 255 / 50%);
    margin-bottom: 20px;
    border-radius: 0 0 6px 6px;
}
.faq .answer p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.projectscompleted {
    padding: 70px 0;
}
.projectscompleted h1 {
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 50px;
}
.projectscompleted .projectcat {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.projectscompleted .projectcat .projectimg {
    flex: 75%;
}
.projectscompleted .projectcat .project-title {
    flex: 25%;
}
.projectscompleted .projectcat .project-title.title-right {
    justify-content: flex-end;
    display: flex;
}
.projectscompleted .projectcat .project-title h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 0;
    padding:20px;
    background:#000;
    display:inline-block;
}
.projectscompleted .projectcat .projectimg .img-outer {
    height: 100%;
    width: 100%;
}
.projectscompleted .projectcat .projectimg .img-outer img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.comparison {
    background-color: #292929;
    padding-top: 70px;
    padding-bottom: 70px;
}
.comparison h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
}

.process {
    background-color: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
}
.process h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 50px;
}
.process img {
    margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
    .ourteam .left-content, .ourteam .right-content {
        padding: 25px;
    }
    .your-lifestyle .box-content {
        margin: 0 6%;
        margin-top: 10px;
    }
    .owl-nav button {
        display: none;
    }
    .ourteam .team-content {
        padding: 0 20px;
    }
    .your-lifestyle h1 {
        font-size: 1.8rem;

    }
    .otherssay .content .clientsay {
        flex-direction: column;
    }
    .otherssay .content .clientsay.clientsay-reverse {
        flex-direction: column-reverse;
    }
    .otherssay .content .img-outer img {
        width: 100%;
    }
    .projectscompleted .projectcat .projectimg .img-outer {
        height: 100%;
    }
    .projectscompleted .projectcat {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .projectscompleted .projectcat-rev {
        flex-direction: column-reverse;
    }
    .ourteam .team-content img {
        margin: 0;
        width: 100%;
    }
    .ourteam .acredition {
        width: 100%;
        flex-direction: column;
    }
    .otherssay .content .clientsay .client-left {
        margin-right: 0;
    }
    .otherssay .content .clientsay .client-left.clientleft-reverse {
        margin-right: 0;
        margin-left: 0;
    }
    .video-testimonial .testimonial-video video {
        width: 100%;
        height: auto;
    }
    .your-lifestyle .attention {
        margin: 0 6%;
        margin-bottom: 2%;
    }
    .score .rating {
        width: 100%;
    }
}
.ten{
    background-image: linear-gradient(to right, rgb(40, 207, 62) 100%, rgb(206, 195, 195) 0%);

}
.nine{
    background-image: linear-gradient(to right, rgb(241, 231, 83) 90%, rgb(206, 195, 195) 100%);

}
.eight{
    background-image: linear-gradient(to right, rgb(103, 147, 230) 80%, rgb(206, 195, 195) 20%);

}
.seven{
    background-image: linear-gradient(to right, rgb(241, 231, 83) 70%, rgb(206, 195, 195) 30%);

}
