.transformer_heading, .transformer_subheading, .transformer_para{
    text-align: center;
}
.transformer_list li{
    font-weight: 400 !important;
}
.cta__banner h3{
    font-weight: 600 !important;
}
.cta__banner p{
    font-weight: 400 !important;
}
.banner-layout2 .text-block {
    position: relative;
    padding: 40px 40px 40px !important;
    max-width: 100% !important;
    z-index: 4;
    background-color: #ffffff;
}
.heading__subtitle{
    font-size: 23px !important;
}
.client.slick-slide img {
    width: 120px !important;
}
.table_row {
    background-color: #4aab3d;
    color: white;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #49aa3d !important;
    color: white !important;
}
.table_row{
    background-color: #161616;
}
.popup-gallery-item{
    height: 200px !important;
}
.transformer_head{
    font-size: 40px !important;
}


.faq {
    padding: 60px 0 0PX 20px;
    
   
}

.faq .section-title {
    margin-bottom: 54px;
}

.faq .section-title h2 {
    margin-bottom: 22px;
}

.faq .accordion .card {
    border: none;
    margin-bottom: 20px;
}

.faq .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.faq .accordion .card .card-header {
    border: none;
    border-radius: 10px;
    padding: 0;
}

.faq .accordion .card .card-header h5 {
    padding: 0;
}

.faq .accordion .card .card-header h5 button {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px 0 70px;
    height: 60px;
    display: block;
    width: 100%;
    color: #101010;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px -50px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.faq .accordion .card .card-header h5 button:after {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #00b300;
    text-align: center;
    border: 1px solid #00b300;
    border-radius: 50%;
    line-height: 100%;
    content: '\f067';
    font-size: 10px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.faq .accordion .card .card-header h5 button.collapsed {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(97, 255, 110, 0.2);
}

.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
    content: '\f068';
    color: #fff;
    background-color: #00b300;
}

.faq .accordion .card .card-body {
    -webkit-box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
    border-radius: 0 0 10px 10px;
    padding-top: 0;
    margin-top: -6px;
    padding-left: 72px;
    padding-right: 70px;
    padding-bottom: 23px;
    color: rgba(53, 53, 53, 0.8);
    line-height: 30px;
}

button.btn.btn-link.collapsed:hover{
    color: white !important;
}

button.btn.btn-link:focus {
    background-color: #4aab3d !important;
    color: white !important;
   
}

b.color_b {
    color: #4aab3d;
}

span.meta__desc{
    font-size: 26px !important;
}


  
.carousel_gallery {
    height: 200px; /* Set fixed height */
  }
  
  .carousel_gallery .popup-gallery-item {
    display: block;
    height: 100%;
  }
  
  .carousel_gallery .popup-gallery-item img {
    width: 100%;  /* Full width of div */
    height: 100%; /* Fixed height */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
  }