header.header-ppc {
    position: fixed !important;
}
header.header-ppc.shrink {
    box-shadow: 0 0 7px 0px #a19a9a;
}
.ppc-header-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    flex-wrap: wrap;
}
.ppc-call-us-today {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.ppc-call-text {
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    color: #0b60b0;
}
.ppc-call-us-today .button.blu-btn {
    margin: 0;
    padding: 10px 15px;
    font-size: 20px;
    background: var(--blue-color);
}
.ppc_header_phone_text {
    font-size: 14px;
}
.ppc-call-us-today .button.blu-btn:hover {
    background: transparent;
}
.ppc-banner {
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.ppc-form-box {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
}
.ppc-form p {
    font-size: 14px;
    line-height: 30px;
}
body.page-template-ppc {
    padding-top: 100px;
}
.testimonal-stars svg {
    width: 20px;
    height: 20px;
}
.testimonal-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.ppc-testimonial-box {
    padding: 20px;
}
.ppc-testimonial-slider ul.slick-dots li button {
    opacity: 0.7;
    background: #0b60b0;
}
.ppc-testimonial-slider ul.slick-dots li.slick-active  button {
    opacity: 1;
}
.ppc-cta {
    background: #0B60B0;
    color: #fff;
    padding: 40px 0;
}
.full-content-box h2,
.content-box h2 {
    color: var(--blue-color);
}
.ppc-footer-bottom {
    background: #AB954C1A;
    padding: 20px 0;
}
.ppc-footer-description p {
    line-height: 26px;
}
.ppc-footer-description {
    font-size: 14px;
    line-height: 26px;
}
.ppc-contact-section {
    padding: 50px 0;
}
.ppc-contact-content .footer-contact .icon-rgt a {
    color: var(--blue-color);
}
.ppc-contact-content .footer-contact .icon-rgt {
    color: #000;
    font-size: 18px;
}
.ppc-contact-content .icon-flx {
    padding-bottom: 0;
    margin-top: 20px;
    border-bottom: 0px solid #00000030;
    /* align-items: center; */
}
.ppc-contact-content .address-wrap .icon-lft svg path {
    fill: #0b60b0;
}
.ppc-contact-content .phone .icon-lft svg path {
    fill: #0b60b0;
}
.full-content-box ul {
    list-style: disc;
    padding-left: 20px;
}
.light-bg {
    background: #f6f4ed;
}
.blue-bg-heading::before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--blue-color);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.blue-bg-heading {
    position: relative;
    background: var(--blue-color);
    color: #fff;
    padding: 20px 20px;
}
.review-box-wraper {
    padding: 40px;
    background: rgb(248 248 248);
    margin: 40px 0;
    position: relative;
}
.review-box-wraper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 80px);
    background: #ddd;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin: auto;
}
.big-title {
    font-size: 80px;
    line-height: 80px;
    padding: 40px;
    text-align: center;
    color: var(--blue-color);
    font-weight: 500;
}
.review-full-content-box {
    font-size: 30px;
    line-height: 2;
    padding: 30px;
}
.big-title strong {
    font-weight: 700;
}
.review-form-wraper {
    padding: 40px;
    background: #f3f3f3;
}
.review-box-ppc {
    height: 100%;
    background: #ce7414;
    color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    font-size: 24px;
}
.review-box-ppc em {
    font-size: 18px;
}
@media screen and (max-width: 1199px) {
header .ppc-call-us-today .blu-btn svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
header .ppc-call-us-today .blu-btn svg g path {
    fill: #fff;
}
}
@media screen and (max-width: 991px) {
.review-box-wraper::before{
    display: none;
}
.big-title {
    font-size: 60px;
    line-height: 60px;
    padding: 0px;
}
.review-full-content-box {
    font-size: 24px;
    padding: 30px 0 0;
    text-align: center;
}
.ppc-contact-content .icon-flx {
    padding: 0 !important;
    margin-top: 0px !important;
    border-bottom: 0px solid #00000030;
    margin-bottom: 0 !important;
}
.ppc-contact-content {
    margin-bottom: 25px;
}
}
@media screen and (max-width: 767px) {
    .big-title {
    font-size: 40px;
}
.review-box-ppc {
    padding: 40px 20px;
}
.review-form-wraper {
    padding: 40px 20px;
}
.review-full-content-box {
     padding: 0;
}
.ppc-header-contact {
    width: calc(100% - 130px);
    padding-left: 20px;
}
.ppc-logo {
    width: 130px;
}
.ppc-call-us-today .button.blu-btn {
    font-size: 16px;
}
.ppc-call-text {
    font-size: 12px;
}
}