.inner-dropdwon {
    position: relative;
    width: 100%;
	float:left;
    text-align: left;
	border-bottom:1px solid #e4ad25;
	margin:0 0 69px;
	position:relative; z-index:999;
	padding:0 0 17px 0;
}

.inner-dropdwon p { font-size:14px; color:#fff; line-height:2.29; margin:0;}
.inner-dropdwon p a { color:#ffffff;}
.inner-dropdwon p a:hover { color:#090909;}

.main {
    width: 425px;
	float:left;
    text-align: left;
}
.main label {
	font-size:22px; cursor: pointer;
	color:#090909;
	font-weight:600;
    width: 100%;
	padding:0 30px 0 0;
    transition: 0.04s ease-in-out;
	position:relative;
}

.main label:after { content:""; width:8px; height:6px; background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; transform:translateY(-50%); top:60%; right:0;}

.list {
    width: 425px;
    position: absolute;
    z-index: 1;
    top: 43px;
    left: 0px;
	background:#e4ad25;
	padding:35px 16px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius:0 0 24px 0;
}
.item {
    width: 100%;
    line-height: 45px;
    padding-left: 20px;
    background-color: #fff;
    transition: 0.2s ease-in-out;
    font-weight: 400;
}
.item:hover {
    background-color: #eee;
}

/**********
***********/

#drop-1:checked~ .list-1 {
    visibility: visible;
    opacity: 2;
    z-index: 10;
}


.inner-dropdwon .tab-row2 li a {
    color: #ffffff;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    margin: 0;
    font-weight: 600;
}

.inner-dropdwon .tab-row2 li a:hover {
    color: #090909;
}

.inner-dropdwon .tab-row2 li {
    margin: 0 0 12px;
}



.inner-dropdwon .tab-col2 ul.dropdown {
/* opacity: 0; height: 0; */
  padding-left: 10px;
}
 
/* .inner-dropdwon .tab-col2 li.menu-item-has-children:hover .dropdown {
   opacity: 1;  height: 100%;
} */
 
/* .inner-dropdwon .tab-col2 li.menu-item-has-children .dropdown{transition: all 0.5s ease-in-out; } */

.inner-dropdwon .tab-col2 li.menu-item-has-children .indicator {
    background: url(../images/down-whiteplain-arrow2.svg) no-repeat center / 100%;
    background-size: 7px; font-size: 0;
        width: 7px;
    height: 7px;
    display: inline-block; position: absolute; top: 0;
    top: 10px;
    margin-left: 7px;
}
.inner-dropdwon .tab-row2 ul li ul li a {
    font-size: 13px;
}

.inner-dropdwon .tab-col2 li.menu-item-has-children:hover .indicator{
     background: url(../images/down-black-plain-arrow.svg) no-repeat center / 100%;
    background-size: 7px; 
}



.inner-dropdwon .tab-col2 li.menu-item-has-children{position: relative;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.inner-dropdwon { margin:0 0 50px;}
.list { width:100%;}


.inner-dropdwon .tab-col2 li.menu-item-has-children .indicator {
    margin-left: 4px;
}

}
