 .bg-wrapper {
   background-color: #f8f9fa;
 }

 .id_page_wrapp {
   padding: 3rem 1rem;
   max-width: 1000px;
   margin: 25px auto;
 }

 .id_page_wrapp h1 {
   font-size: 45px;
   text-align: center;
 }

 .document_bg {
   padding: 25px;
   box-shadow: 0 12px 24px rgb(0 0 0 / 10%);
 }

 .document_bg h5 {
   font-size: 24px;
   margin-bottom: 30px;
   line-height: 35px;
 }

 .director_title {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px;
 }

 .director_title h6 {
   margin-bottom: 0;
 }

 .extra-details {
   padding: 0 15px;
   width: 50%;
   display: block;
   font-style: italic;
   color: gray;
   font-size: 14px;
   padding-bottom: 15px;
   margin-top: -10px;
 }

 .extra-details.details2 {
   width: 100%;
   margin-top: -5px;
 }

 .document_box {
   background: #edeeef;
   border-radius: 5px;
   margin-bottom: 20px;
 }

 .document_content {
   font-weight: 600;
   color: #007bff;
   cursor: pointer;
 }

 .id_page_content {
   display: flex;
   padding: 0 15px;
   justify-content: space-between;
 }

 .id_page_content h6 {
   margin-left: 20px;
 }

 .selfie_box .director_title {
   border-bottom: 1px solid #8080804a;
 }


 @media (max-width: 992px) {
   .extra-details {
     width: 100%;
   }
 }

 @media (max-width: 768px) {

   .director_title h6 {
     line-height: 24px;
   }

   .id_page_wrapp {
     padding: 3rem 0;
   }

   .director_title,
   .id_page_content {
     flex-direction: column;
     align-items: baseline;
     gap: 5px;
   }

   .id_page_content h6 {
     margin-left: 0;
     margin-bottom: 0;
   }

   .id_page_content {
     margin: 20px 0;
   }

 }

 /* Modal Code */
 .modal_box {
   padding: 20px 10px;
 }

 .modal_box .close {
   position: absolute;
   right: 0;
   top: -10px;
 }

 .modal_box .modal-body ul li {
   margin: 20px 0;
   line-height: 25px;
 }

 .modal_box .modal-body h5 {
   font-size: 20px;
   font-weight: 900;
   line-height: 30px;
 }