@media (min-width:1599px) {
    .container {
        max-width: 1250px;
        width: 100%;
    }
    .top_nav .dropdown:hover .dropdown-content {
    display: block;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 91%;
  }

  .top-bar-area .social {
    padding: 10px 17px;
  }
}
@media (max-width: 1000px) {
  .top-bar-area .social {
    padding: 10px 0px;
  }
}
@media(max-width:1024px) {
  .item_right {
    justify-content: center;
  }

  .banner-inner .col-lg-7 {
    max-width: 100%;
    flex: 100%;
  }

  .banner {
    height: auto;
  }

  .banner h2 {
    font-size: 32px;
    margin-bottom: 8px;
    text-align: center;
  }

  .banner p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
    margin-bottom: 0;
  }

  .banner-btn {
    margin: 10px auto 0;
  }

  .banner-btn {
    margin: 14px auto 0;
    max-width: 140px;
    font-size: 14px;
    line-height: 41px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  }

  .section-heading h2 {
    font-size: 2.7vw;
  }

  .about-title {
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .about-us {
    margin: 0;
  }

  .inner-content {
    padding: 30px 15px 60px;
  }

  .inner-content .banner-btn.colorbor {
    margin: 0;
    box-shadow: none;
  }

  .product-card__name {
    font-size: 16px;
  }

  .product-card__name button {
    font-size: 13px;
  }

  .padd_90_gap {
    padding: 0;
  }

  .why-choose-content .single-box {
    width: 33.3333%;
  }

  .why-choose-content .single-box.whitebg .text-holder p {
    font-size: 14px;
    line-height: 17px;
  }

  .product-showcase {
    padding: 50px 0;
  }

  .product-showcase::after {
    background-position: center -201px;
  }

  .our_pertner {
    padding: 50px 0 50px 0;
  }

  .our_pertner .section-heading {
    padding-bottom: 0;
  }

  .testimonial {
    padding: 50px 0 50px 0;
  }

  .testimonial .section-heading {
    padding-bottom: 0;
  }

  .testimo-wrapper {
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-wrapper {
    width: 100px;
    height: 100px;
  }

  .testimo-wrapper p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
  }

  .form-inner-container h3 {
    font-size: 18px;
  }

  .form-filed-text,
  .form-filed {
    font-size: 14px;
    padding: 7px 15px;
  }

  .form-wrapper small {
    font-size: 18px;
  }

  .form-filed-text {
    width: 100%;
    height: 70px;
  }

  .footer-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer_pra {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-content {
    color: #1e1e1e;
    font-size: 14px;
  }

  .social-media-links a {
    width: 40px;
    height: 42px;
  }

  .social-media-links a svg {
    width: 18px;
  }

  .text-light h4 {
    font-size: 18px;
  }

  .footer-item.link li a {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us .pl-50 {
    padding-left: 15px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
  }

  .top-product-item {
    margin: 0;
  }
}
@media(min-width:992px) {
    .pl-50 {
        padding-left: 50px;
    }
}
@media(min-width:992px) {
  .brand {
    display: flex;
    align-items: center;
    height: 72px;
    position: relative;
  }

  .brand img {
    z-index: 9;
    width: 100%;
    height: 50px;
    position: relative;
    /*top: 20px;*/
  }

  /*.header-nav.active .brand img{z-index: 9;
    width: auto;
    height: auto;
    position: relative;
    top: 0;}*/
}
@media(max-width:991px) {

    .main-nav {
        padding: 10px 0 10px 0;
    }
    .logo_text {
        width: 14vw;
    }

    .top_nav .dropdown-content.show {
        display: block;
        position: initial;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        background: #5d5c5c none repeat scroll 0 0;
        border: 1px solid transparent;
        border-radius: 2px;
        box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
        padding: 10px;
        width: 100%;
    }

    .navigation li a {
        color: #fff;
    }


    .banner {
        height: auto;
        padding: 0px 0px 0px 0;
    }

    .banner-text h1 {
        font-size: 6vw;
        line-height: normal;
        color: #FFF;
    }

    .banner-text p {
        font-size: 16px;
        color: #FFF;
    }

    .banner h2 {
        font-size: 32px;
        margin-bottom: 8px;
        text-align: center;
        color: #fff;
    }



    .home-slider3-container{
        height: 100%;
    }
    /*.brand {width:100px;}*/
    .header-nav.active .brand {
        width: inherit;
        font-size: 15px;
        line-height: 21px;
        width:13vw;
    }

    .about-inner {
    }


    .content-right {
        width: 100%;
        max-width: 100%;
    }
    .content-left {
        flex: 0 0 50%;
    }



    .banner-text {
        width: 100%;
        font-size: 7.7vw;
        line-height: normal;
        margin: 61px 0 16px 0;
        color: #000;
        text-align: left;
    }

    .banner-btn,
    .view-more-btn {
        color: #FFF;
        border-width: 1px;
        border-color: #000000;
        text-align: center;
        max-width: 170px;
        /*margin: 0 auto;*/
        font-size: 15px;
        line-height: 41px;
    }

    .banner-text p {
        margin-bottom: 20px;
    }

    .banner-text h1 {
        margin: 0px 0 12px 0;
    }

    .inner-page-container {
        padding: 30px 0;
    }

    .contact-info-image-wrapper {
        display: none;
    }
    .header-height-adjuter {
        height: 104px;
    }

    .about-us {
        padding: 30px 0;
        margin: 30px 0;
    }
    .product-showcase
    {
        padding: 30px 0;
        margin: 0px 0;
    }

    .testimonial {
        padding: 50px 0 60px 0;
    }


    .about-title {
        font-size: 27px;
        margin-bottom: 40px;
        line-height: 29px;
        font-weight: 600;
    }

    .form-inner-container {
        padding: 20px 20px;
    }



  .header-nav.active .main-nav {
    padding: 20px 0px;
  }


  .mobile-open-btn {

  }

  

  .navigation {
    display: inline-flex;
  }

  .navigation.active {
    left: 0;
  }
  .navigation li {
  }
  .header-nav.active .navigation li a {
    color: #FFF;
  }
  .top-bar-area .flex-item {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }

  .text-end {
    text-align: center !important;
  }

  .top-bar-area .social {padding: 5px 0;}
   .item_right {
        justify-content: flex-end;
    }



  .about-us .thumb {
    position: relative;
    width: 600px;
    margin: 20px auto 25px;
  }

  .top-bar-area .flex-item.left ul li:last-child {
    border-right: none;
    padding-right: 25px;
  }


}


@media(max-width:767px) {

/* --- Mobile responsive Button open --- */

/* Mobile only */
@media (max-width: 767px) {

  .header-nav {
    position: relative;
    z-index: 100;
  }

  /* hamburger */
  .mobile-open-btn {
    width: 30px;
    height:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 100;
  }
  .mobile-open-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  /* slide‑in menu */
  .navigation {
    position: fixed;
    top: 0; right: 0;
    width: 75%;
    max-width: 300px;
    height: 100%;
    background: #000;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    box-sizing: border-box;
    z-index: 101;
  }
  .navigation.active {
    transform: translateX(0);
  }
  .navigation li {
    list-style: none;
    margin: 1.2rem 0;
  }
  .navigation li a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.2s;
  }
  .navigation li a:hover {
    color: #ddd;
  }

  /* close “X” */
  .mobile-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 28px;
    height: 28px;
    display: none;
    cursor: pointer;
    z-index: 103;
  }
  .mobile-close-btn.dblock {
    display: block;
  }
  .mobile-close-btn span {
    position: absolute;
    top: 50%; left: 50%;
    width: 28px; height: 3px;
    background: #fff;
    border-radius: 2px;
    transform-origin: center;
  }
  /* make an “X” */
  .mobile-close-btn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mobile-close-btn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}



/* --- Mobile responsive Button close --- */




    .banner-over-lay {
        position: absolute;
        bottom: 0;
        padding: 0;
        background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%, rgba(22, 65, 81, 0.13) 50%, rgba(0, 0, 0, 1) 100%);
    }
    .banner-text{
       margin: 0;
       padding: 0;
    }
    .banner h2 {
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
        color: #fff;
                padding: 0 10px;
    }
    .banner-text p {
        font-size: 14px;
        color: #FFF;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .banner-btn, .view-more-btn {
        max-width: 136px;
        font-size: 13px;
        line-height: 38px;
    }

    .banner-text h1 {
        font-size: 7vw;
        margin: 10px 0 30px 0;
    }
    .banner-inner {
        align-items: end;
        padding: 0 0 15px 0;
    }

    .about-inner {
        flex-direction: column;
    }
        .about-title {
        font-size: 20px;
        line-height: 29px;
        font-weight: 600;
        margin: 0 0 20px 0;
    }
        .content-right {
        display: none;
    }
    .inner-content p {
        padding-right: 0;
    }
    .top-bar-area .flex-item.left ul li:last-child{
        display: none;
        
    }
        .product-card__name button {
        font-size: 11px;
        padding: 2px 11px;
        background: #cf1414;
        color: #fff;
        border-radius: 15px;
        margin: 5px 0;
    }

    .inner-content {
        padding: 30px 15px 0;
    }
    footer {
        padding: 10px 0 0;
    }

    .footer-links {
        display: inherit;
        margin-top: 5px;
        column-count: 2;
    }

    .footer-heading {
        margin-top: 17px
    }
    .footer-item .logo {
    width: 70%;
    }

    .top-bar-area .social {
        display: none;
    }
    .top-bar-area {
        padding: 4px 0;
    }



    .section-heading h2 {
        font-size: 22px;
        line-height: 35px;
    }

    .top-product-item:last-child {
        margin-right: 0 !important;
        margin-bottom: 25px;
    }

    .about-us .thumb>img {
        margin: auto;
        max-width: 100%;
        border-radius: inherit;
    }

    .about-us .thumb .sub-item {
        left: auto;
        right: 0;
        display: none;
    }

    .about-us .thumb {
        width: 100%;
    }

    .product-card__name {
        margin: 0 0 5px;
        line-height: 17px;
        padding: 0 15px;
        font-size: 13px;
    }
    .product-card__name p{
        display: none;
    }

    .product-card-content {
        margin: 10px auto 30px 0;
    }

    .footer-item {
        margin-top: 25px;
    }


}
@media(max-width:666px) {
    .content-right {
        max-width: 100%;
    }
    .banner {
        height: 400px;
    }
    .contact-form-image-box{
        display: none;
    }
}
@media(max-width:512px) {

    .logo_text {
        width:28vw;
    }

    .top-product-item img {
        height: auto;
        margin-bottom: 25px;
        float: left;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .top-product-item {
        background: #e16b09;
        padding: 30px;
        margin-top: initial;
        display: inherit;
        height: auto;
    }
  .header-height-adjuter {
    height:60px;
  }

  .header-height-adjuter h2 {
    font-size: 21px;
  }
  .header-nav.active .main-nav {
        padding: 10px 0px;
    }
    .about-title {
        text-align: center;
        padding: 0;
        font-size: 20px;
    }
    .inner-content {
        padding: 30px 15px 20px;
    }
    .inner-content p {
        text-align: center;
    }
    .inner-content .banner-btn.colorbor{
            margin: 0 auto !important;
    }



}
@media(max-width:480px) {
    .top-bar-area .flex-item.left ul li {
        font-size: 12px;
    }
    .container {
        max-width: 100%;
    }
    .top-bar-area .flex-item.left p {
        margin: 0;
        margin-right: 16px;
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        padding-right: 8px;
        font-size: 11px;
    }
    .notis_bordarea {
        padding: 56px 0;
    }
    .contabg {
        padding-top: 25px;
        padding-bottom: 7px;
    }

    .about-us {
        padding:0;
        margin:0;
    }

}