@media (min-width: 992.01px) and (max-width: 1200px) {
  .banner-section .banner-content h1 {
    font-size: 40px;
    line-height: 1;
  }
  .footer-section {
    word-break: break-all;
  }
}
@media (min-width: 767.01px) and (max-width: 992px) {
  .banner-section .banner-content h1 {
    font-size: 30px;
    line-height: 1.1;
    padding: 0 90px;
  }
  .top-header .navbar-nav li a {
    margin-left: 10px;
    font-size: 13px;
  }
  .top-header .navbar-brand img {
    max-width: 60px;
  }
  .global-heading {
    font-size: 32px;
  }
  .about-section .content .font-lg {
    font-size: 18px;
  }
  .about-section .content .row {
    margin: 0 -15px;
  }
  .about-section .content .row > div {
    padding: 0 15px;
  }
  .work-section .row {
    margin: 0 -15px 40px;
    align-items: flex-start;
  }
  .work-section .row > div {
    padding: 0 15px;
  }
  .work-section .content .project-type {
    margin: 0 0 10px;
  }
  .team-section .row {
    margin: 0 -15px;
    align-items: flex-start;
  }
  .team-section .row > div {
    padding: 0 15px;
  }
  .team-section .team-name {
    font-size: 32px;
  }
  .team-section .designation {
    font-size: 24px;
  }
  .team-section .content {
    padding: 0 0 60px;
  }
  .line-production {
    padding: 100px 0;
  }
  .offer-section .card-header a {
    font-size: 24px;
  }
  .offer-section .card-header a::after {
    background-size: 24px;
  }
  .why-us-section .img-wrap {
    padding: 0;
  }
  .why-us-section .global-heading {
    font-size: 24px;
  }
  .why-us-section .speciality p {
    font-size: 10px;
  }
  .why-us-section .speciality img {
    max-height: 30px;
  }
  .why-us-section {
    padding: 125px 0;
  }
  .footer-section {
    font-size: 12px;
    word-break: break-all;
  }
  .footer-section .heading {
    font-size: 24px;
  }
  .input-newsletter {
    display: block;
  }
  .input-newsletter button.btn {
    margin: 10px 0 0;
  }
  .footer-section .social-newsletter {
    padding: 0;
  }
  .lottie-player {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .banner-section .banner-content h1 {
    font-size: 30px;
  }
  .top-header .navbar-brand img {
    max-width: 70px;
  }
  .top-header {
    position: static;
    padding: 5px 0;
  }
  .global-heading {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .about-section .content .font-lg {
    font-size: 20px;
  }
  .about-section .content .row > div:first-child {
    border: 0;
    margin: 0 0 15px;
  }
  .work-section .work-img {
    margin: 0 0 30px;
  }
  .work-listing .work-box .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .work-section .row {
    margin: 0 -15px 40px;
  }
  .work-section .row > div {
    padding: 0 15px;
  }
  .team-section .content {
    padding: 0 0 20px;
  }
  .team-section .nav-button {
    position: static;
    padding: 0;
  }
  .team-section .team-pic {
    margin: 0 0 20px;
  }
  .team-section .team-name {
    font-size: 32px;
  }
  .team-section .designation {
    font-size: 22px;
  }
  .line-production {
    padding: 80px 0;
  }
  .line-production .content h3 {
    font-size: 22px;
  }
  .offer-section .card-header a {
    padding: 10px 20px;
    font-size: 18px;
  }
  .offer-section .card-body {
    padding: 0 20px 20px;
  }
  .offer-section .card-header a::after {
    width: 15px;
    height: 15px;
    right: 20px;
    top: 14px;
    background-size: 15px;
  }
  .offer-section .card-body .row {
    flex-direction: column-reverse;
  }
  .offer-section .card .img-wrap {
    margin: 0 0 20px;
  }
  .why-us-section .img-wrap {
    padding: 0;
    margin: 0 0 20px;
  }
  .why-us-section .global-heading {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .why-us-section {
    padding: 50px 0;
  }
  .why-us-section .img-wrap::after {
    width: 200px;
    height: 200px;
  }
  .footer-section .social-newsletter {
    padding: 0;
    margin: 0 0 30px;
  }
  .footer-section .heading {
    font-size: 32px;
  }
  .top-header .navbar-nav li a {
    margin-left: 0;
  }
  .top-header .navbar-nav li.link-btn a {
    margin-top: 10px;
  }
  .lottie-player {
    height: auto;
    margin: 0;
  }
  .lottie-player {
    width: 100%;
    height: 60vh;
    margin-top: 0;
  }
  .contact-section {
    padding: 50px 0 70px;
  }
  .contact-section .form-wrap {
      margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .why-us-section .speciality .col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 20px;
  }
  .why-us-section .speciality .row .col-sm-3:nth-child(2) {
    border: 0;
  }
}
