/* Globa css */
:root {
  --black: #000000;
  --white: #fff;
  --gray: #505050;
  --blue: #006bb7;
  --lightorange: #ff952f;
  --light: #f2f2f2;
  --primary-font: "Poppins", sans-serif;
  --gap: 6rem;
}



.tab-content>.active {
    display: block!important;
    flex-wrap: wrap;
}




.product-thumb .swiper-slide img{width: 100%;
    height: 91px;
    object-fit: fill;}

html {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--primary-font);
}
a {
  cursor: pointer !important;
}
/* Gap */
.sec-padd-t {
  padding-top: var(--gap);
}

.sec-padd-b {
  padding-bottom: var(--gap);
}

.sec-padd {
  padding: var(--gap) 0 var(--gap) 0;
}

/* Gap end */

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

a {
  color: var(--orange);
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 400;
}

img {
  max-width: 100%;
}
/* header css */
header {
  position: sticky;
  top: 0;
  box-shadow: rgb(0 0 0 / 41%) 0px 0px 2px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 41%) 0px 0px 2px 0px;
  -moz-box-shadow: rgb(0 0 0 / 41%) 0px 0px 2px 0px;
  padding: 1rem 0;
  background: #fff;
  z-index: 999;
}
header .navbar-nav .nav-item a {
  color: var(--black);
  font-weight: 500;
}
header .navbar-nav .nav-item a:hover,
header .navbar-nav .nav-item a.active {
  color: var(--blue);
}
header .navbar .navbar-brand img {
  height: 57px;
}
header .navbar-nav {
  gap: 2rem;
}
.custom-searchbar {
  margin-left: 2.4rem;
}
.custom-searchbar input {
  font-size: 1.5rem;
  color: var(--black);
  box-shadow: none !important;
  border-radius: 2rem;
  padding: 5px 10px;
  border-color: #c8c8c8;
}
.custom-searchbar input:focus {
  border-color: var(--blue);
}
.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}
.navbar-toggler {
  box-shadow: none !important;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
/*  background-image: url(../images/cross-bar.svg);*/
  transition: all 0.2s;
}

.wpas_form_container_1 {
  width: 200px !important;
}
.wpas_form_container_1 .wpas_wrapper .wpas_submit_wrapper {
  display: none;
}
.wpas_form_container_1 .wpas_wrapper input[type="search"] {
  border-radius: 2rem !important;
  font-size: 16px !important;
  margin-left: 2rem;
  padding-right: 3rem !important;
}
.wpas_search_result > div a {
  font-size: 15px;
}
.wpas_search_close svg {
  background: #d91f25 !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
  padding-left: 4px !important;
  padding-top: 4px !important;
}

header .wpas_search_result {
  position: absolute;
  right: 0px;
  width: 100%;
}
.wpas_search_close {
  right: -12px !important;
}
.wpas_form_container_1 .wpas_wrapper .wpas_input_container {
  overflow: visible !important;
}
@media (max-width: 991px) {
  .wpas_form_container_1 .wpas_wrapper input[type="search"] {
    margin-left: 0;
  }
  .wpas_form_container_1 {
    width: 100% !important;
    margin-top: 1rem;
  }
}
.abs-banner{
	position:absolute;
	top:50%;
	transform:translateY(-50%); 
	color:var(--white);
}
.abs-banner h1{ 
	font-weight:600;
	font-size:6rem;
}
.abs-banner p{
	font-size:2.2rem;
	font-weight:500;
}




element.style {
}
.outer-arrow .swiper-button-prev {
    left: 0;
}
.outer-arrow .swiper-button-prev, .outer-arrow .swiper-button-next {
    background: var(--blue);
    padding: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex
;
    justify-content: center;
    border: none;
}
.swiper-button-next, .swiper-button-prev {
    color: #c8c8c8;
    border: 1px solid #969494;
    padding: 2rem;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 23%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}








/* slider section */
.blue-dots .swiper-pagination-bullet-active {
  background-color: var(--blue) !important;
  outline: 3px solid var(--white);
}
.blue-dots .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--white);
  opacity: 1;
  height: 12px;
  width: 12px;
}
.product-item {
      border: 1px solid #c8c8c8;
    padding: 2rem;
    text-align: center;
    min-height: 300px;
    height: 100%;
}
.product-item img {
        height: 133px;
    width: 100%;
    object-fit: scale-down;
}
.product-item h4,.product-item h3 {
  color: var(--gray);
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.swiper-button-next,
.swiper-button-prev {
  color: #c8c8c8;
  border: 1px solid #969494;
  padding: 2rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem;
  color: #969494;
}
.product-range-slider {
  margin: 0 6rem;
}
.bg-gray {
  background: #f2f2f2;
}
.custom-tab {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #d6d3d6;
  gap: 2rem;
}
.custom-tab li button {
  background-color: transparent !important;
  outline: none;
  box-shadow: none;
  color: var(--gray);
  font-weight: 500;
  padding-left: 0;
  padding-bottom: 1rem;
}
.custom-tab li button.active,
.custom-tab li button:hover {
  color: var(--black) !important;
  border-bottom: 2px solid;
  border-radius: 0;
}
/* product home css */
.banner-div img {
  border-radius: 3rem;
}
.banner-text {
  position: absolute;
  top: 30px;
  left: 30px;
  color: var(--white);
  width: 60%;
}
.banner-text h3 {
  font-size: 3rem;
  line-height: 50px;
}
.product-card {
  background: var(--white);
  border-radius: 3rem;
}
.product-card img {
  border-radius: 3rem 3rem 0 0;
}
.product-card .product-details p {
  font-size: 1.5rem;
}
.product-card .product-details {
  padding: 2rem 3rem;
}
.feature-section .product-card img {
  object-fit: cover;
  height: 235px;
  width: 100%;
}
.tab-box {
  background: var(--white);
  padding: 3rem;
  border-radius: 3rem 3rem 0 0;
}
.tab-box .custom-tab li button {
  font-size: 2.4rem;
  color: var(--black);
}
.tab-box .custom-tab li button.active {
  color: var(--blue) !important;
}
.tab-box .tab-content p {
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.tab-box .tab-content h4 {
  color: var(--blue);
  font-weight: 500;
  font-size: 2.4rem;
}
.heading-b {
  margin-bottom: 3rem;
}
.subtitle {
  color: var(--gray);
  font-weight: 500;
  margin-top: 1rem;
}
.contact-info {
  text-align: center;
}
.contact-info h4 {
  columns: var(--black);
  margin-top: 1.5rem;
}
.contact-info a {
  color: var(--gray);
  text-decoration: underline;
}
.contact-info p span {
  color: var(--blue);
  font-weight: 700;
  font-size: 2rem;
}
footer {
  background: var(--blue);
  color: var(--white);
}
.copyright-p {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.footer-info {
  display: flex;
  gap: 2rem;
}
.footer-info h4 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.footer-contact ul {
  padding: 0;
  display: flex;
  gap: 1rem;
  margin: 0;
  list-style: none;
}
.footer-contact ul li a {
  background: var(--white);
  border-radius: 50%;
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.footer-contact ul li a img {
  height: 30px;
}
.footer-contact ul li a:hover img {
  filter: contrast(1.5) brightness(0.7);
}
.footer-contact ul li a:hover {
  background: #f2f2f2;
}

/* cotact page css */

.contact-page .contact-info {
  display: flex;
  gap: 2rem;
  text-align: left;
  align-items: flex-start;
}
.contact-page .contact-info h4 {
  margin-top: 0;
}

.contact-page .sec-padd {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-page .custom-p {
  padding-left: 4rem;
  padding-right: 4rem;
}
.contact-form input,
.contact-form textarea {
  box-shadow: none !important;
  background-color: transparent !important;
  border-color: var(--black);
  padding: 1rem 1rem;
  font-size: 1.6rem;
  color: var(--gray);
}
.contact-form button,
.contact-form input[type="submit"] {
  background-color: var(--blue) !important;
  color: var(--white);
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 1px solid var(--blue);
  outline: none;
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.contact-form select {
  border-radius: 0.375rem;
}

.contact-form button:hover,
.contact-form input[type="submit"]:hover {
  background-color: var(--black) !important;
}
.banner-info {
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  text-transform: capitalize;
  width: 100%;
}
.banner-info h3 {
  font-size: 2.8rem;
}
.banner-section img {
  min-height: 200px;
  object-fit: cover;
}

/* blog page  */
.blog-img h3,
.link-blog {
  color: #000;
  text-decoration: none;
  font-size: 1.8rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.blog-img h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--gray);
  font-weight: 500;
}
.blog-img img {
  box-shadow: #000000ad 1px 1px 5px 0px;
  border-radius: 1.5rem;
  margin-bottom: 1.8rem;
  position: relative;
}
.blog-img:hover img {
  box-shadow: #006bb7 1px 1px 5px 0px;
}
.blog-img:hover h3 {
  color: var(--blue);
}

/* end css */

@media (max-width: 991px) {
  header .navbar-nav {
    gap: 0;
    margin-top: 2rem;
  }
  .custom-searchbar {
    margin-left: 0;
    margin-top: 1rem;
  }
  .navbar-collapse {
    padding-bottom: 2rem;
	      height: 100vh;
    overflow: auto;
  }
}
.c-heading{
	font-size:3rem;
}
@media (max-width: 767px) {
    .c-heading {

    font-size: 21px;
}
  .g-5 {
    --bs-gutter-x: 0rem;
  }
  .feature-section .product-card img {
    height: 100%;
  }
	.blue-dots .swiper-pagination-clickable .swiper-pagination-bullet{
		width:8px;
		height:8px;
	}
	.blue-dots .swiper-pagination-bullet-active{
		    outline: 2px solid var(--white);
	}
	.abs-banner{
		width:40%;
	}
	.abs-banner h1{ 
	font-weight:600;
	font-size:2.2rem;
}
.abs-banner p{
	font-size:1.2rem;
	font-weight:500;
}
	.abs-banner p br{
display:none;
}
  .banner-div img {
    height: 300px;
    object-fit: fill;
  }
  .tab-box .custom-tab {
    margin-top: 0;
  }
  .tab-box .custom-tab li button {
    font-size: 1.8rem;
  }
  .tab-box .tab-content h4 {
    font-size: 2rem;
  }
  .copyright-p {
    margin-top: 2rem;
  }
  .c-heading {
    text-align: center;
 
  }
  .footer-info img {
    height: 40px;
  }
  .footer-info h4 {
    font-size: 2rem;
  }
  .footer-contact ul li a img {
    height: 25px;
  }
  .footer-contact ul li a {
    width: 40px;
    height: 40px;
  }
}

/* our team page css */

.team-card {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 4rem 3rem;
  border-radius: 10px;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  margin-bottom: 2rem;
  position: relative;
  height: 100%;
  padding-bottom: 6rem;
}

.team-card img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.team-card h3 {
  font-size: 2rem !important;
  margin-top: 2rem;
}
.team-card h5 {
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 2rem;
}
.team-card p {
  color: var(--gray);
}
.team-card ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  width: 100%;
}
.team-card:hover {
  background: #bdd9ec;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.team-card ul li a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.team-card ul li a:hover img {
  filter: contrast(0) brightness(0);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.team-card ul li img {
  height: 25px;
  width: 25px;
  border-radius: 0;
}

@media (max-width: 767px) {
.product-hide{display:none;}    
    
  .team-card {
    margin: 2rem 6rem;
    padding: 4rem;
  }
}

/* about page cs */

.top-gap {
  margin-top: 6rem;
}
.about-sec p {
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-weight: 500;
  text-align: justify;
}
.img-box {
  position: relative;
}
.img-box h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: 90%;
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
}
.img-box h4 span {
  font-weight: 900;
  font-size: 6rem;
  display: block;
}
.icon-box {
  height: 100%;
  padding: 3rem;
}
.icon-box img {
  margin-bottom: 2rem;
  height: 45px;
}
.register-form label {
  width: 100%;
  color: var(--gray);
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.contact-form select {
  box-shadow: none !important;
  background-color: transparent !important;
  border-color: var(--black);
  padding: 1rem 1rem;
  font-size: 1.6rem;
  color: var(--gray);
  width: 100%;
}
.support-icon {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding: 0;
}
.about-sec form p {
  margin-bottom: 0;
}
.about-sec form br {
  display: none;
}
.about-sec form .product-titles.product-titles {
  margin-top: 1rem;
}
.support-icon img {
  height: 60px;
}
.support-icon li {
  width: 20%;
  height: 100%;
}
.support-icon h3 {
  border: 1px solid #c8c8c8;
  font-size: 1.6rem;
  padding: 2rem 1rem;
  text-align: center;
  width: 100%;
  margin-top: 2.5rem;
  color: var(--gray);
  height: 100%;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.support-img {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.support-img img {
  height: 80px;
}
.support-img h3 {
  font-size: 1.8rem;
  color: var(--gray);
  margin-top: 1.5rem;
}
.abs-img {
  height: 200px;
}
@media (max-width: 991px) {
  .support-icon {
    flex-wrap: wrap;
  }
  .support-icon li {
    width: 32.33%;
  }
}
@media (max-width: 767px) {
  .img-box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .support-icon li {
    width: 48%;
  }
}

/* product css */

.page-header p {
  color: var(--gray);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.product-div {
  border: 3px solid #f4f4f4;
  padding: 2rem 2rem 10rem;
  position: relative;
  text-align: center;
  height: 100%;
	 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.prodcut-slider.Related .product-div{
	height:auto;
}
.product-div h5 {
  font-weight: 700;
  color: var(--black);
  font-size: 1.8rem;
	    top: 0rem; 
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
	    position: absolute;
	width:100%;
}

.product-div h4 {
  font-size: 1.6rem;
  font-weight: 600;
}
.product-div a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 600;
  background: var(--blue);
  padding: 1.5rem 1rem;
}

.product-div img {
       margin: 5rem 0 1rem 0;
    height: 196px;
    object-fit: fill;
}

.product-div a span {
  font-weight: 400;
  font-size: 1.3rem;
  display: block;
}
#pills-tab {
  gap: 1.5rem;
  margin-bottom: 4rem !important;
}
#pills-tab button {
  width: 100%;
}
#pills-tab button.nav-link {
  padding: 0;
  height: 100%;
}
#pills-tab button.nav-link.active {
  background-color: #fafafa;
  box-shadow: 0px 0px 0px 1px #dcdbdb;
}

@media (max-width: 767px) {
  #pills-tab .col-6 {
    width: 47%;
  }
}

/* product details */

#pills-tab-details {
  justify-content: center;
  background-color: var(--light);
}
.details-tab {
  border: 3px solid var(--light);
}
#pills-tab-details .nav-link {
  background: transparent;
  color: var(--black);
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 1.5rem 3rem;
}
#pills-tab-details .nav-link.active {
  color: var(--blue);
  border-color: var(--blue);
}
.details-tab .tab-content {
  padding: 3rem 2rem;
}
.feature-list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
}
.feature-list li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/mark.png) center center / contain no-repeat;
  width: 18px;
  height: 18px;
}
.feature-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
	gap:5rem;
}
.details-table th {
  font-weight: 500;
}
.details-table table td,
.details-table table th {
  text-align: center;
  padding: 1rem;
}
.product-gallary {
  text-align: center;
  border: 3px solid var(--light);
  padding: 4rem 2rem;
}
.product-thumb .swiper-slide {
  border: 3px solid var(--light);
  margin-top: 1rem;
  padding: 1rem;
  text-align: center;
}
.product-detail h2 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.product-detail h3,
.product-detail h4 {
  color: var(--blue);
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.product-detail h5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.product-feature {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1.5rem;
}
.product-feature .feature-box {
  border: 1px solid var(--light);
  padding: 2rem;
  width: 46.5%;
  min-height: 180px;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product-feature .feature-box img {
  height: 40px;
  display: block;
  margin: 0 auto;
}
.product-feature .feature-box p {
  margin-bottom: 0;
}
.term {
 font-weight: 400;
    font-size: 1.4rem;
    margin-top: 8px;
    text-align: justify; margin-bottom:30px;
}
.two-button {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.two-button a:first-child,
.two-button a:nth-child(2) {
  background: var(--blue);
  color: var(--white);
  font-weight: 500;
  font-size: 1.6rem;
  padding: 1.3rem;
  width: 49%;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.two-button a:nth-child(2) {
  background: #d91f25;
}







.two-button a img {
  height: 35px;
}
@media (max-width: 768px) {
  .feature-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style: none;
  }
  .two-button {
    flex-wrap: wrap;
  }
  .two-button a {
    width: 100% !important;
  }
}

/* inverter */

.inver-bg {
  background: #f2f2f2;
}

.inver-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 2rem 3.3rem 1rem 3.3rem;
  border: 1px solid #969494;
  flex-wrap: wrap;
  height: 100%;
}
.inver-box p {
  text-align: center;
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--primary-font);
}

#inver-details .product-feature .feature-box {
  min-height: 140px;
}

#inver-details .product-feature {
  gap: 1rem;
  padding-top: 0.5rem;
}

#inver-details .two-button a:first-child,
.two-button a:nth-child(2) {
  padding: 0.7rem;
}

.wpas_form_container_1 .wpas_wrapper input[type="search"] {
  border-radius: 2rem !important;
  font-size: 16px !important;
  margin-left: 2rem;
  padding-right: 3rem !important;
}
.wpas_search_result > div a {
  font-size: 15px;
}
.wpas_search_close svg {
  background: #d91f25 !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
  padding-left: 4px !important;
  padding-top: 4px !important;
}

header .wpas_search_result {
  position: absolute;
  right: 0px;
  width: 100%;
}
.wpas_search_close {
  right: -12px !important;
}
.wpas_form_container_1 .wpas_wrapper .wpas_input_container {
  overflow: visible !important;
}
.wpas_form_container_1 {
  width: 200px !important;
}
.wpas_form_container_1 .wpas_wrapper .wpas_submit_wrapper {
  display: none;
}
@media (max-width: 991px) {
  .wpas_form_container_1 .wpas_wrapper input[type="search"] {
    margin-left: 0;
  }
  .wpas_form_container_1 {
    width: 100% !important;
    margin-top: 1rem;
  }
}

header .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  padding-left: 0;
  list-style: none;
  border: 1px solid var(--light);
  min-width: 210px;
}

header .sub-menu + .sub-menu {
  border: none;
}
.menu-item-547 {
  border-bottom: 0;
}
header .sub-menu li a {
  padding: 1rem 1.5rem !important;
}
header .menu-item-has-children:hover .sub-menu {
  display: block;
}
/* #menu-item-543 .nav-link:after{
	content:'';
	background:url(https://www.daewooindia.in/wp-content/uploads/2023/12/down.svg);
	width:1rem;
	object-fit:contain;
} */

#menu-top-menu li:nth-child(2) .nav-link:nth-child(1)::after, #menu-top-menu li .sub-menu li.menu-item-has-children:first-child a:first-child::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#menu-item-547 a::after,#menu-item-741 a::after,#menu-item-753 a::after,  #menu-top-menu li .sub-menu li.menu-item-has-children:first-child a:first-child::after  {
  transform: rotate(270deg);
}
#menu-top-menu li:nth-child(2) .sub-menu .menu-item-has-children{
	position:relative;
}

header .sub-menu li .sub-menu,#menu-item-752 a:after, header .sub-menu li #menu-item-613 .sub-menu li a::after,
#menu-item-901 a:after{
  display: none !important;
}

header .sub-menu li #menu-item-613 a::after, #menu-top-menu li .sub-menu li.menu-item-has-children:first-child a:first-child::after{
	 display: inline-block !important;
}

#menu-top-menu #menu-item-897 li a:after,#menu-top-menu #menu-item-613 li a:after,#menu-top-menu #menu-item-612 li a:after,
#menu-top-menu #menu-item-549 li a:after{
  display: none !important;
}
 
header .sub-menu li:hover > .sub-menu {
  display: block !important;
  top: 0;
  left: 100%;
}
header .sub-menu {
/*   min-width: max-content; */
  min-width:190px;
	
}
header .sub-menu li .sub-menu a::after {
  display: none !important;
}
header .sub-menu li .sub-menu {
/*   padding: 1rem 0; */
}
header .sub-menu li .sub-menu a {
  padding: 0.5rem 1.5rem !important;
}
#menu-top-menu li .sub-menu li .sub-menu li a{
	    color: var(--gray);
    font-weight: 500;
    font-size:1.6rem;
}
/* #menu-item-547 a::after{
	display:none !important; 
} */
.prodcut-slider .row {
  justify-content: center;
}
@media (max-width: 992px) {
  header .sub-menu {
    position: relative;
  }
  header .sub-menu li:hover .sub-menu {
    left: 0;
  }
  #menu-item-547 .nav-link::after {
    transform: rotate(0deg);
  }
}
.product-item .fit-product{
	height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:1rem;
}
.product-item .fit-product img{
	    height: auto;
}
.c-button {
  background-color: var(--blue);
  color: var(--white);
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1rem 3rem;
  border: 1px solid var(--blue);
  outline: none;
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c-button:hover {
  background-color: var(--black);
}
.c-button svg {
  /* 	  animation: arrowAnimation 2s ease-in-out infinite; */
  animation: slidein 2s linear 1s infinite alternate;

  color: var(--white);
  width: 30px;
  margin-left: 3rem;
}

@keyframes slidein {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes arrowAnimation {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
}
.product-div .title-ancho {
  position: relative;
  padding: 0;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
	height:90%;
}

.privacy-policy p{
	 margin: 0;
    padding: 0;
    margin-top: 1.5rem;
}
.privacy-policy ul{
	padding-left:2.5rem;
}
.copyright-p a{
	font-size:1.5rem;
}
.privacy-policy .has-text-align-center{
	    font-size: 3rem;
}
.last-footer1{
	display:flex;
	gap:1rem;
	justify-content:space-between;
}
@media(max-width:767px){
	.last-footer1{
		flex-wrap:wrap;
		gap:0;
	}
}
 
/*  mega menu */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link{
     background: var(--white) !important;
    color: var(--black) !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	    background: #f9f9f9 !important;
	    color: var(--black) !important;
	font-size: 1.5rem !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-current-menu-item a{
	    color: var(--blue) !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu{
	    width: 235px !important;
}
.navbar-expand-lg .navbar-collapse{
	    justify-content: space-evenly;
}

/* mega menu css */

 .mega-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -900;
  left: 0;
  position: absolute;
  text-align: left;
/*   width: 100%; */
width:90%;
	     left: 50%;
    transform: translateX(-50%);
	 transition: all 0.15s linear 0s;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
  background: var(--white);
  top: 100%;
}
.hoverable:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
 .mega-menu .col-md-4:first-child{
  background: #fafafa;
 }
 
.mega-menu-ul{
list-style: none;
padding-left: 0;
padding-top: 1.5rem;
padding-bottom: 5rem;
}
.mega-menu-ul button.nav-link{
  color:#646464;
  padding: 1.8rem 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 500;
 }
 .mega-menu-ul button.nav-link.active{
 background: #006cb7;
 color: var(--white);
 }
 .inner-mega-menu{
/*   height: 400px;
  overflow-y: auto;  
  overflow-x: hidden; */
	     padding-bottom: 1rem;
 }
 .inner-mega-menu::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 8px;
	background-color: #F5F5F5;
}

.inner-mega-menu::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.inner-mega-menu::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #006cb7;
}
 .inner-mega-menu h3{
  background: #006bb4;
    color: var(--white);
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 3px;
    padding: 10px;
    font-size: 1.6rem;
 }
 .inner-mega-menu h4,.inner-mega-menu h4 a{
  /* border-top: 1px solid #c2c2c2;  */
 color: var(--blue);
 font-size: 1.6rem;
 font-weight: 700;
 padding-top: 1.5rem;
 margin-bottom: 1rem;
 margin-left: 0.8rem;
}
.inner-mega-menu h4 a {
  margin-left: 0;
  color: var(--blue) !important;
}
.inner-mega-menu ul{
  list-style: none;
  padding-left: 0.8rem;
}

.inner-mega-menu ul  ul li a{
  font-size: 1.5rem;
  color: rgb(100, 100, 100) !important;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 0.6rem;
  position: relative;
}

.inner-mega-menu ul   ul li a:hover{
  color: #006bb4 !important;
}
.inner-mega-menu .col-md-4{
  background:var(--white) !important;
}
/* .inner-mega-menu ul li a::after{
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  left: -23px;
  top: 12px;
  background: #a5a5a5;
} */
.mobile-mega-menu{
  display: none;
}
.mobile-mega-menu .accordion-button{
  font-size: 16px;
  box-shadow: none !important;
  background: transparent !important;
  font-weight: 400;
  color: #000 !important;
}
.inner-mega-menu ul li a{
      font-size: 13px;
    font-weight: 700;
    color: var(--blue) !important;
    margin-top: 0.3rem;
    display: block;
}
@media (max-width:992px){
  .mega-menu{
    display: none;
  }
  .mobile-mega-menu{
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .inner-mega-menu::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}
.inner-mega-menu h3 {
   
  margin-top: 0rem;
  font-size: 1.6rem;

  font-weight: 500;
}
.inner-mega-menu h4{
  font-size: 15px;
}
/* .inner-mega-menu ul li a{
  font-size: 14px;
} */
.mobile-mega-menu .accordion-button:not(.collapsed){
font-weight: 500;
}
}

.inner-mega-menu h3 a{
	color:var(--white) !important;
}
@media (min-width:991px) and  (max-width:1400px){
	header .navbar .navbar-brand img {
    height: 35px;
}
	header .navbar-nav {
    gap: 1rem;
}
}
.tab-box #pills-tab button.nav-link.active{
	box-shadow:none;
}

 
/*new  banner  layout*/

.banner-sec{
 background: url(../img/product-list.jpg) center center / cover no-repeat;
    padding: 9rem 2rem;
    padding-bottom: 29px;
}
.banner-text-area h2{
  color:#fff;
  font-weight: 700;
  font-size: 3.8rem;
}
.banner-text-area  p{
  color: var(--black);
  font-size: 2.5rem;
  font-weight: 600;
}
.banner-button{
  margin-top: 5rem;
}
.banner-button a{
  background: rgb(37,96,154);
  background: linear-gradient(90deg, rgba(37,96,154,1) 0%, rgba(2,171,235,1) 50%);
  padding: 1.2rem 3rem;
  color: var(--white);
  border-radius: 0.5rem;
  transition-duration: 2s;
}
.banner-button a:hover{
background: #25609a;
}
 .product-gallary .swiper-slide img{
	height:288px;
	     object-fit: contain;
         width: 82%;
}
.faq-section .accordion-button{
    box-shadow: none !important;
    font-size: 1.6rem;
    font-weight: 500;
    color: #434343;
    padding: 2rem;
	    background: #f8f8f8;
	border-radius: 10px;
}
.faq-section .accordion-item{
box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 2.5rem;
    border-radius: 10px;
}
/* .faq-section .accordion-button:not(.collapsed){
	background: #d4d4d4;
} */
.faq-section .accordion-button:not(.collapsed)::after{
	background: url(https://www.daewooindia.in/wp-content/uploads/2024/04/minus.png) center center / cover no-repeat;
}
.faq-section .accordion-button::after{
	background: url(https://www.daewooindia.in/wp-content/uploads/2024/04/plus.png) center center / cover no-repeat;
	width: 2rem;
    height: 2rem;
}
.faq-section .accordion-body{
	color: var(--gray); 
    font-weight: 400;
	    margin: 1.5rem 0;
	    padding: 1rem 2rem 3rem;
}
.faq-section .accordion-collapse {
    transition: all 0.3s;
}
.choose-box{
	    height: 100%;
    padding: 2.5rem; 
    text-align: justify;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    padding-top: 6rem; 
    background: #d4e6f3;
    border-radius: 2rem;
}
.choose-box b{
	    font-weight: 600;
}
.choose-box h5, .choose-number{
	    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #056eb8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 0;
}
.feature-section #pills-tab button.nav-link.active{
	box-shadow:none;
}
.copy-end{
	    display: flex;
    justify-content: end;
	margin-top:1rem;
	    font-size: 12px;
}
.copy-end p a{
	 font-size: 12px;
}
.half-section{
    background:#f2f2f2;
  }
  .half-section h2 span,.half-section h2{
       font-size: 3rem;
    font-weight: 500 !important;
    color: #000;
    margin-bottom: 30px;
    display: block;
  }
  .half-section h3{
    color: var(--blue);
    margin: 2rem 0;
    margin-top: 3rem;
  }
  .half-section p,   .half-section ul li{
    font-weight: 400;
    font-size: 1.5rem;
  }
  .half-section ul li{
    margin-bottom: 1rem;
  }
.half-section h5{
	margin:2rem 0;
}
.blog-box ul{
		flex-wrap: wrap;
    gap: 1rem;
	}
.blog-box ul li{
	width:100%;
}
.single-blog b {
	    font-weight: 700;
}
@media (min-width:991px) and  (max-width:1200px){
	header .navbar .navbar-brand img {
    height: 30px;
}
	header .navbar-nav {
    gap: 0.5rem;
}
	    header .nav-link, .wpas_form_container_1 .wpas_wrapper input[type="search"] {
        font-size: 13px !important;
    }
	header .container{
		    max-width: 98%;
	}
	.choose-box{
	        padding: 5.5rem 1.5rem;
	}
	h3{
		font-size:2.1rem;
	}
	.banner-text-area h2,body .details h1{
		font-size:2.4rem;
	}
	.banner-text-area p{
		font-size:1.7rem;
	}
	.blog-box img{
		    object-fit: contain !important;
	}
	.blog-details .c-heading{
		 
    font-size: 1.8rem;
 
	}
	.contact-page .col-md-6.sec-padd {
		width:100%;
	}
	
	 
}
@media (max-width:991px) {
	.contact-page .col-md-6.sec-padd {
		width:100%;
	}
	.banner-div.position-relative img{
		height: 260px;
    object-fit: cover;
	}
	.tab-bg-sec .col-md-7{
		 width:90%;
		        margin: 0 auto;
	}
}
@media (max-width:767px) {
  .banner-text-area h2{
    font-size: 3rem;
  }
  .banner-text-area  p{
    font-size: 1.8rem;
  }
  .banner-sec{ 
    padding: 4rem 1rem;
    padding-bottom: 1rem;
    background-position: 80% 100%;
  }
  .banner-button{
    margin-bottom: 4rem;
  }
  .banner-button a{
    padding: 1.2rem 2rem;
  }
	.product-gallary .swiper-slide img {
    height: 200px;
/*     object-fit: cover; */
}
	.copy-end{
		justify-content: start;
	}
	.half-section h2 span,.half-section h2 {
		font-size: 2.4rem;
	}
	.half-section h3{
		    font-weight: 500;
    font-size: 2.2rem;
	}
	.banner-text h3 {
    font-size: 3rem;
    line-height: 40px;
}
	.blog-box img{
		    object-fit: contain !important;
	}
	.m-change{
		    flex-direction: column-reverse;
	}
}


/*  */
.custom_tab button{
	margin-bottom:1.5rem;
	border:1px solid #c2c2c2;
	padding: 1rem 0.5rem;
}
.custom_tab .nav-link.active{
	    background: var(--blue);
}
.outer-arrow{
	    padding:0 2rem 2rem 2rem;
 }
.outer-arrow .swiper-button-prev,.outer-arrow .swiper-button-next{
	 
    background: var(--blue);
    padding: 0;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    top: 140px;

}




.outer-arrow .swiper-button-next:after,.outer-arrow .swiper-button-prev:after{
	color:#fff;
}
.outer-arrow .swiper-button-next{
	right:0;
}
.outer-arrow .swiper-button-prev{
	left:0;
}

.page-id-1871 .blog-box img, #blog-posts-container .blog-box img{
	height:auto;
	    object-fit: contain;

}
.page-id-1871 .blog-box{
	    margin: 0 10px;
}
.category-info{
	width:100%;
}
 .custom_tab ul li button{
        width: 100%;
    }
    .custom_tab ul{
        list-style: none;
    }
.custom_tab ul li a{
	display:block;
	color: var(--blue);
	    margin-bottom: 1.5rem;
    border: 1px solid #c2c2c2;
    padding: 1rem 0.5rem;
	text-align:center;
}
.custom_tab ul li a.active {
    color: var(--bs-white);
	 background: var(--blue);
}

@media(min-width:991px){
	header .mega-menu.desktop .inner-mega-menu,header .mega-menu.desktop .inner-mega-menu .row{
		width:100%;
	}
}