@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
.sets-mr {
  color: #00448b;
  font-size: 20px;
}

.sets-mr img {
  padding-left: 20px;
  margin-right: 10px;
}

.main-header-title h2 {
  font-size: 30px;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.value-box {
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;
}

.values img {
  width: 75px;
  height: 75px;
  margin-bottom: 10px;
}

.values h3 {
  font-size: 48px;
}

.values p {
  color: #a9b9c6;
  font-size: 20px;
}

.bannar-main {
  position: relative;
  width: 100%;
  /* height: 500px; */
  /* padding-top: 35px; */
}

.bannar-main img {
  width: 100%;
  border-radius: 20px;
  height: 400px;
  object-fit: cover;
}

.con-img-desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 70px;
}

@font-face {
  font-family: adelia;
  src: url(../../../admin/font/adelia.ttf);
}

.sets-gh h3 {
  font-family: adelia, open-sans;
  font-size: 52px;
}

.con-img-desc h4 {
  color: #fff;
  font-size: 66px;
  font-weight: bolder;
}

.img-bnt a {
  background: #fff;
  padding: 15px 36px;
  border-radius: 20px;
  font-weight: bold;
}

.img-bnt {
  padding-top: 20px;
}

.address-no-main {
  background: #d6e8fc;
  border-radius: 20px;
  padding: 30px;
  min-height: 710px;
}

.add-no {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px;
}

.details-add h2 {
  font-weight: bold;
  font-size: 24px;
}

.details-add h3 {
  font-weight: normal;
  font-size: 22px;
}

.details-add p {
  font-size: 18px;
  color: #000;
}

.details-add p a {
  color: #000;
}

.details-add {
  margin-bottom: 35px;
}

.main-header-title p {
  color: #959595;
  font-size: 22px;
}

.sets-padd {
  padding-top: 25px;
}

.entry-table table tr td {
  padding: 20px !important;
  vertical-align: middle !important;
}

@media (max-width: 1440px) {
  .details-add h2 {
    font-size: 24px;
  }
  .details-add h3 {
    font-size: 18px;
  }
  .details-add p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .bannar-main {
    margin-bottom: 30px;
  }
  .details-add h2 {
    font-size: 26px;
  }
  .details-add h3 {
    font-size: 20px;
  }
  .details-add p {
    font-size: 18px;
  }
  .address-no-main {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  /* table.dataTable.dtr-inline.collapsed tbody td:first-child,
  table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    max-width: 10px !important;
  } */

  .values {
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 20px;
  }
  .con-img-desc {
    padding: 0px 15px 0px 24px;
  }
  .sets-gh h3 {
    font-family: adelia, open-sans;
    font-size: 32px;
  }
  .con-img-desc h4 {
    color: #fff;
    font-size: 46px;
    font-weight: bolder;
  }
  .values img {
    width: 55px;
    height: 55px;
    margin-bottom: 0px;
  }
  .values h3 {
    font-size: 20px !important;
    margin: 0;
  }
  .values p {
    color: #a9b9c6;
    font-size: 14px;
    margin: 0;
  }
  .bannar-main {
    margin-bottom: 30px;
  }
  .address-no-main {
    padding: 15px;
    min-height: auto;
  }
  .details-add h2 {
    font-size: 20px;
  }
  .main-header-title p,
  .details-add h3 {
    font-size: 16px;
  }
  .details-add p {
    font-size: 14px;
  }
  .main-header-title h2 {
    font-size: 26px;
  }
  .entry-table table tr td {
    padding: 10px !important;
    /* max-width: 10px !important; */
  }
  .value-box {
    padding: 10px;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    width: 75% !important;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
  a.sets-gh-dispaly {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .mobile-div {
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    justify-content: center !important;
  }
}

.details-add p a:hover {
  color: #00448b;
}
