*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
/* body{
     font-family: "Poppins", sans-serif;
} */

:root{
    --primary-color: #1C9AD5;
    --secondry-color: #292D33;
    --liteblue: #f9fbfc;
    --white-color: #FFFFFF;
    --green-color: #003028;
    --black-color: #000;
     --regular: 400;
    --light: 300;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --light-color: 248, 248, 255;
    --dark-color: 22, 25, 37;
    --fontopensans: "Open Sans", sans-serif;
    --fontmanrope: "Manrope", sans-serif;
}
.containerfluid{
    padding-left: 170px;
    padding-right: 170px;
}
/* header */
.header {
    background-color: rgba(28, 154, 213, 0.86);
    width: 100%;
    padding: 12px 0;
}
.list-items li a{
color: var(--white-color);
font-size: 14px;
font-weight: var(--medium);
line-height: 24px;
font-family: var(--fontmanrope);
}
.top-bar p {
    color: #2390E2;
    font-size: 14px;
font-weight: var(--medium);
line-height: 24px;
font-family: var(--fontmanrope);
}
.top-bar {
    padding: 8px 0;
    position: relative;
}
.banner-content h1{
    font-weight: var(--extrabold);
    font-size: 56px;
    line-height: 60px;
    color: var(--secondry-color);
    letter-spacing: -1.5%;
    font-family: var(--fontmanrope);
    text-transform: capitalize;
}
.banner-content h1 span{
    color: var(--primary-color);
}
.banner-content p{
    color: var(--secondry-color);
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -1.5%;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
    /* width: 75%; */
}
.hero-banner{
    background-image: url("../images/vector-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.learnmore a{
    font-size: 16px;
    font-weight: var(--fontmanrope);
    line-height: 24px;
    letter-spacing: -1.5%;
    color: var(--secondry-color);
    font-weight: var(--bold);
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    /* padding: 18px 40px; */
    width: 206px;
    height: 54px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.watchdemo a{
    background: linear-gradient(90deg, #73CBF2 0%, #BBF3FE 100%);
}
/* servicefbr */
.service-fbr{
background-color: var(--liteblue);
padding: 80px 0;
}
.service-hd h2{
    color: #1D1D1B;
    font-size: 46px;
    font-weight: var(--extrabold);
    font-family: var(--fontmanrope);
    line-height: 60px;
}
.service-hd h2 span{
    color: #0093EB;
}
.service-hd p{
    color: #706F6F;
    font-size: 18px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
    line-height: 27px;
}
#accordionExample .accordion-item {
    /* color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); */
    background: transparent;
}
#accordionExample .accordion-button {

    background: transparent;
    padding-left: 0;
    padding-top: 10px;
    font-size: 28px;
    line-height: 28.8px;
    font-weight: var(--medium);
    color: #1D1D1B;
    font-family: var(--fontmanrope);
}
#accordionExample .accordion-button span{
    padding-left: 10px;
    color: #0093EB;
}
#accordionExample .accordion-item {
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #0093EB;
}
#accordionExample .accordion-body {
    padding-left: 0;
}
#accordionExample .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: inherit;
}
#accordionExample .accordion-button:focus {
    box-shadow: inherit;
}
#accordionExample .accordion-item:last-of-type {
    border-radius: 0;
}
/* .accordion-item{
    border: none;
} */
#accordionExample .accordion-item {
    border-top: 0;
}
.margin-bottm {
    margin-bottom: 4rem;
}
.transform-features {
    padding: 80px 0;
}
.separator img {
    width: 70%;
    margin: auto;
    display: block;
    margin-top: 3rem;
}
.sucess-box {
    box-shadow: 0px 12px 30px 17px rgba(24, 92, 255, 0.04);
    background: #fff;
    border-radius: 6px;
    padding: 30px 30px;
}
.sucess-box span{
    color: #9497A1;
    font-size: 14px;
    line-height: 24px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
}
.sucess-box h4{
    color: #292D33;
    font-size: 22px;
    line-height: 33px;
    font-weight: var(--bold);
    font-family: var(--fontmanrope);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.sucess-box p{
    color: #9497A1;
    font-size: 16px;
    line-height: 28px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
        margin-bottom: 1.5rem;
}
.proxy h6{
    color: #249BD3;
    font-size: 14px;
    font-weight: var(--extrabold);
    font-family: var(--fontmanrope);
    line-height: 24px;
    border: 1px solid #F1F6FA;
    border-radius: 6px;
    padding: 8px 20px;
    margin-bottom: 0;
}
.sucess-box:hover{
    /* background-image: url("../images/hover-img.png"); */
    background-color: #0093eb;
}
.sucess-box:hover span,
.sucess-box:hover h4,
.sucess-box:hover p,
.sucess-box:hover .proxy h6{
    color: var(--white-color);
}
.impact-section{
    background-image: url("../images/counter-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding: 70px 0;
}
.stat h3{
    color: var(--white-color);
    font-size: 56px;
    line-height: 90px;
    letter-spacing: -2.5%;
    font-family: var(--fontopensans);
    color: var(--white-color);
    font-weight: var(--extrabold);
    margin-bottom: 0;
}
.stat p{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--fontopensans);
    font-weight: var(--bold);
}
.whychoose {
    padding: 80px 0;
}
.one {
    background: #EFF7FF;
    width: 74px;
    height: 74px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 56px;
    font-weight: var(--extrabold);
    font-family: var(--fontmanrope);
    color: #1C9AD5;
}
.content-tabs {
    text-align: left;
        flex-shrink: 100;
}
.content-tabs h4{
    font-size: 18px;
    /* color: #35393A; */
    line-height: 28px;
    font-weight: var(--bold);
    font-family: var(--fontopensans);
}
.content-tabs p{
    font-size: 16px;
    /* color: #35393A; */
    line-height: 28px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
margin-bottom: 0;
}
.nav-link{
    padding: 10px 20px;
     color: #35393A;
    border-bottom: 1px solid #0093EB;
    border-radius: 0 !important;
}
/* .nav-pills .nav-link.active,.content-tabs h4,
.nav-pills .nav-link.active,.content-tabs p{
    color: #fff  ;
} */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #09ACF4;
    border-radius: 10px !important;
}
.tabs-img img {
    width: 90%;
    margin-left: auto;
    display: block;
}
.cta-section{
    background-image: url("../images/cta-bg-taxsoft.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.cta-content h2,
.cta-content p{
    color: var(--white-color);
}
.faq {
    padding: 80px 0;
}
#accordionExamples .accordion-button{
    background-color: #1C9AD5;
    border-radius: 10px;
    color: var(--white-color);
    box-shadow: 0px 24.56px 32.74px -14.73px rgba(149, 89, 149, 0.25);

}
#accordionExamples .accordion-body {
    background: var(--white-color);
    margin-top: 0px;
    border: 3px solid #1C9AD5;
    font-size: 16px;
    font-weight: var(--regular);
    color: #939393;
    border-radius: 10px;
    line-height: 24px;
    margin-top: 13px;
}
.accordion-button{
    font-size: 18px;
    font-weight: var(--semibold);
    font-family: var(--fontopensans);

}
.accordion-item{
    border: none;
}
.partner{
    background-image: url("../images/partner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10px 0;
}
.partner-hd h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--fontopensans);
    margin-bottom: 0;
}
.how-wrk-content {
    padding-left: 170px;
}
.how-wrk-content h2{
    font-weight: var(--extrabold);
    font-size: 50px;
    line-height: 60px;
    color: var(--secondry-color);
    letter-spacing: -1.5%;
    font-family: var(--fontmanrope);
    text-transform: capitalize;
    margin-bottom: 2rem;
}
.how-wrk-content h2 span{
    color: #2390E2;
}
.how-wrk-content p{
color: var(--secondry-color);
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -1.5%;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
}
.business-style {
    margin-top: 4.8rem;
}
.digital-success {
    padding: 80px 0;
    background-color: #EFF7FF;
}
.who-are {
    padding: 80px 0;
}
.contact-info{
    background-image: url("../images/contact-bg-detail.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.form-group .form-control{
    background-color: var(--white-color);
    border-radius: 10px;
    height: 54px;
    color: #292D33;
    font-size: 20px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);

}
.form-group textarea{
    min-height: 150px;
    overflow: auto;
    resize: none;
}
.form-group::placeholder{
 color: #292D33;   
}
.form-group button {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: linear-gradient(90deg, #2390E2 0%, #54BDF6 100%);
    padding: 12px 0;
    border-radius: 6px;
    border: 1px solid #fff !important;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: var(--bold);
    font-family: var(--fontopensans);
    align-items: center;
}
.filter-invert {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-invert i{
color: #1C9AD5;
}
.form-check label {
    color: var(--white-color);
    font-family: var(--fontopensans);
    width: 60%;
}
.contact-detail h5 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);

}
.line {
    width: 35px;
    background: #fff;
    height: 2px;
}
.contentdetail span{
    color: var(--white-color);
     font-size: 16px;
    line-height: 30px;
    font-weight: var(--regular);
    font-family: var(--fontopensans);
}
.tel-icon {
    width: 59px;
    height: 59px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tel-icon i{
    color: #1C9AD5;
    font-size: 30px;
}
.number {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--fontopensans);
}
.footer {
    padding: 60px 0;
}
.page-links h4{
    color: var(--black-color);
    font-size: 24px;
    line-height: 32px;
    font-family: var(--fontmanrope);
    /* border-bottom: 1px solid #fff; */
    /* padding-bottom: 10px; */
    /* width: 190px; */
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: var(--bold);
}
.page-links ul li a{
    color: var(--black-color);
    font-size: 16px;
    font-weight: var(--regular);
    font-family: var(--fontmanrope);
}
.page-links ul li {
    margin-bottom: 10px;
}
.page-links ul li a i{
  color: #1C9AD5;  
}
.bottom-bar {
    background-color: rgba(28, 154, 213, 0.86);
    padding: 8px 0;
}
.bottom-bar p{
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--medium);
    font-family: var(--fontopensans);

}
.social-link li a{
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--medium);
    font-family: var(--fontopensans);
}
.bar-btn {
    display: none;
}
.cross-btn {
    display: none;
}
.watchdemo:hover a{
 background: linear-gradient(90deg, #BBF3FE 0%, #73CBF2 100%);   
 box-shadow: 0px 0px 12px 0px rgba(124, 206, 255, 1);
}

.social h5{
       color: #000;
    font-size: 16px;
    font-weight: var(--bold);
    font-family: var(--fontopensans); 
        margin-bottom: 20px;
}
.social ul {
    display: flex;
    gap: 10px;
}
.social ul li a {
    background: #1C9AD5;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
    /* background: linear-gradient(90deg, #73CBF2 0%, #BBF3FE 100%); */
@media(max-width:1800px){
    .containerfluid {
    padding-left: 150px;
    padding-right: 150px;
}
.service-hd h2 {
    font-size: 40px;
}
.how-wrk-content {
    padding-left: 150px;
}
.how-wrk-content h2 {
    font-size: 42px;
}
}
@media(max-width:1440px){
    .banner-content h1 {
    font-size: 46px;
}
    .service-hd h2 {
        font-size: 36px;
        line-height: 50px;
    }
    #accordionExample .accordion-button {
    font-size: 25px;
}
.one {
            width: 60px;
        height: 60px;
        font-size: 25px;
}
.content-tabs {
    flex-shrink: 30;
}
.content-tabs p br{
    display: none;
}
.partner-hd h3 {
    font-size: 33px;
}
.how-wrk-content h2 {
   
    font-size: 39px;
}
.contentdetail span {
    font-size: 14px;

}
.contact-detail h5 {
    font-size: 18px;
}
.number {
    font-size: 22px;
}
}
@media(max-width:1399px){
    .containerfluid {
        padding-left: 130px;
        padding-right: 130px;
    }
    .service-hd p {
    font-size: 16px;
}
    .how-wrk-content {
        padding-left: 129px;
        padding-top: 60px;
    }
    .form-check label {
    width: 75%;
}
.tel-icon {
    width: 50px;
    height: 50px;
}
.tel-icon i {
    font-size: 25px;
}
}
@media(max-width:1280px){
        .banner-content h1 {
        font-size: 40px;
    }
    .service-hd h2 {
        font-size: 30px;
        line-height: 45px;
    }
        .partner-hd h3 {
        font-size: 30px;
    }
    .page-links ul li a {
    font-size: 15px;
}
    .how-wrk-content h2 {
        font-size: 35px;
    }
    .number {
        font-size: 20px;
    }
        .contact-detail h5 {
        font-size: 16px;
    }
}
@media(max-width:1199px){
        .containerfluid {
        padding-left: 90px;
        padding-right: 90px;
    }
        .banner-content h1 {
        font-size: 36px;
    }
        #accordionExample .accordion-button {
        font-size: 20px;
    }
    .service-hd h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .sucess-box {
    padding: 30px 19px;
}
.sucess-box h4 {
    font-size: 18px;
}
.proxy h6 {
    font-size: 14px;
    padding: 6px 15px;
}
.stat h3 {
    font-size: 40px;
}
.content-tabs p {
    font-size: 15px;
}
.partner-hd h3 {
        font-size: 24px;
    }
        .page-links ul li a {
        font-size: 12px;
    }
    .list-items li a {
    font-size: 12px;
}
    .how-wrk-content {
        padding-left: 90px;
    }
        .how-wrk-content h2 {
        font-size: 29px;
        line-height: 49px;
    }
    .business-style {
    margin-top: 0rem;
}
.how-wrk-content p {
   
    font-size: 16px;
    line-height: 25px;
}
.howwork-banner {
    padding-top: 68px !important;
}
.form-check label {
        width: 100%;
    }
}
@media(max-width:991px){
    .banner-content {
    text-align: center;
    margin-bottom: 35px;
}
.cta-btn {
    justify-content: center;
}
.hero-banner {
    padding-bottom: 60px;
}
.transform-features {
    text-align: center;
}
.learnmore.watchdemo {
    display: flex;
    justify-content: center;
}
.invoice-img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sucess-box {
    margin-bottom: 20px;
}
.tabs-img img {
    margin-top: 40px;
}
.partner-hd h3 {
        font-size: 18px;
    }
    .how-wrk-content {
    text-align: center;
    padding-left: 0;
}
.digital-success {
    text-align: center;
}
.howwork-img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.nav-item {
    background-color: rgba(28, 154, 213, 0.86);
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: auto;
        top: 0;
        left: 1000px;
        transition: all 0.5s ease-in-out;
        z-index: 9999999999;
    }
        .containerfluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    .bar-btn {
    display: block;
}
.nav-item.active {
    left: 0;
}
.bar-btn i {
    color: #fff;
    font-size: 28px;
}
.cross-btn {
    display: flex;
    justify-content: end;
    margin-bottom: 84px;
    margin-top: 20px;
    margin-right: 20px;
}
.cross-btn i{
 color: #fff;
    font-size: 20px;   
}
.list-items {
    flex-direction: column;
    gap: 23px;
}
.list-items li a{
    font-size: 20px;
}
.who-are {
    padding-bottom: 0;
}
.paddingtop {
    padding-top: 0;
}
.contact-detail {
    text-align: center;
}
.contentdetail {
    justify-content: center;
}
.tel-contact {
    justify-content: center;
}
.form-contact {
    margin-top: 30px;
}
}
@media(max-width:767px){
    .containerfluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cta-btn {
        flex-direction: column;
        align-items: center;
    }
        .banner-content h1 {
        font-size: 30px;
        line-height: 50px;
    }
    p{
        font-size: 16px !important;
    }
    .margin-bottm {
    margin-bottom: 2.5rem;
}
.laptop-img {
    margin-top: 50px;
}
.service-fbr {
    padding: 60px 0;
}
    .service-hd h2 {
        font-size: 23px;
        line-height: 40px;
    }
    .separator img {
    width: 100%;
    margin-top: 0rem;
}
.transform-features {
    padding: 60px 0;
}
.impact-stats {
    flex-direction: column;
}
.impact-section {
    padding: 60px 0;
}
.whychoose {
    padding: 60px 0;
}
.cta-section {
    padding: 60px 0;
}
.cta-section {
    padding: 60px 0;
}
.faq {
    padding: 60px 0;
}
    .partner-hd h3 {
        font-size: 15px;
    }
    .bottom-bar p {
    text-align: center;
    margin-bottom: 20px;
}
.social-link {
    justify-content: center !important;
}
.how-wrk-content h2 {
        font-size: 24px;
        line-height: 45px;
    }
    .digital-success{
        padding: 60px 0;
    }
header .learnmore a {
    font-size: 14px;
    width: 130px;
    height: 42px;
}
.paddingtop {
    padding-top: 0;
}
.social {
    margin-bottom: 20px;
}
}