.ppc-body-structure .cr-single .cr-ammount {
    color: #cbab78;
}
.cr-single .cr-ammount:hover {
    color: #000;
}
.cr-single .case-type:hover {
    color: #cbab78;
}
.ppc-body-structure .bg-1.common-padding2x {
    background-color: #cbab78;
}
.ppc-body-structure .gred-bg {
    background: #000080;
    background: -moz-linear-gradient(left,#232389 70%,#000080 90%);
    background: -webkit-linear-gradient(left,#232389 70%,#000080 90%);
    background: linear-gradient(to right, #232389 70%, #000080 90%);
}
.ppc-body-structure .h-location-single {
    box-shadow: inset -1px 0 0 #000080;
}
.dark-bg, .ppc-body-structure .btn-main.btn-v1 {
    background: #cbab78;
}
.ppc-body-structure .btn-main.btn-v1:hover {
    background: #b58538;
    border-color: #b58538;
}
.custom-review-listing {
    background-size: cover!important;
    background-position: center!important;
    background-color:#000080;
}
.custom-review-listing span.testimonial-case-type {
    color: #000080;
}
.custom-review-listing .home-testimonials-sec .home-testimonial-inner .testimonial-meta .testimonial-author {
    color: #fff;
}
.custom-review-listing .star-rating {
    color: #c7a108;
}
/*====== Accordion CSS ======*/
.accordion-item .btn {
    background: #fff;
    color: #58c6d5;
    border-color: #fff;
}
.accordion-item .btn:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}
.accordion-item {
    border: none;
    border-radius: 0px !important;
    background: #fff;
    margin-bottom: 14px;
}
.accordion-button, body .accordion-button:focus {
    font-size: 20px;
    color: #000;
    border-radius: 0px !important;
    background-color: #fff;
    padding: 1rem 55px 1rem 1rem;
    line-height: 1.4;
    font-weight: 500;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #cbab78;
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed), body .accordion-button:focus {
    color: #fff;
    background-color: #cbab78;
    box-shadow: none;
    border-radius: 0 !important;
}
.accordion-body {
    margin: 0;
    border: none;
    border-top: none;
    padding: 10px 1rem 30px 1rem;
    color: #fff;
    background: #cbab78;
    border-radius: 0;
    font-weight: 500;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.accordion-button::after {
    position: absolute;
    top: 14px;
    width: 28px;
    height: 28px;
    right: 15px;
    color: #fff;
    background: #cbab78;
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 23px;
    border-radius: 4px;
}
.accordion-button:not(.collapsed)::after {
    background: #fff;
    top: 16px;
    content: "-";
    border: none;
    transform: none;
    color: #cbab78;
}
.accordion .text-white a {
    color: #fff;
}
/*====== Accordion CSS END ======*/
.ppc-body-structure .call-us-sec, .ppc-body-structure .faq-card .card-body, .ppc-body-structure .paf-form {
    background-color: #000080;
}
.form-group.submit-form {
    margin-top: 0;
}
.book-form-wrap .h2 {
    font-size: 30px;
    text-transform: capitalize;
}
.book-form-wrap {
    background: #fff;
    /*    padding: 40px 40px;*/
    text-align: center;
    height: 100%;
}
.book-form-head {
    background: #000080;
    padding: 25px 20px;
    color: #fff;
}
.book-inner-form-wrap {
    padding: 30px 30px;
}
.ppc-book-form-sec img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.wpcf7 input:not([type=submit]), .wpcf7 textarea {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0px;
    resize: none;
    display: block;
    border-radius: 0;
    background: #fff;
    color: #000;
    border-bottom: 1px solid rgba(93, 91, 91, .2) !important;
}
.form-group {
    margin-bottom: 20px;
}
select {
    background-color: #fff;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(93, 91, 91, .2) !important;
}
.ppc-body-structure .form-group.submit-form .btn-main.btn-v1 {
    background: #487131;
    font-weight: 400;
    text-shadow: none;
    border: 2px solid #487131;
}
.ppc-body-structure .form-group.submit-form .btn-main.btn-v1:hover {
    background: none;
    color: #487131;
}

.ppc-medical-sec ul {
    display: flex;
    gap: 10px 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.ppc-medical-sec ul li {
    margin-bottom: 0 !important;
}

.ppc-book-form-sec .bottom-content {
    margin-top: 30px;
}
.ppc-book-form-sec .bottom-content ul li {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-left: 32px;
}
.ppc-book-form-sec .bottom-content ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background-image: url(../book-ppc/img/check-icon.svg);
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.ppc-book-form-sec {
    background: #f5f5f5;
}
.ppc-logo-slide {
    height: 100%;
    position: relative;
    cursor: pointer;
    padding: 15px;
    text-align: center;
}
.ppc-logo-slide img {
    width: auto !important;
    margin: auto;
}
.ppc-logo-slide:after, .ppc-logo-slide:before {
    position: absolute;
    width: 0;
    height: 0;
    transition: .5s;
    content: '';
}
.ppc-logo-slide:before {
    left: 0;
    top: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.ppc-logo-slide:after {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
.ppc-logo-slide:hover:after, .ppc-logo-slide:hover:before {
    width: 100%;
    height: 100%;
    border-color: #003466;
    z-index: -1;
}
.ppc-case-results-listing-row>div {
    width: 20%;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 1;
}
.ppc-case-results-listing-row>div+div {
    border-left: 1px solid #d3d3d3;
}
.ppc-cr-single .ppc-cr-ammount {
    color: #000080;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.5em;
    margin-bottom: .5em;
}
.ppc-cr-single .ppc-case-type {
    font-size: 1em;
    color: #000;
}
.ppc-medical-sec {
    background: #f5f5f5;
}


@media (max-width:991px) {
    .ppc-case-results-listing-row>div+div+div+div {
    margin-top: 25px;
}
.ppc-case-results-listing-row>div {
    width: 33.33%;
}
.ppc-case-results-listing-row {
    justify-content: center;
}
    .book-form-wrap {
        margin-top: 30px;
        height: auto;
    }
    .call-us a {
        border: 1px solid #cbab78;
        background: #cbab78;
    }
    button.navbar-toggler {
        display: none !important;
    }

}
@media (max-width:767px) {
.ppc-case-results-listing-row>div {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
}
.ppc-case-results-listing-row>div+div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-image: url(../img/gred-line.png);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .25;
}
.ppc-case-results-listing-row>div+div {
    padding: 25px 0 0;
    margin-top: 25px;
    width: 100%;
    border-left: none !important;
}
    .ppc-book-form-sec .bottom-content ul li {
        font-size: 14px;
        padding-left: 20px;
    }
    .ppc-book-form-sec .bottom-content ul li::before {
        top: 5px;
        height: 13px;
        width: 13px;
        background-size: 13px;
    }
    .ppc-book-form-sec .bottom-content {
        margin-top: 15px;
    }
    .cr-sec {
        background: #f5f5f5;
        color: #363737;
    }
    .cr-single .cr-ammount span, .cr-single .case-type {
        color: #363737;
    }
    .book-form-head {
        padding: 20px 15px;
    }
    .book-inner-form-wrap {
        padding: 20px 15px;
    }
}
@media (max-width:575px) {
    .book-form-wrap .h2 {
        font-size: 22px;
        margin-top: 0;
    }

}
