@media only screen and (min-width:993px){
  .sticky-blocks{
    display: none;
  }
}


@media only screen and (max-width: 1300px) {
  .header_contact_info > div {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar-brand {
    width: 300px;
    height: 102px;
  }
  .header_logo {
    width: 300px;
  }
  .header_contact_info,
  .header_socail_icons {
    width: calc(100% - 300px);
  }
  .header {
    height: 122px;
  }
  .section-banner .section-banner_bg {
    height: 250px;
  }
  .overlay_center-img {
    width: 100%;
    height: 503px;
    margin: -190px auto 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .header_contact_info,
  .header_socail_icons {
    display: none;
  }
  .header_inner {
    justify-content: center;
  }
  .overlay_center-img {
    width: 100%;
    height: auto;
    margin: -202px auto 0 auto;
  }
  .theme_card-content {
    min-height: auto;
  }
  .sideby-content h3 {
    max-width: 100%;
  }
  .sideby-img {
    height: auto;
  }
  .pl-80 {
    padding-left: 0;
  }
  textarea.form-control {
    height: 200px;
  }
  .theme_card .theme_card-header h3 {
    font-size: 22px;
  }
  .theme_card-content{
    padding: 20px;
  }
  .theme_card .theme_card-header {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .heading-h2 {
    font-size: 27px;
  }
  .sideby-content h3 {
    font-size: 27px;
    line-height: 1.5;
  }
  .accordion-button {
    font: normal normal 300 20px/28px Roboto;
  }
  .sideby-content h3 {
    margin-bottom: 15px;
  }
  .aks-video-player {
    height: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .navbar-brand {
    width: 300px;
    height: 67px;
  }
  .header {
    height: 85px;
  }
  .overlay_center-img {
    width: 100%;
    height: auto;
    margin: -108px auto 0 auto;
  }
  .section-banner .section-banner_bg {
    height: 150px;
  }
  .aks-video-player {
    height: 300px !important;
    border-radius: 30px 0 30px 0;
  }
  .footer-form h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .li {
    font: normal normal 300 18px/32px Roboto;
  }
}
