 .flex-contact {

    display: flex;    
    justify-content: flex-start; 
    align-items: stretch; 
    /* flex-flow: row wrap; */ 
    flex-direction: row; 
    flex-wrap: wrap; 
    align-content: stretch;
     box-sizing: content-box;
     color: red;
    height: 100%;
    padding: 5px;
    gap: 5px;

  }

  .flex-contact > div{    
    border: 1px solid #969390;
    border-radius: 5px;
    padding: 8px;
    width: 47%;   
  }
  
.modal {
 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  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 */
.modal-content {
  position: relative;
  background-color: #18546b;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 5px;
  width: 80%;
   background-color: rgb(212, 210, 210);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  
}

.modal-header {
  padding: 8px;
  background-color: #fdfffd;
  color: white;
  margin: 0;
  height: auto;
}

.modal-body {padding: 2px 16px;}
 img
 {
     object-fit: cover;
    box-sizing: content-box;
    padding: 10px;
    position: relative;
    
 }  
 .div_head
 { 
  
  font-family: Arial, Helvetica, sans-serif;  
  width: 100%;  
  height: auto;
 }
 .div_head>h4{
  color: rgb(255, 255, 255);
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background-color: rgb(43, 145, 143); 
  border: 1px solid rgb(183, 178, 178);
  box-sizing: border-box;
  border-radius: 10px; 
 }  
 .form_container
 {
   
  border-radius: 4px;
  padding: 5px;
  box-sizing: content-box;
  margin: 0;
  height: auto;
  
  
}
 .form-group{
  padding: 5px;
  margin: 0;
  
   
 }
 label
 {
  display: block;
  font-weight: bold;
  color: black;
  border: 1px slid rgb(124, 87, 18);
  margin: 0;
 }
 input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #998517;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1rem;
}
.submit-button {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #218838;
}
/* reach to us */
.flex-contact>.item2{
  background-color: rgb(99, 87, 71);
   color: white;
}
a>.ico
{
  font-size: 20px;
  padding: 5px;
  color: rgb(245, 245, 245);
  margin: 0;
}
/* map */
.map
{
  width: 100%;
  height: auto;

}