
body{
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

a{
    text-decoration: none;
}
img{
    width: 100%;
}

h1{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;  
    color: #000;
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 25px;
}
h1 span{
    color: #f38317;
}
h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;  
    color: #000;
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 25px;
}
.nu_header{
    background: #000;
    padding: 15px 0;
}
.header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-div{
    max-width: 177px;
}
.logo-div img{
 width: 100%;
 height: 100%;
 object-fit: contain;
}
.nav-btn{
    background: #00c425;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    transition: .4s;
    
}
.nav-btn:hover{
    color: #fff;
    box-shadow: 0px 0px 10px #00c425;
}
.nav-btn i{
    background: linear-gradient(180deg, #04880f, transparent);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}

/* main-body-sec */
.main_body_sec{
    background: #fff;
    padding: 65px 0;
}
.nu_left{
    margin-right: 20px;
}
.big-para{
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
    max-width: 955px;
    color: #000;
}
.big-para a{
    color: #f38317;
    text-decoration: underline;  
    font-weight: 600;
    
}
.first-img-div{
    margin: 55px 0 50px 0;
}
.commn-para{
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    color: #181818;
    font-weight: 500;
    margin-bottom: 25px;
}
.commn-para span{
    color: #f38317;
   
    font-weight: 700;
    position: relative; 
}
.commn-para span::after{
    content: '';
    width: 90%;
    height: 1px;
    background: #f38317;
    position: absolute;
    bottom: 0;
    left: 0;
}
.commn-para span.big-line{
    color: #f38317;
    text-decoration: underline 1px;
    font-weight: 700;
    position: relative;
    
}
.commn-para span.big-line::after{
    display: none;
}

.commn-para sup{
    font-weight: 500;
    font-size: 10px;
   
}
.divider{
    padding: 10px 0 25px;
}
.compare-div .col-sm-6{
    padding: 0;
    
}
.compare-box{
    position: relative;
    
    height: 100%;
    border: 1px solid #e2e2e2; 
}
.compare-box::after{
    content: '';
    width: 120px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: -2px;
    right: -8px;
    transform: skew(32deg, 0deg);
    
}

.compare-img::after{
    content: '';
    width: 123px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: -1px;
    right: -11px;
    transform: skewX(29deg);
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;

}
.compare-img{
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
    height: 244px;
    position: relative;
 }
 .compare-img img{
    width: auto;
    height: 100%;
    object-fit: bottom;
 }
.compare-div .row{
    margin: 0px;
}
.compert-title p{
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 1;
}
.competitor-star-group{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 25px 25px;
}
.compare-star{
    display: flex;
    align-items: center;
    justify-content: center;
}
.yellow-star{
    width: 20px;
}
.white-star{
    width: 20px;
}
.compare-list-wrap{
    padding: 25px 45px 25px;
}
.compare-list{
    padding: 0;
    margin: 0;
}
.compare-list li{
    font-size: 19px;
    color: #000;
    font-weight: 600;
    position: relative;
    list-style: none;
    padding-left: 48px;
    padding-bottom: 25px;
}
.compare-list li b{
    font-weight: 700;
}
.compare-list li::before{
   content: '';
   width: 24px;
   height: 24px;
   display: block;
   background: url(../images/cross.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: absolute;
   left: 0px;
   top: 4px;
}
.nuGlow-box{
    position: relative;
    
    border: 3px solid #ffc107;
    box-shadow: 0 0 10px #ffc10752;
}
.nuGlow-box::after{
    content: '';
    width: 124px;
    height: 36px;
    background: #fff;
    position: absolute;
    top: -11px;
    right: -14px;
    transform: skew(32deg, 1deg);
}
.nuGlow-img::after{
    content: '';
    width: 103px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: -2px;
    right: 8px;
    transform: skew(32deg, 1deg);
    border-bottom: 3px solid #ffc107;
    border-left: 3px solid #ffc107;

}
.nuGlow-img{
    background: #e6e2d8;
    text-align: center;
    height: 244px;
}
.nuGlow-img img{
    width: auto;
    height: 100%;
    object-fit: bottomw;
}
.nu-list{
    padding: 0;
    margin: 0;
}
.nu-list li{
    font-size: 19px;
    color: #000;
    font-weight: 600;
    position: relative;
    list-style: none;
    padding-left: 48px;
    padding-bottom: 25px;
}
.nu-list li b{
    font-weight: 700;
}
.nu-list li::before{
   content: '';
   width: 24px;
   height: 24px;
   display: block;
   background: url(../images/check.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: absolute;
   left: 0px;
   top: 4px;
}

.ulti-text{
    max-width: 650px;
    margin: 50px auto 30px;
    text-align: center;
}
.feature-text{
    max-width: 500px;
}
h2 sup{
    font-size: 15px;
}
.feature-img{
    margin-top: 70px;
    margin-bottom: 30px;
}
.gif-img{
    margin: 50px 0 50px;
}
.step-img{
    position: relative;
    max-width: 212px;
    height: auto;
}
.step-img img{
    width: 100%;
    height: 100%;
}
.no-div{
    position: absolute;
    width: 60px;
    height: 70px;
    background: url(../images/orange-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.step-head{
    font-size: 25px;
 font-weight: 800;
 margin-bottom: 20px;
}
.step-text-wrap{
    margin-left: 30px;
}
.step-main-div .row{
 padding-top: 50px;
}
.belt-img-div{
    margin: 45px 0 30px;
}
.update-div{
    background: url(../images/update-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16px 10px 18px 66px;
    margin-bottom: 30px;
}
.update-text{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    position: relative;
}
.update-text::before{
    content: '';
    width: 35px;
    height: 28px;
    background: url(../images/mice-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -45px;
    top: 0;
}
.update-text span{
    color: #f27f17;
    font-weight: 800;
}
.click-step-box{
    padding-bottom: 15px;
}
.click-step-left{
    padding-left: 40px;
}
.click-step-div{
    position: relative;
    padding-top: 20px;
}
.click-step-div::after{
    content: '';
    width: 20px;
    height: 309px;
    background: url(../images/step-line.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 28px;
}
.attention-div{
    position: relative;
    background: #fef1e8;
    width: 100%;
    padding: 50px 20px 30px;
}
.attention-div::before{
    content: '';
    width: 174px;
    height: 47px;
    background: #fff;
    transform: skew(157deg,0deg);
    position: absolute;
    top: 0;
    left: -17px;
}
.atten-text{
    color: #000;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}
.atten-text span{
    color: #f27f17;
}
.attention-div .commn-para{
    max-width: 580px;
    margin: 0 auto 30px;
    text-align: center;
}
.claim-div{
    padding: 50px 90px 30px;
    border: 2px dashed #f38317;
    margin-bottom: 30px;
}
.claim-head{
    color: #181818;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}
.claim-div .commn-para{
    text-align: center;
    max-width: 600px;
    margin: 0 auto 20px;
}
.claim-btn-div{
    text-align: center;
    margin-bottom: 30px;
}
.claim-btn{
    background: #00c425;
    padding: 25px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    transition: .4s;
}
.claim-btn:hover{
    color: #fff;
    box-shadow: 0 0 10px #00c425;
}
.claim-btn i {
    background: linear-gradient(180deg, #04880f, transparent);
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
}
.claim-last-para{
    color: #f38317;
    text-decoration: underline 1px;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}
.one-belt-img-div{
    max-width: 600px;
    margin: 0 auto;
}
.grnt-text-wrap{
    padding-left: 52px;
}
.what-text h2{
    max-width: 700px;
}
.testimonial-box{
    padding: 30px;
    background: #fff;
    border: 1px solid #c0c0c0;
    position: relative;
}
.testimonial-box::after{
    content: '';
    width: 43px;
    height: 42px;
    background-color: #fff;
    background-image: url(../images/Shape-5.png);
    position: absolute;
    top: -1px;
    right: -1px;
    background-repeat: no-repeat;
}
.quote-img{
    max-width: 35px;
}
.testimonial-main{
    padding-top: 5px;
}
.testi-star-main{
    display: flex;
}
.testimonial-box{
    margin-top: 40px;
}
.test-head p{
    color: #040404;
    font-size: 25px;
    font-weight: 800;
    margin: 30px 0 20px;
}
.testi-para p{
    color: #181818;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 30px;
}
.testi-name p{
    color: #181818;
    font-size: 21px;
    font-weight: 500;
}
.this-page-text{
    max-width: 760px;
    margin: 40px auto 0;
}
.this-page-text p{
    font-size: 17px;
    text-align: center;
    font-weight: 500;
}
.rate-div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    position: relative;
}
.rate-div::before{
    content: '';
    width: 109px;
    height: 30px;
    display: block;
    background: #fff;
    border-left: 2px solid #ffc003;
    border-bottom: 2px solid #ffc003;
    position: absolute;
    top: -42px;
    right: -35px;
    transform: skew(25deg, 0deg);
}
.rate-star-main{
    display: flex;
    width: 50%;
}
.rate-text{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}
.nu-right-text{
    margin: 25px 0 15px;
}
.nu-right-text p{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    line-height: 1;
}
.nu-right-text p sup{
    font-weight: 600;
    font-size: 15px;
}
.nu-right .commn-para{
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
}
.nu-right-btn{
    padding-top: 30px;
}
.nu-right-btn .nav-btn{
    font-size: 19px;
    text-align: center;
}
.nu-right{
    background: #fef1e8;
    padding: 40px;
    margin-left: 30px;
    border: 2px solid #ffc003;
    position: relative;
    
}
.nu-right::before{
    content: '';
    width: 130px;
    height: 30px;
    display: block;
    background: #fff;
    
    position: absolute;
    top: -3px;
    right: -17px;
    transform: skew(25deg, 0deg);
}
.nu-right-img {
    margin-top: 20px;
}


/* main-body-sec */

/* footer */
footer{
    background: #f4f4f4;
    padding: 90px 0;
}
.footer-logo{
    max-width: 180px;
    margin: 0 auto 50px;
}
.footer-link ul{
    text-align: center;
    padding: 0;
    margin: 0;
}
.footer-link ul li{
    display: inline-block;
    list-style: none;
    padding: 0 20px;
}
.footer-link ul li a{
    font-size: 17px;
    color: #181818;
    font-weight: 500;
    text-decoration: none;
}
.copy-text{
    font-size: 16px;
    color: #181818;
    font-weight: 500;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
}
/* footer */




@media screen and (min-width:1600px) {
    .nucontainer{
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 15px;
    }
}
@media screen and (max-width:1599px){
    .no-div{
        width: 45px;
        height: 52px;
        font-size: 24px;

    }
}
@media screen and (max-width:1399px){
    .nu-right{
        margin-left: 0px;
        padding: 40px 30px;
    }
    .rate-div::before{
        right: -25px;
    }
    .click-step-div::after{
        width: 22px;
        height: 335px;
    }
    .update-text{
        font-size: 15px;
    }
}
@media screen and (max-width:1199px) {
    .compare-list-wrap {
        padding: 15px 20px 15px;
    }
    .compare-img{
        height: 190px;
    }
    .nuGlow-img{
        height: 190px;
    }
    .rate-text{
        font-size: 18px;
    }
    .click-step-div::after {
        width: 26px;
        height: 413px;
    }
}

@media screen and (max-width:991px) {
  h1{
    font-size: 32px;
    line-height: 44px;
  }
  .big-para{
    font-size: 22px;
    line-height: 32px;
  }
  .first-img-div {
    margin: 35px 0 30px 0;
}
.commn-para{
    font-size: 18px;
    margin-bottom: 20px;
 }
 h2{
    font-size: 30px;
    line-height: 36px;
 }
 .divider {
    padding: 1px 0 15px;
}
.compare-list-wrap {
    padding: 15px 15px 15px;
}
.compare-img {
    height: 150px;
}
.nuGlow-img {
    height: 150px;
}
.compare-img::after {
    content: '';
    width: 100px;
    height: 18px;
}
.compare-box::after {
    content: '';
    width: 100px;
    height: 14px;
}
.nuGlow-box::after {
    content: '';
    width: 108px;
    height: 32px;
}
.nuGlow-img::after {
    content: '';
    width: 86px;
    height: 26px;
}
.competitor-star-group{
    padding: 12px 15px;
    gap: 10px;
}
.compert-title p{
    font-size: 14px;
}
.compare-list li{
    padding-left: 30px;
}
.compare-list li::before{
    width: 18px;
    height: 18px;
}
.nu-list li{
    padding-left: 30px;
}
.nu-list li::before{
    width: 18px;
    height: 18px;
}
.step-main-div .row {
    padding-top: 10px;
 }
 .no-div{
    top: -6px;
    right: 7px;
    width: 30px;
    height: 34px;
    font-size: 17px;
 }
 .click-step-left {
    padding-left: 19px;
}
.click-step-div::after {
    width: 17px;
    height: 272px;
    left: -8px;
    top: 28px;
}
.step-head{
    font-size: 20px;
    margin-bottom: 10px;
}
.commn-para{
    font-size: 16px;
}
.atten-text{
    font-size: 28px;
}
.attention-div{
    padding: 30px 20px 20px;
}
.attention-div::before{
    width: 110px;
    height: 21px;
}
.attention-div .commn-para{
    margin: 0 auto 15px;
}
.claim-div{
    padding: 30px 20px 30px;

}
.claim-head{
    font-size: 27px;
}
.grnt-text-wrap{
    padding-left: 0px;
}
.testimonial-box{
    padding: 20px 15px;
    margin-top: 30px;
}
.testimonial-box .col-1{
    padding: 0;
}
.testimonial-box .row{
    margin: 0;
}
.test-head p{
    font-size: 22px;
    margin: 15px 0 10px;
}
.testi-right {
    margin-left: 10px;
}
.testi-para p{
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-link ul li{
    padding: 0 10px;
}
.nu-right{
    padding: 30px 20px;
}
.rate-text {
    font-size: 14px;
}
.rate-star-main{
    width: 45%;
}
.nu-right-btn .nav-btn{
    font-size: 15px;
}
.rate-div::before {
    right: -15px;
    top: -32px;
    height: 20px;
}
.nu-right::before{
    height: 18px;
}

}

@media screen and (max-width:767px) {
    .nu_left{
        margin-right: 0px;
    }
    h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .nu-right{
        display: none;
    }
    .logo-div {
        max-width: 125px;
    }
    .nav-btn{
        padding: 10px 25px;
        font-size: 14px;
    }
    .main_body_sec{
        padding: 40px 0;
    }
    .feature-img{
        margin-top: 40px;
    }
    .update-text::before{
        top: 13px;
    }
    .click-step-div::after {
        width: 14px;
        height: 216px;
    }
    .click-step-box{
        padding-bottom: 0px;
    }
    .claim-btn{
        padding: 15px 20px;
        font-size: 15px;
    }
    .claim-btn-div{
        margin-bottom: 10px;
    }
    .claim-last-para{
        font-size: 15px;
    }
    .testi-star-main{
        width: 28%;
    }
    .test-head p{
        font-size: 18px;
    }
    .testi-para p{
        font-size: 16px;
    }
    .testi-name p{
        font-size: 18px;
        margin-bottom: 0px;
    }
    footer {
        padding: 50px 0;
    }
}

@media screen and (max-width:575px) {
    .nav-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
    .logo-div {
        max-width: 100px;
    }
    .nav-btn i{
        width: 20px;
    height: 20px;
    line-height: 18px;
    margin-left: 2px;
    }
    h1 {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 15px;
    }
    .big-para {
        font-size: 18px;
        line-height: 26px;
    }
    .divider hr{
        margin: 5px 0;
    }
    .first-img-div {
        margin: 25px 0 30px 0;
    }
    .compare-box::after{
        height: 18px;
        top: -2px;
        right: -12px;
    }
    .compert-title p {
        font-size: 20px;
    }
    .compare-box{
        height: auto;
        margin-bottom: 30px;
    }
    .ulti-text{
        margin-top: 28px;
    }
    .gif-img {
        margin: 30px 0 40px;
    }
    .step-text-wrap {
        margin-left: 0px;
    }
    .update-text::before {
        top: 21px;
    }
    .click-step-div::after{
        display: none;
    }
    .click-step-left{
        padding-left: 0px;
    }
    .atten-text {
        font-size: 25px;
    }
    .claim-head {
        font-size: 21px;
    }
    .testimonial-main{
        padding-top: 0px;
    }
    .testimonial-box::after{
        top: -1px;
    right: -2px;
    }
    .compare-div .row{
        margin: auto;
    }
    .footer-logo{
        margin-bottom: 20px;
    }
    .footer-link ul li a{
        font-size: 15px;
    }
    .copy-text{
        font-size: 14px;
        margin-top: 15px;
    }
   
    .compare-div{
   overflow: hidden;
    }
    .footer-logo{
        max-width: 140px;
    }
    .attention-div{
        overflow: hidden;
    }
    .step-head{
        font-size: 18px;
    }
}