/*=================last added css start=======================*/
hr{
  border-top: solid 1px #cad1d9!important;
}
ul.side-detials li {
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
ul.side-detials{
  padding: 0;
}
.detail-box{
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 12px #0000;
}
.criteres span.title {
    display: inherit;
    color: black;
}
.criteres span.value {
    color: #6e6e6e;
}
.categorie-radio label{
  cursor: pointer;
}
.categorie-radio label:hover{
  color:#34c924;
}
.categorie-select span{
  border: solid 1px #d0d6db;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.categorie-select span i{
  position: absolute;
  right: 20px;
}
.car-list li a{
  color: blue;
}
.car-list li a:hover{
  text-decoration: underline;
}
.car-list li{
  list-style-type: none;
  display: contents;
  font-size: 12px;
}
.car-img img{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.car-img-side img{
    height: 142px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}
.car-icon .i{
    background: #fff;
    /* padding: 15px; */
    font-size: 18px;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-icon span{
    background: #fff;
    /* padding: 11px; */
    text-align: center;
    font-size: 15px;
    border-radius: 24px;
    height: 40px;
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.car-text h5{
  color: #34c924;
}
.card{
  border:none!important;
  border-radius: 10px!important;
  box-shadow: 0px 0px 20px #00000014;
}
.card-header {
    padding:20px;
    margin-bottom: 0;
    border-radius: 10px!important;
    background-color: rgb(255 255 255);
    border-bottom: none!important;
}
.card-link span{
  position: absolute;
  right: 14px;
}
.card-body span{
  color:#34c924;
}
.card-body .last-text{
  font-size: 12px;
}
.card-body .last-text a{
  color: blue;
  cursor: pointer;
  float: right;
  font-size: 15px;
  font-weight: 500;
}
.criteres i{
      background-color: #fff;
    height: 38px;
    width: 38px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
        box-shadow: 0px 0px 5px #00000026;
}
/*=================last added css end=======================*/
  body{
    font-family: Open Sans,sans-serif,Arial;
    color: #27293a;
    font-weight: 300;
    font-size: 14px;
  }
  img{
    max-width: 100%;
  }
  a, a:hover{
    transition: all 0.3s;
    color: initial;
    text-decoration: none;
  }
  :focus{
    box-shadow: none !important;
    outline: none !important;
  }
  .bg-grey{
    background-color: #FAFAFA;
  }
  /* mobile menu */
  .mobile-menu{
    z-index: 11;
      position: relative;
  }
  .sidenav {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -100%;
    background-color: #fff;
    transition: 0.5s;
    text-align:center;
  }
  .sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    color: #1a1a1a;
    display: block;
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
  }
  .sidenav a i{
    font-size: 20px;
    margin: 0 16px;
  }
  .sidenav a:hover{
    color: #34c924;
  }
  .side-logo{
    padding: 30px 0;
    display: flex;
    background-color: #fff;
    justify-content: center;
  }
  .sidebar{
    background-color: #fff;
    height: 100%;
  }
  .side-overlay {
    position: absolute;
    background: #00000061;
    left: 100%;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vh;
    z-index: -9;
    display: none;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    margin-left: 50px;
    padding: 0;
    background: #474747;
    color: #fff;
    height: 26px;
    width: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* header */
  header {
      box-shadow: 0 1px 2px 0 #0000002b;
      background-color: #fff;
  }
  header #collapsibleNavbar {
      padding: 0 35px;
  }
  header ul.navbar-nav li+li {
      margin: 0 0 0 20px;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
      margin: 8px 0;
      padding: 0!important;
      font-size: 14px;
      font-weight: 300;
      display: grid;
      text-align: center;
  }
  header .nav-link i {
      font-size: 24px;
      margin: auto;
      width: 24px;
      color: #1a1a1a;
  }
  header ul.navbar-nav li{
      position: relative;
  }
  header ul.navbar-nav li a.active:after,header ul.navbar-nav li a:hover:after {
      content: "";
      width: 100%;
      position: absolute;
      bottom: 0;
      line-height: 0;
      height: 4px;
      left: 0;
      background: #34c924;
      margin: auto;
      text-align: center;
      font-size: 24px;
      border-radius: 50px;
      font-family: "Font Awesome 5 Pro";
  }
  header .navbar-expand-lg .navbar-nav .nav-link span{
      font-size: 13px;
      color: #1a1a1a;
  }
  .left-menu .nav-link{
      display: flex!important;
      align-items: center;
  }
  .left-menu .nav-link i{
    margin-right: 10px;
  }
  .left-menu .nav-link{
    font-weight: 600!important;
  }
  .left-menu .nav-item:first-child a:after{
    display: none;
  }
  .left-menu .theme-btn{
    padding: 10px!important;
    display: flex;
    align-items: center;
  }
  .left-menu .theme-btn i{
    font-size: 24px;
    margin-right: 10px;
  }
  .left-menu .nav-item a.active:after, .left-menu .nav-item a:hover:after{
    bottom: -10px;
  }
  /*Footer*/
  footer{
      background: #474747;
      padding: 30px 0;
      color: #fff;
      font-size: 13px;
  }
  footer ul{
      padding: 0;
  }
  footer ul li{
      list-style: none;
      padding: 2px 0 10px 0;
  }
  footer ul li a{
      color: #fff!important;
  }
  footer ul li a:hover{
      text-decoration: underline;
  }
  h6.footer-links {
      border-bottom: solid 1px #A8B4C0;
      padding-bottom: 6px;
      font-size: 14px;
  }

  /*Homepage*/
  .banner{
    background: url(/assets/img/header-img.png);
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
  .search-card{
    margin-top: -86px;
  }
  .search-box{
    box-shadow: 0 -1px 4px 0 rgba(26,26,26,.08), 0 4px 8px 0 rgba(26,26,26,.12);
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
    margin: 0 auto;
  }
  .search-box input{
    width: 100%;
    background: #F4F6F7;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    min-width: 0;
    padding: 10px;
  }
  .search-box input[type=radio]{
    width: auto;
    height: auto;
  }
  .input-group-prepend{
    width: 12%;
  }
  .input-group input{
    width: 88%;
  }
  .input-group .input-group-text{
    border: none;
    padding: 0;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: #f4f6f7;
  }
  .switch {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .switch input {
    display:none!important;
  }
  .switch span{
    margin-left: 38px;
  }
  .tool{
    margin: 0 8px;
    color: #4183d7;
    font-size: 14px;
    margin-top: 6px;
    cursor: pointer;
  }
  .theme-color {
    color: #34c924;
 }
  .popover {
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
  }
  .popover-header{
    background-color: transparent;
  }
  .slider {
    background-color: transparent;
    border: solid 2px #CAD1D9;
    width: 26px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 6px;
    height: 10px;
    transition: .4s;
  }

  .slider:before {
    background-color: #ffffff;
    bottom: -4px;
    content: "";
    height: 14px;
    left: -2px;
    position: absolute;
    box-shadow: 0px 0px 4px #00000038;
    transition: .4s;
    width: 14px;
  }

  input:checked + .slider {
    border-color: #34c924;
  }

  input:checked + .slider:before {
    transform: translateX(13px);
    background-color: #34c924;
  }

  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }

  button.search-btn {
    background-color: #4183d7;
    border: none;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
  }
  button.search-btn:hover{
    background-color: #369;
  }
  .button-top{
    position: absolute;
    margin-top: 10px;
  }
  .theme-btn{
    background-color: #34c924;
    height: 40px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    color: #fff!important;
  }
  .theme-btn i{
    margin-left: 12px;
    font-size: 16px;
  }
  .theme-btn:hover{
    background-color: #189d0a;
  }
  .categories-sec{
    padding: 50px 0;
  }
  .categories-slide .item{
    padding: 4px;
    position: relative;
  }
  .categories-slide .item h6{
    position: absolute;
    bottom: 4px;
    width: 100%;
  }
  .categories-slide .item a{
    float: left;
    width: 100%;
    position: relative;
    color: #fff!important;
  }
  .item img {
    border-radius: 4px;
    box-shadow: 0px 0px 3px #00000040;
  }
  .owl-dots{
    margin-top: 18px;
  }
  .owl-dots .owl-dot.active span{
    background: #34c924!important;
    width: 24px;
  }
  .owl-dots .owl-dot span {
      background-color: #869791!important;
  }
  .owl-theme .owl-nav{
    margin-top: 0;
    position: absolute;
    top: 24%;
    width: 100%;
  }
  .owl-theme .owl-nav button{
    position: absolute;
    background: #869791!important;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    color: #fff;
  }
  .owl-theme .owl-nav button:hover{
    background: #34c924!important;
  }
  .owl-theme .owl-nav .owl-prev{
    left: -18px;
  }
  .owl-theme .owl-nav .owl-next{
    right: -18px;
  }
  /*Vertical Sliding*/
.slidingVertical{
    display: inline-flex;
    position: relative;
    border-bottom: solid 2px #fff;
    width: 174px!important;
}
.slidingVertical span{
  animation: topToBottom 2s linear infinite 0s;
  -ms-animation: topToBottom 2s linear infinite 0s;
  -webkit-animation: topToBottom 2s linear infinite 0s;
  opacity: 0;
  overflow: hidden;

}
.slidingVertical span:nth-child(2){
  animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
    position: absolute;
    left: 0;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -moz-transform: translateY(-50px); }
  10% { opacity: 1; -moz-transform: translateY(0px); }
  25% { opacity: 1; -moz-transform: translateY(0px); }
  30% { opacity: 0; -moz-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -webkit-transform: translateY(-50px); }
  10% { opacity: 1; -webkit-transform: translateY(0px); }
  25% { opacity: 1; -webkit-transform: translateY(0px); }
  30% { opacity: 0; -webkit-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
  0% { opacity: 0; }
  5% { opacity: 0; -ms-transform: translateY(-50px); }
  10% { opacity: 1; -ms-transform: translateY(0px); }
  25% { opacity: 1; -ms-transform: translateY(0px); }
  30% { opacity: 0; -ms-transform: translateY(50px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
.cdropdownmenu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 6px #00000021;
    border-radius: 4px;
    padding: 14px;
    margin-top: 50px;
}
.cdropdownmenu li{
  list-style: none;
}
.cdropdownmenu li a:hover{
  color: #34c924;
}
.search-box .dropdown{
  height: 40px;
    background: #f4f6f7;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 4px;
    padding: 10px;
}
.search-box .dropdown span{
    line-height: 0;
}
.scroll-text {
    height: 30px;
    overflow: hidden;
    display: inline-flex;
     position: relative;
    width: 170px;
    top: 7px;
    border-bottom: solid 2px #fff;
}
.scroll-text ul {
  list-style:none;
  position: absolute;
  top:0;
  left:0;
  padding: 0;
  transition: all 0.5s ease;
}
.scroll-text  li {
    height:40px;
}
/*Result Page*/
.result-box {
  display: flex;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 1px 1px 8px 1px #e6ebef;
  transition: all .2s ease-in;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.result-box:hover .img-box img{
  transform: scale(1.1);
}
.result-box .title a:hover,.featured-result .title a:hover{
  color: #34c924;
}
.img-box {
    width: 34%;
    height: 188px;
    overflow: hidden;
    background: #CAD1D9;
    display: flex;
    align-items: center;
    position: relative;
}
.img-box img{
  height: 100%;
  width: 100%!important;
  object-fit: cover;
  transition: 1s;
}
.item-title{
    width: 88%;
    word-break: break-all;
}
.item-content {
    width: 66%;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 20px 0;
}
.img-count{
      position: absolute;
    z-index: 99999;
    right: 8px;
    background: #0000008c;
    padding: 2px 16px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    bottom: 8px;
}
.fav-icon{
      font-size: 1.25rem;
    right: 0;
    position: absolute;
}
.featured-result{
  background: #fff;
    border-radius: .5rem;
    box-shadow: 1px 1px 8px 1px #e6ebef;
    overflow: hidden;
    margin-bottom: 20px;
}
.featured-result .fea-label{
    position: absolute;
    top: 1rem;
    left: 0;
    display: inline-block;
    z-index: 1;
    padding: 0.2rem .5rem;
    background: #34c924;
    color: #fff;
    font-weight: 800!important;
    border-radius: 0 2px 2px 0;
}
.filter select{
  height: 40px;
  font-size: 14px;
}
.filter{
  font-weight: 500;
}
.filter span.value{
  color: #34c924;
}

/*Custom Checkbox*/
.filter .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.filter .form-group{
  margin:0!important;
}
.filter .form-group label {
  position: relative;
  cursor: pointer;
  margin: 0!important;
  display: flex;
  align-items: center;
}

.filter .form-group label:before {
content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #34c924;
    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-right: 5px;
}

.filter .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #34c924;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.submit-btn{
  background: rgb(65 131 215);
    color: #fff;
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-weight: 500;
}
.submit-btn:hover{
   background: rgb(51, 102, 153);
}
.login-box{
  box-shadow: 0 -1px 4px 0 rgba(26,26,26,.08), 0 4px 8px 0 rgba(26,26,26,.12);
    background-color: #fff;
    padding: 1rem;
    border-radius: 4px;
    margin: 0 auto;
}
.login-box a{
  color: #4183d7;
}
.pass-field input{
  height: 40px;
    border: 1px solid #ced4da;
    border-right: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem 0 0 .25rem;
}
.pass-field .input-group-text{
      background: #fff;
    height: 40px;
    border: 1px solid #ced4da;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0!important;
}
.view:before {
    content: "\f070"!Important;
}
#francemap {
  margin: 0 auto;
}
.jqvmap-label{
  position: absolute;
  display: none;
  border-radius: 5px;
  background: #fff;
  color: #8E8E8E;
  padding: 3px;
  font-size:.95em;
  padding:5px 9px;
  font-weight:bold;
  box-shadow:0px 3px 7px 2px rgba(0,0,0,.3);
}
.france-map select{
    max-width: 230px;
    border: none;
    box-shadow: 0px 0px 8px #0000002e!important;
    height: 40px;
    margin: auto;
}
#accordionEx .card{
  border:none;
}
#accordionEx .card-head .collapsed h6 {
    color: #363636;
    font-weight: 600;
    position: relative;
    padding: 18px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    padding-right: 38px;
    box-shadow: 0px 0px 8px #c1c1c182;
}
#accordionEx .card-head .collapsed h6 i {
    position: absolute;
    right: 16px;
    font-size: 22px;
    color: #34c924;
}
#accordionEx .card-head h6 {
    color: #fff;
    font-weight: 600;
    position: relative;
    border: 0;
    padding:18px;
    padding-right: 38px;
    background: linear-gradient(to right, #32aa25 50%, #34c924);
    border-radius: 6px 6px 0 0;
}
#accordionEx .card-head h6 i {
    color: #ffffff;
    position: absolute;
    right: 16px;
    font-size: 22px;
}
#accordionEx .card-head .collapsed h6 i:before {
    content: "\f13a";
}
#accordionEx .collapse {
    background: #fff;
    margin-top: 0;
    border: 0;
    color: #000;
    border-radius: 0 0 6px 6px;
}
#accordionEx .card-body {
    padding: 8px 18px;
}
strong {
  font-weight: 500!important;
}
.message-box{
    background: #D9E6F8;
    padding: 14px;
    border-radius: 6px;
}
.icon-box{
  text-align: center;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(204, 204, 204, .24);
}
.icon-box img{
  width: 170px;
}
.call-action{
  background: #FEEFE8;
  padding: 10px 32px;
}
.faq{
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.faq .question {
  color: #336699;
}
.faq .answer{
  color: #666666;
}
.search-field{
  background: #fff;
  height: 40px;
  width: 100%;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  min-width: 0;
  padding: 20px;
}
.profession-box{
  text-align: center;
}
.profession-box img{
  margin-bottom: 20px;
}
#concatez-form {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px #0000000f;
}
#concatez-form label{
  font-weight: 500;
}
#concatez-form .required{
  color: red;
  margin-left: 2px;
}
.newsletter-box{
  padding: 30px 20px;
    background: #EEEEEE;
    border-radius: 10px;
}
#left-carousel{
    width: calc(1170px - 24px + (70% - 1170px)/2);
    margin-right: 0;
    padding: 0;
}
#left-carousel .owl-theme .owl-nav{
  top: 36%;
}
#left-carousel .owl-theme .owl-nav .owl-prev{
  left: -40px
}
#left-carousel .owl-theme .owl-nav .owl-prev,#left-carousel .owl-theme .owl-nav .owl-next{
  background: #34c924!important;
  color: #fff!important;
}
.left-slide{
  padding: 0 20px;
  background-color: #fff;
  margin-top: -120px;
  padding-right: 0;
}
.left-slide .content-box{
  padding: 20px 10px;
}
.left-slide .content-box:hover{
  border-top: solid 4px #34c924;
}
.banner-image img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #00000054;
}
.left-demo .item{
  padding: 4px;
}
.left-demo .content-desc{
  padding: 18px;
}
.img-content-box{
  background: #fff;
    box-shadow: 0px 0px 4px #00000045;
    border-radius: 4px;
}
.card-box{
    background: #fff;
    box-shadow: 0 -1px 4px 0 rgba(26,26,26,.08), 0 4px 8px 0 rgba(26,26,26,.12);
    border-radius: 8px;
    padding: 30px 20px;
    height: 100%;
}
.icon-img{
  margin-bottom: 20px;
}
.icon-img img{
  width: 50px;
  height: auto;
}
.card-data{
  position: relative;
}
.card-data .external-link{
  position: absolute;
    right: 0;
  color: #c7c7c7;
}
.dashboard-sec label{
  font-weight: 600;
  width: 100%;
}
.required{
  color: red;
  margin-left: 2px;
}
.login-box label{
  font-weight: 600;
}
.dashboard-sec input[type=checkbox], input[type=radio] {
    width: auto;
    box-shadow: none!important;
    margin: 0;
}
.radio-img > input {
  display: none;
}
.radio-img > input:checked + .model-data {
    border: 2px solid #34c924;
}
.model-data {
    display: inline-block;
    font-weight: 700;
    margin: auto;
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 16px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px #eee;
    width: 100%!important;
    height: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.link-btn{
    padding: 8px;
    border: solid 1px #4183d7;
    font-weight: 600;
    border-radius: 4px;
    color: #4183d7;
}
.link-btn:hover{
  background-color: #4183d7;
  color: #fff;
}
.dashboard-sec a{
  color: #4183d7;
}
.line-box {
    border: solid 1px #D9E6F8;
    padding: 14px;
    border-radius: 6px;
}
.adv-sec span.title {
    padding: 10px 20px;
    background: #E6EBEF;
    border-radius: 4px;
}
.adv-sec .form-group{
  text-align: center;
}
.filter-data{
      padding: 40px 30px;
    border: solid 1px #eee;
    text-align: center;
}
.adv-search{
  background-color: #E6EBEF;
}
.adv-search .dropdown {
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 4px;
    padding: 10px;
}
.adv-search input{
  height: 40px;
  border: none;
}
.adv-search span.input-group-text{
  background-color: #fff;
}
.stepper .nav-tabs {
  position: relative;
}
.stepper .nav-tabs > li {
  width: 25%;
  position: relative;
}
.stepper .nav-tabs > li:after {
  content: '';
  position: absolute;
  background: #f1f1f1;
  display: block;
  width: 100%;
  height: 5px;
  top: 30px;
  left: 50%;
  z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
  background: #34bc9b;
}
.stepper .nav-tabs > li:last-child::after {
  background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
  background: #34bc9b;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .nav-tabs [data-toggle='tab'] {
  width: 25px;
  height: 25px;
  margin: 20px auto;
  border-radius: 100%;
  border: none;
  padding: 0;
  color: #f1f1f1;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
  background: transparent;
  border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
  color: #34bc9b;
  cursor: default;
  border: none;
}
.stepper .tab-pane {
  position: relative;
  padding-top: 50px;
}
.stepper .round-tab {
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #34bc9b;
  color: #34bc9b;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 14px;
}
.stepper .completed .round-tab {
  background: #34bc9b;
}
.stepper .completed .round-tab::after {
  content: '✔';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: block;
}
.stepper .active .round-tab {
  background: #fff;
  border: 2px solid #34bc9b;
}
.stepper .active .round-tab:hover {
  background: #fff;
  border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
  display: none;
}
.stepper .disabled .round-tab {
  background: #fff;
  color: #f1f1f1;
  border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
  color: #4dd3b6;
  border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
  display: none;
}
.price-btn input,.price-btn .value-box{
  border: solid 1px #34c924;
  padding: 4px 6px;
  text-align: center;
  border-radius: 50px;
  left: 0;
  background-color: transparent;
  height: auto;
  cursor: pointer;
}
.price-btn input:hover,.price-btn .value-box:hover{
  background-color: #34c924;
  color: #fff
}
.pricedrop{
    background: #fff;
    box-shadow: 0px 0px 5px #00000030;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
    width: 100%;
    max-width: 360px;
}

.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
border: none;
    background: #c1c1c1;
    height: 3px;
    width: 68%;
    border-radius: 50px;
    position: relative;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #34c924;
  height: 3px;
  position: relative;
}
.price-range-slider .range-bar .ui-slider-handle {
      border-radius: 25px;
    background: #fff;
    border: 1px solid #acacac;
    height: 20px;
    width: 20px;
    top: -10px;
    cursor: pointer;
    float: left;
    position: absolute;
}
/*--- /.price-range-slider ---*/
#pricedrop,#marqueshow,#capacityshow{
  display: none;
}
#pricedrop button.search-btn{
  padding: 4px 10px;
  height: 30px;
}
.pricedrop input{
  height: auto;
  width: auto;
}
.select-value label{
  display: flex;
  align-items: center;
}
.select-value label input{
  margin-right: 4px;
}
.left-side .user{
  border-bottom: solid 1px #eee;
  padding: 20px 0;
}
.message-sec .left-side{
  background: #fcfcfc;
  padding: 14px;
  height: 500px;
  overflow: auto;
}
.message-sec .right-side{
  background: #fff;
  height: 500px;
  position: relative;
}
.chat-box{
      background: #fff;
    height: 500px;
}
.chat-header{
  width: 100%;
    padding: 16px;
    left: 0;
    border-bottom: solid 1px #eee;
}
.chat-footer{
  position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    padding: 16px;
    left: 0;
    border-top: solid 1px #eee;
}
.chat-footer .msg-field{
  width: 100%;
    height: 40px;
    padding: 10px;
    font-weight: 500;
    border-radius: 4px;
    border: solid 1px #a8b4c0;
}
.send-btn{
  height: 40px;
    width: 100%;
    background: #34c924;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.send-ico{
  height: 40px;
  width: 40px;
  background: #34c924;
  border: 0;
  color: #fff;
  border-radius: 50%;
}
.msg-list{
    height: 76%;
    padding: 20px 10px;
    overflow: auto;
}
.msg-list .msg{
  position: relative;
  margin-bottom: 26px;
}
.msg-list .msg span{
  background: #ff000017;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.pricedrop .select-value {
    max-height: 150px;
    overflow: auto;
}
.profile-bottom{
  border-top: solid 1px #ddd;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}


#social-links ul{
  list-style: none;
  display: inline-flex;
}

#social-links ul li a span{
  width: fit-content !important;
  padding-left: 20px;
  padding-right: 20px;
}
