/* Hide the image on screens smaller than 768px */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

/* Explicitly show the image on desktop screens */
@media (min-width: 768px) {
  .show-on-desktop {
    display: block; /* or 'inline-block', depending on your layout needs */
  }
}

/* Hide the image on screens larger than 767px */
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

/* Ensure the image is visible on smaller screens */
@media (max-width: 767px) {
  .show-on-mobile {
    display: block; /* or 'inline-block', depending on your layout needs */
  }
}
/*=========New Css 14 June=================*/
#investors {
    margin-left: 289px;
}

#invertors-buttons .wrap-count .box {
    flex: 1;
    width: auto;
}

#invertors-buttons .counter-box {
    width: 100%;
}

#invertors-buttons .nice-select .option {
    font-weight: 400;
    font-size: 17px;
    color: #545454;
    text-decoration:none !important
}

#invertors-buttons .open {
    background: transparent;
}

#investors h4 {
    color: #1d386d;
}

.site_map li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 20px;
}

/*=====investors-officers-directors========*/
.managment-listing{
    padding-left: 15px;
    padding-right: 15px;
}
.managment-listing .flat-agent .box{
    margin: 20px 0;
}
.managment-listing .exc-img{
    margin-right:30px;
}

.managment-listing .exc-img img{
    max-width: 200px;
}
/*======End======*/
.box-gap .gap-15 > div{
    margin: 15px 0;
}
/*=========Table ===========*/
.committee-charting-table{
    border-collapse: collapse;
    width: 100%;
    text-align:center;
    border-collapse: separate;
}
table.committee-charting-table * {
    word-wrap: break-word;
    white-space: initial;
    text-align: center;color:#1d386d
}
table.committee-charting-table td{
    width: calc(100% / 6);
}
table.committee-charting-table thead tr :is(th, td){
    width:calc(100% / 6) !important;
    vertical-align: middle;
}
/* Border for rows only */
.committee-charting-table tr {
    border-bottom: 1px solid #ddd;
}

/* Styling for the first row and first column */
.committee-charting-table th, 
.committee-charting-table tr td:first-child, 
.committee-charting-table tr td:first-child:hover{
    background-color: #f3f6f7;
    font-weight:900;
    border:none;
    color:#1d386d;text-align:center;padding-left:20px;font-size:18px
}

/* Highlighting styles for row and column */
.committee-charting-table .highlight-row {
    background-color:#fcfcfc;
}

.committee-charting-table .highlight-col {
    background-color: #fcfcfc;
}

/* Hover cell background */
.committee-charting-table td:hover{
    background-color: white;
    border: 1px solid #000;
}


/* Legend styles */
.irwLegends {
    margin-bottom: 20px;
    background: #f6f6f6;
    margin-top: 30px;
    display: flex;
    gap: 15px;
    padding: 10px;
}

.irwLegend {
    display: inline-block;
    margin-right: 15px;
}

.faBox {
    display: inline-block;
    width: 50px;
    text-align: center;
    margin-right:15px;
}

.irwMemberLegend {
    font-size: 0.75em;
}

.irwNameLegend {
    margin-left: 5px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@media (max-width: 767px) {
    #investors {
        margin-left:0px;
    }

    #invertors-buttons .wrap-count {
        margin: 0;
    }

    #invertors-buttons .wrap-count .box {
        margin: 0;
    }
}