.col-md-3{
    float:right;
}
.w3-content{
    max-width:500px;
    padding:0 20px;
}
.renterpoint-right{

    padding-left:100px;
}
.renterpoint-text-right{
    float:right;
}
.renterpoint-car-main{
    padding-top:60px;
    padding-right:20px;
     padding-left:20px;
}
.renterpoint-car-name{
  font-size: 17px;
text-transform: uppercase;
margin-bottom: 32px;
line-height:2.0;
}

.renterpoint-car-promotion{
  font-size: 14.5px;
text-transform: uppercase;
margin-bottom: 32px;
line-height:3.0;
color:#FF0000;
}

.renterpoint-car-thumbnail{
    line-height: 0;
margin-bottom: 40px;
max-width: 100%;
width:100%;
}
.renterpoint-container{
    width:1170px;
}
.renterpoint-container{
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}

.renterpoint-car-rent-title{
font-size: 14px;
text-transform: uppercase;
line-height: 1.2;
margin-top:20px;
}


.text-muted small
{
    
    margin-top:20px;
}
.renterpoint-car-rent-price{
font-size: 24px;
font-weight: bold;
margin-right: 4px;
color:#f1c40f;

}

.r-car-rating i{
    color:#f1c40f;
}
.renterpoint-car-h{
font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
}

.renterpoint-btn{
    width:100%;
    background:#25D366;
    margin-bottom:20px;
}

.renterpoint-telegram-btn{
    width:100%;
    background:#0088cc;
    margin-bottom:20px;
}

.renterpoint-pictures-btn{
    width:100%;
    background:#000;
    margin-bottom:20px;
    font-size:12px;
}

.col-md-3{
    min-height: 1px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 15px;
}

.renterpoint-fa-inline{
    margin-right:20px;
    width:20px;
}
.renterpoint-padding-20{
    padding-top:20px;
    padding-left:20px;
}

.renterpoint-background-grey{
    background:#f5f5f5;
    margin-bottom:20px;
}
.listing_detail_wrap{
    overflow:hidden;
    width:99%;
}
.strikeout {
  line-height: 2em;
  position: relative;
  width: fit-content;
  font-size:26px;
}
.strikeout::after {
  border-bottom: 0.125em solid black;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.renterpoint-book-online-btn{
    width:100%;
    background:#000;
    font-size:12px;
}
.columns {
  float: left;
  width: 30%;
  padding: 8px;
box-sizing: border-box;
margin-bottom:40px;

}
.columnsAR {
  float: right;
  width: 30%;
  padding: 8px;
box-sizing: border-box;
margin-bottom:40px;

}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #f1c40f;
  color: #000;
  font-size: 16px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 16px;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

.columnsAr{
    
    float: right;
  width: 30%;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .sidebar_widge {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px;
    width:100%;
  }
}

  .renterpoint-car-thumbnail {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 12px;
  }

  .sidebar_widget {
    margin-top: 20px;
  }

  .sidebar_widget form .form-group {
    margin-bottom: 15px;
  }

  .promo-badge-top {
    font-size: 12px;
    padding: 5px 10px;
  }

  .renterpoint-car-rent-title,
  .renterpoint-car-rent-price {
    text-align: center;
  }

@media only screen and (max-width: 600px) {
  .columns{
      width:100%;
  }
}

@media only screen and (max-width: 600px) {
  .columnsAr{
      width:100%;
  }
}

@media (max-width: 991.98px) {
  .similar_cars .col-sm-3 {
    flex: 0 0 50%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

}