.footer {
    padding: 30px 0 30px 0;
    background: #f8f9fb;
    position: relative;
}

.stickybutton{
    line-height: 60px; height:60px; width:100%; text-align: center !important; background: #ef5257; position:fixed; bottom:0;
    color:#fff !important; text-transform: uppercase;font-size:20px !important; font-family: var(--banner-semi-bold-font) !important;left:0; right:0;
    display:none !important;
} 

    .footer a {
        display: block;
        text-align: center;
        font-family: 'open_sansregular';
        font-size: 12px;
        color: #4C4C4C;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        line-height: 60px;
        z-index: 200000;
    }

    .footer .dp-parent.sub a {
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        letter-spacing: 0.9px;
        color: #9b9b9b;
        text-transform: uppercase;
        line-height: 20px;
    }

.footer .dp-parent.sub a:hover {
    text-decoration: none;
    color: #4c4c4c;
}

.footer a:hover {
    text-decoration: none;
    color: #F72960;
}

        .footer ul li {
            padding-bottom: 16px;
        }

    .footer h6 {
        font-family: Helvetica-Bold;
        font-size: 12px;
        color: #4A4A4A;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        text-align: left;
        padding-bottom: 0px;
    }

        .footer h6 a {
            color: #4A4A4A;
            line-height: 44px;
        }

    .footer .logo {
        width: 160px;
        height: 44px;
        position: relative;
        top: 8px;
    }

    .footer a.inl {
        display: inline-block;
    }

        .footer a.inl:after {
            padding-right: 2px;
        }

    .footer a.comma:after {
        content: ",";
        padding-right: 2px;
    }

    .footer a.inl:last-child:after {
        content: "";
        padding-right: 0px;
    }

    .footer .gap {
        width: 200px;
        flex-grow: 0;
    }

    .footer .sub {
        padding-top: 0px;
        text-align: center;
    }

    .footer .ftr-sec a {
        font-family: Helvetica;
        font-size: 11px;
    }

    .footer .ftr-sec b {
        display: inline-block;
        width: 100px;
        text-align: right;
        padding-right: 12px;
    }

    .footer b a {
        color: #4A4A4A;
    }

    /*.footer .content {
        width: auto;
    }*/

.copy-right {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.9px;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 30px;
}

.divider {
    border-left: 1px solid #9b9b9b;
    margin: 0;
    padding: 5px 1px;
    display: inline-block;
}



    @media all and (max-width:768px) {
        .footer {
            padding: 30px !important;
        }

            .footer .logo {
                text-align: center !important;
                transform: translateX(-50%);
                left: 50%;
            }

            .footer ul li {
                padding-bottom: 0 !important;
            }

            .footer h6 {
                padding-bottom: 0 !important;
            }

            .footer .sub {
                padding-top: 15px;
            }

        .ftrLogo {
            position: absolute;
            top: 0%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .footer a {
            text-align: left;
        }
    }

    @media all and (max-width:1024px) {

        .footer .content {
            width: auto;
            padding-left: 5px;
            padding-right: 5px;        
        }

        .abtIntro .genCont {
            width: auto;
        }

        .footer .topLinks{
            padding-top: 60px;
        }

        .footer .topLinks .dp-child a {
            text-align: center;
        }

        .ftrLogo {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media all and (max-width:650px) {
        .stickybutton,.showfloatingbtn.footer .stickybutton{display: block !important;}
        .footer .stickybutton{display: none !important;}
        .showfloatingbtn.footer{/* padding-bottom: 90px !important;*/}
        .footer .topLinks .dp-child {
            width: 50%;
        }
        
        .footer .logo {
            transform: translateX(-50%);
            left: 50%;
            top: 8px;
        }

     .footer .topLinks .dp-child a {
        text-align: left;
    }
        .copy-right {
            line-height: 20px;
        }

        .topLinks a{
            line-height: 40px;
        }

        .topLinks{
            padding-top: 60px;
        }

 }
