
@font-face {
    font-family: "sansation";
    src: url("../fonts/sansation-font/Sansation_Bold.ttf") format("truetype")
  }



body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

.container {
  margin: 0 6%;
}

.m-b{
margin-bottom: 5%;
}

.m-b-min{
  margin-top: 95px;
}

.m-t{
  margin-top: 30px;
}


header {
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5%;
  border-bottom: 2px solid #dddddd; */

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5%;
  box-shadow: 0px 0px 12px rgba(128, 128, 128, 0.50) ! IMPORTANT;
  /* margin-bottom: 15px; */
  min-height: 10vh;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background: white;
}

.logo img {
  width: auto;
  height: 80px;
}

.links_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.links_container a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: black;
}

.links_container a:hover {
  color: #3563e9;
}
.links_container a.active {
  color: #3563e9;
}

.burger {
  display: none;
}

/* =============================================================================================================================================================== */

/* home banner */

.banner {
  margin-top:95px;
}

.ban_con {
  display: flex;
  justify-content: space-between;
}

.ban_con .ban_img{
  /* width: 100%; */
  height: 100vh;
}

.ban_con .ban_img img {
  width: 100%;
  height: auto;
}
.ban_con .ban_img video {
  width: 100%;
  height: auto;
}

/* =============================================================================================================================================================== */

.feature {
  background-color: #000202;
  padding: 30px 0;
}

.feature .fea-row {
  display: flex;
  justify-content: space-between;
}

.feature .fea-row .fea-colmn {
  display: flex;
  gap: 20px;
    width: 30%;
}

.feature .fea-row .fea-colmn .f-content h3 {
  font-family: Days One;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 5px;
}
.feature .fea-row .fea-colmn .f-content p {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #ffffff;
  margin: 0;
}





/* =============================================================================================================================================================== */

.what-we{
    margin: 3% 0;
}
 .what-we-heading{
display: flex;
gap: 10px;

font-family: Poppins;
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: left;
color: #003478;

margin:3%  0  3% 6%;
text-transform: uppercase;
}



.what-we .w-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 30px; */
}




.what-we .w-row .w-content {
    width: 55%;
}

.what-we .w-row .wimg {
    width:45%;
}

.what-we .w-row .wimg img{
    width: 100%;
    height: auto;
}


.what-we .w-content h1{
    font-family: "sansation";
    font-size: 45px;
font-weight: 700;
line-height: 50.36px;
text-align: left;
color: #080101;
}



.what-we .w-content p{
    font-family: Poppins;
font-size: 32px;
font-weight: 400;
line-height: 42px;
text-align: justify;
}


.secnd .w-content p{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}


.secnd .wimg img {
    width: auto;
    height: 100%;
}

.secnd .what-we .w-row .w-content{
    width: 70%;
}
.secnd .what-we .w-row .wimg{
    width: 30%;
}


.gray-sec{
background: #303231;
padding: 1% 0;
}

.gray-sec p{
    margin: 0;
    text-align: center;
font-family: Sansation;
font-size: 36px;
font-weight: 400;
line-height: 40.29px;
text-align: center;
color: white;
}


.deep .leading{
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: justify;
color: #090914;
margin: 5% 0;
}


.quality{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 50px;
}

.quality .q-clnm{
width: 50%;
}

.quality .q-clnm h3{
    font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 54px;
text-align: left;
color: #003478;

}



.quality .q-clnm ul li{
    font-family: Poppins;
font-size: 24px;
font-weight: 500;
line-height: 36px;
text-align: left;
color: #333333;
margin: 40px 0;
display: flex;
align-items: center;
gap: 10px;
}

.quality .q-imgclnm img {
    width: 90%;
    height: auto;
}
.quality .q-imgclnm a{
    font-family: Poppins;
font-size: 20px;
font-weight: 500;
line-height: 30px;
text-align: center;
background: #FFF8F8;
/* border: 1px solid #FFF8F8; */

padding: 10px;
color: black;
float: right;
transition: all 0.4s ease;
}

.quality .q-imgclnm a:hover{
  /* border: 1px solid #e0dcdc; */
  background-color: #003478;
  color: white;
}

/* =============================================================================================================================================================== */

.contact-sec{
    position: relative;
}

.contact-sec img{
width: 100%;
height: auto;
}

.contact-sec .expert {
    background: #FBF6F6;
    padding: 10px 15px;
    position: absolute;
    /* top: 0; */
    bottom: 100px;
    left: 8%;
    width: 40%;
    height: 20%;
    margin: auto;
    text-align: center;
}

.contact-sec .expert p{
    font-family: Poppins;
font-size: 40px;
font-weight: 800;
line-height: 60px;
text-align: center;
color: #050601;
width: 65%;
margin: 10px 80px;
}




.form-card{
    background: #FBF6F6;
    padding: 50px;
    position: absolute;
    bottom: -60px;
    right: 15%;
    width: 30%;
}

.form-card h2{
    font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 44px;
letter-spacing: -0.02em;
text-align: left;
color: #101828;
margin-top: 0;

}


.form-card form input,
.form-card form textarea {
  box-shadow: 0px 1px 2px 0px #1018280D;

}


.form-card .input_field label{
    font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #344054;

}

.form-card .input_field input{
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
    padding:5px 10px;
    width: 90%;
margin: 5px 0;

}


.form-card .input_field input::placeholder{
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #667085;
/* padding: 5px; */
}


.form-card .two_input {
    display: flex;
    gap: 10px;
    margin-bottom: 5%;

}

.form-card .two_input .input_field {
    width: 50%;
}


.form-card .input_label label{
    font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #344054;

}

.form-card .input_label input{
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #667085;
padding:5px 10px;
width: 95%;
margin: 5px 0;

}

.form-card .input_label input::placeholder{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #667085;
/* padding: 5px; */

}

.form-card .input_label {
    width: 100%;
    margin-bottom: 5%;
}


.form-card .checkbox_input{
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-card textarea{
    width: 99%;
   height: 80px;
   border: 1px solid #D0D5DD;
   border-radius: 5px;
   margin: 5px 0;

}

.form-card .checkbox_input,
.form-card .checkbox_input a{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
    
}

.form-card .checkbox_input a{
  text-decoration: underline;
}
.form-card .checkbox_input input{
   border: 1px solid #D0D5DD;
   border-radius: 5px;

}

.form-card button{
    background: #003478;
    color: white;
    font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
padding: 10px;
display: block;
width: 100%;
margin-top: 3%;
border: none;
cursor: pointer;
}


/* =============================================================================================================================================================== */
.slider_sec{
  margin-bottom: 5%;
}
.clients .box1 p{
  font-family: Lato;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.015em;
text-align: center;
color: #607D8B;
height: 90px;
}

.clients .box2 .stars{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.clients .box2 .cust-name{
  text-align: center;
}
.clients .box2 .cust-name p{
  font-family: Lato;
font-size: 16px;
font-weight: 700;
line-height: 19.2px;
text-align: center;
color: #263238;

}
.clients .box2 .cust-name span{
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  
color: #263238;

}


.clients .box1 {
  box-shadow: 0px 10px 21px 0px #1E5DBC1A;
padding: 30px;
border-radius: 10px;
}
.clients .box2 {
padding: 30px;
}
.clients .slick-slide{
  margin:0 30px 30px;
  box-shadow: 0px 10px 21px 0px #1E5DBC1A;
}

.clients .slick-dots li button:before{
  font-size: 40px;
  line-height: 50px;
}

/* =============================================================================================================================================================== */

/* services page  */

.description-sec{
  margin: 0 0 5%;
}


.description-sec .dev_descr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 5% 0;
}
.description-sec .dev_descr .imgsec{
  width: 50%;
}
.description-sec .dev_descr .imgsec img{
  width: 100%;
  height: auto;
}
.description-sec .dev_descr .descr_sec{
  width: 50%;
}

.description-sec .dev_descr .descr_sec h1{
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 54px;
text-align: left;
color: #080101;
}


.description-sec .dev_descr .descr_sec p{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: justify;

}

 p.parg{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: justify;
color: #090914;
}






/* ======================================================================= */

.ser_ban{
  position: relative;
}


.ser_ban .cleans{
  background-color: #000;
  position: absolute;
  bottom: 25%;
  right: 10%;
padding: 10px 15px;
}

.ser_ban .cleans p{
  font-family: Poppins;
font-size: 34px;
font-weight: 700;
line-height: 50px;
text-align: center;
color: #FFFBFB;
}

.ser_ban img{
width: 100%;
height: auto;
}

















/* =============================================================================================================================================================== */

/* product page  */

.adblue-section{
  margin:0 0 5%;
}

.adblue-section .ad-blue{
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 7%;
  margin: 7% 0 5%;

}

.adblue-section .ad-blue .img-sec{
  width: 50%;
}
.adblue-section .ad-blue .cont-sec{
  width: 50%;
}

.adblue-section .ad-blue .img-sec img{
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 12px 0px #00000040;

}

.adblue-section .ad-blue .cont-sec h1{
  font-family: Poppins;
font-size: 36px;
font-weight: 400;
line-height: 54px;
text-align: left;
color: #080101;
margin: 0;
}


.adblue-section .ad-blue .cont-sec h1 span{
  font-family: Poppins;
font-size: 36px;
font-weight: 600;
line-height: 54px;
text-align: left;
color: #003478;
}






.adblue-section .ad-blue .cont-sec ul{
  padding-left: 20px;
}
.adblue-section .ad-blue .cont-sec ul li{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: justify;
color: #090914;
list-style-type:disc;
margin-top: 50px;
}

/* tab change css */
/* ================================ */

.change_content{
box-shadow: 0px 0px 12px 2px #0000001F;
padding: 20px 30px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
  background-color: white;
  border: none;
  font-family: Poppins;
  font-size: 25px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  margin: 15px 0;
  cursor: pointer;
}

/* Change background color of buttons on hover */

/* Create an active/current tablink class */
.tab button.active {
  color: #003478;
}

/* Style the tab content */
.tabcontent,.tabcontent1 {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}


/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}


.tabchange_div{
  display: flex;
  align-items: start;
  gap: 30px;
}

.tabchange_div .col1 {
  width: 20%;
}

.tabchange_div .col2 {
  width: 80%;
}
.tabchange_div .col2 ul{
  position: relative;
}

.tabchange_div .col2 ul::before{
  content: '';
  position: absolute;

  top: 0;
  height: 100%;
  width: 2px;
  left: -15px;
  background-color: #F1F1F1;
}
.tabchange_div .col2 ul li{
  display: flex;
  gap: 15px;
  font-family: Poppins;
font-size: 25px;
font-weight: 400;
line-height: 45px;
text-align: left;
margin: 30px 10px;
align-items: baseline;
}

/* tab change css end */


.images-4{
  margin: 5% 0;

}


.images-4 .imgs-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.images-4 .imgs-row .w-25{
  width: 25%;
position: relative;
}
.images-4 .imgs-row img{
box-shadow: 1px 1px 8px 1px #0000001F;
width: 90%;
height: auto;
/* position: relative; */
}

.images-4 .imgs-row p{
  display: none;
  
}
/* 
.images-4 .imgs-row img::before:hover{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background-color: rgba(128, 128, 128, 0.5);
} */


.images-4 .imgs-row .w-25:nth-child(1):hover .p1,
.images-4 .imgs-row .w-25:nth-child(2):hover .p2,
.images-4 .imgs-row .w-25:nth-child(3):hover .p3,
.images-4 .imgs-row .w-25:nth-child(4):hover .p4
{
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 30px;
color: white;
font-family: Poppins;

}


.images-4 .imgs-row .w-25::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.images-4 .imgs-row .w-25:hover::before {
  opacity: 1;
}



.recommended{
  margin: 5% 0;
}

.recommended h2{
  font-family: Poppins;
font-size: 36px;
font-weight: 400;
line-height: 54px;
text-align: center;
color: #080101;
}


.recommended ul li{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: justify;
color: #090914;
list-style-type: disc;
margin: 20px;
}








.ads{
 margin: 5% 0;
 position: relative;
}


.ads .backg-img img {
  width: 100%;
  height: auto;
}


.ads .ads-content{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 55%;
  height: 45%;
  right: 10%;
  margin: auto;

}

/* .ads .backg-img{
  position: relative;
} */

.ads::before{
  content: '';
  position: absolute;
  top: 0;
  /* bottom: 0%; */
  left: 0;
  /* right: 0; */
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/ads-backg-img.png');
  background-repeat: no-repeat;
  background-position: left;
}

.ads .ads-content h2{
  font-family: Poppins;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  text-align: left;
color: #080101;  
margin-top: 0;
}

.ads .ads-content p{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: justify;
color: #090914;
}
/* =============================================================================================================================================================== */

/* about page */
/* .vehicle-solution{
  margin: 5% 0;
} */
.vehicle-solution .solution{
  display: flex;
  justify-content: space-between;
  margin: 5% 0 2%;
gap: 10%;
}
.vehicle-solution .solution .imgcol1{
  width: 50%;
}

.vehicle-solution .solution .imgcol1 img{
  width: 100%;
  height: auto;
}
.vehicle-solution .solution .concol2{
  width: 50%;
}

.vehicle-solution .solution .concol2 h1{
  font-family: Poppins;
font-size: 36px;
font-weight: 500;
line-height: 54px;
text-align: left;
color: #080101;
margin:  0;

}


.vehicle-solution .solution .concol2 p{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
text-align: justify;
color: #090914;
margin: 5% 0;
}

.appr{
  margin: 5% 0;
}
.appr h2{
  font-family: Poppins;
font-size: 36px;
font-weight: 500;
line-height: 54px;
text-align: center;
color: #080101;
}


.appr .appr-img{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.appr .appr-img img{
  width: 20%;
  height: auto;
}
/* =============================================================================================================================================================== */
section.info {
  margin-bottom: -5px;
}
.info .contact-info  .infoimg img{
  width: 100%;
  height: auto;
}

.info .contact-info{
  position: relative;
}

.info .contact-info  .info-con{
  position: absolute;
  top: 0;
  right: 80px;
  width: 45%;
  height: 55%;
  bottom: 0;
  margin: auto;
}

.info .contact-info  .info-con h2{
  font-family: Poppins;
font-size: 40px;
font-weight: 400;
line-height: 60px;
text-align: left;
color: white;
margin: 5% 0 7% 0;
border-bottom: 1px solid #B4B4B4;
width: 65%;
margin-top: 0;
}

.info .contact-info .info-con h3{
font-family: Poppins;
font-size: 30px;
font-weight: 500;
line-height: 50px;
text-align: left;
color: white;
margin-bottom: 0;
}


.info .contact-info .info-con p{
  font-family: Poppins;
font-size: 25px;
font-weight: 400;
line-height: 30px;
text-align: left;
color: #959393;
margin: 0;
}


.info .contact-info .call-info {
  position: absolute;
  bottom: 5px;
  /* width: 30%; */
  /* height: 30%; */
  background: #D9D9D9;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 20px;
}

.info .contact-info .call-info a{
  font-family: Poppins;
font-size: 30px;
font-weight: 500;
line-height: 40px;
text-align: left;
margin: 0;
color: #000;
display: block;
}

.info .contact-info .callimg img {
  width: 100%;
  height: auto;
}

/* =============================================================================================================================================================== */
/* contact page form */
.contact-section .tabchange_div {
  display: inline;
}

.contact-section .tabchange_div .col1 {
  width: 100%;
  margin: 2% 0;


}
.contact-section .tabchange_div .col2 {
  width: 100%;
}




.contact_formdiv{
  background-color: #FBF6F6;
  padding: 1% 5% 13%;
}
.contact_formdiv h3{
  font-family: Sansation;
  font-size: 24px;
font-weight: 400;
line-height: 26.86px;
margin-bottom: 50px;
}
.contact_formdiv form input,
.contact_formdiv form textarea{
  box-shadow: 0px 1px 2px 0px #1018280D;

}
.contact-section .tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* gap: 30px; */
}

.contact-section .tab button:first-child{
  border-right: 2px solid #D0D5DD;
}

.contact-section .tab button{
font-family: Sansation;
font-size: 24px;
font-weight: 400;
line-height: 26.86px;
text-align: left;
padding: 10px 20px;
}



.contact-section .input_field label{
  font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #344054;

}

.contact-section .input_field input{
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #667085;
  padding:5px 10px;
  width: 90%;
  margin: 5px 0;
}


.contact-section .input_field input::placeholder{
font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #667085;
/* padding: 5px; */
}


.contact-section .two_input {
  display: flex;
  gap: 10px;
  margin-bottom: 3%;

}

.contact-section .two_input .input_field {
  width: 50%;
}


.contact-section .input_label label{
  font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #344054;
}

.contact-section .input_label input{
  border: 1px solid #D0D5DD;
  border-radius: 5px;
  font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #667085;
padding:5px 10px;
width: 95%;
margin: 5px 0;

}

.contact-section .input_label input::placeholder{
  font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
color: #667085;
/* padding: 5px; */

}

.contact-section .input_label {
  width: 100%;
  margin-bottom: 3%;
}


.contact-section .checkbox_input{
  display: flex;
  align-items: center;
  gap: 10px;

}

.contact-section textarea{
  width: 99%;
 height: 80px;
 border: 1px solid #D0D5DD;
 border-radius: 5px;
 margin: 5px 0;

}

.contact-section .checkbox_input{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #667085;
  
}
.contact-section .checkbox_input input{
 border: 1px solid #D0D5DD;
 border-radius: 5px;

}

.contact-section form button{
  background: #003478;
  color: white;
  font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: center;
padding: 10px;
display: block;
width: 100%;
margin-top: 3%;
border: none;
cursor: pointer;
}



.contact-section .f-clmn{
display: flex;
justify-content: space-between;
align-items: start;
gap: 10%;
}

.contact-section .f-clmn .contact_formdiv,
.contact-section .f-clmn .con_formimg{
  width: 50%;
}



.contact-section .con_formimg img{
  width: 100%;
  height: auto;
}
.contact-section .tabcontent{
  margin: 0 0 5%;
  }


  .contact-section .checkbox_input,
  .contact-section .checkbox_input a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #667085;
}

.contact-section .checkbox_input a{
  text-decoration: underline;
}
/* =============================================================================================================================================================== */


footer{
    background: #0F172A;
     padding: 5% 0 0;
}


footer .footer_row{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    border-bottom: 1px solid #1E293B;
    padding-bottom: 3%;
}

footer .footer_row ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}


footer .footer_row ul li a{
    font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: white;
}




footer .footer_c1 {
  width: 20%;
}
footer .footer_c2 {
    width: 60%;
}
footer .footer_c3 {
  width: 20%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
footer .footer_c1 img {
  width: 100%;
  height: auto;
}

footer .logo1, .logo2, .logo3 {
  width: 15%;
}

footer .footer_row ul li a:hover{
  color: #EC9006;
}


/* footer .footer_c3 a {
  width: 6%;
} */

footer .footer_c3 a img {
  width: 100%;
  height: auto;
}

footer .footer_c3 .logo1 a img.hide,
footer .footer_c3 .logo2 a img.hide,
footer .footer_c3 .logo3 a img.hide{
  display: none;
transition: all 0.5 ease;

}

footer .footer_c3 .logo1:hover a img.hide,
footer .footer_c3 .logo2:hover a img.hide,
footer .footer_c3 .logo3:hover a img.hide{
display: block !important;
transition: all 0.5 ease;
}
footer .footer_c3 .logo1:hover a img.show,
footer .footer_c3 .logo2:hover a img.show,
footer .footer_c3 .logo3:hover a img.show{
display: none !important;
transition: all 0.5 ease;

}


.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.copyright .colnm1 p{
    font-family: Poppins;
font-size: 10px;
font-weight: 400;
line-height: 22px;
text-align: center;
color: white;

}


.copyright .colnm1 p span{
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 22px;
text-align: center;
color: white;

}



.copyright .colnm2 p{
  font-family: Poppins;
font-size: 10px;
font-weight: 400;
line-height: 22px;
text-align: center;
color: white;

}




.copyright .colnm2 span{
  font-family: Poppins;
font-size: 10px;
font-weight: 700;
line-height: 22px;
text-align: center;
color: #EC9006;

}
/* =============================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* ======================================================================================================================== */
/* mobile responsive */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

  [data-aos] {
    opacity: 1 !important;        /* Make elements fully visible */
    transform: none !important;   /* Disable animation transforms */
    transition: none !important;  /* Disable any transitions */
}

.container{
  margin: 0 3%;
}
.logo img {
  width: 100%;
  height: auto;
}
header{
  height: 45px;
}

.burger {
  display: block;
  position: relative;
}

.links_container {
  position: fixed;
  top: 0;
  height: 100%;
  /* right: -100%; */
  display: inline-block;

  background-color: white;
  transition: all 0.7s ease;

  width: 100%;
  z-index: 5;
  /* margin-top: 80%; */
}

.links_container a{
  display: block;
  margin: 40px 20px;
}


.links_container a#close_btn{
  float: right;
}


.banner{
  margin-top: 75px;
}
.ban_con .ban_img{
  height: 100%;
}
.feature{
  margin-top: -5px;
}
.feature .fea-row{
  gap: 15px;
        flex-wrap: wrap;
}

.feature .fea-row .fea-colmn{
  width: 100%;
  gap: 20px;
}
.feature .fea-row .fea-colmn .f-content h3{
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.feature .fea-row .fea-colmn .f-content p{
  font-size: 13px;
  line-height: 20px;
}
.feature .fea-row .fea-colmn .f-img {
  width: 15%;
}
.feature .fea-row .fea-colmn .f-img img{
  width: auto;
  height: 70%;
}
.what-we .w-row{
  flex-wrap: wrap;
  gap: 20px;
}
.what-we .w-row .wimg,
.what-we .w-row .w-content{
  width: 100%;
}
.what-we .what-we-heading p{
  margin: 0;
}
.what-we .w-content h1{
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.what-we .w-content p {
  font-size: 16px;
  line-height: 25px;
}
.what-we-heading{
  font-size: 20px;
  line-height: 30px;
}

.what-we-heading p{
  margin: 20px 4%;
}
.gray-sec{
  padding: 3% 0;
}
.m-b-min {
  margin-top: 75px;
}
.gray-sec p{
  font-size: 20px;
  line-height: 35px;
}
.deep .leading{
  font-size: 16px;
  line-height: 30px;
  margin: 10% 0 5%;
}
.quality{
  flex-wrap: wrap;
  gap: 10px;
}
.quality .q-clnm ,.quality .q-imgclnm{
  width: 100%;
}

.quality .q-clnm h3{
  margin-top: 0;
  font-size: 25px;
  line-height: 40px;
}
.quality .q-clnm ul li{
    font-size: 17px;
    line-height: 30px;
    margin: 15px 0;
}
.quality .q-clnm ul li img{
  width: 7%;
  height: auto;
}

.quality .q-imgclnm a{
  font-size: 15px;
    line-height: 30px;
    padding: 5px 15px;
}
footer .footer_row{
  flex-wrap: wrap;
  gap: 10px;
}

footer .footer_row ul{
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer_c2 li {
  margin: 5px 5px;
}
footer .footer_row ul li a{
  font-size: 14px;
  line-height: 24px;
}

footer .footer_c3 a img {
  width: 80%;
  height: auto;
}
footer .footer_c1,
footer .footer_c2,
footer .footer_c3{
  width: 100%;
}
footer .footer_c3{
  gap: 0;
}
.copyright{
  flex-wrap: wrap;
  justify-content: center;
}
.contact-sec .expert{

  top: 40px;
  /* bottom: 0; */
  left: 50%;
  width: 40%;
  height: 7%;
  margin: 0;
   
}
.contact-sec .expert p{
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  margin: 0;
}
.form-card .two_input{
  flex-wrap: wrap;
}
.form-card .two_input .input_field {
  width: 100%;
}
.form-card .input_field input{
  width: 97%;

}
.form-card .input_label input{
  width: 97%;
  font-size: 13px;
    line-height: 24px;
}
.form-card .input_field input::placeholder{
  font-size: 13px;
    line-height: 24px;
}
.form-card .input_label input::placeholder{
  font-size: 13px;
    line-height: 24px;
}
.form-card .checkbox_input, .form-card .checkbox_input a{
  font-size: 14px;
  line-height: 25px;
}
.form-card textarea{
  width: 100%;
}
.form-card{
  position: unset;
  width: auto;
  padding: 30px;
}
.form-card button{
  padding: 5px 20px;
  font-size: 14px;
  line-height: 24px;
  width: auto;
  margin: 30px auto;
}
.clients{
  margin-bottom: 60px !important;
}
.clients .slick-slide{
  margin: 0 10px 30px;
}

.clients .box1 p{
  height: auto;
}
.form-card h2{
  font-size: 25px;
  line-height: 40px;
}


/* about-us page */
.vehicle-solution .solution{
  flex-wrap: wrap;
}
.vehicle-solution .solution .imgcol1,
.vehicle-solution .solution .concol2 {
  width: 100%;
}
.vehicle-solution .solution .concol2 h1{
  font-size: 20px;
  line-height: 30px;
}
.vehicle-solution .solution .concol2 p{
  font-size: 15px;
  line-height: 25px;
}
p.parg{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.appr h2{
  font-size: 20px;
  line-height: 30px;
}
.appr .appr-img{
  gap: 15px;
}
.appr .appr-img img {
  width: 15%;
  height: auto;
}


/* .info .contact-info{
  position: unset;
} */
.info .contact-info .info-con{
  position: unset;
  width: auto;
  margin: 30px 2%;
}
.info .contact-info .call-info{
  /* position: unset; */
  top: 0;
  right: 0;
  width: auto;
  height: 15%;
  gap: 0;
  padding: 5px 10px;
}

.info .contact-info .info-con h2{
  font-size: 25px;
    line-height: 35px;
    width: 100%;
    color: black;
    margin: 0;
}
.info .contact-info .info-con h3{
  color: black;
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px;
}
.info .contact-info .info-con p{
  color: black;
  font-size: 15px;
  line-height: 20px;
}
.info .contact-info .call-info a{
  font-size: 15px;
    line-height: 27px;
}
.info .contact-info .callimg img {
  width: 65%;
  height: auto;
}





/* services */
.description-sec .dev_descr{
  flex-wrap: wrap;
  gap: 0;
}
.description-sec .dev_descr .imgsec,
.description-sec .dev_descr .descr_sec {
  width: 100%;
}
.description-sec .dev_descr .descr_sec h1{
  font-size: 25px;
    line-height: 30px;
}
.description-sec .dev_descr .descr_sec p{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.ser_ban .cleans p{
  font-size: 25px;
  line-height: 35px;
}
.ser_ban .cleans{
  width: 50%;
  height: 70%;
  top: 0;
  right: 0;
}
.ser_ban .cleans p{
  font-size: 15px;
  line-height: 25px;
}




/* product page */
.adblue-section .ad-blue{
  flex-wrap: wrap;
}
.adblue-section .ad-blue .img-sec,
.adblue-section .ad-blue .cont-sec {
  width: 100%;
}
.adblue-section .ad-blue .cont-sec h1{
  font-size: 25px;
  line-height: 35px;
}
.adblue-section .ad-blue .cont-sec ul li{
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
.adblue-section .ad-blue .cont-sec ul{
  margin: 10px 0 0px 0;
}
.adblue-section .ad-blue .cont-sec h1 span{
  font-size: 25px;
    line-height: 35px;
}


/* tab chagen css */

.tabchange_div{
  flex-wrap: wrap;
  gap: 10px;
}
.tabchange_div .col1,
.tabchange_div .col2 {
  width: 100%;
}
.tab button{
  margin: 5px 0;
  font-size: 20px;
  line-height: 30px;
}
.change_content{
  padding: 20px 0;
}

.tabchange_div .col2 ul li{
  margin: 10px 0;
  font-size: 16px;
    line-height: 25px;
}
.tabchange_div .col2 ul li img {
  width: 5%;
}


.change_content .tab button {
  margin: 5px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #b2b3b5;
  border-radius: 5px;
}
/* tab change css end */

.recommended h2{
  font-size: 25px;
  line-height: 30px;
}

.recommended ul li{
  font-size: 15px;
    line-height: 25px;
    margin: 10px 20px;
}
.ads .ads-content{
  width: 55%;
  height: 100px;
  right: 10%;
}
.ads .ads-content h2{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.ads .ads-content p{
  font-size: 12px;
  line-height: 17px;
  height: 35px;
  overflow: hidden;
}
.images-4 .imgs-row{
  flex-wrap: wrap;
  justify-content: center;

}
.images-4 .imgs-row img{
  width: 100%;
  height: auto;
}



/* contact page */
.contact-section .tab button{
  font-size: 17px;
  line-height: 26.86px;
}

.contact-section .f-clmn{
  flex-wrap: wrap;
}

.contact-section .f-clmn .contact_formdiv, .contact-section .f-clmn .con_formimg{
  width: 100%;
}

.contact-section .two_input{
  flex-wrap: wrap;
}
.contact-section .two_input .input_field {
  width: 100%;
}
.contact-section .input_field input{
  font-size: 13px;
  line-height: 24px;
}
.contact-section .input_field input::placeholder{
  font-size: 13px;
  line-height: 24px;
}

.contact-section .input_label input{
  font-size: 13px;
  line-height: 24px;
  width: 90%;
}
.contact-section .input_label input::placeholder{
  font-size: 13px;
  line-height: 24px;
}
.contact-section textarea{
  width: 97%;
}

.contact-section .checkbox_input, .contact-section .checkbox_input a{
  font-size: 14px;
  line-height: 24px;
}
.contact-section form button{
  padding: 5px;
  font-size: 15px;
  line-height: 24px;
}

}

/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */
/* =========================================================================================================================================================== */

/* in tab view css */


@media only screen and (min-width:480px) and (max-width: 780px) { 

 [data-aos] {
    opacity: 1 !important;        /* Make elements fully visible */
    transform: none !important;   /* Disable animation transforms */
    transition: none !important;  /* Disable any transitions */
}

.container{
  margin: 0 3%;
}
.logo img {
  width: 100%;
  height: auto;
}
header{
  height: 45px;
}

.burger {
  display: block;
  position: relative;
}

.links_container {
  position: fixed;
  top: 0;
  height: 100%;
  /* right: -100%; */
  display: inline-block;

  background-color: white;
  transition: all 0.7s ease;

  width: 100%;
  z-index: 5;
  /* margin-top: 80%; */
}

.links_container a{
  display: block;
  margin: 40px 20px;
}


.links_container a#close_btn{
  float: right;
}




.banner{
  margin-top: 75px;
}
.ban_con .ban_img{
  height: 100%;
}
.feature {
  margin-top: -5px;
}
.feature .fea-row{
  gap: 15px;
        flex-wrap: wrap;
}

.feature .fea-row .fea-colmn{
  width: 100%;
  gap: 20px;
}
.feature .fea-row .fea-colmn .f-content h3{
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.feature .fea-row .fea-colmn .f-content p{
  font-size: 13px;
  line-height: 20px;
}
.feature .fea-row .fea-colmn .f-img {
  width: 15%;
}
.feature .fea-row .fea-colmn .f-img img{
  width: auto;
  height: 70%;
}


.what-we .w-row{
  /* flex-wrap: wrap; */
  gap: 20px;
}
.what-we .w-row .wimg,
.what-we .w-row .w-content{
  width: 100%;
}
.what-we .w-content h1{
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.what-we .what-we-heading p{
  margin: 0;
}
.what-we .w-content p {
  font-size: 16px;
  line-height: 25px;
}
.what-we-heading{
  font-size: 20px;
  line-height: 30px;
}

.what-we-heading p{
  margin: 20px 4%;
}
.gray-sec{
  padding: 3% 0;
}
.m-b-min {
  margin-top: 75px;
}
.gray-sec p{
  font-size: 20px;
  line-height: 35px;
}
.deep .leading{
  font-size: 16px;
  line-height: 30px;
  margin: 10% 0 5%;
}
.quality{
  /* flex-wrap: wrap; */
  gap: 10px;
}
.quality .q-clnm ,.quality .q-imgclnm{
  width: 100%;
}

.quality .q-clnm h3{
  margin-top: 0;
  font-size: 25px;
  line-height: 40px;
}
.quality .q-clnm ul li{
    font-size: 17px;
    line-height: 30px;
    margin: 15px 0;
}
.quality .q-clnm ul li img{
  width: 7%;
  height: auto;
}

.quality .q-imgclnm a{
  font-size: 15px;
    line-height: 30px;
    padding: 5px 15px;
}


.form-card .input_field input{
  width: 93%;
}
.form-card textarea{
  width: 99%;
}

/* .form-card .input_label input {
  width: 97%;
} */
footer .footer_row{
  flex-wrap: wrap;
  gap: 10px;
}

footer .footer_row ul{
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer_c2 li {
  margin: 5px 5px;
}
footer .footer_row ul li a{
  font-size: 14px;
  line-height: 24px;
}

footer .footer_c3 a img {
  width: 50%;
  height: auto;
}
footer .footer_c1,
footer .footer_c2,
footer .footer_c3{
  width: 100%;
}
footer .footer_c3{
  gap: 0;
}
/* .copyright{
  flex-wrap: wrap;
  justify-content: center;
} */
.contact-sec .expert{

  top: 40px;
  /* bottom: 0; */
  left: 50%;
  width: 40%;
  height: 4%;
  margin: 0;
   
}
.contact-sec .expert p{
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  margin: 0;
}
/* .form-card .two_input{
  flex-wrap: wrap;
} */
.form-card .two_input .input_field {
  width: 100%;
}
.form-card .input_label input{
  width: 97%;
  font-size: 13px;
    line-height: 24px;
}
.form-card .input_field input::placeholder{
  font-size: 13px;
    line-height: 24px;
}
.form-card .input_label input::placeholder{
  font-size: 13px;
    line-height: 24px;
}
.form-card .checkbox_input, .form-card .checkbox_input a{
  font-size: 14px;
  line-height: 25px;
}
.form-card{
  position: unset;
  width: auto;
  padding: 30px;
}
.form-card button{
  padding: 5px;
  font-size: 17px;
  line-height: 30px;
  width: 40%;
  margin: 30px auto;
}
.clients{
  margin-bottom: 60px !important;
}
.clients .slick-slide{
  margin: 0 10px 30px;
}
.form-card h2{
  font-size: 25px;
  line-height: 40px;
}


/* about-us page */
.vehicle-solution .solution{
  flex-wrap: wrap;
}
.vehicle-solution .solution .imgcol1,
.vehicle-solution .solution .concol2 {
  width: 100%;
}
.vehicle-solution .solution .concol2 h1{
  font-size: 20px;
  line-height: 30px;
}
.vehicle-solution .solution .concol2 p{
  font-size: 15px;
  line-height: 25px;
}
p.parg{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.appr h2{
  font-size: 20px;
  line-height: 30px;
}
.appr .appr-img{
  gap: 15px;
}
.appr .appr-img img {
  width: 15%;
  height: auto;
}


/* .info .contact-info{
  position: unset;
} */
.info .contact-info .info-con{
  position: unset;
  width: auto;
  margin: 30px 2%;
}
.info .contact-info .call-info{
  /* position: unset; */
  top: 0;
  right: 0;
  width: auto;
  height: 15%;
  gap: 0;
  padding: 5px 10px;
}

.info .contact-info .info-con h2{
  font-size: 25px;
    line-height: 35px;
    width: 100%;
    color: black;
    margin: 0;
}
.info .contact-info .info-con h3{
  color: black;
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px;
}
.info .contact-info .info-con p{
  color: black;
  font-size: 15px;
  line-height: 20px;
}
.info .contact-info .call-info a{
  font-size: 15px;
    line-height: 27px;
}
.info .contact-info .callimg img {
  width: 65%;
  height: auto;
}





/* services */
/* .description-sec .dev_descr{
  flex-wrap: wrap;
  gap: 0;
} */
.description-sec .dev_descr .imgsec,
.description-sec .dev_descr .descr_sec {
  width: 100%;
}
.description-sec .dev_descr .descr_sec h1{
  font-size: 25px;
    line-height: 30px;
}
.description-sec .dev_descr .descr_sec p{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.ser_ban .cleans p{
  font-size: 25px;
  line-height: 35px;
}
.ser_ban .cleans{
  width: 45%;
  height: 80px;
  top: 0;
  right: 0;
}
.ser_ban .cleans p{
  font-size: 15px;
  line-height: 25px;
}




/* product page */
.adblue-section .ad-blue{
  /* flex-wrap: wrap; */
  align-items: center;
}
.adblue-section .ad-blue .img-sec,
.adblue-section .ad-blue .cont-sec {
  width: 100%;
}
.adblue-section .ad-blue .cont-sec h1{
  font-size: 25px;
  line-height: 35px;
}
.adblue-section .ad-blue .cont-sec ul li{
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
.adblue-section .ad-blue .cont-sec ul{
  margin: 10px 0 0px 0;
}
.adblue-section .ad-blue .cont-sec h1 span{
  font-size: 25px;
    line-height: 35px;
}

/* tab chagen css */

.tabchange_div{
  flex-wrap: wrap;
  gap: 10px;
}
.tabchange_div .col1,
.tabchange_div .col2 {
  width: 100%;
}
.tab button{
  margin: 5px 0;
  font-size: 20px;
  line-height: 30px;
}
.change_content{
  padding: 20px;
}

.tabchange_div .col2 ul li{
  margin: 10px 0;
  font-size: 16px;
    line-height: 25px;
}
.tabchange_div .col2 ul li img {
  width: 2%;
}


.change_content .tab button {
  margin: 5px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #b2b3b5;
  border-radius: 5px;
}
/* tab change css end */

.recommended h2{
  font-size: 25px;
  line-height: 30px;
}

.recommended ul li{
  font-size: 15px;
    line-height: 25px;
    margin: 10px 20px;
}
.ads .ads-content{
  width: 55%;
  height: 100px;
  right: 10%;
}
.ads .ads-content h2{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.ads .ads-content p{
  font-size: 12px;
  line-height: 17px;
  height: 35px;
  overflow: hidden;
}
.images-4 .imgs-row{
  flex-wrap: wrap;
}
.images-4 .imgs-row img{
  width: 100%;
  height: auto;
}
.images-4 .imgs-row .w-25{
  width: 20%;
}
/* contact page */
.contact_formdiv h3{
  margin-bottom: 30px;
}
.contact-section .tab button{
  font-size: 17px;
  line-height: 26.86px;
}

.contact-section .f-clmn{
  flex-wrap: wrap;
}

.contact-section .f-clmn .contact_formdiv, .contact-section .f-clmn .con_formimg{
  width: 100%;
}

.contact-section .two_input{
  flex-wrap: wrap;
}
.contact-section .two_input .input_field {
  width: 100%;
}
.contact-section .input_field input{
  font-size: 13px;
  line-height: 24px;
  width: 97%;
}
.contact-section .input_field input::placeholder{
  font-size: 13px;
  line-height: 24px;
}

.contact-section .input_label input{
  font-size: 13px;
  line-height: 24px;
  width: 97%;
}
.contact-section .input_label input::placeholder{
  font-size: 13px;
  line-height: 24px;
}
.contact-section textarea{
  width: 100%;
}

.contact-section .checkbox_input, .contact-section .checkbox_input a{
  font-size: 14px;
  line-height: 24px;
}
.contact-section form button{
  padding: 5px;
  font-size: 15px;
  line-height: 24px;
  width: 50%;
  margin: 30px auto 0;
}

}


/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */
/* ====================================================================================================================================================== */

@media only screen and (min-width: 769px) and (max-width: 1281px){
  [data-aos] {
    opacity: 1 !important;        /* Make elements fully visible */
    transform: none !important;   /* Disable animation transforms */
    transition: none !important;  /* Disable any transitions */
}
  .container{
    margin: 0 5%;
  }
  .logo img {
    width: 100%;
    height: auto;
  }

  header{
    height: 45px;
  }
  
  .burger {
    display: block;
    position: relative;
  }
  
  .links_container {
    position: fixed;
    top: 0;
    height: 100%;
    /* right: -100%; */
    display: inline-block;
  
    background-color: white;
    transition: all 0.7s ease;
  
    width: 100%;
    z-index: 5;
    /* margin-top: 80%; */
  }
  
  .links_container a{
    display: block;
    margin: 40px 20px;
  }
  
  
  .links_container a#close_btn{
    float: right;
  }
  
  .ban_con .ban_img {
    /* width: 100%; */
    height: 100%;
}

.feature{
  margin-top: -5px;
}
  
.what-we .w-row{
  /* flex-wrap: wrap; */
  gap: 20px;
}
.what-we .w-row .wimg,
.what-we .w-row .w-content{
  width: 100%;
}
.what-we .w-content h1{
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
.what-we .what-we-heading p{
  margin: 0;
}
.what-we .w-content p {
  font-size: 16px;
  line-height: 25px;
}
.what-we-heading{
  font-size: 20px;
  line-height: 30px;
}

.what-we-heading p{
  margin: 20px 4%;
}
.gray-sec{
  padding: 3% 0;
}
.m-b-min {
  margin-top: 75px;
}
.gray-sec p{
  font-size: 25px;
  line-height: 35px;
}
.deep .leading{
  font-size: 16px;
  line-height: 30px;
  margin: 10% 0 5%;
}
.quality{
  /* flex-wrap: wrap; */
  gap: 10px;
}
.quality .q-clnm ,.quality .q-imgclnm{
  width: 100%;
}

.quality .q-clnm h3{
  margin-top: 0;
  font-size: 25px;
  line-height: 40px;
}
.quality .q-clnm ul li{
    font-size: 17px;
    line-height: 30px;
    margin: 15px 0;
}
.quality .q-clnm ul li img{
  width: 7%;
  height: auto;
}

.quality .q-imgclnm a{
  font-size: 15px;
    line-height: 30px;
    padding: 5px 15px;
}
footer .footer_row{
  flex-wrap: wrap;
  gap: 10px;
}

footer .footer_row ul{
  flex-wrap: wrap;
  gap: 10px;
}
footer .footer_c2 li {
  margin: 5px 5px;
}
footer .footer_row ul li a{
  font-size: 14px;
  line-height: 24px;
}

footer .footer_c3 a img {
  width: 50%;
  height: auto;
}
footer .footer_c1,
footer .footer_c2,
footer .footer_c3{
  width: 100%;
}
/* .copyright{
  flex-wrap: wrap;
  justify-content: center;
} */
.contact-sec .expert{

  top: 40px;
  /* bottom: 0; */
  left: 50%;
  width: 40%;
  height: 30px;
  margin: 0;
   
}
.contact-sec .expert p{
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  margin: 0;
}
/* .form-card .two_input{
  flex-wrap: wrap;
} */
.form-card .two_input .input_field {
  width: 100%;
}
.form-card .input_label input{
  width: 97%;
  font-size: 13px;
    line-height: 24px;
}
.form-card .input_field input::placeholder{
  font-size: 13px;
    line-height: 24px;
}
.form-card .input_label input::placeholder{
  font-size: 13px;
    line-height: 24px;
}
.form-card .checkbox_input, .form-card .checkbox_input a{
  font-size: 14px;
  line-height: 25px;
}
.form-card{
  position: unset;
  width: auto;
  padding: 30px;
}
.form-card button{
  padding: 5px;
  font-size: 14px;
  line-height: 24px;
  width: 40%;
  margin: 30px auto;
}
.form-card .two_input,
.form-card .input_label{
  margin-bottom: 2%;
}
.clients{
  margin-bottom: 60px !important;
}
.clients .slick-slide{
  margin: 0 10px 30px;
}
.form-card h2{
  font-size: 25px;
  line-height: 40px;
}


/* about-us page */
.vehicle-solution .solution{
  flex-wrap: wrap;
}
.vehicle-solution .solution .imgcol1,
.vehicle-solution .solution .concol2 {
  width: 100%;
}
.vehicle-solution .solution .concol2 h1{
  font-size: 20px;
  line-height: 30px;
}
.vehicle-solution .solution .concol2 p{
  font-size: 15px;
  line-height: 25px;
}
p.parg{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.appr h2{
  font-size: 20px;
  line-height: 30px;
}
.appr .appr-img{
  gap: 15px;
}
.appr .appr-img img {
  width: 15%;
  height: auto;
}


/* .info .contact-info{
  position: unset;
} */
.info .contact-info .info-con{
  /* position: unset;
  width: auto;
  margin: 30px 2%; */
  height: 60%;
}

/* .info .contact-info .call-info{
  top: 0;
  right: 0;
  width: auto;
  height: 15%;
  gap: 0;
  padding: 5px 10px;
} */

.info .contact-info .info-con h2{
  font-size: 25px;
    line-height: 35px;
    width: 100%;
    /* color: black; */
    margin: 0;
}
.info .contact-info .info-con h3{
  /* color: black; */
  font-size: 20px;
  line-height: 35px;
  margin-top: 10px;
}
.info .contact-info .info-con p{
  /* color: black; */
  font-size: 15px;
  line-height: 20px;
}
.info .contact-info .call-info a{
  font-size: 15px;
    line-height: 27px;
}
.info .contact-info .callimg img {
  width: 65%;
  height: auto;
}





/* services */
/* .description-sec .dev_descr{
  flex-wrap: wrap;
  gap: 0;
} */
.description-sec .dev_descr .imgsec,
.description-sec .dev_descr .descr_sec {
  width: 100%;
}
.description-sec .dev_descr .descr_sec h1{
  font-size: 25px;
    line-height: 30px;
}
.description-sec .dev_descr .descr_sec p{
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.ser_ban .cleans p{
  font-size: 25px;
  line-height: 35px;
}
.ser_ban .cleans{
  width: 45%;
  height: 80px;
  top: 0;
  right: 0;
}
.ser_ban .cleans p{
  font-size: 15px;
  line-height: 25px;
}




/* product page */
.adblue-section .ad-blue{
  /* flex-wrap: wrap; */
  align-items: center;
}
.adblue-section .ad-blue .img-sec,
.adblue-section .ad-blue .cont-sec {
  width: 100%;
}
.adblue-section .ad-blue .cont-sec h1{
  font-size: 25px;
  line-height: 35px;
}
.adblue-section .ad-blue .cont-sec ul li{
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
.adblue-section .ad-blue .cont-sec ul{
  margin: 10px 0 0px 0;
}
.adblue-section .ad-blue .cont-sec h1 span{
  font-size: 25px;
    line-height: 35px;
}

/* tab chagen css */

.tabchange_div{
  flex-wrap: wrap;
  gap: 10px;
}
.tabchange_div .col1,
.tabchange_div .col2 {
  width: 100%;
}
.tab button{
  margin: 5px 0;
  font-size: 20px;
  line-height: 30px;
}
.change_content{
  padding: 20px;
}

.tabchange_div .col2 ul li{
  margin: 10px 0;
  font-size: 16px;
    line-height: 25px;
}
.tabchange_div .col2 ul li img {
  width: 2%;
}


.change_content .tab button {
  margin: 5px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #b2b3b5;
  border-radius: 5px;
}
/* tab change css end */

.recommended h2{
  font-size: 25px;
  line-height: 30px;
}

.recommended ul li{
  font-size: 15px;
    line-height: 25px;
    margin: 10px 20px;
}
.ads .ads-content{
  width: 55%;
  height: 100px;
  right: 10%;
}
.ads .ads-content h2{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.ads .ads-content p{
  font-size: 12px;
  line-height: 17px;
  height: 35px;
  overflow: hidden;
}
.images-4 .imgs-row{
  flex-wrap: wrap;
}
.images-4 .imgs-row img{
  width: 100%;
  height: auto;
}
.images-4 .imgs-row .w-25{
  width: 20%;
}
/* contact page */
.contact_formdiv h3{

}
.contact-section .tab button{
  font-size: 17px;
  line-height: 26.86px;
}

.contact-section .f-clmn{
  flex-wrap: wrap;
}

.contact-section .f-clmn .contact_formdiv, .contact-section .f-clmn .con_formimg{
  width: 100%;
}

/* .contact-section .two_input{
  flex-wrap: wrap;
} */
.contact-section .two_input .input_field {
  width: 100%;
}
.contact-section .input_field input{
  font-size: 13px;
  line-height: 24px;
}
.contact-section .input_field input::placeholder{
  font-size: 13px;
  line-height: 24px;
}

.contact-section .input_label input{
  font-size: 13px;
  line-height: 24px;
  width: 95%;
}
.contact-section .input_label input::placeholder{
  font-size: 13px;
  line-height: 24px;
}
.contact-section textarea{
  width: 98%;
}

.contact-section .checkbox_input, .contact-section .checkbox_input a{
  font-size: 14px;
  line-height: 24px;
}
.contact-section form button{
  padding: 5px;
  font-size: 15px;
  line-height: 24px;
  width: 50%;
  margin: 30px auto 0;
}

}