.dropdown_menu, .dropdown_menu_2, .dropdown_menu_3, .dropdown_menu_4 {
    display: none;
    position: absolute;
    top: 0px;
    left: 50px;
    z-index: 55;
    width: 120px;
    height: 100%;
    border: solid 1px #c3a874;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, rgba(86, 86, 86, 0.8), rgba(0, 0, 0, 0.8));
}
.text {
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    color: #2a2a2a !important;
}
.dropdown_li1, .dropdown_li2, .dropdown_li3, .dropdown_li4 {
    display: none;
    position: absolute;
    top: 0px;
    left: 118px;
    background: #f3f3f3;
}
.dropdown_menu {
    display: block;
}
.dropdown1, .dropdown2, .dropdown3, .dropdown4:hover {
    position: relative;
}
.dropdown_1 span {
    font-size: 20px;
    font-weight: 400;
}
.dropdown_2 span {
    font-size: 20px;
    font-weight: 400;
}
.dropdown_3 span {
    font-size: 20px;
    font-weight: 400;
}
.dropdown_4 span {
    font-size: 20px;
    font-weight: 400;
}
.reversal-title {
    display: inline-block;
    width: 16px;
    line-height: 10px;
}
.reversal-mess {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-top: -15px;
}
.dropdown_3 .reversal {
    display: inline-block;
    transform: rotate(90deg);
}
.active:hover {
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    color: #2a2a2a;
}

.dropdown_1:hover .dropdown_menu {
    display: block;
    transition: 0.5s;
}
.dropdown_2:hover .dropdown_menu_2 {
    display: block;
    transition: 0.5s;
}
.dropdown_3:hover .dropdown_menu_3 {
    display: block;
    /*background: #f3f3f3;*/
    transition: 0.5s;
}
.dropdown_4:hover .dropdown_menu_4 {
    display: block;
    /*background: #f3f3f3;*/
    transition: 0.5s;
}
.dropdown1:hover .dropdown_li1 {
    display: block;
    width: 78px;
    height: 350px;
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}
.dropdown2:hover .dropdown_li2 {
    display: block;
    width: 78px;
    height: 350px;
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}
.dropdown3:hover .dropdown_li3 {
    display: block;
    width: 78px;
    height: 350px;
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}
.dropdown4:hover .dropdown_li4 {
    display: block;
    width: 78px;
    height: 350px;
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.dh-nr-ul .dropdown_1,.dropdown_2, .dropdown_3,.dropdown_4{
    text-align: center;
    height: 110px;
    width: 50px;
    list-style: none;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 2px;
    cursor:pointer;
    line-height: 20px;
    padding: 10px 0;
    border: solid 1px #c3a874;
    border-left: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: bold;
}
.right-box:hover{
    background-image: linear-gradient(to bottom, #cba258, #6f5322);
    /*color: #2a2a2a !important;*/
}
/*input {*/
/*    display: none;*/
/*}*/
/*label {*/
/*    border: solid 1px #c3a874;*/
/*    border-left: none;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-top-left-radius: 5px;*/
/*    !*line-height: 24px;*!*/
/*    padding: 20px 0;*/
/*    margin-bottom: -1px;*/
/*    width: 40px;*/
/*    cursor: pointer;*/

/*}*/

/*li+label {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #ccc;*/
/*    font-size: 18px;*/
/*    text-align: center;*/
/*    !*line-height: 60px;*!*/
/*    color: #333;*/
/*    trastion: opacity .5s !important;*/

/*}*/


/*input+label+div {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    !*top: 60px;*!*/
/*}*/
/*!*input+label+.dh-right-list {*!*/
/*!*    margin-left: 159px;*!*/
/*!*    top: 0;*!*/
/*!*    position: absolute;*!*/
/*!*    width: 78px;*!*/
/*!*    height: 325px;*!*/
/*!*    background-image: linear-gradient(to bottom, #cba258, #6f5322);*!*/
/*!*    border-bottom-right-radius: 10px;*!*/
/*!*    border-top-right-radius: 10px;*!*/
/*!*}*!*/
/*.dh-right-list {*/
/*    margin-left: 129px;*/
/*    top: 6px;*/
/*    position: absolute;*/
/*    width: 78px;*/
/*    height: 325px;*/
/*    background-image: linear-gradient(to bottom, #cba258, #6f5322);*/
/*    border-bottom-right-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
/*}*/


/*input:checked+label {*/
/*    border: solid 1px #c3a874;*/
/*    background-image: linear-gradient(to bottom, #cba258, #6f5322);*/
/*    width: 40px;*/
/*    !*height: 100px;*!*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*    color: #000000;*/
/*    border-left: none;*/
/*    border-bottom-left-radius: 5px;*/
/*    border-top-left-radius: 5px;*/
/*    line-height: 18px;*/
/*    padding: 20px 0;*/
/*}*/

/*input:checked+label+div {*/
/*    display: block;*/
/*}*/

/*.tab, .tab1, .tab2 {*/
/*    width: auto;*/
/*    margin-left: 20px;*/
/*    text-align: center;*/
/*    !*line-height: 49px;*!*/
/*    !*padding-bottom: 1px;*!*/
/*    !*border-bottom: 1px solid #c3a874;*!*/
/*    font-size: 16px;*/
/*    cursor: pointer;*/
/*}*/
/*!*.tab:first-child {*!*/
/*!*    margin-top: 5px;*!*/
/*!*}*!*/