/*
Theme Name: Qbook Assist

*/

.blog-content {min-height: 210px;}
.pageinations {text-align: center;margin-top: 35px;}
.wp-pagenavi a, .wp-pagenavi span {color:#2c9f1c;border: 1px solid #2c9f1c !important;}
.wp-pagenavi a, .wp-pagenavi span {padding: 5px 10px !important;margin: 3px !important;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {background: #e3ffe1;color: #000;}
.wp-block-image {text-align: center;}
.list-section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #2C9F1C;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    border-radius: 15px;
    border: 0;
}
table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

iframe#launcher {
    bottom: 65px !important;
}

.improved-cards-text ul li {
    list-style: disc;
}

.accordion-body ul li {
    list-style: disc;
    margin-top: 15px;
}


.item .service-box {min-height:330px;}
.bottom-border p a {
    color: #fff;
}

.footer-service p {
    line-height: 35px;
}

.eror-list p {
    background: #e3ffe1;
    padding: 15px;
    text-align: center;
    color: #000;
}

.testimonial-image img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
}

.footer-text p a {
    color: #2c9f1c;
}

nav.breadcrumb.blog-post {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 15px;
    flex-wrap: wrap;
}

nav.breadcrumb.blog-post a, span {
    color: #000;
}
.accordion-body li {
    line-height: 35px;
}