section.featured-pro  button.owl-prev{
    position: absolute;
    left: 10px;
    bottom: 42%;
}
section.featured-pro  button.owl-next{
    position: absolute;
    right: 10px;
    bottom: 42%;   
}
section.featured-pro  button.owl-next span {font-size: 70px;display: none;color: var(--white-color);text-shadow: 0 0 5px#000;}
section.featured-pro  button.owl-prev span {
    font-size: 70px;
    display: none;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
    }
    section.featured-pro .col-6.prop-cont h4{
       color: var(--secondary-color);
    font-size: var(--f23);
    }
section.featured-pro span.adr {
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    align-items: flex-start;
    gap: 6px;
}
section.featured-pro span.adr i{
    margin-top:2px;
}
section.featured-pro {
    background: var(--white-color);
}
section.featured-pro{
    padding-top: 0;
    padding-bottom: 0;
}
section.featured-pro .pro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
section.featured-pro .pro-top p{
    margin-bottom: 0px;
}
section.featured-pro .pro-top img{
    width: 30px;
}
section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: 40px;
}
section.featured-pro .row{
    gap:20px 0;
}

section.featured-pro img.img-fluid {
    width: 90%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .pro-img:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
}
section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height:33px;
    overflow:hidden;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
  
padding: var(--p20) var(--p20) var(--p15);
  
margin-top: var(--m25);
  
font-size: var(--f14);
  
align-items: center;
  
display: flex;
  
gap: 40px;
  
justify-content: space-between;
  
border-bottom: 2px dashed #bbb;
  
border-top: 2px dashed #bbb;
}
section.featured-pro i {
    margin-right: 0;
  color: var(--heading-color);
  font-size: var(--f20);
}

section.featured-pro .main-btn{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
section.featured-pro .main-btn i{
color: #fff;
}
section.featured-pro .prop-cont h2{
font-size: var(--f32);
}
section.featured-pro .prop-cont h2 a{
    color: var(--heading-color);
    font-family: var(--secondary-font);
}
section.featured-pro ul li{
    font-size: var(--f16);
    color: var(--heading-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
}
section.featured-pro ul li span{
    font-weight: 600;
    font-size: var(--f24);
    margin-bottom: 0px;
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}
section.featured-pro .featured{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .price {
    font-size: 18px;
    color: black;
}
section.featured-pro .pro-para {
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

/*slider-bg-setup*/


section.review_sec .owl-nav.disabled .owl-prev{
    display: none !important;
}

section.review_sec .owl-nav.disabled .owl-next{
    display: none !important;
}

.slider-items {
    position: relative;
/*   slider-height */
    height: 430px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

section.featured-pro .featured_content_sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* you can use background imgae in internal css */
/* .bg-img-1 {
    background-image: url('https://images.pexels.com/photos/248797/pexels-photo-248797.jpeg?auto=compress&cs=tinysrgb&h=350');
} 
.bg-img-2 {
    background-image: url('https://images.freeimages.com/images/small-previews/b8d/irish-landscape-1393571.jpg');
}
.bg-img-3 {
    background-image: url('https://images.pexels.com/photos/348097/pexels-photo-348097.jpeg?auto=compress&cs=tinysrgb&h=350');
} */

/*slider-style*/
.active-slider {
    position: relative;
}
.sigle-item {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*over-lay-for-slider*/
.slider-items a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/* overlay-color */
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#000));
    background: -webkit-linear-gradient(#777, #000);
    background: -o-linear-gradient(#777, #000);
    background: linear-gradient(#777, #000);
    opacity: .65
}
/*slider-reade-more-button*/
a.home-btn {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 25px;
  margin-top: 30px;
  color: #fff;
  text-decoration: none;
  transition: linear .3s;
}
a.home-btn:hover, .owl-nav div:hover {
    background-color: #000;
}
/*owl-nav*/
.owl-nav div {
    border: 2px solid #fff;
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -20px;
    left: 10px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}
.owl-nav div.owl-next {
    left: auto;
    right: 10px;
}
/* optional */
.owl-nav h1 {
    font-weight: 900;
}

section.section-listing {
    display: flex;
    flex-direction: column;
    gap: 65px;
}

.price_and_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}