@media (max-width: 1199px) {
  .tool_box {
    min-height: 120px;
  }
  .result_Content a {
    font-size: 14px;
  }
  .result_Content {
    padding: 0 6px;
  }
  h1.heading {
    font-size: 46px;
    line-height: 56px;
}
h2.subheading {
    font-size: 24px;
    line-height: 34px;
}

}

@media (max-width: 991.98px) {
  /* footer */
  .copyright_left {
    text-align: center !important;
    padding-top: 20px;
  }
  .footer_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer_items {
    font-size: 14px;
  }
  .row_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  h1.heading {
    font-size: 34px;
    line-height: 44px;
}
.short_detail_head  .subheading {
    font-size: 15px;
}
p.dscp {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 767.98px) {
 h1.heading {
    font-size: 34px;
    line-height: 44px;
}
  h2.subheading {
    font-size: 18px;
    line-height: 28px;
  }
  .nav-link {
    padding: 10px;
  }
  .row_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .copyright_left {
    /* text-align: center !important; */
    padding-top: 20px;
  }
  .footer_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .short_detail_head  .subheading {
    font-size: 14px;
}
p.dscp {
    font-size: 14px;
    line-height: 28px;
}
.short_detail_head  .subheading {
    font-size: 15px;
}
p.dscp {
    font-size: 16px;
    line-height: 26px;
}
}

@media (max-width: 575.98px) {
  p.descp {
    font-size: 12px;
    font-weight: 400;
  }
  p.dscp {
    font-size: 14px;
    line-height: 24px;
  }
  h2.subheading {
    font-size: 19px;
    line-height: 26px;
    color: #fff;
  }

  /* footer */
  .copyright_left {
    text-align: center !important;
    padding-top: 20px;
  }

  .footer_items {
    display: flex;
    flex-direction: column !important;
    gap: 11px !important;
    float: left !important;
    /* margin-top: 20px; */
    padding-left: 0;
  }

  .footer_items {
    font-size: 14px;
  }

  .row_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  /* sections */

  .latest_result_box p.descp {
    font-size: 14px;
    padding: 10px 0 10px 0;
    line-height: 22px;
  }
  .result_links table td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
  }
 h1.heading {
    font-size: 25px;
    line-height: 35px;
}
  h2.subheading {
    font-size: 16px;
    line-height: 26px;
  }
  .title {
    gap: 10px;
    padding: 10px;
}
.title span {
    font-size: 20px;
    text-align: center;
}
}
