/* Footer Starts Here */
footer {
    background: #212121;
    border-top: 8px solid #007ee2;
    padding: 32px 0 0 0;
}
.product-links {
    margin-top: -8px;
}
.product-links h4 {
    padding-bottom: 6px;
}
.footer-block h4 {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}
.product-links ul li {
    color: #979797;
    margin-bottom: 6px;
}
.footer-block ul li ul {
    margin-bottom: 42px;
}
.footer-block ul li ul li {
    margin-bottom: 6px;
}
.footer-block ul li a {
    font-size: 15px;
    color: #979797;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-links h4 a {
    margin-left: -5px;
    line-height: 10px;
    font-size: 22px !important;
    font-weight: 500 !important;
}
.footer-block ul li ul li a {
    position: relative;
}
.footer-block ul li ul li a:hover {
    color: #ffffff;
    padding-left: 16px;
}
.footer-block ul li ul li a:before {
    content: "\e9b2";
    font-family: 'boxicons';
    color: #000000;
    position: absolute;
    left: -5px;
    top: 0px;
    transform: scaleX(0);
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.footer-block ul li ul li a:hover:before {
    transform: scaleX(1);
    width: 20px;
    color: #ffffff;
}
.footer-block ul li ul.socail-links li a:before {
    display: none;
}
.footer-block ul li ul.socail-links li a:hover {
    padding-left: 0px;
}
.footer-bottom {
    background: #0e0e0e;
    padding: 10px 0;
}
.footer-links ul li {
    margin: 4px 4px;
}
.footer-links ul li a {
    padding: 4px 5px;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
}
.footer-links ul li a:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #ffffff;
    left: 103%;
    top: 7px;
}
.footer-bottom p {
    color: #ffffff;
    font-size: 14px;
    line-height: 37px;
    text-align: right;
}
.socail-links {
    display: flex;
    justify-content: space-between;
}
.footer-links ul li:last-child a:after {
    display: none;
}
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #007ee2;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}
/* Footer Ends Here */
@media (max-width: 767px) {
	.footer-block ul li ul {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .footer-links ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-bottom p {
        text-align: center !important;
        line-height: 22px;
    }
    .footer-links ul li {
        margin: 1px 4px;
    }
    .footer-block ul li ul.socail-links {
        max-width: 274px;
    }
    .footer-block > ul > li ul {
        display: none;
    }
    .socail-links li {
        display: inline-block;
        margin-right: 8px;
    }
    .footer-block h4 {
        position: relative;
        cursor: pointer;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 10px 0px;
    }
    .footer-links {
        border-bottom: 1px solid #636161;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    footer {
        padding: 22px 0 0 0;
    }
    .footer-block {
        padding-bottom: 22px;
    } 
    .footer-block h4:after {
        content: "\e9ac";
        font-family: 'boxicons';
        color: #ffffff;
        position: absolute;
        right: 0px;
        top: 8px;
        font-size: 20px;
        -webkit-transition: 0.3s all ease-in-out;
        -moz-transition: 0.3s all ease-in-out;
        -ms-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    } 
    .footer-block .product-links h4:after {
        top: 13px;
    }
    .footer-block .active h4:after {
        content: "\e9b9";
    }
}
.socail-links li{
    margin-right:8px !important;
    font-size: 18px;
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
.socail-links li a{font-size:18px !important; color: #fff !important;}
.facebook {
    background: #4267b2 !important;
    color: #fff !important;
}
.instagram {
    background: #e4405e !important;
    color: #fff !important;
}
.twitter {
    background: #50abf1 !important;
    color: #fff !important;
}
.linkedin {
    background: #0077b7 !important;
    color: #fff !important;
}
.google-plus {
    background: #ff0000 !important;
    color: #fff !important;
}