.component-2 h2,
.component-2 h3,
.component-2 p,
.component-3 h2,
.component-3 h3,
.component-3 p,
.component-4 h2,
.component-4 h3,
.component-4 p,
.component-5 h2,
.component-5 h3,
.component-5 p,
.component-6 h2,
.component-6 h3,
.component-6 p
 {
    margin: 0 !important;
 }
 .component-2 h2{
    margin-top: 20px !important;
 }
.component-heading-updated {
    padding: 10px 0 !important;
    margin-top: 15px;
}
h3.component-sub-heading-updated {
    /* margin: 8px 0 !important; */
    color: rgba(0,0,0,.87);
}
.updated-component strong {
    /* margin: 8px 0 !important; */
    color: rgba(0,0,0,.87);
    font-family: 'regular_semibold';
}
p.component-description-updated,
.updated-component p
{
    margin-bottom: 12px !important;
}

.top-tompanies-list{
    margin-left: 30px;
    margin-bottom: 15px;
}

ul.main-nav-list {
    max-height: 400px;
    overflow: auto;
}

/* ------ cooke banner update css ---------- */

.cookiealert-container {
    text-align: left;
    flex: 0 0 50%;
    margin: 0 0 83%;
    margin: 0 10px 0 5px;
    font-size: 12px;
    line-height: 14px;
}

.cookiealert{
    /* height: 50px !important; */
    width: 250px;
    background-color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    color: #000;
    left: 13%;
    right: auto;
    padding: 5px 10px !important;
}
button.acceptcookies {
    margin: 5px 0 !important;
    flex: 0 0 10% !important;
    background: #0e0a0ab8 !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 1px solid transparent;
    border-radius: 20px;
    /* padding: 4px 12px; */
    padding: 2px 12px;
}
.cookiealert a {
    text-decoration: underline;
    color: #000;
    font-family: 'regular_semibold';
}

@media(max-width:991px){
    .cookiealert{
      width:290px !important;
      /* height: 40px !important; */
      left: 0;
      right: 0;
    }
    
    .cookiealert-container{
        font-size: 12px;
        line-height: 14px;
        flex: 0 0 60%;
    }
    /* .cookiealert{
        width: 95% !important;
    } */
    .cookiealert-container{
        flex: 0 0 60%;
    }
  }
@media (max-width:600px){
    .cookiealert-container{
        font-size: 10px;
        line-height: 12px;
    }
}
@media(max-width:300px){
    .cookiealert-container{
        font-size: 10px;
        line-height: 12px;
    }
    .cookiealert{
        width: 95% !important;
    }
}
.component h2{
    margin-top: 15px !important;
}
.component-3 ul{
    display: block;
    list-style: disc !important;
    margin-left: 12px;
}