 
.selected a {
   background-color: #ffffff;
   padding: 20px 10px;
}
.selected a.newexamcategory {
   color: #143066;
   font-weight: bold;
}
.dropdown-content {
   display: none;
   position: absolute;
   top: 60px;
   left: 385px;
   width: 100%;
   background-color: white;
   padding: 0;
   box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
   max-width: 1100px;
   margin: 0 auto;
   position: absolute;
   top: 50px;
   left: 50%;
   transform: translateX(-50%);
   z-index:10;
   min-height: 400px;
   /* height: 400px;
   overflow-y: auto; */
}
.dropdown-column {
   width: 24%;
   display: inline-block;
   vertical-align: top;
}

/* .dropdown-column h3 {
    font-size: 15px;
   color: #003366;
   margin-bottom: 8px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 5px;
      font-weight: bold;
      margin-top: 20px !important;
    width: 230px;
} */
.dropdown-column h3 {
   /* font-size: 15px;
   color: #003366;
   border-bottom: 1px solid #E9E9E9;
   width: 230px;
   font-weight: bold;
   margin-top: 20px !important;
   padding: 0;
   font-family: calibri,calibriregular;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   float: none;
   padding: 0 0 5px;
   margin-bottom: 8px; */
   font-size: 15px;
   width: 230px;
   font-weight: bold;
   margin-top: 15px !important;
   padding: 0;
   font-family: calibri, calibriregular;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   float: none;
   padding: 5px 0px 3px 10px;
   margin-bottom: 8px;
   background: #EBEBEB;
   color: #000; 
}
.search_div *{
   box-sizing: border-box;
}
.search_div {
   display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
}
.search_div h2 {
   margin: 0;
   padding: 0;
   font-size: 22px;
   font-weight: bold;
   color: #003366;
   text-transform: uppercase;
}
.search_div .seach_innr {
   /* width: 74%; */
   display: inline-block;
   width: 100%;
   max-width: 800px;
}
.search_div .seach_innr input[type="text"] {
   width: 100%;
   background: #eee;
   border: 1px solid #d4d4d4;
   line-height: 30px;
   display: inline-block;
   padding: 0px 10px 0 35px; 
   background: url(../images/search_icon.png) no-repeat 10px #eee;
}
.dropdown_content_innr {
   padding: 0px 15px 15px 15px;
}
.dropdown_content_innr .dropdown-column {
   margin-bottom: 15px; 
}
/* .dropdown-column ul {
   list-style: none;
   margin: 0;
   padding: 0;
} */
 	 



.dropdown-column ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    display: inline-block;
    width: 90%;
}

/* .dropdown-column li {
   margin-bottom: 2px;
   font-size: 13px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
    color: #000;
} */

.dropdown-column li {
   margin-bottom: 2px;
   font-size: 13px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #000;
   font-family: calibri,calibriregular;
}

/* .dropdown-column a {
   display: block;
    margin-bottom: 2px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
} */
 
.dropdown-column a {
   display: block;
   margin-bottom: 2px;
   font-size: 13px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   color: #000;
}
a.view-more {
    color: #17a1e6;
    margin-left: 10px;
}
.more-content ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

.more-content li {
   margin-bottom: 5px;
}
        