@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1200px) {
  .hero-banner {
    padding: 30px 135px 25px;
  }
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .book-appointment .row {
    padding-left: 55px;
    padding-right: 77px;
  }

  .book-appointment .row .col-md-7 {
    width: 66.66666667%;
  }

  .book-appointment .row .col-md-5 {
    width: 33.33333333%;
  }
}

@media all and (max-width: 1399px) {
  .hero-banner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .hero-banner .title {
    font-size: 46px;
  }

  .book-appointment.section,
  .book-appointment .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-appointment .bg-img {
    top: 0 !important;
    transform: translateX(-50%) !important;
  }

  .showcases-banner .content {
    padding: 32px 24px;
  }
}

@media all and (max-width: 1199px) {
  .showcases .showcases-wrapper {
    padding-top: unset;
  }

  .showcases .showcases-wrapper .showcase-card:nth-child(3n+2) {
    top: unset;
  }

  .galley-slider-wrapper .gallery-card {
    border-radius: 20px !important;
  }

  .galley-slider-wrapper .gallery-card-action svg {
    width: 24px;
    height: 24px;
  }

  .galley-slider-wrapper .galley-slider-button-box {
    margin-bottom: 20px;
  }

  .galley-slider-wrapper {
    margin-bottom: 0;
  }

  .main-footer .footer-right .footer-contact {
    padding-right: 60px;
    margin-right: 60px;
  }

  .gallery-card .uk-inline.video svg {
    width: 60px;
    height: 60px;
  }

  .uk-lightbox-items-fit > * > * {
    max-width: 95vw;
    max-height: 95vh;
  }
}

@media all and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 100%;
  }

  h3 {
    font-size: 28px;
    line-height: 124%;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
    line-height: 140%;
    font-weight: 600;
  }

  .common-title {
    font-size: 28px;
    line-height: 124%;
    margin-bottom: 40px;
  }

  .page-title-header {
    margin-bottom: 40px;
  }

  .page-title-header .page-title {
    font-size: 40px;
    line-height: 124%;
    margin-bottom: 24px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  small {
    font-size: 14px;
  }

  .btn {
    font-size: 14px;
    line-height: 100%;
  }

  .btn.btn-secondary {
    padding: 15.5px 24px;
  }

  .btn.icon-right {
    padding: 6px 8px 6px 24px;
  }

  .btn.icon-right .btn-icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
  }

  .main-header {
    padding: 24px 20px;
  }

  .main-header .header-logo {
    width: 98px;
    height: 56px;
  }

  .navbar-toggler {
    padding: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    border: 1px solid var(--secondary);
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100vh;
    right: -100%;
    top: 0;
    background-color: var(--white);
    background-image: var(--bs-gradient);
    transition: 250ms ease-out;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .navbar-collapse .mobile-header {
    padding: 24px 20px;
  }

  .main-header .header-right {
    padding: 0 40px;
    flex-direction: column;
    align-items: flex-start;
    margin: 80px 0;
    height: calc(100svh - 104px - 160px);
    overflow: auto;
  }

  .main-header .header-right .btn-box {
    margin-top: auto;
    padding-top: 80px;
  }

  .main-content {
    padding-top: 104px;
  }

  .hero-section {
    margin-bottom: 40px;
  }

  .hero-banner {
    grid-template-columns: 1fr;
    padding: 30px 20px 0;
    gap: 28px;
  }

  .hero-banner .hero-banner-right .img-box {
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .hero-banner .hero-banner-right .img-text {
      top: auto;
      bottom: -40px;
  }

  .hero-banner .title {
    font-size: 33px;
    line-height: 124%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .hero-banner .key-point {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    max-width: 100%;
    padding: 40px 0;
  }

  .hero-slider-wrapper {
    padding: 36px 0 105px;
  }

  .hero-slider-wrapper .hero-slider {
    padding: 8px 0;
    background-color: #B4C6E3
  }

  .hero-slider-wrapper .hero-slider .swiper-slide {
    background-color: #B4C6E3
  }

  .hero-slider-wrapper .hero-slider .swiper-slide img {
    max-height: 40px;
    width: auto;
  }

  .social-solution .social-solution-box .top-img {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    line-height: 1.15;
  }

  .showcases .showcases-wrapper .showcase-card p {
    font-size: 13px;
    line-height: 160%;
  }

  .showcases .showcases-wrapper .showcase-card img,
  .showcases .showcases-wrapper .showcase-card:hover img {
    border-radius: 20px !important;
    border: unset;
    transition: unset;
    transform: unset;
  }

  .book-appointment {
    margin: 40px 20px;
  }

  .book-appointment .content .para {
    font-size: 13px;
    line-height: 160%;
  }

  .splide__slide__container{
      width: 50%;
  }

  .testimonial .testimonial-img-area {
    max-width: 316px;
    min-width: 316px;
    border-radius: 20px;
  }

  .testimonial .testimonial-img-area img {
    width: auto;
    min-width: auto;
  }

  .testimonial .testimonial-card {
    border-radius: 20px;
    padding: 24px;
    max-width: 316px;
    min-width: 316px;
  }

  .testimonial .testimonial-card .content {
    font-size: 12px;
    line-height: 160%;
  }

  .testimonial .testimonial-card :is(.name, .position) {
    font-size: 10.8px;
    line-height: 160%;
  }

  .main-footer .footer-right .footer-contact {
    padding-right: 40px;
    margin-right: 40px;
  }

  .page-not-found {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-not-found .content {
    font-size: 16px;
    line-height: 156%;
  }

  .title-img-icon {
    width: 28px;
    height: 28px;
    margin-top: -10px;
  }
}

@media all and (max-width: 767px) {

  .lb-data .lb-close {
    width: 40px;
    height: 40px;
    top: 28px;
    right: 28px;
  }

  .hero-banner .hero-banner-right .img-box {
    padding: 27px 27px 47px 27px;
  }

  .hero-banner .hero-banner-right .main-img {
    border-radius: 20px;
  }

  .hero-banner .hero-banner-right .img-text {
    border-radius: 20px;
    left: 14px;
  }

  .social-solution .social-solution-box {
    border-radius: 20px !important;
  }

  .book-appointment {
    border-radius: 20px;
  }

  .book-appointment .bg-img-bottom {
    top: 75%;
  }

  .main-footer .footer-right .footer-contact {
    border-right: none;
    border-bottom: 1px solid var(--bs-border-color);
    padding-right: 0;
    padding-bottom: 40px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .main-footer .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 49px;
  }

  .main-footer .copyright {
    border-top: 1px solid var(--bs-border-color);
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .showcases-banner .banner-img {
    border-radius: 24px !important;
  }

  .showcases-banner .content {
    border-radius: 20px;
  }

  .showcases-banner .content label,
  .showcases-banner .content .value-list {
    font-size: 13px;
  }

  .showcases-banner .content .value {
    font-size: 18px;
    line-height: 140%;
  }

  .project-desc .content {
    font-size: 16px;
  }

  .galley-slider-wrapper .galley-slider-button-box {
    margin-bottom: 0;
    margin-top: 16px;
  }

  .galley-slider-wrapper .galley-slider-button-box .galley-slider-button {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .social-service .social-service-header {
    margin-bottom: 40px;
  }

  .social-service .social-service-header h3 {
    font-size: 28px;
    line-height: 124%;
  }

  .social-service .social-service-header p {
    font-size: 16px;
    line-height: 154%;
  }

  .social-service .social-service-card {
    border-radius: 20px;
    padding: 32px 24px;
    gap: 0;
  }

  .social-service .social-service-card h6 {
    font-size: 18px;
    line-height: 140%;
  }

  .social-service .social-service-card p {
    font-size: 13px;
    line-height: 160%;
  }

  .contact-form .contact-form-wrapper {
    padding: 40px 0;
  }

  .success-msg {
    font-size: 16px;
    line-height: 156%;
  }
}