@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #0C8CE9;
}
p, ul, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
    font-family: "Poppins", sans-serif;
    color: #292D35;
}

/* navbar section here  */
.navBtnNew{
    height: auto;
    width: 200px;
    padding: 12px 0;
    text-align: center;
    background-color: #292D35;
    color: #fff;
    border-radius: 100px;
    margin-left: 15px;
}

.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navBtnLink {
        color: #292D35;
        
    }

/* first hero section here  */
.heroOne{
    height: auto;
    width: 100%;
    
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
}
.link{
    color: #292D35;
}
.CTAText .link, .thirdHeroOneBoxInner .link{
    color: #fff;
}
.heroOneInner{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url("../img/hero-one-bg.png");
    background-size: contain;
}
.avatar-one{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 2px;
}
.heroOneBox{
    height: auto;
    width: 100%;
    padding: 60px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}


.heroOneBox h1{
    font-weight: 600;
    font-size: 48px;
    color: #292D35;
    line-height: 60px;
    margin-bottom: 50px;
}

.heroOneBox ul{
    padding: 20px 0;
}
.heroOneBox ul li{
    padding: 5px 0;
    font-weight: 400;
    font-size: 20px;
}
.heroOneBox ul li img{
    height: 22px;
    width: 22px;
    margin-right: 5px;
}
.firstHeroBtn{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.firstBtnLeft{
    height: auto;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.ctafirstBtnRight{
    background-color: transparent;
    border: 1px solid #4C3CCE;
    color: #4C3CCE;
    height: auto;
    width: 200px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    
}
.ctafirstBtnLeft{
    height: auto;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
}

.firstBtnRight{
    background-color: transparent;
    border: 1px solid #3D4350;
    color: #292D35;
    
}
.heroOneBox p{
    font-size: 12px;
    margin: 10px 0 0 10px;
}

.heroOneBox p b{
    font-weight: 600;
}
.CTAText{
    text-align: center;
    font-size: 16px !important;
    padding-top: 30px;
    margin-left: 0;
}
/* second hero section  */
.secondHeroSection{
    height: auto;
    width: 100%;
    padding: 100px 0 0 0;
    background: url(../img/hero-two-bg.png);
    background-size: cover;
    background-position: center;
}

.secondHeroSection .heroOneBox{
    margin-bottom: 100px;
}


/* third hero section  */
.thirdHeroSecion{
    height: 50vh;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
}
.thirdHeroWhiteBg{
    background-color: #fff;
    height: 100vh;
    margin-top: -2px;
}
.thirdHeroSecion .heroOneInner{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: calc(750px);
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.thirdHeroSecion .heroOneInner h1{
    text-align: center;
}
.thirdHeroSecion .heroOneInner h1 span{
    color: #7063D8;
}

.thirdHeroSecion .heroOneBox{
    margin-top: 50px;
    box-shadow: none;
    padding: 60px 00px 0 00px;
}
.thirdHeroOneBoxInner{
    padding: 0 60px;
}

.thirdHeroSecion .CTAText{
    background-color: #41388C;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin: 0;
    color: #fff;
    padding: 15px 0;
}

.thirdHeroSecion .heroOneBox ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.thirdHeroSecion .firstBtnLeft{
    width: 240px;
}

.thirdHeroSecion .firstHeroBtn{
    width: 500px;
    margin: 0 auto;
}
.thirdHeroSecion p{
    text-align: center;
    margin-bottom: 20px;
}


/* fourth hero section here  */

.fourthHeroSection{
    height: auto;
    padding: 0;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
}

.fourthHeroSection .heroOneBox{
    background-color: transparent ;
    color: #fff;
    padding: 0;
    box-shadow: none;
}

.fourthHeroSection .heroOneBox h1{
    color: #fff;
    text-align: center;
}
.fourthHeroSection .heroOneBox ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fourthHeroSection .firstBtnLeft{
    width: 240px;
    background-color: #fff;
    color: #4C3CCE;
}
.fourthHeroSection .firstBtnRight{
    width: 240px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.fourthHeroSection .firstHeroBtn{
    width: 500px;
    margin: 0 auto;
}
.fourthHeroSection .priceStartText{
        text-align: center;
        margin-bottom: 20px;
        /* margin-left: -260px; */
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
}



.CTATextFourth{
    background-color: #41388C;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
.fourthHeroSection .heroOneInner{
    padding: 150px 0 50px 0;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* fifth secion here  */

.fifthHeroSection{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
}
.fifthHeroSection .heroOneBox{
    box-shadow: none;
    background-color: transparent;
}

.fifthHeroSection .heroOneInner{
    background-repeat: repeat;
    padding: 50px 0;
}
.fifthtextInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fifthtextInner .fifthInnerTextRight{
    margin-left: -500px !important;
}


/* sixth hero section  */
.sixthHeroSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(180deg, #4C3CCE 0%, #6255D3 100%);
}

.sixthHeroSection .heroOneBox{
    background: #FFFFFF1A;
    color: #fff;
    border: 1px solid #ffffff21;
    border-image-source: linear-gradient(93.72deg, rgba(255, 255, 255, 0.226) -17.68%, rgba(255, 255, 255, 0) 45.74%),
    linear-gradient(263.34deg, rgba(255, 255, 255, 0.1) -17.77%, rgba(255, 255, 255, 0) 43.1%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.sixthHeroSection .heroOneBox h1{
    color: #fff !important;
}

.sixthHeroSection .firstBtnLeft{
    background-color: #DB631A;
    color: #fff;
    box-shadow: 0px 6px 9px 0px #0000001F;
    box-shadow: 2px 0px 10px 0px #0000000A;
    box-shadow: -2px 0px 10px 0px #0000000A;
}

.sixthHeroSection .firstBtnRight{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.sixthHeroSection .avatar{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sixthCTA img{
    width: 25px;
}

.sixthCTA{
    height: auto;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #14161B;
}
.firstSecNew{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #7F75DC;
}

.firstSecInner{
    height: auto;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
}

.firstSecInner img{
    height: 45px;
    width: 45px;
}

/* first section version two  */
.firstSectionTwo{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    color: #3D4350;
}

.firstSectionTwoLilac {
    height: auto;
    width: 100%;
    padding: 50px 20px;
    background-color: #F1F0FC;
    color: #3D4350;
}



.firstSectionTwoInner{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.firstSectionTwoInner img{
    height: 72px;
    width: 72px;
    margin-right: 15px;
}

.firstSectionTwoInner h4{
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.firstSectionTwoInner p{
    font-size: 18px;
}

/* second section here  */

.secondSectionOne{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
}

.secondSectionImage{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url("../img/hero-one-bg.png");
    background-size: cover;
}

.secondSectionOne h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.secondSectionOne h2 span{
    color: #4C3CCE;
}

.secondSectionInner{
    display: flex;
    align-items: center;
    color: #3D4350;
    margin-top: 10px;
}

.secondSectionInner img{
    height: 128px;
    width: 160px;
    margin-right: 15px;
}

.secondSectiontext h5{
    font-weight: 600;
}
.secondSectiontext p{
    font-size: 16px;
}

/* second section version two  */

.secondSectionTwo{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
}

.secondSectionTwo h2{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.secondSectionTwo h2 span{
    color: #4C3CCE;
}

.secondSectionBox{
    height: 350px;
    width: 100%;
    border-radius: 16px;
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.secondSectionBox img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    height: 184px;
    width: 100%;
}

.secondTwoText{
    padding: 16px;
}

.secondTwoText {
    font-size: 15px;
}
.secondTwoText h5{
    font-weight: 600;
}

.reviewSection{
    height: 200px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 0;
    padding: 0px 16px 50px 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
}

.reviewerImage{
    height: 100px;
    width: 100px;
    margin-top: -50px;
}
.star{
    width: 110px;
    height: 18px;
    margin-bottom: 15px;
}
.reviewText{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.reviewerName{
    display: flex;
    align-items: center;
}
.line{
    width: 29px;
    margin-right: 10px;
    border: 1px solid  #3D4350;
}

/* third section here  */
.thirdSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background-color: #fff;
}
.thirdSectionNew h2{
    font-size: 48px;
    font-weight: 600;
}
.thirdSectionNew h2 span{
    color: #4C3CCE;
}

.thirdLeftBox{
    height: 550px;
    width: 100%;
    background-image: url(../img/circle.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thirdLeftBox iframe{
    border-radius: 16px !important;
    height: 300px;
    width: 500px;
    max-width: 100%;
}
.thirdLeftBox img{
    border-radius: 16px;
    max-width: 100%;
}
.thirdRightInner{
    display: flex;
    align-items: center;
    padding: 20px;
}

.thirdNumber{
    height: 107px;
    width: 40px;
    margin: 5px 10px;
}
.thirdText p{
    font-size: 16px;
}

.thirdText h5{
    font-size: 20px;
    color: #4C3CCE;
    font-weight: 600;
}

.thirdText h5 img{
    width: 20px;
}

.awardLogo {
    width: 100px;
    margin: 10px 15px;
}


/* fourth section here  */
.fourthSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F1F0FC 100%);
}

.fourthSectionNew h2{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}
.fourthSectionNew h2 span{
    color: #4C3CCE;
}

.fourthNewInner{
    padding: 15px 20px;
    font-size: 15px;
}
.fourthNewInner h5{
    font-weight: 600;
    font-size: 16px;
}
.fourthNewInner img{
    width: 22px;
    margin-bottom: 10px;
}
.googleReviewSection{
    height: auto;
    width: 100%;
    padding: 24px;
    /* border-radius: 16px; */
    /* background-color: #fff; */
    margin-top: 40px;
    /* box-shadow: 1px 1px 20px 0px #7699CE4D; */
    text-align: center;
}
.googleInner{
        display: flex;
    align-items: center;
    justify-content: center;
}
.googleReviewText img{
    width: 110px;
}
.googleImg{
    margin-right: 15px;
    width: 25px;
    height: 28px;
    margin-bottom: 10px;
}
.googleInner p{
    padding: 0 !important;
    font-size: 14px !important;
}
.googleReviewSection p{
    font-size: 20px;
    padding: 20px 0;
}

/* fifth section here  */
.fifthSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0 0 0;
    background-color: #F6F7F7;
}
.fifthOutertextBox{
    margin-bottom: 30px;
}
.fifthOutertextBox h2{
    font-size: 56px;
    font-weight: 600;
}
.fifthOutertextBox p{
    font-size: 24px;
    color: #4C3CCE;
}

.fifthBoxNew{
    height: 200px;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    margin-top: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #0000000D;
}

.fifthBoxNew img{
    height: 50px;
    width: 50px;
}
.fifthBoxNew p{
    padding: 15px 0;
    font-size: 18px;
}


/* fifth Another Section here  */
.fifthAnotherSection {
    height: auto;
    width: 100%;
    padding: 100px 0;
    background-color: #FEFEFE;
}

.fifthAnotherSection .fifthBoxNew {
    box-shadow: none;
    display: flex;
    align-items: center;
    height: auto;
    margin: 20px 0;
}
.fifthAnotherSection .fifthBoxNew p{
    padding: 0;
}
.fifthAnotherSection .fifthBoxNew img{
    margin-right: 15px;
}
.fifthAnotherleftImg{
    border-radius: 16px;
}

/* sixth section here  */

.sixthSectionNew{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url(../img/sixth-main-bg.png);
    background-size: cover;
    background-position: center;

}
.sixthSectionNew h3{
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}

.sixthNewBox{
    height: 470px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.sixthNewBox h5{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}
.sixthNewBox p{
    font-size: 16px;
    font-weight: 600;
}

.sixthNewBox ul li{
    list-style: disc !important;
    margin-left: 20px;
    padding: 5px 0;
}

/* main review section  */
.mainReviewSection{
    height: auto;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F7F7;
}
.mainReviewSection h2{
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.mainReviewSectonBox{
    height: auto;
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 1px 1px 20px 0px #7699CE4D;
}
.mainReviewSectonBox p{
    height: 120px;
    padding: 10px 0;
}
.mainReviewSectonBox img{
    height: 23.13px;
    width: 24.44px;
}
.reviewMainInner{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.reviewMainInner p{
    height: auto;
    padding: 0;
}
.reviewMainInner img{
    height: 64px;
    width: 64px;
    border-radius: 50%;
}
.reviewMainInnerText{
    margin-left: 20px;
    font-size: 14px;
}
.reviewMainInnerText h5{
    font-weight: 600;
}
.mainReviewBtn{
    height: auto;
    width: 270px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    background-color: #4C3CCE;
    color: #fff;
    font-weight: 400;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 50px;
}

/* pricing section one here  */
.pricingSectionOne{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
    background-image: url(../img/pricing-section-bg.png);
    background-size: cover;
    background-position: bottom;
    background-position-x: right;
}
.pricingSectionOne h2{
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
}

.priceTagNew{
    background-color: #fff;
    padding: 18px;
    border-radius: 16px;
    height: 630px;
    box-shadow: 0px 6px 7.6px 0px #0000000F;
}
.priceTagNew img{
    width: 132px;
}

.priceTopPart{
    text-align: center;
    padding-bottom: 20px;
}

.priceTopPart h3{
    font-weight: 600;
    margin: 10px 0;
}
.priceTopPart p{
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
}
.priceNewBtn{
    height: auto;
    width: 100%;
    padding: 10px 0;
    border-radius: 100px;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
}
.priceTagBottomPart{
    padding: 30px 0 10 0;
}
.priceTagBottomPart h5{
    font-weight: 600;
    font-size: 20px;
}
.diamond{
    color: #DB631A;
}
.platinum{
    color: #06B181;
}
.diamondPlus{
    color: #485EB0;
}

.priceTagBottomPart ul li{
    padding: 10px 0;
}
.priceTagBottomPart ul li img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.priceBanner{
    height: auto;
    width: 100%;
    border-radius: 16px;
    padding: 0 40px;
    margin-top: 80px;
    background-color: #fff;
}
.priceBannerInnerLeft{
    padding: 15px 0;
}
.priceBannerInnerLeft h2{
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #292D35;
    margin: 0;
    text-align: left;
}
.priceBannerInnerLeft h2 span{
    color: #4C3CCE;
}
.priceBannerInnerLeft h2 .sm-text{
    font-size: 16px ;
}
.priceBannerInnerLeft ul {
    display: flex;
    align-items: center;
}
.priceBannerInnerLeft img{
    height: 24px;
    width: 24px;
}
.priceBannerInnerMiddle img{
    width: 217px;
    max-width: 100%;
}
.priceBannerInnerRight img{
    width: 200px;
    max-width: 100%;
}
.priceBannerInnerRight h3{
    font-size: 20px;
    font-weight: 600;
}


/* pricing section two  */
.pricingSectionTwo{
    padding: 100px 0 0 0 ;
}
.priceBannerTwo{
    border-radius: 0;
}


/* CTA section */

.justCta {
    background-image: none !important;
    background: none !important;
    padding: 50px 0 !important;
}

.fourthHeroSection .ctapriceStartText{
   text-align: center;
    margin-bottom: 20px;
    /* margin-left: -260px; */
    color: #4C3CCE;
    font-size: 16px;
    margin-top: 30px;
}

/* PO bill page css code here  */
.poBoxSection{
    height: 750px;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
    /* margin-top: 65px; */
}
.poBoxInner{
    height: 500px;
    width: 100%;
    padding: 100px 0 0 0;
    background: url("../img/hero-one-bg.png");
    background-size: contain;
    color: #fff;
}

.poBoxInner h1{
    font-size: 38px;
    font-weight: 600;
    padding-top: 35px;
}
.poBoxInner .mb-10{
    font-size: 24px;
    font-weight: 400;
    color: #FFCC00;
    margin: 20px 0;
}

.poSectionBox{
    height: auto;
    width: 100%;
    padding: 15px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 4px #0000001c inset;
    z-index: 100;
}
.poSectionBox .form-label{
    margin: 5px 0;
    font-size: 14px;
}
.poSectionBox h2{
    font-weight: 600;
    font-size: 32px;
    color: #292D35;
    padding: 15px 0;
}
.poSectionBox form label{
    color: #667085;
}
.poSectionBox form label span{
    color: #C33B3B;
}
.poSectionBox form input, .poSectionBox form select{
    padding: 8px 10px;
    box-shadow: none !important;
    transition: 500ms ease;
    color: #76797C;
    font-size: 14px;
}
.poSectionBox form input:focus, .poSectionBox form select:focus{
    border-color: #76797C !important;
}
.poSectionBox form input::placeholder{
    color: #76797C;
}
.poSectionBox input[type=number]::-webkit-inner-spin-button, 
.poSectionBox input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.poTrustedBrands p{
    font-size: 18px;
    font-weight: 400;
    margin: 275px  0 10px 0;
}

.poTrustedBrands p span{
    color: #ADD1EC;
}
.poBillStoreSection{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #6658D6;
    color: #fff;
}
.storeInner{
    display: flex;
    align-items: center;
    
}

.storeInner .storeLeft img{
    width: 49px;
    height: 52px;
    margin-right: 20px;
}
.storeRight .starRatingPO {
    display: flex;
    align-items: center;
    justify-content: center;
}
.storeRight .starRatingPO img{
    width: 132px;
    height: 20px;
}
.storeRight h5{
    font-size: 16px;
}

.POsubmitBtn{
    height: auto;
    width: 100%;
    margin: 35px 0 15px 0;
    padding: 12px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 50px;
}

.poFooterSec{
    height: auto;
    width: 100%;
    background-color: #F1F0FC;
    margin-top: 0px;
}
.poFooterInner{
    height: auto;
    width: 100%;
    padding: 25px  0 150px 0;
    background: url("../img/hero-one-bg.png");
    background-size: cover;
    background-position: right;
    color: #14161B;
}

.poFooterInner img{
    width: 80%;
    margin-top: 10px;
}

/* book demo page code here  */

.bookDemoSection{
    height: auto;
    width: 100%;
    background: linear-gradient(89.82deg, #5444D1 9.26%, #40388B 95.12%);
    margin-top: 65px;
}
.bookDemoInner{
    height: auto;
    width: 100%;
    padding: 100px 0;
    background: url("../img/hero-one-bg.png");
    background-size: contain;
    color: #fff;
}
form{
    padding: 10px;
    /* margin: 20px 40px; */
    /* margin-top: 25px; */
    border-radius: 12px;
}

form h3{
    text-align: center;
}

.bookDemoInner p{
    font-size: 16px;
    font-weight: 400;
}

.PObillMain form input{
    padding: 8px 10px;
    box-shadow: none !important;
    transition: 500ms ease;
    color: #76797C;
    width: 80%;
    border: 0;
    border-bottom: 1px solid #3D4350;
    border-radius: 0;
    border-style: dashed;
    margin-left: 10px;
}
.PObillMain form input:focus{
    border-color: #3D4350;
}   
.PObillMain .form-label{
    margin: 0;
}

.POoneLeft{
    height: 150px;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #3D4350;
    border-style: dashed;
}
.POoneLeft p{
    width: 100% !important;
}
.PObillMain p, .PObillMain .form-label{
    width: 20%;
    font-size: 14px;
}
.PObillMain .form-label{
    font-size: 12px;
}

.file-upload-wrapper {
    position: relative;
    display: flex;
    height: 150px;
    width: 150px;
}
.file-upload-input {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0;
    cursor: pointer;
}
.file-upload-label {
    display: flex;
    height: auto;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #3D4350;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
}
.file-upload-label .icon {
    margin-right: 10px;
}
.image-preview {
    margin-top: 10px;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    height: 150apx;
    width: 150px;
}

.billFormHeader{
    padding: 14px 0;
    margin: 30px 0 20px 0;
    background-color: #F0F1F3;
}

.billFormHeader h6{
    padding: 0 8px;
    margin: 0;
}
table{
    border: 1px solid #ccc;
    border-radius: 10px;
}
thead th{
    background-color: #E0E2E7 !important;
    color: #292D35 !important;
    font-weight: 500 !important;
    border: 1px solid #ccc;
}
thead{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px;
}
table tr td{
    background-color: rgb(255, 255, 255) !important;
    color: #292D35 !important;
    opacity: 1;
    border: 1px solid #ccc;
}
.PObillBtn{
    height: auto;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #4C3CCE;
    color: #fff;
    border: 2px solid #4C3CCE;
    border-radius: 50px;
    margin-top: 20px;
}
.POprint{
    margin-top: 100px;
}

.POdownload{
    background-color: transparent;
    border: 2px solid #4C3CCE;
    color: #4C3CCE;
}
.TOCnotesSec{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TOC, .Notes{
    width: 250px;
    text-align: center;
    padding: 10px 20px;
    color: #0C8CE9;
    border-radius: 5px;
    border: 2px solid #0C8CE9;
    border-style: dashed;
    margin-top: 80px;
}
.Notes{
    width: 200px !important;
}
.totalAmount{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.thankyou-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: white;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

#message {
    color: black;
    font-size: 20px;
    text-align: center;
}

.mt-1 {
    margin-top: 0.5rem !important;
}








/* Hero Trust Section Styles */
.heroTrustSection {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
}

.heroTrustSection .trustText {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.heroTrustSection .trustIconsWeb {
    display: block;
    max-width: 100%;
    width: 700px;
    height: auto;
    margin: 0 auto;
}

.heroTrustSection .trustIconsMobile {
    display: none;
    max-width: 100%;
    width: 400px;
    height: auto;
    margin: 0 auto;
}



















/* small device responsive code here  */

@media screen and (max-width: 767px) {
    table{
        margin-top: 20px;
    }
    .hideMobile{
        display: none;
    }

    .ctafirstBtnLeft {
        padding: 10px 20px;
        margin: 5px;
        font-size: 14px;
        width: auto;
    }
    
    .ctafirstBtnRight {
        padding: 10px 20px;
        margin: 5px;
        font-size: 14px;
        width: auto;
    }
    
    .justCta {
    background-image: none !important;
    background: none !important;
    padding:20px 0 !important;
}
    
    
    
    
    
    
    /* Hide "Start Free Billing" CTAs on mobile */
    a[href="https://mybillbook.in/app/create-account"] {
        display: none !important;
    }
    
  
    
    
    
    
    
    .navBtnNew{
        font-size: 12px;
        padding: 8px 0;
        width: 130px;
        margin-left: 15px;
    }
    
    .navBtnLink {
        font-size: 12px;
    }
    
    .fourthHeroSection .heroOneInner {
        padding: 125px 0 50px 0;    
    }
    
    .thirdHeroOneBoxInner {
        padding: 0 20px;
    }
    
    
    ul.navbar-nav.me-auto.mb-2.mb-lg-0{
        display: flex;
        flex-direction: row;
    }
    .nav-link{
        padding: 0 5px !important;
        font-weight: 600;
        font-size: 16px;
        font-family: 'Poppins';
        
    }
    
    .mb-2{
        margin: 0 !important;
    }
    .heroOne{
        padding: 0;
    }
    .heroOneInner{
        padding: 60px 0;
    }
    .secondHeroSection{
        padding: 60px 0 0 0;
    }
    .secondHeroSection .heroOneBox {
        margin-bottom: 80px;
    }
    .heroOneBox{
        padding: 30px;
        margin-top: 10px;
    }
    .heroOneBox h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .heroOneBox ul li {
        padding: 3px 0;
        font-size: 14px;
    }
    .heroOneBox ul li img {
        height: 20px;
        width: 20px;
    }
    .heroOneBox ul {
        padding: 15px 0;
    }
    .firstHeroBtn{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .firstBtnRight{
        margin-top: 10px;
    }
    .firstBtnLeft{
        width: 100%;
        font-size: 14px;
    }
    .heroOneBox p{
        text-align: center !important;
        margin: 0;
        margin-top: 5px;
    }
    .CTAText{
        padding-top: 10px;
        font-size: 14px !important;
    }
    .firstSecInner{
        margin-top: 10px;
    }
    .thirdHeroWhiteBg, .thirdHeroSecion{
        height: auto;
    }
    .thirdHeroSecion .heroOneInner{
        background-size: cover;
        background-position: center;
        padding-top: 0;
    }
    .thirdHeroSecion .firstHeroBtn, .thirdHeroSecion .firstBtnLeft, .fourthHeroSection .firstHeroBtn{
        width: 100%;
    }
    .thirdHeroSecion .heroOneBox ul{
        display: block;
    }
    .thirdHeroSecion .heroOneInner h1 {
        text-align: left;
    }
    .thirdHeroSecion .CTAText{
        margin-top: 20px;
    }
    .fourthHeroSection .heroOneBox ul{
        display: block;
    }
    .fourthHeroSection .firstBtnLeft{
        width: 100%;
        padding: 10px 20px;
        margin: 5px;
    }
    .fourthHeroSection .heroOneBox h1{
        text-align: center;
    }
    .fourthHeroSection .priceStartText{
        text-align: center;
        margin-bottom: 20px;
        /* margin-left: -260px; */
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
    }
    .CTATextFourth{
        font-size: 14px;
    }
    .fifthtextInner{
        display: block;
    }
    .fifthtextInner .fifthInnerTextRight{
        margin: 0;
        display: none;
    }
    .sixthCTA{
        font-size: 12px;
    }
    .sixthCTA img {
        width: 18px;
    }
    .secondSectionOne h2{
        font-size: 25px;
    }
    .secondSectiontext p{
        font-size: 12px;
    }
    .secondSectiontext h5{
        font-size: 18px;
    }
    .secondSectionImage{
        padding: 60px 0;
    }
    .secondSectionTwo h2{
        font-size: 25px;
    }
    .secondSectionBox img{
        height: auto;
    }
    .secondTwoText p {
        font-size: 14px;
    }
    .secondTwoText h5 {
        font-size: 18px;
    }
    .secondSectionBox{
        height: 320px;
    }
    .reviewSection{
        height: auto;
    }
    .reviewText {
        font-size: 18px;
    }
    .reviewerName{
        font-size: 13px;
    }
    .thirdSectionNew h2{
        font-size: 30px;
    }
    .thirdLeftBox{
        height: 420px;
    }
    .thirdText p{
        font-size: 16px;
    }
    .fourthSectionNew h2{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .googleReviewSection p{
        font-size: 18px;
    }
    .fifthOutertextBox p{
        font-size: 14px;
    }
    .fifthOutertextBox h2{
        font-size: 35px;
    }
    .sixthSectionNew h3{
        font-size: 35px;
    }
    .sixthNewBox{
        margin-top: 20px;
    }
    .mainReviewSection h2{
        font-size: 35px;
    }
    .mainReviewSectonBox{
        margin-top: 20px;
    }
    .pricingSectionOne h2{
        font-size: 35px;
    }
    .pricingSectionOne{
        padding: 50px 0;
    }
    .priceTagNew{
        margin-top: 20px;
    }
    .priceBanner{
        padding: 20px 40px;
    }
    .priceBannerInnerLeft ul{
        display: block;
    }
    .priceBannerInnerLeft ul li{
        padding: 5px 0;
    }
    .priceBannerInnerRight {
        padding: 10px 0;
    }


    /* po bill page  */
    .poBoxSection, .poBoxInner{
        height: auto;
    }

    .poSectionBox{
        margin: 20px 0;
        padding: 5px;
    }
    
    .poSectionBox h2 {
        font-size: 22px;
        padding:25px 10px 0 10px;
    }
    
    
    .storeInner {
        justify-content: center;
        margin: 10px 0;
    }
    .storeRight .starRatingPO img {
        width: 102px;
        height: 13px;
    }
    .storeRight h5 {
        margin: 0;
    }
    .storeLeft img{
        margin-right: 1px !important;
    }
    
    
    .poTrustedBrands {
    display: none;
    }
    
    .poBillStoreSection{
        padding: 25px 0;
    }
    .poFooterInner{
        padding: 50px 0;
    }
    .poBoxInner{
        padding-top: 50px;
    }
    .poBoxInner h1 {
        font-size: 28px;
    }
    .TOC, .Notes {
        width: 170px;
        text-align: center;
        padding: 5px 10px;
        font-size: 12px;
        color: #0C8CE9;
        border-radius: 5px;
        border: 2px solid #0C8CE9;
        border-style: dashed;
        margin-top: 80px;
    }
    .POprint {
        margin-top: 20px;
    }
    .PObillMain p, .PObillMain .form-label {
        width: 20%;
        font-size: 12px;
    }

    .file-upload-wrapper {
        height: 100px;
        width: 100px;
    }
    .PObillMain form input{
        font-size: 13px;
    }
    table tr td, thead th{
        font-size: 12px;
    }

    #message {
        color: black;
    }
    
    
    
    
    
    /* Trust section mobile styles */
.heroTrustSection .trustIconsWeb {
    display: none;
}

.heroTrustSection .trustIconsMobile {
    display: block;
}

.heroTrustSection .trustText {
    font-size: 14px;
    margin-bottom: 15px;
}
    
    
    
    
    
    
    
    
    
}