@media (max-width: 1200px){
    .space_m{
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .space_mt{
        margin-top: 75px;
    }

    .space_mb{
        margin-bottom: 75px;
    }

    .section-pd , .common-padding{
      padding-top: 75px;
      padding-bottom: 75px;
    }

    .section-pdt , .common-padding-t {
      padding-top: 75px;
    }

    .section-pdb , .common-padding-b {
      padding-bottom: 75px;
    }


    h1, .h1 {
        font-size: 45px;
        line-height: normal;  
    }

    h2, .h2 {
        font-size: 35px;
        line-height: normal;
    }

    h3, .h3{
        font-size: 28px;
        line-height: normal;
    }

    h4, .h4{
        font-size: 24px;
        line-height: normal;
    }

    .owl-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25px;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        position: static;
        transform: none;
        margin-top: 0;
    }
    .owl-nav .owl-next {
        transform: rotate(180deg);
    }

    .ppc-banner-desc * {
        font-size: 18px;
    }

}

@media (max-width: 991px){
    .banner-content {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: .5rem !important;
    }
    .banner-content::before {
        display: none !important;
    }

    .ppc-banner-contact-form {
        margin-right: auto;
    }

}

@media (max-width: 767px){
    .space_m{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .space_mt{
        margin-top: 50px;
    }

    .space_mb{
        margin-bottom: 50px;
    }

    .section-pd , .common-padding{
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .section-pdt , .common-padding-t {
      padding-top: 50px;
    }

    .section-pdb , .common-padding-b {
      padding-bottom: 50px;
    }

    h1, .h1 {
        font-size: 35px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    h5, .h5{
        font-size: 20px;
    }

    h6, .h6{
        font-size: 16px;
    }

    .footer-wrapper {
        padding-top: 50px;
    }

    .video-svg {
        width: 75px;
        height: 75px;
    }

    .result-list-box {
        flex-direction: column;
        gap: 15px;
    }

    .quote_top, .quote_bottom {
        margin-top: 0;
    }

    .header-btn svg path {
        fill: var(--bg-white);
    }

    header.fix_active .header-btn svg path {
        fill: var(--bg-black);
    }

}

@media (max-width: 575px){
    .header-btn {
        margin-top: -10px;
    }
    .call-nub-button span {
        display: none;
    }
    .header-btn cite {
        font-size: 0;
    }

    h1, .h1 {
        font-size: 32px;
        line-height: normal;  
    }

    h2, .h2 {
        font-size: 28px;
        line-height: normal;
    }

    h3, .h3{
        font-size: 26px;
        line-height: normal;
    }
}

@media (max-height: 414px) {

}