  @media (max-width: 767px) {
     .nav-link {
        color: white;
        /* border: 2px solid red; */
     }

     .img_alignment_container img {
        width: 100%;
     }

     .img_galary_card {
        height: 11rem !important;
        width: 11rem !important;

     }
     #about .box_sadow{
      box-shadow: none;
     }

  }

  .img_galary_card {
     height: 15rem;
  }

  /* ................ mobile icons ................. */
  .mobile_part {
     position: fixed;
     bottom: 20px;
     /* width: 100%; */
     z-index: 100000;
  }

  .Call_Whatsapp {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 5px;  
     /* font-size: 1.1rem; */
     color: white;
     padding: 12px 8px;
     border-radius: 2rem;
  }

  .bi-telephone-fill {
  
     background-color: #DC143C;
  }

  .bi-whatsapp {
    
     background-color: #2E8B57;
     /* background-color: #128C7E; */
  }



  .why_chooseUS_section {
     font-size: 2.6rem;
  }