.bg-light-white {
    background-color: #f4f4f4;
}
.section-padding {
    padding: 80px 0;
}
.section-padding-top{
    padding-top:80px;
}
.section-padding-bottom{
    padding-bottom:80px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.mb-xl-20 {
    margin-bottom: 20px;
}
.mb-xl-30 {
    margin-bottom: 30px;
}

.mb-xl-40 {
    margin-bottom: 40px;
}
.pb-xl-20 {
    padding-bottom: 20px;
}


.product-detail .property-details-wrap .new-price del{
     text-decoration: line-through;
    font-weight: 400;
    font-size: 17px;
    margin-left: 5px;
}
.product-detail .listing-detail-heading{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-right: 25px;
}
.product-detail .listing-detail-heading .product-availability{
    color: #0071b5;
    font-size: 16px;
}
.product-availability .in-stock{
    color: #000;
    font-weight: 500;
}

.product-detail .details .product-info{
    font-size: 14px;
    font-weight: 500;
}
.product-detail .property-details-box .details{
    border-bottom: 0;
}
.product-detail .details .product-info-2 .quantity{
    border: 1px solid #e6e6e6;
    max-width: 142px;
   display: inline-block;
    border-radius: 3px;
}
.product-detail .details .product-info-2 .btn-submit{
    margin-left: 10px;
}

.product-detail .details .product-info-2 .quantity .add{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #666;
    line-height: 40px;
    float: left;
    font-size: 14px;
}
.product-detail .details .product-info-2 .quantity .plus-btn{
    float:right;
}
.product-detail .details .product-info-2 .quantity input{
    padding: 9px 10px;
    border: none;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #0071b5;
    margin-left: 4px;
}
.product-detail .details .product-info-2 .quantity-title{
    margin-bottom: 10px;
    font-size: 19px;
}
.product-detail .details .product-info-2 .btn-margin{
      margin-left: 10px;
}
.product-detail .details .product-timer{
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
    padding: 5px 16px;
    background-color: #f5f5f5;
}
.product-detail .details .product-timer li{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
    padding: 0 14px 0 0;
}
.product-detail .details .product-timer li:last-child{
    padding-right: 0;
}
.product-detail .details .product-timer li span{
    display: block;
    color: #0071b5;
   font-size: 17px;
   text-align: center;
}
.product-detail .details .product-variant-parent{
    display: inline-block;
    float: left;
    width: 100%;
    margin: 15px 0;
}
.product-detail .details .product-variant{
    width: auto;
    float: left;
    background: #f5f5f5;
    padding: 15px;  
    border-radius: 3px;
}
.product-detail .details .product-variant p{
    display: table;
    margin: 0 0 8px;
}
.product-detail .details .product-variant p label{
    display: table-cell;
    
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.product-detail .details .product-variant p .stock-green{
    color: #19be05;
}
.product-detail .listing-detail-heading .social-media ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.product-detail .listing-detail-heading .social-media ul li a{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0071b5;
    margin: 0px 5px 0 0;
    border: 1px solid #0071b5;
}
.product-detail .listing-detail-heading .social-media ul li a:hover{
    background-color: #0071b5;
    color: #fff;
}
.bg-custom-white {
    background-color: #ffffff;
}




.listing-detail-heading{
    position: relative;
    position: relative;
    padding: 20px 0;
    padding-left: 25px;
    background-color: #fff;
}
.listing-detail-heading:after{
    content: "";
    height: calc(100% - 0px);
    width: 5px;
    background-color: #0071b5;
    position: absolute;
    top: 0px;
    left: 0;
}
.listing-detail .image-sec-table{
    background-color: #fff;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item{
    position: relative;
    overflow: hidden;
   /* height: 550px;*/
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item a:before{
    position: absolute;
    top: 50%;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    text-align: center;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item a:after{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #0071b585;
    content: '';
    transition: 0.4s;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item:hover a:before,
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item:hover a:after{
    opacity: 1;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav .slide-item{
    border:2px solid #f4f4f4;
    margin: 0 10px;
    /*height: 90px;*/
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav .slide-item.slick-current{
    border:2px solid #0071b5;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button{
    font-size: 0;
    position: absolute;
    top: 0%;
    text-align: center;
    z-index: 10;
        height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-prev{
    left: 0;
    width: 100%;
    text-align: left;
    width: 30px;
    background: #ffffff;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-next{
    right: 0;
    width: 100%;
    text-align: right;
    width: 30px;
    background: #ffffff;
}

.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-next:before,
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-prev:before{
    content: "\f165";
    font-family: Flaticon;
    font-size: 35px;
    z-index: 1000;
    line-height: 1;
    color: #0071b5;
    transition: 0.5s all;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button.slick-next:before{
    content: "\f163";
    font-family: Flaticon;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button:hover{
    background:#0071b5;
    transition: 0.5s all;
}
.listing-detail .image-sec-table .images-wrapper .detail-page-slider-nav button:hover:before{
    color: #fff;
    transition: 0.5s all;
}
.listing-detail .property-details-box .price-box{
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listing-detail .property-details-box .details{
        border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 20px 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.listing-detail .property-details-box .details .text,
.listing-detail .property-details-box .details-2 .text{
    font-size: 14px;
        display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.listing-detail .property-details-box .details .text span{
    margin-left: 15px;
}
.listing-detail .description-box .head{
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.listing-detail .description-box .desc{
    margin-bottom: 20px;
}
.listing-detail .description-box .content-box .listing-infor{
    columns: 3;
    margin-bottom: 10px;
}
.listing-detail .description-box .content-box .listing-infor li{
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.listing-detail .description-box .content-box .listing-infor li:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #0071b5;
    font-size: 14px;
}
.listing-detail .description-box .content-box .location #locmap{
    height: 350px;
}
.listing-detail .description-box .content-box .contact-form form textarea{
    height: 190px;
}
.listing-detail .description-box .content-box .contact-form .form-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-height{
    height: 50px;
}
.btn-first{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-shadow: none;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 0 25px;
    line-height: 44px;
    border-radius: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    z-index: 1;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-submit{
    background-color: transparent;
    color: #111111;
    border-color: #0071b5;
    transition: 0.5s all;
}
.btn-submit:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 10%;
    height: 100%;
    z-index: -1;
    background-color: #0071b5;
    transition: 0.5s all;
}
.btn-submit:focus:before,
.btn-submit:hover:before{
    width: 100%;
}
.btn-submit:focus,
.btn-submit:hover{
    color: #fff;
}
.btn-transparent{
    background-color: #fff;
    color: #111111;
    border: 2px solid #fff;
    transition: 0.5s all;
}
.btn-transparent:focus,
.btn-transparent:hover{
    background-color: transparent;
    color: #ffffff;
    transition: 0.5s all;
}
.btn-border{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: 0.5s all;
}
.btn-border:focus,
.btn-border:hover{
    color: #111111;
    background-color: #fff;
}
.small-btn{
    padding: 0px 10px;
    position: relative;
    z-index: 10;
    font-size: 22px;
    border: 0.1px solid #0071b5;
    color: #fff;
}
.small-btn:hover{
    color: #fff;
}
.small-btn:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 10%;
    height: 100%;
    z-index: -1;
    background-color: #0071b5;
    transition: 0.5s all;
}
.small-btn:hover:after{
    width: 100%;
}

/*
Theme Name: Cali Constuctions - Construction HTML5 Template.
Author: Slidesigma
Author URL: https://www.templatemonster.com/vendors/slidesigmathemes/
Version: 1.0.0
*/
@media (max-width: 1200px) {
	/*navigation*/
	.main-menu>li.menu-item>a{
		padding: 18px 5px;
	}
	.custom-container{
		padding-right: 60px;
    	padding-left: 60px;
	}
	.full-services-sec .right-side{
		padding: 60px;
	}
	/*listing details*/
	.property-basic-info .property-basic-info-wrapper .property-price{
		font-size: 22px;
	}
	.property-basic-info .property-basic-info-wrapper .property-details .property-icon{
		width: 30px;
	}
	.property-basic-info .property-basic-info-wrapper .property-details .property-content{
		width: calc(100% - 0px);
	}
	.property-basic-info .property-basic-info-wrapper .property-details .property-content .property-value{
		font-size: 12px;
	}
	.mb-lg-20 {
		margin-bottom: 20px;
	}
	.mb-lg-40 {
		margin-bottom: 40px;
	}
	.mb-lg-80 {
		margin-bottom: 80px;
	}
}
@media (max-width: 992px) {
	/*general*/
	.clients-box .section-header-right,
	.section-header-right,
	.faqs-box .section-header,
	.testimonials-box .section-header{
		text-align: center;
		margin: 0 auto;
	}
	.section-header-right .section-heading:after,
	.faqs-box .section-header .section-heading:after,
	.testimonials-box .section-header .section-heading:after{
		margin: 0 auto;
	}
	/*topbar*/
	.topbar .left-side li{
		margin-right: 10px;
	}
	/*navigation*/

	.main-menu>li.menu-item,
	.menu-item-has-children>.sub-menu>li.menu-item{
		padding: 0;
	}
	.menu-style .header .right-side .navigation .logo,
	.menu-style .header .right-side .navigation .social-media,
	.main-menu{
		display: block;
	}
	.menu-style .header .right-side .navigation{
		position: fixed;
	    left: -320px;
	    background: #ffff;
	    width: 320px;
	    top: 0;
	    height: 100vh;
	    transition: 0.5s all;
	    overflow: auto;
	        z-index: 100;
	}
	.menu-style .header .right-side .navigation .logo{
		margin: 10px auto;
	}
	.menu-style .header .right-side .navigation.active .social-media,
	.menu-style .header .right-side .navigation.active{
		left: 0;
	}
	.menu-style .header .right-side .hamburger-menu{
		display: flex;
		margin-right: 20px;
	}
	.menu-style .header .right-side .navigation .main-menu>li.menu-item>a{
		display: flex;
		justify-content: space-between;
	}
	.main-menu>li.menu-item>a:after{
		bottom: 0;
	}
	.menu-style .header .right-side-2,
	.main-menu>li.menu-item:hover>a:after, .main-menu>li.menu-item.active>a:after{
		display: none;
	}
	.menu-item-has-megamenu:hover>a:after, .menu-item-has-children:hover>a:after {
	    transform: rotate(0deg);
	}
	.menu-item-has-megamenu.open a>arrow:after,
	.menu-item-has-children.open a>arrow:after{
		transform: rotate(180deg);
	}
	.menu-item-has-children.nav-postion:hover>.sub-menu {
	    top: 0;
	    transform: translateY(0%);
	}
	.menu-item-has-megamenu>.megamenu,
	.menu-item-has-children>.sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		transform: translateY(0px);
	    visibility: visible;
	    display: none;
	    border-bottom: none;
	}
	.menu-item-has-megamenu.open .megamenu,
	.menu-item-has-children.open .sub-menu{
		border-bottom: solid 2px #376bff;
	}
	.main-menu li.menu-item-has-children.open>a{
	    color: #376bff;
	}
	.menu-item-has-children .sub-menu li.menu-item-has-children>.sub-menu {
	    left: 0;
	    top: 0;
	    margin-bottom: 10px;
	}
	/*banner*/
	.banner-style-2{
		height: 1000px;
	}
	.property-basic-info .property-basic-info-wrapper{
		flex-wrap: wrap;
		height: auto;
	}
	.property-basic-info .property-basic-info-wrapper .property-cta,
	.property-basic-info .property-basic-info-wrapper .property-price{
		width: 100%;
	}
	.property-basic-info .property-basic-info-wrapper .property-details{
		width: 50%;
		border-left: 0;
		padding-left: 0;
	}
	/*Categories tab*/
	.categories-tabs .nav .nav-item {
	    width: 50%;
	}
	.contact-us .contact-us-form{
		margin-left: 0;
		margin-bottom: 0;
	}
	.contact-us .contact-info{
		margin-bottom: 80px;
	}
	.client-tesimonial .testimonials-box.arrow-shape-2:before,
	.arrow-shape-1:after,
	.arrow-shape-2:after{
		display: none;
	}

	/*Shop left*/

	.shop-top-filter .shop-view p{
		text-align: left;
	}
	.shop-view {
    margin-top: 30px;
}
	/*footer*/
	.copyright .payment-logo{
		justify-content: center;
	}
	.copyright p{
		text-align: center;
	}
	.mb-md-20 {
		margin-bottom: 20px;
	}
	.mb-md-40 {
		margin-bottom: 40px;
	}
	.mb-md-80 {
		margin-bottom: 80px;
	}
}
@media (max-width: 767px) {
	/*general*/
	.slider-btn{
		display: none;
	}
	.swiper-pagination{
		display: block;
	}
	.menu-style .header .right-side .hamburger-menu{
		margin-right: 0;
	}
	.custom-tabs>.nav:before,
	.menu-style .header .right-side .cta-btn{
		display: none;
	}
	/*topbar*/
	.custom-tabs>.nav,
	.topbar .left-side ul,
	.topbar .right-side ul{
		justify-content: center;
	}
	.topbar .left-side li,
	.topbar .right-side li{
		margin: 0 10px;
	}
	.menu-style.fixed-header{
		top: 72px;
	}
	/*blog details*/
	.blog-details .social-media-box>ul,
	.blog-details .post-details-tags-social .tags-box{
		justify-content: center;
	}
	/*listing list style*/
	.property-list-view .property-list-wrapper{
		display: block;
	}
	.property-list-view .property-list-wrapper.full-width-layout .property-list-img,
	.property-list-view .property-list-wrapper.full-width-layout .property-list-content,
	.property-list-view .property-list-wrapper .property-list-content,
	.property-list-view .property-list-wrapper .property-list-img {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.property-list-view .property-list-wrapper .property-list-img{
		height: 350px;
	}
	.custom-tabs>.nav>.nav-item>.nav-link{
		margin: 4px 4px 10px;
	}
	.cost-calcultor-sec .tab-inner .cost-calculator-box{
		display: block;
	}
	.cost-calcultor-sec .tab-inner .comment-form label, .cost-calcultor-sec .tab-inner .cost-calculator-box label{
		flex: 0 0 calc(100% - 0px);
    	max-width: calc(100% - 0px);
    	margin-bottom: 20px;
	}
	.cost-calcultor-sec .tab-inner .cost-calculator-box .right-sec{
		flex: 0 0 calc(100% - 0px);
    	max-width: calc(100% - 0px);
    	padding: 0;
	}
	.cost-calcultor-sec .tab-inner .total-calculation .icon{
		display: none;
	}
	.cost-calcultor-sec .tab-inner .total-calculation .calculate-value{
		width: 100%;
		text-align: left;
		justify-content: flex-start;
	}
	.sort-select-filter {
    margin-bottom: 30px;
}
	.mb-sm-20 {
		margin-bottom: 20px;
	}
	.mb-sm-40 {
		margin-bottom: 40px;
	}
	.mb-sm-80 {
		margin-bottom: 80px;
	}
}
@media (max-width: 576px) {
	.our-team .team-block .lower-content{
		width: auto;
	}
	.simple-banner .slide-item .content-wrapper h1,
	.video-banner .content-wrapper h1{
		font-size: 50px;
	}
	.simple-banner .slide-item .content-wrapper a,
	.video-banner .content-wrapper a{
		margin-bottom: 10px;
	}
	.topbar .left-side li a i{
		font-size: 14px;
	}
	.topbar .left-side li a{
		font-size: 0;
	}
	.banner-style-2{
		height: 1200px;
	}
	.map-search-box{
		width: 250px;
		left: -250px;
	}
	.custom-container {
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.container-fluid.custom-container{
		padding-right: 15px;
	    padding-left: 15px;
	}
	/*navigation*/

	.banner-style-2 .banner-counter{
		display: none;
	}
	.menu-style .header .right-side .navigation .social-media,
	.menu-style .header .right-side .navigation{
		left: -260px;
		width: 260px;
	}
	/*about*/
	.about-left-side .about-list ul{
		columns: 1;
	}
	.about-left-side{
		margin-left: 0;
	}
	.about-right-side img {
	    padding-top: 20px;
    	padding-left: 20px;
	}
	.about-right-side:before{
		right: 20px;
	}
	/*blog details*/
	.blog-details .post .post-wrapper .post-meta .post-author .author-img{
		display: block;
	}
	.blog-details .post-author .author-img{
		display: none;
	}
	.blog-details .post-author .author-caption{
	    flex: 0 0 calc(100% - 0px);
	    max-width: calc(100% - 0px);
	}
	.comment-box .children{
		padding-left: 0;
	}
	blockquote {
	    padding: 10px;
	}
	.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply {
	    display: flex;
	    margin-top: 15px;
	}
	/*coming soon*/
	.coming-soon .content-wrapper .newsletter-form .input-group{
		display: block;
	}
	.coming-soon .content-wrapper .newsletter-form .input-group-append{
		margin-left: 0;
		margin-top: 20px;
	}
	/*Categories tab*/
	.categories-tabs .nav .nav-item {

	}
	.categories-tabs .nav .nav-item .nav-link{
		padding: 20px 10px;
	}
	.categories-tabs .nav .nav-item .nav-link span{
		font-size: 40px;
	}
	/*listing*/
	.listing-top-heading{
		display: block;
		text-align: center;
	}
	/*listing detail*/
	.listing-detail .image-sec-table .images-wrapper .detail-page-slider-for .slide-item{
		height: 300px;
	}
	.listing-detail .description-box .content-box .listing-infor{
		columns: 2;
	}
	.listing-detail .property-details-box .price-box .ratings{
		display: none;
	}
	.listing-detail .description-box .content-box .contact-form .form-footer{
		display: block;
	}
	.property-basic-info .property-basic-info-wrapper .property-details{
		width: 100%;
	}
	/*tesimonials*/
	.clients-box .clients-wrapper .client-box{
		width: 50%;
	}
	.schdule-box{
		display: block;
	}
	.schdule-box .right-side{
		justify-content: flex-start;
		margin-top: 20px;
	}
	.testimonials-box .testimonials-wrapper .testimonials-author{
		width: 75px;
		height: 75px;
	}
	/*listing classic*/
	.service-detail-infro,
	.listing-meta .content-box .meta-content .listing-property-details>ul{
		columns: 1;
	}
	.full-services-sec .right-side .text-wrapper h2{
		font-size: 30px;
	}
	.full-services-sec .right-side {
	    padding: 30px;
	}
	.contact-us .contact-info,
	.contact-us .contact-us-form{
		padding: 20px;
	}
	.listing-detail .description-box .content-box .contact-form .form-footer .condition,
	.listing-top-heading .sort-by,
	.mb-xs-20 {
		margin-bottom: 20px;
	}
	.mb-xs-40 {
		margin-bottom: 40px;
	}
	.mb-xs-80 {
		margin-bottom: 80px;
	}
	/*shop-detail*/
	.product-detail .listing-detail-heading{
		flex-direction: column;
		align-items: flex-start;
	}
	.product-detail .listing-detail-heading .product-availability{
		margin-top: 10px;
	}
}
@media (max-width:380px){
	.listing-top-heading .sort-by>span,
	.copyright .payment-logo span{
		display: none;
	}
	.listing-detail .description-box .content-box .listing-infor{
		columns: 1;
	}
	/*coming soon*/
	.coming-soon .content-wrapper .counter .counter-box .inner-box{
		width: 60px;
		height: 60px;
	}
	.full-services-sec .right-side {
	    padding: 15px;
	}
	.product-detail .details .product-info-2 .quantity{
		display: block;
	}
	.product-detail .details .product-info-2 .btn-submit{
		margin-left: 0;
		margin-top: 10px;
	}
}