
    .container_1{
        /*padding:47px;*/
        background:linear-gradient(rgb(247 244 244 / 0%), rgb(207 205 205 / 70%)), url(assets/img/security-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
    .flex-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
h3{
    text-align: center;
    text-transform: uppercase;
    font-family: 'opens';
    color: #063970;
}
    .flex-item {
        text-align: center;
    margin: 10px;
     flex:1 1 calc(15% - 30px);
    box-sizing: border-box;
    background: #045a8d;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 95px;
    z-index: 10;
    }
    .lis_name{
        font-size: 10px;
    text-transform: capitalize;
    background:#013a5c;
    color: white;
    height: 59px;
    font-weight: 300;
    padding: 10px;
    width: auto;
    }
    .nameeee{
        font-size: .7rem;
    text-transform: capitalize;
    background: grey;
    color: white;
    /* height: 59px; */
    font-weight: 300;
    padding: 10px;
    }
.line_lgao{
    position: relative;
    height: 3px;
    width: 6%;
    background: grey;
    left: 47%;
    margin-bottom: 10px;
}
.icon_n{
    color: white;
    font-size:24px;padding: 10px ;
}
    .description {
        text-align: justify;
    color: #4e4f52;
    background: white;
    padding: 40px;font-size: 14px;
    margin-left: 26px;
    margin-right: 26px 
    }
    ul, li{
        text-align:justify;color: #4e4f52;
    }
    .client_image {
    flex: 1;
    max-width: 50%;
    height: auto;
}
.clientss{
    display:flex;
}
.client_tag {
    flex: 1;
    max-width: 90%;
   
    padding: 20px;font-size: 3rem;
}
.selected {
    background-color:#0696eb;
}
    .arrow {
        position: relative;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0696eb;
    top: -4%;
    left:38%;
    transform: rotate(180deg);
}

.client_tag2 {
    text-align: justify;
    padding: 20px;width: 90%;
}

@media (max-width: 768px) {
    
    .flex-container {
    display: flex;
    padding: 20px;
    flex-direction: column !important;
}
   .clientss {
       display: flex;
       flex-direction: column;
   }
   .client_image {
    flex: 1;
    max-width: 100%;
    height: auto;
}
.flex-item {
    text-align: center;
    margin: 20px;
    /*width: 100%;*/
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.lis_name {
    font-size: .7rem;
    text-transform: capitalize;
    background: #045a8d;
    color: white;
    height: 59px;
    font-weight: 300;
    padding: 10px;
    /*margin-left: -10px;*/
    /*width: 193px;*/
    width: 100%;
}
.arrow{
    display:none
}
.description {
    text-align: justify;
    color: #4e4f52;
    background: white;
   
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

}
@media (max-width: 768px) {
    .flex-item {
        flex: 1 1 calc(50% - 20px); /* Two items per row on smaller screens */
    }
}

@media (max-width: 480px) {
    .flex-item {
        flex: 1 1 calc(100% - 20px); /* One item per row on very small screens */
    }
}
.indeticon{
    width:50px;
    margin-right: 20px;
}
 h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 600 !important;
    line-height: 1.2;
    color: #013a5c;
}

.table-container {
            width: 100%;
            max-height: 400px; 
            overflow-y: auto; 
            border: 1px solid #ddd;
            margin-top:50px;
        }
         .table-container::-webkit-scrollbar {
            width: 12px; 
        }

        .table-container::-webkit-scrollbar-track {
            background: #f1f1f1; 
            border-radius: 10px; 
        }

        .table-container::-webkit-scrollbar-thumb {
            background: #888; 
            border-radius: 10px;
        }

        .table-container::-webkit-scrollbar-thumb:hover {
            background: #555; 
        }

        /* Firefox scrollbar styling */
        .table-container {
            scrollbar-width: thin; 
            scrollbar-color: #102147 #f1f1f1 ; 
        }
   table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #102147;
    color: white;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        tr:hover {
            background-color: #aeaeae;
        }

 .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
           
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
        .modal-content {
            background-color: #fefefe;
            margin: 5% auto; /* Centered with margin-top 5% */
            padding: 20px;
            border: 1px solid #888;
            width: 92%;
            max-width: 800px; /* Optional: maximum width */
            box-sizing: border-box; /* Include padding and border in the element's total width and height */
        }
        .close {
            color: #25a9e7;
    float: right;
    font-size: 18px;
    font-weight: bold;
    width: 63px;
    position: absolute;
    right: 35px;
    top: 20px;
    padding: 6px;
    text-align: right;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        .modal-img {
            width: 100%; /* Responsive image width */
            height: auto; /* Maintain aspect ratio */
        }

.headingggg{
    background: #cccccc2e;
    padding: 15px;
}
.descptn{
     padding: 15px;
}
.brdr{
    border: 1px solid #8080805e;
    border-radius: 10px;
}
.details-button{
    border: 1px solid #80808069;
    border-radius: 10px;
    padding: 8px;
    font-size: 12px;
}

.enq_btn{
    border: 1px solid #102147 !important;
    padding: 15px;
    color: #102147;
    font-weight: 600;
    border-radius: 5px;
}
.enq_btn:hover{
    background: #102147;
    color:white;
}


.section-title{
    padding: 10px;
    font-weight: 900;
    background: #25a9e7;
    color: white;
    text-align: center
}