.logo-part {
    position: absolute;
    top: -46px;
}

.quote-btn {
    font-size: 14px;
    background-image: linear-gradient(90deg, #f10654 0%, #f10654 100%);
    padding: 13px 22px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
}
.quote-btn:hover {
    color: #ffffff;
    background-image: linear-gradient(90deg, #f10654 0%, #fb3b7b 100%);
}
.grey-black {
    background: #191919;
}
.dark-black
{
	background:#000000;
}
.rs-counter.style3 .counter-top-area {
    text-align: center;
}
ul.sub-list li {
    list-style: inside;
    padding-left: 30px;
}