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

.title-side1 {
    font-size: 18px;
    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
}

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

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

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

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

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

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

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

.text-center {
    text-align: center
}

@media only screen and (max-width: 950px){
    .title-side1 {
        font-size: 14px;
    }
    a.get-my span{
        font-size: 12px !important;
    }
}