/* -----------------------------------------
  	Responsive CSS
----------------------------------------- */
/* Medium devices (tablets, less than 992px) */
@media only screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  /* Reset CSS */
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 22px;
  }
  :is(.shape, .bg-overlay) {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  :is(.shape, .bg-overlay) {
    display: none;
  }
}
/* Medium devices (tablets, Between 768px to 992px) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  /* Reset CSS */
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 22px;
  }
  .ptb-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .ptb-90 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-90 {
    padding-top: 70px;
  }
  .pb-90 {
    padding-bottom: 70px;
  }
  .pb-50 {
    padding-bottom: 0;
  }
}
/* Small devices (landscape phones, less than 768px) */
@media only screen and (max-width: 767.98px) {
  /* Reset CSS */
  .section-title .title{
      text-align: center;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .ptb-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .ptb-90 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-50 {
    padding-bottom: 10px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .btn {
    padding: 8px 18px;
    font-size: 14px;
  }
  .dashboard-btn{
    padding: 6px 14px;
        font-size: 12px;
  }
  .header-area .info-list li:not(:last-child),
.header-area .info-list i {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .header-area .btn {
    padding: 8px 12px;
    font-size: 12px;
    margin: 0;
  }
  .home-banner .content .text {
    font-size: 16px;
  }
  .table-overflow .table {
    width: 400px;
  }
}/*# sourceMappingURL=responsive.css.map */
