/* Header CSS Start */


.header-new .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 180px;
    padding: 15px 0px;
    padding: -7px 0px;
}



/* .header-layout4.header-new .logo-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 108px;
    width: 100%;
    background-color: var(--theme-color);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 170px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 75px) 100%, 0% 100%);
    z-index: -1;
}

.header-layout4.header-new .main-menu {
    margin-left: 280px;
} */


.header-layout5.header-new .menu-area {
    background-color: #2a2f3c;
    position: relative;
    top: -8px;
}


.themeholy-menu-wrapper.mobile-new .mobile-logo img{
    width: 180px;
}

.anniversary-logo img{
    width: 70px;
}


/* Header CSS End */


/* Banner CSS Start */

.hero-3.banner{
    height: 85vh;
    top: 100px;
}


/* .hero-3.banner .hero-img{
    position: relative;
    top: 100px;
} */





/* Banner CSS End */



/* About Us CSS Start */


.about-us{
    margin-top: 80px;
}

.about-us .sec-title{
    font-size: 38px;
}

span.company-name {
    color: #015DC2;
}

.img-slider .swiper {
    width: 100%;
    height: 100%;
  }

  .img-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .img-slider .swiper {
    margin-left: auto;
    margin-right: auto;
  }


  .themeholy-btn.about-btn{
    margin-top: -20px;
  }

  .title-area.about-inner{
    text-align: center;
  }



/* About Us CSS End */


/* Counter CSS Start */

.counter{
   margin-top: 80px !important;
   margin-bottom: 80px !important;
}



/* Counter CSS End */


/* Features Section CSS Start */

.features-sec .feature-box_icon {
    --icon-size: 80px;
    /* width: var(--icon-size); */
    /* height: var(--icon-size); */
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--smoke-color2);
    border-radius: 50%;
    text-align: center;
    margin-top: 30px;
    /* margin-bottom: 80px; */
    /* margin: calc(var(--icon-size)* 1) auto 25px auto; */
    position: relative;
    z-index: 2;
}

.features-sec .title-area {
    margin-top: 180px;
    margin-bottom: 50px;
    position: unset;
    z-index: unset;
}


.features-sec{
    margin-bottom: 80px;
}

.features-sec .feature-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* Features Section CSS End */



/* Scroll To Top  CSS Start */

.scroll-top .progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 3px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.scroll-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

/* Scroll To Top CSS End */



/* Our Clients Section CSS Start */

.brand-sec3.our-clients{
    background-color: #fff;
}

.our-clients .title-area{
    margin-bottom: 0px;
}

.our-clients{
    margin-bottom: 50px;
}

/* Our Clients Section CSS End */


/* Footer CSS Start */

.bdm_footer_logo {
    width: 170px;
}

.main-footer_copyright {
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.footer-new .themeholy-widget-about .about-logo {
    width: 250px;
    margin: auto;
    margin-bottom: unset;
    margin-top: unset; 
}

.footer-new .themeholy-widget-about .about-text {
    margin-top: 20px;
    color: #fff;
    width: 250px;
    text-align: justify;
}

.footer-new  .footer-widget .widget_title {
    max-width: 270px;
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    margin: 35px 0 35px 0;
    padding: 0 0 17px 0;
}

/* .whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 70px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

.whatsapp-button a {
color: 	#fff;
font-size: 24px; 
text-decoration: none;
} */

/* WhatsApp Button Hidden Initially */
.whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 70px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Show Button */
.whatsapp-button.show {
    opacity: 1;
    visibility: visible;
}

.whatsapp-icon {
    background-color: #25d366;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-icon:hover {
    transform: scale(1.1);
}


.footer-logo img{
    width: 250px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer-logo::after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    top: 10px;
    right: 10px;
    height: 80px;
}

.footer-text{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-text p{
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.our-products{
    margin-top: 40px;
}

.our-products h3{
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: relative;

}

.our-products h3::after{
    position:absolute;
    border-bottom: 2px solid #fff;
    width: 40px;
    bottom: 0px;
    left: 50%;
    transform:translate(-50%, -50%);
}

.brands-list {
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.brands-list span{
    color: #fff;
    font-size:16px;
    font-weight: 500;
}

.brands-list span h6{
    color: #fff;
    font-size:16px;
    font-weight: 500;
}

.contact-card {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.contact-card .contact-icon i {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

.contact-card .contact-info p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}

.contact-card .contact-info .info-box_link{
    color: #fff;
}

/* .contact-card.location{
    margin-top: 15px;
} */
/* Footer CSS End */

.schedule-info span{
    color: #fff;
}


/* Salzer CSS Start */

section.energy_cables_sec.column_two.lt_switch.section_gap {
    padding: 80px 0px;
}


.energy_cables_sec.lt_switch .lt_sidebar .nav-link {
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    margin-bottom: 10px;
    /* border-radius: 50px; */
    min-height: 60px;
    border: 1px solid transparent;
  }
  .energy_cables_sec.lt_switch .lt_sidebar .nav-link.active {
    /* background: linear-gradient(
      270deg,
      rgba(3, 160, 153, 1) 0%,
      rgba(0, 109, 177, 1) 100%
    ); */
    background: rgb(2,94,194);
background: linear-gradient(90deg, rgba(2,94,194,1) 0%, rgba(204,3,2,1) 65%);
  }
  .energy_cables_sec.lt_switch .lt_sidebar .nav-link h2 {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: auto;
  }
  .energy_cables_sec.lt_switch .lt_sidebar .nav-link.active h2 {
    color: #ffffff;
    font-weight: 700;
  }

  .energy_cables_sec.column_two .ec-ul {
    column-count: 2;
}

.energy_cables_sec .ec-ul, .energy_cables_sec .ec-ul-multi {
    padding: 0px;
    list-style-type: none;
    text-align: left;
    margin-bottom: 20px;
}

.energy_cables_sec .ec-ul a {
    color: #000000d4;
    text-decoration: none;
    font-weight: 450;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 4px;
}

.title_sections.one h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}


.product_detail.rishabh_detail h3 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
  }
  .product_detail.rishabh_detail h3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(
      270deg,
      rgba(3, 160, 153, 1) 0%,
      rgba(0, 109, 177, 1) 100%
    );
    bottom: 0px;
    left: 0px;
  }
  
  .product_detail.rishabh_detail ul {
    padding: 0px;
  }
  
  .product_detail.rishabh_detail ul li {
    list-style-type: none;
    /* display: flex; */
    gap: 5px;
    text-align: justify;
  }
  
  .product_detail.rishabh_detail ul li i {
    margin-top: 4px;
    color: #015dc2;
  }
  
  .catelague_btn,
  .manual_btn,
  .enquire_btn {
    padding: 10px 15px;
    width: auto;
    text-align: center;
    border: 2px solid #015dc2;
    box-sizing: border-box;
    min-width: 140px;
    border-radius: 50px;
  }
  
  .btn_group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    justify-content: start;
    flex-wrap: wrap;
  }
  
  .catelague_btn,
  .catelague_btn:hover {
    background-color: #015dc2;
    color: #ffffff;
  }
  
  .manual_btn,
  .enquire_btn {
    color: #015dc2;
  }
  
  .manual_btn:hover,
  .enquire_btn:hover {
    background-color: #015dc2;
    color: #ffffff;
  }

  .product_image {
    width: 100%;
    height: 100%;
}

.product_image img {
    padding: 25px;
    padding: 25px;
    border: 2px solid #ddd;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0 0 5px 2px #ddd;
    -webkit-box-shadow: 0 0 5px 2px #ddd;
    -ms-box-shadow: 0 0 5px 2px #ddd;
    box-shadow: 0 0 5px 2px #ddd;
}

section.contact-section {
    padding: 100px 0px;
}

.catelague_btn, .catelague_btn:hover {
    background-color: #015dc2;
    color: #ffffff;
}

.catelague_btn, .manual_btn, .enquire_btn {
    padding: 10px 15px;
    width: auto;
    text-align: center;
    border: 2px solid #015dc2;
    box-sizing: border-box;
    min-width: 140px;
    border-radius: 50px;
}

.manual_btn, .enquire_btn {
    color: #015dc2;
}


.energy_cables_sec.lt_switch h4 {
    font-size: 16px;
    margin-bottom: 4px;
    color: #015dc2;
    font-weight: 700;
}


.lt_sidebar.horizontal.fit_width {
    margin-bottom: 30px;
}

.lt_sidebar.horizontal .nav {
    gap: 20px;
}

.lt_sidebar.horizontal.fit_width .nav-link {
    min-width: calc(25% - 20px);
}

section.energy_cables_sec.lt_switch.esbee.section_gap {
    padding: 80px 0px;
}

.energy_cables_sec.lt_switch.esbee.section_gap .title_sections.one h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 50px;
}

.main_tab_esbee, .main_tab_polycab {
    padding: 15px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ec-ul button.accordion-button, .ec-ul button.accordion-button:focus {
    padding: 8px 20px 8px 12px;
    background-color: #f5f5f5;
    color: #000000d4;
    font-size: 14px;
    font-weight: 600;
    box-shadow: unset;
}

.ec-ul button.accordion-button {
    color: #000000d4;
    text-decoration: none;
    font-weight: 450;
    font-size: 16px;
}

.main_tab_esbee .accordion-item:last-of-type .accordion-button.collapsed, .main_tab_esbee .accordion-item:last-of-type .accordion-collapse {
    border: unset;
    margin: 5px 0px;
}

ul.sub_cat {
    list-style-type: none;
    padding-left: 0px;
}


/* Pricelist CSS Start */

/* .pricelist_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pricelist_ul,.pricelist_ul li button{
    width: 100%;
    justify-content: center;
}
.pricelist_content li{
    width: 25%;
}

.pricelist_content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #d21a26;
    border: 1px solid #d21a26;
}

.pricelist_content .nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #d21a26;
    border: 1px solid currentColor;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px;
}

.pricelist-card {
    width: 30%;
    border: 1px solid #dddddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}

.pricelist-img {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}


.pricelist-img img {
    width: 30%;
}

.pricelist-title h4 {
    font-size: 20px;
    font-weight: 500;
    color: #141414;
    text-align: center;
    margin: 18px 0px;
}

.pricelist-btn {
    background-color: #d21a26;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
}


.pricelist-btn .price {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.pricelist-btn:hover a{
    color: #d21a26;
}

.pricelist-btn:hover{
    background-color: #ffffff;
  
    border: 1px solid #d21a26;
}

.pricelist_content i.fa-solid.fa-download {
    margin-left: 10px;
    color: #101010;
} */


.pricelist_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.pricelist_ul, .pricelist_ul li button {
    width: 100%;
    justify-content: center;
    text-align: center;
}

/* .pricelist_content li {
    width: 20%;
} */

.pricelist_content li {
    width: 25%;
}

.pricelist_content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #cc0302;
    border: 1px solid #cc0302;
}

.pricelist_content .nav-pills .nav-link {
    background: transparent;
    border: 1px solid currentColor;
    color: #d21a26;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
}

.pricelist-card {
    /* width: 60%; */
    border: 1px solid #dddddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
    /* padding-bottom: 20px; */
}

.pricelist-img {
    display: flex
;
    justify-content: center;
    /* padding-top: 30px; */
    padding: 20px;
}

.pricelist-img img {
    width: 100%;
}

.pricelist-title h4 {
    font-size: 18px;
    font-weight: 500;
    color: #141414;
    margin-bottom: 10px;
    /* margin: 0px 0px; */
}

.pricelist-btn {
    background-color: #015dc2;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.pricelist-btn .price {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pricelist-btn:hover {
    background-color: #ffffff;
    border: 1px solid #015dc2;
}

.pricelist-btn:hover .price {
    color: #015dc2;
}

.pricelist-btn .price i {
    margin-left: 10px;
    font-size: 16px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.pricelist-btn:hover .price i {
    color: #015dc2;
}

.pricelist_content .tab-content>.active {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* margin: auto; */
}

/* @media screen and (max-width: 768px) {
    .pricelist-card {
        width: 90%;
    }

    .pricelist_content li {
        width: 100%;
    }

    .pricelist_ul {
        flex-direction: column;
    }

    .pricelist_ul li {
        margin-bottom: 10px;
    }
} */


/* Pricelist CSS End */


/* Esbee Section CSS Start */

section.esbee_daa {
    padding: 25px 0px;
}

.product.type-product.row.columns_padding_25 {
    margin-bottom: 60px;
}

#carousel-custom {
    margin: 20px auto;
    width: 400px;
    margin-top: 0;
}

#carousel-custom .carousel-outer {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
    border: 2px solid #efefef;
}

.carousel-inner img {
    width: 900px;
    height: 350px !important;
}

h2.product_title.text-uppercase.topmargin_0 {
    font-size: 17px;
    margin-bottom: 18px;
}

.esbee_daa form {
    position: relative;
    padding: 2px;
    text-align: justify;
}

ul {
    padding-left: 17px;
}

form.cart.topmargin_50 ul > li {
    list-style: decimal;
}

.contact-section .esbee-tabs .nav-tabs .nav-link {
    /* gap: 23px; */
    margin-bottom: -1px;
    border: 1px solid #015dc2;
    color: #015dc2;
    font-size: 18px;
    font-weight: 600;
    width: 305px;
    text-align: center;
    /* border: 1px solid transparent; */
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.contact-section .esbee-tabs .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #015dc2;
    border: 1px solid transparent;
}

.contact-section .esbee-tabs .tab-content>.active {
    display: block;
    margin-top: 50px;
    text-align: center;
}

ul.ec-ul.column_two {
    column-count: 2;
}

.contact_sec .contact-feature {
    background-color: unset;
    padding: 15px;
    text-align: center;
    height: 280px;
    /* min-height: 241px; */
    margin: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_sec .contact-feature .box-title {
    font-size: 18px;
    line-height: 1.417;
    font-weight: 600;
    /* margin-top: -0.32em; */
}

.contact_sec .contact-feature:hover {
    transform: scale(1.05);
    box-shadow: none;
    border: 1px solid #015dc2;
}

.contact_sec .map-sec iframe {
    -webkit-filter: unset;
    filter: unset;
    height: 600px;
}

.themeholy-mobile-menu i.fa-solid.fa-arrow-right {
    margin-right: 5px;
}

.map-sec {
    padding: 20px 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.location-map{
    margin-bottom: 50px;
}

/* .contact-card.location.new{
    margin-top: 40px;
} */

.contact-media_title {
    margin-bottom: unset;
}


.menu-area ul.sub-menu.brands{
    column-count: 2;
} 

.menu-area.main-menu ul.sub-menu.brands {
    min-width: 402px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.main-menu ul.sub-menu li a:hover {
    padding-left: unset;
}

.main-menu ul.sub-menu li a:hover:before {
  display: none;
}

.sub-menu.brands .lk{
    height: 100px;
    width: 200px;
}

.brands-list .lk-footer{
    height: 80px;
    width: auto;
} 