﻿.sidebar {
    margin-bottom:10px;
    z-index:auto;
    position:static;
    top:auto;
}

.sidebar-item {
    border: 1px solid #D9D9D9
}

.title-side1 {
    font-size:14px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    line-height:22px;
    background:#222;
    color:#fff;
    text-align:center;
    width:100%;
    padding:5px 3px 5px 12px;
    font-weight:600;
    margin:4px 0 10px;
    border:1px solid #222;
    position:relative
}
.logo-side-new {
    width:80%;
    display: block;
    margin:auto;
    padding: 15px;
}
.img-side-new {
    width:100%;
}
.text-side-new {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 10px;
    margin-bottom:0px
}
.btn-side-new {
    padding:0px 15px 15px 15px;
}
.su-button-style-3d {
    border-bottom-style:solid;
}

.su-button-style-3d span {
    border-bottom-style:solid;
}

a.get-my {
    margin-top:0;
    display:block;
    color:#fff;
    background: #007633;
    border-radius:8px;
    box-shadow: 0px 4px #00451E;
}

a.get-my span {
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    display:block;
    text-align:center;
    border: 1px solid #00451E;
    border-radius:8px;
    padding: 5px;
}

a.get-my:hover {
    text-decoration:none
}

.text-center {
    text-align:center
}

.click_font a span {
    font-size: 29px;
    line-height: 34px;
    padding: 15px;
    margin-bottom: 25px;
}

@media(max-width:767px) {
    .sidebar {display:none}
}
