/*Common CSS Start*/
@media screen and (max-width: 1399.98px) and (min-width: 1020px) {
    /*    html{
            font-size: 80%;
        }*/
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.padding-tb-100{
    padding: 3rem 0;
}
.mb-2rem{
    margin-bottom: 2rem;
}
.section-title h3{
    font-size: 1.625rem;
}
.min-w-180{
    min-width: 11.25rem;
}
@media (min-width: 768px) {
    .section-title h3{
        font-size: 2.75rem;
    }
}
@media (min-width: 992px) {
    .padding-tb-100{
        padding: 6.25rem 0;
    }
    .section-title h3{
        font-size: 3.75rem;
    }
}
@media (max-width: 575.98px) {
    .mb-2rem{
        margin-bottom: 1rem;
    }
}
/*Common CSS End*/

/*Header CSS Start*/
.main-header{
    transition: all .5s ease-in-out 0s
}
.main-header .btn-primary svg{
    vertical-align: -0.313rem;
}
.navbar-toggler {
    width: 2rem;
    height: 1.5rem;
    padding: 0;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
    z-index: 2;
    outline: 0;
    box-shadow: none !important;
    border: 0;

}
.navbar-toggler span{
    display: block;
    position: absolute;
    height: 0.2rem;
    width: 100%;
    background: #5F5F5F;
    border-radius: 0.563rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-border-radius: 0.563rem;
    -moz-border-radius: 0.563rem;
    -ms-border-radius: 0.563rem;
    -o-border-radius: 0.563rem;
}
.navbar-toggler span:nth-child(1) {
    top: 0;
    width: 80%;
}

.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
    top: 0.625rem;
}

.navbar-toggler span:nth-child(4) {
    top: 1.25rem;
    width: 50%;
}

.navbar-toggler[aria-expanded="true"] span {
    background: #171717;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 1.125rem;
    width: 0%;
    left: 50%;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] span:nth-child(4) {
    top: 1.125rem;
    width: 0%;
    left: 50%;
}
.main-header .navbar-brand img{
    height: 3.125rem;
    width: 15.313rem;
}
svg[width="20"][height="20"]{
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -0.313rem;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link:after{
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        transform: translateX(-50%);
        background-color: #000000;
        transition: ease all 0.35s;

    }
    .navbar-expand-lg .navbar-nav .nav-link.active:after{
        width: 60%;
        left: 50%;
        right: auto;
    }
}
@media (max-width: 991.98px) {
    .main-header{
        background-color: #ffffff;
    }
    .main-header .navbar-collapse{
        position: absolute;
        left: 0px;
        right: 0px;
        top: 100%;
        background-color: #ffffff;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        border-radius: 1rem;
        padding: 0 1.5rem;
    }
    .main-header .navbar-nav .nav-link{
        padding: 1rem 0;
    }

}
@media (max-width: 767.98px) {
    .mobile-footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        background: #fff;
        padding: 1rem;
        left: 0;
        right: 0;
        box-shadow: -1px 0rem 1rem rgba(0, 0, 0, 0.15);
    }
    .main-header .btn{
        min-width: auto;
        padding: 0.325rem 0.75rem;
        --bs-btn-font-size: 0.75rem;
        background: transparent;
        border: 0;
        padding: 0;
        /*width: 2rem;*/
        /*height: 2rem;*/
        /*line-height: 2rem;*/
        --bs-btn-active-bg: #f6fbfe;
        color: #1A5893;
        display: inline-flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .main-header .btn svg{
        width: 1rem;
        height: 1rem;
    }
    .main-header .btn svg path{
        fill : #1A5893;
    }
}
@media (max-width: 575.98px) {
    .main-header .navbar-brand img{
        height: 2rem;
        width: auto;
    }
}
/*Header CSS End*/


/*Main Section Start*/
.main-section{
    background-color: rgba(84, 177, 234, 0.05);
    padding-top: 12rem;
    padding-bottom: 6.25rem;
}
.main-section:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 15.625rem;
    width: 100%;
    background-color: #ffffff;
}
.main-sec-text{
    padding-bottom: 6.25rem;
}
.main-sec-text h1{
    font-size: 3.75rem;
    font-weight: 800;
    line-height: 5rem;
}

.main-sec-text h1,
.main-sec-text p{
    margin-bottom: 2.5rem;
}
.main-sec-text h1 span > span{
    position: relative;
    display: inline-block;
    padding: 0rem 1rem;
}
.main-sec-text h1 span > span:before{
    content: '';
    border-radius: 10px;
    border: 3px solid #54B1EA;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;

}
.calculateBtn{
    left: -5%;
    top: 35%;
    transform: translateY(-50%);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
    pointer-events: none;
    font-weight: 500;
    font-size: 1rem;
    min-width: 12.125rem;
}
svg[width="34"][height="34"]{
    width: 2.125rem;
    height: 2.125rem;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    img[height="712"]{
        height: 44.5rem;
    }
}
@media (max-width: 1199.98px) {
    .calculateBtn{
        top: 50%;
    }
}
@media (max-width: 767.98px) {
    .main-section {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }
    .main-sec-text {
        padding-bottom: 4rem;
    }
    .main-sec-text h1, .main-sec-text p {
        margin-bottom: 1.5rem;
    }
    .main-sec-text h1{
        font-size: 2rem;
            line-height: 3rem;
    }
}
@media (max-width: 575.98px) {
    .calculateBtn{
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }
}
/*Main Section End*/

/*Company Logo section Start*/
.company-logo-section{
    background-color: rgba(26, 88, 147, 0.05);
}
.owl-carousel.company-logo-carousel .owl-item img.img-fluid{
    height: 3.125rem;
    width: auto;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.owl-carousel.company-logo-carousel .owl-item img.img-fluid:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.05);
}
/*Company Logo section End*/


/*your company Section Start*/
.your-company-bg img:last-child{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.your-c-card{
    border-radius: 10px;
    border: 1px solid rgba(26, 88, 147, 0.15);
}
@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
    .your-company-bg img[height="150"]{
        width: 10.938rem;
        height: 9.375rem;

    }
}
@media (min-width: 576px) {
    .your-c-card .card-body{
        padding: 2.5rem 1.875rem;
    }
}

.your-c-card svg[width="44"][height="44"]{
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 2.75rem;
    margin-right: 1.875rem;
}

@media (max-width: 767.98px) {
    .your-company-bg img {
        max-width: 20%;
    }
}
@media (max-width: 767.98px) {
    .your-company-bg img {
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }
    .your-company-bg img:last-child{
        margin-right: calc(var(--bs-gutter-x) * -0.5);
        margin-left: auto;
    }
}
/*your company Section End*/


/*Sending Invoices Automatically Section Start*/
.send-invoice-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 20rem);
    top: 0;
    background: linear-gradient(180deg, #54B1EA 0%, rgba(84, 177, 234, 0.00) 100%);

}
svg.send-invoice-bg{
    position: absolute;
    top: 40%;
    right: 2rem;
}
@media (max-width: 767.98px) {
    .send-invoice-section:before{
        height: calc(100% - 50%);
    }
}
/*Sending Invoices Automatically Section End*/

/*Create invoices easy and fast Section Start*/
.cis-bg-img {
    left: -12rem;
    top: -5rem;
}
.cis-bg-img_1{
    left: -10rem;
    bottom: 1.5rem;
    z-index: -1;
}

.help-section .section-title h5{
    font-size: 3.125rem;
}

@media (max-width: 991.98px) {
    .cis-bg-img{
        top: 0;
    }
    .cis-bg-img_1{
        bottom: -2rem;
    }
}

@media (max-width: 767.98px) {
    .cis-bg-img{
        width: 70%;
        left: -2rem;
    }
    .cis-main-img{
        margin-right: -6rem;
    }
}
@media (max-width: 575.98px) {
    .cis-bg-img {
        width: 50%;
        left: 1rem;
    }
    .cis-main-img{
        margin-right: 0;
        width: 70%;
    }
    .cis-bg-img_1{
        left: 0;
        width: 8rem;
        height: auto;
    }
}
/*Create invoices easy and fast Section End*/


/*Help Section Start*/
.help-card{
    background-image: url(../images/help-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
}
.help-card:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(26, 88, 147, 0.90);
}
.help-card .card-body{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}
.help-sec-btnbg{
    left: 0;
    top: 90%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .help-section .section-title h5{
        font-size: 1.625rem;
    }
    .help-card .card-body {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .help-sec-btnbg{
        width: 6rem;
        height: auto;
    }
}
/*Help Section End*/


/*Footer Start*/
.footer-sociallink a{
    text-decoration: none;
    margin: 0 0.5rem;
}
.footer-bottom{
    border-top: 1px solid #1A5893;
}
@media (max-width: 767.98px) {

}
/*Footer End*/