@font-face {
  font-family: nunitosans-light;
  src:url(../fonts/NunitoSans-Light.ttf);
}
@font-face {
  font-family: nunitosans-reguler;
  src: url("../fonts/NunitoSans-Regular.ttf");
}
@font-face {
  font-family: nunitosans-bold;
  src: url("../fonts/NunitoSans-Light.ttf");
}
@font-face {
  font-family: nunitosans-extrabold;
  src: url("../fonts/NunitoSans-ExtraBold.ttf");
}
* {
  box-sizing: border-box;
  font-family: nunitosans-reguler;
}
p {
  font-family: nunitosans-reguler;
}
a {
  text-decoration: none;
  font-family: nunitosans-reguler;
}
.header ul li a {
    font-size: 18px;
    font-family: nunitosans-light;
}
.header ul li {
    padding: 0px 10px;
}
.btn-bg {
  font-weight: 600;
}
.btn-bg:hover {
  background-color: black;
  color: white;
}
.bg-banner {
  height: 500px;
  width: 100%;
}
.banner {
  background: url("../img/home-banner.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  background-position: center;
  outline: none;
}
.search-box{
    max-width:100%;
    width:500px;
}
.search-box ::placeholder{
    font-size:15px;
}
.banner2 {
    background: url("/img/bg3.jpg");
    width: 100%;
    height: 100%;
    background-size: 100% 500px;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-position: center;
    outline: none;
}
.btn-group button {
  font-size: 20px;
}
.btn-group button:hover {
  background-color: #c61f25;
}
.burger1{
    width: 50px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
}
.sold-home{
    object-fit: cover;
}
.sel{
    width: 200px;
    border-radius: 5px;
    height:43px;
}

.breadcrumb-sec {
    background: linear-gradient(rgb(198, 31, 37,.8),rgb(0, 0, 0,.7)),url(../img/1.jpg);
    background-position:center;
    padding:60px 0;
}
/****properties******/
.properties .card h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: #4B4848;
    font-size: 16px;
}
.properties .card p {
    color: #C61F25;font-size:13px;
}

@media only screen and (max-width: 575px) {
    h2{
        font-size:18px;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        height: auto !important;
    }
    .product-dtl{
        margin-top:15px;
    }
    .round-red-btn{padding:7px 15px !important;}
    .breadcrumb-sec{padding:25px 0;margin-bottom:50px;}
    .resp {
        flex-direction: column;
    }
  .resp2 {
    width: 100%;
  }
  .map{
      width: 100%;
  }
  .in{
      width: 100%;
  }
    .bg-banner {
        height: auto;
        width: 100%;
    }
    .banner{
        padding:8px;
    }
}
/*  */
.pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
	font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 100px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-red-btn {
	border-radius: 4px;
    background: #C61F25;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #C61F25; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}
.round-red-btn:hover,
.round-red-btn:focus {
	background: transparent;
	color: #c61f25;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
   
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
    .product-info-tabs .nav-tabs .nav-item.show .nav-link,
    .product-info-tabs .nav-tabs .nav-link.active,
    .product-info-tabs .nav-tabs .nav-link.active:hover {
        border: none;
        border-bottom: 0;
        font-weight: bold;
        border-radius: 5px;
        background-color: #c61f25;
        color:#fff;
    }
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 00px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}

.property-image {
    max-width: 100%;
    height: 240px;
    object-fit: cover;
}

/*  */
