@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css');

body{
    font-family: "Inter";
}

.container{
    max-width: 1240px;
}

img{
    max-width: 100%;
}

a{
    text-decoration: none !important;
    cursor: pointer;
}

.btn1{
    text-decoration: none;
    background-color: #32BFBD !important;
    border-radius: 10px;
    border: 1.6px solid #CBCBCB;
    color: white !important;
    padding: 20px 76px;
    font-size: 28px;
    line-height: 33.89px;
    font-weight: 700;
}

/* Hero Section */

.hero-section-bill{
    background: url(/adword-lp/assets/hero_bg1.webp), #255f5f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-bottom: 100px;
    margin-bottom: 67px;
} 

.hero-section{
    background: url("/adword-lp/assets/hero_bg1.webp"), #255f5f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-bottom: 100px;
    margin-bottom: 67px;
}
.header-logo{
    padding-top: 50px;
}

.hero-heading{
    font-size: 38px;
    line-height: 60px;
    font-weight: 700;
    margin-top: 100px;
}

.hero-text{
    background: url("/adword-lp/assets/id_hero_bg.webp");
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 28px;
    padding: 5em 2em;
    border-radius: 12px;
}

.hero-item{
    border-right: 2px solid #32BFBD;
}

.hero-text p{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
}

.hero-icon{
    margin-right: 25px;
}
form#form1 {
    background: #F8FCFF;
    padding: 25px;
    border-radius: 20px;
    margin-top: 100px;
}
form p {
    font-size: 20px;
    color: #0E0D0DE0;
}
form ul {
    padding: 0;
    list-style: none;
}
form ul input, form ul select {
    width: 100%;
    margin-bottom: 20px;
    background: #F6F6F6;
    border: none;
    padding: 15px;
    color: #000;
    border-radius: 10px;
}
form button, .zf-nextStep1 {
    background: #32BFBD;
    border: none;
    color: #fff !important;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    font-size: 22px;
    cursor: pointer;
}

@media (max-width: 768px) {

    form#form1 {
        margin-top: 50px;
    }
    
    .hero-heading {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
        margin-top: 25px;
    }

    .hero-text{
        text-align: center;
        background-size: cover;
        margin: 0;
    }

    .hero-text p{
        font-size: 20px;
        line-height: 44px;
    }
    .mobileCenter{
        text-align: center;
    }
    .mobileCenter a {
        float: none !important;
        padding-top: 15px;
        display: inline-block;
    }

    .hero-item{
        border-right: 0;
        margin-bottom: 1em;
        border-bottom: 2px solid #32BFBD;
    }
    
}

/* Hero Section */

/* Content Section 1 */

.bill-discounting-menu ul {
    list-style: none;
    padding: 0;
}
.bill-discounting-menu ul li {
    display: inline;
}

.bill-discounting-menu ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.bill-discounting-menu ul li a i {
    font-size: 12px;
    padding: 0 8px;
}

table{
    border: 1px solid #d3cfcf;
    margin: 1em 0em;
}

tr{
    border-bottom: 1px solid #d3cfcf;
}

td,th{
    padding: 1em;
}

.table_item{
    border-left: 1px solid #d3cfcf;
}

.content-section1{
    margin-bottom: 80px;
}

.card {
    border-radius: 8px;
    padding-right: 20px;
    padding-left: 20px;
}

.contents-table{
    border: 1px solid #bebdbd;
    border-top: 3px solid #32BFBD;
    height: fit-content;
    padding: 1em;
    border-radius: 0px 0px 12px 12px;
    margin-bottom: 36px;
}

.content-section1 .contents-table a{
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    text-decoration: none;
    color: black !important;
}

.content-section1 h3{
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    color: #454545;
}

.content-section1 p{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #525252;
}

.links-table p{
    border-bottom: 1px solid #999999;
    padding: 0.1em;
}

.links-table a{
    color: #000 !important;
}

.card-bg{
    background: url("/adword-lp/assets/card_bg.webp");
    background-repeat: no-repeat;
    height: 160px;
}

.content-section1 .card-img{
    width: 50%;
}

.content-section1 .card{
    border: none;
    box-shadow: 2px 6px 8px #C0C0C040;
    height: 100%;
    padding: 1em
}

.content-section1 .card-text{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.app-block{
    background-color: #ebebeb;
    border-radius: 10px;
}

.app-block p{
    padding: 15px 15px 0px;
    color: black;
    font-size: 14px;
}

.sidebar-app {
    background: #52bfbd;
    margin-top: 20px;
    padding: 15px ;
    border-radius: 10px;
}

.sidebar-app p{
    color: white;
    font-size: 18px;
    padding: 0;
}

.sidebar-app p img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .content-section1 h2{
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        width: 100%;
    }

    .content-section1 h3{
        font-size: 26px;
    }

    .content-section1 .card-text{
        font-size: 18px;
    }
    
    .card-bg {
        background: #f0f1f0;
    }

    .content-section1 .card-img{
        max-width: 100px;
    }
}

/* Content Section 1 */

/* Faq Section */

.faq-section{
    background-image: url("/adword-lp/assets/faq_bg.webp");
    padding: 77px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-section h3{
    font-size: 32px;
    line-height: 51.2px;
    font-weight: 700;
    color: #454545;
    text-align: center;
    margin-bottom: 84px;
}

.faq-section .card {
    margin-bottom: 20px;
}

.card-header{
    background-color: white;
    background: url("/adword-lp/assets/faq_arrow.webp");
    background-repeat: no-repeat;
    background-position: right;
    padding: 0.75rem 0.5rem 0.75rem 0rem;
}

.card-header .btn{
    color: #454545;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    border: none;
}

button.btn.btn-block.text-left:focus {
    box-shadow: none;
}

@media (max-width: 768px) {

    .faq-section {
        padding: 50px 0px;
    }

    .faq-section h3{
        font-size: 26px;
        margin-bottom: 28px;
    }
    
    .card-header .btn{
        font-size: 18px;
    }
}

/* Faq Section */

