img {
    height: auto;
}
.text-center {
    text-align: center
}
.star {
    width: 100px;
    margin:auto;
    display: block;
    padding: 10px 0px;
}
.r-25 {
    border-radius: 25px;
    width:100%;
}
.comp-logo {
    width: 90%;
    margin:auto;
    display: block;
}
.yellowText {
    color: #ffb321;
}
.lightText {
    color: #fff;
}
.darkText {
    color: #000;
}
.cross {
     width:33px;
}
.check {
     width:33px;
}
.bnr-indt {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 5px;
}
.banner-middle {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: url(../images/banner.png) no-repeat center top;
    background-size: cover;
}
.banner-left {
    float: left;
    width: 55%;
    text-align: left;
}

.banner-left p span {
    color: #ff6d01;
}
p.bnrHeading2 {
    width:75%;
    font-size: 20px;
    line-height: 29px
}

.bnrStar {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.bnrStar img {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 12px 0 0;
}

.bnrHeading {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 55px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
}

.bnrHeading span {
    color: #FFB829;
}

.bnrText1 {
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #1b1c1f;
}

.bnrList {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.bnrList li {
    float: left;
    width: 100%;
    padding-left: 40px;
    background: url(../images/listStyle.png) no-repeat 0px 1px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    margin-top: 10px;
    text-align: left;
}

.btnBox {
    display: inline-block;
    vertical-align: top;
    max-width: 450px;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.comn-btn {
    float: left;
    width: 100%;
    background: rgb(69, 181, 69);
    background: linear-gradient(90deg, rgba(69, 181, 69, 1) 0%, rgba(15, 174, 90, 1) 100%);
    font-size: 25px;
    line-height: 69px;
    height: 68px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    letter-spacing: 0;
    box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
}

.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 15px;
}

.btn-txt {
    float: left;
    width: 100%;
    color: #fff;
    margin: 5px 0px;
}

.btn-txt.blck {
    color: #000;
}

.btn-txt p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
}

.btn-txt p span {
    font-weight: 500;
}

.hourglass {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 3px 0 0;
    animation: rotateP 2.5s ease-in-out forwards infinite
}

@keyframes rotateP {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(00deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.btn-text1:before {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #6fb620;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
}

p.btn-text2 span {
    color: #FC2201;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }
    50% {
        opacity: 30%;
    }
    70% {
        opacity: 100%;
    }
    100% {
        opacity: 100%;
    }
}

.bnrProd1 {
    position: absolute;
    top: 132px;
    left: 550px;
}
.bnrProd2 {
    position: absolute;
    top: 92px;
    left: 950px;
}
.bnrProd3 {
    position: absolute;
    top: 510px;
    left: 782px;
    width: 400px;
    font-size: 18px;
    line-height: 28px;
}
.section-5 {
    float: left;
    width: 100%;
    padding: 60px 0 60px;
    position: relative;
    text-align: center;
    background:#f5fbff;
}
.section-5 img {
    height:auto;
}
.s5_comp {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: #fff;
    margin-top: 200px;
    margin-bottom: 30px;
    border: solid 1px #D3D3D3;
}

.s5-col-1 {
    float: left;
    width: 22%;
    position: relative;
}
.s5-col-1 ul,
.s5-col-2 ul,
.s5-col-3 ul,
.s5-col-4 ul{
    padding-left:0;
    margin-bottom: 0;
}
.s5-col-1 ul li,
.s5-col-2 ul li,
.s5-col-3 ul li,
.s5-col-4 ul li {
    list-style: none;
    padding-left:0;
}
    

.s5-col-1 ul {
    float: left;
    width: 100%;
}

.s5-col-1 ul li {
    float: left;
    width: 100%;
    height: 70px;
    text-align: left;
    font-size: 19px;
    line-height: 74px;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: 600;
    padding: 0 0 0 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.s5-col-1 ul li:last-child {
    border: none;
}

.s5-col-1 ul li img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}

.s5-col-2 {
    float: left;
    width: 17%;
    background: #FBFBFB;
    border-radius: 4px;
    margin: -131px 25px -25px 0px;
    border: 1px solid #000
}

.s5-col-2-top {
    float: left;
    width: 100%;
    height: 125px;
}

.s5-col-2-prod {
    display: block;
    margin: -60px auto 10px;
    max-width: 100%;
}

.s5-col-3-prod {
    display: block;
    margin: -50px auto 10px;
    max-width: 100%;
}

.s5-col-4-prod {
    display: block;
    margin: -60px auto 14px;
    max-width: 100%;
}

.s5-col-2-top p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align:center;
}

.s5-col-3-top p,
.s5-col-4-top p {
    font-size: 16px;
    line-height: 20px;
}

.s5-col-2 ul {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.s5-col-2 ul li {
    float: left;
    width: 100%;
    height: 70px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}

.s5-col-2 ul li:last-child {
    border: none;
    height: 90px;
}

.s5-col-3 {
    background: #E3E1DC;
}

.s5-col-3 ul li {
    border-bottom: 1px solid #e7e7e7;
}

.s5-col-4 {
    background: #E3E1DC;
}

.s5-col-4 ul li {
    border-bottom: 1px solid #e7e7e7;
}


.section-test {
    float: left;
    width: 100%;
    padding: 60px 0 70px;
    position: relative;
    text-align: center;
}

.s6-mid {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 1320px;
    margin-top: 40px;
}

.testBox {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.testCol {
    float: left;
    width: 31%;
}

.testImage {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    border-radius: 12px;
    width: 350px;
    height: 350px;
}

.testStar {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-top: 30px;
    width: 100px;
}
.testVerify {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 15px;
}
.testCol .commonText.testhead {
    margin-top: 20px;
    font-weight: 600;
}

.testCol .commonText {
    margin-top: 10px;
}

.testName {
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin-top: 25px;
}

.testName img {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 3px 0 10px;
}

.testName span {
    color: #37b72d;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:1200px) {
    .banner-left {
        width: 50%;
    }
    .bnrText1 {
        font-size: 17px;
    }
    .bnrProd1 {
        left: 394px;
    }
    .bnrProd2 {
    left: 866px;
    top:150px;
}
}
@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:1021px) {
    .banner-left {
        width: 65%;
    }
    .bnrHeading {
        font-size: 40px;
        line-height: 52px;
        margin-top: 20px;
    }
    .bnrList {
        margin-top: 20px;
    }
    .bnrList li {
        margin-top: 5px;
    }
    .bnrProd1 {
        top: 122px;
        left: 343px;
        width: 400px;
    }
    .bnrProd2 {
        left: 650px;
        top:100px;
    }
    .bnrProd3 {
    top: 365px;
    left: 384px;
}
    .s5-col-1 {
        padding: 15px 0;
        width: 40%;
    }
    .s5-col-1 ul li {
        height: 60px;
        font-size: 17px;
        line-height: 62px;
        font-weight: 600;
        padding: 0 0 0 50px;
        background-position: 20px 20px;
    }
    .s5-col-2 {
        width: 25%;
        margin: -95px 15px -25px 0;
    }
    .s5-col-2-top {
        height: 105px;
    }
    .s5-col-2-prod {
        margin: -75px auto 10px;
    }
    .s5-col-2 ul li {
        height: 60px;
    }
    .s5-col-2 ul li img {
        width: 24px;
    }
    .s5-col-2 ul li:last-child {
       
    }
    .s5-col-4-top p,
    .s5-col-4-top p {
        font-size: 17px;
    }
    .s5-col-3-prod,
    .s5-col-4-prod {
        margin: -70px auto 15px;
    }
    .s6-mid {
        margin-top: 20px;
    }
    .testBox {
        margin-top: 30px;
    }
    .testStar {
        margin-top: 20px;
    }
    .testCol .commonText.testhead {
        margin-top: 15px;
    }
    .testName {
        font-size: 14px;
        margin-top: 15px;
    }
}
@media only screen and (max-width:768px) {
.bnrProd1 {
    top: 160px;
    left: 359px;
    width: 375px;
}
.bnrProd2 {
    left: 589px;
    top: 77px;
}
.bnrProd3 {
    top: 396px;
    left: 366px;
}
}
@media only screen and (max-width:767px) {
    .star {
        width: 55px;
    }
    .banner-middle {
        background: #fff;
        padding: 0px;
    }
    .banner-left {
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
    .banner-left p {
        width:100%;
        margin: 10px 0px;
    }
    .banner-left p span {
    }
    p.btn-text2 span {
    color: #FFF;
    }
    p.bnrStar {
        line-height: 20px;
    }
    .bnrStar {
        font-size: 13px;
        line-height: 13px;
        color:#000;
    }
    .bnrStar img {
        width: 75px;
        margin: -5px 4px 0 0;
    }
    .bnrHeading {
        font-size: 32px;
        line-height: 39px;
        margin: 0px 0px 5px 0px;
        color:#000;
    }
    .bnrProd-mob {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 10px -15px;
        width: calc(100% + 30px);
    }
    .bnrText1 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5px;
        padding: 0 10px;
    }
    .bnrList {
        margin: 0px 0px 15px 0px;
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }
    .bnrList li {
        float: none;
        width: auto;
        margin-top: 5px;
        padding-left: 30px;
        background-position: 2px 3px;
        background-size: 18px;
        color:#000;
    }
    .section-5 {
        padding: 30px 0 25px;
    }
    .s5_comp {
        border-radius: 10px;
        margin-top: 160px;
    }
    .s5-col-1 {
        width: 46%;
        padding: 10px 0;
    }
    .s5-col-1 ul li {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0px 0 10px;
        background-position: 10px 14px;
        background-size: 14px;
        height: 50px;
    }
    .s5-col-2 ul li {
        height: 50px;
    }
    .s5-col-2 {
        width: 24%;
        margin: -95px 3% -25px 0;
    }
    .s5-col-2-top {
        height: 100px;
    }
    .s5-col-2-prod {
        margin: -21px auto 5px;
        width: 35px;
    }
    .s5-col-2-top p {
        font-size: 10px;
        line-height:15px;
    }
    .s5-col-2-top {
        height: 99px;
    }
    .s5-col-4-top p,
    .s5-col-4-top p {
        font-size: 11px;
    }
    .s5-col-3-prod {
        margin: -21px auto 2px;
        width: 25px;
    }   
    
    .section-test {
        padding: 30px 0 25px;
    }
    .s6-mid {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
    }
    .testBox {
        margin-top: 20px;
    }
    .testCol {
        width: 100%;
        margin: 0 8px 0;
    }
    .testCol .commonText.testhead {
        font-size: 16px;
    }
    .testName {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 25px;
}
    
}


/*======================*/
.bnr-mbg {
    position: absolute;
    right: 327px;
    top: 399px;
    z-index: 9;
    width: 175px;
}
@media only screen and (max-width: 1187px){
.bnr-mbg {
    right: 214px;
}
}
@media only screen and (max-width: 1023px){
.bnr-mbg {
    right: 25px;
    top: 108px;
}
}
@media only screen and (max-width: 820px){
.hide-mob {
    display:none;
}
}
@media only screen and (max-width: 768px){
.bnr-mbg {
    display:none;
}

}



/*======================*/

.bnr-mbg-sec {
    float: left;
    width: 100%;
    text-align: center;
    background-color:#000;
    color:#fff;
}

.bnr-mbg-sec ul {
    float: left;
    width: 100%;
    padding: 50px 50px 50px 50px;
    border-bottom: 1px solid #f1f1f1;
    display: flex!important;
}

.bnr-mbg-sec ul li:first-child {
    float: left;
    width: 25%;
    padding: 0 30px;
    text-align: center;
    position: relative;
    align-self: center!important;
}
.bnr-mbg-sec ul li:last-child {
    float: left;
    width: 75%;
    padding: 0 30px;
    text-align: left;
    position: relative;
    align-self: center!important;
}
.bnr-mbg-sec ul li:after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 1px;
    height: 100%;
    border-right: 0px solid #f1f1f1;
    content: "";
}

.bnr-mbg-sec ul li:last-child:after {
    display: none;
}

.bnr-mbg-sec ul li img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
}

.bnr-mbg-sec ul li span {
    float: left;
    width: 100%;
    font-size: 48px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    margin-bottom: 15px;
}

.bnr-mbg-sec ul li p {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    color: #fff;
}



@media (max-width:1199px){
    .bnr-mbg-sec ul li span
    .bnr-btm-sec ul li p br{display: none;}
    .s4-btm-sec {
    margin-top: -250px;
    height: 300px;
}
    .bnr-mbg-sec ul li p br{display: none;}
    .s4-btm-sec {
    margin-top: -250px;
    height: 300px;
}
}



@media only screen and (max-width:1187px) {
    .bnr-mbg-sec ul li {
        padding: 0 20px;
    }

    .bnr-mbg-sec ul li span {
        font-size: 35px;
    }
    .bnrProd3 {
        top: 557px;
        left: 575px;
}
}

@media only screen and (width:1024px) {
.bnrProd1 {
    left: 324px;
    width: 550px;
}
.bnrProd2 {
    left: 676px;
    top: 77px;
}
.bnrProd3 {
    position: absolute;
    top: 510px;
    left: 400px;
}
.s5-col-2 {
    width: 16%;
}
}
@media only screen and (max-width:1021px) {

    .bnr-btm-sec ul li span {
        font-size: 21px;
        line-height: 26px;
    }
    .bnr-mbg-sec ul li span {
        font-size: 21px;
        line-height: 26px;
    }
    .bnrProd3 {
    top: 377px;
    left: 403px;
}
}


@media only screen and (max-width:767px) {
    .bnr-mbg-sec ul {
        padding: 0px 0 20px 0;
        border: 0;
        display: initial!important;
    }
    .bnr-mbg-sec ul li span {
        margin-bottom: 5px;
    }

    .bnr-mbg-sec ul li:first-child,
    .bnr-mbg-sec ul li:last-child{
    width: 100%;
    margin-top: 0;
    border-bottom: 0px solid #f1f1f1;
    padding: 0px 15px;
    
}

    .bnr-mbg-sec ul li:after {
        display: none;
    }

    .bnr-mbg-sec ul li img {
        margin: auto;
        padding: 0px;
        width: 50%
    }
    .bnr-mbg-sec ul li p {
    font-size: 14px;
    line-height: 20px;
}

}



/*======================*/