
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900&display=swap');

@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif.eot');
  src: url('../fonts/Kollektif.eot') format('embedded-opentype'),
       url('../fonts/Kollektif.woff2') format('woff2'),
       url('../fonts/Kollektif.woff') format('woff'),
       url('../fonts/Kollektif.ttf') format('truetype'),
       url('../fonts/Kollektif.svg#Kollektif') format('svg');
}

@font-face {
  font-family: 'KollektifBold';
  src: url('../fonts/KollektifBold.eot');
  src: url('../fonts/KollektifBold.eot') format('embedded-opentype'),
       url('../fonts/KollektifBold.woff2') format('woff2'),
       url('../fonts/KollektifBold.woff') format('woff'),
       url('../fonts/KollektifBold.ttf') format('truetype'),
       url('../fonts/KollektifBold.svg#KollektifBold') format('svg');
}


* { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust: none; }
html, body { width: 100%; font-size: 16px; line-height: 1.3; color: #333; font-family: 'Red Hat Display', sans-serif; font-weight: 400; background: #fff; }
*::-webkit-input-placeholder { opacity:1; color: #9a9a9a; }
*::-moz-placeholder { opacity:1; color: #9a9a9a; }
*:-ms-input-placeholder { opacity:1; color: #9a9a9a; }
input[type=checkbox] { -webkit-appearance: checkbox; margin: 5px 0 0 5px; display: inline-block; vertical-align: top; }
button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; font-family: 'Kollektif'; font-size: 16px; transition: all 0.6s; -webkit-transition: all 0.6s; -ms-transition: all 0.6s; }
:focus,input:focus, textarea:focus { outline: 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; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: none; }

a { text-decoration: none; transition: all 0.5s; -webkit-transition: all 0.5s; -ms-transition: all 0.5s; text-decoration: none; outline: none; color: #333; }
a:hover { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 {   }

/* wrapper */
#wrapper { width: 100%; position: relative; overflow: visible !important; }

.container { padding: 0 5px; width: 100%; max-width: 1170px; margin: 0 auto }

.disflexArea { display: flex; -webkit-display: flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; justify-content: space-between; -webkit-justify-content: space-between; }
.algnflexArea { align-items:center; -webkit-align-items:center; }

.heading h2 { font-size: 40px; color: #333; line-height: 1.1; font-weight: 400; text-align: center; }
.heading h2 span { color: #f26b21; font-weight: 700; }

/* header_site */
.header_site { padding: 10px ; background: #fff; -webkit-transition: .3s ease-in-out; position: relative; }
.header_site .logo {  }
.userPart { margin-left:10px; }

.header_site .userPart ul li { display: inline-block; padding: 0 0 0 20px; position: relative; }
.header_site .userPart ul li a {     color: #7d7d7d; }
.header_site .userPart ul li a:hover { color: #f26b21; }
.header_site .userPart ul li a i.fa-heart { margin: 0 4px 0 0; color: #f40000 }
.header_site .userPart ul li a i.fa-user { color: #f26b21; font-size: 20px;  }
span.menu-button {position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; margin: auto; height: 2px; width: 22px; background-color: #7d7d7d;}
span.menu-button::before, span.menu-button::after{position: absolute; content: ""; left: 0; right: 0; height: 2px; background-color: #7d7d7d;}
span.menu-button::before{top: -8px;}
span.menu-button::after{bottom: -7px;}

.header_site .userPart ul li .dropdown-menu { margin: 0; padding: 10px 15px; display: none; position: absolute; top: 211%; left: -45px; z-index: 99; min-width: 190px;  border: none; background-color: #fff; white-space: nowrap; border-radius: 4px; -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.08); -moz-box-shadow: 0 0 25px 0 rgba(0,0,0,.08); box-shadow: 0 0 25px 0 rgba(0,0,0,.08); animation: fadeIn .4s; -webkit-animation: fadeIn .4s; -moz-animation: fadeIn .4s; -o-animation: fadeIn .4s; -ms-animation: fadeIn .4s; }

.userDropdown { cursor: pointer; }

.header_site .userPart ul li .dropdown-menu ul li
{
  padding: 10px 0;
  display: block;
  font-size: 14px;
  text-align: left;
  padding:5px 0;
  /*border-bottom: 1px solid #ffc6a6; */
}
section.banner_bar.create-ac{margin-bottom:50px;}
.tabPanels.full-form-part.forgot-password .menuTab .title { text-transform: uppercase; }
.tabPanels.full-form-part.forgot-password .reg-form a { text-transform: uppercase; font-size: 12px; }
.header_site .userPart ul li .dropdown-menu ul li .menu-divider
{
  border-bottom: 1px solid #ffc6a6;
}

.header_site .userPart ul li .dropdown-menu ul li .role
{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.header_site .userPart ul li .dropdown-menu ul li:last-child { border-bottom: 0; }

/* navnavigation_site */
.navnavigation_site { padding: 25px 0; width: 100%; border-top: 1px solid #ececec; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); background: #fafafa; }
.navnavigation_site ul li { padding: 0 60px 0 0; display: inline-block;  }
.navnavigation_site ul li a { color: #333; }
.navnavigation_site ul li.active a { color: #f26b21;font-weight: 700; }
.navnavigation_site ul li a:hover { color: #f26b21; }

/* navnavigation_site_second */
.navnavigation_site_second { padding: 25px 0; width: 100%; background: #f26b21; }
.navnavigation_site_second ul li { padding: 0 60px 0 15px; display: inline-block;  }
.navnavigation_site_second ul li a { color: #fff; }
.navnavigation_site_second ul li.active a { color: #fff; font-weight: bold; text-decoration: underline; }
.navnavigation_site_second ul li a:hover { color: #fff; }

/* banner_bar  */
.banner_bar { width: 100%; height: 100%;min-height:638px; padding: 45px 0; background-size: cover; background-repeat: no-repeat; }


.menuTab ul li { display: inline-block; padding: 0 40px 0 0; }
.tabPanels { background: #fff; max-width: 682px; margin: 0 auto; border-radius: 15px; }
.tabPanels .menuTab { background: #f26b21; padding: 15px 20px 12px; border-top-left-radius: 15px; border-top-right-radius: 15px;  }
.tabPanels .menuTab ul li { display: inline-block; padding: 0 35px 0 0; }
.tabPanels .menuTab ul li a { font-size: 20px; color: #f9c5b2; position: relative; }
.tabPanels .menuTab ul li a:hover { color: #fff; }
.tabPanels .menuTab ul li a.active { color: #fff; }
.tabPanels .menuTab ul li a.active:before { position: absolute; right: 0; left: 0px; margin: 0 auto; bottom: -27px; width: 0; height: 0;border-left: 14px solid transparent; border-right: 14px solid transparent; border-top: 15px solid #f26b21;  content: ""; }
.tabPanels .subBox { padding: 35px 35px; }
.tabPanels .subBox .field { padding: 22px 15px 22px; width: 100%; color: #919191; font-size: 16px; border: 0; background: #efefef url(../images/searchIcon.png) 96% center no-repeat; border-radius: 40px; }
.tabPanels .subBox .field::-webkit-input-placeholder { opacity:1; color: #919191; }
.tabPanels .subBox .field::-moz-placeholder { opacity:1; color: #919191; }
.tabPanels .subBox .field:-ms-input-placeholder { opacity:1; color: #919191; }
.tabPanels .subBox  .item { margin: 30px 0 0; width: calc(50% - 15px); }
.tabPanels .subBox .item .customFild {
  padding: 22px 15px 22px;
  width: 100%;
  color: #919191;
  font-size: 16px;
  border: 0;
  background: #efefef url(../images/arrowIcon22.png) 90% center no-repeat;
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 17px;
  font-family: 'Red Hat Display';
}

.tabPanels .subBox .item .select2
{
  padding: 18px 18px;
  width: 100% !important;
  color: #919191;
  font-size: 16px;
  border: 0;
  background: #efefef url(../images/arrowIcon22.png) 90% center no-repeat;
  border-radius: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Red Hat Display';
}

.tabPanels .subBox .item .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 0px;
}

.tabPanels .subBox .item .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0px solid #aaa;
  border-radius: 0px;
}

.tabPanels .subBox .item .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #919191;
}

.tabPanels .subBox .item .select2-container--default .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.tabPanels .subBox .btnArea { margin: 0; margin-top: 10px; display: flex; justify-content: flex-end; align-items: center; }
.tabPanels .subBox .btnArea  button.btn{  padding: 14px 30px; color: #333; float: right; font-size: 16px; font-weight: 500; border: 0; border-radius: 40px;
  text-transform: uppercase; background: #ffde00; cursor: pointer; font-family: 'Red Hat Display', sans-serif;}
  .tabPanels .subBox .btnArea  button.btn:hover { background: #f26b21; color: #fff; }

  .tabPanels .subBox .btnArea a.searchBtn { margin: 0 20px 0 0; font-weight: 500; text-transform: uppercase; text-decoration: none; background: #f26b21; color: #fff; border-radius: 27px; padding: 15px 20px; }

/* carBrandsArea */
.carBrandsArea { padding: 80px 0; width: 100%; }
.tabPanels .subBox .item.state {width: 100%;margin:20px 0;}
.tabPanels .subBox .btnArea a.searchBtn:hover {background: #ffde00;color: #333;}
.carBrandsArea .itemBox.disflexArea { justify-content: right; }
.carBrandsArea .itemBox  .item { margin: 70px 0 0; width: calc(25% - 0px); display: flex; align-items: center; flex-wrap: wrap; }
.carBrandsArea .itemBox  .item .corLogo { margin: 0 20px 0px 0; }
.carBrandsArea .itemBox .item .corLogo img{width: 100px;}

/* carTypesArea */
.carTypesArea { padding: 80px 0; width: 100%; background: #fafafa; }
/* .carTypesArea .heading h2 { padding: 0 0 20px; } */
.carTypesArea .itemBox  .item { padding: 25px 20px 20px; margin: 30px 0 0; width: calc(25% - 15px); text-align: center; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.carTypesArea .itemBox  .item h3 { margin: 15px 0 0; font-weight: 400; }
.header_site .userPart ul li .dropdown-menu{top:138%;}

/* carTypesArea */
.popularsArea { padding: 80px 0; width: 100%; }
.popularsArea .itemBox .item { margin: 30px 0 0; width: calc(25% - 15px); background: #fff; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
.popularsArea .itemBox .item .image { overflow: hidden; position: relative; background-color: #f1f1f1;}
.popularsArea .itemBox .item .image img { margin: 0 auto; height: 180px; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; display: block; }
.popularsArea .itemBox .item:hover .image img { -webkit-transform: scale(1.1); transform: scale(1.1);  }
.popularsArea .itemBox .item .image img.Bgimage { position: absolute; width: 100%; left: 0; right: 0; top: 0; bottom: 0; filter: blur(6px); }
.popularsArea .itemBox  .item .sub { padding: 20px 15px; position: relative; }
/* .popularsArea .itemBox  .item .sub h3 { margin: 0 0 10px; font-size: 16px; color: #333; text-transform: uppercase; font-weight: 700; text-overflow: ellipsis; overflow: hidden;
  white-space: nowrap; }
.popularsArea .itemBox .item:hover .sub h3 a { color: #f26b21; }
*/
.popularsArea .itemBox  .item .sub h3 span.date { padding: 5px 8px 3px; font-size: 14px; color: #fff; display: inline-block; background: #f26b21; margin-right: 10px;}
.popularsArea .itemBox  .item .sub p { padding: 0 0 20px; font-size: 14px; }
.popularsArea .itemBox  .item .sub h4 { font-size: 24px; color: #f26b21; font-weight: 700; }
.popularsArea .itemBox  .item .sub ul { margin: 15px 0 0; border-top: 1px solid #737373; }
.popularsArea .itemBox  .item .sub ul li { font-size: 14px; padding: 15px 0 0; }
.popularsArea .itemBox  .item .sub ul li img { width: 23px; margin: 0 15px 0 0; }
.popularsArea .itemBox  .item .sub i.fa-heart { width: 30px; height: 30px; line-height: 30px; font-size: 18px; color: #5f5f5f; text-align: center; position: absolute;
  right: 20px; top: -24px; background: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 100%; }
.popularsArea .itemBox  .item .sub i.fa-heart.red { color: #f40000; }

.moreBtn { padding: 40px 0 0;  text-align: center;}
.moreBtn a { font-size: 16px; font-weight: 700; text-transform: uppercase;  }
.moreBtn a i { margin: 0 0 0 22px; }
.moreBtn a:hover { color: #f26b21; }

/* compareArea */
.compareArea { padding: 80px 0; width: 100%; }
.compareArea .heading h2 { color: #f26b21; font-weight: 700; }
.compareArea .heading h3 { padding: 20px 0 0; font-size: 30px; color: #333; font-weight: 400; text-align: center; }
.compareArea .itemBox { text-align: center;  }
.compareArea .itemBox .item { margin: 30px 0 0; width: calc(33.33% - 150px); }
.compareArea .itemBox .item span { margin: 0 auto; width: 160px; height: 160px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 100%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);  }
.compareArea .itemBox .item img { width: 105px; }

.compareArea .itemBox .item h3 { padding: 20px 0 0; font-size: 24px; font-weight: 700; }
.compareArea .itemBox .item p { padding: 15px 0 0; }

.searchAll { padding: 40px 0 0; width: 100%; text-align: center; }
.searchAll a.serchBtn { padding: 16px 35px; font-size: 16px; color: #fff; display: inline-block; text-transform: uppercase; border-radius: 40px; font-weight: 700; background: #f26b21; }
.searchAll a.serchBtn:hover { color: #333; background: #ffde00; }

/* budgetinAea */
.budgetinAea { padding: 80px 0; width: 100%; background: #fafafa; }
.budgetinAea .images { width: 40%; }
.budgetinAea .subText { width: 60%; padding: 0 0 0 70px; }
.budgetinAea .subText h2 { padding: 0 0 25px; font-size: 40px; color: #f26b21; font-weight: 700; }
.budgetinAea .subText p { padding: 0 0 35px; font-size: 30px; }
.budgetinAea .subText .myrBox .subBox { width: 45%; }
.budgetinAea .subText .myrBox .subBox label { margin: 0 0 10px; display: block; font-size: 24px; font-weight: 700; text-transform: uppercase; }

.budgetinAea .subText .myrBox .subBox input { width: 100%; padding: 16px 15px; border: 1px solid #929292; border-radius: 40px; color: #9a9a9a;  }
.budgetinAea .subText .myrBox strong { width: 10%; font-size: 24px; font-weight: 700; text-align: center; margin: 40px 0 0; }
.budgetinAea .subText button.Searchbtn { margin: 32px 0 0; padding: 14px 40px; color: #333; float: right; font-size: 16px; font-weight: 500; border: 0; border-radius: 20px; text-transform: uppercase; background: #ffde00; cursor: pointer; font-family: 'Red Hat Display', sans-serif; }
.budgetinAea .subText button.Searchbtn:hover { background: #f26b21; color: #fff; }

/* experienceArea */
.experienceArea { width: 100%; padding: 80px 0; }
.experienceArea .subText { margin: 0 auto; text-align: center; }
.experienceArea .subText p { padding: 30px 0 20px; font-size: 30px; }
.carImage { width: 100%; margin: 90px 0 -197px; }
.carImage img.manImg { width: 115px; }

/* savedCarArea */
.savedCarArea button.Searchbtn
{
  margin: -12px 0 0;
  padding: 12px 30px;
  color: #333;
  float: right;
  font-size: 14px;
  border: 0;
  border-radius: 40px;
  text-transform: uppercase;
  background: #ffde00;
  cursor: pointer;
  font-family: 'Red Hat Display', sans-serif;
}

/*profile*/
.profileArea input[type=text],
.contactUsArea input[type=text],
.contactUsArea input[type=email]{
  background: transparent;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 8px;
  width: 100%;
}

.profileArea .itemBox
{
  padding-top: 15px;
  width: 50%;
}

.profileArea .itemBox .row,
.contactUsArea .itemBox .row
{
  padding-top: 32px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profileArea .itemBox .state-zip-info,
.contactUsArea .itemBox .phone-email-info,
.contactUsArea .itemBox .fullname-ic-info,
.contactUsArea .itemBox .state-zip-info
{
  display: flex;
  -webkit-display: flex;
  width: 100%;
}

.profileArea .itemBox .state-zip-info .state-info
{
  width: 60%;
  padding-right: 20px;
}

.profileArea .itemBox .state-zip-info .zip-info
{
  width: 40%;
}

.profileArea .itemBox .row input,
.contactUsArea .itemBox .row input
{
  padding-top: 20px;
}

.profileArea .itemBox label
{
  padding-top: 10px;
  color: #5c5c5c;
  font-size: 14px;
}

.profileArea .password-sec h4
{
  padding: 42px 0px 10px 0px;
}

.profileArea button.Savebtn,
.contactUsArea button.SendNowbtn
{
  margin: 32px 0 0;
  padding: 12px 50px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  border-radius: 40px;
  text-transform: uppercase;
  background: #ffde00;
  cursor: pointer;
}

.profileArea button.btn:hover,
.contactUsArea button.btn:hover
{
  background: #f26b21;
  color: #fff;
}

.profileArea .btn-save-sec
{
  text-align: center;
}

.profileArea select,
.contactUsArea select {
  padding: 14px 15px;
  width: 100%;
  color: #919191;
  font-size: 16px;
  border-color: #fff;
  border-bottom-color: #bfbfbf;
  background: #fff url(../images/arrowIcon22.png) 90% center no-repeat;
  -webkit-appearance: none;
  appearance: none;
}

.profileArea .title
{
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.aboutUsArea, .privacyPolicyArea, .termOfServiceArea
{
  padding: 100px 150px;
  width: 100%;
  min-height: 550px;
}

.aboutUsArea .left-pane,
.privacyPolicyArea .left-pane,
.termOfServiceArea .left-pane
{
  width: 15%;
  float: left;
  margin-right: 55px;
  border: 1px solid #fff;
  border-right-color: #000;
}

.aboutUsArea .left-pane
{
  height: 320px;
}

.privacyPolicyArea .left-pane
{
  height: 5900px;
}

.termOfServiceArea .left-pane
{
  height: 4800px;
}

.aboutUsArea .left-pane li,
.contactUsArea .left-pane li,
.termOfServiceArea .left-pane li,
.privacyPolicyArea .left-pane li
{
  padding: 12px;

}

.aboutUsArea .left-pane li .menu-item,
.contactUsArea .left-pane li .menu-item,
.termOfServiceArea .left-pane li .menu-item,
.privacyPolicyArea .left-pane li .menu-item
{
  border: 5px solid #fff;
  padding-left: 5px;
}

.aboutUsArea .left-pane li.active .menu-item,
.contactUsArea .left-pane li.active .menu-item,
.termOfServiceArea .left-pane li.active .menu-item,
.privacyPolicyArea .left-pane li.active .menu-item
{
  font-weight: bold;
  border-left-color: #f26b21;
}

.aboutUsArea .right-pane
{
  width: 85%;
  padding-top: 10px;
}

.aboutUsArea .right-pane .heading,
.contactUsArea .right-pane .heading,
.termOfServiceArea .right-pane .heading,
.privacyPolicyArea .right-pane .heading
{
  font-size: 24px;
  font-weight: bold;
}

.aboutUsArea .right-pane p,
.termOfServiceArea .right-pane p,
.privacyPolicyArea .right-pane p
{
  padding-top: 20px;
}

.termOfServiceArea .right-pane ul:first-child,
.privacyPolicyArea .right-pane ul:first-child
{
  padding-left:250px;
}

/* contactUsArea */
.contactUsArea
{
  padding: 100px 150px;
  width: 100%;
  min-height: 970px;
}

.contactUsArea .left-pane
{
  width: 15%;
  float: left;
  height: 850px;
  margin-right: 55px;
  border: 1px solid #fff;
  border-right-color: #000;
}

.contactUsArea .phone-sec,
.contactUsArea .email-sec
{
  padding-top: 25px;
  text-decoration: underline;
}

.contactUsArea .phone-sec a,
.contactUsArea .email-sec a
{
  color: #0645ad;
}

.contactUsArea .help-us-improve
{
  padding-top: 60px;
  color: #000;
  font-weight: bold;
}

.contactUsArea .right-pane
{
  width: 100%;
  padding-top: 10px;
}

.contactUsArea .itemBox
{
  padding-top: 15px;
  width: 100%;
}

.contactUsArea .itemBox .phone-email-info .phone-info,
.contactUsArea .itemBox .phone-email-info .email-info,
.contactUsArea .itemBox .fullname-ic-info .fullname-info,
.contactUsArea .itemBox .fullname-ic-info .ic-info,
.contactUsArea .itemBox .state-zip-info .state-info
{
  padding-right: 20px;
  width: 50%;
}

.contactUsArea button.SendNowbtn
{
  float: right;
  font-weight: bold;
}

.contactUsArea .btn-send-now-sec
{
  padding-top: 20px;
  padding-bottom: 100px;
}

/* Single Product Page Header */
.single-product-page-container { margin: 0 5px; }

.header-nav-container {
  margin: 2em 0;
  padding: 6px;
}

.header-nav-container ul {  margin: 0 -16px; }
.header-nav-container ul li {
  display: inline-block;
  padding: 0 5px;
  /*border-right: 1px solid rgb(56, 53, 238); */
  line-height: 1;
}

.header-nav-container ul li+li:before {
  color: rgb(56, 53, 238);
  content: "\003E";
  padding-right: 10px;
}

.header-nav-container ul li:last-child { padding-right: 0; border-right: 0; }
.header-nav-container ul li a { color: rgb(78, 47, 218); font-size: 18px; font-weight: 400; }
.header-nav-container ul li a:hover { color: #333; }
.single-product-main-title { margin: 2em 0; font-size: 18px; font-weight: bold; }

.single-product-main-title span { background-color: #f26b21; color: #fff; padding: 7px 15px; margin-right: 10px;}
.header-options-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: black;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1em;
}
.header-options-leftBox .place-container { display: flex; justify-content: center;}
.header-options-container .header-options-rightBox ul {  }
.header-options-container .header-options-rightBox ul li {
  display: inline-block;
  padding: 0 15px;
  line-height: 1;
}
.header-options-container .header-options-rightBox ul li:last-child { padding-right: 0; border-right: 0; }
.header-options-container .header-options-rightBox ul li a:hover { color: #333; }
.header-options-rightBox-container { display: flex; justify-content: center; align-items: center; }

.header-options-rightBox-container a { margin-left: 5px; }

.photo-product-container {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.photo-product-container .viwer-product-3d { width: 100%; height: 400px; position: relative; }
.photo-product-container .cloudimage-inner-box {
  height: 100%;
}

.photo-product-container canvas {
  width: 104% !important;
  height: 100% !important;
}

.photo-product-container .viwer-product-3d .btn-container { position: absolute; right: 50%; left: 50%; padding: 20px 0; display: flex; justify-content: center; align-items:center; }

.photo-product-container .viwer-product-3d .btn-container button { outline: none; border: none; padding: 7px 15px; text-transform: uppercase; font-size: 14px; font-weight: 400; cursor: pointer; transition: all 0.5s linear; }

.btn-container .exterior { background-color: white; color: black; border-radius: 20px 0 0 20px; }

.btn-container .interior { background-color: black; color: #fff; border-radius: 0 20px 20px 0; }

.btn-container button:hover { color: black; background-color: #fff; }

.photo-product-container .viwer-product-3d .viwer-product-3d-icon { position: absolute; bottom: 0; padding: 20px 0; display: flex; flex-direction: column; justify-content: center; align-items:center; color: #fff; width: 100%; font-weight: bold; font-size: 20px; }

.photo-product-container .viwer-product-3d .viwer-product-3d-icon img { width: 50px; height: 50px; }

.car-item { min-height: 195px; margin-bottom: 10px; padding-right: 5px; width: 100%; position: relative; }

.car-item a { position: absolute; border-radius: 20px; padding: 7px 15px; display: flex; align-items: center; justify-content: center; text-transform: uppercase; background-color: #ffde00; color: black; bottom: 0; right: 0; margin: 7px 15px; }

.car-item  img { height: 100%; width: 100%; }

/* Product Info */
.product-info-section .product-info-main-title, .product-info-main-title-listed-by { color: black; font-weight: 300; font-size: 20px; text-transform: uppercase; margin-bottom: 1em; }

.product-info-section .product-info-main-title { text-transform: uppercase; }

.product-info-section .product-info-main-title-listed-by { text-transform: capitalize; }

.product-info-section .product-info-main-title span { text-transform: uppercase !important; }

.product-info-section .product-info-main-title span,  .product-info-main-title-listed-by span{ color: black; font-weight: bold; }

.product-info-section .product-info-main-title span.vin
{
  font-weight: unset;
}

.product-info-section .product-info-main-title-listed-by span,  .product-info-main-title span{ text-transform: capitalize }

.product-info-section .product-info-main-title-listed-by a {
  border-bottom: 2px solid gray;
  color: rgb(26, 23, 23);
}

.product-info-section .product-info-main-title-listed-by a:hover { color: #f26b21; }

.main-title-handler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(226, 221, 221);
  margin-bottom: 2em;
  padding-bottom: 7px;
}

.main-product-features {
  border-bottom: 1px solid rgb(226, 221, 221);
  padding-bottom: 20px;
}

.main-title-handler img { width: 70px; height: 70px; }

.feature-handler {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.feature-handler h3 {
  font-size: 16px;
  font-weight: 100;
  margin-left: 7px;
  text-transform: capitalize;
  font-family: sans-serif;
  color: rgb(88, 87, 87);
}

.feature-handler img { width: 40px; height: 40px; }

.main-product-features .features-title {
  margin: 2em 0 0 0;
  font-size: 20px;
  text-transform: capitalize;
}

.features-info-handler { margin: 15px 0; }

.features-info-handler h3 {
  font-size: 16px;
  font-weight: 100;
  margin-left: 10px;
  text-transform: capitalize;
  font-family: sans-serif;
  color: rgb(88, 87, 87);
}

.product-info-section .sticky {
  position: sticky;
  top: 0;
}

.product-info-container .card { border-radius: 20px; box-shadow: 0 7px 11px #dbcccc; }

.product-info-container .card h5{
  border-bottom: 1px solid rgb(226, 221, 221);
  padding: 10px 0;
  font-size: 2.5em; color: #f26b21;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.product-info-container .card .features { display: flex; justify-content: space-between; align-items: center; }

.product-info-container .card .features .feature{ display: flex; align-items: center; text-transform: capitalize; margin: 1em 0; }

.product-info-container .card .features .value{ font-weight: bold;}

.product-info-container .card .features .feature img{ width: 30px; height: 30px; margin-right: 10px; }

.product-info-container .card .card-footer .btn-handler { width: 100%; padding: 10px 0; }

.product-info-container .card .card-footer  {
  background-color: transparent;
  border: none;
  padding-left: unset;
}

.product-info-container .card .card-footer ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product-info-container .card .card-footer a {
  border-radius: 20px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.product-info-container .card .card-footer .btn-whatsapp {
  background-color: #4ac959;
  color: #fff;
}

.product-info-container .card .card-footer .btn-call {
  background-color: #ffde00;
  color: rgb(56, 54, 54);
}

.product-info-container .card .card-footer a img {
  width: 50px;
  height: 50px;
  margin-right: 7px;
}

/* location */
.location { margin-bottom: 2em; }

.location .main-title {
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 2em;
}

.location-general-info { padding: 15px 0; border-bottom: 1px solid gray; }

.location-general-info .location-info, .location-handler { margin: 1em 0; }

.location-info .btn-handler {
  width: 100%;
}

.location-info .address {
  font-size: 16px;
}

.location-info a {
  border-radius: 30px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #ffde00;
  color: rgb(56, 54, 54);
  margin-top: 1em;
  font-size: 16px;
  font-weight: bold;
}

/* Seller Section */
.seller-section { margin-bottom: 2em; }

.seller-section-handler { padding: 60px 0; border-bottom: 1px solid gray; }

.seller-section-handler .seller-header { display: flex; align-items: center; margin-bottom: 2em; }

.seller-section-handler .seller-header .brand { margin-right: 15px; }

.seller-section-handler .seller-header .brand img { width: 60px; height: 60px; }

.seller-section-handler .seller-header .titles h2 { text-transform: capitalize; font-size: 22px; font-weight: bold; margin-bottom: 5px; }

.seller-section-handler .seller-header .titles h5 { font-size: 18px; font-weight: 300; }

.seller-section-handler .about-seller h3 { font-size: 18px; margin-bottom: 2em; }

.seller-section-handler .about-seller p { font-size: 16px; margin-bottom: 2em; }

.seller-section-handler .seller-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}

.seller-section-handler .seller-contact .contact-seller-btn {
  border-radius: 30px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: #ffde00;
  color: rgb(56, 54, 54);
  margin-top: 1em;
  font-size: 16px;
  font-weight: bold;
}

.seller-section-handler .seller-contact .view-from-seller { color: rgb(22, 18, 236); text-decoration: underline; text-transform: capitalize; }

/* recommended cars */
.recommended-cars { margin-bottom: 2em; }

.recommended-cars .main-title { font-size: 20px; margin-bottom: 1em; }

.footer_part { width: 100%; padding: 160px 0 0; background: #f26b21; }

.footer_part .socialIcon {  }
.footer_part .socialIcon ul li { padding: 0 0 0 10px; display: inline-block; }
.footer_part .socialIcon ul li  a { width: 40px; height: 40px; line-height: 40px; font-size: 18px; color: #f26b21; text-align: center; border-radius: 100%; display: inline-block; background: #fff; }
.footer_part .socialIcon ul li a:hover { background: #ffde00; color: #333; }
.footer_part.footerInnerPart { padding: 70px 0 0; }

/* copyright */
.copyright { margin: 40px 0 0; padding: 40px 0 35px; width: 100%; border-top: 1px solid #fff; }
.copyright .leftBox p { color: #fff; font-size: 14px; font-weight: 500; }
.copyright .rightBox ul {  }
.copyright .rightBox ul li { display: inline-block; padding: 0 15px; border-right: 1px solid #fff; line-height: 1; }
.copyright .rightBox ul li:last-child { padding-right: 0; border-right: 0; }
.copyright .rightBox ul li a { color: #fff; font-size: 14px; font-weight: 500; }
.copyright .rightBox ul li a:hover { color: #333; }

/* inner Pages */

.container_lg { max-width: 1510px; padding: 0 15px; margin: 0 auto; }
/* breadcrumb_sec */
.breadcrumb_sec {
  padding: 30px 0;
  width: 100%;
}

.breadcrumb_sec ul li {
  display: inline-block;
  padding: 0 5px 0 5px;
  /*border-right: 1px solid #0645ad;*/
  line-height: 1;
}

.breadcrumb_sec ul li+li:before {
  color: rgb(56, 53, 238);
  content: "\003E";
  padding-right: 10px;
}

.breadcrumb_sec ul li:first-child { padding-left: 0; }
.breadcrumb_sec ul li:last-child { padding-right: 0; border-right: 0; }
.breadcrumb_sec ul li a {
  color: #0645ad;
  font-size: 18px;
}
.breadcrumb_sec ul li a:hover { color: #f26b21; }

/* searchFittetArea */

.searchFittetArea { width: 100%; padding: 0 0 80px; position: relative; }

.leftSideBar { width: 350px; position: absolute; left: -1px; top: 0; height: 100%; }
.leftSideBar .fliter_part { border: 3px solid #c1c1c1; }
.leftSideBar .fliterText { padding: 20px 25px 20px; border-bottom: 1px solid #c1c1c1; }
.leftSideBar .fliterText h3 { padding: 0 0 15px; font-size: 16px; color: #9a9a9a; font-weight: bold; }
.leftSideBar .fliterText a.autoBtn { margin: 0 10px 5px 0; padding: 8px 13px; font-weight: 500; display: inline-block; border-radius: 30px; background: #ffde00; }
.leftSideBar .fliterText a.autoBtn i { margin: 0 0 0 12px; width: 16px; height: 16px; line-height: 16px; font-size: 11px; color: #ffde00; text-align: center; border-radius: 100%; background: #333; }
.leftSideBar .accordionBox { padding: 20px 0; border-bottom: 1px solid #c1c1c1; }
.leftSideBar .accordionBox:last-child { border-bottom: 0; }
.leftSideBar .accordionBox .accordion-item h4 { color: #f26b21; font-weight: 700; position: relative; padding: 0 25px; }
.leftSideBar .accordionBox .accordion-item h4.active { margin: 0; }
.leftSideBar .accordionBox .accordion-item h4 i {display: none; }
.leftSideBar .accordionBox .accordion-item h4:after {  position: absolute; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f26b21; right: 25px; content: " "; top: 14px; bottom: 14px; margin: auto 0; -webkit-transform: rotate(-0deg); transform: rotate(0deg); -webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;  }
.leftSideBar .accordionBox .accordion-item > h4.active:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.leftSideBar .accordionBox .accordion-item .content { padding: 10px 0 5px; display : none; background: #fff; }
.leftSideBar .accordionBox .accordion-item .content.plr20 { padding: 10px 20px 5px; }
.leftSideBar .accordionBox .accordion-item .content p { padding: 0 15px 20px 0; margin: 0; font-size: 18px; line-height: 1.4; }
.leftSideBar .accordionBox .accordion-item .content .form-group { display: block; padding: 10px 25px; transition: all ease 0.5s; }
/* .leftSideBar .accordionBox .accordion-item .content .form-group:last-child { padding-bottom: 0; } */
.leftSideBar .accordionBox .accordion-item .content .form-group input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.leftSideBar .accordionBox .accordion-item .content .form-group label { position: relative; cursor: pointer; display: flex; align-items: center; color: #9a9a9a; }
.leftSideBar .accordionBox .accordion-item .content .form-group label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 1.2px solid #5e5e5e; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; position: absolute; right: 0; }

.leftSideBar .accordionBox .accordion-item .content .form-group:hover { background: #efefef; }
.leftSideBar .accordionBox .accordion-item .content .form-group:hover label { color: #333; font-weight: 500; }

.leftSideBar .accordionBox .accordion-item .content .form-group input:checked + label:after { content: ''; display: block; position: absolute; top: 5.4px; right: 6px; width: 3px; height: 7px; border: solid #fff;border-width: 0 2px 2px 0; transform: rotate(45deg); }
.leftSideBar .accordionBox .accordion-item .content .form-group input:checked + label:before {
  background: #f26b21;
}
.leftSideBar .accordionBox .accordion-item .content .myrBox .subBox { width: 42%; }
.leftSideBar .accordionBox .accordion-item .content .myrBox .subBox label { margin: 0 0 10px; display: block; font-size: 24px; font-weight: 700; text-transform: uppercase; }
.leftSideBar .accordionBox .accordion-item .content .myrBox .subBox input { width: 100%; padding: 14px 13px; text-align: center; border: 1px solid #c1c1c1; border-radius: 40px; color: #000; font-weight: bold }
.leftSideBar .accordionBox .accordion-item .content .myrBox strong { width: 10%; font-size: 24px; font-weight: 700; text-align: center; }

.range-slider { display: flex; flex-flow: row wrap; align-items: center; }
.range-slider .range-group { position: relative; flex: 0 0 100%; }
.range-slider .range-group .range-input { position: absolute; left: 0; bottom: 0; margin-bottom: 0; -webkit-appearance: none; width: 100%; border-bottom: 0; }
.range-slider .range-group .range-input:focus { outline: 0; }
.range-slider .range-group .range-input::-webkit-slider-runnable-track { width: 100%; height: 3px; cursor: pointer; animation: 0.2s; background: #333; border-radius: 1px; box-shadow: none; border: 0; }
.range-slider .range-group .range-input::-webkit-slider-thumb { z-index: 2; position: relative; height: 18px; width: 18px; border-radius: 50%; background: #f26b21;
  cursor: pointer; -webkit-appearance: none; margin-top: -7px; }
.range-slider, .filter { margin: 40px auto 0; max-width: 100%; }

/* .fliter_part.fliterTextt { margin: 100px 0 0; } */
.leftSideBar .accordionBox.fliterTextt .accordion-item .content .form-group label:before { position: static; margin: 2px 10px 0 0; padding: 7px; }
.leftSideBar .accordionBox.fliterTextt .accordion-item .content .form-group input:checked + label:after {top: 5.2px; left: 6px; width: 3px; height: 7px; }
.leftSideBar .accordionBox.fliterTextt .accordion-item .content .disflexArea .form-group { width: calc( 50% - 10px ); }
.leftSideBar  .accordionBox.fliterTextt .accordion-item .content .form-group label { align-items: flex-start; }
.leftSideBar  .accordionBox.fliterTextt .accordion-item .content .form-group label { color: #8e9a9a; }
.leftSideBar  .accordionBox.fliterTextt .accordion-item .content .form-group label:before { border: 1.2px solid #5e5e5e; }

.usedHondaBox.popularsArea { padding: 0 0 0 160px; }
.usedHondaBox .textbox { padding: 20px 15px; width: 100%; border: 1px solid #c1c1c1; }
.usedHondaBox .textbox h3 { font-size: 20px; }
.usedHondaBox.popularsArea .itemBox .item { width: calc(25% - 8px); position: relative; }
.usedHondaBox .item .sub_spon { padding: 5px 10px; font-size: 14px; color: #fff; background: #f26b21; font-weight: 700; position: absolute; top: 0; right: 0; z-index: 1; margin-top: -12px; margin-right: 10px;}
.usedHondaBox .item .sub_spon2 { padding: 5px 10px; font-size: 14px; color: #fff; background: #f26b21; font-weight: 700; position: absolute; top: 0; left: 0; z-index: 1; margin-top: -12px; margin-left: 10px;}
/* .usedHondaBox .item .sub_spon:before { content: ""; width: 0; height: 0; border-bottom: 37.6px solid #f26b21; border-left: 25px solid transparent; position: absolute;
    right: 100%; top: 0; } */

.AddtobOX { display: flex; justify-content: flex-end; margin: -20px 0 0; }
.AddtobOX .form-group input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.AddtobOX .form-group label { position: relative; cursor: pointer; display: flex; align-items: center; color: #9a9a9a; font-size: 14px; }
.AddtobOX .form-group label:before { content:''; -webkit-appearance: none; background-color: transparent; border: 1.2px solid #5e5e5e; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin: 0 6px 0 0;}

.AddtobOX .form-group input:checked + label:after { content: ''; display: block; position: absolute; top: 6px; left: 6.6px; width: 3px; height: 7px; border: solid #f26b21;border-width: 0 2px 2px 0; transform: rotate(45deg); }
.leftSideBar .fliter_part.fliterTextt .accordionBox .accordion-item .content .form-group { padding: 0 0 20px; }


.spin-car-section{
  border: 1px solid black;
  height:500px;
  text-align:center;
  padding-top:250px;
  width:100%
}

.alert-success
{
  background: #e0f3f0 no-repeat scroll 22px;
  background-size: 20px auto;
  border: 1px solid #4cd7c1;
  border-radius: 0;
  color: #3bd5bc;
  font-family: Gotham-Bold;
  font-size: 16px;
  text-transform: capitalize;
  padding: 15px 15px 15px 55px;
}

.alert-danger{
  background: #ecb0b0 no-repeat scroll 22px;
  background-size: 20px auto;
  border: 1px solid #ecb0b0;
  border-radius: 0;
  color: #6b6464;
  font-family: Gotham-Bold;
  font-size: 16px;
  text-transform: capitalize;
  padding: 15px 15px 15px 55px;
}

.alert-primary{
  background: #cce5ff no-repeat scroll 22px;
  background-size: 20px auto;
  border: 1px solid #cce5ff;
  border-radius: 0;
  color: #004085;
  font-family: Gotham-Bold;
  font-size: 16px;
  text-transform: capitalize;
  padding: 15px 15px 15px 15px;
}

.alert-notice{
  background: #e27238 no-repeat scroll 22px;
  background-size: 20px auto;
  border: 1px solid #e27238;
  border-radius: 0;
  color: #ffffff;
  font-family: Gotham-Bold;
  font-size: 16px;
  text-transform: capitalize;
  padding: 15px 15px 15px 15px;
}

.alert-dismissible .close {
  text-indent: -9999px;
  background: #e0f3f0 no-repeat scroll 0;
  background-size: 12px auto;
  width: 12px;
  height: 15px;
  top: 18px;
  right: 20px;
  padding: 0;
}

.userDropdown i.fa-bars
{
  font-size: 24px;
  padding: 10px 10px;
}

/*Sticky top car info*/
.sticky-top-car-section
{
  background-color: #fff;
}

.sticky-top-car-section .single-product-main-title
{
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.sticky-top-car-section .car-price
{
  padding: 10px;
  font-size: 40px;
  color: #f26b21;
  font-weight: bold;
  margin-bottom: 1em;
  background-color: #fff;
}

.sticky-top-car-section .header-options-container .header-options-leftBox ul li {
  display: inline-block;
  padding: 0 15px 0 0;
  line-height: 1;
}

.sticky-top-car-section .basic-info
{
  width: 70%;
}

.sticky-top-car-section .contact-info
{
  width: 30%;
  text-align: center;
}

.sticky-top-car-section .sticky-top-car-container
{
  display: flex;
}

.sticky-top-car-container .btn-whatsapp {
  background-color: #4ac959;
  color: #fff;
}

.sticky-top-car-container .btn-call {
  background-color: #ffde00;
  color: rgb(56, 54, 54);
}

.sticky-top-car-container .btn-handler {
  width: 100%;
  padding: 10px 0;
  margin-top: 40px;
}

.sticky-top-car-section .sticky-top-car-container ul li {
  display: inline-block;
  line-height: 1;
}

.sticky-top-car-container .btn-handler a {
  border-radius: 20px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.sticky-top-car-container .btn-handler a.btn-whatsapp {
  padding: 10px 15px 10px 55px;
}

.sticky-top-car-container .btn-handler a img {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.sticky-top-car-container .btn-handler a.btn-whatsapp img {
  position: absolute;
  margin-top: -6px;
  margin-left: -35px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

#registration_modal .alert-danger
{
  color:red;
  font-weight: bold;
}

#registration_modal .alert-success
{
  color:green;
  font-weight: bold;
}

.sticky-top-car-container .btn_share
{
  margin-top: -22px;
  margin-left: 70px;
  font-weight: 100;
}

.sticky-top-car-section .car_price_mobile_sect
{
  padding-top: unset;
}

.sticky-top-car-section .car_price_mobile
{
  font-size: 20px;
  color: #f26b21;
  font-weight: bold;
  margin-bottom: 1em;
  background-color: #fff;
  display: none;
}

.sticky-top-car-section .addthis_button_compact.mobile
{
  display: none;
}

.spincar-srp-360-wa-button
{
  background-color: #f26b21 !important;
}

.filter_over{
  overflow-y: auto;
  height: 1000px;
}

/* Responsive */

@media all and (max-width: 1800px){

  .usedHondaBox.popularsArea {
    padding: 0 0 0 220px;
  }

  .carImage {
    margin: 70px 0 -146px;
  }

  .carImage img {
    width: 720px;
  }

  .carImage img.user {
    width: 90px;
  }

  .carImage img.car {
    width: 550px;
  }
}


@media all and (max-width: 1700px){

  .usedHondaBox.popularsArea {
    padding: 0 0 0 275px;
  }

  .carImage {
    margin: 70px 0 -186px;
  }

  .carImage img {
    width: 720px;
  }

  .carImage img.user {
    width: 110px;
  }

  .carImage img.car {
    width: 750px;
  }
}


@media all and (max-width: 1610px){

  .usedHondaBox.popularsArea { padding: 0 0 0 320px; }
  .tabPanels .subBox { padding: 25px 35px; }
  .tabPanels .subBox .item { margin: 20px 0 0; }
  .banner_bar { min-height: 570px;height:100%; padding: 30px 0; }

  .carImage {
    margin: 70px 0 -146px;
  }

  .carImage img {
    width: 720px;
  }

  .carImage img.user {
    width: 90px;
  }

  .carImage img.car {
    width: 550px;
  }

}

@media all and (max-width: 1560px){


  .heading h2, .budgetinAea .subText h2 {  font-size: 38px; }

  .banner_bar { background-position: 23% 100%; }
  .compareArea .heading h3 { font-size: 28px; }

  .budgetinAea .subText p { font-size: 28px; }
  .budgetinAea .subText p { padding: 0 0 30px; }
  .budgetinAea .subText .myrBox .subBox label { font-size: 22px; }

  .experienceArea .subText p { font-size: 28px; }
  .experienceArea .subText p { padding: 30px 0 10px; }

  .photo-product-container canvas {
    width: 100% !important;
    height: 104% !important;
  }
  .usedHondaBox.popularsArea { padding: 0 0 0 360px; }


  .carImage {
    margin: 70px 0 -166px;
  }

  .carImage img {
    width: 720px;
  }

  .carImage img.user {
    width: 90px;
  }

  .carImage img.car {
    width: 600px;
  }
}


@media all and (max-width: 1440px) {

  .heading h2, .budgetinAea .subText h2 {
    font-size: 36px;
  }


  .tabPanels {
    position: relative;
    left: 110px;
    max-width: 631px;
  }

  .banner_bar {
    background-position: 7% 100%;
    min-height: 540px;
  }

  .tabPanels .subBox .item .customFild {
    padding: 18px 15px 18px;
  }

  .tabPanels .subBox .item .customFild {
      background-size: 14px;
  }

  .tabPanels .subBox .field {
    padding: 18px 15px 18px;
  }

  .tabPanels .menuTab ul li a {
    font-size: 18px;
  }

  .tabPanels .menuTab {
    padding: 12px 20px 10px;
  }

  .tabPanels .menuTab ul li a.active:before {
    bottom: -22px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f26b21;
  }

  .carBrandsArea, .carTypesArea, .popularsArea, .compareArea, .budgetinAea, .experienceArea {
    padding: 60px 0;
  }

  .carBrandsArea .itemBox .item {
    margin: 55px 0 0;
  }

  .carBrandsArea .itemBox .item .corLogo img {
    width: 60px;
  }

  .popularsArea .itemBox .item .sub h4 {
    font-size: 22px;
  }

  .compareArea .itemBox .item span {
    width: 140px;
    height: 140px;
  }

  .compareArea .itemBox .item img {
    width: 80px;
  }

  .compareArea .itemBox .item h3 {
    padding: 15px 0 0;
    font-size: 22px;
  }

  .experienceArea .subText p {
    padding: 20px 0 10px;
  }

  .searchAll {
    padding: 30px 0 0;
  }

  .carImage {
    margin: 70px 0 -146px;
  }

  .carImage img {
    width: 720px;
  }

  .carImage img.user {
    width: 90px;
  }

  .carImage img.car {
    width: 550px;
  }

  .footer_part {
    padding: 120px 0 0;
  }

  .leftSideBar {
    width: 300px;
    padding: 0 10px;
  }

  .usedHondaBox.popularsArea {
    padding: 0 0 0 330px;
  }

  .usedHondaBox .textbox h3 {
    font-size: 18px;
  }

  .leftSideBar .accordionBox {
    padding: 15px 0;
  }

  /* .leftSideBar .accordionBox .accordion-item .content .form-group { padding: 10px 25px; } */
  .leftSideBar .accordionBox .accordion-item .content .myrBox .subBox {
    width: 44%;
  }

  .leftSideBar .accordionBox .accordion-item .content .myrBox .subBox input {
    padding: 11px 10px 8px;
  }

  .leftSideBar .accordionBox .accordion-item .content .myrBox strong {
    font-size: 20px;
  }

    .carImage img.manImg {
        width: 100px;
    }

  .tabPanels .subBox .item .select2 {
    padding: 15px 15px;
    font-size: 16px;
  }

  .tabPanels .subBox .item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
  }
}

@media all and (max-width: 1365px){


  .tabPanels { left: 150px; }

  .header_site .userPart ul li .dropdown-menu
  {
    left: auto;
    right: 0;
    margin-top:2px;
  }

  .usedHondaBox.popularsArea .itemBox .item { width: calc(33.33% - 8px); }

}
@media all and (max-width: 1279px){

}

@media all and (max-width: 1199px){


  .navnavigation_site { padding: 20px 0; }

  .heading h2, .budgetinAea .subText h2 { font-size: 34px; }
  .banner_bar { min-height: 510px; }
  .tabPanels { left: 185px; max-width: 565px; }
  .tabPanels .subBox .item .customFild, .tabPanels .subBox .field { padding: 15px 15px 15px; }
  .tabPanels .subBox .btnArea button.btn { padding: 14px 30px; }

  .carBrandsArea .itemBox .item .corLogo img { width: 50px; }

  .compareArea .itemBox .item { width: calc(33.33% - 70px); }
  .compareArea .itemBox .item span { width: 120px; height: 120px; }
  .compareArea .itemBox .item img { width: 65px; }

  .budgetinAea .subText h2 { padding: 0 0 20px; }
  .budgetinAea .subText p { padding: 0 0 25px; font-size: 26px; }
  .budgetinAea .images img { width: 100%; }

  .budgetinAea .subText .myrBox .subBox label {  font-size: 20px; }
  .budgetinAea .subText button.Searchbtn { margin: 22px 0 0; padding: 15px 36px; }

  .experienceArea .subText p { font-size: 26px; }

  .carImage { margin: 60px 0 -140px; }
  .carImage img { width: 650px; }

  .footer_part { padding: 100px 0 0; }
  .footer_part .socialIcon ul li { padding: 0 0 0 10px; }
  .copyright { margin: 30px 0 0; padding: 30px 0; }

  .leftSideBar { width: 280px; }
  .leftSideBar .fliterText { padding: 25px 15px 0; }

  .leftSideBar .fliterText a.autoBtn { margin: 0 5px 0 0;  padding: 7px 11px; }
  /* .leftSideBar .accordionBox { padding: 20px 0; } */

  .usedHondaBox.popularsArea { padding: 0 0 0 280px; }

  .popularsArea .itemBox .item .sub p {  padding: 0 0 15px; }
  .popularsArea .itemBox .item .sub ul li img {  width: 20px; margin: 0 10px 0 0; }
  .popularsArea .itemBox .item .sub ul li { padding: 12px 0 0; }

  .usedHondaBox .item .sub_spon { padding: 5px 8px; }
  .usedHondaBox .item .sub_spon:before { border-bottom: 35.6px solid #f26b21; border-left: 18px solid transparent; }
  .popularsArea .itemBox .item .sub h3 span.date { padding: 3px 6px 2px; }
  .popularsArea .itemBox .item .sub h4 { font-size: 21px; }

.footer_part.footerInnerPart { padding: 60px 0 0; }

    .carImage img.manImg {
        width: 85px;
    }

  .tabPanels .subBox .item .select2 {
    padding: 12px 12px;
    font-size: 16px;
  }

  .tabPanels .subBox .item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 6px;
  }
}

@media all and (max-width: 991px){


  .header_site .logo img { width: 165px; }
  span.menu-button::before { top: -6px; }
  .tabPanels { left: 70px; max-width: 510px; }
  .heading h2, .budgetinAea .subText h2 { font-size: 30px; }
  .carBrandsArea .itemBox .item .corLogo { margin: 0 15px 0px 0; }
  .compareArea .heading h3 { font-size: 26px; }
  .moreBtn { padding: 30px 0 0; }

  .carTypesArea .itemBox .item { padding: 20px 20px 20px; margin: 25px 0 0; }
  .carTypesArea .itemBox .item img { width: 140px; }

  .popularsArea .itemBox .item { margin: 30px 0 0;  width: calc(50% - 15px) }
  .popularsArea .itemBox .item .sub p { padding: 0 0 15px; }
  .popularsArea .itemBox .item .sub h4 { font-size: 20px; }

  .compareArea .itemBox .item { width: calc(33.33% - 20px); }

  .compareArea .itemBox .item h3 { font-size: 20px; }

  .searchAll a.serchBtn { padding: 14px 30px; }

  .budgetinAea .subText { padding: 0 0 0 40px; }
  .budgetinAea .subText p { padding: 0 0 20px; font-size: 24px; }

  .budgetinAea .subText .myrBox .subBox input { padding: 13px 15px; }
  .budgetinAea .subText .myrBox strong { font-size: 22px; }

  .experienceArea .subText p { font-size: 24px; }
  .carImage { margin: 50px 0 -122px; }
  .carImage img { width: 500px; }

  .footer_part { padding: 80px 0 0; }
  .footerLogo img {  width: 160px; }

  .footer_part .socialIcon ul li a {  width: 35px; height: 35px; line-height: 35px; font-size: 16px; }
  .copyright { margin: 25px 0 0; padding: 25px 0; }

  .profileArea .itemBox
  {
    padding-top: 15px;
    width: 100%;
  }

  .aboutUsArea, .contactUsArea, .termOfServiceArea, .privacyPolicyArea
  {
    padding: 20px 0px;
    width: 100%;
    min-height: 550px;
  }

  .aboutUsArea .left-pane,
  .contactUsArea .left-pane,
  .termOfServiceArea .left-pane,
  .privacyPolicyArea .left-pane
  {
    width: 100%;
    float: unset;
    height: 220px;
    margin-right: 55px;
    border: 1px solid #fff;
    /*border-right-color: #000;*/
  }


  .usedHondaBox.popularsArea .itemBox .item { width: calc(50% - 8px); }
  .leftSideBar .fliterText a.autoBtn i { margin: 0 0 0 5px; }
  .leftSideBar .fliterText a.autoBtn { margin: 0 4px 0 0; padding: 6px 10px; font-size: 15px; }
  /* .leftSideBar .accordionBox .accordion-item .content .form-group { padding: 10px 25px; } */

  .leftSideBar .fliter_part.fliterTextt .accordionBox .accordion-item .content .disflexArea .form-group { width: calc( 100% - 0px ); }
  .leftSideBar .fliter_part.fliterTextt .accordionBox .accordion-item .content .form-group { padding: 0 0 13px; }

  .leftSideBar .accordionBox .accordion-item .content .myrBox .subBox { width: 44%; }
  .leftSideBar .accordionBox .accordion-item .content .myrBox .subBox input { padding: 10px 4px; font-size: 14px; }
  .leftSideBar .accordionBox .accordion-item .content .myrBox strong { font-size: 18px; }
    .carImage img.manImg { width: 75px; }

  /*.sticky-top-car-section{*/
  /*  display: none;*/
  /*}*/

  .sticky-top-car-section .car-price{
    position: absolute;
    margin-left: -100px;
    margin-top: 65px;
    font-size: 20px;
  }

  .sticky-top-car-section .header-options-container {
    margin-bottom: 5px;
  }

  .sticky-top-car-section  .sticky-top-car-container .btn-handler a.btn-whatsapp {
    padding: 10px 15px 10px 55px;
  }

  .sticky-top-car-section .sticky-top-car-container ul li {
    display: grid;
    padding: 5px;
  }

  .sticky-top-car-section .sticky-top-car-container .btn-handler {
    width: 100%;
    padding: 10px 0;
    margin-top: 10px;
  }

  .tabPanels .subBox .item .select2 {
    padding: 12px 6px;
    font-size: 16px;
  }

  .tabPanels .subBox .item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
  }

  .termOfServiceArea .right-pane ul:first-child,
  .privacyPolicyArea .right-pane ul:first-child
  {
    padding-left:20px;
  }
}
@media all and (max-width: 767px){
  html, body { font-size: 15px; }

  .navnavigation_site {  padding: 15px 0; }
  .tabPanels { left: 0;  max-width: 510px; width:100%;}

  .carBrandsArea .itemBox.disflexArea { -webkit-justify-content: flex-start; }
  .carBrandsArea .itemBox .item {width: calc(33.33% - 0px); }
  .carBrandsArea .itemBox .item {  margin: 40px 0 0; }

  .carBrandsArea, .carTypesArea, .popularsArea, .compareArea, .budgetinAea, .experienceArea {  padding: 50px 0; }

  .carTypesArea .itemBox .item { padding: 15px 15px; margin: 20px 0 0; }
  .carTypesArea .itemBox .item img { width: 100px; }

  .popularsArea .itemBox .item .sub h3 { font-size: 15px; }

  .heading h2, .budgetinAea .subText h2 { font-size: 28px; }
  .compareArea .heading h3 { font-size: 24px; }

  .compareArea .itemBox .item { width: calc(33.33% - 10px); }

  .heading h2, .budgetinAea .subText h2 { font-size: 26px; }

  .budgetinAea .subText p { font-size: 22px; }
  .budgetinAea .subText p br { display: none; }

  .budgetinAea .images { width: 100%; }

  .budgetinAea .subText { width: 100%; padding: 0 30px; }

  .experienceArea .subText p { font-size: 22px; }
  .experienceArea .subText p br { display: none; }

  .carImage { margin: 40px 0 -100px; }
  .carImage img { width: 380px; }
  .footer_part { padding: 60px 0 0; }
  .copyright .rightBox ul li {  padding: 0 6px; }

  .tabPanels .subBox .btnArea button.btn { padding: 11px 28px; }
  .budgetinAea .subText .myrBox .subBox label { font-size: 18px; }
  .budgetinAea .subText button.Searchbtn { margin: 22px 0 0; padding: 13px 32px; }

  .leftSideBar { width: 100%;  position: static; }
  .usedHondaBox.popularsArea { padding: 70px 0 0; }
  .fliter_part.fliterTextt {  margin: 50px 0 0; }
  .breadcrumb_sec { padding: 15px 0; }
  .searchFittetArea { padding: 0 0 50px; }

 .photo-product-container .row {
  overflow: hidden;
 }

.photo-product-container .viwer-product-3d-handler {
  margin-bottom: 2em;
  padding: 0;
 }
  .footer_part.footerInnerPart { padding: 50px 0 0; }
    .carImage img.manImg { width: 60px; }

  .sticky-top-car-section{
    display: block;
  }

  .sticky-top-car-section .car-price {
    margin-left: -230px;
    margin-top: 80px;
  }

  .sticky-top-car-section .addthis_button_compact.web
  {
    display: none;
  }

  .sticky-top-car-section .addthis_button_compact.mobile {
    display: block;
    padding: 0px;
  }

  .sticky-top-car-section .sticky-top-car-container {
    display: unset;
  }

  .sticky-top-car-section .basic-info {
    width: 100%;
  }

  .sticky-top-car-section .contact-info {
    width: 100%;
    text-align: center;
  }

  .sticky-top-car-container .header-options-handler .header-options-rightBox a {
    position: absolute;
    font-size: 16px;
    margin-top: -12px;
  }

  .sticky-top-car-container .header-options-handler .header-options-rightBox img {
    position: absolute;
    margin-left: -10px;
    margin-top: 5px;
  }

  .sticky-top-car-section .car_price_mobile
  {
    display: block;
  }

  .tabPanels .subBox .item .select2 {
    padding: 6px 6px;
    font-size: 14px;
  }

  .tabPanels .subBox .item .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
  }

  .filter_over{
    height: 500px;
  }
}

@media all and (max-width: 575px){

  .tabPanels .subBox .field { font-size: 14px; }

  .carBrandsArea .itemBox .item .corLogo { margin: 0 6px 0px 0; }
  .carBrandsArea .itemBox .item .corLogo img { width: 60px; padding-left: 25px;}
  .carTypesArea .itemBox .item img { width: 80px; }

  /* .carTypesArea .itemBox .item { padding: 15px 20px 5px } */
  .compareArea .itemBox .item { width: calc(50% - 10px); }

  .compareArea .itemBox .item img { width: 60px; }
  .compareArea .itemBox .item span { width: 110px; height: 110px; }
  .copyright .leftBox, .copyright  .rightBox { width: 100%;  text-align: center; }
  .copyright  .rightBox { padding: 10px 0 0; }
  .copyright { margin: 20px 0 0; padding: 15px 0; }

  .breadcrumb_sec ul li { padding: 0 9px; }
  .usedHondaBox .textbox h3 { font-size: 16px; }

  .footer_part .socialIcon ul li { padding: 0 0 0 10px; }

  .header-options-handler .header-options-leftBox {
    font-size: 18px;
    margin-bottom: 1em;
  }

  .header-options-handler .header-options-leftBox img {
    width: 20px;
    height: 20px;
  }

  .header-options-handler .header-options-rightBox img {
    width: 15px;
    height: 15px;
  }

  .header-options-handler .header-options-rightBox a {
    font-size: 14px;
  }

  .photo-product-container canvas {
    width: 107% !important;
    height: 100% !important;
  }

  .popularsArea .itemBox .item .image img {
    height: 210px;
  }

  .single-product-main-title span{
    float:left;
  }

  .header_site .userPart ul li .dropdown-menu {
    min-width: 100px;
  }
}

@media all and (max-width: 479px){
  .header_site .logo img {  width: 130px; }
  .header_site .logo img { width: 115px; }
  .header_site .userPart ul li a i.fa-heart { margin: 0 2px 0 0; font-size: 13px; }
  .header_site .userPart ul li a { font-size: 14px; }

  .header_site .userPart ul li { padding: 0 0 0 28px; }
  .header_site .userPart ul li:first-child { padding-left: 0; }
  .heading h2, .budgetinAea .subText h2 { font-size: 24px; }
  .header_site .userPart ul li a i.fa-user { font-size: 16px; }

  span.menu-button {right: 10px;  height: 1px; width: 16px; }
  span.menu-button::after { bottom: -5px; }
  span.menu-button::before { top: -5px; }
  .navnavigation_site ul li { padding: 0 30px 0 0; }


  .tabPanels .menuTab ul li a { font-size: 15px; }
  .tabPanels .menuTab { padding: 12px 10px 10px; }
  .tabPanels .menuTab ul li { padding: 0 10px 0 0; }
  .tabPanels .menuTab ul li a { font-size: 14px; }

  .tabPanels .subBox { padding: 20px 10px; }
  .tabPanels .subBox .field { background-size: 14px; }

  .tabPanels .subBox .item { margin: 15px 0 0; }
  .tabPanels .subBox .item .customFild, .tabPanels .subBox .field { padding: 12px 15px 11px; font-size: 14px; }
  .tabPanels .subBox .btnArea a.searchBtn { margin: 0 14px 0 0;  font-size: 14px; }

  .banner_bar { min-height: 440px; }

  .carBrandsArea .itemBox .item { width: calc(50% - 0px); }
  .carTypesArea .itemBox .item { width: calc(50% - 10px); }

  .popularsArea .itemBox .item {  width: calc(100% - 0px); }

  .compareArea .itemBox .item { width: 100%; }

  .budgetinAea .subText { padding: 0; }
  .budgetinAea .subText .myrBox .subBox input { padding: 9px 15px; }
  .budgetinAea .subText p { font-size: 20px; }
  .budgetinAea .subText .myrBox strong { font-size: 18px; margin: 33px 0 0; }


  .experienceArea .subText p { font-size: 19px; }

  .searchAll { padding: 20px 0 0; }
  .carImage img
  {
    width: 280px;
  }

  .carImage img.user
  {
    width: 40px;
  }

  .carImage img.car
  {
    width: 250px;
  }

  .carImage { margin: 30px 0 -85px; }
  .footerLogo img { width: 130px; }
  .searchAll a.serchBtn { padding: 13px 26px;  font-size: 15px; }

  .navnavigation_site_second ul li {
    padding: 0 30px 0 15px;
    display: inline-block;
  }

  .product-info-container .card { margin-bottom: 2em; }

  .location-info .btn-handler {
    padding: 0 3em;
    margin-top: 2em;
  }

  .seller-section-handler .seller-contact {
    display: block;
    text-align: center;
  }

  .seller-section-handler .seller-contact .contact-seller-btn {
    margin-bottom: 2em;
  }

  .header-options-handler {
    display: flex;
    flex-direction: column;
  }

  .header-options-handler .header-options-leftBox {
    font-size: 16px;
    margin-bottom: 1em;
  }

  .header-options-handler .header-options-rightBox ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-options-handler .header-options-rightBox ul li{
    padding: 0 8px;
  }

  .header-options-handler .header-options-rightBox img {
    width: 12px;
    height: 12px;
  }

  .header-options-handler .header-options-rightBox a {
    font-size: 10px;
  }

  .viwer-product-3d-handler {
    margin-bottom: 2em;
  }

  .leftSideBar .accordionBox { padding: 15px 0; }
  .usedHondaBox.popularsArea .itemBox .item { width: 100%; }
  .breadcrumb_sec ul li { margin: 0 0 8px; }

  .carImage img.manImg { width: 37px; }

  .photo-product-container .row {
    overflow: hidden;
  }

  .photo-product-container canvas {
    width: 113% !important;
    height: 100% !important;
    margin-left: -13px;
  }


}

@media all and (max-width: 360px){
  .car-rotation{ width: 50%;text-align: right; }



  .sticky-top-car-section .addthis_button_compact.mobile
  {
    display: block;
    padding: unset;
  }
}

  /* custom css --------------------------------------------------------------*/

.row {
	margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.breadcrumb {
    padding: 2rem 0;
    background-color: transparent;
}
.breadcrumb-item.active, .breadcrumb-item a{
	color: #0645ad;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #0645ad;
    content: "|";
}
.compare-section{
	min-height: 400px;
    padding-bottom: 50px;
}
.compare-content{
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.car-count{
	    font-weight: 600;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    margin-top: 20px;
}
.compare-car-img{
	position:relative;
}
.compare-car-img img{
	width: 100%;
    height: 130px;
    object-fit: cover;
}
.compare-car-close{
	position: absolute;
    right: 6px;
    top: 5px;
    background: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    border-radius: 50%;
	z-index: 2;
}
.compare-car-summery-inner{
	    padding: 10px 0;
}
.compare-car-title{
	font-weight: 600;
    font-size: 13px;
    text-align: center;
    padding: 10px 15px;
    min-height: 60px;
}
.compare-car-action{
	margin: 10px 0 60px;
	text-align: center;
}
.compare-car-action li{
	    margin-bottom: 20px;
}
.compare-car-action li a{
	    min-width: 140px;
}



.btn22{
	background: #25d366;
    border: 0;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
}
.btn22:hover{
	color: #fff;
}
.btn22 i{
	    font-size: 20px;
    position: relative;
    top: 2px;
}
.btn33{
	background: #ffde00;
    border: 0;
    border-radius: 40px;
    color: #333333 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
}
.btn33:hover{
	color: #333333 !important;
}

.row_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row_col > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.row.row_col:after, .row.row_col:before{
  display: none;
}
.d-table{
    display: table;
    width: 100%;
    height: 100%;

}
.d-table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.compare-car-search-img{
	width: 100%;
    height: 130px;
    text-align: center;
    position: relative;
}
.compare-car-search-img img{
	position: absolute;
    bottom: -25px;
    margin: 0 auto;
    display: block;
    width: 99px;
    left: 0;
    right: 0;
}
.add_car_link{
	margin-top: 15px;
	margin-bottom: 10px;
    display: block;
}
.compare-car-overview-inner h4{

    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;

}
.compare-car-overview-inner p{
	font-size: 14px;
    font-weight: 500;
	    margin-bottom: 20px;
}
.compare-car-overview-inner p.sp_price{
	color: #f26b21;
  font-weight: 700;
  font-size: 20px;
  max-width: 70%;
}
.divider{
	border-top: 1px solid #d9d9d9;
}
.overview_pt{
	    padding: 5px;
    width: 100%;
}
.compare-car-overview-inner{
	margin-bottom: 30px;
}
.compare-car-features-inner p{
	font-size: 14px;
    font-weight: 500;
	padding:5px 0;
	margin-bottom: 10px;
}

.img-hover-zoom {
overflow: hidden;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    border-bottom: 1px solid #e7e7e7;
}

.compare-car-accordion{
	position:relative;
	cursor: pointer;
}
.compare-car-accordion img{
	width: 17px;
  position: absolute;
}
.compare-car-accordion span{
	padding-left: 30px;
}

.compare-car-features{
	margin-top: 30px;
}

.add_car_link{
	    color: #999999 !important;
}

.footer_part_pad {
    padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
	.cci_moverflow{
		    overflow-x: auto;
	}
	.cci_mrow{
		display: table;
		margin-bottom: 15px;
	}
	.cci_mrow .col-6{
		-webkit-box-flex: initial;
		-ms-flex: none;
		flex: none;
		max-width: 50%;
		display: table-cell;
		width: 50%;
	}
	.cci_mrow .col-12{
		display: table-caption;
		width: 100%;
	}
	.overview_pt {
		padding: 10px 5px;
		width: 100%;
		display: none;
	}
	.header_site .userPart ul li {
		display: block;
		padding: 0;
		position: relative;
	    text-align: left;
	}
	span.menu-button {
		position: relative;
		top: initial;
		right: initial;
		bottom: initial;
		left: initial;
		display: inline-block;
		margin: auto;
		height: 2px;
		width: 22px;
		background-color: #7d7d7d;
	}
	.userPart .userDropdown strong{
		    position: relative;
		top: 4px;
	}
}

.carImage .column
{
  float: left;
  width: 15%;
  padding: 5px;
}

.carImage .row::after
{
  content: "";
  clear: both;
  display: table;
}

.filter_search_btn{
	padding: 17px 30px;
	float: right;
	border: 0;
	border-radius: 40px;
	background: #f26b21;
	cursor: pointer;
	color: #ffffff;
	margin-top: 10px;
    font-family: 'Red Hat Display', sans-serif;
}

.custom_scroll_bar{
	height:200px!important;
	overflow:auto!important;
}

.searchFittetAreaMinh{
	    min-height: 2000px;
}

ul.pagination{
	margin:10px 0;
}
ul.pagination li{
	display:inline-block;
    background-color: #f26b21;
    padding: 5px 10px;
    color: #fff;
    margin: 0 5px;
    width: 40px;
    margin-bottom: 5px;
    text-align: center;
}

ul.pagination li a{
	color: #fff;
}

.d_item_box{
	justify-content: left !important;
    -webkit-justify-content: left !important;
}
.d_item_box .item{
	margin-left: 4px !important;
    margin-right: 4px !important;
}
.hide{
  display: none;
}

.usedHondaBox .select-box{display:flex;justify-content: space-between;}
.usedHondaBox .select-box #sort_cars{ padding: 8px 30px 8px 10px;background: url(../images/arrowIcon22.png) 94% center no-repeat;}

.owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
}
button.owl-prev {
    position: absolute;
    left: 20px;
}
button.owl-next {
    position: absolute;
    right: 20px;
}
.owl-nav button span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.owl-nav button{
    position: absolute;
    top: -32px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    position: relative;
}
.load_more_btn{
    padding: 17px 30px;
    float: none;
    border: 0;
    border-radius: 40px;
    background: #f26b21;
    cursor: pointer;
    color: #ffffff;
    margin-top: 10px;
    display: block;
    max-width: 150px;
    text-align: center;
    margin: 10px auto;
}
.load_more{
    width: 100%;
    display: block;
}
.slider_section {
    padding-top: 20px;
    width: 100%;
}


/* 9-10-2020 */

.banner-cars img{width:100%;display:block;}
.banner-bg-img {width:100%;display:block;min-height:200px;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.back-top-top { position: fixed; right: 20px; bottom: 20px;display:none; background: #f26b21; color: #fff; width: 40px; height:40px;  border-radius: 10px; z-index:9999;}
.back-top-top-inner { display: flex; align-items: center; justify-content: center; height: 100%; }
.back-top-top:hover{cursor: pointer;}
.logo-sec img {width: 150px; background: #fff; padding: 10px; margin-top: -91px; border-radius: 50%;height:150px;}
.banner-bottom .row { display: flex; align-items: flex-start; }
.logo{width: 20%; }
.car-rotation{ width: 70%;text-align: right; }
.varify {width: 18.5%;}
.car-cont { width: 65%;padding-bottom:20px;padding-top: 11px; }
.varify-inner { display: flex; align-items: center; }
.varify-inner img { max-width: 150px; }
.banner-bottom { padding: 0 20px; box-shadow: 0 10px 20px rgba(0,0,0,0.1);padding-top: 20px; }
.varify-inner strong { border: 1px solid #f59b68; border-radius: 13px; padding: 3px 14px; margin-left: 11px; font-size: 13px; }
.varify-inner sup { font-size: 9px; position: relative; top: -4px; left: 1px; }
.bottom-banner-detail h3 { font-size: 14px; color: #a1a1a1; font-weight: 500; }
.bottom-banner-detail h2 { font-size: 20px; color: #333333; padding-bottom:15px; }
.car-cont-inner h4 { font-size: 14px; color: #a1a1a1; text-align: center; font-weight: 700; }
.car-cont-inner .col-3 { width: 33.33%; border-left: 1px solid #dcdcdc; }
.car-cont-inner h3 { text-align: center; font-size: 20px; color: #ffde00; padding-top: 8px; }

/* search section start here */

.search-category form { outline: 0;-webkit-border-radius: 20px; border-radius: 20px;display: flex;align-items: center;}
.search-category form .textbox {outline: 0;height: 30px;width: 244px;line-height: 30px;padding: 0 16px;background: #efefef;color: #212121;border: 0; font-family: 'Red Hat Display', sans-serif;border-radius: 20px;}
.search-category form i { position: relative; z-index: 3; height: 100%; padding: 0 5px; border-left: 1px solid #cdcdcd; right: 6px; padding-left: 7px; }
.search-category form i:hover{cursor: pointer;}
.select-category select { background-image: url(../images/orange-bottom-arrow.png); border: 0; padding-right: 24px; background-size: 10px; background-repeat: no-repeat; background-position: 94%; background-color: transparent;font-family: 'Red Hat Display', sans-serif;}
.search-text { background: #efefef; border-radius: 20px; }
.car-search .container { display: flex; margin: 27px auto;border-radius: 10px;}
.left-top-search {display: flex;justify-content: space-between;margin-bottom:17px; align-items:flex-end;}
.car-search-left{width:70%;box-shadow: 0 3px 9px rgba(0,0,0,0.13);padding:20px 15px 49PX; border-radius:10px;}
.car-search-right{width:30%;margin-left: 26px;}
.car-image {position: relative;max-width: 203px;flex-basis:30%;padding-top:5px;}
.car-image img{width:100%;}
.car-detail {flex-basis:50%;padding-top:11px;}
.car-likes{flex-basis:16%;}
.car-image img.pic { position: absolute; left: 10px; top: 15px; max-width: 30px; }
.list-detail .date { padding: 2px 4px 1px; font-size: 14px; color: #fff; display: inline-block; background: #f26b21; margin-right: 4px; }
.list-detail ul li img { max-width:20px;padding-right:5px;}
.date-time {display: flex;align-items: center;}
.list-detail h3 {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size: 16px;}
.likes-bottom .AddtobOX{margin: 0;justify-content: left;}
.submit_message {text-align: center;font-size: 16px;padding-bottom: 10px;font-weight: 700;color:#25d365;}
.error {text-align: left;font-size: 12px;padding-bottom: 5px;font-weight: 700;color:#d8460c;}

.list-detail ul { display: flex; align-items: center; }
.list-detail ul li{padding-right:14px;font-size: 14px;}
.list-detail ul li:last-child {
  padding-right: 0;
}
.used {display: flex;align-items: center;padding-bottom:8px;}
.used img { padding-right: 5px; }
.list-detail h4 { font-size: 24px; color: #f26b21; padding-top: 13px; padding-bottom: 17px; }
.all-search-list{padding:0 5px 0 0; position: relative;}
.car-search-right .btn-handler a { max-width: 282px; margin: 0 auto; background: red; display: flex; align-items: center; font-weight: 700; font-size: 16px;justify-content: center;text-transform: uppercase;}
.car-search-right .btn-handler a img {width: 30px;height: 30px;margin-right: 10px;}
.car-search-right .btn-handler a.btn-whatsapp { color: #fff; background-color: #25d365; padding: 10px 0; border-radius: 30px; }
.car-search-right .btn-handler a.btn-call{ color: #333333; background-color: #ffdd00; padding: 14px 0; border-radius: 30px;margin-top:20px;}


.car-listing{padding:19px 0 29px; border-top: solid 1px #d9d9d9; border-bottom: solid 1px #d9d9d9; position: relative;display: flex;align-items: flex-start;justify-content: space-between;}
.search-text{margin-right:20px;}
.all-search-list h4{position: relative;}
.banner-img{min-height:200px;}
.all-search-list h4,
.select-category select{color:#f26b21;font-size:14px;}
.all-search-list h4:after{content:""; position:absolute; bottom:-100%; left:0; width:100%; height:5px; background:#f26b21; }
.select-category label{color:#aeaeae;font-size:14px;padding-right:8px;}
.car-likes{display: flex; flex-wrap:wrap; }
.likes-top{text-align:right; }
.car-likes{margin-top:-20px; }
.car-likes i.far.fa-heart  {padding: 10px;  margin-bottom: 5px;  border-radius: 50%;   font-size:20px; box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.20);}
.car-likes i.fa.fa-heart.red{padding: 10px; margin-bottom: 5px; border-radius: 50%; font-size: 19px; box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.20); color: red;}
.AddtobOX{padding-bottom:0 !important}
.likes-bottom{position: absolute; bottom:25%; right:0; }
.likes-bottom .AddtobOX .form-group input:checked + label:after{top:3px;left:6px;}
.like-heart{padding:12px 0 3px;}
.date-time p { font-size: 14px; color: #a1a1a1; }
.car-search-right iframe {height: 200px;}
.search-right-btn-top{box-shadow: 0 3px 9px rgba(0,0,0,0.13);border-radius:10px;padding:25px;}
.right-map-bottom{box-shadow: 0 3px 9px rgba(0,0,0,0.13);border-radius:10px;margin-top:30px;padding:25px;}
.enquiry-form span { display: block; text-align: center; position: relative;background-color:#fff;color:#d2d2d2;margin-top:25px;}
.enquiry-form span:before { content: ""; position: absolute; width: 44%; height: 1px; background: #d2d2d2; left: 0; top: 11px; }
.enquiry-form span:after { content: ""; position: absolute; width: 44%; height: 1px; background: #d2d2d2; right: 0; top: 11px; }
.enquiry-form form h3 { text-align: center; padding: 25px 0 11px; font-size: 16px; font-weight: 500; color: #333333; }
.enquiry-form form input{padding:10px;height:30px;display: block;width: 100%;border: 1px solid #d2d2d2;font-family: 'Red Hat Display', sans-serif;color:#333333;margin-bottom:8px;font-size:14px;}
.enquiry-form form textarea{padding:10px;display: block;width: 100%;border: 1px solid #d2d2d2;font-family: 'Red Hat Display', sans-serif;color:#d2d2d2;margin-bottom:15px;min-height:80px;resize:none;font-size:14px;}
.enquiry-form form input.submit { background: #f26b21; font-weight: 700; color: #fff; border-radius: 45px; height: 50px; margin-top: 19px; font-size: 16px; text-transform: uppercase; }
.enquiry-form form input.submit:hover { opacity: 0.8; cursor: pointer; }
.right-map-bottom h3 { text-align: center; padding-bottom: 20px; text-transform: uppercase; }
.right-map-bottom p { font-size: 16px; color: #333333;padding-top:10px;}
.right-map-bottom ul{padding-top:20px;}
.right-map-bottom ul li{font-size:16px;color:#333333;}
.right-map-bottom h3 { text-align: center; padding-bottom: 20px; text-transform: uppercase; font-size: 20px; color: #333333; font-weight: 700; }
.slider_section .item{height:264px;}
.slider_section.main-top .item{height:auto;}
section.banner-cars .container {max-width: 1200px;padding:0 15px;}
.enquiry-form ::-webkit-input-placeholder { /* Edge */color: #d9d9d9;}
.enquiry-form :-ms-input-placeholder { /* Internet Explorer 10-11 */color: #d9d9d9;}
.enquiry-form ::placeholder {color: #d9d9d9;}
.slider_section.main-top .item img{min-height:200px;}
.disflexArea.header-options-handler{width: 100%;justify-content: space-between;}

.title-container {
  width: 100%;
  height: 3em;
  display: flex;
  align-items: center;
}

.title-car {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  line-height:1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
}

.title-car:hover {
  color: #f26b21;
}

.year-car {
  padding: 5px 8px;
  font-size: 14px;
  color: #fff;
  background: #f26b21;
  margin-right: 5px;
  float: left;
  font-weight: 700;
}

.loader_section { background-color: rgba(0,0,0,0.6); position: fixed; height: 100%; width: 100%; top: 0; z-index: 9;display: none; }
.loader {position: relative;display: inline-block;width: 50px;height: 50px;vertical-align: middle;}
.loader-inner {display: flex;align-items: center;justify-content: center;height: 100%;}
.loader-quart {border-radius: 50px;border: 6px solid rgba(255,255,255,0.4);}
.loader-quart:after {content: '';position: absolute;top: -6px; left: -6px;bottom: -6px;right: -6px;border-radius: 50px;border: 6px solid transparent;border-top-color: #fff;-webkit-animation: spin 1s linear infinite;animation: spin 1s linear infinite;}

@-webkit-keyframes spin {
  	0%{ -webkit-transform: rotate(0deg); tranform: rotate(0deg);}
	100%{ -webkit-transform: rotate(360deg); tranform: rotate(360deg);}
}

@keyframes spin {
	0%{ -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

/* sticky header design */
.disflexArea.header-options-handler.detail-inner-sec {flex-wrap: nowrap;}
.banner-bottom.sticky-banner .row.car-cont-inner img {max-width: 20px;margin-top:3px}
.banner-bottom.sticky-banner .logo-sec img{margin-top:0;height:120px;width:120px}
.banner-bottom.sticky-banner .row.car-cont-inner p {display: inline-block;}
.banner-bottom.sticky-banner .row.car-cont-inner p a{color: #4c4cd8;text-decoration:underline}
.banner-bottom.sticky-banner .car-cont{width:35%;}
.banner-bottom.sticky-banner { padding: 5px 20px; position: fixed; top: 0; left: 0; width: 100%; background: #fff; display: none;z-index:9;}
.banner-bottom.sticky-banner .varify { width: 55%; display: flex; justify-content: flex-end; }
.banner-bottom.sticky-banner .varify-inner{flex-wrap:nowrap;align-items:center;width:100%;justify-content: flex-end;}
.banner-bottom.sticky-banner .card-footer{margin-left:20px;}
.banner-bottom.sticky-banner .card-footer ul li a { display: flex; align-items: center; justify-content: center; padding:10px; border-radius: 30px;text-transform:uppercase;font-weight:700;}
.banner-bottom.sticky-banner .varify-inner ul li img{max-width:50px;margin-right:0px;margin-bottom:0;}
.banner-bottom.sticky-banner .card-footer ul{display: flex;align-items:center;justify-content:flex-end;}
.banner-bottom.sticky-banner a.btn-call {}
.banner-bottom.sticky-banner .varify-inner img{width:100%;margin:0;}
.banner-bottom.sticky-banner.stick{display: block;}
.icon-detail .addToList i { color: #333; font-weight: 300; font-size: 24px; }
.icon-detail input { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.icon-detail label { position: relative; cursor: pointer; display: flex; align-items: center; color: #9a9a9a; font-size: 14px; }
.icon-detail label:before { content: ''; -webkit-appearance: none; background-color: transparent; border: 2px solid #333333; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding:8px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin: 0 6px 0 0;border-radius: 3px; }
.icon-detail input:checked + label:after { content: ''; display: block; position: absolute; top: 6px; left: 6.6px; width: 6px; height: 10px; border: solid #f26b21; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.icon-detail input:checked + label:after { top: 3px; left: 7px; }
.icon-detail label { position: relative; cursor: pointer; display: flex; align-items: center; color: #333333; font-size: 18px; }
.icon-detail .fa.fa-share-alt{font-size:20px;}
.icon-detail .header-options-rightBox.icon-detail ul { display: flex; align-items: center; }
.icon-detail .header-options-rightBox-container a{position: relative;top:-3px;}
.basic-info .disflexArea.header-options-handler.detail-inner-sec{width:100%;}

/* banner design */

.subbox-main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.subbox-left img{width:100%;}
.subbox-left h3 { font-size: 34px; text-align: center; color: #fff; text-shadow: 4px 0 5px rgba(0,0,0,0.23);padding-bottom:50px; }
.subbox-left{padding-right:20px;padding-top:50px;background-size: 0;}
.tabPanels{left:0 !important}

/** Addthis plugin**/
#at15s .at-icon-wrapper {
  width: 2pc !important;
  height: 2pc !important;
}

#at15s .at-icon {
  width: 2pc !important;
  height: 2pc !important;
}

#at15s .at-label {
  font-size: 14px;
}

.listed-by:hover{
  color: #f26b21;
}

/* new banner sticky design */

.banner-bottom .row{align-items: center;}
.banner-bottom.sticky-banner .car-cont{padding:11px 0;}
.banner-bottom.sticky-banner .car-cont .bottom-banner-detail h2{padding-bottom:0;}
.car-likes.mob{display:none;}


@media(max-width:1200px){
  .varify{width:21%;padding-right:0;}
  .varify-inner{flex-wrap:wrap;}
  .varify-inner img {width: 64%;}
  .varify-inner strong{width: 30%;margin-left: 6%;}
  .car-cont-inner h3{font-size:16px;}
  .logo-sec img{max-width:160px;}
  .banner-bottom .row{justify-content:space-between}
  .slider_section .container {padding: 0 15px;}
  .car-search .container{padding:0 15px;}
  .list-detail h4{font-size:20px;}
  .list-detail ul li{font-size:14px;}
  .list-detail h3{font-size:14px;}
  .date-time{flex-wrap:wrap}
  .likes-bottom{bottom:24%;}
  .car-search .container{flex-wrap:wrap; }
  .car-search-right { width: 28%; margin-left: 2%; }
  .btn-handler a{font-size:14px;}
  .right-map-bottom h3{font-size:18px;}
  .disflexArea.header-options-handler.detail-inner-sec{flex-wrap: wrap;}
  .header-options-rightBox.icon-detail{width:100%}
}

@media(max-width:1199px){
  .subbox-main .tabPanels{left:0}
  .subbox-left h3{font-size:27px;}
  .banner_bar{height:100% !important;}
  .tabPanels .menuTab ul li{padding:0 20px 0 0}
  .banner-bottom.sticky-banner .varify-inner ul li img{max-width: 40px;}
  .banner-bottom.sticky-banner .card-footer ul li a{padding:5px;}
  .varify-inner img{max-width:120px;}
}

@media(max-width:991px){
  .car-cont{width:53%;}
  .varify{width:23%;}
  .car-search-left{width:100%;}
  .car-search-right { width: 100%; margin-left: 0; margin-top: 2%; }
  .enquiry-form { max-width: 300px; margin: 0 auto; }
  .banner-bottom.sticky-banner .card-footer ul{flex-wrap:wrap;}
  .banner-bottom.sticky-banner .card-footer ul li a.btn-whatsapp{margin-right:0;}
  .banner-bottom.sticky-banner .card-footer ul li{max-width:250px;}
  .banner-bottom.sticky-banner .varify-inner ul li img{margin-left:0;}
  .sticky .header-options-leftBox {
    flex-basis: 100%;
    max-width: 100%;
  }

.sticky .header-options-rightBox.icon-detail ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 100%;
    max-width: 270px;
    margin: auto;
  }
  .sticky-top-car-section .car-price{position: relative; margin: 0; display:block; }
}

@media(max-width:840px){
  .list-detail ul{flex-wrap:wrap;}
  .list-detail ul li{padding-right:10px;}
  .car-rotation{ width: 60%;text-align: right; }
  .subbox-main{flex-wrap: wrap;}
  .subbox-left{background-size:cover;padding-right:0;width:100%;padding:20px 10px;}
  .banner_bar{background-size: 0;}
  .subbox-left img{display:block;padding:0 20px;max-width:500px;margin: 0 auto;width:100%;}
  .subbox-left h3{padding-bottom: 0;}
  .subbox-main .tabPanels{padding-top:20px;}

}

@media(max-width:767px){
  .car-cont-inner .col-3{width:100%;border-left:0;}
  .car-cont-inner {flex-wrap: wrap;}
  .car-cont-inner h4{text-align:left;}
  .car-cont-inner h3{text-align:left;padding-bottom:10px;}
  .bottom-banner-detail h2{font-size:18px;}
  .varify {width: 200px;position: absolute;right: 23px;top:10px;right:0;}
  .bottom-banner-detail h2{padding-bottom:20px;}
  .col-2.logo-sec{width:100%;}
  .banner-bottom .row{flex-wrap:wrap;position: relative;}
  .banner-cars > .container > img{min-height:130px;}
  .car-cont{width:100%;}
  .left-top-search{flex-wrap:wrap}
  .all-search-list{width:110px;}
  .search-category { width:calc(100% - 110px); padding-left: 3%; }
  .search-category form .textbox{width:100%;}
  .search-text{width:50%;margin-right:0;}
  .search-category form .textbox { width: calc(100% - 32px); }
  .select-category{padding-left:15px;}
  .search-category form{justify-content:space-between;}
  .car-listing{flex-wrap:wrap}
  .car-likes{flex-basis:19%;padding-left:13px;}
  .date-time p{font-size:12px;}
  .AddtobOX .form-group label{font-size:11px;}
  .car-image{flex-basis:26%;}
  .list-detail h3{font-size:12px;white-space: inherit; text-overflow: inherit; overflow: inherit;line-height: 1.7;}
  .list-detail .date{font-size:12px;}
  .bottom-banner-detail .row.car-cont-inner {flex-wrap: nowrap;}
  .banner-bottom.sticky-banner .card-footer ul li a.btn-whatsapp{font-size:14px;}
  .banner-bottom.sticky-banner .card-footer ul li a{font-size:14px;}
  .subbox-left h3{font-size:20px;}
  .subbox-left h3{display:none;}
  .banner-bottom.sticky-banner .varify{width:100%;position: absolute;top:0}
  .banner-bottom.sticky-banner.stick .col-2.logo-sec {
    width: 20%;padding-top:60px;
}
.banner-bottom.sticky-banner .car-cont{width:80%;padding-top:60px;width:calc(100% - 110px);}
.banner-bottom.sticky-banner .varify-inner{justify-content: space-between;}
.varify-inner img{max-width:100px;}
.banner-bottom.sticky-banner .logo-sec img{height:80px;width:80px;}
.used{display:none;}
  /* .banner-bottom.sticky-banner.stick{display: none;} */

  .filter_search_btn{
    margin-bottom: 100px;
  }
}

@media(max-width:570px){
  .car-rotation{ width: 60%;text-align: right; }
  .logo-sec img{max-width:120px;padding: 5px;margin-top: -65px;max-height:120px;}
  .banner-bottom{padding:0 15px;}
  .select-category label{padding-right:1px;}
  .search-text{width:100%;max-width:250px;margin:0 0 0 auto}
  .search-category form{flex-wrap:wrap}
  .select-category { padding-left: 0; width: 100%; text-align: right; margin-top: 20px; }
  .car-image { flex-basis: 100%; max-width: 100%; }
  .car-detail{flex-basis:100%;width:100%}
  .likes-bottom{position: relative;bottom:0;}
  .car-likes{flex-basis:100%;justify-content:flex-start;margin-top:15px;padding-left:0;}
  .date-time{padding-bottom:15px;justify-content:flex-start}
  .banner-bottom.sticky-banner .varify{width:100%;justify-content:flex-start;}
  .banner-bottom.sticky-banner .varify-inner img{margin:0;}
  .banner-bottom.sticky-banner .card-footer ul{justify-content:flex-start;margin:10px 0;}
  .slider_section.main-top .item img{/*min-height:150px;*/ min-height: unset;}
  .likes-top{text-align:left;width:100%;}
  .list-detail ul li{width:100%;padding:5px 0;font-size:12px;}
  .car-listing {flex-wrap: wrap;width: 48%;padding: 20px 5px;margin: 0 1%;}
  .car-search-left {display: flex;flex-wrap: wrap;}
  .like-heart { padding: 12px 0 3px; position: absolute; bottom: 222px; right: 5px; }
  .list-detail h4{font-size: 16px;}
  .date-time{display:none}
  .car-likes i.far.fa-heart{padding:7px;font-size: 17px;background: #fff;cursor: pointer;}
  .car-likes.desk .likes-top{display:none;}
  .car-likes.mob { margin: 0; position: relative; top: 0;display: block; }
  .car-likes.mob .like-heart{bottom:-18px;right:0}
  .car-likes i.fa.fa-heart.red { background: #fff; padding: 7px; font-size: 17px; }
}

@media(max-width:480px){
  .logo-sec img{max-width:100px;margin-top:-40px;max-height:100px;}
  .varify { width: 157px; top: 9px; right: 0; }
  .varify-inner strong{font-size:11px;padding:3px 8px;}
  .varify-inner sup{font-size:8px;}
  .car-detail{flex-basis:100%;width:100%}
  .car-likes{width:100%;flex-basis:100%;}
  .likes-top{width:100%;}
  .date-time{padding-bottom:10px;}
  .sticky .header-options-leftBox ul li{justify-content: center; width: 100%; display:block; margin:auto; margin-bottom: 10px;;}
  .sticky-top-car-section .car-price {display: block;text-align: center;width:100%;}
  .banner-bottom.sticky-banner .car-cont{width:calc(100% - 105px);}
  .car-search-left{padding:20px 5px 49px;}
  .banner-bottom.sticky-banner .car-cont .bottom-banner-detail h2{font-size:14px;}
}


.login-social a { background: #f26b21; color: #fff; padding: 10px 20px; display: block; width:48%; border-radius: 10px; margin: 0 1%; }
.login-social a i { padding-right: 5px;}
.login-social { display: flex; flex-wrap:wrap; width: 100%; margin: 0 auto; text-align: center; }
/* 1/12/2020 */

.nav-links ul { display: flex; align-items: center; justify-content: flex-end;flex-wrap: wrap;}
.dropdown-menu ul li {width: 100%;}
.userPart {display: flex;align-items: center;}
li.userDropdown.login a {width: 32px;height: 32px;background: #393839;border-radius: 20px;display: inline-block;margin-left: 11px;position: relative;top:0;background-size: cover;background-repeat: no-repeat;background-position: center;}
li.userDropdown.login a i {position: relative;font-size: 33px;padding-left: 35px;color: #393839;top: -10px;}

/* header dropdown */

.dropdown {display: inline-block;position: relative;}
.dd-button {display: inline-block;border: 1px solid gray;border-radius: 4px;padding: 9px 34px 9px 14px;background-color: #eeeeee;cursor: pointer;white-space: nowrap;}
.dd-button:after {content: '';position: absolute;top: 52%;right: 15px;transform: translateY(-50%);width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid black;}
.dd-button:hover {background-color: #eeeeee;}
form .dd-input {display: none;}
.dd-menu {position: absolute;top: 100%;border: 1px solid #ccc;border-radius: 4px;padding: 0;margin: 2px 0 0 0;box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);background-color:#eeeeee;list-style-type: none;}
.dd-input + .dd-menu {display: none;}
.dd-input:checked + .dd-menu {display: block;z-index: 9;}
.nav-links {display: flex;align-items: center;}
.nav-links ul li {padding-right: 20px;}
.dd-menu li {padding: 10px 20px;cursor: pointer;white-space: nowrap;}
.dd-menu li:hover {background-color: #f6f6f6;}
.dd-menu li a {display: block;margin: -10px -20px;padding: 10px 20px;}
.subbox-right form {padding: 0 30px;}
.subbox-right form input {color: #333;width: 100%;padding: 6px;border: 1px solid #eeeeee;margin-bottom: 13px;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {border: 1px solid #b6b6b6;-webkit-text-fill-color: #333333;-webkit-box-shadow: 0 0 0px 1000px #fff inset;transition: background-color 5000s ease-in-out 0s;}
.tabPanels .menuTab .title{font-weight:700}
.subbox-right label {color: #000;font-weight: 500;text-transform: capitalize;display: block;}
.tabPanels.full-form-part{width:50%;}
.tabPanels.full-form-part .menuTab {background: #fede00;}
.title.main-log {text-align: center;padding: 10px 0;}
.tabPanels.full-form-part .login-social a i { padding-right: 0;font-size: 21px;}
.tabPanels.full-form-part .login-social a { width: 40px; padding: 5px; height: 40px; display: flex; align-items: center; justify-content: center;border-radius: 50%;margin: 0 20px;}
.tabPanels.full-form-part .login-social{justify-content: center;padding-top:10px;}
input.savebtn.btn { background: #f26b21; color: #fff; text-transform: uppercase; font-weight: 700; font-family: 'Red Hat Display', sans-serif; border-radius: 5px; cursor: pointer; max-width: 85%; margin: 0 auto 10px; display: block; }
.row.keep-us { display: flex; align-items: center; justify-content: center;padding:15px 0 10px;}
.subbox-right form .row.keep-us input{width:auto;margin-top: 0;margin-right: 9px;margin-bottom: 0;}
.btn-save-sec a { text-align: right; display: block; font-size: 12px; color: #454374;font-weight:700;}
.row.keep-us label { font-size: 14px; }
.row.log-text span { display: block; text-align: center; font-weight: 500; padding-bottom: 10px; font-size: 14px; }
.reg-form { text-align: center; font-weight: 500; font-size: 14px; padding: 21px 0; }
.reg-form a{color: #454374;font-weight:700;font-size: 13px;}
.subbox-right form .row.keep-us input[type="checkbox"] {height: 18px;width: 18px;}
.userPart a {background: #ffda05;padding: 10px 15px;font-weight:700;border-radius: 5px;margin-left: 10px;}
.forgot-password .title.main-log {max-width: 247px;margin: 0 auto;padding: 35px 0;}
.subbox-right label sup { color: red; top: -4px; position: relative; }
.alert.alert-danger.alert-dismissible {margin-bottom: 20px;}
.tabPanels.full-form-part.forgot-password .btn-save-sec {padding-top: 50px;}
.tabPanels.full-form-part.forgot-password input.savebtn.btn {padding: 6px 0; }
.tabPanels.full-form-part.forgot-password .reg-form{padding:21px 0 50px;border-top: 1px solid #e5e4df;margin-top: 30px;}
.footer-site-logo ul { display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #fff; padding-bottom: 10px;flex-wrap:wrap}
.footer-site-logo ul li {padding: 0 30px;margin-bottom: 20px;}
.moreBtn a {padding: 16px 35px;font-size: 16px;color: #fff;display: inline-block;text-transform: uppercase;border-radius: 40px;font-weight: 700;background: #f26b21;}
.header_site .userPart ul li.userDropdown.login { background: #ffde00; padding: 4px 6px; border-radius: 15px;width:100px;height:40px;}
li.userDropdown.login .dropdown-menu a { background: transparent; padding: 0; height: auto; width: auto; margin-left: 0;    font-weight: 400;
  color: #9A9CA0; }
/* profile page design start here */

.profile-inner { display: flex; align-items: flex-start; flex-wrap: wrap; }
.profile-main {background: #e6e7e8;padding-top:50px;}
.profile-left { width: 21%; background: #fff; max-width: 235px; margin-right: 3%;text-align: center;border-radius: 15px;}
.profile-left h3 {background: #ffd62e;text-transform: uppercase;font-size: 18px;font-weight: 700;border-top-left-radius: 15px; border-top-right-radius: 15px;padding:4px;}
.upload-img { max-width: 100px; margin: 15px auto; position: relative; background: #6f6f6f; border-radius: 50%;width:100px;height:100px;margin-bottom:15px; display: flex; justify-content: center; align-items: flex-end; overflow: hidden;background-size: 100px;background-repeat: no-repeat;background-position: center;}
.no-pf-img { position: absolute; width: 100%; padding: 4px 4px 10px 4px; background: #ababab; color: #fff; text-transform: capitalize; font-size: 12px; }
.profile-left h4 {font-size: 13px;}
.profile-left ul{margin-top: 30px;}
.profile-left ul li { padding: 5px 0; border-bottom:1px solid #f26b21; }
.profile-left ul li.active{background: #f26b21; }
.profile-left ul li.active a { color: #fff;}
.profile-left ul li a { color: #000; text-transform: uppercase; font-weight: 700;font-size:14px;}
.profile-left a.profile-signout { margin-top: 34px; display: block; text-transform: uppercase; background: #f26b21; color: #fff; border-radius: 10px; padding: 8px 0; max-width: 80%; margin: 50px auto 16px; font-weight: 500; }
.profile-right{width:76%;}
.profile-right .main-info { width: 100%; background: #fff; }
.profile-right .contact-info {display: block;width: 100%;background: #fff;}
.profile-right .contact-info .row {margin: 0;}
.profile-right .location-info .row {margin: 0;}
.profile-right .location-info{background: #fff;}
.profile-right h3 { border-bottom: 1px solid #f26b21; padding: 15px 0;margin-bottom:20px;font-size: 16px;text-transform: uppercase;}
.profile-right form {margin-bottom: 30px; }
.info input { border: 1px solid #e4e4e5; padding: 3px 5px; display: block; width: 100%;height:26px;font-family: 'Red Hat Display', sans-serif;font-size: 13px;}
.info { display: flex; align-items: flex-start; flex-wrap: wrap; }
.info .col-2 {width: 50%;}
.info .col-1 {width: 50%;}
.info .col-1 .row{margin:0;}
.info .col-2 .row {width: 50%;margin:0;padding:0 5px 15px;}
.change-num { display: flex; align-items: flex-start; flex-wrap: wrap; }
.change-num input {width: 65%;}
.profile-right form .profile-update{padding:0;}
.profile-update input { margin-top: 34px; display: inline-block; text-transform: uppercase; background: #f26b21; color: #fff; border-radius: 10px; padding: 8px 25px; max-width: 100%; margin: 0px auto 50px; font-weight: 700; border: 0; font-family: 'Red Hat Display', sans-serif; }
.change-num a {background: #f26b21; padding: 5px 5px; font-size: 14px; line-height: 1; height: 26px; display: block; width: 35%; text-align:center; color: #fff; font-weight: 500;}
.contact-info .info .row { width: 100%; padding: 0 5px; }
.profile-right form > div { margin-bottom: 20px; padding: 0 20px 10px; }
.location-info .info .row { width: 50%; padding: 0 5px; }
.info .col-2 { width: 50%; display: flex; padding: 0; align-items: flex-start; }
.field-part { width: 50%;margin-bottom: 20px;}
.location-info select {width: 100%;border: 1px solid #e4e4e5;padding: 3px 5px;height: 26px;margin: 0 0 10px;color: #333;font-family: 'Red Hat Display', sans-serif;font-size: 13px;}
select:required:invalid {color: #beb3b3;}
.info label{font-size:14px;font-weight:500;display: block;margin-bottom: 8px;}
.info label sup { color: red; }
.header_site .userPart ul li .dropdown-menu ul li:last-child { margin-top: 25px; border-top: 1px solid #f26b21; }
.header_site .userPart ul li.userDropdown.login .dropdown-menu ul li:last-child { margin-top: 10px;}
.nav-links form span.select2 { width: 150px !important; display: block; font-size: 14px; }
.nav-links form .select2-selection__rendered{background: #e4e4e5; border: 1px solid #e4e4e5; padding:5px 0; border-radius: 6px;}
.nav-links form span.select2-selection.select2-selection--single{border:0;}
.nav-links form .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: #333 transparent transparent transparent; border-style: solid; border-width: 8px 7px 0 7px;}
.nav-links form .select2-container--default .select2-selection--single .select2-selection__arrow{top:5px;right: 9px;}
.nav-links form span.select2{top:-6px;}
.select2-results__option--selectable{font-size:12px;}
.footer-site-logo img{width:100%;max-width:200px}
.footer-site-logo ul li{width:25%;}
.footer-site-logo h3 { color: #fff; text-align: center; font-size: 30px; padding: 15px 0 41px; }
.footer-site-logo {
  background: #f26b21;
  width: 100%;
  OVERFLOW: AUTO;
  Padding-top:100px;
}
.btn-save-sec a.savebtn.btn { background: #f26b21; color: #fff; text-transform: uppercase; font-weight: 700; font-family: 'Red Hat Display', sans-serif; border-radius: 5px; cursor: pointer; max-width: 85%; margin: 0 auto 30px; display: block; text-align: center; padding: 9px 0; font-size: 14px; }
footer.footer_part.home-footer{padding:60px 0 0;}
.carImage{bottom:-86px;position: relative;}
li.userDropdown.login.login-main a { background: transparent; width: 100%; padding:4px 0; color: #333;top:0; text-align: center; margin: 0;line-height: 1.5; }
li.userDropdown.login.login-main a:hover{color:#333;}
li.userDropdown.login.login-main .dropdown-menu a {
  text-align: left;
}
.header_site .userPart ul li.userDropdown.login.login-main .dropdown-menu li:last-child {
  border: 0;
  margin-top: 0;
}
.header_site .userPart ul li.userDropdown.login.login-main .dropdown-menu li {
  font-weight: 500;padding:5px 0;
}
li.userDropdown.login.login-main .dropdown-menu a {text-align: left;font-weight: 400;color: #9A9CA0;}
ul.border-top { border-top: 1px solid #f26b21; padding-top: 10px; margin-top: 10px; }
div#PicModal { position: absolute; width: 100%; height: 100%; top: 0; left: 0; max-width: 100%; background: rgba(0,0,0,0.5); z-index:99}
button.close { right: 9px; position: absolute; width: 20px; border: 0; border-radius: 50%; }
.modal-footer button#crop { border: 0; padding: 4px 8px; right: 0; margin: 5px 0 6px auto; text-align: revert; display: block;font-family: 'Red Hat Display', sans-serif;border-radius: 5px;}
.modal.change-password{padding: 0px;border-radius: 0;}
.modal.change-password .row{margin:0;}
.modal.change-password .modal-header.text-center { border-bottom: 1px solid #f26b21; padding: 10px; font-weight: 700; }
.modal.change-password .modal-body {
  padding: 20px;
}
.modal.change-password .modal-body form input {
  border: 1px solid #e4e4e5;
  padding: 3px 5px;
  display: block;
  width: 100%;
  height: 26px;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
.modal.change-password .modal-body form label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
.modal.change-password .modal-footer a { width: 50%; display: inline-block; }
.modal.change-password .modal-footer button { width: 50%; display: inline-block; }
.modal.change-password .modal-footer {
  display: flex;
  justify-content: center;
}
.modal.change-password .modal-footer a { width: 50%; display: inline-block; border: 1px solid #e4e4e5; border-radius: 6px; padding: 5px; text-align: center; font-weight: 500; text-transform: uppercase; font-size: 14px;font-family: 'Red Hat Display', sans-serif;    margin: 0 10px; }
.modal.change-password .modal-footer button { width: 50%; display: inline-block; border: 1px solid #f26b21;background-color: #f26b21;color:#fff;text-transform: uppercase; border-radius: 6px; padding: 5px; text-align: center; font-weight: 500; text-transform: uppercase; font-size: 14px;font-family: 'Red Hat Display', sans-serif;    margin: 0 10px; }
.modal.change-password .modal-footer{padding:0 10px 30px;}

@media(max-width:1200px){
  .change-num input{width:50%;}
  .change-num a{width:50%;}
}

@media(max-width:991px){
  .tabPanels.full-form-part{width:80%;}
  .nav-links ul li{padding-right: 10px;font-size:14px;}
  .dd-button{font-size:14px;}
  .userPart a{font-size: 14px;}
}

@media(max-width:840px){
  .tabPanels.full-form-part{width:100%;}
  .footer-site-logo ul li img{max-width:150px;}
  .info .col-2{width:100%;}
  .info .col-1{width:100%;padding:0;padding:0 5px;margin-bottom:15px;}
  .change-num input{width:65%;}
  .change-num a{width:35%;}
  .field-part{width:100%;}
  .header_site .userPart ul li.userDropdown.login{padding:5px 0;}
  li.userDropdown.login a{padding:0;width:25px;height:25px;top:3px;}
  .header_site .userPart ul li.userDropdown.login{width:70px;}
  li.userDropdown.login a i{top:0;right:5px;font-size:25px;}
  .dd-button{padding:6px 28px 6px 5px;}
  .dd-button:after{right:10px;}
  .nav-links form span.select2{width:100px !important;}
  .footer-site-logo ul li{width:33.33%;}
  footer.footer_part.home-footer {padding: 40px 0 0;}
  section.banner_bar.create-ac{margin-bottom: 30px;}
}


@media(max-width:767px){
  .header_site .userPart ul li.userDropdown.login{text-align: left;}
  .profile-left{width:100%;max-width: 100%;margin: 0 0 25px;}
  .profile-right{width:100%;}
  .profile-left ul li{max-width:320px;margin:0 auto;}
  .profile-left a.profile-signout{max-width:300px;}
  .profile-right form{margin-bottom: 20px;}
  #overlay { margin: 0 auto; width: 30px; display: block; margin-top: 0; position: relative; background-color: #ffffff; height: 35px; padding: 10px; z-index: 10; top: -10px; right: 24px; }
  .icon{background-color:#000000;width:25px;margin-top:5px;height:5px;position:absolute;}
  .icon::before, .icon::after{content:'';background-color:#000000;width:25px;height:5px;position:absolute;}
  .icon::before{top:10px;}
  .icon::after{top:20px;}
  .menu{width:100%;height:100%;margin:0 auto;position:absolute;top:0;left:0;right:0;}
  .menu ul{list-style: none; padding: 0; margin-top: 73px; background: #f26b21;z-index: 999;}
  .menu li a { display: block; text-decoration: none; color: #ffffff; font-weight: bold; font-size: 16px; text-align: left; padding: 5px; border-bottom: 1px solid #fff; }
  .menu li a:hover{color:#cccccc;}
  .nav-links ul li{width:100%;padding-right:0;}
  .menu{display: none;}
  .banner_bar{padding-top:0;}
  .tabPanels .subBox .btnArea a.searchBtn{padding:11px 15px;}
}

@media(max-width:580px){
  .change-num input{width:50%;}
  .change-num a{width:50%;}
  .dd-button{padding:9px 19px 9px 5px;font-size:13px;}
  .dd-button:after{right:7px;}
  .header_site{padding:10px 5px;}
  .header_site .userPart ul li.userDropdown.login{width:60px;}
  li.userDropdown.login a{margin-left:8px;}
  .userPart{margin-left:5px;}
  #overlay{right:11px;}
  .footer-site-logo ul li{width:50%;}
  .footer-site-logo ul li{padding:0 15px;}
}

@media(max-width:480px){
  .info .col-2 .row{width:100%;}
  .info .col-2{flex-wrap:wrap}
  .location-info .info .row{width:100%;}
  .profile-right form{padding:10px;}
  .profile-right h3{padding:9px 15px;}
}

@media(max-width:479px){
  .menu ul{margin-top: 58px;position: relative;}
  .footer-site-logo ul li{width:100%;text-align: center;}
  .carImage{bottom:-26px;}
  .footer-site-logo{padding-top:26px;}
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-btn {
  height: 38px;
  position: relative;
}
.buy_now_btn {
  padding: 17px 30px;
  border: 0;
  border-radius: 40px;
  background: #f26b21;
  cursor: pointer;
  color: #ffffff;
  font-family: 'Red Hat Display', sans-serif;
}









.wrapper1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 25px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content1 {
  margin: auto;
  text-align: center;
}

.modal-image1 {
  display: inline-block;
}

/* The Close Button */
.close1 {
  color: #ec0404;
  display: block;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  text-decoration: none;
  cursor: pointer;
}

.gallery1 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 8px 10px;
}

  .gallery1 img {
		cursor: pointer;
}

	.boxOfimages1 .big-img1 input {
				display: block;
				margin: 0 auto;
				width: 550px;
				margin-bottom: 10px;
			}


		.boxOfsmallImgs1 {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
}

.smimage {
				width: 70px;
				opacity: 0.7;
				transition: opacity 0.4s ease;
				margin: 2px;
			}


		.img:hover {
			opacity: 1;
		}


	.boxOftext1 {
		display: flex;
		flex-direction: column;
		align-items: start;
		font-size: 0.8rem;
}

		.boxOftext1 h2 {
			padding: 20px 10px;
		}

		.boxOftext1 p {
			padding: 10px 10px;
		}
	/* slider */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides img{
    width: 100%;
    height: 400px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    /*background-color: #717171;*/
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
.slider-section{
    padding-top: 10px;
}



@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


