body {
    font-family: 'made_tommyregular';
    padding-top: 90px;
    letter-spacing: 2px;
}
img {
    max-width: 100%;
    height: auto;
}
*{
    margin:0;
    padding:0;
}
body, html{
    height: 100%;
}
ol {
    padding-left:15px
}
select {
    color:rgba(0,0,0,0);
    text-shadow:0 0 0 #000
}
a img {
    outline:0
}
input, select, textarea {
    outline:0;
    -webkit-border-radius:0;
    box-shadow:none
}
input[type="submit"] {
    cursor:pointer
}
a:hover,a:focus {
    text-decoration:none
}
p:empty {
    display:none
}
p:last-child{
    margin-bottom:0;
}
iframe {
    border:none;
    width:100%;
    /* height:100% */
}
.alignnone, .mainpage img {
    /*  margin: 15px auto; */
    display: block;
    width:100%;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 25px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}
.aligncenter, div.aligncenter {
    width: auto !important;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
strong {
    font-weight: 700;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-style ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}
.no_result a {
    text-decoration: underline;
}
h2, .h2{
    margin-bottom: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    width: 100%;
    color: #184D5A;
    font-family: 'made_tommybold';
    text-transform: uppercase;
}
.btn {
    border-radius: 0;
    transition: 0.6s;
}
.blue-text {
    color: #184D5A !important;
}
.ppc-btn{
    background: #f39501;
    padding: 15px 25px;
    border:2px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-family: 'made_tommymedium';
    line-height: normal;
    display: inline-block;
    border-radius: 25px;
    font-size: 20px;
    letter-spacing: 2px;
}
.ppc-btn:hover {
    color: #f39501;
    background: none;
    border: 2px solid #f39501;
    text-decoration: none;
}
.ppc-btn:hover {
    transform: none;
}
.spaced, .space-pd {
    padding: 80px 0;
}
.text-og{
    color: #f39501 !important;
}
.sub-heading {
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.2;
    color: #036f8e;
    font-family: 'made_tommylight';
}
.title, .heading, .contact-form .form-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: none;
    font-family: 'made_tommymedium';
    margin-bottom: 15px;
    letter-spacing: 0;
}
/*.heading span, .ppc-banner .content span {
    font-size: 38px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #800000;
    line-height: 1.1;
    vertical-align: middle;
}*/
.linklist ol, .linklist ul {
    padding-left: 20px;
}
.linklist ol li, .linklist ul li {
    padding-left: 20px;
}
.linklist ul li:after {
    top: 13px;
    border-radius: 0;
    transform: rotate(45deg);
}
.wpcf7 .wpcf7-response-output {
    border: none!important;
    margin: 0!important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0!important;
}
.wpcf7  .wpcf7-response-output.wpcf7-mail-sent-ok {
    color:#398f14!important;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}
.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
    margin-bottom: 30px;
}
.wpcf7{
    position: relative;
    z-index: 9;
}
header {
    background: #0c2851;
}
header.main-header.ppc-header {
    background: #fff;
    position: fixed !important;
    width: 100%;
    z-index: 99999;
    height: auto;
    padding: 10px 0;
    top: 0;
    box-shadow: 0 0 10px #858484;
}
.ppc-header-cta {
    display: flex;
    align-items: center;
    justify-content: end;
}
.ppc-header-cta .ppc-phno {
    border: .25px solid #fff;
    color: #f39501;
    margin-left: 15px;
    transition: .6s;
    font-size: 20px;
    line-height: normal;
    text-align: right;
    font-weight: 800;
    text-transform: uppercase;
}
.ppc-header-cta .ppc-btn {
    padding: 15px 20px;
    border-radius: 0;
    transition: .6s;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;

}
.ppc-header-cta .ppc-btn:hover {
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
}
.header-aside-col {
    align-items: center;
    display: flex;
    width: calc(100% - 230px);
    justify-content: flex-end;
}
.header-top .header-left-logo {
    display: flex;
    align-items: center;
    width: 230px;
}
.ppc-header-wraper {
    display: flex;
    align-items: center;
}
.ppc-top-nav ul {
    display: flex;
    justify-content: flex-end;
}
.ppc-top-nav ul li {
    margin: 0 15px;
}
.ppc-top-nav ul li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #1a3166;
}
.ppc-top-nav ul li.current-menu-item a,
.ppc-top-nav ul li a:hover {
    color: #f39501;
}
.ppc-loging a {
    border: 2px solid #000;
    padding: 6px 20px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    line-height: 20px;
    color: #000;
}
.ppc-loging a:hover{
    background-color: #f39501;
    border-color: #f39501;
    color: #fff;
}
.ppc-footer-menu ul li {
    margin-bottom: 10px;
}
.ppc-footer-menu ul li a {
    color: #7d7d7d;
    font-size: 22px;
}
.ppc-footer-menu ul li a:hover {
    color: #f39501;
}
.f_details {
    margin-bottom: 10px;
}
.ppc-footer-details {
    letter-spacing: 1px;
}
.ppc_footer_des a.ppc-btn {
    padding: 17px 50px;
}
.ppc-banner {
    height: calc(100vh - 90px);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
}
.ppc-banner:before {
    content: "";
    width: 100% !important;
    position: absolute;
    height: 100%;
    background: rgb(255,238,212);
    background: linear-gradient(83deg, rgb(255 238 212) 0%, rgba(255, 255, 255, 0) 100%) !important;
    left: 0;
    top: 0;
}
.ppc-banner .container {
    position: relative;
    z-index: 9;
}
.ppc-banner-content  img{
    width: auto;
    margin-bottom: 25px;
}

.ppc-banner .banner-image img {
    position: absolute;
    left: 0;
    height: calc(100% + 80px);
    width: 100%;
    object-fit: contain;
    object-position: left bottom;
    bottom: 0;
}
.banner-award-logo .item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.banner-award-logo img{
    height: auto;
    width: 120px;
}
.page-id-2750 .ppc-plans-section .container {
    max-width: 1200px;
}
/*.ppc-banner::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 75%;
    width: 100%;
    background: linear-gradient(0deg, rgba(14, 37, 69, 0.89) 0%, rgba(14, 37, 69, 0) 100%);
}*/

.ppc-banner .ppc-banner-heading {
    font-size: 64px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #113244;
}
.ppc-banner .ppc-banner-content-wrap {
    font-size: 32px;
    margin: 25px 0 0;
    line-height: 1.6;
    text-transform: uppercase;
    color: #113244;
    font-family: 'made_tommybold';
    letter-spacing: 2px;
}
.ppc-banner .ppc-banner-content-wrap span{
    color: #f39501;
}
.ppc-heading-section img{
    width: auto;
    display: inline-block;
    margin-bottom: 25px;
}
.ppc-heading-section .heading span{
    color: #f39501 !important;
}
.ppc-divorce-type{
    text-align: center;
    margin-top: 45px;
}
.ppc-divorce-icon-wrap{
    height: 150px;
    width: 150px;
    background: #f295008f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
/* .ppc-divorce-icon-wrap img{
        height: 100px;
    width: 100px;
} */
.ppc-divorce-title{
    text-transform: uppercase;
    padding-bottom: 15px;
}
.col1 .ppc-plan-type{
    background-color: #f39501;
}
.col2 .ppc-plan-type{
    background-color: #4cc1cf;
}
.col3 .ppc-plan-type{
    background-color: #267b8f;
}
.col4 .ppc-plan-type{
    background-color: #184D5A;
}
.ppc-plan-section{

}
.ppc-plan-type {
    text-align: center;
    padding: 0px 0 40px;
    color: #fff;
    border-radius: 30px;
    margin-top: 35px;
    height: calc(100% - 30px);
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}
.ppc-plan-type .h3{
    padding: 0px 15px;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ppc-plan-content-wrap {
    padding: 7px 20px 0;
    font-size: 20px;
    line-height: 36px;
}
.ppc-plan-section a.ppc-btn{
    margin: 42px auto 0px;
    display: table;
}
/* == start ppc-footer-wrapper css ==*/
.ppc-footer-wrapper {

    padding: 80px 0px;
    background: rgb(197,197,197);
    background: linear-gradient(0deg, rgba(197,197,197,1) 0%, rgba(249,248,249,1) 100%);
    box-shadow: 0 0 48px #f8f7f8;
}
.f_detail_wrap{
    position: relative;
    float: right;
}
.f_detail_wrap svg, .f_detail_wrap img{
    height: 35px;
    width: 36px;
    position: absolute;
    left: 0;
    top: 0px;
}
.f_detail_wrap svg path{
    fill:#f39501;
}
.f_details p, .f_details span{
    margin: 0;
    color: #7d7d7d;
    font-size:22px;

}
.ppc-footer-heading{
    font-family: 'made_tommybold';
    color: #113244;
}
.f_details a{
    color: #7d7d7d;
    text-decoration: none;
    font-size:22px;
}
.f_details a:hover{
    color: #f39501;
    text-decoration: none;
}
.f_detail_wrap .footer-phone svg path{
    fill:#f39501;
}
.ppc_footer_des p{
    margin-top: 45px;
    color: #7d7d7d;
    font-size: 22px;
}
.ppc_copyright{
    background: rgb(255 255 255 / 3%);
}
.ppc_copyright p{
    text-align: center;
    padding: 15px 0;
    color: #fff;
    margin-top: 70px;
    opacity: 0.52;
}
.ppc-mobile-phone{
    border: 1px solid #f39501 !important;
    padding: 0 !important;
    height: 50px;
    width: 50px;
    text-align: center !important;
    line-height: 45px !important;
    margin-right: 0 !important;
}
.ppc-mobile-phone svg, .ppc-mobile-phone img{
    height: 30px;
    width: 30px;
}
.ppc-mobile-phone svg path{
    fill:#f39501;
}
.recursos-top-title.h2 {
    font-size: 45px;
    text-transform: uppercase;
}
.recursos-logo {
    width: 200px;
}
.recursos-logo img {
    width: 100%;
}
.big-content-font  {
    font-size: 28px;
    font-family: 'Nexa', sans-serif;
    color: #036f8e;
    line-height: 42px;
}
.recursos-top-section {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.recursos-content-list {
    margin-bottom: 60px;
}
.recursos-content-list:last-child {
    margin-bottom: 0px;
}
.recursos-top-content {
    width: calc(100% - 200px);
    padding-left: 20px;
    font-size: 27px;
    font-family: 'made_tommylight';
    color: #036f8e;
    line-height: 46px;
}
.form-box {
    background: #036f8e;
    padding: 40px 30px;
    border-radius: 35px;
}
.form-box input, .form-box textarea, .form-box select{
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 12px 10px 0px;
    color: #fff;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    outline: 0 !important;
    font-size: 22px;
}
.form-box input[type="submit"] {
    background: #f39501;
    padding: 15px 35px;
    border: 2px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-family: 'made_tommymedium';
    line-height: normal;
    display: inline-block;
    border-radius: 25px;
    font-size: 20px;
    letter-spacing: 2px;
    width: auto;
}
.form-box input[type="submit"]:hover {
    color: #f39501;
    background: none;
    border: 2px solid #f39501;
    text-decoration: none;
}
.form-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form-box ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form-box :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form-box :-moz-placeholder {
    color:rgba(255, 255, 255, 0.7);
}
.form-section {
    padding: 40px 0;
}
.how-we-do-section{
    margin-top: 60px;
}
.list-icon {
    height: 280px;
    width: 280px;
    background: #facf8c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}
.how-we-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.how-we-wraper {
    margin-top: 50px;
}
.content-section {
    margin-top: 60px;
}
.list-icon img {
    max-width: 100px;
}
.ppc-faqs-list {
    margin-bottom: 60px;
}
.list-title.h3 {
    margin-bottom: 25px;
}
.how-we-box {
    height: 100%;
    padding: 0 50px;
}
.ppc-plans-section{
    /* background-color: #e6e6e6; */
}
.ppc-btn2 {
    background-color: #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 25px;
}
.ppc-plan {
    padding: 40px;
    border-radius: 75px;
    color: #fff;
    margin-bottom: 60px;
}
.price {
    font-size: 48px;
    font-weight: 600;
}
.ppc-plans-section .ppc-heading-section p {
    color: #066d8f;
    font-size: 26px;
    margin: 20px 0 !important;
}
.style-h3 {
    font-size: 48px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}
.btn-align{
    text-align: right;
}

.ppc2:hover {
    color: #184D5A;
    background: none;
    border: 2px solid #184D5A;
    text-decoration: none;
}
.ppc2{
    background: #184D5A;
    padding: 15px 25px;
    border: 2px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    border-radius: 25px;
}
h2.sub-ppc{
    margin-top: 70px;
}
h2.sub-ppc, .ppc-two-h2 h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}
h2.sub-ppc{
    color: #f39501;
}
.bt-title {
    font-size: 20px;
    font-weight: 600;
    color: #113244;
}
.pre-footer-nav li a {
    color: #7d7d7d;
    font-size: 22px;
    font-weight: 600;
}
.ppc-footer-heading {
    font-weight: 600;
    color: #113244;
    text-transform: uppercase;
}
body {
    overflow-y: visible !important;
}
.footer-form {
    height: 560px;
}
.footer-form .tf-v1-widget iframe {
    height: 400px;
}
.banner-form-box {
    background: #036f8e;
    padding: 15px 30px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    border-radius: 35px;
}
.home-banner-form {
    margin-top: -110px;
    position: relative;
}

.banner-form-box .form-group input,
.banner-form-box select,
.banner-form-box  textarea {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 12px 12px 10px 0px;
    color: #fff;
    outline: none;
    border-radius: 0;
    background-color: #036f8e;
    width: 100%;
    height: 52px;
}
.banner-form-box textarea{
    resize: none;
}
.banner-form-box input[type="submit"].button-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    position: relative;
    background: #f39501;
    font-size: 25px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 35px;
    border: 0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 50px;
    cursor: pointer;
}
.banner-form-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.banner-form-box ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.banner-form-box :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.banner-form-box :-moz-placeholder {
    color:rgba(255, 255, 255, 0.7);
}
.cf7-submit-btn {
    position: relative;
}
.banner-form-box .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.typeform-quiz {
    position: relative;
}


.recursos-content-wraper a {
    color: #f39501;
}

@media (min-width:1200px){
    .container {
        max-width: 1180px;
    }
}
@media (min-width:1401px){

    .container {
        max-width: 1366px;
    }
}
@media (min-width:1900px){
    .ppc-banner .ppc-banner-content-wrap {
        margin: 50px 0 0;
    }
    .sub-heading {
        margin-bottom: 35px;
    }
}
/*Responsive Css*/
@media (max-width:1401px){
    .ppc-banner .ppc-banner-heading {
        font-size: 48px;
    }
    .footer-form {
        height: 760px;
    }
    .footer-form .tf-v1-widget iframe {
        height: 600px;
    }

    .ppc-top-nav ul li {
        margin: 0 10px;
    }

    .ppc-top-nav ul li a {
        font-size: 14px;
    }

    .ppc-header-cta .ppc-phno {
        font-size: 18px;
    }
    .header-top .header-left-logo {
        width: 200px;
    }
    .header-aside-col {
        width: calc(100% - 200px);
    }
    .translate-btn {
        font-size: 15px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){
    .ppc-banner {
        height: 55vh;
    }
    .ppc-banner .ppc-banner-heading {
        font-size: 48px;
    }
    /*     .ppc-banner-content img {
            width: 90px;
        } */
    .ppc-banner .ppc-banner-content-wrap {
        font-size: 18px;
    }
}
@media (max-width:1199px){

    .style-h3, .price{
        font-size: 38px;
    }
    .ppc-header-cta .ppc-phno {
        margin-left: 10px;
        font-size: 18px;
    }
    .ppc-top-nav ul li {
        margin: 0 10px;
    }
    .ppc-top-nav ul li a {
        font-size: 16px;
        letter-spacing: 0;
    }
}
@media (max-width:991px){
    .home-banner-form {
        margin-top: 40px;
    }
    .banner-form-box {
        padding: 40px 20px;
    }
    body {
        padding-top: 70px;
    }
    .how-we-box {
        padding: 0;
    }
    .style-h3, .price{
        font-size: 28px;
    }
    .ppc-btn2{
        font-size: 17px;
    }
    .btn-align{
        text-align: left;
    }
    .price{
        margin: 20px 0;
    }
    .ppc-top-nav {
        display: none;
    }
    .menu-wrap.ppc-menu-wrap {
        top: 94px;
        background: #184d5a;
    }
    .menu-wrap.ppc-menu-wrap .menu-sidebar li a {
        color: #fff;
        padding: 7px 20px;
        display: block;
        border-bottom: 1px solid rgba(255,255,255,.2);
        font-size: 16px;

    }
    .ppc-header-cta {
        margin-right: 10px;
    }
    .ppc-banner {
        height: 600px;
        min-height: initial;
    }
    .ppc-banner .ppc-banner-heading {
        font-size: 48px;
    }
    /*     .ppc-banner-content img {
            width: 90px;
        } */
    .ppc-banner .ppc-banner-content-wrap {
        font-size: 18px;
    }
    .ppc-divorce-icon-wrap {
        height: 170px;
        width: 170px;
    }
    .ppc-divorce-icon-wrap img {
        height: 80px;
        width: 80px;
    }
    .f_details a{
        font-size:17px;
    }
    .f_details p{
        font-size:17px;
    }
    .ppc_footer_des p{
        font-size:17px;
    }

}
@media (max-width:767px){
    .title, .heading, .contact-form .form-title {
        font-size: 28px;

    }


    .f_details p, .f_details span {
        font-size: 18px;
    }
    .spaced, .space-pd {
        padding: 50px 0;
    }
    .ppc-footer-menu ul li a {
        font-size: 18px;
    }
    .ppc-banner {
        height: 500px;
        min-height: initial;
    }
    .recursos-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .recursos-logo img {
        width: auto;
    }
    .recursos-top-content {
        width: 100%;
        padding-left: 0;
        font-size: 24px;
        line-height: 36px;
    }
    .recursos-top-title.h2 {
        font-size: 36px;
    }
    .big-content-font{
        font-size: 18px;
        line-height: 32px;
    }
    .recursos-content-list {
        margin-bottom: 40px;
    }
    .ppc-faqs-list {
        margin-bottom: 40px;
    }
    .recursos-top-section {
        margin-bottom: 40px;
    }
    .ppc-footer-wrapper {
        padding: 50px 0px;
    }

    .style-h3, .price{
        font-size: 24px;
    }
    h2.sub-ppc, .ppc-two-h2 h2 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 28px!important;
    }

    .ppc-plan {
        padding: 30px 20px;
        border-radius: 45px;
    }
    .f_detail_wrap {
        float: left;
        margin-top: 25px;
    }
    .header-aside-col {
        width: calc(100% - 140px);
    }
    .header-top .header-left-logo {
        width: 140px;
    }
    .ppc-loging a {
        border: 1px solid #000;
        padding: 5px 13px;
        font-size: 14px;
        line-height: 17px;
    }
    .menu-wrap.ppc-menu-wrap {
        top: 70px
    }
    .recursos-top-title.h2 {
        font-size: 28px;
    }
}
@media screen and (min-width: 575px) {
    .large-btn{
        min-width: 330px;
        display: inline-block;
        text-align: center;
    }
}
@media (max-width:575px){

    .ppc-footer-logo img {
        max-width: 270px;
        margin: auto;
        display: block;
    }
    .ppc_footer_des p {
        margin-top: 30px;
    }
    .ppc_footer_des{
        text-align: center;
    }
    .f_detail_wrap {
        text-align: center;
        width: 100%;
    }
    .ppc-banner .ppc-banner-heading {
        font-size: 24px;
    }
    .sub-heading {
        font-size: 16px;
    }
    .ppc-banner .ppc-banner-content-wrap {
        font-size: 14px;
        margin: 15px 0 0;
    }
    .ppc-banner-content img {
        margin-bottom: 15px;
    }
    .ppc-btn{
        font-size:14px;
    }
}