*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1,h2,h3,p{
    line-height: normal;
    margin: 0;
}
ul,ol{
    margin: 0;
    padding: 0;
}
p{
    font-size: 16px;
    line-height: 25px;
	text-align:justify;
}
html,body{
  /* font-family: 'Lato', sans-serif;*/
}


@font-face {
    font-family: 'Neoplanta BG bold';
    src: url('./fonts/NeoplantaBG-Bold.woff2') format('woff2'),
        url('./fonts/NeoplantaBG-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neoplanta BG';
    src: url('./fonts/NeoplantaBG.eot');
    src: url('./fonts/NeoplantaBG.eot?#iefix') format('embedded-opentype'),
        url('./fonts/NeoplantaBG.woff2') format('woff2'),
        url('./fonts/NeoplantaBG.woff') format('woff'),
        url('./fonts/NeoplantaBG.ttf') format('truetype'),
        url('./fonts/NeoplantaBG.svg#NeoplantaBG') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
  --black: #000;
  --white: #ffffff;
  --dark-black: #191919;
  --orange: #ff9900;
  --blue: #012d56;
  --white:#ffffff;
  --grey:#a0a0a0;
  --yellow:#ff9900;
  --light-grey:#c3c3c9;
  --dark-blue:#01284c;
  --light-blue:#033869;
--sky-blue:#4a79a4;
}

h1 {

}

h2 {
    font-size: 25px;
}

h3 { 

}

h4 {
    font-size: 18px;
}

p {
    color: var(--black);
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}
.compadding {
    padding-top:90px;
    padding-bottom: 300px;	
}
.compadding.brand_new {
    padding-top:90px;
    padding-bottom: 100px;
}
.fnt18 {
    font-size: 18px !important;
}
.whtie_color_heading{
    color: #fff;
}
.blue_color_heading{
    color: #002750;
}

header{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
header .container{
    max-width: 1440px;
    margin: 0 auto;
}
.logo{
    width: 253px;
    display: inline-block;
}
.header_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
.nav_bar li{
     margin: 0 6px;
}
.nav_bar li a{
    text-decoration: none;
    color: var(--dark-black);
    text-transform: uppercase;
    font-size: 13px;
    padding: 40px 0;
}
.header_wrap .nav_bar a.active{
    color: var(--yellow);
}
.search_btn{
    background: transparent;
    padding: 0;
    border: none;
    margin-right: 50px;

}
.search_btn i{
    color: var(--dark-black);
}
.mc_img {
    display: flex;
    width: 141px;
}
.mc_img img{
    width: 100%;
}
.banner {
    background: url(../images/new_home_banner.png) no-repeat;
    height: 630px;
    position: relative;
    width: 100%;
    background-size: cover;
}
.banner .container{
    position: relative;
    height: 100%;
}
.banner_txt {
    position: absolute;
    left: 15px;
    top: 9%;
    color: var(--black);
}
.banner_txt h4{
   margin-bottom: 30px;
    position: relative;
    padding: 15px 0;
    font-weight: 400;
}
.banner_txt p{
    font-size: 15px;
}
.banner_txt h4::after {
    background-color: #1a0d0d;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.banner_txt h2{
     font-family: 'Neoplanta BG';
    font-size: 30px;
}
.banner_txt p{
    margin-top: 20px;
}
.brand_discrep {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.brand_name {
    font-size: 30px;
    color: var(--dark-black);
    width: 52%;
}
.brand_name h1{
    display: block;
    position: relative;
}
.brand_name h1.bdr::after{
    background-color: var(--orange);
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
    bottom: -44px;
}
.brand_name h1{
     font-family: 'Neoplanta BG';
}
.about_brand{
    width: 38%;
}
.blue_backg{
    background-color: var(--blue);
}
.mdl_head{
   color: var(--white);
   /*font-size: 30px;*/
    font-family: 'Neoplanta BG';
   position: relative;
}
.mdl_head::before{
    background-color: var(--orange);
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
    top: -15px; 
}
.model_wrap{
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}
.model_wrap_card{
    padding: 0px 30px 0 0;
}
.mwc_img .model_wrap_card img{
    width: 10% !important;
    object-fit: cover;
}
.model_wrap_card img{
    width: 100%;
    object-fit: cover;
}

.model_wrap_card h4{
     color: var(--white);
     margin-top: 15px;
}
.model_wrap_card h4 span{
    margin-left: 10px;
}
.model_wrap_card h4 span i{
    color:var(--orange);
}
.services {
    margin-top: -240px;
    margin-bottom: 100px;
}
.services_part{
    background-image: url(../images/global_img.png);
     height: 430px;
     width: 100%;
     background-repeat :no-repeat;
     position: relative;
     background-size: cover;
}
.services_part p {
    font-size: 13px;
    color: var(--white);
    text-align: left;
}
.services_part h2{
     font-family: 'Neoplanta BG';
    color:var(--white);
}
.service_btn {
    background-color: var(--orange);
    color: var(--white);
    margin: 20px 0;
    font-size: 15px;
    padding: 6px 25px;
    border: 1px solid var(--orange);
    display: inline-block;
}
.service_btn:hover{
    background-color: transparent;
    color: var(--orange);
}
.service_btn:hover i{ 
    color: var(--orange);
}
.services_part span i {
    color: var(--white);
    margin-left: 10px;
}
.service_txt {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 26%;
    transform: translate(0,-50%);
}
.service_txt .ser_bdr{
    position: relative;
    margin-bottom: 40px;
}
.service_txt h2{
    font-size: 30px;
}
.service_txt .ser_bdr::after{
    background-color: var(--white);
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
    top: 30px;
    position: absolute;
}
.bdr_top_blck{
    color:var(--black);
}
.inquire_sec{
    margin: 50px 0;
}
.from_wrap {
    margin: 40px 0;
    background-color: var(--blue);
    padding: 50px 55px;
}
.frm_field label{ 
     color:var(--white);
     display: block;
     margin-bottom: 6px;
}
.frm_wrap_first{
    display: flex;
        justify-content: space-between;
}
.frm_field {
    width: 32%;
    margin: 0 0 10px 0px;
}
.frm_field input {
    width: 100%;
    padding: 10px 6px;
    border: 1px solid #50789d;
    background-color: var(--blue);
    color: var(--white);
}
.frm_wrap_scnd{
    width:100%;
}
.frm_wrap_scnd textarea{
    width: 100%;
    background-color: var(--blue);
    color: var(--white);
    height: 100px;
    border: 1px solid #50789d;
}
.service_btn{
    margin: 10px 0px;
    text-decoration: none;
}
footer{
   background: #001f3b;
    padding: 50px 0 10px 0;

}
.news_lettr{
   display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 30px;
}
.social_icn_home ul{
   margin-bottom: 20px;
   list-style-type: none;
}
.social_icn_home ul li{
    display: inline-block;
    margin-right: 24px;
}
.news_lettr_dis{
    color: var(--white);
    width: 44%;
}
.news_lettr_dis h4{
    margin-bottom: 20px;
}
.newsletter_row {
    width: 45%;
    position: relative;
}
.newsletter_row input {
    width: 100%;
    padding: 10px 98px 10px 10px;
}
.newsletter_row .service_btn {
    position: absolute;
    right: 0;
    margin: 0;
    padding: 11.5px 30px;
    top: 0;
}
.social_icn_home{
    color: var(--white);
    width: 22%;
    padding-right: 40px !important;
}
.news_lettr h2{
   margin-bottom: 20px;
    font-family: 'Neoplanta BG';
}
.footer-col_sec p{
    color: var(--white);
}
.footer_row{
    margin: 50px 0 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 30px;
}
.footer_col{
    padding-right: 108px;
}
.footer_col h2{
     color: var(--white);
     font-family: 'Neoplanta BG';
     padding-bottom: 40px; 
     position: relative;
}
.footer_col h2::after{
    background-color: var(--orange);
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    top: 50px;
    position: absolute;
}
.footer_col ul{
    list-style-type: none;
}
}
.footer_col ul li{
    margin:10px 0;
}
.footer_col ul li a{
    color: var(--grey);
    text-decoration: none;
}
.copyright_sec{
    
}
.copyright_sec ul{
   list-style-type: none;
   display: flex;
    justify-content: center;
}
.copyright_sec ul li{
    margin: 10px 0;
    padding: 0 12px;
}
.copyright_sec ul li a{
    color: var(--grey);
    text-decoration: none;
}
.bdr_copyright{
    position: relative;
}
.bdr_copyright::before{
    background-color: var(--grey);
    content: '';
    display: block;
    height: 18px;
    left: 0px;
    position: absolute;
    width: 1px;
    top: 3px;
    position: absolute;
}
.bdr_copyright::after{
    background-color: var(--grey);
    content: '';
    display: block;
    height: 18px;
    right: 0px;
    position: absolute;
    width: 1px;
    top: 3px;
    position: absolute;
}
.menu_dropdown button{
    background: var(--white);
    border:none;
    color: var(--dark-black);
    font-size: 13px;
    text-transform: uppercase;
}
.mobile_menu{
    display: none;
}
.menu_dropdown .dropdown-item:hover {
    color: var(--white);
    background-color: var(--light-blue);
}
.chose_sec_wrap .bdr_center::before {
    top: 75px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec_features {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-between;
}
.sec_features .address_dtl{
    width: 33%;
}
.sec_features .address h3 {
    font-size: 22px;
    font-weight: 450;
    font-family: 'Neoplanta BG';
    margin-bottom: 10px;
}
.sec_features .address p{
    margin: 10px 0;
}
.new_ser_sec p {
   /* font-size: 22px;*/
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 34px;
}
.service_stage {
    margin: 60px 0 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.service_stage .caption-box {
    background: #001f3b;
    width: 100%;
    padding: 14px 20px 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}
.service_stage .caption-box p {
    color: var(--white);
    margin-top: 0;
    padding: 17px 0;
}
/*.service_stage .img-box:hover .caption-box{
   background: #ff9900;
    color: var(--white);
}*/
.service_stage .img-box{
    width: 32%;
    overflow: hidden;
}
.service_stage .img-box p {
    margin: 0;
    transition: 0.5s ease-in;
    font-size: 15px;
    background: #001f3b;
    color: #fff;
    width: 100%;
    line-height: normal;
    font-weight: normal;
    padding: 0px 20px 12px;
    min-height: 90px;
}
/*.service_stage .img-box:hover p{
    transition: 0.5s ease-in;
    opacity: 1;
    bottom: 52px;
}*/
.service_stage .img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s ease-in;
}
/*.service_stage .img-box:hover img{
    transform: scale(1.1);
    transition: 0.5s ease-in;
}*/
.widget {
    position: fixed;
    right: 0;
    padding: 15px 12px;
    z-index: 9;
    background-color: var(--orange);
    top: 250px;
	list-style-type: none;
}
.widget li {
    margin-bottom: 6px;
}
.widget li a{
    color: #fff;
    font-size: 27px;
}
/*.menu_dropdown .dropdown-toggle::after {
    display: none;
}
*/
/*.exo-menu{
    width: 100%;
    float: left;
    list-style: none;
    position:relative;
    background: #23364B;
}
.exo-menu > li {    display: inline-block;float:left;}
.exo-menu > li > a{
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px #365670 dotted;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
    background:#009FE1;
    color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
    left: 0px;
    min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}*/
/*.Blog{
    left:0;
    display:none;
    color:#fefefe;
    padding-top:15px;
    background:#547787;
    padding-bottom:15px;
}
.Blog .blog-title{
    color:#fff;
    font-size:15px;
    text-transform:uppercase;

}
.Blog .blog-des{
    color:#ccc;
    font-size:90%;
    margin-top:15px;
}
.Blog a.view-more{
    margin-top:0px;
}*/

/********************ABOUT US***************************/
.banner_abut{
   background: url(../images/aboutus.jpg) no-repeat;
   background-size: cover;
}
.banner_body{
   background: url(../images/bodybuilding.jpg) no-repeat;
   background-size: cover;
}

.banner_abut  .banner_txt {

    color: var(--white);
}
.banner_abut .banner_txt h4::after {

     background-color: var(--white);
     height: 1px;
     left: 0;
    width: 35px;

}
.usp_abut{

    padding-bottom: 50px;
    
}
.usp_abut  .mdl_head::before {
    height: 2px;
    width: 50px;
    top: 42px;
}
.usp_abut p {
    color: var(--white);
    margin: 0 0 25px 0;
}
.usp_dis_part{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.usp_list {
    color: var(--white);
    width: 50%;
}
.usp_list h3{
    /*margin: 30px 0;*/
}
.usp_list ul li{
    margin:4px 0;
    padding: 0 20px;
}
.usp_list ul{
   margin: 40px 15px 20px;
}
.usp_img_part {
    width: 46%;
    padding-right: 40px;
}
.usp_img_part img{
    width: 100%;
    object-fit: cover;
}
.autpmobile_dis{
    background-color: var(--white);
}

.auto_mbe_dis h3{
    color: var(--dark-black);
}
.auto_mbe_dis p{
    color: var(--dark-black);
}
 .auto_mbe_img{
   width: 40%;
}
.auto_mble_part{
    width: 100%;
}
.auto_mbe_dis{
    width: 55%;
}
/* =====  contact =======*/

.contact_part {
    background: var(--blue);
    padding: 52px 0;
}
.contact_part .banner_txt{
  position: unset;
  transform: initial;
  color: #fff;
}
.contact_part .banner_txt h4:after{
    background: #fff;
}
.contact_detal_sec{
    margin: 50px 0;
}
.contact_address .mdl_head{
    color: var(--blue);
     font-family: 'Neoplanta BG';

}
.whistle-content .mdl_head{
    color: var(--blue);
     font-family: 'Neoplanta BG';

}
.contact_address .mdl_head::before {
    top: 45px;
}
.contact_address p{
    margin: 20px 0;
}
.contact_detal_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact_address {
    width: 32%;
}
.whistle-content{
    width: 60%;    
}


.contact_form.contact_address {
    padding-right: 118px;
    width: calc(100% - 58%);
}
.address_dtl {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0;
}
.address_dtl .address h4{
    color: var(--blue);
     font-family: 'Neoplanta BG';
    font-size: 25px;
    margin: 0;
}
.address_dtl .address p {
    margin: 0;
    padding-right: 40px;
    text-align: left;
}
.address_dtl .address{
     width: 85%;
}
.addrs_img{
    width: 9%;
}
.addrs_img img{
    width: 100%;
}

.map{
    margin-bottom:-5px; 
}
.name_sec{
    margin: 15px 0;
}
.name_sec input{
    width: 100%;
    padding: 8px 10px;
    color: #7e7e7e;
}
.textarea_sec_cont textarea{
    width: 100%;
    height: 100px;
    padding: 8px 10px;
      color: #7e7e7e;
}
.contact_frm_btn{
    padding: 10px 25px;
    color: var(--white);
    background-color: var(--yellow);
    font-size: 15px;
    border: none;
    margin-top: 15px;
    border: 1px solid transparent
}   
.contact_frm_btn:hover{
    border: 1px solid var(--yellow);
    background: transparent;
    color: var(--yellow);
}


/**********************Model page****************************/
.model_banner{
     background: url(../images/new_mdl1.png) no-repeat;
      background-size: cover;
      background-position: center;
}
.mdl_head.mdl_head_model::before{
    background-color: var(--orange);
    height: 2px;
    top: 45px;
   
}
.midi_discription{
    margin: 0px 0;
    width: 80%;
}
.midi_discription p{
   font-size: 15px;
    color: var(--white);
    margin-bottom: 20px;
}
.tech_data_head{
    background: var(--white);
    font-family: 'neoplanta_bgregular';
    color: var(--blue);
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;

}
.tech_data_head span i{
    font-size: 25px;
}
.tech_data_tbl_head{
    margin: 30px 0;
}
.engine_table_sec{
    margin:30px 0;
}
.engine_tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
 
}

.engine_tbl th, td {
    text-align: left;
    padding: 16px;
    color: var(--white);
    font-size: 14px;
    width: 54%;
}
.engine_tbl tr:nth-child(even) {
  background-color: var(--dark-blue);
}
.engine_tbl tr:nth-child(odd) {
  background-color: var(--light-blue);
}
.engine_table_sec h4{
    color: var(--yellow);
    padding: 10px 15px;
}
.modal_page{
    padding:50px 0;
}
.accordion h2{
    color: #012d56;
    font-family: 'Neoplanta BG';
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item {
    background-color: transparent;
    border: 1px solid transparent;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-button:focus {
    z-index: 3;
    outline: none;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
}
/*.accordion-button:not(.collapsed)::after {
    background: url(../images/arrow.svg) no-repeat;
    transform: rotate(-180deg);
        background-size: 24px;
}*/
.modal_wrap{
    display: flex;
    justify-content: space-between;

}
.modal_wrap_list{
    margin:30px 0;
}
.midi_discription ul{
    margin: 28px 15px;
}
.midi_discription ul li{
    color: var(--white);
    margin-bottom: 6px;
}
.mini_mdl_gllery{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 60px 0;

}
.mini_mdl_gllery .img-box{
    width: 48%;
}
.mini_mdl_gllery .img-box img{
    width: 100%;
        cursor: default;
}
/********************MODEL 1723***************************/
.model_seventy_twenty{
     background: url(../images/mdl_1723.png) no-repeat;
      background-size: cover;
      background-position: center;
}
.mdl_1723_dwl{
    display: flex;
    width: 10%;
    justify-content: space-between;
    margin: 10px 0;
    align-items: flex-end;
}
.mdl_1723_dwl .dwl_img{
    width: 70%;
}
.dwl_pdf p{
    margin-bottom: 0;

}
.dwl_pdf a{
    text-decoration: none;
    color: var(--sky-blue);
}

/*****************MODAL************************/

#exampleModal  .modal-body {
    padding: 14px 30px 20px;
}
#exampleModal .modal-content{
    border-radius: 0;
}
#exampleModal .mdl_filed {
    margin: 20px 0 22px 0px;
}
.mdl_filed label {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.mdl_filed input{
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 100%;
    font-size: 18px;
    outline: none;
}
.mdl_filed input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey);
  opacity: 1; /* Firefox */
}


.mdl_filed input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--grey);
}


.mdl_filed input::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--grey);
}

.mdl_filed #Products{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    outline: none;
    outline: none;
    border-bottom: 2px solid #000;
     color: var(--grey);
     font-size: 18px;
}
.mdl_btn{
     text-align: center;
     margin-bottom: 40px;
}
.mdl_btn button{
    padding: 8px 58px;
    border-radius: 0px;
    background: var(--light-blue);
    color: var(--white);
    border: none;
    text-transform: uppercase;
}
.mdl_btn button:hover{
    background: var(--orange);
}

/*===============Gallery===================*/


.gallery_section{
    padding: 100px 0 50px 0
}

.gallery-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 41px;
}

.gallery-image img {
  height: 100%;
  width: 100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}
.gallery-image .img-box {
    width: 32%;
    margin-bottom: 28px;
    transition: transform 0.4s ease;
    overflow: hidden;
}
.gallery-image .img-box:hover img{
    transform: scale(1.1);
  transition: transform 0.4s ease;
}
.img-box {
    box-sizing: content-box;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}
.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
/*
.transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}*/
.copyright_sec p{
    text-align: center;
    margin-bottom: 0;
    color: var(--grey);
}
.service_list_ftr li{
    color: var(--grey);
}

@media (min-width: 576px){
#myModal .modal-dialog {
    max-width: 780px;
    margin: 1.75rem auto;
}
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  color: #ffff;
  font-size: 20px;
}
.modal-img{
    width: 100%;
}
.gallery_bnner{
    background: url(../images/gallery.jpg) no-repeat;
    background-size: cover;
}
/**********************CAREER Page******************************/

.carrer_banner{
   background: url(../images/career.jpg) no-repeat;
   background-size: cover;
}
.carrer_banner .banner_txt{
    color: #000;
}
.carrer_banner .banner_txt h4::after {
    background-color: #000;
}
.carrer_banner .banner_txt p {
    color: #000;

}
.first_row_career{
    display: flex;
    justify-content: space-between;
   
}
.first_row_career .name_sec{
    width:49%;
}
.first_row_career.full .name_sec{
    width: 100%;
}
.first_row_career .name_sec label{
    margin-bottom: 5px;
    color: var(--white);
    display: block;
}
.carrer_from_sec{
    padding: 70px 200px;
    background: var(--blue);
}
.attach_file p{
    color: var(--white);
    margin-bottom: 5px;
}
.name_sec .file{
    padding: 0
}
.name_sec textarea{
    width: 100%;
}
.career_btn{
    padding: 4px 8px;
    background:#ff9900;
    color: #fff;
    border: 1px solid transparent; 
}
.career_btn:hover{
    border: 1px solid #ff9900;
    color: #ff9900;
    background: transparent;
}
.career_btn i{
    margin-right: 4px;
}
.prod:hover .dropdown-content{
    display: block;
}
.prod:hover .product_dropdown_row{
 display: flex;
 transition: 0.5s ease-in;
}
.product_dropdown_row {
    position: absolute;
    left: 0;
    width: 488px;
    display: flex;
    z-index: 9;
    background: #606060;
    padding: 13px;
    justify-content: space-between;
    display: none;
    transition: 0.5s ease-in;
}
.pro_drp {
    width: 48%;
}
.pro_drp h4{
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}
.pro_drp h4 a{
    color: #fff;
}
.pro_drp img{
    width: 100%;
}

/*******************Service Page****************************/
.res_ser{
    background: var(--blue);
    padding: 90px 0 50px;
}
.res_ser h3{
    color: var(--white);
    font-family: 'Neoplanta BG';
}
.res_bdr{
    position: relative;
}
.res_ser .res_bdr::after{
    background-color: var(--orange);
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
    top: 47px;
}
.res_ser_section{
    margin: 40px 0;
}
.res_ser_section h4{

    color: var(--white);
    font-weight: 400;
}
.spaeed_accor .accordion-button{
    background: var(--blue);
    color: var(--white);
   /* border-color:  var(--white);*/
}
.speed_ser{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.speed_acc_img{
    width: 50%;
    margin-right: 25px;
    margin-top: 20px;
}
.speed_acc_img img{
    width: 100%;
}
.spaeed_accor{
    width: 60%;
    padding-right: 20px;
}
.padding-none-lf{
    padding-left: 0;
}
.speed_ser .accordion-body {
    color: var(--white);
	text-align:justify;
}

.sevice_head.accordion-button:not(.collapsed) {  
    box-shadow: none;
     border-bottom:  1px solid #4d6c89;
}
/*.sevice_head.accordion-button::after {
    background:url('../images/down_arrow.png') no-repeat;
}*/
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background:url('../images/down_arrow.png') no-repeat;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;

}
.accordion-button:not(.collapsed)::after {
    background:url('../images/down_arrow.png') no-repeat;
    transform: rotate(-180deg);
    background-size: 1.25rem;
}
.sevice_head.accordion-button{
     border-bottom: 1px solid #4d6c89;
}
.sevice_head.accordion-button:focus {
    outline: none;
    border-bottom:1px solid #4d6c89;
   /* border-top: 1px solid #4d6c89;*/
    box-shadow: none;
}
.sevice_head.accordion-button.collapsed {
  
   /* border-top: 1px solid #4d6c89;*/
    border-bottom:  1px solid #4d6c89;
    margin-bottom: 10px;
}
.line_mar{
    margin-bottom: 10px;
}
.list_ser_mar{
    margin-left: 17px;
}
.new_services {
    background: var(--white);
    margin: 100px 0;
}
.new_services h3{
    color: var(--black);
   
   font-family: 'Neoplanta BG';
}
.real_sec h4{
     color: var(--black);
   
}
.realiable_accor .accordion-body {
    color: var(--black);
}
.realiable_accor .accordion-button.collapsed {
    background: #fff;
    color: var(--blue);
}
.realiable_accor .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--blue);
}
.realiable_accor .accordion-button:not(.collapsed)::after {
    background: url(../images/down_arrow_blck.png) no-repeat;
    background-size: 1.25rem;
    transform: rotate(-180deg);
}
.realiable_accor .accordion-button::after {
     background: url(../images/down_arrow_blck.png) no-repeat;
      width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
/*.ser_big_img{
    margin:90px 0;
}*/
.ser_big_img{
    width: 100%;
}
.ser_big_img img{
    width: 100%;
    object-fit: cover;
	padding-bottom: 80px;
}

.list_ser_mar{
    margin-left: 17px;
}
.white_clr{
   color: var(--white);
}
.service_page {
    background: url(../images/service.jpg) no-repeat;
    background-size: cover;
}
.service_page .banner_txt {
    color: var(--white);
}
.service_page .banner_txt p {
    color: var(--white);
}
.service_page .banner_txt h4::after {
    background-color: var(--white);
}

.whistle_banner{
    background: url(../images/whistle_bannner.png) no-repeat center;
    background-size: cover;
}

.whistle_banner .banner_txt {
    color: var(--white);
}
.contact_banner{
    background: url(../images/contact-us.jpg) no-repeat center;
    background-size: cover;
}
.contact_banner .banner_txt {
    color: var(--white);
}
.contact_banner .banner_txt p {
    color: var(--white);
}
.contact_banner .banner_txt h4::after {
    background-color: var(--white);
}

.gallery_bnner .banner_txt {
    color: var(--white);
}
.gallery_bnner .banner_txt h4 {
    color: var(--white);
}
.gallery_bnner .banner_txt h2 {
    color: var(--white);
}
.gallery_bnner .banner_txt h4::after {
    background-color: var(--white);
}
.thankyou {
    text-align: center;
    padding: 50px 0;
    background: #eee;
}
.thankyou h1 ,p {
    margin-bottom: 20px;
}
.thankyou .service_btn{
  text-decoration: none;
}


/*language dropdown*/
    
.nav-wrapper {
/*  width: 200px;*/
 /* margin: 100px auto;*/
  text-align: center;
}
.sl-nav {
    position: relative;
  display: inline;
}
/*.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}*/
.sl-nav li {
  cursor: pointer;
/*  padding-bottom:10px;*/
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:25px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-de {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
  background-size: cover;
  background-position: center center;
}
.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}
.sl-nav:hover .dropdown_lang{
  display: block;
}
.dropdown_lang {
    box-shadow: 0 0 5px #a4a4a4;
   /* padding: 10px;*/
    border-radius: 4px;
    right: 0;
    position: absolute;
    top: 22px;
    z-index: 99;
    background: #fff;
    display: none;
}
.dropdown_lang li{
    list-style: none;
  /*  margin:5px 0px;*/
}
.dropdown_lang li a {
    color: #000;
    text-decoration: none;
    padding: 3px 12px;
    display: block;
    border-bottom: 1px solid #d1d0d0;
}
.dropdown_lang li a:hover{
    background: #eee;
}
.whtie_color.usp_abut p{
    color: #000;
}
.whtie_color.usp_abut .usp_list ul li{
    color: #000;
}
.whtie_color.usp_abut .usp_list ul li a{
    color: #000;
}
.whtie_color .mdl_head{
    color: #000;
}
.usp_dis_part.flex_row_reverse{
    flex-direction: row-reverse;
}
.gallery-image.body_building{
   justify-content: initial;
    gap: 22px;
}
.gallery-image.body_building .img-box{
    margin-bottom: 0;
}
.gallery-image.body_building .caption{
         background: #000; 
    width: 100%;
    left: 0;
}
.gallery-image.body_building .caption p{
    margin-bottom: 0;
    padding: 6px 6px;
}
.gallery-image.body_building .img-box:hover .caption {
    transform: translateY(4px);
}
.nav-pills .nav-link.active{
    color: #fff;
    background-color: var(--orange);
}
.nav-pills .nav-link {
    background: #103f6b;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin-right: 5px;
}
.wrap_middle_heading{
    text-align: center;
}
.wrap_left_heading{
    text-align: left;
}
.new_mordern_heading {
    font-family: 'Neoplanta BG';
    font-size: 40px;
    position: relative;
    text-align: center;
    display: inline-block;
}
.new_mordern_heading:before {
    content: '';
    background: var(--orange);
    width: 70px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translate(-50%,0);
}
.new_mordern_left{
    font-family: 'Neoplanta BG';
    font-size: 40px;
    position: relative;
    text-align: left;
    display: inline-block;
}
.new_mordern_left:before{
    content: '';
    background: var(--orange);
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    top: -19px;
}
.grey_bg{
    background: #f6f6f6;
}
.chose_sec_wrap .addrs_img {
    width: 14%;
    background: var(--orange);
    margin-top: 7px;
    padding: 8px;
    margin-right: 15px;
}
.chose_sec_wrap .address_dtl {
    align-items: flex-start;
}
.chose_sec_wrap .address_dtl .address p {
    padding-right: 35px;
}
.new_about_us {
    display: flex;
    justify-content: space-between;
    padding: 100px 0;
}
.new_about_lft {
    width: 47%;
}
.new_about_lft p{
    text-align: left;
}
.new_about_rgt {
    width: 48%;
}
.new_about_rgt img{
    width: 100%;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li.slick-active button:before {
     opacity: 1; 
    color: var(--orange);
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 53px;
}
.piagio_wrap, .sanya_wrap, .eicher_wrap {
    display: flex;
}
.new_services.res_ser {
    margin: 0;
}
.force_traveller_page{
    background: url(../images/force_traveller_banner.jpg) no-repeat center;
    background-size: cover;
}
.piagio_banner{
     background: url(../images/piagio_banner.jpg) no-repeat center;
    background-size: cover;
}
.sanya_banner{
     background: url(../images/sanya12cc.jpg) no-repeat center;
    background-size: cover;
    height:475px;
}
.sanya_banner150{
     background: url(../images/ss150.jpg) no-repeat center;
    background-size: cover;
    height:475px;
}
.eicher_truck_banner{
     background: url(../images/eicher_banner.jpeg) no-repeat center;
    background-size: cover;
    height:630px;
}
.eicherpro_truck_banner{
     background: url(../images/eicherpro_banner.jpg) no-repeat center;
    background-size: cover;
    height:630px;
}
.eicher_bus_banner{
     background: url(../images/ei_bus.jpeg) no-repeat center;
    background-size: cover;
    height:630px;
}
.piagio_banner_nxt{
     background: url(../images/piagio_banner_nxt.png) no-repeat center;
    background-size: cover;
}
.wrap_force{
    display: flex;
    justify-content: space-between;
}
.lft_force {
    width: 46%;
}
.rgt_force{
    width: 48%;
}
.rgt_force img{
    width: 100%;
}
.lft_force p{
    text-align: left;
    color: #fff;
}
.lft_force h4 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.speed_ser.force_accr .spaeed_accor {
    padding-right: 0;
    width: 48%;
}
.speed_ser.force_accr .speed_acc_img {
    width: 46%;
    margin-right: 0px;
    margin-top: 20px;
}
.speed_ser.force_accr .spaeed_accor .accordion-button {
    font-size: 20px;
}

.speed_ser.force_accr .accordion-button:not(.collapsed)::after {
    background: url(../images/minus-sign.png) no-repeat;
    transform: rotate(0deg);
    background-size: 1rem;
}
.speed_ser.force_accr .accordion-button::after {
    content: "";
    background: url(../images/plus_white.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 1rem;
}
.speed_ser.force_accr {
    margin-top: 80px;
}
.side_contnt_row{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.side_contnt_lft{
    width: 46%;
}
.side_contnt_lft p{
    text-align: left;
}
.side_contnt_rgt{
 width: 48%;
}
.side_contnt_rgt img{
    width: 100%;
}
.wrap_specification {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 60px;
}
.accordion {
    width: 32%;
}
.technical_spec {
    background: #012d56;
    padding: 80px 0;
}
.technical_spec .accordion-button {
    color: #fff;
    background-color: #214c7f;
    outline: none;
}
.specs_details li {
    color: #fff;
    list-style: none;
    margin-bottom: 6px;
}
.specs_details li span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
}
.specs_details li span.specs_details_lft{
   width: 38%;  
}
.specs_details li span.specs_details_rgt{
   width: 60%;   
}
.dropdown-content {
   display: none;
   position: absolute;
   background-color: #e0e0e0;
   width: 100%;
   left: 0;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
   top: 100px;
}
.dropdown:hover .dropdown-content {
    display: block;
    text-align: center;
} 
.wrap_column {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}
.menu_column {
    width: 18%;
    padding: 10px;
    margin: 0 10px;
}
.menu_column img {
    width: 100%;
    background: #fff;
    height: 100px;
    object-fit: contain;
    padding: 13px;
    border-radius: 4px;
        margin: 10px 0;
}
.menu_column ul li{
    display: block;
    list-style: none;
}
.menu_column ul li a {
    padding: 0 0;
    font-size: 14px;
}
.menu_column ul li a:hover {
    color: var(--yellow);
}
.menu_column h3 {
    font-family: 'Neoplanta BG';
}
.specification_column .accordion{
   width: 100%;
}
.ambulance_gallery{
    padding: 80px 0;
}
.gallery_prod_col{
    padding: 20px 20px 0px 20px;
}
.gallery_prod_col p{
    text-align: center;
}
.gallery_prod_col img{
    width: 100%;
    height: 314px;
    object-fit: cover;
}
.gallery_prod{
    margin-top: 60px;
}
.ambulance_gallery .slick-prev:before {
       content: "\f104";
}
.ambulance_gallery .slick-next:before {
       content: "\f105";
}
.ambulance_gallery .slick-prev:before, 
.ambulance_gallery .slick-next:before {
   /* font-family: 'slick';*/
   font: normal normal normal 30px/1 FontAwesome;
  /*  font-size: 20px;*/
    line-height: 1;
    opacity: 1;
    color: #000;
}
.specification_column {
    width: 32%;
}
.wrap_specification.ape_dx_specification .specification_column{
   width: 100%;
}
.specification_tbl{
    width: 100%;
}
.specification_tbl td:nth-child(1) {
    width: 74%;
}
.banner.mindor_banner{
    background: url(../images/mindor_banner.png) no-repeat center;
    background-size: cover;
}
.banner.travller_3700_banner{
    background: url(../images/travller_3700_banner.png) no-repeat center;
    background-size: cover;
}
.banner.t2_luxury_super_banner{
    background: url(../images/t2_luxury_super_banner.png) no-repeat center;
    background-size: cover;
}
.banner.dv_common_banner{
    background: url(../images/dv_common_banner.jpg) no-repeat center;
    background-size: cover;
}
.banner_txt h4.whtie_color_heading::after {
    content: '';
    background-color: #fff;
}

.accordion.spaeed_accor{
    width: 60%;
}
.show_product_row {
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 60px 0;
    margin-top: 50px;
}
.show_prod_col {
    /* width: 24%; */
    text-align: center;
}
.show_prod_col img {
    width: 247px;
    height: 120px;
    object-fit: contain;
}
.accordion-button:focus {
    box-shadow: none;
}
.specification_tbl td {
    padding: 4px 0;
}
.fnt20{
    font-size: 20px;
}

/*================Updated Menu =================*/

.nav_bar li.prod .mega_menu {
    display: none; 
    position: absolute;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 7px #ccc;
    top: 100px;
}
.mega_menu > li {
    list-style: none;
    margin: 0;
    padding: 6px 40px 6px 10px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.mega_menu > li:hover{
    background: #f0f0f0;
}
.mega_menu > li:before{
    content: "";
    position: absolute;
    right: 5px;
    background: url(../images/down_arrow.png) no-repeat;
    width: 13px;
    height: 12px;
    z-index: 9999;
    top: 12px;
    filter: brightness(0.5);
    background-size: 12px;
    transition: all 0.5s ease;
}
.mega_menu > li:last-child{
    border-bottom: none;
}
.mega_menu > li:hover .child_menu{
   display: block;
}
.mega_menu > li:hover:before {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}
.mega_menu > li .child_menu{
    display: none;
    position: absolute;
    background: #fff;
    color: #000;
    top: 0; 
    min-width: 140px;
    box-shadow: 0 0 7px #ccc;
}
.mega_menu > li .child_menu > li{
    list-style: none;
    margin: 0;
    padding: 6px 40px 6px 10px;
    border-bottom: 1px solid #ccc;

}
.mega_menu > li .child_menu > li:hover{
    background: #f0f0f0;
}
.mega_menu > li .child_menu > li > a{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0;

}
.mega_menu > li:nth-child(1) .child_menu,
.mega_menu > li:nth-child(3) .child_menu {
    right: -140px;
}
.mega_menu > li:nth-child(2) .child_menu{
    right: -247px;
}
.nav_bar li.prod:hover .mega_menu{
   display: block;
}
.wrap_menu_icon {
    display: flex;
    align-items: center;
    color: #000;
}
.wrap_menu_icon img{
   width: 30px;
   margin-right: 15px;
}
.mega_menu > li:nth-child(4) .child_menu
{
    right: -200px;
}
.mega_menu > li:nth-child(5) .child_menu
{
    right: -158px;
}
.bkdh{
    background: white;
    border-radius: 10px;
}
.gallery_prod_col h4 {
    text-align: center;
    font-weight: 500;
    margin: 10px;
}
.gallery_prod_col{
    margin: 0 10px !important;
}
/*==========Media Query Start================= */

@media only screen and (min-width: 320px) and (max-width: 1140px){


.mobile_menu {
    color: var(--dark-blue);
    background: var(--white);
    z-index: 999;
    padding: 6px 0px;
    right: 25px;
    position: absolute;
    display: block;
}
.mobile_menu i{
    font-size: 20px;
}
.nav_bar {
    flex-direction: column;
    position: absolute;
    background: var(--light-blue);
    left: 0;
    width: 100%;
    top: 69px;
    z-index: 1;
    align-items: flex-start;
    padding: 12px 0;
    display: none;
}
.nav_bar li {
    margin: 5px 20px;
}
.nav_bar li a {
    color: var(--white);
}
.nav-wrapper {
    margin-right: 52px;
}
.mc_img {
    width: 140px;
    position: absolute;
    right: 136px;
}
.mc_img img{
    width: 100%;
}
.widget {
    padding: 8px 8px;
}
}


@media only screen and (min-width: 320px) and (max-width: 767px){

.show_product_row {
    padding: 24px 10px 0;
    flex-direction: column;
}

.show_prod_col {
    margin-bottom: 20px;
}
.specification_column {
    width: 100%;
}
.menu_column {
    width: 70%;
    padding: 10px;
    margin: 0 0px;
}
.wrap_column {
    flex-direction: column;
}
.accordion.spaeed_accor {
    width: 100%;
}
.dropdown-content {
    background-color: #afafaf;
    top: 75px;
}
.lft_force {
    width: 100%;
}
.rgt_force {
    width: 100%;
    margin-bottom: 60px;
}
.speed_ser.force_accr .speed_acc_img {
    width: 100%;
    margin-top: 0px;
}
.speed_ser.force_accr {
    margin-top: 20px;
}
.speed_ser.force_accr .spaeed_accor {
    width: 100%;
    margin-top: 20px;
}
.side_contnt_row {
    flex-direction: column-reverse;
}
.side_contnt_lft {
    width: 100%;
}
.side_contnt_rgt {
    width: 100%;
    margin-bottom: 15px;
}
.side_contnt_row {
    padding: 50px 0;
    flex-direction: column-reverse;
}
.wrap_force {
    flex-direction: column-reverse;
}
.ambulance_gallery .slick-next {
    right: 0;
}
.ambulance_gallery .slick-prev {
    left: 0;
}
.slick-dots {
    bottom: 10px;
}
.wrap_specification{
    flex-direction: column;
}
.wrap_specification .accordion {
    width: 100%;
}
.usp_dis_part.flex_row_reverse {
    flex-direction: column-reverse;
}
.gallery-image.body_building {
    gap: 7px;
}
.gallery_section {
    padding: 60px 0 50px 0;
}
.service_stage .img-box img {
    height: 287px;
}
.news_lettr_dis {
    color: var(--white);
    width: 100%;
}
.newsletter_row {
    width: 100%;
    position: relative;
}
.service_stage .img-box p{
    font-size: 15px;
}
.carrer_from_sec {
    padding: 30px 0px;
}
.product_dropdown_row{
    position: unset;
    flex-direction: column;
    width: 100%;
}
.modal_wrap {
    flex-direction: column;
}
.pro_drp {
    width: 100%;
}
.services {
    margin-top: -52px;
}
.widget {
    
    top: auto;
    bottom: 100px;
}
.sec_features .address h3 {
    font-size: 20px;
    text-align: left;
}
.widget li a {
    font-size: 38px;
}
.service_txt h2 {
    font-size: 25px;
}
.logo {
    width: 170px;
    display: inline-block;
}
.header_wrap {
    align-items: self-start;
    align-items: center;
    /*flex-direction: column;*/
}
section.compadding.blue_backg.usp_abut {
    padding-bottom: 40px;
}
section.compadding.blue_backg.usp_abut.autpmobile_dis.mobile_dis {
    padding-top: 43px;
}
.footer_row {
   display: block;
       margin: 10px 0 0px 0;
}
.copyright_sec ul {
   
    flex-direction: column;
}
.copyright_sec ul li {
    margin: 0px 0 0 0;
    padding: 11px 0px;
}
.bdr_copyright::before {
 
    height: 1px;
    width: 100%;
}
.bdr_copyright::after {
    height: 1px;
    width: 100%;
    top: auto;
    bottom: -1px;
}
.header_wrap {
   /* display: none;*/
}
.mdl_1723_dwl {
    width: 40%;
}
.modal_page {
    padding: 50px 7px;
}
.from_wrap {
    padding: 50px 15px;
}
.frm_wrap_first {
    display: block;
}
.frm_field {
    width: 100%;
}
.news_lettr {
    display: block;
}
.social_icn_home {
    width: 100%;
    margin: 20px 0;
}
footer {
    padding: 50px 7px 10px 7px;

}
.footer_col {
    padding-right: 0;
    margin-bottom: 20px;
}
.brand_discrep {
    display: block;
}
.brand_name {
    width:100%;
}
.about_brand {
    width: 100%;
    margin: 40px 0 10px;
}
.brand_name h1.bdr::after {
    bottom: -15px;
}
.compadding.brand_new {
    padding-left: 7px;
    padding-right: 7px;
    text-align: justify;
    padding-top: 60px;
    padding-bottom: 40px;
}
.model_wrap {
    display: block;
}
.model_wrap_card {
    padding: 0;
    margin-bottom: 40px;
}
.midi_discription {
    text-align: justify;
     margin-top: 33px;
         width: 100%;
}
.mini_mdl_gllery {
    flex-direction: column;
        margin-bottom: 0;
}
.mini_mdl_gllery .img-box {
    width: 100%;
    margin-bottom: 21px;
}
.contact_detal_wrap {
    display: block;
    padding: 0 7px;
}
.contact_address {
    width: 100%;
    padding: 0 7px;
}
.contact_form.contact_address {
    padding-right:0;
    width: 100%;
}
.address_dtl {
    margin-bottom: 30px;
}
.contact_form.contact_address {
    margin-top: 40px;
}
.contact_part {
    padding: 26px 7px;
}
iframe {
    height: 200px;
}
.usp_dis_part {
    flex-direction: column;
}
.usp_dis_part {
    margin: 30px 10px;
    text-align: justify;
}
.usp_list {
    width:100%;
}
.usp_img_part {
    width: 100%;
    padding-right: 0px;
}
.mdl_head {
    font-size: 28px;
}
.mobile_dis .usp_dis_part{
    margin: 0;
}
.auto_mbe_dis {
    width: 100%;
    margin-top: 20px;
}

.mc_img img{
    display: none;
}
.nav_bar li a {
   color: var(--white);
   padding: 4px 0;
}
.nav_bar li a.dropdown-item {
   color: var(--black);
}
.menu_dropdown button{
    background: var(--light-blue);
    border: none;
    color: var(--white);
    text-transform: uppercase;
    font-size: 13px;
}
header {
    margin: 14px 0;
}
.banner_txt h4 {
    margin-bottom: 9px;
    padding: 0 0 7px 0;
}
.banner {
    height: 173px;
}
.services_part {
    height: 298px;
}
.compadding {
    padding-top: 60px;
    padding-bottom: 33px;
}
.service_txt {
    width: 70%;
}
.new_ser_sec p {
    font-size: 18px;
}
.service_stage {
    margin: 35px 0;
}
.service_stage {
    display: block;
}
.service_stage .img-box {
    width: 100%;
}
.sec_features {
    display: block;
    margin-top: 40px;
}
.sec_features .address_dtl {
    width: 100%;
}
.address_dtl .address p {
   
    padding-right: 30px;
}
.address_dtl .address {
    width: 86%;
}
.res_ser {
    
    padding: 25px 0 50px;
}
.res_ser_section h4 {
    text-align: justify;
}
.speed_ser {
    flex-direction: column;
}
.spaeed_accor {
    width: 100%;
}
.speed_acc_img {
    width: 100%;
}
.realiable_accor{
    margin-top: 20px;

}
.realiable_accor .accordion-body {
  
    text-align: justify;
}
.spaeed_accor {
    padding-right:0;
}
.speed_ser .accordion-body {
   
    text-align: justify;
}
.ser_big_img {
    margin: 12px 0;
}

.sl-nav li {
  padding-bottom:0;
}
html, body {
    padding-bottom: 31px;
}
.widget {
    top: auto;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 34px;
}
.new_about_us {
        padding: 50px 0;
    flex-direction: column-reverse;
}
.new_about_lft {
    width: 100%;
        margin-top: 60px;
}
.new_about_rgt {
    width: 100%;
}
.new_mordern_left,
.new_mordern_heading {
    font-size: 26px;
}
.new_services {
    margin: 60px 0;
}
.piagio_wrap,
..sanya_wrap,
.eicher_wrap,
.force_slider,
.model_wrap
.logo_slider {
    display: block !important;
}

.mega_menu > li{
    margin: 0 !important;
        padding: 10px 40px 10px 10px;
}
.nav_bar li.prod .mega_menu {
    position: static; 
    box-shadow: none;
}
.mega_menu > li .child_menu {
    position: static;
    box-shadow: none;
        margin-top: 10px;
}
.mega_menu > li:before {
    content: "";
    right: 12px;
    top: 19px;
}
.mega_menu > li:hover {
    background: transparent;
}
.mega_menu > li .child_menu > li {
    border-bottom: none;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.wrap_specification {
    flex-wrap: wrap;
}
.specification_column {
    width: 49%;
}
.dropdown-content {
    top: 48px;
}
.specification_tbl td:nth-child(1) {
    width: 19%;
}
.service_btn {
    text-align: center;
    padding: 6px 20px;
}
.menu_column {
    width: 27%;
}
.dropdown-content .menu_column ul li {
    text-align: left;
}
.dropdown-content .menu_column ul li a {
    color: #000;
}
.specs_details li span.specs_details_rgt {
    width: 55%;
}
.gallery_prod_col img {
    height: 136px;
}
.logo {
    width: 160px;
}
.nav_bar{
    text-align: center;
}
.carrer_from_sec {
    padding: 70px 60px;
}
.service_stage .img-box img {
    height: 234px;
}
.service_stage .img-box p {
    font-size: 14px;
    line-height: 21px;
}
.menu_dropdown button {
    font-size: 9px;
}
iframe {
    height: 277px;
}
.banner {
    height: 282px;
}
.nav_bar li {
    margin: 0 5px;
    display: inline-block;
}
.nav_bar li a {
    font-size: 12px;
}
.search_btn {
    margin-right: 20px;
}

.about_brand {
    width: 42%;
    text-align: justify;
}
.model_wrap_card {
    padding: 0px 20px 0 0;
}
.mar_top{
    margin-top: 13px;
}
.social_icn_home {
    width: 30%;
    padding-right: 0 !important;
}
.services_part {
    height: 316px;
}
.footer_col {
    padding-right: 40px;
}
.usp_abut {
    padding-left: 15px;
}
.autpmobile_dis {
    padding-right: 25px;
}
.modal_page {
    padding: 50px 12px;
}
.mdl_1723_dwl {
    width: 20%;
}
.contact_form.contact_address {
    padding-right: 20px;
    width: 50%;
}
.contact_address {
    width: 50%;
}
.contact_detal_wrap {
    padding: 0 8px;
}
.address_dtl {
    margin-bottom: 45px;
}
.usp_img_part {
    width: 42%;
    padding-right: 0;
}
.address_dtl .address p {
    padding-right: 20px;
}
.service_stage .img-box {
    width: 32%;
}
.speed_ser .accordion-body {
    text-align: justify;
}
.news_lettr_dis {
    color: var(--white);
    width: 50%;
}
.newsletter_row {
    width: 43%;
    position: relative;
}

.sl-nav {
    font-size: 14px;
}
.gallery-image.body_building {
    gap: 14px;
}
.container {
    max-width: 720px;
    margin: 0 auto;
}
}


@media only screen and (min-width: 1024px) and (max-width: 1250px){

.banner {
    height: 328px;
}
.service_stage .img-box img {
    height: 274px;
}
.logo {
    width: 164px;
}
.nav_bar{
    text-align: center;
}
.nav_bar li {
       margin: 0 4px;
    display: inline-block;
}
.nav_bar li a {
    font-size: 12px;
}
.mc_img {
    width: 114px;
}
.mc_img img{
    width: 100%;
}
.sl-nav {
    font-size: 14px;
}
.social_icn_home {
    padding-right: 8px !important;
}
.footer_col {
    padding-right: 40px;
}
.container {
    max-width: 945px;
    margin: 0 auto;
}
}

@media only screen and (min-width: 1251px) and (max-width: 1349px){

.logo {
    width: 239px;
}
.nav_bar li {
    margin: 0 4px;
}
.nav_bar li a {
    font-size: 12px;
}
.mc_img {
    width: 129px;
}

}
@media (max-width: 600px) {
.whistle-content {
    width: 100%;
}
}
/****eicher***/
.speed_ser.force_accr p
{

    text-align: center;
    color: #fff;
    margin: 20px;
}
.just-center{
    justify-content: center;
}
.bullet_ft{
    color: #fff;
    margin: 0 18px;
}
.black_ft p{
    color: #000;
}