@media (max-width: 1400px) {
  .header .nav-link {
    padding: 15px 10px 15px 10px !important;
  }

  .header .btn-outline,
  .header .btn-main {
    font-size: 14px !important;
    padding: 8px 18px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .header .nav-link {
    padding: 15px 7px 15px 7px !important;
    font-size: 14px;
  }

  .banner-section {
    padding-top: 10px;
  }

  .sec-title .title,
  .banner-section .banner-title {
    font-size: 40px !important;
  }

  /* .certificate-section img {
        object-fit: cover;
        right: -29px;
        top: -5%;
        bottom: 0;
        height: 110%;
        max-width: 60%;
        width: 100%;
    } */

  .product-section .owl-next {
    right: -4% !important;
  }

  .product-section .owl-prev {
    left: -4% !important;
  }
}

@media (min-width: 1200px) {
  #contactModal .modal-xl {
    --bs-modal-width: 1400px;
    margin: 50px auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* .certificate-section img {
        object-fit: cover;
        right: -29px;
        top: 0%;
        bottom: 0;
        height: 100%;
        max-width: 54%;
        width: 100%;
    } */
  .personal {
    max-height: 700px; /* Set desired height */
    overflow-y: auto; /* Enable vertical scrolling */
    scrollbar-width: thin; /* Makes the scrollbar thinner (for Firefox) */
    scrollbar-color: #135c9b #f1f1f1; /* Custom scrollbar color */
  }
	
  /* Custom scrollbar for Webkit browsers (Chrome, Safari) */
  .personal::-webkit-scrollbar {
    width: 80px; /* Scrollbar width */
  }

  .personal::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar handle color */
    border-radius: 4px;
  }

  .personal::-webkit-scrollbar-thumb:hover {
    background: #555; /* Handle color on hover */
  }

  .personal::-webkit-scrollbar-track {
    background: #f1f1f1; /* Scrollbar track color */
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .product-section .btn-two {
    top: 8%;
  }

  /* .certificate-section img { 
        object-fit: cover;
        position: absolute;
        right: -29px;
        top: 0%;
        bottom: 0;
        height: 100%; 
        max-width: 60%;
        width: 100%;
    } */
}

@media (min-width: 768px) and (max-width: 1200px) {
  .our-manufacturer .upper-quotes2 {
    left: 14%;
  }

  .our-manufacturer .lower-quotes1 {
    right: 14%;
  }
}

@media (min-width: 1200px) {
  .contact-section img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 38%;
    width: 100%;
  }
  
}

@media (max-width: 1200px) {
  .btn-two {
    top: 10%;
  }
  .product-section .owl-prev img,
  .product-section .owl-next img {
    padding: 5px 10px !important;
    width: 90%;
  }
  .wires-section .owl-prev img,
  .wires-section .owl-next img {
    padding: 8px 12px !important;
    width: 34px;
  }
  #exampleModal .sec-title .title {
    font-size: 40px !important;
  }

  /* .header .nav-link::after {
        content: none;
    } */
  .header .logo {
    height: 45px;
  }

  .btn-enquiry {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }

  .header .nav-link {
    font-size: 13px !important;
    padding: 10px 2px !important;
  }

  .trusted-section .cta-card img {
    width: 60px;
    height: 60px;
  }

  .trusted-section .single-cta p {
    font-size: 18px;
  }

  .trusted-section .single-cta h5 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .our-manufacturer .upper { 
    top: -15%;
	}
	.our-manufacturer .lower { 
		bottom: -15%; 
	}
}

@media (min-width: 992px) {
  .contact-section .expectingph-img {
    display: none;
  }
  .our-manufacturer .mobile-text {
    display: none;
  }
  .our-manufacturer .desk-text {
    display: block;
  }
  .personal{
	      max-height: 725px;
    overflow-y: scroll;
	    scrollbar-width: thin;
    scrollbar-color: #135c9b #ddd;
  }
  .scroll-content{
		max-height: 615px;
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #135c9b #ddd;
	}
}

@media (max-width: 1024px) {
  .product-section .owl-next {
    right: -1% !important;
    position: absolute;
    top: 40%;
  }

  .product-section .owl-prev {
    left: -2% !important;
    position: absolute;
    top: 40%;
  }

  .contact-section img {
    position: unset !important;
  }

  .contact-section img {
    position: unset !important;
  }
}

@media (max-width: 992px) {
	.our-manufacturer .upper { 
    top: -16%;
}
.our-manufacturer .lower { 
    bottom: -16%; 
}
  .terms-section,
  .legalpage-section {
    background: none;
  }
  .btn-two {
    top: 0%;
  }
  .your-products .btn-two img {
    width: 30px;
  }
  .main-carousel-section {
    width: 70%;
  }
  .wires-section .owl-theme .owl-dots {
    bottom: -9%;
  }
  .your-products .btn-two span {
    display: none;
  }
  .our-commitment .quality::before {
    height: 55px;
  }
  .legalpage-section .privacy-letter,
  .terms-section .terms-letter {
    display: none;
  }
  .legalpage-section .container,
  .terms-section .container {
    background: unset;
  }
  .fixed-steps .step {
    padding: 20px 40px;
  }

  .our-commitment .main-title {
    font-size: 28px;
  }

  .faq-section .nav {
    padding: 5px 10px !important;
  }

  .time-delivery {
    padding: 80px 0px;
  }

  .product-section .btn-two {
    position: static;
  }

  .fixed-steps .step-confirm.active::after,
  .fixed-steps .step-contact.active::after {
    right: unset;
    left: -20%;
    top: unset;
    bottom: 3%;
    width: 20px;
    height: 20px;
  }

  .navbar-toggler-icon.close-icon {
    background-image: url("../images/icons/close.png") !important;
  }

  .certificate-card {
    padding: 0px 40px;
  }

  /* .certificate-section img {
        position: relative;
        margin-left: 40px;
    } */

  .banner-section {
    padding-top: 10px;
  }

  .banner-section .banner-title {
    font-size: 38px;
  }

  .products-section .owl-prev {
    position: absolute;
    top: 210px;
    left: 7px;
  }

  .products-section .owl-next {
    position: absolute;
    top: 211px;
    right: 10px;
  }

  .serve-section p {
    font-family: "Lato-Bold";
    font-size: 14px !important;
  }

  .trusted-section .sec-title .title {
    font-size: 21px !important;
  }

  .bmw {
    font-family: "Lato-Bold";
    font-size: 21px !important;
  }

  .shelters {
    font-family: "Lato-Bold";
    font-size: 12px !important;
  }

  .contact-section h1 {
    font-family: "Lato-Bold";
    font-size: 32px;
  }

  .trusted-section h1 {
    font-family: "Lato-Bold";
    font-size: 21px !important;
    text-align: center;
  }

  .trusted-section .hardware {
    font-size: 10px;
    text-align: center;
  }

  .vendors-section p {
    font-family: "Lato-Bold";
    font-size: 10px;
  }

  .certificate-section .container {
    padding-top: 60px;
    padding-bottom: 10%;
  }

  .certificate-section p {
    font-family: "Lato-Regular";
    font-size: 12px;
  }

  .our-manufacturer .title,
  .sec-title .title {
    font-size: 40px !important;
  }

  .faq-section .nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    width: 100%;
    margin-bottom: 30px;
  }

  .faq-section h5 {
    display: none !important;
  }

  .faq-section .nav-link.active {
    border-bottom: 2px solid #fed419;
  }

  .faq-section .nav-link {
    border-left: 0px !important;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    max-width: 200px;
    width: 100%;
    text-align: center;
  }

  .faq-section .accordion-button {
    font-size: 20px;
  }

  .faq-section .nav {
    background-color: unset !important;
    border-radius: unset !important;
    border: unset !important;
  }

  .faq .bg-warning {
    background-color: white !important;
  }

  .contact-section img {
    position: unset !important;
    /* left: none !important;
        top: none !important; */
  }

  .contact-section {
    position: unset !important;
  }

  .product-card .btn-outline {
    margin-bottom: 0 !important;
    margin-right: 5px;
  }

  .time-delivery p {
    font-family: "Lato-Bold";
    font-size: 12px;
  }

  .secondhero-section .bannner-title {
    font-family: "Lato-Bold";
    font-size: 17px;
    color: #000;
  }

  .secondhero-section .shelters {
    font-family: "Lato-Bold";
    font-size: 7px !important;
  }

  .hassle-section .text-para {
    font-family: "Lato-Bold" !important;
    font-size: 13px !important;
  }

  .hassle-section h5 {
    font-family: "Lato-Bold";
    font-size: 18px;
    color: black;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .hassle-section p {
    color: #7d7d7d;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
    font-family: "Lato-Bold";
  }

  #back-to-products {
    top: -7%;
    left: 20px;
    position: absolute;
  }

  .fixed-steps .step-card {
    display: flex;
    flex-direction: row;
    position: fixed;
    right: unset;
    bottom: 5%;
    background-color: #fff;
    z-index: 9;
    left: 50%;
    top: unset;
    padding: 10px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px;
  }

  .fixed-steps .step + .step {
    margin-top: 0px;
    margin-left: 20px;
  }

  .fixed-steps .step:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 40%;
    left: -30px;
    transform: translateY(-50%);
    width: 50px;
    height: 8px;
    background-color: #d9d9d9;
  }

  .tick {
    content: "";
    background: url(../images/icons/tick.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    right: unset;
    left: 50%;
    position: absolute;
    top: unset;
    transform: translateX(-62%);
    font-size: 18px;
    color: green;
    display: none;
    bottom: 18%;
  }

  .terms-lines::before {
    display: none;
  }

  .contact-section .brands1-img,
  .brand2-img,
  .worker,
  .contact-img,
  .manufactor-img {
    display: none;
  }

  .contact-section .expectingph-img {
    display: block;
  }
  .our-manufacturer .mobile-text {
    display: block;
  }
  .our-manufacturer .desk-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 17%;
    right: -100%;
    width: 40%;
    height: 100%;
    max-height: 100%;
    background: white;
    box-shadow: 0 6px 5.3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px 25px;
    transition: right 0.1s ease-in-out;
    align-items: start;
    text-align: start;
    z-index: 2;
  }

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

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 0 !important;
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .header .nav-link:hover::after,
  .header .nav-link.active::after {
    width: 100%;
  }

  .header .nav-link::after {
    position: absolute;
    right: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    content: "";
    width: 0;
    height: 3px;
    background: var(--black-color);
    transition: width 0.3s;
  }

  .product-carousel .owl-dots {
    bottom: -20%;
  }
}

@media (max-width: 768px) {
  .certificate-card {
    padding: 0 20px;
  } 
  .testi-card .single-cta{
	flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	justify-content: flex-start !important;
	align-items: start !important;
	gap: 15px;
  }
  .our-manufacturer .upper-quotes2 {
    top: -20%;
  }
  .your-products .btn-two {
    position: absolute;
    left: -4px;
  }
  .time-delivery {
    background-position: left;
  }

  .our-manufacturer .upper-quotes1 {
    top: -20%;
  }

  .our-manufacturer .lower-quotes2 {
    bottom: -20%;
  }

  .our-manufacturer .lower-quotes1 {
    bottom: -20%;
  }

  .faq-section .nav-link {
    font-size: 15px;
    max-width: 150px;
  }

  .testi-card .testi-content {
    padding: 30px;
  }

  .banner-section {
    padding-top: 10px;
  }

  .time-delivery {
    padding: 70px 0px;
  }

  .banner-section .banner-title {
    font-size: 35px;
  }

  .serve-section .serve-card img {
    margin: 0 auto;
  }

  .trusted-section p {
    max-width: 100%;
  }

  /* .faq-section .nav{
        display: flex !important;
        flex-direction: row !important;
    } */
  .serve-section .title {
    font-size: 38px;
  }

  .faq-section .accordion-body {
    width: 100%;
  }

  .our-manufacturer .upper-quotes2 {
    left: 16%;
  }

  .our-manufacturer .lower-quotes1 {
    right: 16%;
  }
}

@media (max-width: 576px) {
	  .our-manufacturer .owl-theme .owl-dots {
    bottom: -5%;
  }
  .product-section {
    background-color: #fcfcfc;
    padding: 120px 0px !important;
}
  .our-manufacturer .upper {
    top: -10%;
  }
  .our-manufacturer .lower {
    bottom: -10%;
  }
  .header .navbar {
    width: 95%;
    margin: 0 auto;
  }
  .header .navbar .container {
    padding: 20px 10px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .your-products .btn-two {
    left: 13px;
  }
  .main-title {
    font-size: 26px;
  }

  #exampleModal .sec-title .title {
    font-size: 30px !important;
  }

  .sec-title .sec-content {
    font-size: 16px !important;
  }

  #exampleModal li {
    font-size: 16px;
  }

  .single-quality {
    margin-bottom: 20px !important;
  }

  .our-commitment .main-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .our-manufacturer .title {
    font-size: 38px !important;
  }

  .contact-section .form-check {
    margin-bottom: 10px;
  }

  .time-delivery {
    padding: 50px 0px;
  }

  .contact-section .btn-main {
    width: auto !important;
  }

  .single-cta {
    margin-bottom: 20px;
  }

  .navbar-collapse {
    width: 55%;
  }

  .your-products .nav-pills .nav-link {
    border-radius: 100px !important;
  }

  .banner-section {
    padding-top: 10px;
  }

  .banner-section .banner-title {
    font-size: 30px;
  }

  .trusted-section .cta-card img {
    width: 50px;
    height: 50px;
  }

  .sec-title .sub-title {
    font-size: 18px !important;
  }

  .sec-title .title {
    font-size: 38px !important;
  }

  .faq-section .nav {
    display: flex !important;
    flex-direction: row !important;
  }

  .faq-section .nav-link {
    font-size: 14px;
    max-width: 140px;
  }

  .faq-section .accordion-button {
    font-size: 20px;
  }

  .testi-card {
    padding: 30px;
    margin: 50px 0px;
  }

  .our-manufacturer .upper-quotes2 {
    left: 16%;
    top: -13%;
    height: 60px !important;
  }

  .our-manufacturer .upper-quotes1 {
    height: 60px !important;
    top: -13%;
  }

  .our-manufacturer .lower-quotes2 {
    height: 60px !important;
    bottom: -13%;
  }

  .our-manufacturer .lower-quotes1 {
    height: 60px !important;
    right: 16%;
    bottom: -13%;
  }

  .testi-card .testi-content .rating {
    margin-top: 20px;
  }

  .legalpage-section .sub-title,
  .terms-section .sub-title {
    font-size: 26px;
  }

  .banner-section .banner-text {
    font-size: 16px;
  }

  .blog-card {
    padding: 15px;
    border-radius: 0;
    border: 0px;
    border-bottom: 1px solid #b3b3b3;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }

  .blog-card .card-img-top {
    max-width: 150px;
    width: 100%;
    height: 150px;
    flex-shrink: 0;
  }

  .blog-card .card-body {
    padding-top: 10px;
  }
}

@media (max-width: 440px) {
  .our-manufacturer .upper {
    top: -9%;
  }
  .our-manufacturer .lower {
    bottom: -9%;
  }
  .our-manufacturer .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 4px !important;
  }
  .our-manufacturer .owl-theme .owl-dots .owl-dot.active span {
    width: 18px !important;
    height: 4px !important;
  }

  .our-manufacturer .title {
    font-size: 30px !important;
  }
  .single-cta .flex-shrink-0 img {
    width: 50px;
    height: 50px;
  }
  /* .single-cta {
    display: block !important;
  } */
  .fixed-steps .step {
    padding: 20px 24px;
  }
  .prod-card.industrial h5 {
    font-size: 20px;
  }
  
  .ironWire-section .industrial h5{
	  font-size: 20px;
  }	
  #back-to-confirm {
    top: -1%;
  }

  .faq-section .nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: space-between !important;
    margin-right: 0 !important;
  }
  .wires-section .owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 4px !important;
    border: 1px solid #135c9b !important;
  }
  .wires-section .owl-theme .owl-dots .owl-dot.active span,
  .wires-section .dots .owl-dot:hover span {
    border: 1px solid #135c9b !important;
    height: 7px !important;
  }
  .faq-section .nav-link {
    font-size: 12px;
    padding: 5px 6px;
  }

  .faq-section .accordion-button {
    font-size: 16px;
  }

  .blog-card .card-img-top {
    width: 120px;
    height: 120px;
  }

  .blog-card .card-title a {
    font-size: 16px;
  }

  .banner-section {
    min-height: 70vh;
  }

  .banner-section {
    padding-top: 10px;
  }

  .header .btn-outline,
  .navbar-brand {
    margin-right: 5px !important;
  }

  .legalpage-section .sub-title,
  .terms-section .sub-title {
    font-size: 22px;
  }

  .sec-title .sec-content,
  .legalpage-section .text-para {
    font-size: 16px !important;
  }

  .sec-title .title {
    font-size: 22px !important;
  }

  .our-manufacturer .upper-quotes2 {
    left: 20%;
    top: -10%;
  }

  .our-manufacturer .upper-quotes1 {
    top: -10%;
  }

  .our-manufacturer .lower-quotes2 {
    bottom: -10%;
  }

  .our-manufacturer .lower-quotes1 {
    right: 20%;
    bottom: -10%;
  }

  .powerhouse-section p {
    font-size: 16px;
  }

  .powerhouse-section h5 {
    font-size: 36px;
  }

  .navbar-collapse {
    width: 75%;
  }

  .header .logo {
    height: 35px;
  }

  .checkbox-group {
    display: block !important;
  }

  .product-card .btn-outline {
    margin-bottom: 5px !important;
  }
}
