@charset "utf-8";
/* CSS Document */

@media (max-width:767px) {
	article.quick-link {
    display: none;
}
ul.theme-tour li {
    width: 44%;
}
ul.theme-tour li p {
    font-size: 14px;
    font-weight: bold;
}

.subscribe ul.social-link li {
    background: #000;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    margin-top: 22px;
}
.link-footer li {
    padding: 10px 14px;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
}

img.img-fluid.helpme {
    display: none;
}
.top-footer p {
    text-align: center;
    font-size: 9px;
    font-weight: bold;
}

.subscribe {
    padding: 9px 0px;}
    .heading span{ font-size: 30px; }
}


