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

.title-side1 {
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 22px;
    background: #333;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 3px 5px 12px;
    font-weight: 600;
    margin: 4px 0 10px;
    border: 1px solid #333;
    position: relative
}

.img-side-new {
    width: 100%;
    margin-bottom: 20px
}

.su-button-style-3d {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 35%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

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

a.get-my span {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border-color: #f47b6c;
    display: block;
    -webkit-border-radius: 12px;
    text-shadow: none
}

a.get-my {
    margin-top: 0;
    display: block;
    color: #fff;
    background-color: #00c249;
    border-color: #028332;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px
}

a.get-my span {
    color: #fff;
    font-size: 13px;
    border-color: #f47b6c;
    border-radius: 5px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none
}

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

.text-center {
    text-align: center
}