.post-type-archive-blog .fusion-row, .post-type-archive-news .fusion-row{
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}
.post-type-archive-blog section h1, .post-type-archive-news section h1{    
    margin: 0px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
    font-size: 65px;
    font-style: italic;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.post-type-archive-blog section h1 {
    background: url('/wp-content/uploads/2024/05/tvs-blog-banner.jpg');
    color: #fff;
}
.post-type-archive-news section h1 {
    background: url('/wp-content/uploads/2024/06/news-banner.jpg');
    color: #000;
}
.blog-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 75px;
}
.blog-lists li {
    list-style-type: none;
    width: 33.33%;
/*     height: 100%; */
    margin: -1px 0px 0px -1px !important;
    border: 1px solid #EFEFEF;
}
.blog-list-section {
    margin: 0 auto;
    width: 88%;
    margin-bottom: 80px;
}
.blog-list-image {
   width: 100%;
}
.blog-title {
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-left: 0px !important;
    margin-top: 25px !important;
    max-width: 410px !important;
    line-height: 1.2 !important;
}
.blog-lists a:hover {
    color: rgb(20 22 23);
}
.blog-date {
    margin-top: 30px;
    margin-left: 0px !important;
    font-size: 18px !important;
}
.blog-lists li {
    display: inline-block;
}
.blog-lists li a {
    height: 100%;
    display: inline-block;
}
.view-all-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}
.view-arrow {
    width: 50px !important;
    margin-top: 30px !important;
    margin-right: 0px !important;
}
.blog_desc_container {
    margin: 75px 50px 35px 50px;
}
@media screen and (max-width: 1649px) {
    .blog-lists li {
/*         height: fit-content; */
    }
}
@media screen and (max-width: 768px){
    .blog_desc_container {
        margin: 0px;
    }
    .post-type-archive-blog section h1, .post-type-archive-news section h1{
        font-size: 48px;
        height: 360px;
        padding-top: 0px;
    }
    .blog-list-image {
        width: 100%;
        margin: 0px;
        padding: 40px 20px 10px 20px;
    }
    .blog-lists {
        justify-content: center;
    }
    .blog-list-section {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 80px;
    }
    .blog-title {
        margin-left: 30px !important;
        margin-top: 10px !important;
        font-size: 25px !important;
        margin-right: 25px !important;
    }
    .blog-date {
        margin-left: 0px !important;
        font-size: 20px !important;
    }
    .blog-lists li {
        border: none !important;
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-left: none !important;
        height: fit-content;
    }
    
    .view-all-section {
        padding-bottom: 30px;
        border-bottom: 1px solid #707070;
        margin: 0px 30px 0px;
    }
    
    .view-arrow {
        margin-right: 0px !important;
    }
    
    .blog-lists {
        margin-top: 0px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    .blog-lists li {
        width: 50%;
    }
    .blog-title {
        font-size: 23px !important;
    }
    .blog-date {
        font-size: 18px !important;
    }
    .blog_desc_container {
        margin: 35px;
    }
    .view-all-section {
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px){
    .blog-lists li {
        width: 50%;
    }
    .blog-title {
        font-size: 24px !important;
    }
    .blog-date {
        font-size: 20px !important;
    }
    .blog_desc_container {
        margin: 50px 50px 35px 50px;
    }
    .view-all-section {
        margin-bottom: 50px;
    }
}
.home_info_pop_sec img {
    width: 100% !important;
}
.pum-theme-110 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0px !important;
}
#popmake-732 .pum-content {
    position: relative;
}
#popmake-732 .pum-theme-110 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    background: #059E69 !important;
    box-shadow: none !important;
    font-family: system-ui !important;
    font-size: 22px !important;
    font-weight: 100 !important;
    padding: 2px 17px !important;
}
.home_pop_info {
    position: absolute;
    bottom: 100px;
}
.info_pop_heading {
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.info_pop_desc {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-weight: 200;
    margin: 0 auto;
    width: 80%;
}
@media screen and (max-width: 400px){
    .home_pop_info {
    bottom: 20px;
    }
    .info_pop_heading {
    font-size: 28px;
    margin-bottom: 20px;
    }
    .info_pop_desc {
    font-size: 16px;
    line-height: 1.3;
    width: 90%;
    }
}
@media screen and (min-width: 401px) and (max-width: 460px){
    .home_pop_info {
    bottom: 35px;
    }   
    .info_pop_heading {
    font-size: 34px;
    margin-bottom: 20px;
    }
    .info_pop_desc {
    font-size: 18px;
    line-height: 1.5;
    width: 80%;
    }
}
@media screen and (min-width: 460px) and (max-width: 1024px){
    .home_pop_info {
    bottom: 45px;
    }
    .info_pop_heading {
    font-size: 42px;
    }
    .info_pop_desc {
    font-size: 20px;
    line-height: 1.5;
    width: 80%;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1024px){
    .home_pop_info {
    bottom: 50px;
}
.info_pop_heading {
    font-size: 40px;
}
.info_pop_desc {
    font-size: 19px;
    line-height: 1.3;
}
}
@media screen and (min-width: 1300px) and (max-width: 1400px){
    .home_pop_info {
    bottom: 30px;
}
.info_pop_heading {
    font-size: 40px;
    margin-bottom: 15px;
}
.info_pop_desc {
    font-size: 19px;
    line-height: 1.3;
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
    .home_pop_info {
    bottom: 25px;
}
.info_pop_heading {
    font-size: 40px;
    margin-bottom: 15px;
}
.info_pop_desc {
    font-size: 19px;
    line-height: 1.3;
    width: 90%;
}
}
@media screen and (min-width: 1100px) and (max-width: 1200px){
    .home_pop_info {
    bottom: 25px;
}
.info_pop_heading {
    font-size: 34px;
    margin-bottom: 15px;
}
.info_pop_desc {
    font-size: 17px;
    line-height: 1.3;
    width: 90%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1100px){
    .home_pop_info {
    bottom: 25px;
}
.info_pop_heading {
    font-size: 34px;
    margin-bottom: 15px;
}
.info_pop_desc {
    font-size: 17px;
    line-height: 1.3;
    width: 90%;
}
}


/*Store Locator Responsive*/

.mbl_storelocator_head {
    display: none;
}
.store_locator_address .store_locator_tel {
    flex-wrap: wrap !important;
}
.store_locator_tel_img {
    margin-top: 10px;
}
.store_locator_address .store_locator_tel button {
    margin-top: 10px;
}
.store_locator_address .store-detail {
    width: 100%;    
}
@media screen and (min-width: 320px) and (max-width: 992px){
    .locator-results {
        width: 100% !important;
        top: 0px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        height: fit-content !important;
    }
    .store_locator_address {
        order: 1;
        margin: 0px 20px;
        height: 75vh;
        margin-bottom: 50px;
    }
    .store_locator_map {
        order: 0;
        margin-top: 0px !important;
        margin-bottom: -10px;
    }
    .store_locator_map .address_iframe {
        height: 450px !important;
    }
    .locator-banner .locator-field {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }
    .locator-banner {
         padding: 50px 0px 90px !important
    }

        p.str-loc-desc {
    width: 80% !important;
 }

    .mbl_storelocator_head {
        display: block;
        margin-left: 20px;
        font-weight: 500;
        font-size: 20px;
    }
    .store-detail p{
        display: none;
    }
    .locator-results .store_locator_list {
        display: block !important;
    }
    .store_locator_head_sec {
        display: flex;
        
    }
    .store_locator_number { 
        width: 35px !important;
    }
    .store_locator_address .store-detail {
        margin-left: 0px !important;
    }
    .locate_store img {
        margin-left: 10px !important;
        margin-top: -1px !important;
    }
    .locator-banner .locator-field img {
        height: 40px !important;
        margin-left: 10px !important;
    }
    .locator-banner select {
        width: 60% !important;
        height: 40px !important;
    }
/*     .store_locator_address .store_locator_tel button {
        margin-left: -17px;
    } */
    
}

/*Product List Responsive*/

.product_list_bnr_mbl {
        display: none;
}

@media screen and (min-width: 320px) and (max-width: 768px){
    .product_list_bnr_mbl {
        display: block;
    }
    .woocommerce-container .catalog-ordering {
        padding: 23px 0 18px !important;
    }
    .product_list_sec, .products-3 li {
         margin-bottom: -4px;
    }
    .product_list_sec {
        margin-bottom: 45px;
    }
}



/* Technology page Responsive */

.tec_mobile_banner_mobile {
    display: none;
}
.tec_mobile_banner_des {
    display: block;
}
.running-text .fusion-column-wrapper .fusion-text p marquee {
    font-size: 46px;
    color: #fff;
    margin-bottom: -10px;
}
.chart-wrap {
    width: 60%;
    margin: 70px auto 0px;
}
.running-text .fusion-column-wrapper .fusion-text p {
    margin-bottom: 0px !important;
}
.mother-image-mobile {
    display: none !important;
}
.mother-image-desktop {
    display: block !important;
}
.fan-text-sections {
    padding: 0px 80px !important;
}
.graph-image {
    margin: 20px 20px 0px !important;
}
.graph-section{
    display: flex;
}
.graph-heading {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
    display: block;
}
.graph-headings {
    display: none;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
}
.graph-data {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.graph {
    width: 33%;
}
.chart-datas-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: end;
}
.clr-declr {
    margin-left: 20px !important;
}

.mobile-graph-image-power {
    width: 40px;
    margin-top: -6px;
    margin-right: 15px;
}
.note-blws {
    width: 97%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 38px;
}
.chart-datas-section {
    align-items: flex-start; 
}
.chart-data-row1 {
    margin-bottom: 5px !important
}
.line-image-section {
    margin-bottom: 0px !important;
}
.line-image-section .fusion-column-wrapper{
    margin-right: 0px !important;
}
.graph-headings-mobile {
    display: flex;
}
.graph-headings {
    margin-top: 17px;
}
.mobile-graph-image-power {
    display: none;
}
.graph-headings-pos-set-w {
    margin-top: 0px !important;
}
.graph-headings-pos-set-e {
    margin-top: 0px !important;
}
.graph-headings-pos-set-n {
    margin-top: 0px !important;
}
@media screen and (max-width: 420px){
.tec_mobile_banner_mobile {
    display: block;
    position: absolute;
    top: 35%;
    left: 15%;
}
    .tec_mobile_banner_des {
    display: none;
}
    .tec-head-grey {
    color: #3C3C3C;
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    max-width: 245px;
}
    .tec-head-green {
    color: #2B8D50;
    font-style: italic;
    font-weight: 500;
}
    .running-text {
    margin: 0px 0px 0px !important;
    }
    .note-blw {
    width: 88% !important;
    }
    ul.chart-list {
        flex-wrap: wrap;
    }
    .mother-image-mobile {
    display: block !important;
}
.mother-image-desktop {
    display: none !important;
}
    .main-desc-wrap {
    padding: 0px 0px 0px 0px !important;
    }
            .fusion-fullwidth.ghm-third-sec {
        padding: 75px 0px;
    }
    .running-text .fusion-column-wrapper .fusion-text p marquee {
    font-size: 32px;
    }
    .fan-feat {
    background: linear-gradient(to bottom, #E9FFC2, #E9FFC200);
    }
    .fan-feat-wrap { 
        width: 100% !important;
    }
    .fan-feat-wrap .fan-feat .fan-text-section{
        padding: 0px 20px 20px !important;
        border-right: 1px solid #707070;
    }
    .fan-feat-wrap .fan-feat .fan-text-sections{
        padding: 0px 20px 20px !important;
    }
    .fan-capacity-compare .fusion-column-wrapper{
        margin: 0px !important;
    }
    p.fan-name {
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
}
    span.sub-desc {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: black !important;
}
    .chart-datas-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 0px;
}
    .graph-headings {
    font-size: 24px !important;
    text-align: center;
    display: block !important;
}
    .graph-heading {
    display: none !important;
}
    .chart-data-row1 {
        display: none !important;
    }
    .tech_machine_hg .tech-h1 {
    width: 80% !important;
    margin: 0 auto !important;
}
    span.ghm-img-wrap {
    width: 90% !important;
    margin-top: 50px !important;
}
    .ghm-cpy-wrap {
        margin: 0px auto !important;
        width: 80% !important;
        max-width: 85%;
    }
    .fan-feat-wrap {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}
    .chart-wrap {
    width: 100% !important;
    margin: 0px auto 0px;
}
    .graph-section{
    display: flex;
    justify-content: center;
}
.graph-heading {
    text-align: center;
    font-size: 28px;
}
    .fusion-fullwidth.tec-six-sec {
    margin-bottom: 20px;
}
    .fusion-layout-column.bee-desc-wrap {
    background: url(/wp-content/uploads/2024/04/bee-bg.jpg) !important;
    background-repeat: no-repeat !important;   
    background-size: 46% 32% !important;
    background-position: top left !important;
    }
    ul.bee-rate-list {
        margin-top: 40px !important;
    }
    .tec-ban-sec, .tec-marq-sections, .tec-six-sec {
        margin-left: -23px !important;
    }
    .bee-desc-wrap {
        margin-left: -2px !important;
    }
    .bee-rate-cpy-wrap .bee-image img {
        margin-top: -20px;
    }
    .mobile-graph-image-power {
    display: block;
}
}

@media screen and (min-width: 420px) and (max-width: 520px){
.tec_mobile_banner_mobile {
    display: block;
    position: absolute;
    top: 35%;
    left: 20%;
}
    .tec_mobile_banner_des {
    display: none;
}
    .tec-head-grey {
    color: #3C3C3C;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    max-width: 305px;
}
    .tec-head-green {
    color: #2B8D50;
    font-style: italic;
    font-weight: 500;
}
    .running-text {
    margin: 50px 0px 0px !important;
    }
    .note-blw {
    width: 95% !important;
    }
    ul.chart-list {
        flex-wrap: wrap;
    }
    .mother-image-mobile {
    display: block !important;
}
.mother-image-desktop {
    display: none !important;
}
    .main-desc-wrap {
    padding: 0px 0px 0px 0px !important;
    }
            .fusion-fullwidth.ghm-third-sec {
        padding: 75px 0px;align-content
    }
    .running-text .fusion-column-wrapper .fusion-text p marquee {
    font-size: 32px;
    }
    .fan-feat {
    background: linear-gradient(to bottom, #E9FFC2, #E9FFC200);
    }
    .fan-feat-wrap { 
        width: 100% !important;
    }
    .fan-feat-wrap .fan-feat .fan-text-section{
        padding: 0px 20px 20px !important;
        border-right: 1px solid #707070;
    }
    .fan-feat-wrap .fan-feat .fan-text-sections{
        padding: 0px 20px 20px !important;
    }
    .fan-capacity-compare .fusion-column-wrapper{
        margin: 0px !important;
    }
    p.fan-name {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}
    span.sub-desc {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: black !important;
}
    .chart-datas-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 35px;
}
    .graph-headings {
    display: block !important;
    text-align: center;
    font-size: 24px !important;
}
    .graph-heading {
    display: none !important;
}
    .tech_machine_hg .tech-h1 {
    width: 80% !important;
    margin: 0 auto !important;
}
    span.ghm-img-wrap {
    width: 90% !important;
    margin-top: 50px !important;
}
    .ghm-cpy-wrap {
        margin: 0px auto !important;
        width: 80% !important;
        max-width: 85%;
    }
    .fan-feat-wrap {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}
        .chart-wrap {
    width: 100% !important;
    margin: 0px auto 0px;
}
        .graph-section{
    display: flex;
    justify-content: center;
}
.graph-heading {
    text-align: center;
    font-size: 28px;
}
    .fusion-fullwidth.tec-six-sec {
    margin-bottom: 20px;
}
    .fusion-layout-column.bee-desc-wrap {
    background: url(/wp-content/uploads/2024/05/mobile_bg_tech.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 45% 64% !important;
    }
    ul.bee-rate-list {
        margin-top: 35px !important;
    }
    .tec-ban-sec, .tec-marq-sections, .tec-six-sec {
        margin-left: -22px !important;
    }
    .bee-desc-wrap {
        margin-left: -2px !important;
    }
    .chart-data-row1 {
        display: none !important;
    }
    .mobile-graph-image-power {
    display: block;
}
}

@media screen and (min-width: 520px) and (max-width: 768px){
.tec_mobile_banner_mobile {
    display: block;
    position: absolute;
    top: 40%;
    left: 46%;
    transform: translate(-46%, -40%);
}
    .tec_mobile_banner_des {
    display: none;
}
    .tec-head-grey {
    color: #3C3C3C;
    font-style: italic;
    font-weight: 500;
    font-size: 34px;
    max-width: 345px;
}
    .tec-head-green {
    color: #2B8D50;
    font-style: italic;
    font-weight: 500;
}
    .running-text {
    margin: 50px 0px 0px !important;
    }
    .note-blw {
    width: 95% !important;
    }
    ul.chart-list {
        flex-wrap: wrap;
    }
    .mother-image-mobile {
    display: block !important;
}
.mother-image-desktop {
    display: none !important;
}
    .main-desc-wrap {
    padding: 0px 0px 0px 0px !important;
    }
        .fusion-fullwidth.ghm-third-sec {
        padding: 75px 0px;align-content
    }
    .fan-feat {
    background: linear-gradient(to bottom, #E9FFC2, #E9FFC200);
    }
    .fan-feat-wrap { 
        width: 100% !important;
    }
    .fan-feat-wrap .fan-feat .fan-text-section{
        padding: 0px 20px 20px !important;
        border-right: 1px solid #707070;
    }
    .fan-feat-wrap .fan-feat .fan-text-sections{
        padding: 0px 20px 20px !important;
    }
    .fan-capacity-compare .fusion-column-wrapper{
        margin: 0px !important;
    }
    p.fan-name {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}
    span.sub-desc {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: black !important;
}
    .chart-datas-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    margin-bottom: 35px;
}
    .graph-headings {
    font-size: 24px !important;
    display: block !important;
}
    .graph-heading {
    display: none !important;
}
    .tech_machine_hg .tech-h1 {
    width: 80% !important;
    margin: 0 auto !important;
}
    span.ghm-img-wrap {
    width: 90% !important;
    margin-top: 50px !important;
}
    .ghm-cpy-wrap {
        margin: 0px auto !important;
        width: 80% !important;
        max-width: 85%;
    }
    .fan-feat-wrap {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}
        .chart-wrap {
    width: 100% !important;
    margin: 0px auto 0px;
}
        .graph-section{
    display: flex;
    justify-content: center;
}
.graph-headings {
    text-align: center;
    font-size: 28px;
}
    .fusion-fullwidth.tec-six-sec {
    margin-bottom: 20px;
}
    .fusion-layout-column.bee-desc-wrap {
/*  background: url(/wp-content/uploads/2024/05/mobile_bg_tech.svg) !important; */
    background-repeat: no-repeat !important;
    background-size: 45% 83% !important;
    }
    ul.bee-rate-list {
        margin-top: 30px !important;
    }
    .tec-ban-sec, .tec-marq-sections, .tec-six-sec {
        margin-left: -21px !important;
    }
    .bee-desc-wrap {
        margin-left: -2px !important;
    }
    .chart-data-row1 {
        display: none !important;
    }
    .mobile-graph-image-power {
    display: block;
}
}

@media screen and (min-width: 769px) and (max-width: 1100px){
    .tec-head-grey,.tec-head-green  {
        font-size: 34px !important;
    }
    span.fusion-imageframe.floating-image {
    display: none !important;
}
    .fusion-text.main-desc-wrap {
    width: 80% !important;
    margin: 50px auto 20px !important;
    text-align: center;
}
    .tech_machine_hg h1 {
        font-size: 64px !important;
    }
    .fusion-text.ghm-cpy-wrap {
    width: 85% !important;
}
    h2.bee-rat-h2 {
         width: 80% !important;
        font-size: 50px !important;
    }
    .bee-rate-cpy-wrap {
    width: 100% !important;
}
    .graph-heading {
    font-size: 24px;
    
}
    .clr-declr {
        width: 100% !important;
    }
    .chart-wrap {
    width: 90% !important;
    margin: 70px auto 0px !important;
}
    .clr-declr {
    margin-left: 45px !important;
}
    .fusion-column-wrapper .fusion-image-element .tec-banner-preview-image {
        margin-bottom: -20px !important;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1299px){
    span.fusion-imageframe.floating-image {
    position: absolute;
    top: -10% !important;
    left: 5%;
}
}

@media screen and (min-width: 2000px) and (max-width:3000px){
    .line-image-section {
        text-align: end !important;
    }
}
@media screen and (min-width: 320px) and (max-width:369px){
.graph-headings-pos-set-e {
    margin-top: 0px !important;
    margin-left: 5px !important;
}
}
@media screen and (min-width: 320px) and (max-width:449px){
.graph-headings-pos-set-n {
    margin-top: 0px !important;
    margin-left: 10px !important;
}
}
@media screen and (min-width: 961px) and (max-width: 1100px){
    .fusion-text.tec-head-wrap {
        margin-top: 100px;
    }
}
@media screen and (min-width: 1101px) and (max-width: 1400px){
    .fusion-text.tec-head-wrap {
        margin-top: 50px;
    }
}
@media screen and (min-width: 1401px) {
    .form-one-section  {
        padding-bottom: 50px;
    }
}
/* Contact-us page Responsive */

.address-section .contact-address {
    width: 100% !important;
}

.contact-banner {
    position: relative;
}

.contact-us-banner-title {
    color: #fff !important;
    font-style: italic !important;
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    top: 43% !important;
}

@media screen and (max-width: 768px){
    .email-contact {
        gap: 5px !important;
    }
    .graph {
        padding-bottom: 45px;
        width: 92%;
        margin: 0 auto;
        display: unset !important;
    }
    .clr-declr {
        width: 92% !important;
        margin: 0 auto !important;
    }
    .note-blws {
        width: 92%; 
    }
}
@media screen and (min-width: 300px) and (max-width: 399px){
    .contact-us-banner-title {
        font-size: 28px !important;
        text-align: center;
        width: 100%;
        font-weight: 500 !important;
    }
}
@media screen and (min-width: 400px) and (max-width: 529px){
    .contact-us-banner-title {
        font-size: 34px !important;
    }
}
@media screen and (min-width: 530px) and (max-width: 768px){
    .contact-us-banner-title {
        font-size: 44px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px){
    .contact-form-one {
        width: 50% !important;
    }
    .form-one-section {
    width: 80% !important;
    margin: 0 auto;
}
    .email-contact {
    flex-wrap: wrap !important;
    gap: 0px !important;
}
    .contact-form-two {
    width: 50% !important;
}
    .contact_us_form .contact_us_form_fields {
    width: 95% !important;
}
    .form-heading {
        font-size: 52px !important;
    }
    
    
}

@media screen and (min-width: 1201px) and (max-width: 1400px){
        .email-contact {
    flex-wrap: wrap !important;
    gap: 0px !important;
}
    .contact-form-one {
        width: 50% !important;
    }
    .contact-form-two {
        width: 50% !important;
    }
    .contact_us_form .contact_us_form_fields {
    width: 95%;
}
}

.cylinder {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70px;
    height: 205px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.5);
}
.cylinder:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}
.cylinder:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    transition: 0.3s linear;
    content: '';
}
.water {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    padding-top: 50px;
    border-radius: 90px/25px;
    background-color: #2B8D50;
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.water:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: #1B6E42;
    content: '';
}
.water:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    content: '';
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cylinder1 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70px;
    height: 205px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.5);
}
.cylinder1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}
.cylinder1:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    transition: 0.3s linear;
    content: '';
}
.water1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    padding-top: 50px;
    border-radius: 90px/25px;
    background-color: #707070;
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.water1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: #505153;
    content: '';
}
.water1:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    content: '';
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cylinder2 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70px;
    height: 205px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.5);
}
.cylinder2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}
.cylinder2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    transition: 0.3s linear;
    content: '';
}
.water2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    padding-top: 50px;
    border-radius: 90px/25px;
    background-color: #2B8D50;
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.water2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: #1B6E42;
    content: '';
}
.water2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    content: '';
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cylinder3 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70px;
    height: 205px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.5);
}
.cylinder3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}
.cylinder3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    transition: 0.3s linear;
    content: '';
}
.water3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    padding-top: 50px;
    border-radius: 90px/25px;
    background-color: #707070;
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.water3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: #505153;
    content: '';
}
.water3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    content: '';
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cylinder4 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70px;
    height: 205px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.5);
}
.cylinder4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}
.cylinder4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    transition: 0.3s linear;
    content: '';
}
.water4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    padding-top: 50px;
    border-radius: 90px/25px;
    background-color: #2B8D50;
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.water4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: #1B6E42;
    content: '';
}
.water4:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    content: '';
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cylinder5 {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 70px;
    height: 205px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.5);
}
.cylinder5:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: rgba(160, 160, 160, 0.2);
    content: '';
}
.cylinder5:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    transition: 0.3s linear;
    content: '';
}
.water5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 0;
    padding-top: 50px;
    border-radius: 90px/25px;
    background-color: #707070;
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.water5:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: #505153;
    content: '';
}
.water5:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 15px;
    border-radius: 90px/25px;
    background-color: none;
    content: '';
    transition: height 1.3s cubic-bezier(0.4, 0, 0.2, 1);
}


/* Header page Responsive */

.menu {
    height: 3000px !important;
    right: 400px !important;
}

@media (max-width: 650px) {
    .menu {
        top: 0px !important;
        right: 0px !important;
        width: 60% !important;
    }
}

@media (max-width: 960px) {
    .menu-list-wrap-section {
          display: none !important;
    }
}

/* .res-wrap {
    display: none;
} */

.menu-list .res-wrap{
  margin-top: -21px !important;  
}
.menu-list .res-wrap1{
  margin-top: -21px !important;  
}
.menu-list .res-wrap2{
  margin-top: -21px !important;
}
.menu-list .res-wrap3{
  margin-top: -21px !important;
}
.menu-list .res-wrap4{
  margin-top: -21px !important;
}
.menu-list-wrap-section {
    margin: 0px 25px;
}
.hamburger-two-line {
    margin-left: 10px !important;
}
@media screen and (min-width: 320px) and (max-width: 960px){
    .fusion-header {
        padding-right: 0px !important;
    }
    .hamburger-two-line {
        width: 120px;
        text-align: end;
    }
}

@media screen and (min-width: 320px) and (max-width: 450px){
    .menu {
        width: 100% !important;
    }
}

@media screen and (min-width: 450px) and (max-width: 650px){
    .menu {
        width: 75% !important;
    }
}

@media screen and (min-width: 651px) and (max-width: 800px){
    .menu {
        width: 55% !important;
    }
}

@media screen and (min-width: 974px) and (max-width: 1100px){
    .menu-list-wrap-section {
    margin: 0px 20px;
}
}

/* Home page Responsive */

@media screen and (min-width: 320px) and (max-width: 500px){
    h1.sil-tit {
        text-align: center !important;
    }
    .sil-cpy {
        margin-top: 15% !important;
        color: #000 !important;
    }
    span.sil-spc {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 768px){
    h1.sil-tit {
        text-align: center !important;
    }
    .sil-cpy {
        margin-top: 15% !important;
        color: #000 !important;
    }
    span.sil-spc {
        font-size: 28px !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 768px){
    .prmis-rit-colm {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 2200px) and (max-width: 3000px){
    .home_filter_wrapper {
        width: 55% !important;
    }
}

@media screen and (min-width: 2000px) and (max-width: 3000px){
    .post-content .silent-sec {
            padding: 50px 0px 12% !important;
    }
    div#charge {
            top: -270px !important;
    }
    .sil-tit {
        margin-top: 13% !important;
    }
}


/* Footer responsive */

.tec-ban-sec {
    height: 550px;
}
.copy-right-content {
    color: black;
    margin-top: 2px;
    font-size: 15px;
}

/* Enq Form */

.enq-form-input {
    border-bottom: 1px solid black !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    margin-bottom: 20px !important;
    border-radius: 0px !important;
    background: transparent !important;
    padding: 0px !important; 
}
.partner-form-fields {
    padding: 35px 35px 35px 35px !important;
}
.enq-submit-button-container {
    display: flex;
    justify-content: center;
}
.enq-submit-button {
    background: #059E69 !important;
    border-radius: 0px !important;
    padding: 6px 50px !important;
}
.enq-submit-button-container p .wpcf7-spinner {
    display: none;
}
.wpcf7-select-parent .select-arrow {
    background: transparent !important;
    border: none !important;
}



/* Product Page */

.woocommerce-pagination .prev .page-text {
    display: none;
}

.woocommerce-pagination .next .page-text {
    display: none;
}

.woocommerce-pagination .prev::before {
    content: '' !important;
}

.woocommerce-pagination .next::after {
    content: '' !important;
}

.woocommerce-pagination {
    justify-content: center !important;
    margin-bottom: 30px;
}



/* Product Detail Page */

/* .product_details_container .flex-viewport {
    pointer-events: none !important;
} */

.ilightbox-fullscreen {
    display: none;
}
.ilightbox-button.ilightbox-next-button.metro-white.horizontal, .ilightbox-button.ilightbox-prev-button.metro-white.horizontal {
    height: 4% !important; 
}
.isMobile .ilightbox-toolbar.metro-white a.ilightbox-fullscreen {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
        margin-right: 80% !important;
    }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
        margin-right: 70% !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 499px) {
    .isMobile .ilightbox-toolbar.metro-white a.ilightbox-close {
        margin-right: 50% !important;
    }
}
.pdp_price_section {
    display: flex;
}
.pdp_sale_price {
    margin-top: 13px;
    margin-left: 35px;
}
.pdp_sale_price .pdp_heading {
    font-size: 13px;
}
.pdp_sale_price .pdp_desc {
    font-size: 13px;
    font-weight: 600;
}
.pdp_sale_price .pdp_desc del {
    text-decoration-color: #000;
     position: relative;
}
.kwh_img {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.kwh_content {
  visibility: hidden;
  width: 215px;
  background-color: #bdbdbd;;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: 30px;
  font-size: 14px;
}

.kwh_img:hover .kwh_content {
  visibility: visible;
}

@media screen and (max-width: 768px) {
    .kwh_content {
  visibility: hidden;
  width: 180px;
  background-color: #bdbdbd;;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  left: -158px;
  top: 26px;
  font-size: 14px;
  text-transform: capitalize;
}
}
/* 
.triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #555;
    border-bottom: 25px solid transparent;
} */

@media screen and (min-width: 768px) and (max-width: 1440px) {
    .details_features_wrap {
        width: 90%;
    }
    .feature {
        width: 14% !important;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1700px) {
.feature-section {
    flex-wrap: unset !important;
}
    .details_features_wrap {
        width: 97%;
    }
    .feature {
        margin: 30px 20px 30px 20px;
    }
}


@media screen and (min-width: 1701px) {
.feature-section {
    flex-wrap: unset !important;
}
    .details_features_wrap {
        width: 92%;
    }
}

/* Technology Page Animation */

.ghm-img-wrap {
    margin-top: 140px;
}

  /* start */
.hover-line-bearing {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-bearing::before {
    content: '';
    position: absolute;
    top: 62%;
    left: 44%;
    width: 1px;
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-bearing::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 42%;
    width: 18px !important;
    height: 1px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-bearing span {
    opacity: 0;
    position: absolute;
    top: 377px;
    left: 40%;
    font-size: 16px;
    transform: translateX(-50%);
    color: black;
  }
  .hover-line-bearing:hover::before {
    animation: line-grow-bearing 0.3s ease forwards;
  }
  .hover-line-bearing:hover::after {
    animation: line-draw-bearing 0.3s ease 0.3s forwards;
  }
  .hover-line-bearing:hover span {
    animation: show-text-bearing 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-bearing {
    to {
      height: 144px;
    }
  }
  @keyframes line-draw-bearing {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-bearing {
    to {
      opacity: 1;
    }
  }
  /* end */

/* start - top*/
.hover-line-magnet {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-magnet::before {
    content: '';
    position: absolute;
    bottom: 90%; /* Start from the bottom */
    left: 47%; /* Center the line */
    width: 1px; /* Line thickness */
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-magnet::after {
    content: '';
    position: absolute;
    left: 47%;
    width: 17px !important;
    height: 1px;
    bottom: 420px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-magnet span {
    opacity: 0;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    color: black;
    bottom: 420px;
    white-space: nowrap;
    font-size: 16px;
  }
  .hover-line-magnet:hover::before {
    animation: line-grow-magnet 0.3s ease forwards;
  }
  .hover-line-magnet:hover::after {
    animation: line-draw-magnet 0.3s ease 0.3s forwards;
  }
  .hover-line-magnet:hover span {
    animation: show-text-magnet 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-magnet {
    to {
      height: 80px;
    }
  }
  @keyframes line-draw-magnet {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-magnet {
    to {
      opacity: 1;
    }
  }
  /* end */

/* start */
.hover-line-Insul {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-Insul::before {
    content: '';
    position: absolute;
    top: 84%;
    left: 48%;
    width: 1px;
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-Insul::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 48%;
    width: 18px !important;
    height: 1px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-Insul span {
    opacity: 0;
    position: absolute;
    top: 383px;
    left: 49%;
    transform: translateX(-50%);
    color: black;
    font-size: 16px;
  }
  .hover-line-Insul:hover::before {
    animation: line-grow-Insul 0.3s ease forwards;
  }
  .hover-line-Insul:hover::after {
    animation: line-draw-Insul 0.3s ease 0.3s forwards;
  }
  .hover-line-Insul:hover span {
    animation: show-text-Insul 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-Insul {
    to {
      height: 65px;
    }
  }
  @keyframes line-draw-Insul {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-Insul {
    to {
      opacity: 1;
    }
  }
  /* end */

  /* start - top*/
.hover-line-winding {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-winding::before {
    content: '';
    position: absolute;
    bottom: 85%; /* Start from the bottom */
    left: 46%; /* Center the line */
    width: 1px; /* Line thickness */
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-winding::after {
    content: '';
    position: absolute;
    left: 46%;
    width: 17px !important;
    height: 1px;
    bottom: 421px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-winding span {
    opacity: 0;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    color: black;
    bottom: 420px;
    font-size: 16px;
  }
  .hover-line-winding:hover::before {
    animation: line-grow-winding 0.3s ease forwards;
  }
  .hover-line-winding:hover::after {
    animation: line-draw-winding 0.3s ease 0.3s forwards;
  }
  .hover-line-winding:hover span {
    animation: show-text-winding 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-winding {
    to {
      height: 100px;
    }
  }
  @keyframes line-draw-winding {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-winding {
    to {
      opacity: 1;
    }
  }
  /* end */

    /* start - top*/
.hover-line-lamination {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-lamination::before {
    content: '';
    position: absolute;
    bottom: 86%; /* Start from the bottom */
    left: 52%; /* Center the line */
    width: 2px; /* Line thickness */
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-lamination::after {
    content: '';
    position: absolute;
    left: 52%;
    width: 17px !important;
    height: 1px;
    bottom: 424px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-lamination span {
    opacity: 0;
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: black;
    bottom: 430px;
  }
  .hover-line-lamination:hover::before {
    animation: line-grow-lamination 0.3s ease forwards;
  }
  .hover-line-lamination:hover::after {
    animation: line-draw-lamination 0.3s ease 0.3s forwards;
  }
  .hover-line-lamination:hover span {
    animation: show-text-lamination 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-lamination {
    to {
      height: 95px;
    }
  }
  @keyframes line-draw-lamination {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-lamination {
    to {
      opacity: 1;
    }
  }
  /* end */

      /* start - top*/
.hover-line-lamination {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-lamination::before {
    content: '';
    position: absolute;
    bottom: 86%; /* Start from the bottom */
    left: 52%; /* Center the line */
    width: 1px;/* Line thickness */
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-lamination::after {
    content: '';
    position: absolute;
    left: 52%;
    width: 17px !important;
    height: 1px;
    bottom: 420px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-lamination span {
    opacity: 0;
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: black;
    bottom: 420px;
    font-size: 16px;
  }
  .hover-line-lamination:hover::before {
    animation: line-grow-lamination 0.3s ease forwards;
  }
  .hover-line-lamination:hover::after {
    animation: line-draw-lamination 0.3s ease 0.3s forwards;
  }
  .hover-line-lamination:hover span {
    animation: show-text-lamination 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-lamination {
    to {
      height: 95px;
    }
  }
  @keyframes line-draw-lamination {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-lamination {
    to {
      opacity: 1;
    }
  }
  /* end */

  /* start - top*/
.hover-line-bracket {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-bracket::before {
    content: '';
    position: absolute;
    bottom: 100%; /* Start from the bottom */
    left: 29.5%; /* Center the line */
    width: 1px;  /* Line thickness */
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-bracket::after {
    content: '';
    position: absolute;
    left: 29.5%;
    width: 17px !important;
    height: 1px;
    bottom: 432px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-bracket span {
    opacity: 0;
    position: absolute;
    left: 29%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: black;
    bottom: 433px;
    font-size: 16px;
  }
  .hover-line-bracket:hover::before {
    animation: line-grow-bracket 0.3s ease forwards;
  }
  .hover-line-bracket:hover::after {
    animation: line-draw-bracket 0.3s ease 0.3s forwards;
  }
  .hover-line-bracket:hover span {
    animation: show-text-bracket 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-bracket {
    to {
      height: 55px;
    }
  }
  @keyframes line-draw-bracket {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-bracket {
    to {
      opacity: 1;
    }
  }
  /* end */

  /* start */
.hover-line-Shafh {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-Shafh::before {
    content: '';
    position: absolute;
    top: 59%;
    left: 40%;
    width: 1px;
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-Shafh::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 40%;
    width: 18px !important;
    height: 1px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-Shafh span {
    opacity: 0;
    position: absolute;
    top: 382px;
    left: 40%;
    transform: translateX(-50%);
    color: black;
    font-size: 16px;
  }
  .hover-line-Shafh:hover::before {
    animation: line-grow-Shafh 0.3s ease forwards;
  }
  .hover-line-Shafh:hover::after {
    animation: line-draw-Shafh 0.3s ease 0.3s forwards;
  }
  .hover-line-Shafh:hover span {
    animation: show-text-Shafh 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-Shafh {
    to {
      height: 160px;
    }
  }
  @keyframes line-draw-Shafh {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-Shafh {
    to {
      opacity: 1;
    }
  }
  /* end */

/* start */
.hover-line {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line::before {
    content: '';
    position: absolute;
    top: 79%;
    left: 31%;
    width: 1px;
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 31%;
    width: 18px !important;
    height: 1px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line span {
    opacity: 0;
    position: absolute;
    top: 383px;
    left: 33%;
    transform: translateX(-50%);
    color: black;
    font-size: 16px;
    white-space: nowrap;
  }
  .hover-line:hover::before {
    animation: line-grow 0.3s ease forwards;
  }
  .hover-line:hover::after {
    animation: line-draw 0.3s ease 0.3s forwards;
  }
  .hover-line:hover span {
    animation: show-text 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow {
    to {
      height: 84px;
    }
  }
  @keyframes line-draw {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text {
    to {
      opacity: 1;
    }
  }
  /* end */
/* 
@media (min-width: 1100px) and (max-width: 1200px) {
  .hover-line::before {
    left: 50%;
    bottom: 10%; 
  }
  .hover-line::after {
    left: 50%;
    bottom: -10px; 
  }
  .hover-line span {
    left: 50%; 
  }
} */

/* start - top*/
.hover-line-PCB {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-PCB::before {
    content: '';
    position: absolute;
    bottom: 79%; /* Start from the bottom */
    left: 52%; /* Center the line */
    width: 1px; /* Line thickness */
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-PCB::after {
    content: '';
    position: absolute;
    left: 52%;
    width: 17px !important;
    height: 1px;
    bottom: 433px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-PCB span {
    opacity: 0;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: black;
    bottom: 433px;
    font-size: 16px;
  }
  .hover-line-PCB:hover::before {
    animation: line-grow-PCB 0.3s ease forwards;
  }
  .hover-line-PCB:hover::after {
    animation: line-draw-PCB 0.3s ease 0.3s forwards;
  }
  .hover-line-PCB:hover span {
    animation: show-text-PCB 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-PCB {
    to {
      height: 135px;
    }
  }
  @keyframes line-draw-PCB {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-PCB {
    to {
      opacity: 1;
    }
  }
  /* end */


@media screen and (min-width: 1100px) and (max-width: 1439px){
    
    .hover-line-mbl-cover {
    position: relative;
    display: inline-block;
    color: #268E55;
    text-decoration: none;
  }
  .hover-line-mbl-cover::before {
    content: '';
    position: absolute;
    top: 53.5%;
    left: 9%;
    width: 1px;
    height: 0;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
  }
  .hover-line-mbl-cover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 9%;
    width: 18px !important;
    height: 1px;
    background-color: #268E55;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
  }
  .hover-line-mbl-cover span {
    opacity: 0;
    position: absolute;
    top: 379px;
    left: 41%;
    font-size: 16px;
    transform: translateX(-50%);
    color: black;
    white-space: nowrap;
  }
  .hover-line-mbl-cover::before {
    animation: line-grow-mbl-cover 0.3s ease forwards;
  }
  .hover-line-mbl-cover::after {
    animation: line-draw-mbl-cover 0.3s ease 0.3s forwards;
  }
  .hover-line-mbl-cover span {
    animation: show-text-mbl-cover 0.3s ease 0.6s forwards;
    text-align: center;
  }
  @keyframes line-grow-mbl-cover {
    to {
      height: 177px;
    }
  }
  @keyframes line-draw-mbl-cover {
    to {
      width: 100%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
  @keyframes show-text-mbl-cover {
    to {
      opacity: 1;
    }
  }

}
@media screen and (max-width: 768px){
    .fusion-text.ghm-cpy-wrap {
        padding-top: 0px !important;
        padding-bottom: 45px !important;
    }
    .ghm-third-sec{
        background: linear-gradient(180deg, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 57%, rgba(244,244,244,1) 100%) !important;
    }
    .fusion-layout-column.bee-desc-wrap {
        background: none !important;
    }
    .graph-headings {
        text-align: start !important;
    }
    .graph-section {
        justify-content: center !important;
    }
    .tech_welcome_content {
        text-align: initial;
    }
    .tec-sec-four {
        margin-top: -50px !important;
    }
}


@media screen and (min-width: 1440px){

  .hover-line-left {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.hover-line-left img {
  display: block;
}
.hover-line-left::before, 
.hover-line-left::after, 
.hover-line-left .vertical-line, 
.hover-line-left .bottom-line {
  content: '';
  position: absolute;
  background-color: #268E55;
  opacity: 0;
  transition: all 0.3s ease;
}

 .vertical-line{
  content: '';
  position: absolute;
  background-color: #268E55;
  opacity: 0;
  animation: line-draw-PCBs 0.1s ease 0.1s forwards;
}
@keyframes line-draw-PCBs {
    to {
      width: 1%; /* Adjust this value as needed for the final width */
      opacity: 1;
    }
  }
.hover-line-left::before {
  height: 1px;
  width: 0;
  top: 190px;
  right: 146px;
  transform: translateY(-50%);
}
.hover-line-left::after {
  height: 0;
  width: 1px;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
}
.hover-line-left .vertical-line {
  height: 0;
  width: 1px;
  top: 50%;
  left: -58px;
  /* transform: translateY(-50%); */
}
.hover-line-left .bottom-line {
  height: 1px;
  width: 0;
  bottom: 113px;
  left: -67px;
}

.hover-line-left::before {
  width: 40%;
  opacity: 1;
  /* transition: width 0.3s ease, opacity 0.3s ease 0.3s; */
  animation: line-draw-PCBss 0.3s ease 0.3s forwards;
}
@keyframes line-grow-PCBss {
    to {
      width: 40%;
    }
  }
.hover-line-left .vertical-line {
  height: 20%;
  opacity: 1;
  transition: height 0.3s ease 0.3s, opacity 0.3s ease;
}
.hover-line-left .bottom-line {
  width: 12%;
  opacity: 1;
  transition: width 0.3s ease 0.6s, opacity 0.3s ease;
}
.hover-line-left span {
  opacity: 0;
  position: absolute;
    bottom: 85px;
    font-size: 16px;
    left: -38%;
    transform: translateX(-50%);
    color: black;
    transition: opacity 0.3s ease 0.3s;
}
.hover-line-left span {
  opacity: 0;
  animation: show-text-PCB-l 0.3s ease 0.6s forwards;
}
@keyframes show-text-PCB-l {
    to {
      opacity: 1;
    }
  }
    
    
}
  .tech-image-lists {
    display: flex;
    justify-content: center;
  }

  .tech-fan-parts {
    cursor: pointer;
  }

.clr-declr p.lit-grn-dot:after {
    background: #707070 !important;
}

.tech-ani-bottom-content {
    padding-top: 150px !important;
}

.ghm-third-sec {
    background-repeat: no-repeat !important;
}

.tech-parts-animation {
    width: 55%;
    margin: 35px auto !important;
}

@media (min-width: 300px) and (max-width: 1150px) {
  .desktop-animation {
    display: none;
}
.mobile-animation {
    display: block;
}
    .tech-ani-bottom-content {
    padding-top: 25px !important;
}
}
@media (min-width: 1151px) and (max-width: 3000px) {
  .desktop-animation {
    display: block;
}
.mobile-animation {
    display: none;
}
}
/* Filter */

.filter_select_wrap .filter_select_ul {
    min-height: fit-content;
    overflow: auto;
    max-height: 250px;
    overflow: auto;
}
@media (min-width: 300px) and (max-width: 768px) {
    .filter_select_wrap .filter_select_ul {
    min-height: fit-content;
    overflow: auto;
    max-height: 165px;
    overflow: auto;
}
}

.promise-sec .fusion-row {
    z-index: unset !important;
}

/* About-us */

.infra-fan-without-bg {
        display: none;
    }

.infra-fan-without-bg {
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0px;
}

@media screen and (max-width: 576px) {
    .infra-fan-without-bg {
        display: block;
    }
}

/* Terms and Condition */

.list-para-content {
    margin-bottom: 3px !important;
}
.personal-data {
    margin-top: 20px;
}
.leagal-list {
    margin-bottom: 15px;
}
.personal-data-lists {
    margin-bottom: 5px !important;
}
.personal-lists-types {
    margin-bottom: 15px !important;
}
.footer-prv-btn {
    color: black !important;
}
.cookies-contents {
    margin-top: 20px !important;
}
.necessary-essential {
    margin-bottom: 5px !important;
}
.definition-lists {
    margin-left: 20px;
}
@media (min-width: 300px) and (max-width: 768px) {
    .terms-section {
        width: 85%;
        margin: auto;
        padding-top: 35px;
        padding-bottom: 0px;
    }
    .terms-title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 25px;
        text-align: center;
        font-style: italic;
    }
    .terms-heading {
        line-height: 45px;
        margin-bottom: 15px;
        font-size: 35px;
    }
    .terms-sub-heading {
        line-height: 45px;
        margin-bottom: 10px;
        font-size: 25px;
    }
    .terms-content-heading {
        line-height: 45px;
        margin-bottom: 5px;
        font-size: 22px;
    }
    .necessary-essential {
        line-height: 30px;
    }
}

@media (min-width: 769px) and (max-width: 960px) {
    .terms-section {
        width: 85%;
        margin: auto;
        padding-top: 35px;
        width: 70%;
        padding-bottom: 60px;
    }
    .terms-title {
        font-size: 50px;
        line-height: 45px;
        margin-bottom: 25px;
        text-align: center;
        font-style: italic;
    }
    .terms-heading {
        line-height: 45px;
        margin-bottom: 15px;
        font-size: 40px;
    }
    .terms-sub-heading {
        line-height: 45px;
        margin-bottom: 10px;
        font-size: 30px;
    }
    .terms-content-heading {
        line-height: 45px;
        margin-bottom: 5px;
        font-size: 25px;
    }
    .necessary-essential {
        line-height: 30px;
    }
}


@media (min-width: 961px) and (max-width: 2000px) {
    .terms-section {
    width: 70%;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 60px;
}
.terms-title {
    font-size: 60px;
    text-align: center;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 25px;
}
.terms-heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
}
.definition-lists {
    margin-left: 20px;
}
.terms-sub-heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
}
.terms-content-heading {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 5px;
}
.list-para-content {
    margin-bottom: 3px !important;
}
.personal-data {
    margin-top: 20px;
}
.leagal-list {
    margin-bottom: 15px;
}
.personal-data-lists {
    margin-bottom: 5px !important;
}
.personal-lists-types {
    margin-bottom: 15px !important;
}
.footer-prv-btn {
    color: black !important;
}
.cookies-contents {
    margin-top: 20px !important;
}
.necessary-essential {
    margin-bottom: 5px !important;
}
}


@media (min-width: 2000px) and (max-width: 3000px) {
        .terms-section {
    width: 70%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 60px;
}
.terms-title {
    font-size: 60px;
    text-align: center;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 25px;
}
.terms-heading {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.definition-lists {
    margin-left: 20px;
}
.terms-sub-heading {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 10px;
}
.terms-content-heading {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 5px;
}
.list-para-content {
    margin-bottom: 3px !important;
}
.personal-data {
    margin-top: 20px;
}
.leagal-list {
    margin-bottom: 15px;
}
.personal-data-lists {
    margin-bottom: 5px !important;
}
.personal-lists-types {
    margin-bottom: 15px !important;
}
.footer-prv-btn {
    color: black !important;
}
.cookies-contents {
    margin-top: 20px !important;
}
.necessary-essential {
    margin-bottom: 5px !important;
}
    .personal-second-list {
        margin-bottom: 20px !important;
    }
}

/* Blog Inside Page */

.blog_main_title {
    font-size: 50px;
    font-style: italic;
    text-align: center;
}
.blog_container {
    width: 80%;
    margin: 0 auto;
    margin-top: -15%;
    margin-bottom: 100px;
}
.blog_date_single {
    font-size: 14px;
    margin-bottom: 20px;
}
.blog_content_single {
    width: 60%;
    margin: 20px auto 0px;  
}
.blog-sub-heading-single {
    font-size: 28px;
    font-weight: 500;
    margin-top: 30px;
}
.social-sharing {
    display: flex;
    margin-bottom: 25px;
    margin-top: -3px;
}
.blog-social-share-icon {
    width: 60%;
}
.blog_share_heading {
/*  margin-right: 10px; */
}
.desktop-single-banner {
    display: block; 
    width: 100%;
}
.mobile-single-banner {
    display: none;
    width: 100%;
}
.blog-single-date-share {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-blog .fusion-row {
    margin: 0 !important;
    max-width: 100% !important;
}
.single-blog-banner-img {
    width: 100%;
}
.single-blog-social-link {
    text-align: end;
}
.blog-single-arrow {
    width: 16px;
    margin-top: 6px;
    margin-right: 10px;
}
.blog-back-arrow-section {
    margin-top: 40px;
}

@media (min-width: 320px) and (max-width: 768px) {
.blog_container {
    width: 90%;
    margin: 0 auto;
    margin-top: -335px;
    margin-bottom: 30px;
    }
    .blog_main_title {
    font-size: 30px;
    font-style: italic;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 35px;
}
    .blog_content_single {
    width: 100%;
    margin: 25px auto 0px;  
}
    .desktop-single-banner {
    display: none;  
}
.mobile-single-banner {
    display: block;
}
    .tech-parts-animation {
    width: 70%;
    margin: 35px auto !important;
}

.blog-sub-heading-single {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 35px;
    margin-bottom: 10px;
}
    .single-blog-banner-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
    .blog_date_single {
    margin-right: 50px;
}
}

@media (min-width: 769px) and (max-width: 960px) {
    .blog_content_single {
    width: 100%;
    margin: 35px auto 0px;  
    }
    .blog_container {
    width: 80%;
    margin: 0 auto;
    margin-top: -280px;
    margin-bottom: 50px;
}
    .blog-sub-heading-single {
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
}
        .single-blog-banner-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
    .blog_main_title  {
            margin-top: 40px;
        font-size: 38px;
    }
}

@media (min-width: 961px) and (max-width: 1440px) {
            .single-blog-banner-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
        .blog_main_title  {
            margin-top: 60px;
            font-size: 44px;
    }
    .blog_container {
    width: 80%;
    margin: 0 auto;
    margin-top: -290px;
    margin-bottom: 100px;
}
    .blog_content_single {
    width: 100%;
    margin: 50px auto 0px;  
}
}

.wrap-header-arrow{
     list-style-type: none;
}
.wrap-header-arrow {
    margin-top: -10px;
    margin-left: -10px;
}
.side-nav-dropdown-main {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    white-space: nowrap;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    font-style: italic;
}
#nav_dropdown_main {
    margin-top: 0px !important;
    margin-left: 10px !important;
    -webkit-text-stroke: 0.5px #ffffff !important;
}
.mobile-animation {
    text-align: center;
}
.pointer-mobile {
    margin-top: 50px;
}
.point-section-tech {
    display: flex;
    margin-bottom: 20px;
}
.points-tech {
    background-color: #009D68;
    color: white;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    padding-top: 2px;
}
.points-text-tech {
     margin-left: 25px;
    text-align: left;
}
.result_filter_container {
    margin: 0 auto;
}

@media (min-width: 320px) and (max-width: 440px) {
    .result_filter_container {
        top: 170px !important;
        height: 100px !important;
    }
}
@media (min-width: 441px) and (max-width: 500px) {
    .result_filter_container {
        top: 270px !important;
        height: 100px !important;
    }
}
@media (min-width: 501px) and (max-width: 600px) {
    .result_filter_container {
        top: 370px !important;
        height: 100px !important;
    }
}
@media (min-width: 601px) and (max-width: 700px) {
    .result_filter_container {
        top: 470px !important;
        height: 100px !important;
    }
}
@media (min-width: 701px) and (max-width: 768px) {
    .result_filter_container {
        top: 530px !important;
        height: 100px !important;
    }
}
.filter-filter-section {
    width: 31px !important;
}
.news-banner-text-new {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.about_us_right_img_desktop {
    display: block; 
}
.about_us_right_img_mobile {
    display: none;  
}
.about_us_right_img_desktop_arrow {
    display: block; 
}
.about_us_right_img_mobile_arrow {
    display: none;  
}
@media (min-width: 320px) and (max-width: 420px) {
    .about_us_sec {
    margin: 0px 25px;   
}
    .about_us_cont_bold {
        border-top: 2px solid #009D68;
        padding-top: 20px;
    }
    .about_us_sign_up {
        border: 1px solid #D4D4D4;
        padding: 10px 15px;
    }
    .about_us_arrow_width {
        width: 40px !important;
    }
        .about_us_right_img_desktop_arrow {
    display: none;  
}
.about_us_right_img_mobile_arrow {
    display: block; 
}
    .about_us_lucas_sec {
        background-color: #000000;
        margin: 20px;
        margin-top: -50px;
        padding: 20px 40px !important;
        text-align: left !important;
    }
    .about_us_infra_service_row {
        display: flex;
        flex-wrap: wrap;
    }
    .about_us_infra_service_row .about-inno-image-new {
        margin-bottom: 40px;
        width: 60px;
    }
    .about_us_infra_service_row h4 {
        margin-top: 19px !important;
        margin-left: 13px;
        font-size: 18px !important;
    }
    .about_us_infra_service_row p {
        font-size: 17px !important;
    }
    .about_us_lucas_section h2 {
        font-size: 34px !important;
    }
}
@media (min-width: 420px) and (max-width: 520px) {
    .about_us_sec {
    margin: 0px 25px;   
}
    .about_us_lucas_section h2 {
        font-size: 34px !important;
    }
    .about_us_cont_bold {
        border-top: 2px solid #009D68;
        padding-top: 20px;
    }
    .about_us_sign_up {
        border: 1px solid #D4D4D4;
        padding: 10px 15px;
    }
    .about_us_arrow_width {
        width: 40px !important;
    }
        .about_us_right_img_desktop_arrow {
    display: none;  
}
.about_us_right_img_mobile_arrow {
    display: block; 
}
    .about_us_lucas_sec {
        background-color: #000000;
        margin: 20px;
        margin-top: -50px;
        padding: 20px 40px !important;
        text-align: left !important;
    }
    .about_us_infra_service_row {
        display: flex;
        flex-wrap: wrap;
    }
    .about_us_infra_service_row img {
        margin-bottom: 40px;
        width: 60px;
    }
    .about_us_infra_service_row h4 {
        margin-top: 19px !important;
        margin-left: 35px;
    }
}
@media (min-width: 520px) and (max-width: 768px) {
    .about_us_sec {
    margin: 0px 25px;   
}
    .about_us_cont_bold {
        border-top: 2px solid #009D68;
        padding-top: 20px;
    }
    .about_us_sign_up {
        border: 1px solid #D4D4D4;
        padding: 10px 15px;
    }
    .about_us_arrow_width {
        width: 40px !important;
    }
        .about_us_right_img_desktop_arrow {
    display: none;  
}
.about_us_right_img_mobile_arrow {
    display: block; 
}
    .about_us_lucas_sec {
        background-color: #000000;
        margin: 20px;
        margin-top: -50px;
        padding: 20px 40px !important;
        text-align: left !important;
    }
    .about_us_infra_service_row {
        display: flex;
        flex-wrap: wrap;
    }
    .about_us_infra_service_row h4 {
        margin-top: 35px;
        margin-left: 35px;
    }
    .about_us_infra_service_row img {
        margin-bottom: 40px;
    }
/*  .about_us_lucas_section {
        background: linear-gradient(180deg, rgba(251,251,251,1) 57%, rgba(249,255,237,1) 93%, rgba(244,244,244,1) 100%) !important;
    } */
}
@media (max-width: 992px) {
    .about_us_right_img_desktop {
    display: none;  
}
.about_us_right_img_mobile {
    display: block; 
}
}
.about_our_team  {
    margin: -11px !important;
}

.blog_main_para_sec {
    margin-top: 10px;
}
.para_inside_bold_sec {
    font-weight: 500;
    font-style: italic;
}
.blog_inside_content_links a {
    color: #009D68;
}

.other_page_links {
    z-index: 999 !important;
}

@media (min-width: 300px) and (max-width: 768px) {
    .page-id-1599 .woocommerce-container {
        order: 0 !important;
        width: 100%;
    }
    .page-id-1599 .woocommerce-pagination {
        width: 100%;
    }
    .page-id-1600 .woocommerce-container {
        order: 0 !important;
        width: 100%;
    }
    .page-id-1600 .woocommerce-pagination {
        width: 100%;
    }
    
    .page-id-1599 .product_list_sec .fusion-product-content {
        padding: 15px 0px 0px !important;
    }
    .page-id-1600 .product_list_sec .fusion-product-content {
        padding: 15px 0px 0px !important;
    }
        .oscillating_fan_products, .ceiling_fan_products {
    margin-top: -15px !important;
}
    
}
@media (min-width: 769px) and (max-width: 1024px) {
.catalog-ordering {
    margin-bottom: 0px !important;
}
    .oscillating_fan_products, .ceiling_fan_products {
    margin-top: 0px !important;
}
}
.catalog-ordering {
    margin-bottom: 0px;
}

/* About Us */
.about-us-wo-animation {
    margin-top: 60px;
    position: relative;
    margin-bottom: 110px;
}
.about-us-image-wo-1 img {
    position: absolute;
    left: 0;
    bottom: -135px;
    width: 22%;
    margin-left: -10px;
}
.about-us-image-wo-2 img {
    position: absolute;
    top: 45px;
    right: 0;
    width: 25%;
    margin-right: -10px;
}
.about-us-our-story-heading {
    font-style: italic !important;
    color: #2B8D50 !important;
    font-weight: 500 !important;
    text-align: center;
    font-size: 80px;
}
.about-us-our-story-content-billion {
    margin-bottom: 40px;
    margin-top: 20px;
}
.about-us-our-story-content-conceived {
    margin-bottom: 20px;
}
.about-us-our-story-content-billion, .about-us-our-story-content-conceived, .about-us-our-story-content-endeavour {
    text-align: center;
    font-size: 18px;
}
.content-sec-our-story {
    width: 32%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .about-us-image-wo-1 img {
        display: none;
    }
    .about-us-image-wo-2 img {
        display: none;
    }
    .content-sec-our-story {
        width: 90%;
    }
    .about-us-wo-animation {
        margin-bottom: 25px;
    }
    .about-us-our-story-heading {
        font-size: 40px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .about-us-our-story-heading {
        font-size: 45px;
    }
    .about-us-image-wo-2 img {
    top: 30px;
}
}
@media (min-width: 993px) and (max-width: 1200px) {
    .about-us-our-story-heading {
        font-size: 55px;
    }
    .about-us-image-wo-2 img {
    top: 35px;
}
}
@media (min-width: 769px) and (max-width: 1440px) {
    .content-sec-our-story {
        width: 42%;
    }
    .about-us-image-wo-1 img {
        bottom: -121px;
        width: 27%;
    }
    .about-us-image-wo-2 img {
        width: 27%;
    }
    .about-us-wo-animation {
        margin-top: 55px;
        position: relative;
        margin-bottom: 95px;
    }
}
.mobile-arr-in-filter {
        display: none;
        margin-left: auto;
    }

@media (min-width: 320px) and (max-width: 440px) {
    .page-id-1101 .result_filter_container {
         top: 125px !important;
}
}
@media (min-width: 441px) and (max-width: 500px) {
    .page-id-1101 .result_filter_container {
         top: 250px !important;
}
}
@media (min-width: 501px) and (max-width: 600px) {
    .page-id-1101 .result_filter_container {
         top: 300px !important;
}
}
@media (min-width: 601px) and (max-width: 700px) {
    .page-id-1101 .result_filter_container {
         top: 420px !important;
}
}
@media (min-width: 701px) and (max-width: 768px) {
    .page-id-1101 .result_filter_container {
         top: 510px !important;
}
}
@media (min-width: 300px) and (max-width: 768px) {
    .mobile-arr-in-filter {
        display: block !important;
        margin-left: auto;
    }
    .main-desc-wrap div p {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
}