.slick-slide {
    width: 180px;
}

.label-text-align{
    text-align: right !important;
}

.custum_select_borwell_cls {
    /* background-color: pink !important; */

    text-align: center;
    display: flex;
    flex-direction: column;
    color: white;
}

.custm_iteam_selecting_domestic_motor {
    margin: 0% 5% !important;
}

.custm_iteam_selecting_sump_cls {
    margin: 0% 5% !important;
}

.custm_iteam_selecting_borewell_cls {
    margin: 0% 5% !important;
}

.custm_cls_browell_type_select {
    margin: 0%;
    /* background-color: aliceblue; */
}

.custm_style_product_selecting {
    border: none !important;
    padding: 5px 18px !important;
    width: max-content;
    float: right;
    /* background-color: red; */
}

.custm_cls_motor_type_select {
    margin: 0%;
}

.custm_cls_motor_type_select {
    margin: 0%;
}

.custm_style_product_select {
    border: none !important;
    padding: 5px 20px !important;
    width: max-content;
    float: right;
}


.custm_input_container_cls {
    /* background-color: aqua; */
    padding: 5px 0px !important;
    text-align: right;
    float: right;
    border: none !important;
}

.custm_depth_floors_Cls {
    width: max-content;
}

.custm_depth_inpt_cls {
    /* height: 30px;
    width: 100px; */
    margin: 0px 2px;
    font-size: 15px;
}

.custm_floors_inpt_cls {
    /* height: 30px;
    width: 100px; */
    margin: 0px 2px;
    font-size: 15px;
}

.custm_tank_inpt_cls {
    /* height: 30px;
    width: 100px; */
    margin: 0px 2px;
    font-size: 15px;
}

.cust_tank_capcity_label_cls {
    width: max-content;
}

.custm_inpt_main_container {
    /* background-color: antiquewhite; */
    margin: 0%;
}

.custm_get_quot_btn {
    width: 35%;
}

/* .custm_btn_container{
    background-color: antiquewhite;
} */
.custm_btn_container a {
    width: max-content;
    float: right;

}

.custm_tank_capcity_container {
    /* background-color: rgb(44, 48, 51); */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.depth_img_reszie_cls {
    height: 60px;
    opacity: 0.8;
    margin-bottom: 6px;
}

.custm_img_fluid_contant_cls {
    padding: 0px 0px !important;
}

.custm_img_fluid_contantaner_cls {
    padding: 40px 10px !important;
}

.custm_img_size_cls {
    max-width: 70%;
}

.custm_discount_text_color_cls {
    color: #ffffff !important;
    text-shadow: #797979dd 1px 1px 3px;
}

.custm_discount_text_color_title_cls {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: #797979dd 1px 1px 3px;
}

.custm_iteam_selecting_scetion_card_cls {
    /* background: rgb(0 0 0 / 22%); */
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
    /* border-radius: 10px; */
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.custm_offer_container_styel_cls {
    background: rgba(111, 110, 108, 0.108);
    /* box-shadorgba(192, 12, 12, 0.684)1, 38, 135, 0.37 ); */
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
    /* border-radius: 10px; */
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.custm_img_container_bg_col_cls {
    background-color: #f6f6f6;

    background: rgba(74, 145, 226, 0.152);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* border-radius: 10px; */
    /* border: 1px solid rgba( 255, 255, 255, 0.18 ); */
}

.custm_product_img_cont_btm_cls {
    background-color: #f6f6f6;
}

.inspired_product_area {
    /* background-color: #797979; */
    padding-top: 80px;
}

/* ======================================================================== */
/*  Quation page  */

.custm_quota_product_child_container {
    background: #f6f6f6;
}

.custm_quotation_head_container_cls {
    width: 100%;
}

.custm_quotation_heading_cls {
    margin: 30px 0px;
}

.custm_product_cls {
    color: #797979;
}

/* 
.custm_product_contant{
    border-bottom: rgb(43, 43, 43) solid 1px;
    padding: 10px 50px;
} */

.user_custome_container_modify {
    padding-bottom: 0px;
}

/* brand logo */

/* @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  } */

.logos {
    overflow: hidden;
    padding: 0px 0;
    background: white;
    white-space: nowrap;
    position: relative;
    padding-bottom: 70px;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

/* 
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  } */

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 50px;
    margin: 0 40px;
}

.custm_high_mov_prod_cls {
    /* background-color: antiquewhite; */
    overflow-x: scroll;
    display: flex;
    flex-flow: nowrap;
    flex-direction: row;
}

.custm_high_mov_card_cls {
    width: 100%;
}

.high_mov_prod_slide_container {
    width: 100%;
    padding: 0%;
    display: flex;
    /* background-color: #797979; */
}

.high_mov_prod_slide_container .high_mov_prod_left_arrow img {
    width: 30px;
}

.high_mov_prod_slide_container .high_mov_prod_right_arrow img {
    width: 30px;
}

.high_mov_prod_slide_container .high_mov_prod_left_arrow {
    padding: 0% 3%;
    z-index: 2;
    align-items: center;
    display: flex;
    margin-bottom: 70px;
}

.high_mov_prod_slide_container .high_mov_prod_right_arrow {
    padding: 0% 3%;
    z-index: 2;
    align-items: center;
    display: flex;
    margin-bottom: 70px;
}

.custm_high_mov_prod_cls::-webkit-scrollbar {
    display: none;
    width: 0px !important;
}

.custm_high_mov_prod_cls {
    overflow-x: auto;
    display: flex;
    flex-flow: nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

    /* position: relative; */
}

.carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-control-next-icon {
    background-image: none !important;
}

.carousel-control-prev-icon img {
    width: 30px;
}

.carousel-control-next-icon img {
    width: 30px;
}

.curousel_display_none {
    display: none;
}

.curousel_display_enable {
    display: none;
}


.custm_width_incr_cls {
    max-width: unset !important;
    /* background-color: pink; */
    width: 100% !important;
}

.testimonial_card_body_cls {
    background-color: #79797968;
}

.testimonials_container .container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.testimonial_card_cls {
    margin: 0% 1%;
}

.test_container {
    display: flex;
    flex-wrap: nowrap;
    margin: 70px 0px;
    background-color: #797979;
}

.test_box img {
    height: 50px;
    background-color: red;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

#brands_slider .slick-slide {
    width: 330px !important;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}



.customer-logos {
    margin: 3% 0%;
    width: 100% !important;
    display: flex;
    /* background-color: #3289ea; */
    /* justify-content: space-evenly; */
}

.slick-slide img {
    /* height: 60px; */
    width: 200px !important;
    /* opacity: 0.5; */
}

.slick-slide img {
    width: 100%;
}

.brand_custm_img_cls {
    margin: 0px 20px;
}

.customer-logos .slick-center img {
    margin: 0 auto;
    /* Center horizontally */
    display: block;
    /* Remove any default inline spacing */
}

/* about us */

.heading_main {
    display: flex;
    flex-wrap: nowrap;
    /* padding-top: 1em; */
    text-align: center;
}

.about_us_container_card {
    width: 100%;
    padding: 0.5em 0;
    margin: 0% 1%;
}

.about_us_card_cls {
    box-shadow: 0 0 2.4em rgba(25, 0, 58, 0.1);
    padding: 2.5em 1em;
    border-radius: 0.6em;
    color: #1f003b;
    cursor: pointer;
    transition: 0.3s;
    background-color: #ffffff;
    border: 1px solid rgba(205, 204, 204, 0.395);
    transition: all ease-in 0.8s;
    height: 360px;
}

.about_us_card_cls .aboutus_img_container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 2em auto;
}

.about_us_card_cls img {
    width: 100%;
    border-radius: 50%;
}

.about_us_card_cls h3 {
    font-weight: 500;
}

.about_us_card_cls p {
    font-weight: 300;
    text-transform: uppercase;
    margin: 0.5em 0 2em 0;
    letter-spacing: 2px;
}

.about_us_contianer_cls {
    width: 20%;
    min-width: 180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.about_us_card_cls a {
    text-decoration: none;
    color: inherit;
    font-size: 1.4em;
}

.about_us_card_cls:hover {
    /* background: linear-gradient(#6045ea, #8567f7) !important; */
    /* color: #ffffff; */
}

.about_us_card_cls:hover .aboutus_img_container {
    /* transform: scale(1.15); */
    transition: all ease-in 0.8s;
}

.about_us_card_cls .aboutus_img_container {
    transition: all ease-in 0.8s;
}

.aboutus_img_container img {
    height: 150px;
}

@media screen and (max-width: 1200px) {

    .heading_main {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .about_us_container_card {
        width: 30%;
        padding: 0.5em 0;
        margin: 0% 1%;
    }
}

@media screen and (max-width: 768px) {
    .about_section_custm_cls {
        padding: 1em;
    }
    .about_us_card_cls {
        padding: 2.5em 1em;
    }
    .about_us_container_card {
        width: 100%;
        margin: 1% 0%;
    }
    .heading_main{
        display: flex;
        flex-direction: column;
    }

    .label-text-align{
        text-align: left !important;
    }
  }

/* testimonials container */


/* Add your global styles here */

/* Center the testimonials carousel */

.brands_container_cust_cls h2 {
    padding-bottom: 0%;
}

.brand_catalog_custm_container {
    /* background-color: #1f003b; */
    display: flex;
    justify-content: center;
}

.brand_catalog_custm_container a {
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #3289ea;
    color: white;
    font-family: "Roboto", sans-serif;
}

.brand_catalog_custm_container a:hover {
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #3289ea;
    border: #3289ea 1px solid;
}

/* Add more styles as needed */
.main_testimonial_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}

.slider .slide {
    /* border: 1px solid gray; */
    padding: 10px 0px;
}

.testimonial_align_container {
    display: flex;
    justify-content: center;
    width: 80%;
}

.testimonial_custm_container {
    width: 99%;
    /* background-color: #bbb; */
}

/* Add your global styles here */

/* Center the testimonials carousel */
.respontestimonial_custm_containersive {
    margin: 0 auto;
    max-width: 800px;
    /* Adjust as needed */
    padding: 20px;
}

/* Style the individual testimonial items */
.testimonial_custm_container {
    text-align: center;
}

/* Center a single item */
.testimonial_custm_container.slick-slide:not(.slick-cloned) {
    margin-left: auto;
    margin-right: auto;
}

.testimonial_card_cls {
    width: 200px;
}

.testimonial_card_cls iframe {
    border: none;
    border-radius: 5px;
}

.main_testimonial_container h2 {
    padding-bottom: 50px;
}

/* Customize dots */
.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #bbb;
}

.slick-dots li.slick-active button:before {
    color: #333;
}

/* Add more styles as needed */

.heading_main {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.product-btm h4{
    font-size: 16px !important;
}

.offer_price_cls {
    text-decoration: line-through red !important;
    color: #797979 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-family: "Heebo", sans-serif !important;
}

.product-btm h6 {
    color: black !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: "Heebo", sans-serif !important;
}

.brand_logo_back_cust_cls {
    background-color: #fff !important;
}

.brand_logo_back_cust_cls a img {
    padding: 10px;
    /* border-radius: 5px; */
    width: 150px !important;
    height: auto !important;
    /* background-color: #797979; */
    /* border: 0.8px solid #3289ea;
    -webkit-box-shadow: -2px 2px 6px -1px rgba(168,168,168,1);
    -moz-box-shadow: -2px 2px 6px -1px rgba(168,168,168,1);
    box-shadow: -2px 2px 6px -1px rgba(168,168,168,1); */
}

.brand_logo_back_cust_cls {
    display: flex;
    /* background-color: #797979; */
    align-items: center;
    justify-content: center;
    width: 300px !important;
    height: 145px !important;
    border: 0.8px solid #3289ea;
    border-radius: 5px;
    -webkit-box-shadow: -2px 2px 6px -1px rgba(168, 168, 168, 1);
    -moz-box-shadow: -2px 2px 6px -1px rgba(168, 168, 168, 1);
    box-shadow: -2px 2px 6px -1px rgba(168, 168, 168, 1);
}

.brand_logo_back_cust_cls a {
    display: flex;
    align-items: center;
    justify-content: center;

}

.about_contant_container {
    margin: 0% 3%;
    /* background-color: #1f003b; */
}

.brand_offer_price_cls {
    font-size: 14px !important;
}

.product_page_meter_inpt {
    background-color: #797979;
    width: 100px !important;
}

.product_select_conatainer_cls {
    display: flex;
    justify-content: space-around;
    width: 100px;
    border: 1px solid #ffffff;
    background-color: #3289ea;
    color: white;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s linear;
}

.product_select_conatainer_cls:hover {
    background-color: #f6f6f6;
    width: 100px;
    border: 1px solid #3289ea;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 4px;
}


.about_section_custm_cls .about_contant_container {
    /* background-color: #bbbbbb21; */
    padding: 0px;
    padding-bottom: 25px;
    text-align: justify;
}

.bg-text-wrapper-main {
    padding: 1rem;
    background: #2424246b;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-text-wrapper-main1 {
    padding: 1rem;
    background: #2424246b;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    /* border-bottom-right-radius: 10px; */
    border-bottom-left-radius: 10px;
}

.bg-text-wrapper1 {
    /* padding-bottom: 1rem; 
    padding-left: 1rem; 
    padding-right: 1rem;  */
    padding: 0.5rem;
    background: #2424246b;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bg-text-wrapper2 {
    /* padding-bottom: 1rem; 
    padding-left: 1rem; 
    padding-right: 1rem;  */
    padding: 0.5rem;
    background: #2424246b;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login-inpt {
    width: 100% !important;
    background-color: #ffffff;
    border: 0.9px solid var(--color_primary);
}

.login-inpt:focus {
    border-color: var(--color_primary);
    box-shadow: 0 0 0 0 !important;
}

.tracking-section {
    display: flex;
    justify-content: start;
}

.deliver-details-data {
    display: flex;
    align-items: center;
    gap: 100px;
}

.deliver-details-data span {
    font-size: 23px;
}