@font-face {
    font-family: "OpenSans-Light";
    src: url("/static/agents/fonts/OpenSans-Light.ttf");
  }
  
  @font-face {
    font-family: "OpenSans-Regular";
    src: url("/static/agents/fonts/OpenSans-Regular.ttf");
  }
  
  @font-face {
    font-family: "OpenSans-SemiBold";
    src: url("/static/agents/fonts/OpenSans-SemiBold.ttf");
  }
  
  @font-face {
    font-family: "OpenSans-Bold";
    src: url("/static/agents/fonts/OpenSans-Bold.ttf");
  }
  
  @font-face {
    font-family: "dinpro-medium";
    src: url("/static/agents/fonts/dinpro-medium.ttf");
  }
  
  @font-face {
    font-family: "DINPro-CondBlack";
    src: url("/static/agents/fonts/DINPro-CondBlack.otf");
  }
  
  @font-face {
    font-family: "IMPACT";
    src: url("/static/agents/fonts/IMPACT.TTF");
    /*   font-family: "OpenSans-SemiBold"; */
  }
  .price_w,
  .item_w{
    font-style: normal; 
    color: inherit;
  }
  *{
    font-family: "OpenSans-Regular";
    color: #1F2129;
  }
  body::-webkit-scrollbar {
    display: none ;
  }
  html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
  
}
input,
textarea{
  border: none;
  outline: none; 
  resize: none; 
  background: transparent;
}
a{
    text-decoration: none;
    color: inherit; 
}
a:hover {
    text-decoration: none;
    color: inherit;
  }
  
  a:visited {
    text-decoration: none;
    color: inherit;
  }
  
  a:focus {
    outline: none; 
    -moz-outline: none; 
  }
.m{
    display: none !important;
}
.pc{
    display: block ;
}
/* header */
.header{
    width: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 27px 25px;
    align-items: center;
}.header >
.find{
    width: 75%;
    margin-left: 110px;
    max-width: 1395px;
}.header >
.find > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}.header >
.find > ul > li:first-child{
    display: flex;
    justify-content: space-between;
}.header >
.find > ul > li:first-child >.active >span {
    border: 5px solid #0055FF;
    width: 8px;
    height: 8px;
  }
  
 .header > .find > ul > li:first-child >div {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
  }

 .header > .find > ul > li:first-child >div >span {
    border: 1px solid #C5CAD4;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin-top: 0;
  }
  
 .header > .find > ul > li:first-child >div >p {
    font-size: 14px;
    color: #111E36;
    margin-left: 8px;
    text-transform: capitalize;
  }
  
 .header > .find > ul > li:nth-child(2) {
    border-radius: 8px 0px 0px 8px;
    border: 2px solid #0258FF;
    border-right: 0px solid #000;
    padding: 12px 10px;
    width: 45%;
    max-width: calc(610px - 22px);
    position: relative;
  }
 .header > .find > ul > li:nth-child(2) >  span{
    font-size: 14px;
    color: #666D7F;
    width: 100%;
    display: block;
  }
  .header > .find > ul > li:nth-child(2) > span img,
  .header > .find > ul > li:nth-child(2) > span i{
    display: none;
  }
 .header > .find > ul > li:nth-child(2) > a{
    background: #0258FF;
    border-radius: 50px;
    font-size: 16px;
color: #FFFFFF;
  border: 2px solid #0258FF;


  }

 .header > .find > ul > li:nth-child(3) > a{
    background: #0258FF;
    font-size: 16px;
color: #FFFFFF;
border-radius: 0px 8px 8px 0px;
padding: 11px 20px;
display: flex;
align-items: center;
justify-content: center;

border: 2px solid #0055FF;
  }
  .header > .find > ul > li:nth-child(4) > a:hover{
    background: #0258FF;
    color: #fff;
  }
  /* .header > .find > ul > li:nth-child(3) > a:hover{
    background: rgba(2, 88,255, 0.5);

  } */
 .header > .find > ul > li:nth-child(4) > a{
    color: #0258FF;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid #0258FF;
padding: 10px 20px;
margin-left: 20px;
  }
  .header >  div:nth-child(3){
    width: 5%;
    margin-left: 5px;
    max-width: 65px;
  }
  .header > a{
    margin-right: 55px;
  }
  .header > .whatsapp_title img{
    width: 30px;
  }

  



 .header > .find > ul > li:nth-child(2) > .hidden {
    position: absolute;
    top: 45px;
    left: 0;
    border: none;
    display: none;
    padding: 0;
    z-index: 999999;
    min-width: auto;
    background: #FFFFFF;
box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
border-radius: 8px;
  }
  .header > .find > ul >  li:nth-child(2) > .hidden .zzc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: transparent;
  }
  
  
 .header > .find > ul > li:nth-child(2) > .hidden .left {
    display: flex;
    flex-wrap: wrap;
    background: #F1F6FD;
    border-radius: 4px 0 0 4px;
    width: 24px;
    justify-content: center;
    align-items: center;
    padding: 7px;
    max-height: 448px;
    overflow-y: scroll;
    overflow-x: hidden;

    scroll-behavior: smooth;
  }
  .header > .find > ul > li:nth-child(2) > .hidden .left::-webkit-scrollbar {
    display: none ;
  }
 .header > .find > ul > li:nth-child(2) > .hidden .left li {
    margin-left: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
  }
  
  .header > .find > ul > li:nth-child(2) > .hidden .left li:hover {
  background: #DFEEFC;
  }
  .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list:hover,#search > li:nth-child(2) > .hidden .right .search-letter > .active {
    background-color: #f8f9fc;
  }
 .header > .find > ul > li:nth-child(2) > .hidden .left > .active {
  background: #DFEEFC;
  font-weight: bold;
  }
  
 .header > .find > ul > li:nth-child(2) > .hidden .left li a {
    margin-left: 0;
    width: 100%;
    color: #1F2129;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

 .header > .find > ul > li:nth-child(2) > .hidden .right {
    display: flex;
    max-height: 462px;
    max-width: 164px;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    scroll-behavior: smooth;
  }
  .header > .find > ul > li:nth-child(2) > .hidden .right .search-litter-list {
cursor: pointer;
  }

  .header > .find > ul > li:nth-child(2) > .hidden .right::-webkit-scrollbar {
    display: none ;
  }
 .header > .find > ul > li:nth-child(2) > .hidden .right::-webkit-scrollbar,#search > li:nth-child(2) > .hidden .right-item::-webkit-scrollbar {
    width: 5px;
    height: 29.4px;
    background: #e9e9e9;
  }
  
 .header > .find > ul > li:nth-child(2) > .hidden .right-item::-webkit-scrollbar-thumb,#search > li:nth-child(2) > .hidden .right::-webkit-scrollbar-thumb {
    background: #bcbdc5;
  }
  
 .header > .find > ul > li:nth-child(2) > .hidden .right > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
  }
  
  
 .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter {
    width: 100%;
  }
  
 .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter > p {
    color: #111e36;
    font-weight: 700;
    width: 100%;
    line-height: 30px;
    padding: 0 15px;
    background: #F7F8FC;
    border-radius: 4px;
    font-size: 14px;
    width: calc(100% - 30px);
    text-align: left;
  }
  
 .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list>div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
  }
  
 .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list>div:first-child > span:first-child {
    font-size: 14px;
    line-height: 1.25;
  }
  .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list>div:first-child > span:first-child > i,
  .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter .search-litter-list>div:first-child > span:first-child > img{
    display: none;
  }

  

  
 .header > .find > ul > li:nth-child(2) > .hidden .right .search-letter > .active >div:first-child > span:first-child {
    color: #1F2129;
    font-weight: 700;
  }
  

















  
/* gtranslate_wrapper */
.gtranslate_wrapper {
    z-index: 99999;
    position: relative;

  
    border-right: 0px solid #cbd3e3;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gt_float_wrapper {
    position: static !important;
  }
  
  .gt_float_switcher .gt_options {
    position: absolute !important;
    top: 68px  !important;
    background: #2b3344;
    z-index: 9999999 !important;
    left: -30px ;
    max-width: 120px;
    width: 200%;
    max-height: 320px !important;
    min-height: 320px;
  }
  
  .gt_float_switcher img {
    width: 17px !important;
  }
  
  .gt_float_switcher .gt_options a {
    padding: 10px 19px;
    margin: 0 ;

    font-weight: 400 !important;
    font-size: 12px !important;
    color: #FFFFFF !important;
  }

  
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    display: flex;
    font-weight: bold !important;
    font-size: 12px !important;
    color: #1F2129 !important;
    justify-content: space-between;
  }
  
  .gt_float_switcher .gt-selected,.gt_float_switcher {
    background: transparent !important;
    box-shadow: none !important;
  }
  .gt_float_switcher .gt_options.gt-open::-webkit-scrollbar {
    display: none ;
  }

  .gt_float_switcher img{
    margin-right: 8px !important;
  }
  .gt_float_switcher span{
    margin-right: 5px !important;
  }







  /* container */
.container{
    display: flex;
    justify-content: space-between;
    
}



/* sidebar_left */
.sidebar_left_div{
    padding: 10px 20px;
    /* position: a; */
    width: 13%;
    max-width: 200px ;

}

.sidebar_left .active{
    background: linear-gradient(-90deg, #0258FF, #3673FF);
    border-radius: 4px;
    color: #fff;
}

.sidebar_left .active:hover{
  background: linear-gradient(-90deg, #0258FF, #3673FF);
}

.sidebar_left a{
    display: flex;
    align-items: center;
    padding: 15px  25px;
    font-size: 16px;
color: #1F2129;
}
.sidebar_left a img{
    margin-right: 5px;
}
.sidebar_left a div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar_left>li>a:hover{
  
    background: #DFEEFC;
}
.sidebar_left .active div img:first-child{
    display: none;
}
.sidebar_left .active div img:last-child{
    display: block;
}
.sidebar_left>li>a>div>img:last-child{
display: none;
}
.sidebar_left .auto{
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #E6E8F2;
    font-size: 16px;
color: #828CA0;
}

/* center */
.container .center{
    width: 85%;
    max-width: 1600px;
    padding: 25px 60px 0 20px;
}














/* sidebar_right */
.sidebar_right{
    position: fixed;
    right: 0;
    top: calc(50% - 108.5px);
    z-index: 1111;
}
.sidebar_right>li>a:hover img:first-child{
    display: none;
}
.sidebar_right>li>a:hover img:last-child{
    display: block;
}
.sidebar_right>li>a>img:last-child{
display: none;
}

.sidebar_right>li{
    display: flex;
    position: relative;
    background: #FFFFFF;
box-shadow: -2px 5px 7px 2px rgba(9,27,82,0.09);
border-radius: 8px;
padding: 5px;
}
.sidebar_right>li a{
    padding: 8px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.sidebar_right>li a:hover{
    background: #DFEEFC;
}
.sidebar_right>li:last-child{
    margin-top: 10px;
}

.sidebar_right>li:nth-child(2){
   
    border-radius: 8px 8px 0 0;
}

.sidebar_right>li:nth-child(3){
    border-radius: 0;
}
.sidebar_right>li:nth-child(4){
    border-radius:0 0 8px 8px ;
}
.sidebar_right>li:hover span{
    display: flex;

}

.sidebar_right>li span{
    display: none;
    position: absolute;
    right:  60px;
    top: 15px;
    background: #1F2129;
border-radius: 8px;
color: #FEFEFE;
font-size: 14px;
padding: 8px 12px;
}

/* footer */
.footer{
  background: url('/static/agents/images/footer-b.webp') no-repeat;
  background-size: 100% 100%;
  padding:  0 60px 41px;
  display: flex;
  justify-content: space-between;
}
.footer .left{
  width: 20%;
  max-width: 290px;
}
.footer .left > a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 0px 0px 30px 30px;
  width: 290px;
  height: 160px;
}
.footer .left > p{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  margin: 33px 0 50px;
  color: #1F2129;
}
.footer .left > ul{
  display: flex;
}
.footer .left > ul li{
  margin-right: 6px;
}
.footer .left > ul li a:hover .pc{
  display: none;
}
.footer .left > ul li a img{
  width: 100%;
  max-width: 46px;
}
.footer .left > ul li a:hover .m{
  display: flex !important;
}
.footer .right{
  width: 70%;
  display: flex;
  justify-content: space-between;
  padding-top: 75px;
}
.footer .right > ul{
  justify-content: space-between;
  display: flex;
  width: 78%;
  flex-wrap: wrap;
}
.footer .right > ul li{
  width: 33%;
}
.footer .right > ul li a:first-child{
  font-weight: bold;
  font-size: 18px;
  color: #1F2129;
  font-family: "OpenSans-Bold";
}
.footer .right > ul li a{
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.footer .right > div{
  position: relative;
}
.footer .right > div::after{
  position: absolute;
  content: '';
  width: 1px;
  height: 102px;
  left: -62px;
  top: 0;
  background: #828CA0;
}
.footer a:hover{
  color: #0258FF !important;
}

.footer .right > div > div{
  display: flex;
  margin-bottom: 30px;
}
.footer .right > div > div > span:first-child{
  margin-right: 17px;
}

.footer .right > div > div > span:last-child p{
  font-weight: 500;
  font-size: 14px;
  margin-top: 2px;
}
.footer .right > div > div > span:last-child a{
  font-weight: bold;
  display: flex;
  margin-top: 6px;
  font-size: 14px;
  font-family: "OpenSans-Bold";
}



footer{
  background: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 23px 0;
  justify-content: center;
  font-size: 14px;
  color: #1F2129;
}











@media screen and (max-width:1700px){
  .call > div:first-child img{
    width: 100%;
  }
  .header > .find{
    margin-left:0 ;
  }
  .header > .find > ul > li:nth-child(2){
    width: fit-content;
  }

  .container .center{
    width: 77%;
  }

  .footer,
  .footer .right{
    flex-wrap: wrap;
  }
  .footer .left,
  .footer .right{
    width: fit-content;
  }
  .choose > ul li div::after{
    width: 50% !important;
  }
  .call > div:nth-child(2){
    margin-left: 10px !important;
  }
  .call form{
    width: 70% !important;
  }
}
@media screen and (max-width:1400px){
  .call > div:first-child img{
    display: none;
  }
  .footer .right > div::after{
    display: none;
  }
  .popular_right,
  .popular_left{
    width: 100% !important;
  }
  .call{
    padding: 20px !important;
  }
}
@media screen and (max-width:1200px){
  .product a,
  .vehicles > ul > li{
    width: calc(50% - 15px);
  }
  .choose > ul li div::after{
    display: none;
  }
  .footer .right > ul{
    width: 100%;
  }

  .container .center{
    width: 70%;
  }
  .header > .find > ul > li:first-child >div,
  .header > a{
    margin-right: 5px;
  }
  .header > .find > ul > li:nth-child(2) > span,
  .header > .find > ul > li:nth-child(3) > a{
    white-space:nowrap; 
    padding: 5px;
  }
  .header > .find > ul > li:nth-child(2){
    padding: 1px;
  }
  .header > .find > ul > li:nth-child(2) span{
    width: 60px;
    overflow: hidden;
  }
  
  .header > .find > ul > li:nth-child(4) > a{
    padding: 3px;
    margin-left: 0;
  }

  .header{
    width: calc(100% -  10px);
    padding: 15px 5px;
  }
  .header > div:first-child img{
    width: 80px;
  }





}


@media screen and (max-width:960px){
  .call > div:nth-child(2){
    display: none;
  }
  .selection > ul > li, .selection > .energy > div > li{
    margin-right: 5px !important;
  }








}




  /* @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  } */
  /* m */
  @media screen and (max-width:767px){
    .header > .find > ul > li:nth-child(2) span{
      width: fit-content;
      line-height: 1.35 !important;
    }
.m{
    display: flex !important;
}
.pc,
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    display: none !important;
}
/* header */
.header > .find{
    order: 3;
    margin-left: 0;
    width: 100%;
}
.header > a{
    order: 1;
    margin-right: 0;
    width: 21%;
    max-width: 75px;
}
.header > div:first-child{
    order: 2;

}
.header > div:first-child img{
    width: 65px;
}
.header > div:nth-child(3){
    order: 2;
    width: 21%;
    display: flex;
    margin-left: 0;
    max-width: 75px;
}
.header > div:nth-child(3) > .m img{
    width: 20px;
    margin-left: 10px;
}
.header > div:nth-child(3) > .m{
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}
.header > div:nth-child(3) > .m::after{
    position: absolute;
    left: 0;
    top: 9;
    content: '';
    width: 1px;
    height: 18px;
    background: #828CA0;
border-radius: 1px;
 }

.header{
    position: initial !important;
    flex-wrap: wrap;
    padding: 15px 10px;
    width: calc( 100% - 20px);
    background: linear-gradient(180deg, #D6ECFF, #F6F9FD);
}
.header > .find > ul > li:nth-child(2){
    width: 100%;
    border: 1px solid #0052D9 ;
    margin-top: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3.5px  3.5px  3.5px 15px ;
}
.header > .find > ul > li:nth-child(2) > div:first-child img{
    width: 12px;
    margin-right: 10px;
}
.header > .find > ul > li:nth-child(2) > a{
    padding:6.5px 15px;
    font-size: 13px;
}

.gt_float_switcher .gt_options {

    top: 96px !important;
}
/* sidebar_left */
.sidebar_left_div{
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    padding: 15px;
    z-index: 9999999;
    background-color: #fff;
    border-bottom: 1px solid #0052D9;
    max-width: 100%;
    display: none;
}
.sidebar_left > .m{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
  
}

/* center */

.container .center{
    padding:0 10px;
width: calc(100% - 20px);
}



header > span{
  display: flex;
  align-items: center;
}
header > span img{
  width: 20px;
  margin-right: 5px;
}










/* sidebar_right */
.sidebar_right{
    position: fixed;
  display: none;
  background: #fff;
left: 0;
    z-index: 1111;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: fit-content;
    top: initial;
    bottom: 0;
    box-shadow: -2px 5px 7px 2px rgba(9, 27, 82, 0.09);
}

.sidebar_right>li{
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    justify-content: center;
    border-radius: 0 !important;
    
    padding: 11px 10px;
}

.sidebar_right>li img{
    width: 23px;
}
.sidebar_right>li a{
    padding: 3px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.sidebar_right>li a:hover{
    background: #DFEEFC;
}
.sidebar_right>li:last-child{
    margin-top: 0;
}

.sidebar_right>li:hover span{
    display: flex;

}

.sidebar_right>li span{
    display: block;
    position: static;
background: #fff;
    color: #111E36;
font-size: 13px;
padding: 3px;
}
.sidebar_right>li a img:first-child,
.sidebar_right>li a img:last-child{
    display: none !important;
}




/* footer */
.footer{
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding: 30px 15px;
  box-sizing: border-box;
  background: #fff;
}
.footer .left{
  width: 100%;
  order: 2;
}
.footer .right{
  padding-top: 0;
  order: 1;
}
.footer .right > div > div > span:last-child p{
  margin-top: 0;

}
.footer .right > div > div{
  margin-bottom: 26px;
  align-items: center;
}

.footer .right > div > div > span:last-child a{
  font-size: 15px;
}
.footer .left > ul li a img{
  max-width: 37px;
}

footer{

  width: calc(100% + 20px);
  margin-left: -10px;

  padding: 30px 0;

  font-size: 10px;

}





















  }






