@media only screen and (min-width: 200px) {
  .all_tenders .tender_child img {
    width: 100%;
    object-fit: cover;
    height: 260px;
  }
  .tender_child_textual {
    padding: 25px 15px;
  }
  .tender_textual_top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
  }
  .tender_child_textual h3 {
    color: #2373b4;
    text-align: left;
  }
  .tender_child_textual p {
    font-size: 18px;
  }
  .tender_expiry {
    display: inline-block;
    background-color: #2373b4;
    color: #c7dff3;
    padding: 10px;
  }
  .tender_expiry p {
    color: #c7dff3;
    margin: 0;
    text-align: center;
    line-height: 30px;
  }
  .tender_expiry p:nth-child(1) {
    font-weight: 700;
    font-size: 30px;
  }
  .tender_expiry p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
  }
  .tender_child .learn_more_text a {
    margin: 0;
    font-size: 17px;
    color: #2e3f4c;
    text-decoration: none;
    border: 2px solid #2e3f4c;
    background-color: transparent;
    padding: 8px 10px;
    transition: all 0.3s ease;
  }
  .tender_child {
    background-color: #dfecf3;
    margin: 0 0 60px;
    transition: all 0.3s ease;
  }
  .tender_child:hover {
    background-color: #c1ddf5;
  }
  .tender_child:last-child {
    margin: 0 0 10px;
  }
  .tender_child:hover .learn_more_arrow {
    padding: 8px 5px 8px 10px;
  }
  .tender_child:hover .learn_more_text {
    opacity: 1;
    visibility: visible;
  }
  .tender_download_file {
    display: flex;
    padding: 15px 0 0;
  }
  h4.download_file_heading {
    color: #2373b4;
    font-size: 23px;
    margin: 38px 0 0;
  }
  .tender_download_file .publication-item {
    width: auto;
  }
  /* tender deadline */
  .tender_countdown {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 20px;
  }
  .countdown_child {
    background-color: #2373b4;
    color: #d1dde7;
    padding: 7px 10px;
  }
  .countdown_child p,
  .countdown_child span {
    color: #d1dde7;
    text-align: center;
    margin: 0;
  }
  .countdown_child p {
    font-size: 25px;
    font-weight: 700;
  }
  .countdown_child span {
    font-size: 17px;
  }
  .tender_deadline_date {
    padding: 15px 0 0;
  }
  .deadline_date_child {
    display: flex;
    justify-content: start;
    gap: 20px;
  }
  .deadline_date_child:first-child {
    padding: 0 0 20px;
  }
  .deadline_date_child i {
    font-size: 23px;
  }
  .deadline_date_child p {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
  }
  .tender_expired {
    background-color: #c50000;
    padding: 10px 15px;
  }
  .tender_expired p {
    color: #ffc9c9;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
  }

  /* loading dots animation */
  .countdown_loading p {
    font-size: 23px;
    font-style: oblique;
    font-weight: 600;
    color: #5391c4;
    margin: 0;
  }
}
@media only screen and (min-width: 360px) {
  .tender_child_textual h3 {
    font-size: 30px;
  }
  .tender_child_textual p {
    font-size: 19px;
  }
  .tender_child .learn_more_text a {
    font-size: 19px;
  }
  .countdown_child p {
    font-size: 27px;
  }
  .countdown_child span {
    font-size: 18px;
  }
  .deadline_date_child p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 410px) {
  .all_tenders .tender_child img {
    height: 312px;
  }
  .tender_textual_top {
    padding: 0 0 17px;
  }
  .tender_countdown {
    justify-content: start;
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .tender_textual_top {
    padding: 0 0 23px;
  }
  .all_tenders .tender_child img {
    height: 405px;
  }
  .tender_expiry p:nth-child(1) {
    font-size: 42px;
  }
  .tender_expiry p:nth-child(2) {
    font-size: 24px;
  }
  .tender_child_textual {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 712px) {
  .all_tenders .tender_child img {
    height: 458px;
  }
}
@media only screen and (min-width: 768px) {
  .tender_child {
    display: flex;
  }
  .all_tenders .tender_child img {
    width: 45%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .tender_countdown {
    gap: 11px;
  }
  .countdown_child {
    padding: 7px;
  }
  .countdown_child p {
    font-size: 24px;
  }
  .countdown_child span {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) {
  .tender_countdown {
    gap: 20px;
  }
  .countdown_child {
    padding: 8px 12px;
  }
  .countdown_child p {
    font-size: 28px;
  }
  .countdown_child span {
    font-size: 18px;
  }
}
