@media (max-width: 1366px) {
  .header-btn {
    min-width: 190px;
    padding-right: 20px;
  }

  .logo-img {
    min-width: 190px;
    padding-left: 20px;
  }
}

@media (max-width: 1280px) {
  .navbar-light .head-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-hero-section .home-hero-caption {
    width: 70%;
  }

  .quality-right-block {
    padding: 30px;
  }

  .quality-right-block li .number-text {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .quality-right-block li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .quality-right-block .content {
    width: 100%;
  }

  .container {
    padding: 0 20px;
  }

  .quarterly-card h6 span {
    font-size: 12px;
  }
}

@media (max-width: 1120px) {
  .navbar-light .container {
    padding: 0;
    border-radius: 0;
  }

  .navbar.navbar-light {
    top: 0;
  }

  .explore-products-card {
    padding: 30px;
  }

  .explore-products-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .member-profile {
    flex-direction: column;
  }

  .member-social-block ul {
    margin-top: 0;
    padding-left: 305px;
  }

  .team-card {
    flex-direction: column;
  }

  .team-card .name-block {
    height: auto;
    bottom: 0;
    position: relative;
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .quality-right-block {
    height: 110%;
    top: 50px;
  }
}

@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }

  .pb-50 {
    padding-bottom: 30px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .navbar-light .head-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  }

  .navbar-light .dropdown-menu {
    border-radius: 0;
  }

  .navbar-light .head-nav .nav-item:first-child .nav-link {
    padding-left: 15px;
  }

  .navbar-light .head-nav .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .navbar-light .navbar-nav {
    padding-top: 10px;
    background: #1f2a44;
  }

  .navbar-light .navbar-collapse {
    margin-top: 0px;
  }

  .navbar-light .head-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }

  .navbar-light .head-nav .nav-link.primary-btn {
    padding: 10px 15px;
    margin-top: 10px;
  }

  .navbar-light .navbar-nav .nav-item {
    width: 100%;
  }

  .header-btn {
    display: none;
  }

  .navbar-light .container {
    background-color: #fff;
    align-items: center;
    padding: 0;
  }

  .hamburger-menu {
    padding: 40px;
  }

  .hamburger-menu div {
    position: relative;
    left: -15px;
    top: -15px;
  }

  .hamburger-menu span {
    width: 40px;
    left: 0;
    margin: auto;
  }

  .home-hero-section .home-hero-caption {
    width: 100%;
  }

  .sec-space {
    padding: 50px 0;
  }

  .home-about-sec .about-left {
    padding-right: 0;
  }

  .home-about-sec .about-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .about-left h3 {
    width: 100%;
  }

  .explore-products-block {
    flex-direction: column;
    margin-top: 30px;
  }

  .explore-products-card {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
  }

  .export-capabilities-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .export-capabilities-right li {
    padding: 30px 0;
    border-left: 0;
  }

  .who-we-are-sec {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .who-we-are-content {
    flex-direction: column;
    margin: 0;
  }

  .who-we-are-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .who-we-are-card.flex-column-reverse {
    flex-direction: inherit !important;
  }

  .right-progress-brd {
    display: none;
  }

  .quality-left-img {
    width: 100%;
    border-radius: 0;
  }

  .quality-right-block {
    width: calc(100% - 100px);
    left: 50px;
    right: 50px;
    height: 100%;
    border-radius: 24px;
    top: auto;
    bottom: -50px;
  }

  .round-logo-block {
    width: 100%;
    bottom: auto;
  }

  .round-logo-block .round-ctn {
    width: 130px;
    height: 130px;
    padding: 40px;
  }

  .round-logo-block .round-text {
    width: 85%;
  }

  .photo-gallery-sec {
    padding-bottom: 50px;
  }

  .ft-logo-block {
    padding: 30px 0;
  }

  .ft-text-slider-sec {
    padding: 30px 0;
  }

  .ft-text-slider-sec .swiper-slide {
    font-size: 34px;
  }

  .ft-right {
    padding-left: 0;
    border-left: 0;
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
  }

  .home-hero-section video {
    height: auto;
  }

  .contact-map-sec {
    padding: 50px 0;
  }

  .address-block {
    width: 100%;
    position: relative;
    background-color: #1f2a44;
    border-radius: 0;
    padding: 40px;
    left: 0;
    min-height: inherit;
  }

  .get-in-touch-sec {
    padding: 0;
    background-image: none;
    min-height: inherit;
  }

  .get-in-touch-sec .container {
    padding: 0;
  }

  .get-in-touch-block {
    width: 100%;
    position: relative;
    margin-top: 0;
    right: 0;
    border-radius: 0;
    padding: 20px;
  }

  .our-vision-sec {
    background-image: none;
    padding: 50px 0;
  }

  .our-vision-sec::after {
    display: none;
  }

  .our-vision-sec .round-ctn {
    margin: 30px auto 0 auto;
  }

  .our-team-sec.bg-clr {
    padding-top: 50px;
  }

  .title-order-first {
    order: -1;
  }

  .title-order-first .text-end {
    text-align: left !important;
  }

  .investor-body-card .title-text {
    font-size: 24px;
  }

  .our-range-tab-block .tab-content > .tab-pane,
  .product-application-tab-block .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }

  .our-range-tab-block {
    background-color: transparent;
    border-radius: 0;
  }

  .our-range-card {
    flex-direction: column;
  }

  .our-range-card .our-range-details {
    padding-left: 0;
    padding-top: 30px;
  }

  .our-range-card .our-range-img {
    width: 100%;
    border-radius: 14px;
  }

  .our-range-card .our-range-img img {
    width: 100%;
  }

  .our-range-tab-block .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
  }
  .our-range-tab-block .accordion-item:last-child {
    margin-bottom: 0;
  }
  .our-range-tab-block .accordion-button {
    background-color: #1f2a44;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }

  .our-range-tab-block .accordion-button::after {
    background-image: url(../images/plus-solid-full-white.svg);
  }

  .our-range-tab-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-solid-full-white.svg);
  }

  .our-range-tab-block .accordion-body {
    padding: 20px;
  }

  .product-application-sec .intro-text {
    padding: 0;
  }
  .product-application-tab-block {
    border: none;
    border-radius: 0;
  }
  .product-application-tab-block .accordion-body {
    border: rgba(255, 255, 255, 0.2) solid 1px;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  .product-application-tab-block .accordion-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
  }
  .product-application-tab-block .accordion-item:last-child {
    margin-bottom: 0;
  }
  .product-application-tab-block .accordion-button {
    color: #1f2a44;
    background-color: #eaedf4;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
  }
  .product-application-card {
    flex-direction: column;
    border-radius: 14px;
  }
  .product-application-card .details-block {
    padding: 20px;
  }
  .product-application-card .icon-block {
    width: 100%;
  }
  .product-application-tab-block .accordion-button::after {
    background-image: url(../images/plus-solid-full.svg);
  }
  .product-application-tab-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-solid-full.svg);
  }
  .packing-details-img {
    border-radius: 14px;
  }
  .packing-details-img img {
    width: 100%;
  }
  .packing-details-right {
    margin-top: 30px;
  }
  .rd-details-card {
    padding: 20px;
    border-radius: 14px;
  }
  .packing-details-list li {
    flex-direction: column;
  }
  .packing-details-list li span {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 820px) {
}

@media (max-width: 767px) {
  .home-hero-section .home-hero-caption h1 {
    font-size: 50px;
    line-height: 62px;
  }

  .home-hero-section .home-hero-caption p {
    font-size: 16px;
    line-height: 30px;
  }

  .header-top-bar {
    display: none;
  }

  .home-hero-section video {
    height: 500px;
  }

  .ft-details-card {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .ft-details-card.about {
    padding: 20px 0;
  }

  .ft-details-card h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .quality-right-block {
    height: auto;
  }

  .photo-gallery-sec h2 {
    width: 60%;
  }

  .explore-products-card .prd-icon {
    width: 50px;
  }

  .about-left-img img {
    height: 300px;
    object-fit: cover;
  }

  .about-left .about-left-img .button-block h5 {
    font-size: 18px;
  }

  .about-left .about-left-img .button-block a {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }

  .our-board-details-sec {
    padding-bottom: 30px;
  }

  .inner-hero-section .home-hero-caption h1 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .inner-hero-img-block {
    min-height: 280px;
  }

  .inner-hero-img-block img {
    height: 280px;
  }

  .member-photo-name-block .member-photo {
    margin-top: -50px;
  }

  .map-card {
    margin-top: 30px;
  }

  .map-card iframe {
    height: 300px !important;
  }

  .inner-hero-section video {
    height: 280px;
  }

  .investor-desk-sec .accordion-button {
    padding: 10px;
  }

  .investor-desk-sec .accordion-button .icon-block {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }

  .investor-desk-sec .accordion-button .icon-block img {
    width: 20px;
  }

  .investor-body-card .table th,
  .investor-body-card .table td {
    padding: 10px;
    font-size: 14px;
  }
}

@media (min-width: 576px) {
}

@media (max-width: 568px) {
  .home-hero-section .home-hero-caption h1 {
    font-size: 44px;
    line-height: 60px;
  }

  .home-hero-section .home-hero-caption h1::after {
    left: 20px;
    right: auto;
  }

  .about-left h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .about-left h2 span {
    font-size: 16px;
    line-height: 28px;
  }

  .about-left h2 span br {
    display: none;
  }

  .about-left h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .sec-space {
    padding: 30px 0;
  }

  .sec-title {
    font-size: 24px;
  }

  .explore-products-card .prd-icon {
    margin-bottom: 20px;
  }

  .explore-products-card .view-prd-btn {
    font-size: 16px;
  }

  .explore-products-card p {
    margin-bottom: 20px;
  }

  .explore-products-card h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .export-capabilities-left h2 {
    font-size: 24px;
  }

  .export-capabilities-right li .list-details h3 {
    font-size: 20px;
  }

  .export-capabilities-right {
    padding-top: 0;
  }

  .export-capabilities-right li:last-child {
    padding-bottom: 0;
  }

  .who-we-are-sec {
    padding: 30px 0 0 0;
  }

  .who-we-are-card .who-we-are-img {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .who-we-are-card {
    padding: 0;
  }

  .quality-control-sec {
    margin-top: 0;
  }

  .quality-right-block {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    padding: 20px;
  }

  .round-logo-block {
    margin-top: -230px;
  }

  .photo-gallery-sec {
    padding: 30px 0;
  }

  .photo-gallery-sec h2 {
    font-size: 24px;
  }

  .copyright-block {
    padding: 20px 0;
  }

  .ft-logo-block .get-in-touch-btn {
    padding-left: 20px;
  }

  .member-profile {
    justify-content: center;
    align-items: center;
  }

  .member-social-block ul {
    padding-left: 0;
  }

  .member-photo-name-block .member-name {
    margin-top: 20px;
    text-align: center;
  }

  .member-photo-name-block {
    flex-direction: column;
    justify-content: center;
  }

  .member-photo-name-block .member-photo {
    margin-right: 0;
  }

  .our-board-details-sec .member-profile-details {
    margin-top: 20px;
  }

  .member-photo-name-block .member-name h3 {
    font-size: 24px;
  }

  .address-block {
    padding: 20px;
  }

  .address-block h3 {
    font-size: 24px;
  }

  .our-team-sec.bg-clr {
    padding-top: 30px;
  }

  .investor-desk-sec .accordion-button {
    font-size: 14px;
  }

  .investor-desk-sec .accordion-item {
    margin-bottom: 10px;
  }

  .investor-body-card .details-card li {
    flex-direction: column;
    font-size: 14px;
    padding: 5px 0;
  }
  .our-range-details .details-list li {
    flex-direction: column;
  }
  .our-range-details .details-list li span {
    padding-bottom: 10px;
  }
  .our-range-card .our-range-details p {
    margin-bottom: 20px;
  }
  .our-range-card .our-range-details h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-application-card .details-block h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .rd-details-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-right-img {
    border-radius: 14px;
  }
  .export-capabilities-left-img {
    border-radius: 14px;
  }
  .about-left .about-left-img {
    border-radius: 14px;
  }
  .team-title-card {
    border-radius: 14px;
  }
  .team-card {
    border-radius: 14px;
  }
}

@media (max-width: 479px) {
}

@media (max-width: 320px) {
}
