/*
Theme Name: Dreamsrent
Theme URI: #    
Version: 1.0.4
Description: Car Rental WordPress Theme by Dreams Technologies.
Author: Dreams Technologies
Author URI: Dreams Technologies
License: GNU General Public License
License URI: license.txt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments
Text Domain: dreamsrent
*/


  .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  
 
  .header .header-navbar-rht .has-arrow .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

 
 
 
  
  .header .header-navbar-rht .noti-wrapper .bell-icon, .header .header-navbar-rht .noti-wrapper .nav-link, .align-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .header .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-navbar-rht .has-arrow .logged-item .nav-link, .book-card .card-header h4 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  .header .header-navbar-rht .has-arrow .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


 .header .header-navbar-rht .has-arrow .user-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .header-navbar-rht .has-arrow.logged-item .nav-link {
    font-size: 14px;
     padding: 0 10px;
}

.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.header .header-navbar-rht .has-arrow .dropdown-toggle .user-img > img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 2px solid #DBDBDB;
}

.header .header-navbar-rht .has-arrow .dropdown-toggle .user-text {
  color: #2F2F2F;
  margin: 0;
}

.header .header-navbar-rht .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #2F2F2F;
  border-right: 2px solid #2F2F2F;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  margin-bottom: 5px;
  transform-origin: 66% 66%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.popularcar {
    border: 1px solid #b68e51;
    border-radius: 10px;
}

.popularcar figure.elementor-image-box-img {
    width: 100% !important;
}

.popularcar figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
}
.popularcar h3.elementor-image-box-title {
    color: #000 !important;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}
.popularcar .elementor-image-box-content {
    padding: 0 20px 0;
}
p.luxurysydan {
    text-align: left;
    color: #000;
    border-bottom: 1px dashed #b68e51;
    padding-bottom: 11px;
}
p.locationstar {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.locationstar i.fa.fa-map-marker {
    font: normal normal normal 18px / 1 FontAwesome;
    margin-right: 7px;
}
p.locationstar span.loc {
    background: #b68e51;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.locationstar span.star i {
    color: #b68e51;
}
p.locationstar {
    border-bottom: 1px dashed #b68e51;
    padding-bottom: 15px;
}
p.locationstar ~ p b {
    font-size: 20px;
}
p.locationstar ~ p {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #000;
  border-bottom: 1px dashed #b68e51;
  padding-bottom: 15px;
}
.flexbutton {
    display: flex;
    margin: 0 -20px;
}
.flexbutton .btn {
    width: 33.33%;
    background: #a38049;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 10px;
}
.flexbutton .btn i.fa.fa-whatsapp {
    font: normal normal normal 18px / 1 FontAwesome;
}
.flexbutton ~ p {
    border: none !important;
    padding: 0px !important;
}