*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}
.banner{
    background-image: url("../images/resources/breadCrumbbg.png");
    padding-top: 160px;
    padding-bottom: 100px;
    background-position: center -13.3333px;
    background-repeat: repeat;
    /* position: relative; */
}
.banner_text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b1976b;
    font-size:39px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
}
.line{
    width: 40px;
    margin-top: 15px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin: 22px auto 0px;
}
.p1{
font-size:16px;
font-family: "Open Sans", sans-serif;
}
.about_us{
    background-color: #f5f5f5;
    padding-top: 35px;
    padding-bottom:35px;
    display: flex;
    flex-direction: column;
    gap:5px;
    
}
.paragraph1{
    display: flex;
    /* gap:20px; */
    flex-direction: column;
    /* padding: 0px 50px; */
    font-size:13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.9;
}
.title{
    font-size:25px;
    text-align:left;
    margin-left:50px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    /* margin-bottom:10px; */
    color: #4d4c4a;
}

table, th, td {
    border: 1px solid;
    /* padding: 0px 30px; */
  }
  
  table {
    /* width: 100%; */
    font-family: "Open Sans", sans-serif;
    border-collapse: collapse;
    margin: 0px 50px;
    overflow-wrap: anywhere;
    
  }
  th ,td {
    padding: 10px;
  }
  .dd{
    font-weight: 300;
    font-size: 16px;
    margin-left: 15px;
    /* margin-right: 70px; */
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 25px;
    color: #adadad;
  }
  /* .dd1{
   margin-top:20px;
  } */
  .noted{
    font-weight: bold;
    font-size: 14px;
  }
  .dd2{
    font-weight: 300;
    font-size: 16px;
   
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
  }
  .t1wrapper22{
    margin:0px 75px;
  }
  .title2{
    font-size:25px;
    text-align: left;
   
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    /* margin-bottom: 10px; */
    color: #4d4c4a;
  }
  .pdf-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.pdf-item:hover{
    background-color: #f2f2f2;
}

.pdf-item:last-child {
    border-bottom: none;
}
.pdf-icon {
    width: 24px;
    margin-right: 15px;
}
.pdf-link {
    text-decoration: none;
    color: #34495e;
    font-weight: bold;
}
@media only screen and (max-width:765px) {
    .title {
        font-size: 20px;
        text-align: left;
        margin-left: 25px;
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        margin-bottom: 10px;
        
    }
    .banner{
      padding-top:80px;
    }
    .paragraph1 {
        display: flex;
        gap: 0px;
        flex-direction: column;
        padding: 0px;
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.9;
    }
    .t1wrapper{
        /* width: 100%; */
        overflow-x: auto;
        margin:0px 20px;
    }
    .dd{
        margin: 0px 20px;
        font-size: 16px;
    }
    .dd2{
        font-weight: bold;
        font-size:16px;
      }
      .three {
        width:100% !important;
    }
    .footer-container {
        padding-top: 60px;
        display: flex;
        flex-direction: column;
    }
    table {
      text-align: left;
    }
    
}


.contact_blog {
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  padding: 27px 20px;
  background-color: #FFF;
  /* margin-bottom: 25px; */
  margin-top: 5px;
  position: relative;
  height: 100%;
}

.card-container {
  margin-left: 10%!important;
  margin-right: 10%!important;
  display: grid!important;
  grid-template-columns: repeat(2, 1fr)!important;
  gap: 20px!important; /* Adjust the gap between cards as needed */
}

.card {
  background-color: white!important; 
  border: 1px solid #ddd!important;
  border-radius: 8px!important;
  font-size: 14px!important;
  /* padding: 20px;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)!important; 
  /* Add any other styles you need for the cards */
}

@media (max-width: 768px) {
  .card-container {
    width: 90%!important;
    margin-left: 5%!important;
    margin-right: 0!important;
    grid-template-columns: 1fr!important; /* Stack cards on smaller screens */
    display: flex!important; /* Use flexbox for alignment */
    flex-direction: column!important; /* Stack cards vertically */
    align-items: center!important; /* Center the cards vertically */
  }

  .card {
    width: 90%!important; /* Adjust the width to ensure it looks good */
  }
}