body{
    background-color: #fff;
}
html {
  scroll-behavior: smooth;
}
.topbar{
    width: 100%;
    height: 30px;
    background: linear-gradient(90.00999999999978deg, #8fd16a 0%, #429bff 100%, #000000 100%, #ab4949 100%, #000000 100%, #429bff 100%);
}

.topheader_logo{
    width: 100%;
    background-color: #fff;
    margin-top: 2%;
    margin-bottom: 2%;
}

.left_logo img {
    width: 40%;
    float: left;
}

.right_logo img {
    width: 50%;
    float: right;
}
.topheader_banner img{
    width: 100%;
}

.top_banner_txt {
    position: absolute;
    top: 30%;
    left: 7%;
}

.top_banner_txt h1{
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
}

.top_banner_txt span{
    color: #fff;
    font-size: 90px;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    line-height: 1;
}

.search_claim {
    margin-top: 5%;
}
.claim{
    position: relative;
    display: block;
}
.claim a img {
    width: 100%;
    height: 270px;
}

.ll_news h1{
    color: #404040;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.ll_news img{
    width: 100%;
    height: auto;
}
.ll_news p{
    font-size: 24px;
    font-weight: bold;
}
hr.hr2{
    border-bottom: 3px solid rgba(173, 165, 165, 0.5);
}

ul.search_a_m {
    padding-left: 0;
}

ul.search_n_z {
    margin-top: 5%;
    padding-left: 0;
}

ul.search_a_m li {
    display: inline-block;
}
ul.search_n_z li {
    display: inline-block;
}

.search_a_m li:nth-child(1), .search_n_z li:nth-child(1){
    padding-left: 0;
    width: 7.5% !important;
}

.search_a_m li:nth-child(13), .search_n_z li:nth-child(13){
}


ul.search_a_m li {
    padding-left: 0px!important;
    width: 7.5%!important;
    margin-bottom: 4%!important;
}
.nav-tabs {
    border-bottom: unset; 
}
ul.search_n_z li{
    padding-left: 0px;
    width: 7.5% !important;
}


.search_a_m .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #429DFF;
    border-color: unset;
}

ul.search_a_m li a{
    background-color: #d7d7d7;
    padding: 10px;
    color: #404040;
    font-weight: bold;
    border-radius: 5px;
}

ul.search_n_z li a{
    background-color: #d7d7d7;
    padding: 10px;
    color: #404040;
    font-weight: bold;
    border-radius: 5px;
}

ul.search_a_m li a:hover{
    text-decoration: none;
    background-color: #429DFF;
    color: #fff;
}
ul.search_a_m li a.active {
    background: #429cfe;
    color: #fff;
}

ul.search_n_z li a:hover{
    text-decoration: none;
    background-color: #429DFF;
    color: #fff;
}
.search_result{
    position: relative;
    display: block;
}

.search_result h1:before {
    width: 90%;
    height: 3px;
    background-color: rgb(215, 215, 215);
    content: "";
    position: absolute;
    display: block;
    top: 40px;
    left: 6%;
}


.search_result h1 {
    font-weight: bold;
    font-size: 45px;
}

.search_details h1{
   margin-bottom: 5px !important;
   line-height: 0.8;
}

.search_details h1 a {
    font-size: 25px;
    color: #404040;
    font-weight: bold;
}

ul.searchicnlst{
    padding: 0;
}
ul.searchicnlst li:nth-child(1){
    margin-left: 0;
}


ul.searchicnlst li{
    display: inline-block;
    border-radius: 5px;
    margin-left: 1%;
    padding: 4px;
    background-color: #429dff;
    list-style: none;
}

ul.searchicnlst li a{
    color: #fff;
    padding: 5px;
}

ul.searchicnlst li a:hover{
    text-decoration: none;
}

.cap_title {
    margin-top: 5%;
}

.cap_title h1 {
    font-size: 40px;
    font-weight: bold;
}

.cap_title h1:before {
    content: "";
    background-color: #d6d2d2;
    width: 94%;
    height: 3px;
    display: block;
    position: relative;
    top: 34px;
    left: 5%;
}

.alphactive {
    text-decoration: none;
    background-color: #429DFF !important;
    color: #fff !important;
}

.search_details h1 a:hover{
    color: #429DFF;
    text-decoration: none;
}

.rdetails{
    border: 1px solid #f0f0f0;
    margin-bottom: 5%;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px;
}

.search h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 5%;
    color: #404040;
}

.ll_logo img{
    width: 70%;
    height: auto;
    margin-top: 15%;
}

p.desc {
    font-size: 15px;
    color: #525252;
    text-align: justify;
    line-height: 1.3;
}


ul.searchicnlst li:hover{
    background-color: #d7d7d7;
    cursor: pointer;
}

ul.searchicnlst li:hover a{
    color: #404040;
}

.ll_rightbar{
    border-left: 3px solid #d7d7d7;
}


.tab-content {
    margin-top: 20px;
}


.topheader_banner {
    border-top: 10px solid #D7D7D7;
}


#stickyalias {
    display: none;
    height: 10px;
  }
  
.disabled a{
    cursor: not-allowed;
    pointer-events: all;
} 

ul.searchicnlst li.disabled {
    background-color: #D7D7D7 !important;
}

ul.searchicnlst li.disabled a{
    color: #000 !important;
    cursor: not-allowed;
    pointer-events: all;
}

ul.searchicnlst li.disabled:hover{
    cursor: not-allowed;
    background-color: #D7D7D7 !important;
    pointer-events: all;
}

ul.searchicnlst li.disabled a:hover{
    color: #000 !important;
    cursor: not-allowed;
    pointer-events: all;
}
p.small_text {
    color: #504f4f;
    font-size: 14px;

}



.footer{
    margin-top: 20px;
    width: 100%;
    background-color: #009BFE;
    padding: 20px;
    color: #fff;
    font-size: 15px;
}
.footer div {
    margin: 10px 0 10px 0;
}

.footer a {

    color: #fff;
}

.f_center {
    text-align: center;
}
