@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');
html{font-size: 62.5%;}
body{ padding: 0px; margin: 0px; list-style: none; font: normal 1.6rem/2.6rem 'Hind', sans-serif; color: var(--body_txt_color);background: url(https://dev.webaddas.com/wp-content/themes/pecific-batteries-theme/assets/images/bg_img_1_2.png)repeat center center;}
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder , input[type="text"]::-moz-placeholder , input[type="password"]::-webkit-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-webkit-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-webkit-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-webkit-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, textarea::-webkit-placeholder{ opacity: 1;  }
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;}
a:hover, a:focus{ text-decoration: inherit !important;}
a{-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s; }


    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Hind", sans-serif; */



:root{
    --black: #000000;
    --brand: #e71722;
    --body_txt_color: #444444;
    --white: #fff;
    --red: #d70007;
    --heding: #06175b;
    /* --red: #ee0d09; */
   }



   @keyframes tada{
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        10%, 20% {
            -webkit-transform: scale(.9)rotate(-3deg);
            -ms-transform: scale(.9)rotate(-3deg);
            transform: scale(.9)rotate(-3deg);
        }
        30%, 50%, 70%, 90% {
            -webkit-transform: scale(1.1)rotate(3deg);
            -ms-transform: scale(1.1)rotate(3deg);
            transform: scale(1.1)rotate(3deg);
        }
        40%, 60%, 80% {
            -webkit-transform: scale(1.1)rotate(-3deg);
            -ms-transform: scale(1.1)rotate(-3deg);
            transform: scale(1.1)rotate(-3deg);
        }
        100% {
            -webkit-transform: scale(1)rotate(0);
            -ms-transform: scale(1)rotate(0);
            transform: scale(1)rotate(0);
        }
   }


   @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @media (max-width: 1024px) {
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-125%);
            }
        }
    }

    @media (max-width: 768px) {
        @keyframes marquee {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-186.65%);
            }
        }
    }




   em{font-style: normal;}
   .ptb{padding: 6rem 0;}
   .iner_ptb{padding: 3rem 0 6rem 0;}
   h4{font-size: 2.2rem; color: var(--heding); text-transform: capitalize; line-height: 3.2rem; font-weight: 600;}
   h3{font-size: 3.2rem; color: var(--heding); text-transform: capitalize; line-height: 4.2rem; font-weight: 700;}
   h6{font-size: 2rem; color: var(--heding); text-transform: capitalize; line-height: 3rem; font-weight: 600;}
   .min_btn{display: inline-block; position: relative; background: var(--red); color: var(--white); text-transform: uppercase; font-size: 1.4rem; font-weight: 600; padding: 0 2.5rem; overflow: hidden; letter-spacing: .2rem; line-height: 4.9rem; z-index: 1; -webkit-transition: .4s; transition: .4s; border-radius: .5rem; margin-top: 2.5rem; height: 4.5rem;}
   .min_btn::before, .min_btn::after{content: ''; position: absolute; z-index: -1; left: 100%; top: 0; width: 150%; height: 100%; background-color: var(--heding); color: var(--white);  -webkit-transform: skew(30deg) translate3d(0,0,0); transform: skew(30deg) translate3d(0,0,0); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; opacity: 0; -webkit-transition: .4s; transition: all .4s ease;}
   .min_btn::before{left: auto; right: 100%; -webkit-transform: skew(-30deg) translate3d(0,0,0); transform: skew(-30deg) translate3d(0,0,0);}
   .min_btn:hover::before{-webkit-transform: skew(-30deg) translate3d(70%,0,0); transform: skew(-30deg) translate3d(70%,0,0); opacity: 1;}
   .min_btn:hover::after{-webkit-transform: skew(30deg) translate3d(-70%,0,0); transform: skew(30deg) translate3d(-70%,0,0); opacity: 1;}
   .min_btn:hover{color: var(--white);}
   .sub_txt{text-transform: uppercase; font-size: 1.4rem; line-height: 1.4rem; letter-spacing: .2rem; color: var(--red);display: inline-flex; padding-bottom: .5rem; align-items: center; gap: .5rem;}
   .sub_txt small img{width: 2.2rem; margin-top: -.2rem;}
   h1,h2{font-size: 4rem; line-height: 5rem; text-transform: capitalize; color: var(--heding); font-weight: 700;}
   .rating li{display: inline-block !important; margin: .8rem 0 0 0;}
   .bold_icon::before, .liner_icon::before {font: normal 1.4rem/1 FontAwesome; content: "\f006"; color: #FFC107;}
   .bold_icon::before{content: "\f005";}


/*************************************************************************************************************top_button****************************************************************************************************************************/
    
    .top_btn{background: var(--brand);  bottom: 1rem; color: var(--white); height: 4rem; opacity: 0; overflow: hidden; position: fixed; right: 1rem; width: 4rem; z-index: 9999;  text-align: center; display: inline-block; border-radius: .5rem; }
    .top_btn i{font-size: 1.7rem; line-height: 4rem;}
    .top_btn.show{opacity: 0.7;}
    .top_btn:hover{bottom: .3rem; opacity: 1; color: var(--white);}



/*************************************************************************************************************header****************************************************************************************************************************/
    
    .header_sec{ width: 100%; position: fixed; left: 0; top: 0; z-index: 9999; background: #000618; padding: .8rem 0;}
    .nav_top{border: none; min-height: auto; box-shadow: none; border-radius: .5rem; border-width: .1rem; border-style: solid; border-color: #1e294a; padding: 0 3rem;}
    .menu_sec .dropdown{margin-right: 1rem;}
    .menu_sec{margin-right: 31rem;}
    .nav_top .dropdown-menu li a{ font-size: 1.5rem; color: var(--heding); border-bottom: .1rem dashed #ccc; display: block; width: 100%; padding: 1rem .5rem; font-weight: 600;}
    .nav_top .dropdown-menu li:last-child a{border-bottom: none; padding-bottom: 0;}
    .menu_sec li{ position: relative; text-transform: capitalize; font-size: 1.8rem;}
    .menu_sec li a{display: inline-block; padding: .5rem 4rem .5rem 0; color: var(--white);}
    .menu_sec li:last-child a{padding-right: 0;}
    .menu_sec li.active a, .menu_sec li a:hover{color: var(--red);}
    .header_sec .container{max-width: 100%; padding: 0 1.5rem;}
    .nav_top .navbar-brand{border-right: .1rem solid #1e294a; padding: .5rem 3rem .5rem 0;}
    .nav_top .navbar-brand img{width: 15rem;}
    .drop_arw::after { position: absolute; right: 2.2rem; top: .5rem; border: none; font-family: "Font Awesome 6 Pro"; content: "\f107"; font-size: 1.2rem; color: var(--white);}
    .heer_top_ph{position: absolute; right: 21rem; top: 1.1rem;}
    .heer_top_ph::before{position: absolute; left: -2.6rem; top: -1.1rem; background: #1e294a; width: .2rem; height: 7.5rem; content: "";}
    .heer_top_ph a{color: var(--white);}
    .heer_top_cal_icon{width: 4.2rem; height: 4.2rem; display: flex; align-items: center; justify-content: center; border-radius: 100%;  background-color: var(--brand);  color: var(--white); box-shadow: 0 0 0 5px rgba(215, 0 , 6, .5); position: absolute; left: 0; top: .5rem;}
    .heer_top_cal_icon i{-webkit-transition: all .5s ease; -khtml-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; -webkit-animation: tada 1500ms ease-out infinite; -khtml-animation: tada 1500ms ease-out infinite; -moz-animation: tada 1500ms ease-out infinite; -ms-animation: tada 1500ms ease-out infinite; -o-animation: tada 1500ms ease-out infinite; animation: tada 1500ms ease-out infinite;}
    .heer_top_cal_txt em{display: block;}
    .heer_top_cal_txt{display: block; padding-left: 5.5rem;}
    .heer_top_cal_txt strong{font-size: 1.8rem; font-weight: 700;}
    .heer_top_mail{position: absolute; right: 1rem; top: .7rem;}
    .heer_top_mail a{color: var(--white); width: 7rem; height: 6rem; display: flex; align-items: center; justify-content: center; background: var(--brand); font-size: 3rem; border-radius: .5rem;}


   
/*************************************************************************************************************banner****************************************************************************************************************************/
   
    .bannersec{ width: 100%; margin-top: 5.2rem; position: relative;}
    .banner_box{position: relative;}
    .banner_box::before{content: ""; position: absolute;  inset: 0;  background: -webkit-linear-gradient(192.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%); background: linear-gradient(257.5deg, rgba(13, 13, 12, 0.7) 4.1%, rgba(0, 0, 0, 0.3) 96.33%); -webkit-transform: matrix(-1, 0, 0, 1, 0, 0); -ms-transform: matrix(-1, 0, 0, 1, 0, 0); transform: matrix(-1, 0, 0, 1, 0, 0);  z-index: -1;}
/*     .banner_rt_panel{position: absolute; left: 2rem; bottom: 2rem; display: inline-block; z-index: 3;} */
      .banner_rt_panel { position: absolute;  left: 14rem; top: 63%; display: inline-block;  z-index: 3;}
    .banner_right{background: var(--white); padding: 1.5rem 1.5rem 0 1.5rem; border-radius: .5rem; box-shadow: 0 10px 20px rgba(128,134,149,.1); position: relative; }    
    .banner_rt_panel .as_btn{margin-top: .5rem;}
    .bannersec .carousel-indicators {bottom: 3rem; top: inherit; margin-right: 2%; justify-content: end;}
    .bannersec .carousel-indicators [data-bs-target]{border: none; width: 1.6rem; height: 1.6rem; border-radius: 100%; border: .2rem solid var(--white); background: transparent; position: relative; display: block; margin: 0 .5rem; opacity: 1;}
    .bannersec .carousel-indicators [data-bs-target]::before{content: ''; position: absolute; left: .4rem; top: .4rem; right: .4rem; bottom: .4rem; background: var(--white); border-radius: 50%; z-index: 1;}
    .bannersec .carousel-indicators .active{border-color: var(--brand);}
    .bannersec .carousel-indicators .active[data-bs-target]::before  {background: var(--brand);}
    .frm_rt_icon{position: absolute; right: 1.9rem; top: 1.2rem; color: var(--red);}
    .banner_rt_panel .input_fld input[type="text"], .banner_rt_panel .input_fld input[type="email"], .banner_rt_panel .input_fld input[type="tel"], .banner_rt_panel .input_fld input[type="password"], .banner_rt_panel .input_fld textarea, .banner_rt_panel .input_fld input[type="date"], .banner_rt_panel .input_fld .form-select{height: 4rem; border-radius: .4rem;}
    .banner_rt_panel .min_btn{border-radius: .4rem; height: 4rem; line-height: 4.5rem;}
    .banrt_txt{position: absolute; left: 14.5rem; top: 46%; z-index: 2; max-width: 78rem; transform: translateY(-50%);}
    .banrt_txt strong{text-transform: capitalize; color: var(--white); font-size: 3.5rem; line-height: 4.5rem; letter-spacing: .2rem; background: rgba(0, 0, 0, 0.3); padding: 2rem 2.5rem; border-radius: .5rem; display: inline-block;}
    .fint_btn{color: var(--white); text-transform: uppercase; font-size: 1.4rem; line-height: 1.4rem;  display: inline-block; padding: .8rem 1rem; border: .1rem solid var(--white); margin: 0 0 0 .8rem; border-radius: .2rem; letter-spacing: .2rem;}
    .fint_btn i{transform: rotate(-45deg);}
    .fint_btn:hover{background: var(--red); border-color: transparent; color: var(--white);}


/*************************************************************************************************************about_sec****************************************************************************************************************************/

    .ab_sce h1{font-size: 2.5rem; line-height: 3.5rem;}
    .four_batteries_img_box img{max-width: 100%; padding: 2rem 0 1rem 0;}

/*************************************************************************************************************product_sec****************************************************************************************************************************/

    .product_box{margin-top: 3rem; padding: 1rem; background: var(--white); border: .1rem solid transparent; -webkit-transition: .4s; transition: .4s; box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 16px; border-radius: .5rem;}
    .product_txt {padding-top: 1rem;}
    .product_txt h4 a{color: var(--heding);}
    .pr_futr_list{border-width: .1rem 0 .1rem 0; border-color: #D8DDE1; display: flex; flex-wrap: wrap; border-style: solid; margin: 1.2rem 0 .5rem 0;}
    .pr_futr_list li{width: 33.333%; border-right: .1rem solid #D8DDE1; margin: .8rem 0; padding: 0 1rem; text-align: center; font-size: 1.6rem; line-height: 1.6rem;}
    .pr_futr_list li:last-child{border-right: none;}
    .pr_futr_list li b{color: var(--red); display: inline-block; padding-right: .4rem;}
    .detl_btn{display: block; background:var(--red); padding: 1rem; text-transform: uppercase; letter-spacing: .2rem; font-size: 1.4rem; line-height: 1.4rem; font-weight: 600; margin-top: 1.5rem; width: 100%; text-align: center; color: var(--white); border-radius: .3rem;}
    .detl_btn i{transform: rotate(-45deg);}
    .detl_btn:hover{background: var(--heding); color: var(--white);}
    .product_box:hover{border-color: var(--red);}
    .text_btn a{color: var(--red); text-transform: uppercase; font-weight: 600; letter-spacing: .2rem; display: inline-block; padding: 0 .5rem; font-size: 1.4rem; line-height: 1.4rem; border-bottom: .1rem solid var(--red);}

/*************************************************************************************************************awards_sec****************************************************************************************************************************/

   
   .awards_sec::before{position: absolute; left: 0; bottom: 0; background: url(../images/shape_img_1.png); background-position: bottom center;  background-repeat: no-repeat; background-size: cover; opacity: 0.2; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; content: ""; width: 100%; height: 100%;}
   .awar_top_img img{max-width: 100%;}
   .awar_top_img {padding-top: 1rem;}
   .awards_rt {margin-left: 4rem;}
   .histy_content_dots{border-radius: 50%; width: 20px; height: 20px; background-color: var(--brand); margin: 1.6rem 0; position: relative; z-index: 3;}
   .histy_content_info{position: relative;}
   .histy_content_info .owl-nav{display: none;}
   .histy_content_info::after {content: ""; position: absolute; width: 100%; height: .4rem; background-color: #c7d5e1; top: 11.3rem;}
   .histy_content_box{margin-top: 3rem;}
   .histy_content_info .owl-dots{display: flex; align-items: center; justify-content: end;}
   .histy_content_info .owl-dot{width: 1rem; height: 1rem; border-radius: 100%; background: var(--red); opacity: 0.5; margin: 0 .5rem;}
   .histy_content_info .owl-dot.active{opacity: 1;}

/*************************************************************************************************************quality_sec****************************************************************************************************************************/

   .quality_mid img{max-width: 90%;}
   .quality_numbr{width: 3rem; height: 3rem; background: var(--red); color: var(--white); display: flex; align-items: center; justify-content: center; position: absolute; left: 3rem; top: 3.1rem; border-radius: 100%; font-weight: 600; font-size: 1.4rem; letter-spacing: .2rem;}
   .quality_lt li, .quality_rt li{margin-top: 3rem; position: relative;}   
   .quality_lt li h4, .quality_rt li h4{padding-left: 4rem;}
   .up_img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
   .quality_rt{margin-left: 5rem;}
   .quality_lt ul{display: flex; flex-wrap: wrap; margin: 0 -1rem;}
   .quality_lt ul li{width: 50%; padding: 0 1rem;}
   .quality_box{border: .1rem solid #eee; padding: 3rem; border-radius: .5rem; overflow: clip;  transition: all 0.4s ease; position:relative;}
   .count_number strong{font-size: 6.8rem; font-weight: 600; line-height: 6.6rem; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--white);}
   .counter_box span{color: var(--white); font-weight: 600; display: block; padding-top: 0; text-transform: uppercase; letter-spacing: .2rem;}
   .count_number sub{font-size: 5rem; color: var(--white); font-weight: 600; bottom: 0; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: var(--white);}
   .rt_exprice_box{background: var(--heding); padding: 3rem; text-align: center; border-radius: .5rem; margin-top: 3rem;}
   .counter_box {width: 17rem; height: 17rem; background: var(--red); display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0 auto; border-radius: 100%;}
   .rt_exprice_box p{color: var(--white); max-width: 25rem; margin: 0 auto; padding-top: 2rem;}
   .rt_exprice_box .min_btn{background: var(--white); color: var(--heding); padding: 0 1.5rem;}
   .rt_exprice_box .min_btn::before, .rt_exprice_box .min_btn::after{background: var(--red);}
   .rt_exprice_box .min_btn:hover{color: var(--white);}
   .quality_lt{margin-left: 4rem;}
   .quality_sec .quality_box:hover {  transform: translateY(-2px);  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);  border-color: #d800007a;}



/*************************************************************************************************************feed_back_sec****************************************************************************************************************************/

    .person_img img{width: 5rem !important; height: 5rem; border-radius: 100%; object-fit: cover;}
    .feed_back_box{border-radius: .5rem; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);  -webkit-transition: .4s; transition: .4s; padding: 30px; background-color: var(--white); margin-top: 3rem; position: relative;}
    .feed_back_top {align-items: center; justify-content: space-between; border-bottom: .1rem solid #ccc; margin-bottom: 1.5rem; padding-bottom: 1.5rem;}
    .person_name{margin-top: 1rem;}
    .person_name strong{text-transform: capitalize; color: var(--heding); font-size: 2rem; line-height: 2.5rem; display: block;}
    .quty_img{position: absolute; right: 3rem; bottom: 3rem;}
    .feed_back_sec .owl-nav{display: flex; align-items: center; justify-content: space-between; font-size: 0;}
    .feed_back_sec .owl-prev, .feed_back_sec .owl-next{width: 4rem; height: 4rem; display: flex; align-items: center; justify-content: center; border: .2rem solid var(--heding); position: absolute; left: -7rem; top: 50%; transform: translateY(-50%);}
    .feed_back_sec .owl-prev::before, .feed_back_sec .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f104"; color: var(--heding); font-size: 1.8rem;}
    .feed_back_sec .owl-next::before{content: "\f105";}
    .feed_back_sec .owl-next{left: inherit; right: -7rem;}


/*************************************************************************************************************faq_and_sec****************************************************************************************************************************/
    
    .faq_heading{font-size: 1.8rem; text-transform: capitalize; color: var(--black); line-height: 2.8rem;  margin-right: 5rem;}
    .faq_number{font-size: 2rem; color: var(--brand); font-weight: 700; line-height: 1; margin-right: 2rem;}
    .faq_content .accordion-button:not(.collapsed){background: transparent;}
    .faq_content .accordion-button {padding: 2rem 1.25rem;}
    .faq_content .accordion-button:focus { box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);}
    .faq_content .accordion-button:not(.collapsed)::after {content: "\f068"; background-image: none; }
    .faq_content .accordion-button::after{color: var(--brand); width: auto; height: auto; font-size: 1.8rem; background-image: none; font-family: "Font Awesome 6 Pro"; content: "\2b";}
    .faq_content .accordion-body { padding: 2rem;}
    .faq_content .accordion-body p { font-size: 1.5rem;}
    .faq_rt.faq_content .accordion-item{border: none; background: transparent;}
    .faq_rt.faq_content .accordion-button{border-bottom: .1rem solid rgba(0,0,0,.125); background: transparent;}
    .faq_rt.faq_content .accordion-button:not(.collapsed){box-shadow: none;}
    .faq_rt{background: #bc1622; padding: 3rem; position: relative; border-radius: .5rem; overflow: hidden; height: 100%; margin-left: 3rem; display: flex; align-items: center; justify-content: center;}
    .faq_rt::before{background-position: center center; background-repeat: no-repeat; background-size: cover; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; background: url(../images/shape_img_3.png); position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; content: "";}
    .faq_rt .min_btn{background: transparent; color: var(--white); border: .2rem solid var(--white); line-height: 4.6rem;}
    .faq_rt .min_btn:hover{border-color: transparent;}
    .faq_lt .accordion-item{background: transparent;}

       /* 16-june-2026 */

   .social-grid-2 { display: flex;align-items: center; gap: 1.5rem;margin-top: 2rem; font-size: 1.8rem;}
   .social-grid-2 a {color: #000000b0;}
  .faq-list-2 li {  padding-bottom: 1.4rem;}
  ul.faq-list-2 li {list-style-type: disc; list-style-position: inside;}

.batry-demand-tble{padding:20px;border-radius:8px}.batry-demand-tble .table{margin-bottom:0}.batry-demand-tble th{font-size:18px;font-weight:700;color:#000;border:0;padding-bottom:8px; padding-left: 0 ;}.batry-demand-tble td{font-size:16px;color:#000;border:0;padding:4px 0}.batry-demand-tble .table>:not(caption)>*>*{background:0 0}

@media(max-width:575px){.batry-demand-tble th { font-size: 16px;}}

/*************************************************************************************************************form****************************************************************************************************************************/

    .input_fld input[type="text"], .input_fld input[type="email"], .input_fld input[type="tel"], .input_fld input[type="password"], .input_fld textarea, .input_fld input[type="date"], .input_fld .form-select{width: 100%; border: none; height: 5rem; padding: 0 1.5rem; box-shadow: none; outline: none; -webkit-appearance: none; color: var(--black); font-size: 1.5rem; border-radius: 1rem; background: #f3f1f2;}
    .input_fld input[type="text"]::placeholder, .input_fld input[type="email"]::placeholder, .input_fld input[type="tel"]::placeholder, .input_fld input[type="password"]::placeholder,  .input_fld textarea::placeholder, .input_fld input[type="date"]::placeholder{color: #999; opacity: 1;}
    .input_fld .form-control:focus{ border-color: var(--brand); outline: 0; box-shadow: none; }
    .input_fld .form-select{background:  var(--white)  url(../images/select_arrow.png)no-repeat right 1.5rem center; background-size: 1rem; padding: 0 1rem; height: 4.9rem; cursor: pointer;}
    .input_fld button{border: none;}
    /* .search_box .input_fld button a{color: #555 !important;} */
    .input_fld .form-select:focus{border-color: var(--brand); box-shadow: none;} 
    .input_fld{margin-bottom: 1.5rem; position: relative;}
    .input_fld textarea{height: 12rem; resize: none; padding: 1.5rem;}
    .ban_frm_box .input_fld{width: 100%;}


/*--------------------------------------------------------------------------------gallery_sec----------------------------------------------------------------------------*/
    .gallery_slider_sec{display: flex; justify-content: center; align-items: center;}
    #marquee .container {overflow: hidden; width: 100%; max-width: 100%;}
    #marquee .pic-container { display: flex; animation: marquee 20s infinite linear;}

    /* #marquee:hover {
        animation-play-state: paused;
    } */

    #marquee .pic-container .pic {flex-basis: 20%; flex-shrink: 0;}
    #marquee img {  width: 100%;  object-fit: cover;  border: .1rem solid rgba(238, 231, 231, 0.9);}

/*----------------------------------------------------------------------------------portfolio------------------------------------------------------------------------------*/

    .portfolio_box{position: relative; z-index: 1; overflow: hidden; cursor: pointer;}
    .portfolio_box img{transition: 0.5s; background-size: cover;}
    .portfolio_box:hover img{-webkit-transform: scale(1.15); -moz-transform: scale(1.15); transform: scale(1.15); filter: blur(1px);}
    .portfolio_link{display: flex ;width: 100%; height: 100%;  background-color: rgba(0,0,0,0.15);  position: absolute;  top: 0;  left: 0;  justify-content: center;  align-items: center;  opacity: 0;  transform: translateY(-20%); transition: opacity 500ms ease, transform 500ms ease; color: var(--white) !important; font-size: 5rem;}
    .portfolio_box:hover .portfolio_link{opacity: 1; transform: translateY(0);}


/*************************************************************************************************************footer****************************************************************************************************************************/


    .foter_sec{position: relative; z-index: 1;}
    .foter_sec::before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; z-index: -1; background: url(../images/ft_bg_img_1.png); filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg); opacity: .03; transition: background .3s,border-radius .3s,opacity .3s;}
    .ft_logo img{width: 15rem; margin: 0 0 1.5rem 0;}
    .foter_sec{padding-top: 4rem;}
    .ft_txt{padding-bottom: 3rem;}
    .ft_bootom{border-top: .1rem solid #ffffff24; padding: 1.5rem 0; align-items: center; justify-content: space-between; position: relative;}
    .ft_bootom span a{color: var(--white); border-bottom: .1rem solid var(--white);}
    .ft_bootom span{color: var(--white);}
    .ft_txt p, .ft_products_list li a, .ft_con_list li, .ft_con_list li a, .ft_menu_list li a{color: #afb5bb;}
    .ft_heding{font-family: "Poppins", sans-serif; text-transform: capitalize; font-size: 2rem; line-height: 2.5rem; color: var(--white); letter-spacing: .2rem; position: relative;}
    .decor{border: .1rem solid var(--brand); height: 1rem; width: 1rem;  display: inline-block; border-radius: 50%; position: relative; margin-left: 71px;}
    .decor::before, .decor::after{content: ""; height: .1rem; left: -7.1rem; position: absolute; top: .4rem; width: 6rem; background: var(--brand) none repeat scroll 0 0;}
    .decor::after{right: -7.1rem; left: inherit;}
    .ft_products_list li a{position: relative; text-transform: capitalize; display: inline-block; padding: 1.5rem 0 0 2.5rem;}
    .ft_products_list li a::before{font-family: "Font Awesome 6 Pro" ; position: absolute; left: 0; bottom: 0; content: "\f178"; transform: rotate(-45deg);}
    .ft_products_list li a:hover{color: var(--red);}
    .ft_con_list li{margin-top: 2.5rem; font-size: 1.8rem; position: relative; padding-left: 5rem;}
    .ft_con_list li a:hover{color: var(--red);}
    .ft_con_list li:first-child{margin-top: 0;}
    .ft_con_list li:not(:first-child) .ft_con_icon{top: -.3rem;}
    .ft_con_icon i{color: var(--white);}
    .ft_con_icon{width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; background: rgba(255,255,255,.2); border-radius: .2rem; font-size: 1.5rem;}
    .ft_top_lt{border-right: .1rem solid #ffffff24;}
    .ft_top_rt{padding-left: 4rem;}
    .ft_top_lt .cumll:nth-child(1) .ft_txt{padding-right: 6rem;}
    .ft_menu_list li{display: inline-block; text-transform: capitalize; font-size: 1.8rem;}
    .ft_menu_list li a{text-transform: capitalize; position: relative; display: inline-block; padding: 1.5rem .8rem 0 2rem; position: relative;}
    .ft_menu_list li a::before{position: absolute; left: 0; top: 2.3rem; width: .8rem; height: .8rem; background: var(--red); content: "";}
    .ft_menu_list li a:hover{color: var(--red);}
    .ft_social_list li{display: inline-block;}
    .ft_social_list li a{color: var(--white); width: 3rem; height: 3rem; background: var(--red); margin: 1.5rem 1rem 0 0; display: flex; align-items: center; justify-content: center; border-radius: 100%;}


/*************************************************************************************************************contact_page****************************************************************************************************************************/


    .iner_banr .banner_box img{height: 30rem; object-fit: cover;}
    .inr_con_box{border: .1rem solid #eee; border-radius: 1rem; padding: 3rem; display: flex; align-items: center; gap: 1.5rem; position: relative; margin-top: 4rem; position: relative;}
    .sub_txt_con_box{display: inline-block; background: var(--white); padding: .5rem 1rem; position: absolute; left: 2.2rem; top: -1.7rem;}
    .iner_con_icon{width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; background: var(--red); color: var(--white); position: absolute; left: 3rem; top: 3.2rem; border-radius: .2rem;}
    .iner_con_txt small{display: block; font-size: 1.4rem; line-height: 1.4rem;}
    .iner_con_txt a, .iner_con_txt p{font-size: 1.8rem; color: var(--heding); font-weight: 500;}
    .iner_con_txt{display: inline-block; padding-left: 4.5rem;}
    .inr_con_frm_rt{background: var(--white); padding: 3rem; box-shadow: 0px 32px 63px -12px rgba(16, 24.000000000000014, 40, 0.1411764705882353); border: .1rem solid #E3E3E3; border-radius: .5rem;}
    .inr_con_frm_lt{margin-right: 2rem; border-radius: .5rem; overflow: hidden;}
    .inr_con_frm_lt, .inr_con_frm_lt img{height: 100%; object-fit: cover;}
    .iner_con_map iframe{width: 100%; height: 30rem;}
    .iner_banr .banner_box h1{background: rgba(0, 0, 0, 0.3); padding: 1rem 1.5rem; border-radius: .5rem;}


/*************************************************************************************************************products_page****************************************************************************************************************************/


    /*-----------------------------------------------------------------load_more-------------------------------------------------*/
    .prtdt_content, .prtdt_content_2 {display: none;}
    .noContent {color: #000 !important; background-color: transparent !important;pointer-events: none;}
    .noContent::before{display: none;}
    .main_btn{text-transform: uppercase; color: var(--red); display: block; margin: 3rem 0 0 0; font-weight: 600; letter-spacing: .2rem;}
    .main_btn:hover{color: var(--red);}


/****************************************************************************************product_dtls*******************************************************************************************************************************************/
    
    .iner_baner{margin-top: 7.6rem;}
    .iner_baner .banner_box {padding: 9.2rem 0 3.6rem;}
    #sync1.owl-theme {position: relative;}
    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev { width: 2.2rem; height: 4rem; margin-top: -2rem; position: absolute; top: 50%;  }
    #sync1  .owl-prev { left: 1rem; }
    #sync1  .owl-next { right: 1rem;}
    .product_slider #sync1 .owl-prev{ display: none !important;}
    .product_slider #sync1 .owl-next{ display: none !important;}
    .product_slider .owl-dots{ display: none !important;}
    .product_slider #sync2 .owl-item.active.current img{ opacity: 0.8;}
    .product_slider #sync2 .owl-prev{ display: none !important;}
    .product_slider #sync2 .owl-next{ display: none !important;}
    .product_slider img{display: inline-block !important;}
    .product_slider #sync2 img{width: 100% !important; border-radius: .5rem;}
    .product_slider #sync2{ margin-top: 2rem; }
    .product_slider #sync2 .owl-item{ border: .1rem solid #d4d4d4; padding: .5rem; border-radius: .5rem;}
    .product_slider #sync1{ border: .1rem solid #d4d4d4; border-radius: 1rem; overflow: hidden;}
    .product_dtls_rt h4{font-size: 2.2rem; line-height: 2.8rem; margin: 0 0 1rem 0;}
    .product_dtls_rt{margin-left: 2rem;}    
    .main_rating_box { background: #FFC107; display: inline-block; color: var(--white); padding: .4rem .4rem .4rem .6rem; border-radius: .3rem; font-weight: 500; font-size: 1.2rem; vertical-align: middle; margin-top: .8rem; line-height: 1.2rem;}
    .rating_dtls_flex{align-items: center; gap: 1rem; color: var(--heding); font-weight: 600; margin: 1.5rem 0;}
    .decly_txt {color: var(--blue);}
    .product_dtls_review_info h4{border-bottom: .1rem solid #dee2e6;  font-size: 2rem; line-height: 2.5rem;}
    .rve_top_flex{align-items: center; justify-content: space-between; margin-top: 2rem;}
    .rve_top_flex .main_btn {padding: 0 2rem; height: 3.5rem; line-height: 3.5rem;}
    .rat_base_flex{gap: 0 1rem; align-items: center;}
    .rat_base_flex .rating li {margin: 0 .2rem 0 0 !important;}
    .ptf_dtls_rating_box { border-top: .1rem solid #eee; display: flex; gap: 2rem; margin-top: 1.5rem; padding-top: 1.5rem; position: relative;}
    .ptf_dtls_rating_txt h4{border-bottom: none;}
    .ptf_dtls_rating_icon img {border-radius: 100%;}    
    .minmi_cart_flex{align-items: center; gap: 0 2rem; margin: 1rem 0 2rem 0;}
    .moretext {display: none;}
    .moreless-button{color: var(--heding) !important; text-transform: uppercase; font-weight: 600; letter-spacing: .2rem; display: inline-block; margin: 1.8rem 0 0 0; letter-spacing: .5rem; position: relative; cursor: pointer; font-size: 1.4rem;}
    .moreless-button::before{position: absolute; right: -1.8rem; bottom: 0; width: 2rem; height: .2rem; background: var(--brand); content: "";}
    /* .dat_para_flex{align-items: center; justify-content: space-between; width: 100%;} */
    .ptf_dtls_rating_icon{display: block; width: 7rem; position: absolute; left: 0; top: 2rem;} 
    .ptf_dtls_rating_txt {width: 100%; padding-left: 9rem; position: relative;}
    .date_para{ font-size: 1.4rem; color: #444;}
    .slimilar_product_sec .owl-nav.disabled, .slimilar_product_sec .owl-nav{display: flex; align-items: center; gap: 0 1rem; font-size: 0;}
    .slimilar_product_sec .owl-prev, .slimilar_product_sec .owl-next{background: var(--brand); width: 3.5rem; height: 3.5rem; display: flex; align-items: center; justify-content: center; position: absolute; left: -3rem; top: 50%; transform: translateY(-50%);}
    .slimilar_product_sec .owl-prev::before, .slimilar_product_sec .owl-next::before{font-family: "Font Awesome 6 Pro"; content: "\f060"; color: var(--white); font-size: 1.4rem;}
    .slimilar_product_sec .owl-next::before{content: "\f061";}
    .slimilar_product_sec .owl-next{left: inherit; right: -3rem;}
    .fixed_lt { position: -webkit-sticky; position: sticky; top: 6.4rem; bottom: 0; z-index: 2; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start;}
    .product_dtls_rt .main_price-amount {font-size: 2.5rem; }
    .made_line {font-size: 1.5rem;}
    .dtls_rt_para{border-width: .1rem 0 .1rem 0; border-style: dashed ; border-color: #ccc; margin: 3rem 0 1.5rem 0; padding: 1.5rem 0;}
    .table_box {border-collapse: collapse; border: .2rem solid rgb(200,200,200); letter-spacing: 1px; font-size: 1.5rem; margin-top: 5rem; width: 100%;}
    .table_box td, th { border: .1rem solid rgb(190,190,190); padding: 1rem 2rem;}
    .table_box th {background-color: rgb(235,235,235); text-align: center;}
    .table_box td {text-align: center;}
    .table_box tr:nth-child(even) td {background-color: rgb(250,250,250);}
    .table_box tr:nth-child(odd) td { background-color: rgb(245,245,245);}
    .table_box caption {padding: 1rem;}
    .table_area .table td {min-width: 10rem;}
    .dtls_flex_btn li{display: inline-block;}

    .dtls_flex_btn li:not(:last-child){margin: 0 1.5rem 0 0;}
    .dtls_flex_btn li:last-child .min_btn{background: #f2f6f7; box-shadow: none;  color: var(--red);}
    .dtls_flex_btn li:last-child .min_btn:hover{color: var(--white);}
    .review_btn_txt{text-transform: uppercase; color: var(--brand) !important; font-size: 1.4rem; font-weight: 600; letter-spacing: .2rem; border-bottom: .1rem solid var(--brand); display: inline-block;}
    .rating_rt{position: absolute; right: 0; top: 0;}
    .slimlair_product .product_box{border: .1rem solid #eff0f1;}
    .slimlair_product .owl-nav{display: flex; align-items: center; justify-content: space-between;}
    .slimlair_product .owl-prev, .slimlair_product .owl-next{background: var(--heding); width: 5rem; height: 3rem; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1.4rem; text-transform: uppercase; position: absolute; left: -2rem; top: 50%; transform: translateY(-50%); letter-spacing: .1rem;}
    .slimlair_product .owl-next{left: inherit; right: -2rem;}
    .price_box{color: var(--black);}
    .main_price-amount{font-size: 1.8rem; font-weight: 700; line-height: 1.6em;  display: inline-block; padding: 0 0 0 .5rem;}
    .product_dtls_rt .main_price-amount {font-size: 2.5rem;}
    .features_list li{margin-top: 1rem; position: relative; padding-left: 2rem;}
    .features_list li::before{position: absolute; left: 0; top: .7rem; width: .8rem; height: .8rem; border: .1rem solid var(--red); content: ""; border-radius: 100%;}

/****************************************************************************************faq_page*******************************************************************************************************************************************/

    .iner_faq_lt{margin-right: 2rem;}
    .faq_con_frm_sec .input_fld input[type="text"], .faq_con_frm_sec .input_fld input[type="tel"], .faq_con_frm_sec .input_fld input[type="email"], .faq_con_frm_sec .input_fld textarea{background: var(--white);}
    .iner_faq_rt, .iner_faq_rt img{height: 100%; object-fit: cover;}


/****************************************************************************************about_page*******************************************************************************************************************************************/

    .iner_ab_box{background: #f6f6f6; padding: 3rem; border-radius: .5rem; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center;}
    .iner_ab_box h2{font-size: 7.5rem; -webkit-text-stroke-color: var(--red); -webkit-text-stroke-width: .1rem; color: transparent; line-height: 8.5rem;}
    .iner_ab_ratinf_box{padding: 3rem; border-radius: .5rem; position: relative; height: 100%; display: flex; align-items: center; justify-content: center; border-radius: .5rem; overflow: hidden;}
    .iner_ab_ratinf_box::before{background-color: #022d62; opacity: .6; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0;}
    .iner_ab_sec .ciml{margin-top: 3rem;}
    .winning_img img{max-width: 53%; margin-top: 1rem;}
    .iner_ab_box_last{background: transparent; border: .1rem solid #eee;}
    .iner_ab_box_last_othr{background: var(--red);}
    .iner_ab_box_last_othr_1{background: var(--heding);}
    .iner_ab_box_last_othr_1 .counter_box{background: transparent; width: auto; height: auto;}
    .iner_ab_para_lt, .iner_ab_para_rt{margin-top: 3rem;}
    .iner_ab_para_rt{margin-left: 2rem;}
    .iner_ab_para_lt{border-radius: .5rem; overflow: hidden;}
    .text_list li{position: relative; margin-top: 1.5rem; padding-left: 2.5rem;}
    .text_list li::before{font-family: "Font Awesome 6 Pro"; content: "\f058"; color: var(--brand); font-weight: 600; position: absolute; left: 0; top: -.1rem;}
    .iner_ab_cal_sec{background: #f4f4fa;}
    .iner_ab_cal_sec::before{position: absolute; left: 0; bottom: 0; background: url(../images/shape_img_1.png); background-position: bottom center;  background-repeat: no-repeat; background-size: cover; opacity: 0.2; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; content: ""; width: 100%; height: 100%;}
    .iner_ab_cal_sec .container{max-width: 100%; padding: 0;}
    .iner_ab_cal_rt{clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%); height: 100%; object-fit: cover;}
    .iner_ab_cal_lt {padding: 5rem 3rem 5rem 8rem; max-width: 80rem;}
    .established_box{margin-top: 4rem; position: relative; border: .1rem solid #eee; padding: 3rem; border-radius: .5rem;}
    .year_txt{font-size: 6rem; position: absolute; left: 0; top: 5.8rem; transform: rotate(-90deg);  color: var(--red); font-weight: 500;}
    .established_txt{padding-left: 7rem;}
    .vi_mi_info{box-shadow: 0px 0px 10px 0px rgba(207.39999999999998, 193.42304347826087, 193.42304347826087, 0.5); transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; background: var(--white); padding: 1.5rem;}
    .vi_mi_txt {padding-top: 1.5rem;}
    .vi_mi_img{border-radius: .5rem; overflow: hidden;}
    .vi_mi_txt h4{border-bottom: .1rem dashed #ccc; padding-bottom: 1rem; margin-bottom: 1rem;}
    .ai_ab_cal_sec::before{background-color: #022d62; opacity: .7;content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0;}
    .ai_ab_cal_list li{color: var(--white); border-right: .2rem solid var(--white); padding: 0 1rem; margin-top: 2rem; text-transform: capitalize; display: inline-block; font-size: 2rem; line-height: 2rem; font-weight: 600;}
    .ai_ab_cal_sec {background-attachment: fixed !important;}


/****************************************************************************************gallery_page*******************************************************************************************************************************************/

    .iner_gallery_sec .portfolio_box{margin-top: 3rem;}



/****************************************************************************************certifications_page*******************************************************************************************************************************************/

    .iner_certifications_img .img{max-width: 100%;}


/****************************************************************************************feed_back_page*******************************************************************************************************************************************/
    
    .iner_fed_back_sec .feed_back_box{margin-top: 3rem;}


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

    .nav_top .dropdown .dropdown-menu { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
            -o-transition: all 0.3s;transition: all 0.3s; max-height: 0; display: block; opacity: 0; visibility: hidden;  margin:0; border: none; border-bottom: .5rem solid var(--brand); 
            background:#fff !important; width: 19rem; padding: 0; border-radius: .5rem; left: 0; right: inherit; padding: .5rem 1.5rem 1.2rem 1.5rem; -webkit-box-shadow: 0 1rem 3rem 0 rgba(45,45,45,.2);
            box-shadow: 0 1rem 3rem 0 rgba(45,45,45,.2);}
        
    .nav_top .dropdown:hover .dropdown-menu { max-height: 30rem !important;  opacity: 1; visibility: visible; }

    }


/*************************************************************************************************************responsive****************************************************************************************************************************/
    
    
    @media only screen and (max-width: 2000px){

        .quality_sec .container{max-width: 100%; padding: 0 8rem;}
    }

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

/*         .bannersec {margin-top: 9.2rem;} */
        .menu_sec {margin-right: 39rem;}
        .quality_mid img {max-width: 100%;}
        .quality_lt {margin-left: 2rem;}
/*         .banrt_txt {top: 6.3rem; left: 5.5rem;} */
		  .banrt_txt {left: 5.5rem;}
        .banrt_txt strong {font-size: 3rem; line-height: 4rem;}
		.banner_rt_panel {left: 5.5rem;}
		
  /* carrer-page */   
		
	.carrer-innr-bnr .banrt_txt {  top: 50%; transform: translateY(-50%);}
		
    }

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

        .feed_back_sec .owl-prev{left: -3rem;}
        .feed_back_sec .owl-next {right: -3rem;}
        .menu_sec {margin-right: 42rem;}
    }

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

        .heer_top_ph {right: 11rem;}
        .menu_sec {margin-right: 31rem;}
		
    /****************************************************************************************about_page*******************************************************************************************************************************************/
        
        .iner_ab_cal_lt {padding: 5rem 3rem 5rem 6rem; max-width: 100%;}
        .iner_ab_para_lt img{height: 100%; object-fit: cover;}
        .iner_ab_para_lt{height: 90%;}
        .iner_banr .banner_box img {height: 25rem;}
    }

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

        .menu_sec li a {padding: .5rem 2.5rem .5rem 0;}
        .drop_arw::after {right: 1rem;}
        .quality_sec .container {padding: 0 3rem;}
        .quality_box{padding: 2rem 1.5rem;}
        .quality_numbr {left: 20px; top: 2rem;}
        .quality_box p.pt-4{padding-top: .5rem  !important;}
        .quality_lt {margin-left: 1rem;}
        .faq_rt {margin-left: 1.5rem;}
        .banrt_txt {max-width: 61rem;}

    /****************************************************************************************about_page*******************************************************************************************************************************************/
        .iner_ab_cal_lt  h2 { font-size: 3.5rem; line-height: 4.5rem;}
        .year_txt {top: 6.9rem;}
    }

    @media only screen and (max-width: 1199px){
        
        .nav_top .navbar-toggler {color: transparent; border: none; padding: 1rem; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; margin-right: -1rem;}
        .nav_top .navbar-toggler .icon-bar {display: block; width: 3rem; height: .4rem; border-radius: .3rem; background-color: var(--white); opacity: 1; -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
        .nav_top .navbar-toggler .icon-bar + .icon-bar {margin-top: .4rem;}
        .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2){opacity: 0;  width: 0px;}
        .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-webkit-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); width: 25px; margin-top: -11px;}
        .nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-webkit-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
        .heer_top_mail {right: 7rem;}
        .heer_top_ph {right: 16rem;}
        .nav_top{padding: 0 1.5rem;}
        .heer_top_mail { right: 6rem;}
        .nav_top .navbar-collapse.show{left: 0;}
        .nav_top .navbar-collapse{position: fixed; top: 0; left: -30.10rem; background: var(--white); z-index: 999999; width: 20.80rem; padding: 2.5rem 1rem; height: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; overflow-y: auto; min-height: 100vh; border-right: .5rem solid var(--brand);}
        .menu_sec{margin-right: 0;}
        .menu_sec li a{color: var(--heding); display: block; border-bottom: .1rem dashed #ccc; padding: 1.5rem;}
        .drop_arw::after{color: var(--heding); padding: .5rem; font-size: 1.8rem; top: 1rem; right: 0;}
        .menu_sec .dropdown { margin-right: 0;}
        .banner_box img{height: 40rem; object-fit: cover;}
        .banrt_txt strong {font-size: 2.5rem; line-height: 3.5rem;}
/*         .banrt_txt {top: 4.3rem; left: 5.5rem;} */
		 .banrt_txt {top: 37%; left: 5.5rem;}
        .nav_top .navbar-brand {border-right: none; padding: .5rem 0 .5rem 0;}
        h1, h2 {font-size: 3.5rem; line-height: 4.5rem;}
        .ab_sce h1 {font-size: 2.2rem; line-height: 3.2rem;}
        .awards_rt {margin: 3rem 0 0 0;}
        .quality_mid {margin-top: 3rem;}
        .quality_lt {margin-left: 0;}
        .feed_back_sec .owl-prev {left: -2rem;}
        .feed_back_sec .owl-next {right: -2rem;}
        .faq_rt{padding: 2rem;}
        .ft_menu_list li a {padding: 1.5rem .4rem 0 1.5rem;}
        #marquee .pic-container .pic {flex-basis: 25%;}
		
/* 		home-page */
		.banner_rt_panel { top: 64% } 
    /****************************************************************************************about_page*******************************************************************************************************************************************/

        .iner_ab_cal_lt {padding: 5rem 0rem 5rem 3rem;}
        .year_txt {top: 8.4rem;}

    /****************************************************************************************contact_page*******************************************************************************************************************************************/
            
        .inr_con_frm_lt {margin-right: 1rem;}
    
    }

    @media only screen and (max-width: 991px){
        
        .faq_rt{margin: 3rem 0 0 0;}
        .ft_top_rt {padding-left: 0;}
        .ft_con_list li{display: inline-block; margin: 2.5rem 1rem 0 0; padding-left: 4rem;}
        .ft_con_list li:last-child{margin-right: 0;}
        .ft_top_lt {border-right-color: transparent;}
        .faq_rt{height: auto;}
        .ptb{padding: 5rem 0;}
        .iner_ptb{padding: 2rem 0 5rem 0;}

/* 		home-page */
		
.bannersec .carousel-indicators { display: none;}
    /****************************************************************************************about_page*******************************************************************************************************************************************/
        
        .iner_ab_para_lt img, .iner_ab_para_lt {height: auto;}
        .iner_ab_para_rt{margin-left: 0;}
        .iner_ab_cal_rt{height: 30rem; clip-path: none;}
        .iner_ab_cal_lt{padding: 3rem;}  
        .year_txt{transform: rotate(0); position: inherit; left: inherit; top: inherit;}
        .established_txt {padding: 1rem 0 0 0;}

    /****************************************************************************************faq_page*******************************************************************************************************************************************/
        
        .iner_faq_lt {margin: 0 0 2rem 0;}
        .iner_faq_rt, .iner_faq_rt img{height: auto;}

    /****************************************************************************************contact_page*******************************************************************************************************************************************/
        
        .inr_con_frm_lt, .inr_con_frm_lt img { height: auto;}
        .inr_con_frm_lt{margin-bottom: 3rem;}

    /****************************************************************************************product_dtls*******************************************************************************************************************************************/

        .product_dtls_rt{margin: 3rem 0 0 0;}
        .table_box td{min-width: 17rem;}
        .table_box{margin-top: 3rem;}
        .dtls_rt_para {margin: 2rem 0 1.5rem 0;}
        
    }

    @media only screen and (max-width: 767px){
        
        .container, .quality_sec .container{max-width: 100%; padding: 0 1.5rem;}
        .banner_rt_panel{position: inherit; left: inherit; bottom: inherit;}
        .banner_right{margin-top: 3rem; box-shadow: 0 0.5rem 1rem #00000026; padding: 1.5rem;}
        .banrt_txt {left: 2.5rem; max-width: 42rem;}
        .banrt_txt strong{font-size: 2rem; line-height: 3rem;}
        .banrt_txt strong em{display: block;}
        .fint_btn{margin: 1rem 0 0 0; background: var(--red); border-color: transparent;}
        .banner_box img {height: 30rem;}
        .heer_top_cal_txt{display: none;}
        .heer_top_ph {right: 17rem;}
        .heer_top_mail a {color: var(--white); width: 5rem; height: 5rem; display: flex; font-size: 2rem; border: .2rem solid var(--white); background: transparent; border-radius: 100%;}
        .heer_top_mail {top: 1.2rem;}
        .feed_back_sec .owl-prev {left: -1rem;}
        .feed_back_sec .owl-next {right: -1rem;}
        .feed_back_sec .owl-prev, .feed_back_sec .owl-next {width: 3rem; height: 3rem;}
        #marquee .pic-container .pic {flex-basis: 33%;}
        .ft_bootom{flex-direction: column; text-align: center;}
        .ft_top_lt .cumll:nth-child(1) .ft_txt {padding-right: 0;}
        .ptb{padding: 4rem 0;}
        .iner_ptb{padding: 1rem 0 4rem 0;}
        h1, h2 {font-size: 3.2rem; line-height: 4.2rem;}
        .ft_products_list li{display: inline-block;}
        .ft_products_list li:not(:last-child){margin-right: 1rem;}

    /****************************************************************************************about_page*******************************************************************************************************************************************/
        
        .iner_ab_cal_lt h2 {font-size: 3rem; line-height: 4rem;}
        .vi_mi_sec .cuml:not(:last-child) .vi_mi_box{margin-bottom: 1.5rem;}

    /****************************************************************************************product_dtls*******************************************************************************************************************************************/
        .slimlair_product .owl-prev{left: 0;}
        .slimlair_product .owl-next{right: 0;}
        .slimlair_product .owl-prev, .slimlair_product .owl-next {top: 46%;}
        
    }


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

        .nav_top {padding: 0 1rem;}
        .nav_top .navbar-brand img {width: 12rem;} 
        .heer_top_cal_icon {width: 3.2rem; height: 3.2rem;}
        .quality_lt ul li{width: 100%; padding: 0 .5rem;}
        .quality_lt ul{margin: 0 -.5rem;}
        .heer_top_mail a {width: 4rem; height: 4rem;}
        .heer_top_ph {right: 15rem;}
        .nav_top .navbar-toggler{margin-right: -.5rem; padding: .5rem;}
        .nav_top .navbar-toggler .icon-bar{width: 2.5rem;}
        .heer_top_mail {right: 4.5rem;}
        .heer_top_ph {right: 13rem;}
        .heer_top_ph::before {left: -1.6rem; height: 6.2rem;}
        .header_sec .container {padding: 0 1rem;}
        .banrt_txt strong {font-size: 1.8rem; line-height: 2.6rem;}
        .banrt_txt {left: 1.5rem; max-width: 100%; }
        .min_banr .banrt_txt{max-width: 100%; right: 1.5rem; top:50%;}
        .banrt_txt strong{padding: 1.5rem;}
        .ab_sce h1 {font-size: 1.6rem; line-height: 2.8rem;}
        h1, h2 {font-size: 2.5rem; line-height: 3.5rem;}
        .awards_rt  h4{font-size: 2rem; line-height: 3rem;}
        .feed_back_txt p{font-size: 1.5rem; line-height: 2.8rem;}
        .feed_back_box{padding: 2rem 3rem;}
        .faq_heading {margin-right: 2rem;}
        .faq_number {margin-right: 1rem;}
        .histy_content_info::after { top: 10.1rem;}
        .text_btn a{display: block; padding: .2rem; margin-top: .8rem;}
        .iner_ptb{padding: 2rem 0 4rem 0;}
        .bannersec {margin-top: 8rem;}
        .bannersec .carousel-indicators {bottom: 1rem;}
        .histy_content_info .owl-dots{margin-top: 2rem;}
        .ft_products_list li:not(:last-child) {margin-right: .5rem;}
        

    /****************************************************************************************about_page*******************************************************************************************************************************************/
        
    
        .iner_banr .banner_box img {height: 13rem;}
        .iner_banr .banrt_txt{top: inherit; bottom: 1.7rem;}
        .iner_ab_box, .iner_ab_ratinf_box{height: auto;}
        .iner_ab_para_rt h3{font-size: 2.5rem; line-height: 3.5rem;}
        .iner_ab_cal_lt{padding: 3rem 1.5rem;}
        .iner_ab_cal_rt {height: 23rem;}
        .year_txt {font-size: 5rem;}


    /****************************************************************************************contact_page*******************************************************************************************************************************************/


        .iner_con_icon {left: 2rem; top: 2.2rem;}
        .iner_con_txt a, .iner_con_txt p{font-size: 1.5rem;}
        .iner_con_map iframe {height: 20rem;}
        


    /****************************************************************************************product_dtls*******************************************************************************************************************************************/
        
        .dtls_flex_btn li:not(:last-child) {margin: 0 .5rem 0 0;}
        .dtls_flex_btn li .min_btn {padding: 0 1.5rem; font-size: 1.2rem; height: 3.5rem; line-height: 4rem; margin-top: 1.5rem;}
        .table_box td:nth-child(3){min-width: 21rem;}
        .rve_top_flex {flex-direction: column;}
        .rat_base_flex p{padding-bottom: .8rem;}
        .ptf_dtls_rating_icon{position: inherit; left: inherit; top: inherit;}
        .ptf_dtls_rating_txt {padding-left: 0;}
        .ptf_dtls_rating_box{flex-direction: column; gap: 1rem;}


    /****************************************************************************************gallery_page*******************************************************************************************************************************************/
        .iner_gallery_sec  .portfolio_link{font-size: 4rem;}




        .product_box, .histy_content_box, .rt_exprice_box, .quality_lt ul li, .awards_rt, .iner_ab_sec .ciml, .iner_ab_para_lt, .iner_ab_para_rt, .established_box, .inr_con_box, .product_dtls_rt, .table_box, .iner_gallery_sec .portfolio_box, .iner_fed_back_sec .feed_back_box{margin-top: 2rem;}
        .rt_exprice_box, .established_box, .inr_con_box, .inr_con_frm_rt{padding: 2rem;}

        
    }

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

    }




/* Inspection & Maintanance-17-june-2026 */
.battery-mainte-bnr{position: relative; isolation: isolate;}.battery-mainte-bnr .content-col{padding:80px 60px 30px;z-index:2}.battery-mainte-bnr .content-wrapper{max-width:60%;width:100%;margin-top:2rem;position:relative}.battery-mainte-bnr .main-heading{color:var(--white);font-size:55px;font-weight:700;line-height:70px;margin-bottom:24px;letter-spacing:.02rem}.battery-mainte-bnr{position:relative;overflow:clip;background-size:cover!important;background-repeat:no-repeat!important;background-position:bottom center!important;padding:5rem;z-index:1}.battery-mainte-bnr .description{color:rgba(255,255,255,.8);font-size:16px;line-height:25px;margin-bottom:36px}.battery-mainte-bnr .btn-group-custom{display:flex;gap:15px;flex-wrap:wrap}.battery-mainte-bnr .btn-group-custom .btn{font-size:1.5rem;font-weight:600;padding:12px 28px;border-radius:4px;letter-spacing:.5px;display:inline-flex;align-items:center;transition:.3s}.battery-mainte-bnr .btn-brand{background-color:var(--brand);color:var(--white);border:2px solid var(--brand)}.battery-mainte-bnr .btn-brand:hover,.btry-insect-cta .btn-brand-cta:hover{background-color:var(--red);border-color:var(--red);color:var(--white)}.battery-mainte-bnr .btn-outline-custom{background-color:transparent;color:var(--white);border:2px solid var(--white)}.battery-mainte-bnr .btn-outline-custom:hover{background-color:var(--white);color:var(--black)}.battery-mainte-bnr .btn i{font-size:11px}.battery-mainte-bnr .battery-img-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;clip-path:polygon(12% 0%,100% 0%,100% 100%,0% 100%);border-left:4px solid var(--brand)}.battery-mainte-bnr .battery-image-wrapper{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px;animation:.8s ease-out fadeInLeft}.battery-mainte-bnr .battery-image{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:.4s;object-fit:cover}.batry-maint-3 .maintenance-image:hover,.battery-mainte-bnr .battery-image:hover{transform:translateY(-8px);box-shadow:0 16px 50px rgba(231,23,34,.15)}.battery-mainte-bnr .battery-care-content{display:flex;flex-direction:column;gap:1.5rem;animation:.8s ease-out fadeInRight}.battery-mainte-bnr .care-guide-label{display:inline-block;width:fit-content}.battery-mainte-bnr .label-text{display:inline-block;font-size:.85rem;font-weight:700;letter-spacing:2px;color:var(--brand);text-transform:uppercase;padding:.5rem 1rem;background:rgba(231,23,34,.1);border-left:3px solid var(--brand)}.batry-maint-3 .maintenance-title,.battery-mainte-bnr .care-guide-title{font-size:2rem;font-weight:700;color:var(--heding);line-height:1.3;letter-spacing:-.5px;margin:0}.battery-mainte-bnr .care-guide-description{font-size:1rem;color:var(--body_txt_color);line-height:1.7;margin:0}.battery-mainte-bnr .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}.battery-mainte-bnr .benefit-card{display:flex;gap:1rem;padding:1.5rem;background:var(--white);border:1px solid #e0e0e0;border-radius:8px;transition:.4s;cursor:pointer}.battery-mainte-bnr .benefit-card:hover{border-color:var(--brand);box-shadow:0 8px 24px rgba(231,23,34,.12);transform:translateY(-4px)}.battery-mainte-bnr .benefit-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,var(--brand) 0,var(--red) 100%);border-radius:50%;color:var(--white);font-size:1.8rem;flex-shrink:0;transition:.3s}.battery-mainte-bnr .benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(10deg);box-shadow:0 8px 20px rgba(231,23,34,.3)}.battery-mainte-bnr .benefit-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.sub-tle-3{font-size:20px;font-weight:500;color:var(--red);padding-bottom:.5rem;display:inline-block}.sec-tle-2{font-size:34px;padding-bottom:1.4rem}.batry-inspec-2 .benefits-grid{display:flex;gap:3rem;align-items:center;justify-content:center;text-align:center;margin-top:1rem;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:1.4rem}.battery-mainte-bnr .benefit-title{font-size:.95rem;font-weight:600;color:var(--heding);margin:0;line-height:1.3}.battery-mainte-bnr .benefit-text{font-size:.85rem;color:var(--body_txt_color);margin:0;line-height:1.5}.batry-inspec-2 .benefits-grid .benefit-card .benefit-content .benefit-title{font-size:17px;line-height:29px;text-align:center;margin-bottom:1rem}.batry-inspec-2 .benefit-card{border-radius:6px;text-align:center;transition:.3s;height:100%;display:flex;flex-direction:column;align-items:center;gap:.5rem}.batry-inspec-2 .benefit-icon{width:52px;height:52px;margin:0 auto 12px;border:2px solid #d91f26;border-radius:50%;display:flex;align-items:center;justify-content:center}.batry-inspec-2 .benefit-icon i{color:#d91f26;font-size:22px}.batry-inspec-2 .benefit-title{font-size:18px;font-weight:700;color:#0c2d63;margin-bottom:8px;line-height:1.3}.batry-inspec-2 .benefit-text{font-size:16px;color:#666;margin:0;line-height:1.6}.batry-maint-3 .maintenance-image-wrapper{display:flex;align-items:center;justify-content:center;height:100%;min-height:450px}.batry-maint-3 .maintenance-image{width:100%;max-width:400px;height:auto;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:.4s;object-fit:cover}.batry-maint-3 .maintenance-content{display:flex;flex-direction:column;gap:2rem}.batry-maint-3 .maintenance-tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.batry-maint-3 .tips-column{display:flex;flex-direction:column}.batry-maint-3 .maintenance-tip{display:flex;gap:.8rem;align-items:flex-start;transition:.3s;padding-bottom:21px}.batry-maint-3 .tips-column{display:flex;flex-direction:column;gap:1.2rem;padding-right:1.5rem;border-right:1px solid #00000045}.batry-maint-3 .maintenance-tips-grid .tips-column:last-child{border-right:none;padding-right:0}.batry-maint-3 .tip-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--brand);color:var(--white);font-size:1.3rem;font-weight:700;flex-shrink:0;line-height:1;transition:.3s;border-radius:50%;margin-right:.5rem}.batry-maint-3 .tip-text{font-size:1.6rem;color:var(--body_txt_color);line-height:26px;margin:0;text-align:left}.batry-tsti-metho .method-card{background-color:var(--white);border:1px solid #0000001f;border-radius:12px;padding:30px 25px;width:100%;box-shadow:0 10px 30px #0000001c;transition:transform .3s,box-shadow .3s}.batry-tsti-metho .method-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(6,23,91,.06)}.batry-tsti-metho .icon-box{margin-right:20px;flex-shrink:0}.batry-tsti-metho .icon-box i{font-size:45px;color:var(--brand);display:block}.batry-tsti-metho .card-content,.btry-insect-fea-txt-3 .info-check-list li span{flex-grow:1}.batry-tsti-metho .card-heading{color:var(--heding);font-size:19px;font-weight:700;line-height:28px;margin-bottom:15px;margin-top:5px}.batry-tsti-metho .card-list,.btry-insect-fea-txt-3 .info-check-list{list-style:none;padding-left:0;margin-bottom:0}.batry-tsti-metho .card-list li{color:var(--body_txt_color);font-size:16px;line-height:30px;margin-bottom:12px;position:relative;padding-left:15px}.batry-tsti-metho .card-list li:last-child,.btry-insect-fea-txt-3 .info-check-list li:last-child{margin-bottom:0}.batry-tsti-metho .card-list li::before{content:"•";color:var(--black);font-weight:700;display:inline-block;width:15px;margin-left:-19px;position:absolute;top:0;font-size:23px}.batry-fea-2 .charging-block-wrapper{background-color:var(--white);border-radius:16px;padding:40px 30px 10px;box-shadow:0 10px 35px rgb(6 23 91 / 23%)}.batry-fea-2 .sub-title-badge{color:var(--brand);font-size:12px;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;display:inline-block;margin-bottom:8px}.batry-fea-2 .main-heading{color:var(--heding);font-size:32px;font-weight:700;margin-bottom:25px}.batry-fea-2 .section-intro-txt{color:var(--body_txt_color);font-size:14px;line-height:1.6;margin-bottom:25px}.batry-fea-2 .check-list{list-style:none;padding-left:0;margin-bottom:25px}.batry-fea-2 .check-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:28px;color:var(--body_txt_color);font-size:16px;line-height:1.5}.batry-fea-2 .check-list li i{color:var(--brand);font-size:22px;margin-top:2px;flex-shrink:0}.batry-fea-2 .feature-item-list{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.batry-fea-2 .feature-card-item{gap:15px;align-items:flex-start}.batry-fea-2 .icon-frame{width:38px;height:38px;border:2px solid var(--brand);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:3px;position:relative}.batry-fea-2 .icon-frame::before{content:"";position:absolute;top:-6px;width:2px;height:6px;background-color:var(--brand)}.batry-fea-2 .icon-frame i{color:var(--brand);font-size:16px}.batry-fea-2 .feature-text h4{color:#020202e0;font-size:18px;font-weight:700;margin-bottom:0}.batry-fea-2 .feature-text p{color:var(--body_txt_color);font-size:1.6rem;line-height:24px;margin-bottom:0}.batry-fea-2 .product-img{max-height:280px;object-fit:contain;width:auto;max-width:100%}.reomend-sec .recomend-lt-txt-cont p{color:#555;font-size:16px;line-height:1.8;margin-bottom:0}.reomend-sec .recomend-lt-txt-cont{padding-top:12px!important}.reomend-sec .recomend-list{margin-top:8px;margin-bottom:0;padding-left:18px}.reomend-sec .recomend-list li{color:#555;font-size:16px;line-height:1.8;margin-bottom:2px;list-style-type:disc}.reomend-sec .recomen-rt{height:100%}.reomend-sec .recomend-centr-img{border:1px solid #d8d8d8;overflow:hidden}.reomend-sec .recomend-centr-img img{width:100%;display:block}.reomend-sec .recomend-rt-txt{margin-top:10px}.reomend-sec .recomend-rt-txt h3{font-size:20px;font-weight:700;color:#e53935;text-transform:uppercase;margin-bottom:5px}.reomend-sec .recomend-rt-txt p{color:#555;font-size:16px;line-height:1.7;margin-bottom:0}.factor-btry-life .section-title{color:var(--heding);font-size:32px;font-weight:700;margin-bottom:10px}.factor-btry-life .factor-card{background-color:var(--white);border:1px solid #f0f2f5;border-radius:10px;padding:40px 25px;width:100%;box-shadow:0 8px 24px rgba(6,23,91,.03);transition:transform .3s,box-shadow .3s}.factor-btry-life .factor-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(6,23,91,.07)}.factor-btry-life .icon-wrapper{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.factor-btry-life .icon-wrapper i{font-size:46px;color:var(--brand)}.factor-btry-life .card-heading{color:var(--heding);font-size:23px;font-weight:700;line-height:1.4;margin-bottom:15px}.factor-btry-life .description{color:var(--body_txt_color);font-size:16px;line-height:24px;margin-bottom:0}.factor-btry-life .fa-arrows-left-right-to-line{font-size:46px!important}.btry-insect-fea-txt-3 .info-card-block{background-color:var(--white);border:1px solid #dadada;border-radius:12px;padding:35px 30px;box-shadow:0 10px 30px rgb(6 23 91 / 4%);transition:transform .3s,box-shadow .3s}.btry-insect-fea-txt-3 .info-card-block:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(6,23,91,.06)}.btry-insect-fea-txt-3 .card-title{color:var(--heding);font-size:20px;font-weight:700;line-height:1.4;margin-bottom:25px}.btry-insect-fea-txt-3 .card-intro-text{color:var(--body_txt_color);font-size:14px;line-height:1.6;margin-bottom:20px}.btry-insect-fea-txt-3 .info-check-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:var(--body_txt_color);font-size:16px;line-height:1.5}.btry-insect-fea-txt-3 .info-check-list li i{color:var(--brand);font-size:20px;margin-top:3px;flex-shrink:0}.btry-insect-cta .cta-banner-wrapper{background-color:#040d25;border-radius:8px;padding:25px 40px;position:relative;overflow:hidden}.btry-insect-cta .cta-battery-img{max-height:85px;width:auto;object-fit:contain}.btry-insect-cta .cta-heading{color:var(--white);font-size:26px;font-weight:700;margin-bottom:6px;letter-spacing:.01rem}.btry-insect-cta .cta-desc{color:rgba(255,255,255,.85);font-size:14.5px;line-height:25px;margin-bottom:0}.btry-insect-cta .btn-brand-cta,.btry-insect-cta .btn-outline-cta{color:var(--white);font-size:15px;font-weight:700;transition:.3s;white-space:nowrap}.btry-insect-cta .btn-brand-cta{background-color:var(--brand);padding:12px 28px;border:2px solid var(--brand);border-radius:4px}.btry-insect-cta .btn-outline-cta{background-color:transparent;padding:12px 24px;border:2px solid rgba(255,255,255,.6);border-radius:4px}.btry-insect-cta .btn-outline-cta:hover{background-color:var(--white);border-color:var(--white);color:#040d25}@media(max-width:1500px){.battery-mainte-bnr .content-wrapper{max-width:90%}.battery-mainte-bnr .main-heading{font-size:49px;line-height:60px;margin-bottom:14px;letter-spacing:.02rem}.battery-mainte-bnr .description{font-size:15px;line-height:25px;margin-bottom:30px}.battery-mainte-bnr .btn-group-custom .btn,.btry-insect-cta .btn-brand-cta,.btry-insect-cta .btn-outline-cta{font-size:1.4rem}.sub-tle-3{font-size:16px;padding-bottom:0}.sec-tle-2{font-size:30px;padding-bottom:.5rem}.batry-inspec-2 p{font-size:1.5rem}.batry-inspec-2 .benefit-icon{width:45px;height:45px}.batry-inspec-2 .benefit-icon i{font-size:18px}.batry-tsti-metho .card-heading{font-size:17px}.batry-tsti-metho .card-list li{font-size:14px;line-height:27px;margin-bottom:10px;padding-left:12px}.batry-tsti-metho .icon-box i{font-size:38px}.batry-fea-2 .icon-frame{width:35px;height:35px}.factor-btry-life .card-heading{font-size:20px;margin-bottom:6px}.factor-btry-life .description{font-size:16px;line-height:23px}.factor-btry-life .factor-card{padding:25px}.btry-insect-cta .cta-heading{font-size:23px;margin-bottom:0}}@media(max-width:1400px){.battery-mainte-bnr .main-heading{font-size:39px;line-height:51px}main.barry-insect-main-wrpr .ptb{padding:4rem 0}.batry-maint-3 .maintenance-tip{padding-bottom:10px}.batry-maint-3 .tip-icon{width:20px;height:20px;font-size:1.1rem}.sec-tle-2{font-size:26px;padding-bottom:0}.factor-btry-life .card-heading{font-size:17px;margin-bottom:4px}.factor-btry-life .icon-wrapper i{font-size:39px}.btry-insect-fea-txt-3 .card-title{font-size:18px;margin-bottom:17px}}@media(max-width:1199px){.battery-mainte-bnr .main-heading{font-size:35px;line-height:49px}.battery-mainte-bnr .content-wrapper{max-width:100%}.battery-mainte-bnr{padding:5rem 2rem}.batry-inspec-2 .benefits-grid{grid-template-columns:repeat(3,1fr);gap:30px}.batry-inspec-2 .benefits-grid .benefit-card .benefit-content .benefit-title{font-size:15px;line-height:26px;margin-bottom:.7rem}.batry-maint-3 .maintenance-tip{padding-bottom:5px}.batry-fea-2 .check-list{margin-top:1.5rem}.batry-fea-2 .feature-text h4{font-size:16px}.btry-insect-cta .cta-desc{font-size:13px}.btry-insect-cta .cta-btn-group{flex-direction:column;gap:2rem!important}}@media(max-width:991px){.battery-mainte-bnr .content-wrapper{text-align:center;align-items:center;display:flex;flex-direction:column}.battery-mainte-bnr .main-heading{font-size:32px;line-height:45px}.battery-mainte-bnr{padding:4rem 0}.batry-inspri-bnr:before { position: absolute; content: ""; background: linear-gradient(100deg, #121f3cdb 25%, #0f1b34a8 60%);width: 100%; height: 100%; top: 0;left: 0 ;}.sub-tle-3{font-size:15px}.batry-maint-3 div>.row,.reomend-sec div>.row{margin-top:0!important}.btry-insect-cta,.reomend-sec .recomend-lt-txt-cont{padding-top:0!important}main.barry-insect-main-wrpr{padding:0}section.factor-btry-life{padding-top:1rem!important}.barry-insect-main-wrpr .faq_heading{font-size:1.7rem;line-height:2.4rem}.btry-insect-cta .cta-heading{font-size:22px;margin-bottom:.8rem;line-height:32px}.factor-btry-life .icon-wrapper{height:34px;margin-bottom:19px}.factor-btry-life .icon-wrapper i{font-size:34px}.factor-btry-life .sec-tle-2{padding-bottom:1rem}}@media(max-width:575px){.batry-maint-3 .maintenance-tips-grid{grid-template-columns:repeat(1,1fr)}.battery-mainte-bnr{padding:2rem 0}.battery-mainte-bnr .content-col{padding:54px 20px 34px;z-index:2}.battery-mainte-bnr .main-heading{font-size:28px;line-height:41px}.battery-mainte-bnr .description{font-size:14px;line-height:24px;margin-bottom:29px}.battery-mainte-bnr .btn-group-custom,.btry-insect-cta div .cta-banner-wrapper>.row{justify-content:center}.batry-fea-2 .icon-frame i,.sub-tle-3{font-size:14px}.sec-tle-2{font-size:23px;padding-bottom:1.2rem;line-height:34px}.batry-inspec-2 p{font-size:1.4rem}.batry-inspec-2 .benefit-icon{width:40px;height:40px}.batry-inspec-2 .benefit-icon i{font-size:16px}.batry-inspec-2 .benefits-grid .benefit-card .benefit-content .benefit-title{font-size:15px;line-height:23px;margin-bottom:.5rem}.batry-inspec-2 .benefits-grid{grid-template-columns:repeat(2,1fr);gap:24px}.batry-maint-3 .sec-tle-2{padding-bottom:0}.batry-maint-3 .tips-column{border-right:none}.batry-maint-3 .tip-text{font-size:1.44rem;line-height:26px}main.barry-insect-main-wrpr .ptb{padding:2.1rem 0}.batry-fea-2 .check-list li{font-size:1.44rem;line-height:22px}.batry-fea-2 .check-list li i{font-size:20px}.batry-fea-2 .icon-frame{width:30px;height:30px}.batry-fea-2 .feature-text h4{font-size:15px}.batry-fea-2 .feature-text p{font-size:1.4rem;line-height:24px}section.batry-tsti-metho{padding:1rem 0}.btry-insect-cta .cta-heading{font-size:21px}}

/* Inspection & Maintanance-17-june-2026 */

/* footer-new-17-june-2026 */

.footer-main-sec .flag-box:first-child,.ftr-brnd-listing-2 div .ftr-brnd-wrp:first-child{padding-left:0;border-left:none}.footer-main-sec .container-fluid{padding:0 6rem}.footer-main-sec{background-color:#010d26;background-image:radial-gradient(rgba(255,255,255,.03) 1px,transparent 0);background-size:24px 24px;padding:30px 0 25px;color:var(--white);overflow:hidden;position:relative;isolation:isolate}.footer-main-sec:after{position:absolute;content:"";top:50%;left:50%;width:100%;height:100%;background:url(https://dev.webaddas.com/wp-content/uploads/2026/06/footer-bg-map.png);background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;transform:translate(-50%,-50%);z-index:-1;opacity:.2}.footer-main-sec .text-light-gray{color:#a3b2cb;font-size:16px;line-height:30px}.footer-main-sec .border-bottom-custom{border-bottom:1px dashed rgba(163,178,203,.233)!important}.footer-main-sec .tracking-wide{letter-spacing:1px;font-size:20px;padding-top:1rem}.footer-main-sec .text-xs{font-size:.75rem}.footer-main-sec .text-xxs{font-size:.65rem}.footer-main-sec .feature-box{display:flex;gap:15px;align-items:flex-start;padding-left:4rem;border-right:1px solid #e5e5e57a}.footer-main-sec .row .feature-box:last-child{border-right:none}.footer-main-sec .flag-box img{width:106px;height:52px;object-fit:cover}.footer-main-sec .feature-box h5{font-size:24px;font-weight:600;margin-bottom:7px;color:var(--white);line-height:25px}.footer-main-sec .feature-box p{color:#a3b2cb;font-size:16px;margin:0;line-height:25px;letter-spacing:.02rem;}.footer-main-sec .social-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--white);text-decoration:none;font-size:.95rem;transition:transform .2s,opacity .2s}.footer-main-sec .social-icon:hover{transform:translateY(-3px);color:var(--white);opacity:.9}.footer-main-sec .footer-heading{color:var(--white);font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.05rem;margin-bottom:25px;position:relative;padding-bottom:8px}.footer-main-sec .footer-heading::after{content:'';position:absolute;left:0;bottom:0;width:25px;height:2px;background-color:var(--brand)}.footer-main-sec .footer-links{list-style:none;padding:0;margin:0}.footer-main-sec .footer-links li{margin-bottom:12px;border-bottom:1px dotted rgba(163,178,203,.08);padding-bottom:8px}.footer-main-sec .footer-links li a{color:#a3b2cb;font-size:18px;transition:color .2s;display:flex;align-items:center}.footer-main-sec .footer-links li a:hover{color:var(--white)}.footer-main-sec .link-arrow{color:var(--brand);font-size:13px;margin-right:8px}.footer-main-sec .contact-info-list{display:flex;flex-direction:column;gap:15px}.footer-main-sec .contact-item{display:flex;gap:12px;align-items:flex-start;border-bottom:1px dotted rgba(163,178,203,.08);padding-bottom:12px}.footer-main-sec .contact-item:last-child{border-bottom:none}.footer-main-sec .contact-icon{width:35px;height:35px;border:1px solid rgba(163,178,203,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffffa6;font-size:14px;flex-shrink:0}.footer-main-sec .ftr-social-cont img{width:30px;height:30px;border-radius:50%}.footer-main-sec .contact-text{font-size:18px;color:var(--white);line-height:30px}.footer-main-sec .ftr-social-cont a{display:inline-block}.footer-main-sec .contact-text a{color:var(--white);text-decoration:none}.footer-main-sec .contact-text,.footer-main-sec .contact-text a,.footer-main-sec .contact-text a:hover{color:#a3b2cb}.footer-main-sec .bottom-sec-title{color:var(--white);text-transform:uppercase;font-size:1.8rem;font-weight:700;letter-spacing:1px;position:relative;display:inline-block}.footer-main-sec .ftr-midle-brnd-list{display:flex;gap:3rem;align-items:center}.footer-main-sec .ftr-midle-brnd-list li img{width:100%;max-width:80px;height:auto;padding-top:2rem;object-fit:cover;filter:brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(7465%) hue-rotate(39deg) brightness(122%) contrast(120%)}.footer-main-sec .bottom-sec-title::after{content:'';position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:20px;height:2px;background-color:var(--brand)}.footer-main-sec .flag-box{border-left:3px solid;padding:6px 12px 6px 2rem;border-radius:4px}.footer-main-sec .flag-box p{font-size:17px;color:#ffffffbd;line-height:30px;}.footer-main-sec .branding-btn{border:1px solid var(--white);color:var(--white);text-decoration:none;font-size:15px;font-weight:600;padding:10px 18px;border-radius:4px;transition:.2s;display:inline-flex;align-items:center;margin-top:1.5rem;letter-spacing:.03rem;gap:.5rem}.footer-main-sec .branding-btn:hover{background-color:var(--white);color:var(--black)}.footer-main-sec .ftr-fea-img img{width:38px;height:38px;filter:brightness(0) saturate(100%) invert(11%) sepia(87%) saturate(7419%) hue-rotate(354deg) brightness(97%) contrast(86%);outline:dashed 2px;outline-offset:10px;border-radius:50%;margin-bottom:2rem;display:block}.footer-main-sec .ftr-fea-cont{display:flex;align-items:center;gap:2.4rem}.footer-main-sec .ftr-brand-cont-lt,.footer-main-sec .ftr-brand-cont-rt,.footer-main-sec .ftr-brnad-cont-middle{padding:2rem}.ftr-brnd-listing-2 div .ftr-brnd-wrp{border-left:1px solid #ffffff69;padding-left:2rem}.ftr-cpyright{background-color:#010d26;border-top:1px solid rgba(163,178,203,.15);padding:1rem}.ftr-cpyright .cpy-text{color:#a3b2cb;font-size:17px;font-weight:400}.ftr-cpyright .text-brand-red{color:#e71722;font-weight:500}.ftr-cpyright .cpy-links a{color:#a3b2cb;text-decoration:none;font-size:17px;transition:color .2s}.ftr-cpyright .cpy-links a:hover{color:#fff}.ftr-cpyright .square-marker{display:inline-block;width:5px;height:5px;background-color:#e71722;margin:0 4px;vertical-align:middle}@media (max-width:1500px){.footer-main-sec .container-fluid{padding:0 4rem}.footer-main-sec .feature-box{padding-left:3rem}.footer-main-sec .ftr-brand-cont-lt,.footer-main-sec .ftr-brand-cont-rt,.footer-main-sec .ftr-brnad-cont-middle{padding:0rem}.footer-main-sec .ftr-fea-img img{width:27px;height:27px;outline-offset:8px}.footer-main-sec .feature-box h5{font-size:20px;margin-bottom:10px;line-height:26px}.footer-main-sec .footer-heading{font-size:21px;letter-spacing:.05rem;margin-bottom:20px;position:relative;padding-bottom:6px}.footer-main-sec .bottom-sec-title{font-size:2rem;letter-spacing:.5px}.footer-main-sec .ftr-midle-brnd-list li img{max-width:70px}.ftr-cpyright .cpy-links a, .ftr-cpyright .cpy-text { font-size: 16px;}}@media (max-width:1340px){.footer-main-sec .container-fluid{padding:0 2rem}.footer-main-sec .feature-box{padding-left:2.6rem}.footer-main-sec .feature-box p{max-width:100%}.footer-main-sec .footer-heading{font-size:20px}.footer-main-sec .bottom-sec-title{font-size:1.8rem}.footer-main-sec .ftr-midle-brnd-list{gap:2rem}.footer-main-sec .ftr-cpyright .cpy-links a,.ftr-cpyright .cpy-text{font-size:16px} .ftr-midle-brnd-list li img{max-width:62px}} @media (max-width:1200px){.footer-main-sec .feature-box {border-right: none !important;}} @media (max-width:991px){.footer-main-sec{padding:50px 0 30px;padding-left:1.5rem!important}.footer-main-sec .container-fluid{padding:0 1.5rem}.footer-main-sec .brand-desc,.footer-main-sec .footer-logo,.footer-main-sec .social-links{text-align:center}.footer-main-sec .ftr-social-cont{justify-content:center;padding-bottom:1.5rem}.footer-main-sec .footer-heading{margin-bottom:18px}.footer-main-sec .bottom-sec-title{font-size:1.6rem}.footer-main-sec .bottom-sec-title::after{display:none}.footer-main-sec .ftr-midle-brnd-list{justify-content:flex-start}.footer-main-sec .ftr-fea-cont{gap:3rem;display:flex;align-items:center;margin:auto;text-align:start;padding-bottom:3.6rem}.footer-main-sec .flag-box p{font-size:16px;line-height:24px;padding-left:.5rem}.footer-main-sec .branding-btn{font-size:14px}.footer-main-sec .feature-box h5 { font-size: 18px; margin-bottom: 8px; line-height: 26px;}}@media (max-width:575px){.footer-main-sec{padding:40px 0 25px}.footer-main-sec .footer-heading{font-size:17px}.footer-main-sec .footer-links li a{font-size:15px}.footer-main-sec .bottom-sec-title{font-size:1.5rem}.footer-main-sec .flag-box img{width:80px;height:auto}.footer-main-sec .ftr-midle-brnd-list li img{max-width:65px}.footer-main-sec .branding-btn{font-size:13px;padding:10px 15px;margin-top:.5rem}.ftr-cpyright .cpy-links a,.ftr-cpyright .cpy-text{font-size:15px}.ftr-brnd-listing-2 div .ftr-brnd-wrp { border-left: none; padding-left: .4rem;}}


/* footer-new-17-june-2026 */


/* carrer-page-17-june-2026 */

.carrer-sec .job-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:25px 30px;box-shadow:0 10px 30px rgb(0 115 162 / 5%);cursor:pointer}.carrer-sec .job-card .job-title{font-weight:600;margin-bottom:2rem;font-size:2.8rem;color:var(--red)}.carrer-sec .job-meta{margin-top:.7rem!important;margin-bottom:2rem!important;display:flex;gap:1rem}.carrer-sec .hiring-badge,.carrer-sec .job-tags .tag{font-size:1.6rem;border-radius:3rem;display:inline-block;font-weight:500}.carrer-sec .job-meta li{font-size:1.7rem;color:var(--secondry-color);font-weight:500}.carrer-sec .job-meta i{color:var(--red);margin-right:5px}.carrer-sec .job-wrpr .job-card:hover,.job-wrpr-2 .job-card:hover{transform:translateY(-1px);box-shadow:0 11px 20px rgb(0 0 0 / 13%);border-color:#0073a270;transition:.8s linear}.carrer-sec .hiring-badge{background:var(--primary-color);color:var(--color-white);padding:.8rem 1.2rem}.carrer-sec .hiring-badge i{margin-right:5px}.carrer-sec .job-desc,.carrer-sec .job-desc-para-2{font-size:1.6rem;color:var(--light-black);line-height:2.3rem;text-wrap:balance}.carrer-sec .job-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;flex-wrap:wrap;gap:15px}.carrer-sec .job-tags .tag{padding:1rem 1.7rem;margin-right:8px}.carrer-sec .tag.fulltime{background:var(--heding);color:var(--white)}.carrer-sec .tag.freelance{background:var(--red);color:var(--white)}.carrer-sec .tag.urgent{background:#008c4ac9;color:var(--white)}.carrer-sec .job-footer .apply-btn{color:var(--red);font-weight:500;font-size:1.8rem}.carrer-sec .apply-btn i{margin-left:5px}.carrer-sec .apply-btn:hover{text-decoration:underline;color:var(--heding)!important}.carrer-sec .job-desc-2 p{font-size:1.8rem;margin-top:2rem}.carrer-sec .job-wrpr-2{margin-top:3rem}.carrer-sec .job-footer .apply-btn:hover{color:var(--secondry-color);transition:.7s}@media(max-width:575px){.carrer-sec .job-card .job-title{margin-bottom:1rem;font-size:2.1rem;line-height:29px}.carrer-sec .job-meta li{font-size:1.6rem}.carrer-sec .job-meta{margin-top:1.2rem!important;margin-bottom:2rem!important;flex-direction:column}.carrer-sec .hiring-badge{font-size:1.5rem!important;padding:.8rem 1rem}.carrer-sec .job-desc,.carrer-sec .job-desc-para-2{font-size:1.5rem}.carrer-sec .job-tags .tag{font-size:1.5rem;padding:.7rem 1.2rem;margin-right:.7rem;margin-bottom:2rem}.carrer-sec .job-footer{margin-top:1.4rem}.carrer-sec .job-footer .apply-btn{font-size:1.7rem}.carrer-sec .job-desc-2 p{font-size:1.5rem;margin-top:1rem;display:flex;flex-direction:column}}

/* .carrer-innr-bnr { margin-top: 4.3rem;} */

/* carrer-page-17-june-2026 */

/* Warentee Policy-page-18-june-2026 */

.warent-policy-innr-bnr{width:100%;overflow:hidden!important;display:flex!important;align-items:center!important;background-size:cover!important;background-repeat:no-repeat!important;padding:14rem 0;position:relative;isolation:isolate}.warent-policy-innr-bnr .layout-wrapper{padding:60px 4%}.warent-policy-innr-bnr .content-column{z-index:3}.warent-policy-innr-bnr .main-heading{color:var(--white);font-size:46px;font-weight:700;margin-bottom:12px;letter-spacing:.03rem}.warent-policy-innr-bnr .description{color:var(--white);font-size:1.76rem;font-weight:500;line-height:35px;margin-bottom:30px;max-width:70%}.warent-policy-innr-bnr .breadcrumb-link.active-link,.warent-policy-innr-bnr .home-link{font-size:1.6rem!important;letter-spacing:.02rem}.warent-policy-innr-bnr .breadcrumb-nav{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600}.warent-policy-innr-bnr .breadcrumb-link{text-decoration:none;transition:color .3s}.warent-policy-innr-bnr .home-link{color:var(--white)}.warent-policy-innr-bnr .active-link,.warent-policy-innr-bnr .home-link:hover,.warnt-comitmnt-sec .feature-list .feature-item:first-child i{color:var(--brand)}.warent-policy-innr-bnr .separator{color:var(--white);font-size:1.6rem}.warnt-comitmnt-sec .sec-tle-2{color:var(--heding);padding-bottom:15px;position:relative!important}.warnt-comitmnt-sec .sec-tle-2::after{content:'';position:absolute;left:0;bottom:9px;width:50px;height:4px;background-color:var(--brand);border-radius:2px}.warnt-comitmnt-sec .description{color:var(--body_txt_color);font-size:1.6rem;line-height:26px;font-weight:400;margin-bottom:20px}.warnt-comitmnt-sec .commitment-card{background-color:var(--white);border-radius:12px;box-shadow:0 10px 30px rgb(0 0 0 / 3%);border:1px solid;padding:2rem 2.2rem}.warnt-comitmnt-sec .feature-list .feature-item{padding:16px 0;border-bottom:1px solid #cfcfcfed}.warnt-comitmnt-sec .feature-list .feature-item:last-child{border-bottom:none;padding-bottom:0}.warnt-comitmnt-sec .feature-list .feature-item:first-child{padding-top:0}.warnt-comitmnt-sec .icon-box{width:40px;height:40px;font-size:25px;color:#040d25;flex-shrink:0;margin-right:20px}.warnt-comitmnt-sec .feature-text{color:#000000d4;font-size:17px;font-weight:600;letter-spacing:.02rem}.sec-tle-2-underline::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:45px;height:4px;background-color:var(--brand);border-radius:2px}.warnt-cover-sec .cover-card{background-color:#fff;border:1px solid #95a0a58c;border-radius:12px;box-shadow:0 4px 20px rgb(0 0 0 / 19%);transition:transform .3s,box-shadow .3s;max-width:96%}.warnt-cover-sec .cover-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.warnt-cover-sec .icon-circle{width:65px;height:65px;border-radius:50%;border:1px solid;color:var(--brand);font-size:31px;transition:background-color .3s,color .3s}.warnt-cover-sec .card-title{color:var(--heding);font-size:22px;font-weight:600;letter-spacing:.02rem}.warnt-cover-sec .card-desc{color:var(--body_txt_color);font-size:1.5rem;line-height:25px;font-weight:400}.wrnty-terms-sec{background:#f6f6f6;padding:5rem 0;position:relative}.wrnty-terms-sec .timeline-row::before{content:'';position:absolute;top:18%;left:50%;transform:translate(-50%,-50%);width:80%;height:.1rem;background-color:#ababab;z-index:1}.wrnty-terms-sec .timeline-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2;margin-bottom:0}.wrnty-terms-sec .icon-box{width:7rem;height:7rem;background-color:#0b1a4a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s}.wrnty-terms-sec .timeline-item:hover .icon-box{transform:translateY(-3px)}.wrnty-terms-sec .icon-box i{color:#fff;font-size:2.6rem}.wrnty-terms-sec .dot-marker{width:1rem;height:1rem;background-color:#e62222;border-radius:50%;margin-bottom:1.8rem}.wrnty-terms-sec .content-box{max-width:26rem;padding:0 1rem;text-align:center}.wrnty-terms-sec .item-title{font-size:2.2rem;font-weight:700;color:#111;margin-bottom:1.2rem;line-height:1.3}.wrnty-terms-sec .item-desc{font-size:1.6rem;color:#555;line-height:1.6;margin-bottom:0}.not-cver-wrntry .exclusion-list li{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid #eaeaea}.not-cver-wrntry .exclusion-list i{color:#e62222;font-size:22px;margin-right:15px;flex-shrink:0}.not-cver-wrntry .exclusion-list span{font-size:17px;font-weight:500;color:#333;line-height:1.4;letter-spacing:.02rem}.submit-wrnry-clm .steps-wrapper{margin-top:20px}.submit-wrnry-clm .step-item{position:relative;margin-bottom:35px}.submit-wrnry-clm .step-card{display:flex;flex-direction:column;align-items:center;text-align:center}.submit-wrnry-clm .circle-container{position:relative;width:80px;height:80px;border:1px dashed #5b5b5b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background-color:var(--white)}.submit-wrnry-clm .badge-num{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background-color:var(--red);color:var(--white);font-size:14px;font-weight:700;width:29px;height:29px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3}.submit-wrnry-clm .icon-box i{color:#111;font-size:32px}.submit-wrnry-clm .step-title{font-size:20px;font-weight:700;color:#111111f2;line-height:1.4;margin:0}.wrnry-clm-cta{background:#01102a;padding:4em 0;position:relative}.wrnry-clm-cta .support-icon-box{width:69px;height:69px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:15px;margin-right:3rem}.wrnry-clm-cta .support-icon-box i{color:var(--white);font-size:34px}.wrnry-clm-cta .cta-text-content,.wrnry-imp-notice .notice-content{flex-grow:1}.wrnry-clm-cta .cta-title{font-size:30px;font-weight:600;color:var(--white);margin-bottom:8px;line-height:35px}.wrnry-clm-cta .cta-desc{font-size:16px;color:#ccc;margin-bottom:0;line-height:26px}.wrnry-clm-cta .btn-group-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:5px;font-size:16px;font-weight:700;letter-spacing:.5px;text-decoration:none;transition:.3s;height:46px}.wrnry-clm-cta .btn-group-wrapper .btn i{font-size:17px;margin-right:10px}.wrnry-clm-cta .btn-contact{background-color:#d60d0d;color:var(--white);border:1px solid #d60d0d}.wrnry-clm-cta .btn-contact:hover{background-color:#b00a0a;border-color:#b00a0a;color:var(--white)}.wrnry-clm-cta .btn-email{background-color:transparent;color:var(--white);border:1px solid rgba(255,255,255,.4)}.wrnry-clm-cta .btn-email:hover{background-color:rgba(255,255,255,.1);border-color:var(--white);color:var(--white)}.wrnry-imp-notice .notice-box-wrapper{border:1px solid;border-radius:12px;padding:35px 40px;display:flex;align-items:center;background-color:var(--white)}.wrnry-imp-notice .notice-icon{flex-shrink:0;margin-right:35px;display:flex;align-items:center;justify-content:center}.wrnry-imp-notice .notice-icon i{color:var(--brand);font-size:64px;line-height:1}.wrnry-imp-notice .notice-title{font-size:23px;font-weight:600;color:var(--brand);margin-bottom:7px;line-height:1.2}.wrnry-imp-notice .notice-desc{font-size:17px;font-weight:500;color:var(--body_txt_color);line-height:28px;margin-bottom:0;padding-top:.5rem}.trst-wrant-cta{padding:7rem 0;margin-top:4.8rem;background-size:cover!important;background-repeat:no-repeat!important;background-position:60% center!important;position:relative}.trst-wrant-cta .cta-title{font-size:34px;font-weight:700;color:var(--white);line-height:1.3;margin-bottom:23px}.trst-wrant-cta .cta-desc{font-size:17px;font-weight:400;color:rgba(255,255,255,.85);line-height:31px;margin-bottom:22px;max-width:70%}.trst-wrant-cta .btn-support{display:inline-flex;align-items:center;justify-content:center;background-color:var(--brand);color:var(--white);padding:10px 28px;font-size:16px;font-weight:700;border-radius:6px;letter-spacing:.5px;transition:.3s ease-in-out}.trst-wrant-cta .btn-support i{font-size:14px;margin-left:10px;transition:transform .3s}.trst-wrant-cta .btn-support:hover{background-color:var(--red);color:var(--white);box-shadow:0 4px 15px rgba(231,23,34,.4)}.trst-wrant-cta .btn-support:hover i{transform:translateX(5px)}

@media (min-width:992px){.submit-wrnry-clm .step-item:not(:last-child)::after{content:"";position:absolute;top:62px;right:-25px;width:100px;height:45px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23333333' stroke-width='1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain;z-index:10;animation:1.8s ease-in-out infinite arrowSlide}@keyframes arrowSlide{0%,100%{transform:translateY(-50%) translateX(0);opacity:.8}50%{transform:translateY(-50%) translateX(8px);opacity:1}}}@media(max-width:1500px){.warent-policy-innr-bnr{width:100%;padding:9rem 0}.warent-policy-innr-bnr .main-heading{font-size:43px;margin-bottom:10px}.trst-wrant-cta .cta-title{font-size:30px;line-height:47px;margin-bottom:14px}}@media(max-width:1340px){.warent-policy-innr-bnr .description{max-width:100%;margin-bottom:20px}.submit-wrnry-clm .step-title{font-size:19px}.submit-wrnry-clm .icon-box i{font-size:30px}}@media(max-width:1199px){.warent-policy-innr-bnr{padding:5rem 0;background-position:center center!important}.warnt-cover-sec .card-title{font-size:20px;line-height:35px}.wrnty-terms-sec .item-title{font-size:2rem;margin-bottom:1rem}.not-cver-wrntry{padding:4.7rem 0}.submit-wrnry-clm .step-title{font-size:18px;line-height:25px}.wrnry-clm-cta .cta-title{font-size:25px;line-height:38px}.trst-wrant-cta .cta-title{font-size:29px;line-height:41px}.wrnry-clm-cta{padding:3em 0}}@media(max-width:991px){.wrnty-terms-sec .icon-box{width:6rem;height:6rem}.wrnty-terms-sec .icon-box i{font-size:2.4rem}.warent-policy-innr-bnr .main-heading{font-size:34px;margin-bottom:5px}.wrnty-terms-sec .item-title{font-size:1.8rem;line-height:24px}.wrnty-terms-sec .item-desc{font-size:1.5rem}.submit-wrnry-clm .icon-box i{font-size:27px}.submit-wrnry-clm .circle-container{width:65px;height:65px}.submit-wrnry-clm .badge-num{top:-22px}.wrnry-imp-notice .notice-box-wrapper{flex-direction:column;text-align:center;padding:25px 20px}.wrnry-imp-notice .notice-icon{margin-right:0;margin-bottom:15px}.wrnry-imp-notice .notice-icon i{font-size:48px}.wrnry-imp-notice .notice-title{font-size:17px}.wrnry-imp-notice .notice-desc{font-size:15px}}@media(max-width:575px){.trst-wrant-cta,.warent-policy-innr-bnr{background-position:right center!important}.warent-policy-innr-bnr .main-heading{font-size:30px;margin-bottom:3px}.warent-policy-innr-bnr .description{font-size:1.5rem;line-height:29px;margin:0}.wrnty-terms-sec .timeline-row::before{display:none}.submit-wrnry-clm .icon-box i{font-size:24px}.submit-wrnry-clm .step-title{font-size:17x;line-height:26px}.not-cver-wrntry .row{margin-top:0!important}.wrnry-clm-cta .cta-title{font-size:22px;line-height:31px}.wrnry-clm-cta .btn-group-wrapper .btn{font-size:1.5rem}.wrnry-clm-cta .btn-group-wrapper{gap:2.6rem!important}.trst-wrant-cta .cta-title{font-size:24px;line-height:40px}.trst-wrant-cta .cta-desc{font-size:15px;max-width:100%}.warent-policy-innr-bnr{padding:5rem 0}.trst-wrant-cta{padding:6rem 0;margin-top:3rem}.trst-wrant-cta .cta-content-wrapper{background:#000000a8;padding:2rem .5rem;text-align:center;border-radius:.5rem}.trst-wrant-cta .btn-support,.trst-wrant-cta .cta-content-wrapper{font-size:15px}.warent-policy-innr-bnr .banner-content{text-align:center;margin:auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.warent-policy-innr-bnr:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000008c;z-index:-1}.not-cver-wrntry{padding-left:1.2rem}}

/* Warentee Policy-page-18-june-2026 */

/* terms-page-18-june-2026 */

.trms-condi-main-wrp .trms-cont-wrpr p{font-size:17px;font-weight:400;line-height:28px;}.trms-condi-main-wrp .trms-cont-wrpr .Pfic-trms-text-cont{margin-top:3.5rem;position:relative;border-bottom:2px solid #7474743d;padding-bottom:1.3rem}.trms-condi-main-wrp .trms-cont-wrpr .Pfic-trms-text-cont h2{font-size:25px;letter-spacing:.05rem;font-weight:600}.trms-condi-main-wrp .trms-cont-wrpr .Pfic-trms-text-cont:last-child{border-bottom:none}.trms-condi-main-wrp .trms-cont-wrpr .sec-tle-2 { font-size: 35px; font-weight: 600;}

@media(max-width:991px){.trms-condi-main-wrp .trms-cont-wrpr .sec-tle-2{font-size:31px}.trms-condi-main-wrp .trms-cont-wrpr .Pfic-trms-text-cont h2{font-size:23px;letter-spacing:.02rem}.trms-condi-main-wrp .trms-cont-wrpr .Pfic-trms-text-cont{margin-top:2.4rem;padding-bottom:1rem}.trms-condi-main-wrp .trms-cont-wrpr p{font-size:16px}}
@media(max-width:575px){.trms-condi-main-wrp .trms-cont-wrpr .Pfic-trms-text-cont h2{font-size:21px}.trms-condi-main-wrp .trms-cont-wrpr p{font-size:15px;line-height:27px}}

/* terms-page-18-june-2026 */

/* 404-page-18-june-2026 */

.error-main-sec,.error-main-sec .explore-section{margin-top:4rem}.error-main-sec,.error-main-sec .error-image-wrapper{position:relative}.error-main-sec{background:var(--white)}.error-main-sec .error-title{font-size:18rem;font-weight:900;color:var(--heding);line-height:1;margin-bottom:2rem;letter-spacing:-.5rem;display:flex;align-items:center}.error-main-sec .explore-link .icon-circle i.fas.fa-phone-alt{transform:scaleX(-1)}.error-main-sec .bolt-zero{position:relative;color:var(--heding);display:inline-block}.error-main-sec .bolt-zero::after{content:"\f0e7";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(15deg);color:var(--brand);font-size:11rem;text-shadow:0 0 1rem var(--white)}.error-main-sec .error-subtitle{font-size:3.6rem;font-weight:700;color:var(--heding);margin-bottom:1.5rem}.error-main-sec .accent-line{width:5.5rem;height:.3rem;background-color:var(--brand);margin-bottom:2.5rem}.error-main-sec .error-desc{font-size:2rem;color:var(--body_txt_color);line-height:1.6;margin-bottom:3.5rem}.error-main-sec .explore-title{font-size:1.8rem;font-weight:600;color:#000000d9;margin-bottom:2rem}.error-main-sec .explore-links-grid{display:flex;flex-wrap:wrap;gap:2.5rem}.error-main-sec .explore-link{display:flex;align-items:center;gap:1.2rem;font-size:1.9rem;font-weight:500}.error-main-sec .explore-link:hover{color:var(--brand)}.error-main-sec .explore-link .icon-circle{width:4rem;height:4rem;border:.1rem solid rgba(231,23,34,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand);font-size:2rem;transition:.2s}.error-main-sec .explore-link:hover .icon-circle{background-color:var(--brand);color:var(--white);border-color:var(--brand)}.error-main-sec .error-content-box .text-img img{width:299px;height:auto;object-fit:cover}.error-main-sec .error-image-wrapper:before{content:"";position:absolute;top:0;left:0;width:40%;height:100%;background:linear-gradient(to right,#fff 10%,rgba(244,248,251,0) 100%);z-index:1}.eror-cta-sec .error-cta-wrp{background:#f4f6f6;padding:3rem;margin-bottom:2rem}.eror-cta-sec .error-cta-wrp .support-icon-box{border:none;background:#01112c}.eror-cta-sec .error-cta-wrp .cta-title{color:#01102ab3}.eror-cta-sec .error-cta-wrp .cta-desc{font-size:18px;color:#01102ad1}.eror-cta-sec .error-cta-wrp .btn-email{background-color:transparent;color:#01112b;border:1px solid rgb(1 17 44)}

@media (max-width:991.98px){.error-main-sec .error-title{font-size:14rem;justify-content:center}.error-main-sec .bolt-zero::after{font-size:8.5rem}.error-main-sec .explore-links-grid{justify-content:center}.error-main-sec .error-image-wrapper{display:none}.error-main-sec,.error-main-sec .explore-section{margin-top:0; padding-top: 2rem ;}.error-main-sec .error-content-box{text-align:center;display:flex;flex-direction:column;align-items:center}.wrnry-clm-cta .wrnry-cta-lt{flex-direction:column!important}.wrnry-clm-cta .cta-text-content{text-align:center}.error-main-sec .explore-title{margin-top:2rem}}@media(max-width:575px){.error-main-sec .error-content-box .text-img img{width:206px}.error-main-sec .error-subtitle{font-size:2.8rem}.error-main-sec .error-desc{margin-bottom:2rem;font-size:1.7rem}.error-main-sec .explore-links-grid{display:flex;justify-content:center}}

/* 404-page-18-june-2026 */

/*  Become Dealer-page-june-19-2026 */

.dealr-innr-bnr .layout-wrapper{padding:50px 4%}.dealr-innr-bnr{padding:8rem 0}.dealr-innr-bnr .banner-content{padding:2rem 0}.delr-bnr-list{display:flex;flex-wrap:wrap;align-items:center;gap:30px;margin-top:2.8rem;padding:0;list-style:none}.delr-bnr-list li{display:flex;align-items:center;gap:10px;color:#ffffffc9;font-size:15px;font-weight:600;line-height:24px;max-width:126px}.delr-bnr-list li i{width:30px;height:30px;min-width:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;background:rgba(255,255,255,.03);transition:.3s}.dealr-innr-bnr .main-heading u{text-underline-offset:17px;text-decoration-thickness:3px;text-decoration-color:var(--red)}.dealr-innr-bnr .main-heading{margin-bottom:2rem}.delr-bnr-list li:hover i{border-color:#ff2a2a;color:#ff2a2a;transform:translateY(-2px)}.dealer-main-cont h2{position:relative;margin-bottom:3rem!important}.dealer-main-cont h2::after,.delar-faq h2::after{content:'';position:absolute;left:0;bottom:-4px;width:50px;height:4px;background-color:var(--brand);border-radius:2px}.dealer-main-cont .feature-card{background:#fff;border:1px solid #eee;border-radius:8px;padding:25px 15px;height:100%;transition:.3s}.dealer-main-cont .feature-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.05)}.dealer-main-cont .feature-icon-wrapper{width:55px;height:55px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background-color:#fff5f5}.dealer-main-cont .feature-icon-wrapper i{color:#e31e24;font-size:24px}.dealer-main-cont .feature-title{color:#0a1d4ad4;font-weight:700;font-size:20px;margin-bottom:8px;line-height:27px}.dealer-main-cont .feature-text{color:#666;font-size:16px;margin-bottom:0;line-height:25px}.dealer-main-cont .requirements-sec{margin-top:40px}.dealer-main-cont .requirement-list{list-style:none;padding:0}.dealer-main-cont .delr-main-lt{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.05);padding:2.5rem}.dealer-main-cont .requirement-item{display:flex;align-items:center;margin-bottom:19px;color:#444;font-size:17px}.dealer-main-cont .requirement-item i{color:#0a1d4a;margin-right:12px;font-size:18px}.dealer-main-cont .illustration-img{max-width:100%;height:auto}.dealer-main-cont .onboarding-sec{margin-top:60px}.dealer-main-cont .process-steps{display:flex;justify-content:space-between;margin-top:40px;position:relative}.dealer-main-cont .process-step{text-align:center;flex:1;position:relative;padding:0 10px}.dealer-main-cont .step-icon-circle{width:60px;height:60px;background-color:#0a1d4a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;color:var(--white);font-size:22px;z-index:2;position:relative}.dealer-main-cont .step-number{font-size:16px;color:#666;margin-bottom:10px;display:block}.dealer-main-cont .step-title{font-weight:700;color:#0a1d4a;font-size:20px;margin-bottom:9px}.dealer-main-cont .step-desc{font-size:17px;color:#777;line-height:26px}.dealer-main-cont .step-connector{position:absolute;top:25px;left:50%;width:100%;border-top:1px dashed #ccc;z-index:1}.dealer-main-cont .form-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.05);height:100%}.dealer-main-cont .form-header{background-color:#0a1d4a;color:#fff;padding:30px}.dealer-main-cont .form-header h3{font-size:25px;font-weight:700;margin-bottom:10px;color:var(--white)}.dealer-main-cont p{font-size:17px!important;line-height:25px}.dealer-main-cont .form-header p{font-size:16px;margin-bottom:0;opacity:.8}.dealer-main-cont .form-body{padding:30px}.dealer-main-cont .form-label{font-size:17px;font-weight:600;color:#333;margin-bottom:8px}.dealer-main-cont .form-label span{color:#e31e24}.dealer-main-cont .form-control,.dealer-main-cont .form-select{border:1px solid #e0e0e0;border-radius:6px;padding:10px 15px;font-size:17px;margin-bottom:20px}.dealer-main-cont .form-control:focus,.dealer-main-cont .form-select:focus{border-color:#0a1d4a;box-shadow:none}.dealer-main-cont .upload-area{border:1px solid #e0e0e0;border-radius:6px;padding:10px;margin-bottom:5px;display:flex;align-items:center;font-size:17px}.dealer-main-cont .upload-hint{font-size:13px;color:#999;margin-bottom:20px}.dealer-main-cont .form-check-label{font-size:15px;color:#555}.dealer-main-cont .form-check-label a{color:#333;font-weight:600;text-decoration:none}.dealer-main-cont .btn-submit{background-color:#e31e24;color:#fff;border:none;width:100%;padding:15px;font-weight:700;border-radius:6px;margin-top:25px;text-transform:uppercase;letter-spacing:1px;transition:background .3s}.dealer-main-cont .btn-submit:hover{background-color:#c4191f;color:var(--white)}.delar-faq h2{position:relative;text-align:left}.dealer-call-box-rt{background-color:#021a3a;background-image:linear-gradient(rgba(2,26,58,.85),rgba(2,26,58,.95));background-size:cover;background-position:center;border-radius:12px;padding:40px;color:#fff;box-shadow:0 4px 15px rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;margin-top:3.5em}.dealer-call-box-rt h3{font-size:30px;font-weight:600;margin-bottom:15px;color:#fff;letter-spacing:-.5px}.dealer-call-box-rt p{font-size:17px;color:#e2e8f0;line-height:1.5;margin-bottom:30px;max-width:85%}.dealer-call-box-rt .btn-contact{background-color:#ce1118;color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;padding:12px 28px;border-radius:8px;border:none;display:inline-flex;align-items:center;gap:10px;width:max-content;transition:background-color .3s,transform .2s;text-decoration:none}.dealer-call-box-rt .btn-contact:hover{background-color:#b00e13;color:#fff;transform:translateY(-2px)}.dealer-call-box-rt .btn-contact i{font-size:16px;transform:rotate(15deg)}.dealer-cta-sec .delr-cta-wrpr{background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;padding:3rem;border-radius:1.5rem;margin-bottom:2rem}.dealer-cta-sec .deler-cta-cont h3{font-size:30px;color:var(--white);font-weight:600;letter-spacing:.02rem;padding-bottom:.8rem}.dealer-cta-sec .deler-cta-cont p{font-size:17px;color:#ffffff94;margin-bottom:1.2rem}@media(max-width:1450px){.dealer-main-cont p{font-size:16px!important}.dealer-main-cont .feature-title{font-size:18px;line-height:26px}.dealer-call-box-rt p,.dealer-main-cont .form-control,.dealer-main-cont .form-label,.dealer-main-cont .form-select,.dealer-main-cont .requirement-item,.dealer-main-cont .upload-area{font-size:16px}}@media(max-width:1400px){.dealer-cta-sec .deler-cta-cont h3{font-size:26px;padding-bottom:.6rem}.dealer-call-box-rt h3{font-size:26px;margin-bottom:10px}}@media(max-width:991px){.dealer-main-cont .form-card{margin-top:50px}.dealer-main-cont .step-connector{display:none}.dealer-main-cont .process-steps{flex-wrap:wrap;gap:30px}.dealer-main-cont .step-icon-circle{width:55px;height:55px;font-size:20px}.delar-faq{padding-top:3rem}.dealer-call-box-rt{margin-top:0}.dealr-innr-bnr .breadcrumb-nav{margin-bottom:2rem!important}.delr-bnr-list li{max-width:100%}.delr-bnr-list{gap:20px}.carrer-innr-bnr .breadcrumb-nav { margin: auto;}}@media(max-width:575px){.dealr-innr-bnr .main-heading{font-weight:600}.dealr-innr-bnr .breadcrumb-nav{margin-bottom:1rem!important}.delr-bnr-list{margin-top:1.4rem;justify-content:center;flex-direction:column}.dealr-innr-bnr{padding:5rem 0 2rem}.dealer-main-cont .step-title{font-size:18px}.dealer-cta-sec .deler-cta-cont h3{font-size:21px;padding-bottom:1rem;line-height:35px}.dealer-call-box-rt{padding:25px}.dealer-call-box-rt h3{font-size:23px;margin-bottom:8px}.dealer-main-cont .feature-icon-wrapper i{font-size:21px}.dealer-main-cont .feature-icon-wrapper{width:48px;height:48px}}


/*  Become Dealer-page-june-19-2026 */

/* innr-bnr */

.carrer-innr-bnr{background-position:center center!important;padding:12rem 0}.carrer-innr-bnr .warent-policy-innr-bnr .breadcrumb-link.active-link,.carrer-innr-bnr .warent-policy-innr-bnr .home-link{font-size:20px!important;letter-spacing:.5px}.carrer-innr-bnr h1.main-heading{color:var(--white);font-size:65px;font-weight:700;line-height:80px;margin-bottom:25px;letter-spacing:.05rem}.carrer-innr-bnr .description{font-size:18px!important;line-height:30px}.battery-mainte-bnr .btn-group-custom .btn{font-size:1.6rem}.carrer-innr-bnr .content-wrapper{max-width:70%;width:100%;margin-top:2rem;position:relative} @media (min-width: 1600px) and (max-width: 1900px) { .carrer-innr-bnr {padding: 5rem 0; margin-top: 1rem;}.carrer-innr-bnr .content-col {padding: 65px 60px 20px;}.carrer-innr-bnr h1.main-heading { font-size: 57px; line-height: 72px;} }  @media(max-width:1599px){.carrer-innr-bnr{padding:5rem 0}.faq-innr-bnr { padding: 5rem 0 !important;}}@media(max-width:1500px){.carrer-innr-bnr .warent-policy-innr-bnr .breadcrumb-link.active-link,.carrer-innr-bnr .warent-policy-innr-bnr .home-link{font-size:18px!important;letter-spacing:0}.carrer-innr-bnr h1.main-heading{font-size:54px;font-weight:700;line-height:72px;margin-bottom:15px}.carrer-innr-bnr .content-wrapper{max-width:80%!important}}@media(max-width:1340px){.carrer-innr-bnr h1.main-heading{font-size:49px;line-height:64px;margin-bottom:15px}}@media(max-width:1199px){.carrer-innr-bnr .content-wrapper{max-width:100%!important;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;margin:auto}.carrer-innr-bnr .warent-policy-innr-bnr{width:auto!important}.carrer-innr-bnr:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:#010f299c}.carrer-innr-bnr .warent-policy-innr-bnr{margin-bottom:1.5rem !important ;}}@media(max-width:575px){.carrer-innr-bnr .warent-policy-innr-bnr .breadcrumb-link.active-link,.carrer-innr-bnr .warent-policy-innr-bnr .home-link{font-size:16px!important}.carrer-innr-bnr h1.main-heading{font-size:29px;line-height:38px;margin-bottom:9px}.carrer-innr-bnr .warent-policy-innr-bnr{width:auto!important;margin-bottom:10px!important} .battery-mainte-bnr .breadcrumb-nav {  display: none;} .carrer-innr-bnr .description{font-size:15px!important;line-height:27px}.battery-mainte-bnr .btn-group-custom .btn{font-size:1.5rem}.carrer-innr-bnr{padding:5rem 1rem 3rem}.faq-innr-bnr{background-position: right center !important;}.carrer-innr-bnr .content-col {padding: 40px 20px !important;}.warent-policy-innr-bnr .breadcrumb-nav{display: none;} }


/* innr-bnr */