/* Mobile Menu */

@media(min-width: 1550px){
    .nav-text{
        font-size: 1.2rem;
    }
}

/**endregion**/

@media(max-width: 1400px){
    .header-menu-area .main-nav ul{
        gap: 10px;
    }
    .nav-text {
        font-size: 0.80rem;
    }

}


/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-logo {
    transform: translate(50px, 0);
    transition: var(--transition);
  }

  .header-area.sticky .header-logo {
    transform: translate(0px, 0);
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .header-menu-area .main-nav ul li a{
    font-size: 12px;
  }
}

/* Tablet :991px. */
@media(max-width: 991px){
    
    .our-shop {
                display: block;
            }
            
            .ecom-product-info .title {
                min-height: 60px;
            }
            
            .service-section{
        grid-template-columns: 12fr;
        padding: 0;
    }
    
    .gridding{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .whatsapp-container{
            bottom: 160px;
        }
        
        .our-shop-cart{
            bottom: 297px;
            font-size: 8px;
            padding: 8px;
            width: 60px;
    }
    .our-shop-cart i{
        font-size: 13px;
    }
    
    .header-style-1 .menu-right-box {
        margin: 0;
    }
  #nav-toggler {
    width: 22px;
    height: 15px;
    background: rgba(255, 255, 255, 0);
    margin-top: 14px;
  }

  #nav-toggler span:after,
  #nav-toggler span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
  }

  #nav-toggler span:after {
    top: 7px;
  }

  #nav-toggler span {
    position: relative;
    display: block;
  }

  #nav-toggler span,
  #nav-toggler span:after,
  #nav-toggler span:before {
    width: 100%;
    height: 2px;
    background-color: var(--tech-global-color);
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  /* on activation */
  #nav-toggler.close span {
    background-color: transparent;
  }
  #nav-toggler.close span:before {
    transform: rotate(45deg) translate(6px, 5px);
  }
  #nav-toggler.close span:after {
    transform: rotate(-45deg) translate(5px, -4px);
  }
  .main-nav {
    position: absolute;
    left: 0;
    top: 2px;
  }

  .main-nav .nav.open .overlay {
    content: "";
    position: fixed;
    left: 0;
    top: 54px;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-nav .nav ul li {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    height: auto;
  }

  .main-nav .nav .drop-menu-2 li {
    position: relative;
    left: 0;
    top: 0;
  }

  .main-nav .nav li a {
    margin-left: 20px;
    color: black;
    line-height: 40px;
    font-size: 11px;
  }

  .main-nav .nav .drop-menu-1 li a {
    margin-left: 25px;
    color: black;
  }

  .main-nav .nav .drop-menu-2 li a {
    margin-left: 50px;
  }

  .main-nav .nav .toggle + a {
    display: none;
  }
  .main-nav .nav ul li:before {
    display: none;
  }
  .main-nav .nav {
    visibility: hidden;
  }
  .nav .drop-down li.drop-open > a:before {
    display: none;
  }

  .main-nav .nav .drop-menu-1 li {
    display: block;
    background-color: #f1f5f963;
    border-bottom: none;
    line-height: 40px;
    color: black;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
  }
  .main-nav .nav .drop-down a:hover {
    background: none;
    color: inherit;
  }
  .main-nav .nav .drop-menu-2 li {
    display: block;
    line-height: 30px;
    color: black;
    font-size: 12px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    padding: 0;
  }

  .main-nav .nav ul ul {
    box-shadow: none;
  }

  .main-nav .nav .drop-menu-2 li a.active {
    color: var(--tech-global-color);
  }

  .main-nav .nav .drop-menu-2 li:hover {
    color: var(--tech-global-color);
  }

  .main-nav .nav.open {
    visibility: visible;
  }

  .main-nav .nav .responsive-menu {
    width: 300px;
    position: fixed;
    left: -300px;
    top: 54px;
    height: calc(100vh - 54px);
    overflow: auto;
    background: white;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99999;
  }

  .main-nav .nav.open .responsive-menu {
    left: 0;
  }
  .main-nav .nav:before {
    display: none;
  }

  .main-nav .nav ul li {
    display: block;
    width: 100%;
  }

  .main-nav .nav ul li > ul {
    display: none;
  }

  .main-nav .nav ul li.open > ul {
    display: block;
    width: 300px;
  }

  .main-nav .nav .drop-menu-1 a {
    display: block;
  }

  .main-nav .nav li a:hover {
    background: none;
    color: var(--tech-global-color);
  }

  .main-nav .nav ul ul {
    float: none;
    position: static;
    color: white;
  }

  /* Fisrt Tier Dropdown*/
  .main-nav .nav ul ul li {
    display: block;
    width: 100%;
  }
  .main-nav .nav ul ul ul li {
    position: static;
  }

  .main-nav .nav li.drop-open > a:after {
    content: "\e5cc";
    float: right;
    margin-right: 20px;
    font-size: 15px;
    font-family: "Material Symbols Outlined";
  }

  .main-nav .nav li.open > a:after {
    content: "\e5ce";
  }

  .drop-menu-1 li a:only-child:after {
    content: " ";
  }
  .responsive-menu > li:last-child {
    margin-bottom: 100px;
  }
  .tech-header-info {
    display: none;
  }
  header.site-header.header-style-1 {
    position: relative;
  }
  .site-branding,
  .header-searchBar,
  .tech-header-info,
  .common-home .tech-header-info,
  .ecom-header-button,
  .header-style-1 .header-menu:before {
    display: none;
  }
  .header-searchBar {
    position: fixed;
    width: 96%;
    left: 2%;
    top: 56px;
    z-index: 99;
    box-shadow: 0 5px 5px rgba(0,0,0,.2);
    visibility: hidden;
    opacity: 0;
  }
  .on-sticky .header-searchBar {
    top: 65px;
  }
  .header-searchBar.search-active {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .header-searchBar .search-box-wrapper button {
    right: auto;
    left: 10px;
  }
  .header-searchBar .search-box-wrapper input {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 50px;
    padding-left: 45px;
    font-size: 13px;
  }
  .header-top-wrapper {
    padding: 0;
  }
  .sticky-footer {
    display: block;
  }
  .common-home .sticky-footer {
    display: none;
  }
  .sticky-cart {
    display: none;
  }
  .header-menu {
    margin: 0;
    padding: 0;
    flex-grow: inherit;
  }
  .header-style-1 .site-header-menu {
    margin: 0;
    border-bottom: 0.5px solid #66666626;
  }
  .header-style-1 .header-menu .site-title {
    display: block;
  }
  .main-nav .nav .drop-menu-1 li:hover {
    background: transparent;
  }

  .main-nav .nav .drop-menu-1 li:hover > a {
    color: black;
  }

  .f-items-wrapper {
    justify-content: space-around;
    margin-top: 10px;
  }
  .f-items-wrapper .f-item {
    width: 28%;
    margin: 6px;
  }
  .f-items-wrapper .f-item-img {
    height: 100px;
    text-align: left;
  }
  .f-items-wrapper .f-item-img img.mask {
    width: 120px;
    left: -18px;
    top: -12px;
  }
  .f-items-wrapper .f-item-img img {
    width: 80px;
    height: auto;
    margin-top: 5px;
  }

  .header-middle-wrapper {
    flex-direction: column;
  }
  .header-icons {
    display: none;
  }
  .header-search-bar .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    height: 100%;
    padding: 0 16px;
  }
  .header-middle-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header-logo img {
    width: auto;
    height: 40px;
  }
  .sticky-footer {
    display: none;
  }
  body {
    margin-bottom: 60px;
  }
  body.common-home{
    margin-bottom: 0;
  }
  .on-sticky .header-middle {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: white;
    border-bottom: 2px solid var(--main);
    border-top: 2px solid var(--main);
  }
  .header-search-bar {
    display: none;
  }
  
  .search-icon-mobile {
    display: block;
    transform: translateY(5px);
  }
  .common-home .search-icon-mobile {
    display: none;
  }
  #lc-toggle, #column-left .lc-close {
    display: inline;
  }

  #column-left {
    right: -320px;
    background: #fff;
    display: block;
    width: 300px;
    position: fixed;
    top: 0;
    height: 100vh;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 0;
  }

  #column-left.open {
    right: 0;
    z-index: 9999;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
    overflow: auto;
  }
  button#lc-toggle {
    border: 1px solid #66666626;
    padding: 4px 12px;
  }

  button#lc-toggle i.fa {
    color: var(--main);
  }
  .contact-wrapper .contact_form textarea#input-enquiry {
    height: 100px;
  }
  .contact-map iframe {height: 200px;}
  .extra-feature .collage_frame .banner-feature-text {
    display: none;
  }
  .products_section .products_section_inner .mobile-none {
    display: none;
  }
  .website-featured-product.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .website-featured-product.owl-carousel {
    position: relative;
  }

  .website-featured-product.owl-carousel .owl-nav button > span {
    font-size: 50px;
  }

  .website-featured-product.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
  }
  
  
  
    
    .slicknav_menu .slicknav_icon-bar {
        background-color: var(--secondary-color);
    }
    .slicknav_nav a:hover{
        background: var(--main-color);
        color: #fff;
    }
  .main-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .header-top-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .header-menu-area {
    width: 100%;
  }
  .slicknav_menu .slicknav_menutxt {
    display: none;
  }
  .slicknav_btn,
  .slicknav_menu {
    background-color: transparent;
  }
  .slicknav_menu {
    padding: 0;
  }
  .slicknav_menu a.slicknav_btn {
        margin: 0;
    }
  .slicknav_btn,
  .slicknav_menu .slicknav_icon {
    margin: 8px 2px;
    padding: 0;
  }
  .slicknav_nav {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
  }
  .slicknav_nav a:hover {
    color: var(--primaryBg);
    background-color: white;
  }
  .slicknav_menu .slicknav_icon {
    position: absolute;
    top: -35px;
    right: 85vw;
  }
  .slicknav_menu .slicknav_icon-bar {
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
  }
  .about-left-bg,
  .benefit-right-bg,
  .about-right-bg,
  .benefit-left-bg {
    display: none;
  }
  .about-us-wrapper,
  .benefit-wrapper {
    display: block;
  }
  .about-us-wrapper .about-middle-content,
  .benefit-middle-content {
    padding: 30px 20px;
  }
  .sticky .slicknav_menu .slicknav_icon-bar {
    background: var(--primaryBg);
    box-shadow: none;
  }
  
  
  
  
  .menu-right-box{
        display: block;
        position: absolute;
        top: 11px;
        right: 0;
      }
  
  
  
  
  
  
  
  
  
  
  
  
    .gridding{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer_bottom .footer_bottom_inner p{
        font-size: 0.7rem;
    }
    
    
/*
--------------------------
cta section area here
--------------------------
*/
.cta_inner .cta_items {
    grid-template-columns: repeat(2, 1fr);
}
.cta_inner .cta_item {
    justify-content: start;
}
/* cta section area ends here */
    
}

@media (max-width: 768px) {
    .blog-thum-box {
        height: 250px;
    }
    .ppl-blog-info .title-name a {
        font-size: 16px;
    }
    .ppl-blog-info .meta {
        font-size: 12px;
    }
    .blog-prev-custom, .blog-next-custom {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .article-popular-thumb {
        min-height: 270px;
    }
}

/* Tablet :767px */
@media (max-width: 767px) {
    
    /*
    --------------------------
    old code sectin area here
    --------------------------
    */
    
    .tech-hero-slider-box .tech-hero-slider .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  
  .footer-logo{
      display: flex;
    justify-content: center;
    padding: 20px 0 0;
  }

  .tech-hero-slider-box .tech-hero-slider .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }

  .tech-hero-slider-box .tech-hero-slider .owl-nav .owl-prev span,
  .tech-hero-slider-box .tech-hero-slider .owl-nav .owl-next span {
    font-size: 22px;
    transform: translateY(2px);
  }
  .tech-hero-slider-box .tech-hero-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 10px;
    border-width: 1px;
    margin: 3px;
  }

  .tech-hero-slider-box .tech-hero-slider .owl-nav {
    top: 30%;
  }
  .section-padding {
    padding: 25px 0;
  }
  .whyUs_section .whyUs_section_inner .why_choose_us h2 {
    font-size: 20px;
    line-height: normal;
  }

  .whyUs_section .whyUs_section_inner .why_choose_us p {
    font-size: 12px;
    line-height: 17px;
  }

  .tech-btn {
    font-size: 8px;
        line-height: 12px;
        padding: 12px 7px;
        font-weight: 500;
  }
  .tech-btn span:after {
    top: -10px;
        font-size: 25px;
  }
  .whyUs_image img {
    width: 100%;
  }

  .whyUs_image {
    margin-top: 30px;
  }
  .header-style-1 .header-menu .site-title img {
    max-width: 90px;
  }
  .section_title {
    margin: 20px;
  }

  .section_title h2 {
    font-size: 20px;
    line-height: normal;
  }

  .section_title p {
    font-size: 14px;
    line-height: initial;
  }
  .represent_section .represent_section_inner .row .col-lg-3 {
    max-width: 50%;
    margin: 0;
  }
  .single-product-item .product-title h3 {
    text-align: center;
    height: auto;
  }
  .service_section
  .service_section_inner
  .service_main_sec
  .card.si_card
  .card-icon {
    width: 60px;
    height: 60px;
    border-width: 4px;
  }
  .product-description ul.list {
    height: auto;
  }


  .service_section
  .service_section_inner
  .service_main_sec
  .card.si_card
  .card-icon
  img {
    width: 30px;
    line-height: initial;
  }

  .service_section .service_section_inner .service_main_sec .card.si_card {
    padding-top: 40px;
  }

  .service_section
  .service_section_inner
  .service_main_sec
  .card.sc_card
  .card-body {
    padding: 10px 0;
  }

  .service_section
  .service_section_inner
  .service_main_sec
  .card.sc_card
  .card-body
  h4 {
    font-size: 14px;
    margin: 0;
  }

  .service_section
  .service_section_inner
  .service_main_sec
  .card.si_card
  .overlay
  .desc {
    font-size: 12px;
  }
  .testimonial-img img {
    display: none;
  }
  .bestin-section-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }

  .home1-testimonail-section .section_title {
    margin-bottom: 20px;
    text-align: center;
  }

  .bestin-right .section_title p {
    font-size: 14px;
  }

  .home1-test-section {
    height: 50%;
    bottom: 40%;
    transform: translateY(50%);
  }
  .tech-ihbox-style-3 .tech-ihbox-box {
    padding: 20px;
  }

  .tech-ihbox-style-3 .tech-element-title {
    font-size: 20px;
    line-height: initial;
  }

  .tech-heading-desc {
    font-size: 14px;
    padding: 0;
  }

  .jumborton-btn {
    margin-left: 20px;
  }
  .testimonial-wrapper-slider.owl-carousel .owl-nav {
    position: relative;
    left: 30%;
    width: 100%;
    bottom: -15px;
  }
  .testimonial-wrapper-slider.owl-carousel .owl-nav > button.owl-prev, .testimonial-wrapper-slider.owl-carousel .owl-nav > button.owl-next {
    min-height: 35px;
    margin-right: 15px;
    padding: 0 25px;
    justify-content: center;
    align-items: center;
    border-radius: 45px 0 45px 45px;
    box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
    transition: 0.3s all;
  }
  .testimonial-wrapper-slider.owl-carousel .owl-nav > button span {
    transform: translateY(4px);
    font-size: 25px;
    color: var(--tech-global-color);
    transition: 0.3s all;
  }
  .testimonial-wrapper-slider.owl-carousel .owl-nav > button:hover {
    background-color: var(--tech-global-color);
  }
  .testimonial-wrapper-slider.owl-carousel .owl-nav > button:hover span {
    color: white;
  }
  .footer-wrap.tech-footer-big-area {
    display: none;
  }
  .footer-wrap.tech-footer-big-area {
    display: none;
  }

  footer.footer.site-footer {
    margin-top: 35px;
  }

  .site-footer .widget.tech-footer-news {
    margin: 0;
    padding: 30px;
    margin-bottom: 30px;
  }

  .tech-footer-news h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .tech-footer-widget-area {
    padding-top: 35px;
  }

  footer.footer.site-footer:before {
    border-radius: 0;
  }

  .tech-footer-newsletter-form input {
    height: 40px;
    font-size: 12px;
  }

  .tech-footer-newsletter-form button {
    padding: 10px 25px;
    border-radius: 15px 0;
    font-size: 10px;
  }
  .tech-footer-style-2.tech-footer-section.tech-footer-text-area.tech-bg-color-transparent {
    margin: 0;
  }

  .tech-footer-style-2 .tech-footer-text-inner {
    padding: 20px;
    text-align: center;
  }

  .tech-footer-section
  .tech-footer-text-inner
  .tech-footer-copyright-text-area {
    font-size: 12px;
    text-align: center;
  }

  .tech-footer-section
  .tech-footer-text-inner
  .tech-footer-developed-text-area {
    text-align: center;
    font-size: 12px;
  }
  .tech-footer-widget .widget .widget-title {
    margin-bottom: 15px;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .footer.site-footer .widget a {
    font-size: 12px;
  }

  .tech-footer-widget a.btn-arrow {
    margin-top: 15px;
  }
  .tech-footer-widget
  .textwidget
  .tech-footer-menu-area
  .tech-social-links
  .tech-social-li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .tech-right-edpand-bg {
    width: 100%;
  }
  .tech-footer-widget a.btn-arrow span:after {
    top: -2px;
  }
  .represent_main_sec .brand-product-list ul li a {
    font-size: 13px;
  }

  .represent_main_sec .brand-product-list ul {
    height: 210px;
  }
  .single-banner-item {
    margin-bottom: 20px;
  }

  .col-lg-6:nth-child(2) .single-banner-item {
    margin-bottom: 0;
  }
  .single-slider-item {
    height: 220px;
  }
  .brand-association p {
    width: 80%;
    text-align: center;
    font-size: 9px;
    top: -20px;
    padding: 7px 10px;
    letter-spacing: 2px;
  }
  .product-img img {
    height: auto;
    width: 100%;
  }

  .single-product-item .product-info .title {
    font-size: 13px;
    text-align: center;
    padding: 6px;
  }

  .single-product-item .price-and-buy {
    padding: 6px 8px;
  }

  .single-product-item .price-and-buy .price {
    font-size: 13px;
  }

  .single-product-item .price-and-buy .btn-link {
    font-size: 10px;
    padding: 5px 7px;
  }

  .slider-area-wrapper .owl-dots {
    bottom: 20%;
  }




  .mobile .single-banner-item .mobile-banner {
    display: block;
    width: 100%;
  }
  .ecom_section_title h2 {
    font-size: 18px;
  }

  .ecom_section_title p {
    font-size: 13px;
  }

  .feature-ecom-categories-wrapper {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }

  .ecom-section-padding {
    padding: 30px 0 0;
  }
  .ecom-feature-product-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .breadcrumb {
    margin: 75px 0 0;
  }
  .top-bar {
    margin-top: -25px;
  }
  .breadcrumb li a {
    font-size: 11px;
    margin-right: 7px;
  }

  .breadcrumb li {
    padding-right: 6px;
  }
  .blog-details .article-title h1 {
    font-size: 20px;
    line-height: initial;
  }
  .cart.body .title,.checkout .page-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .checkout-agree {
    display: flex;
    gap: 10px;
    padding-left: 10px;
  }
  .btn {
    font-size: 12px;
    padding: 13px 20px;
  }
    
    
    /*
    --------------------------
    common sectin area here
    --------------------------
    */
    .section_title h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .section_title p {
        font-size: 16px;
        line-height: 22px;
    }
    /* common section area ends here */
    
    
  .single-slide-item .slide-text h1 {
    font-size: 27px;
    margin: 8px 0 20px;
  }

  .single-slide-item .slide-text h4 {
    font-size: 16px;
  }
  .btn {
    padding: 10px 15px;
    font-size: 10px;
  }
  .silder-area-wrapper .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .our-partner-area h1,
  .our-client-area h1,
  .map-area .catagorys-sec .section_title h1,
  .blog-sec h1,
  .section-title h1 {
    font-size: 20px;
        font-weight: 600;
  }
  

  .section-title {
    margin-bottom: 20px;
  }
  .single-service-item {
    margin-bottom: 20px;
  }
  .service_text_box .title {
    font-size: 18px;
    height: 40px;
  }

  .service_text_box .short-text {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
  }
  .service_text_box .btn-link {
    display: block;
    text-decoration: none;
    color: var(--primaryBg);
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
  }
  .about-us-wrapper .about-middle-content .mini-title,
  .benefit-middle-content .mini-title {
    font-size: 14px;
  }

  .about-us-wrapper .about-middle-content h2,
  .benefit-middle-content h2 {
    font-size: 22px;
  }

  .about-us-wrapper .about-middle-content h4 {
    font-size: 18px;
    margin: 15px 0;
  }

  .about-us-wrapper .about-middle-content .description {
    font-size: 13px;
  }
    .about-us-wrapper .about-middle-content, .benefit-middle-content {
        padding: 60px 20px;
    }
    .single-benefit-item .icon img {
        height: 40px;
    }

  .single-benefit-item .text h3 {
        font-size: 16px;
        font-weight: 500;
    }

  .single-benefit-item .text p {
    font-size: 14px;
  }

  .benefit-items-wrapper {
    gap: 15px;
    align-items: flex-start;
  }
  .col-lg-4:nth-child(2) .single-quality-item {
    margin: 0;
  }
  .quality_text_inner .icon {
    width: 40px;
    margin: auto;
    margin-bottom: 8px;
  }

  .quality_text_inner .text {
    font-size: 16px;
  }
  .product-inner .product-text h4 {
    font-size: 14px;
  }

  .product-inner .product-text .btn {
    padding: 3px 6px;
  }

  .product-inner .product-text .btn > span {
    font-size: 15px;
  }
  .quality-area .section-title {
    margin-bottom: 20px;
  }
  .footprint-area:hover .country-list {
    display: none;
  }
  #map {
    height: 320px;
  }
  .footer-widget.logo {
    padding: 0;
    text-align: center;
  }

  .footer-text .description {
    font-size: 13px;
    text-align: center;
  }

  .footer-social-links ul {
    justify-content: center;
  }

  .footer-widget {
    text-align: center;
    margin-top: 25px;
  }
    .footer-links ul {
        flex-direction: revert;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
  .footer-links ul li {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }

  .footer-links ul li:before {
    content: "";
    background: gray;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .widget-info .info {
    align-items: start;
    justify-content: center;
  }
  .footer-title h2 {
      padding: 22px 0 10px;
      font-size: 14px;
      text-align: center;
  }
  .footer-text p{
      margin-top: 0;
      text-align: center;
  }
  .our-partner-area.section-padding{
        padding: 30px 0 0;
    }
  .footer-links ul li a {
    font-size: 13px;
  }
  .widget-info .info p {
    font-size: 13px;
  }
  .widget-info .info .icon > span {
    font-size: 13px;
  }
  .footer_bottom {
    font-size: 12px;
  }
  .goto-top {
    width: 35px;
    height: 35px;
    line-height: 40px;
    bottom: 45px;
    font-size: 14px;
  }
  .goto-top span {
    font-size: 16px;
  }
  .country-list ul li {
    font-size: 12px;
  }

  .country-list {
    padding: 8px 28px;
  }
  
  
  
    /*
    --------------------------
    service area here
    --------------------------
    */
    section.map-area {
        padding: 60px 20px 0;
    }
    section.map-area .owl-carousel .owl-item {
        margin-left: 0;
    }
    section.map-area .row.website {
        --bs-gutter-x: 0;
    }
    
    section.map-area .featured-product-wrap {
        padding: 40px 20px;
    }
    /* service area ends here */
    
    
    /*
    --------------------------
    video area here
    --------------------------
    */
    .video-section video {
        height: inherit;
        object-fit: inherit;
    }
    
    /* video area ends here */
    
    
    /*
    --------------------------
    news & event area here
    --------------------------
    */
    .blog-area .container {
        padding: 0 20px;
    }
    
    /* news & event area ends here */
  
  
    /*
    --------------------------
    footer area here
    --------------------------
    */
    .footer-social-links ul{
      gap: 0;
    }
    .footer_section .footer_section_inner .footer_top {
        padding: 100px 0 40px;
    }
    
    
    /* footer area ends here */
    
    /*
    --------------------------
    breadcrumb area here
    --------------------------
    */
    
    section.after-header {
        padding: 60px 0;
    }
    
    /* breadcrumb area ends here */
    
    /*
    --------------------------
    about us page area here
    --------------------------
    */
    .container.body .main_content {
        padding: 40px 20px 20px;
    }
    .container.body .ceo {
        grid-template-columns: auto;
        margin-bottom: 40px;
    }
    .container.body .ceo_thumb {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .container.body .ceo .ceo_messages, 
    .container.body .mr_about .mr_messages {
        text-align: center;
    }
    
    .container.body .mr_about {
        display: flex;
        grid-template-columns: auto;
        flex-wrap: wrap-reverse;
        gap: 30px;
    }
    .container.body .mr_about .mr_messages {
        margin-right: 0;
    }
    .mission-vission-box {
        margin: 40px 0 0;
    }
    .mission-vission-box .items {
        grid-template-columns: auto;
        text-align: center;
    }
    /* about us page area ends here */
    
    
    /*
    --------------------------
    contact us page area here
    --------------------------
    */
    .information-contact .contact-area-wrapper .tab-content-area {
        padding: 40px 20px;
    }
    .information-contact .contact-area-wrapper .contact-wrapper {
        margin-bottom: 40px;
    }
    
    /* contact us page area ends here */
    
    
       
/*
--------------------------
cta section area here
--------------------------
*/
.cta_inner .cta_items {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.cta_inner .cta_item {
    flex-direction: column;
    justify-content: center;
}
.cta_inner .cta_item .content {
    text-align: center;
}
/* cta section area ends here */

/*
--------------------------
artical section area here
--------------------------
*/
.artical_section .artical_meta_body {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding: 20px;
}
.artical_section .artical_content_body #content {
    padding: 30px 20px;
    margin: 0 10px;
}
.artical_section .artical_content_body #content {
    padding: 30px 20px;
    margin: 0;
}
.artical_section #content .thumb img {
    height: 300px;
}

/* artical section area ends here */

}

@media(max-width: 760px) {
    .slider-nav-buttons {
        display: none;
    }
}


/* Large Mobile :480px. */
@media only screen and (min-width: 360px) and (max-width: 767px) {
  .our-service-section .col-sm-6,
  .quality-area .col-sm-6,
  .our-product-area .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .service_text_box {
    margin-top: -5em;
    padding-top: 6em;
  }
}

@media (max-width: 590px) {
  button#lc-toggle {
    transform: translateY(39px);
  }
}

@media (max-width: 576px) {
    .blog-thum-box {
        height: 200px;
    }
    .ppl-blog-info .title-name a {
        font-size: 14px;
    }
    .ppl-blog-info .meta {
        font-size: 10px;
    }
    .blog-prev-custom, .blog-next-custom {
        font-size: 18px;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
  .featured-product-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .single-slider-item {
    height: 120px;
  }
  .header-search-bar .form-group.input input {
    width: auto;
  }
  .single-category .cat-img img {
    padding: 5px;
    width: 35px;
    height: 35px;
  }

  .feature-ecom-categories-wrapper .single-category .cat-title > h3 {
    font-size: 13px;
    text-align: left;
  }

  .feature-ecom-categories-wrapper .single-category {
    gap: 10px;
  }
}

@media (max-width: 360px) {
  .single-quality-item {
    margin-bottom: 20px;
  }
}
