.horoscope-aria{
    background: #ffffff;
}

.horoscope-row{
    overflow: auto;
    background: #ffffff;
}

.horoscope-col{
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    padding: 10px;
}

.horoscope-col h3{
    font-size: 30px;
}
.horoscope-col a{
    display: block;
    padding: 15px 0;
}
.horoscope-col a:hover{
    background: #fbf6c0;
}


.horoscope-col:nth-child(3n+1){
    clear: both;
}


.horoscope-col img{
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}


.hbutton-aria{
    clear: both;
    margin-bottom: 10px;
}
.hbutton-aria div div{
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
}

.hbutton-aria a{
    width: 100%;
    display: block;
    line-height: 45px;
    text-align: center;
    border: 1px solid #C52026;
    font-size: 30px;
    background: #F59294;
}




/*horo scop single widget*/

.horoscope-widget{
    padding: 10px 20px;
}

.horoscope-widget .col-md-1{
    padding: 5px;
    text-align: center;
    background: #CFD4D3;
}

.horoscope-widget .hactive{
    background: #F8F7CE;
}

.horoscope-widget .col-xs-3:hover{
    background: #F8F7CE;
}

.horoscope-widget img{
    padding-top: 10px;
    display: block;
    height: 58px !important;
    margin: 0 auto;
}

.horoscope-widget h3{
    margin-top: 5px;
}

.horoscope-bar{
    background: #FEEC96;
    border: 1px solid #4890CD;
    overflow: auto;
    padding: 10px 0;
    font-size: 25px;
}


.horoscope-bar ul{
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.horoscope-bar ul li{
    display: inline-block;
}

.horoscope-bar a{
    color: #B31E36;
    padding: 3px 7px;
    border-right: 1px solid #4890CD;
}
.horoscope-bar a.active{
    color: #231F20;
}

.horoscope-today{
    margin-top: 20px;
}

.horoscope-today .row{
    overflow: auto;
}
.horoscope-img{
    background: #F8F7CE;
    border: 1px solid #BE1E2D;
    text-align: center;
    padding:80px  40px;
}

.horoscope-charecter{
    margin-top: 20px;
}

.horoscope-button{
    margin-top: 20px;
}

.horoscope-button .col-xs-4 div{
    background: #A5DCE9;
    border: 1px solid #4890CD;
    text-align: center;
    padding: 7px;
}

.horoscope-button .col-xs-4 span{
    color: #BE1E2D;
}


.horoscope_sec .container{
    //padding-top: 50px !important;
}
.horoscope_sec .left_text{
    background: #EF4036;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1;
    height: 100px;
    padding-top: 10px;
}

.horoscope_sec .right_image{
    background: #F8F7CE;
    text-align: center;
}

.horoscope_sec h3{
    margin: 0;
}
.horoscope_sec .row .col-md-1{
    padding-top: 5px;
    padding-bottom: 5px;
}

.horoscope_sec .row .col-md-1:hover{
    background: #F6D0A3;
}

.rashi_sec_button{
    position: relative;
    padding: 7px;
}

.rashi_sec_button p{
    float: left;
    color: #000;
    font-size: 30px;
    margin: 0;
    line-height: 1;
    margin-left: 20px;
}
.rashi_sec_button ul{
    margin: 0;
    float: right;
}

.rashi_sec_button li{
    display: inline-block;
    background: #FFFFFF;
}

.rashi_sec_button li a{
    display: block;
    padding: 3px 15px;
    font-size: 18px;
    color: #000;
}