﻿
.footer-div-style {
    background-color: #767676;
    padding: 100px 100px 100px 100px;
}

    .footer-div-style h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .footer-div-style .page-urls a {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        display: block;
        line-height: 2;
    }

    .footer-div-style #hr_1 {
        border: 1px solid #ffffff;
        margin: 10px;
        width: 0px;
        height: 230px;
        left: 50%;
        position: absolute;
    }

    .footer-div-style #hr_2 {
        border: 1px solid #ffffff;
        margin: 10px 0 0 0;
        width: 0px;
        height: 230px;
        left: 50%;
        position: absolute;
    }

    .footer-div-style h3 {
        font-size: 18px;
        font-weight: 700;
        color: #000000;
    }

    .footer-div-style .store-icons img {
        width: 140px;
        padding: 5px;
        display: inline !important;
    }

    .footer-div-style .share-icons img {
        width: 50px;
        padding: 5px;
        display: inline !important;
    }

    .footer-div-style .div-align {
        text-align: left;
    }

/*tab view*/
@media screen and (max-width: 1024px) {

    .footer-div-style {
        padding: 10px 10px 10px 10px;
    }

        .footer-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .footer-div-style .page-urls a {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            display: block;
            line-height: 2;
        }

        /*.footer-div-style #hr_1 {
            border: 1px solid #ffffff;
            margin: 0px;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }

        .footer-div-style #hr_2 {
            border: 1px solid #ffffff;
            margin: 10px 0 0 0;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }*/

        .footer-div-style h3 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }

        .footer-div-style .store-icons img {
            width: 140px;
            padding: 5px;
        }

        .footer-div-style .share-icons img {
            width: 50px;
            padding: 5px;
        }

        .footer-div-style .div-align {
            text-align: left;
        }
}
/*Mobile view */
@media screen and (max-width: 736px) {
    

    .footer-div-style {
        padding: 10px 10px 10px 10px;
    }

        .footer-div-style h2 {
            font-size: 36px;
            font-weight: 700;
        }

        .footer-div-style .page-urls a {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            display: block;
            line-height: 2;
        }

        .footer-div-style #hr_1 {
            border: 1px solid #ffffff;
            margin: 0px;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }

        .footer-div-style #hr_2 {
            border: 1px solid #ffffff;
            margin: 10px 0 0 0;
            width: 100% !important;
            height: 0 !important;
            left: 0 !important;
            position: static !important;
        }

        .footer-div-style h3 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
        }

        .footer-div-style .store-icons img {
            width: 140px;
            padding: 5px;
        }

        .footer-div-style .share-icons img {
            width: 50px;
            padding: 5px;
        }

        .footer-div-style .div-align {
            text-align: center;
        }
}
