/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

@import url('https://fonts.cdnfonts.com/css/franklin-gothic');

#banner.fslider .bg-overlay-content{
	display: block;
	padding: 60px;
	align-content: center;

}

#banner.fslider {
    min-height: 32px;
    border-top: 5px solid #f85c70 !important;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: inset 0 -3px 0 #dee2e6;
    border: .5px solid #eee;
}

#banner.fslider .bg-overlay-content .h2{
	font-size: 2rem !important;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
}

#banner.fslider .bg-overlay-content .h3{
	font-size: 2rem !important;
}

#banner.fslider .bg-overlay-content {
	font-size: 1rem !important;
}

.product-price i {
    color: #f85c70;
    margin-right: 5px;
}

#Automobiles .owl-carousel .owl-nav .disabled, #Properties .owl-carousel .owl-nav .disabled, #Showrooms .owl-carousel .owl-nav .disabled {
    display: block !important;
}

#Automobiles .owl-carousel .owl-nav [class*=owl-], #Properties .owl-carousel .owl-nav [class*=owl-], #Showrooms .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;

    border-color: #f85c70;
    color: #f85c70;
    width: 40px;
    height: 40px;
    margin: 0px;
    font-size: 24px;
    top: -90px;
    /*bottom: -20px;*/
}

#Automobiles .owl-carousel .owl-nav .owl-next, #Properties .owl-carousel .owl-nav .owl-next, #Showrooms .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
}
#Automobiles .owl-carousel .owl-nav .owl-prev, #Properties .owl-carousel .owl-nav .owl-prev, #Showrooms .owl-carousel .owl-nav .owl-prev {
    left: auto !important;
    right: calc(5% + 3px) !important;
}

#Properties .owl-carousel .owl-item {
    border: .5px solid #ddd;
}

#Easysearch .feature-box:first-child {
    margin-top: 20px;
    padding: 50px 20px;
    border: 1px solid #ddd;
}

#Easysearch .number {
    font-size: 2rem;
    font-weight: 900;
    color: #aaa;
    align-self: flex-start;
}

#Cities .btn-group{
    display: block !important;

}
#Cities .btn-group .btn{
    min-width: 320px;
    background: #f85c701c;
    border: unset;
    padding: 8px;
    margin-top: 1px;
    margin-bottom: 1px;
}

#Cities .btn-check:checked + .btn-outline-dark{
    background-color: #f85c70 !important;
}

#Blog .grid-inner{
    background-color: #fff !important;
}

#Blog .grid-inner .entry-title{
    min-height: 70px;

}

#footer .widget > h4::after {
    content: '';
    display: block;
    margin-top: 15px;
    width: 60px;
    border-top: 4px solid #f85c70;
}


.owl-carousel .owl-item img {
    border: 1px solid #999;
}

#banner.fslider.inner-banner {
    min-height: 32px;
    border-top: 5px solid #f85c70 !important;
    padding: unset;
    border-radius: 10px;
    box-shadow: inset 0 -3px 0 #dee2e6;
    border: .5px solid #eee;
}

#banner.fslider.inner-banner .flex-direction-nav {

    display: none;
}

.event .entry-image .entry-badge.badge {
    position: absolute;
    top: 5px;
    left: 5px;
}

.inner-page .entry-content div{
    border-top: 2px solid #ddd;
    padding-top: 10px;
}

.view-d{
    float: right;
    right: 120px;
    bottom: 40px;
    position: relative;
}


.view-d-auto {
  float: right;
  bottom: 40px;
  position: relative;
}

.view-d-auto a.rounded-pill {
  padding: 0.45rem 1.8rem !important;
}

.round {
  border-radius: 50%;
  border: 1px solid #f85c70;
  background-color: #ffffff;
  height: 38px;
  width: 38px;
}

.previous1 {
  background-color: #ffffff;
  color: #f85c70;
  cursor: pointer;
}

.next1 {
  background-color: #ffffff;
  color: #f85c70;
  cursor: pointer;
}

.previous1 span,
.next1 span {
  text-decoration: none;
  padding: 4px 14px;
}

.previous1 span:hover,
.next1 span:hover {
  background-color: #f85c70;
  color: #ffffff;
}


#log-reg .nav-tabs .nav-link.active, #log-reg .nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #f85c70 !important;
    border-color: #f85c70 #f85c70 #fff;
}

#log-reg .nav-link{
  color: #f85c70 !important;
}




/*Responsive css*/

@media (max-width: 992px) {b
  .heading-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .heading-block::after{
    display: none;
  }

  .view-d-auto {
    float: none;
    position: static;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
  }

  .view-d-auto a.rounded-pill {
    padding: 0.40rem 1.6rem !important;
    font-size: 14px;
  }

   
  .previous1 span,
  .next1 span {
    padding: 4px 10px;
  }

  .round {
    width: 34px;
    height: 34px;
  }
 
  .section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
  }

  .section-grid .col-lg-3{
    width: 100% !important;
  }

  .thumb-image-wrapper{
    width: auto !important;
  }

  #Cities .btn-group .btn{
    width: -webkit-fill-available;
  }

  .m-0.parallax.dark.topmargin-sm.mt-1{
    padding: 50px 20px !important;
  }

  .view-d {
    float: none !important;
    bottom: auto !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    margin-top: 6px;
    width: fit-content;              
  }

  .view-d.rounded-pill {
    padding: 0.45rem 1.6rem !important;
    font-size: 14px;
    right: auto;
  }
  #Showrooms .owl-carousel .owl-nav .owl-prev { 
    right: calc(16% + 3px) !important;
  }
  #Showrooms .owl-carousel .owl-nav [class*=owl-]{
    top: -55px;
  }
}