/* @media only screen and (min-width: 1440px) {
  .navbar.container,
  .contact-img .container {
    max-width: 1550px;
  }
} */

@media only screen and (min-width: 992px) {
  .menu {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 0rem;
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-shadow: none;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin: 0 auto;
  }

  .menu-link {
    font-size: 18px;
    text-transform: capitalize;
  }

  .burger {
    display: none;
    visibility: hidden;
  }
  .team .row > div:nth-child(odd) {
    margin-top: 80px;
  }
  .job-desc-box {
    width: 33%;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .brand {
    max-width: 130px;
    height: 60px;
  }
  .btn-fill {
    padding: 10px 26px;
  }

  .fs-section {
    padding: 60px 0;
  }

  .btn-fill svg {
    width: 20px;
    height: 20px;
  }
  .header .btn-fill {
    display: none;
  }
  .menu-link P {
    color: var(--black);
  }
  .home-banner .container-fluid {
    min-height: 60vh;
  }
  .swiper--bottom h1 {
    font-size: 70px;
    font-weight: 700;
  }

  /* about us page start */
  .inner-banner .container-fluid {
    height: 300px;
  }
  .home-about-left {
    height: 430px;
  }
  .home-about-left img {
    object-position: top;
  }
  .home-about-left .widget-box {
    padding: 20px;
    border-radius: 8px;
  }
  .carousel-slider .swiper-slide {
    height: 320px;
    border-radius: 15px;
  }
  .journey-left-box .widget-box
  {
    width: 110px;
    height: 110px;
  }
  .journey-left-box .widget-box .middle-img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top-right ul {
    margin-right: auto;
    text-align: center;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  footer ul li a p {
    margin: auto;
  }
  footer .brand-logo img {
    object-position: unset;
  }
  .footer-top-left p {
    text-align: center;
  }
  .footer-top-right ul {
    gap: 8px;
  }
  .vision-images .image-main {
    height: 250px;
    border-radius: 8px;
  }
  .vision-images .image-overlay {
    height: 280px;
    padding: 8px;
  }
  .vision-box {
    margin-top: 8px;
  }
  .csr-right {
    grid-template-columns: repeat(1, 1fr);
  }
  .swiper--bottom h1 {
    font-size: 58px;
  }
  .product-details-right .main-box {
    height: 300px;
    border-radius: 8px;
  }
  .product-details-right {
    gap: 15px;
  }
  .small-img-box {
    border-radius: 8px;
  }
  .quality-left ul li svg {
    min-width: 16px;
    width: 16px;
    height: 16px;
  }
  .quality-left ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .accordion-item {
    padding: 15px 20px;
    border-radius: 15px !important;
  }
  .accordion-button::after {
    background-size: 85% 85%;
  }
  .job-box .icon-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .job-box .icon-box svg {
    width: 35px;
    height: 35px;
  }
  .job-box {
    padding: 24px;
    align-items: start;
    margin-bottom: 15px;
  }
  .careers .main-image {
    height: 320px;
    border-radius: 8px;
  }

}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  .fs-section {
    padding: 40px 0;
  }

  .heading {
    margin-bottom: 30px;
  }
  .brand {
    height: 40px;
  }
  .navbar {
    padding: 10px 0px;
  }
  .header {
    padding: 10px 20px 0;
  }
  .btn-fill svg {
    width: 16px;
    height: 16px;
  }
  .home-banner .container-fluid {
    min-height: 40vh;
  }
  .home-about .img-box {
    height: 230px;
  }
  .home-about-left .widget-box {
    padding: 15px;
    border-radius: 8px;
  }
  .home-about-left {
    height: 360px;
  }
  .home-about-left .widget-box {
    left: 15px;
    width: calc(100% - 30px);
  }
  .product-card .card-body {
    padding: 15px;
  }
  .product-card .icon-box {
    width: 35px;
    height: 35px;
  }
  .product-card .icon-box svg {
    width: 20px;
    height: 20px;
  }
  .carousel-slider .swiper-slide {
    width: 80%;
    height: 220px;
    border-radius: 15px;
  }
  .inner-banner
  {
    height: 350px;
  }
  .vision-images .image-main {
    height: 180px;
    border-radius: 8px;
  }
  .vision-images .image-overlay {
    height: 220px;
    padding: 8px;
  }
  .mission-number {
    width: 45px;
    height: 45px;
  }
  .mission-number {
    margin-bottom: 24px;
  }
  .environment-img {
    border-radius: 8px;
  }
  .environment-img1,
  .environment-img2 {
    height: 270px;
  }
  .csr-right .csr-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .csr-top svg {
    width: 18px;
    height: 18px;
  }
  .swiper--top {
    padding: 20px 0;
  }
  .swiper--bottom h1 {
    font-size: 48px;
  }
  .product-details-right .small-img-box {
    height: 240px;
  }
  .product-sidebar ul p {
    font-size: 12px;
  }
  .quality .small-img-box {
    height: 180px;
  }
  .quality-left {
    gap: 15px;
  }
  .quality-sidebar .body {
    padding: 22px;
  }
  .quality-sidebar .top {
    padding: 8px 20px;
  }

  .job-box .job-right {
    flex-direction: column;
  }
  .job-box {
    padding: 20px;
  }
  .job-box .icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
  .job-box .icon-box svg {
    width: 30px;
    height: 30px;
  }
  .journey-right
  {
    gap: 15px;
  }
  .infrastructure-img .img-box
  {
    height: 200px;
  }
  .product-card img
  {
    height: 180px;
  }
  .inner-banner h2 {
    margin-top: 30px;
  }
}
