﻿#detais_bg{
    background: #fff;
    padding-bottom: 10px;
}

.Details_Item_Top {
    padding: 10px 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.Details_Item_Name h4 {
    border-bottom: 2px solid #072441;
    font-size: 22px;
    color: #072441;
}
.Details_Item_Share {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.Details_Item_Share button {
    display: flex;
    align-items: center;
    border: none;
    margin-left: 10px;
    background: #072441;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    transition: .4s;
}
    .Details_Item_Share button span{
        display: flex;
    }
    .Details_Item_Share button:hover {
        background: #F58180;
        color: #000;
    }
    .Details_Item_Share button i {
        color: #fff;
        padding-right: 5px;
        font-size: 12px;
    }

    .details_body {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 5px;
        height: 480px;
    }
.details_slider{
    width: 80%;
}
.details_slider_post {
    width: 20%;
    margin-left: 5px;
    height: 100%;
    overflow: hidden;
}


.details_slider_post img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: flex;
}

[class^="swiper-button-"] {
    transition: all 0.3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 80%;
    height: 100%;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}

    .swiper-container.nav-slider {
        width: 20%;
        padding-left: 5px;
    }

        .swiper-container.nav-slider .swiper-slide {
            cursor: pointer;
            opacity: 0.4;
            transition: opacity 0.3s ease;
        }

            .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
                opacity: 1;
            }

            .swiper-container.nav-slider .swiper-slide .content {
                width: 100%;
            }

                .swiper-container.nav-slider .swiper-slide .content .title {
                    font-size: 20px;
                }

    .swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .swiper-container.loading {
        opacity: 0;
        visibility: hidden;
    }

.swiper-slide {
    overflow: hidden;
    border-radius: 0px !important;
}

    .swiper-slide .slide-bgimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
       
        background-position: center;
        background-repeat: no-repeat;
    }
#slide_item {
    background-size: contain;
}
#slide_items {
    background-size: cover;
}

.swiper-slide .entity-img {
    display: none;
}

    .swiper-slide .content {
        position: absolute;
        top: 40%;
        left: 0;
        width: 50%;
        padding-left: 5%;
        color: #fff;
    }

        .swiper-slide .content .title {
            font-size: 2.6em;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .swiper-slide .content .caption {
            display: block;
            font-size: 13px;
            line-height: 1.4;
            transform: translateX(50px);
            opacity: 0;
            transition: opacity 0.3s ease, transform 0.7s ease;
        }

            .swiper-slide .content .caption.show {
                transform: translateX(0);
                opacity: 1;
            }

[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}
.details_des_top_title {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 10px 0px;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #e0dfdf;
    border-top: 1px solid #e0dfdf;
}
.details_des_top_title_title{
    width: 100%;
}
    .details_des_top_title_title h4 {
        font-size: 24px;
        color: #373373;
    }
.details_des_top_title_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: wrap;
}
.details_des_top_title_btn button span {
    font-size: 12px;
}



    .details_des_top_title_btn button span i {
        color: #fff;
       /* padding-right: 5px;*/
        font-size: 12px;
    }
    .details_des_top_title_btn button {
        border: none;
        margin-left: 2px;
        padding: 4px 7px;
        border-radius: 5px;
        font-size: 12px;
        color: #fff;
        transition: .4s;
    }

    .details_des_top_title_btn button:hover {
        background: #F58180;
        color: #000;
    }
    .details_des_top_title_btn span i {
        color: #2A97F6;
        font-size: 15px;
        margin-right: 5px;
    }
    .details_des_top_title_btn h6 {
        color: #373373;
        font-size: 13px;
        font-weight: 500;
    }
.detail_desc_body {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.details_des_main {
    width: 82%;
    display: flex;
    flex-direction: column;
   /* flex-wrap: wrap;*/
    padding:0px 10px 10px 10px;
}
.details_des_main_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.details_des_left {
    width: 64%;
    margin-right: 3px;
}
.details_des_left_top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
   /* border: 1px solid #e0dfdf;*/
    padding: 0px 10px 10px 10px;
    /*min-height: 286px;*/
    background: #fff;
}
.details_des_mid {
    width: 33.1%;
    margin-right: 0px;
    display: flex;
    flex-direction: row;
}
.details_des_post {
    width: 20%;
    overflow: hidden;
    height: 400px;
}


.details_des_post img {
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    display: flex;
}

.details_des_left_title {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 5px;
    justify-content: space-between;
}


    .details_des_left_title h5 {
        font-size: 22px;
        color: #373373;
        display: inline-block;
    }
    .details_des_left_title h6 {
        display: inline-block;
        font-size: 14px;
        color: #000;
        margin-left: 10px;

    }
   
    .details_des_left_body {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.details_des_left_body_desc{
    width: 100%;
}
.details_des_left_body_desc p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-start;
    text-align:left;
    margin: 6px 0px;
}
    .details_des_left_body_desc p span {
        text-align: left;
        width: 100%;
        font-size: 13px;
        color: #000;
        overflow: hidden;
    }
        .details_des_left_body_desc p span:nth-child(2) {
          
            color: #767676;
        }
        .body_desc_bold {
            font-weight: 500;
            color: #000;
        }
.share_div{
    position: relative;
}
.share_icon {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    position: absolute;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    top: -40px;
    left: -75px;
}
    .share_icon::after {
        top: 100%;
        left: 115px;
        border: 1px solid #000;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #e1dfdf;
        border-width: 10px;
        margin-left: -18px;
    }
    .share_icon::before {
        content: '';
        position: absolute;
        transform: rotate(45deg);
        width: 36px;
        height: 36px;
        bottom: -12px;
        z-index: -1;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    }
    .share_icon ul{
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        align-items: center;
        /*flex-wrap: wrap;*/
    }
    .share_icon ul li {
        margin: 5px 5px;
        transition: .3s;
    }
        .share_icon ul li:hover{
            transform: translateX(2px);
        }
        .share_icon ul li a {
            color: #030238;
           margin-top: 2px;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }
            .share_icon ul li a i {
                margin: 0px 3px;
                font-size: 23px;
            }
.details_des_mid_top{
    padding: 7px 0px 7px 0px !important;
}
            .details_des_mid_top, .details_des_mid_bottom {
                /* border: 1px solid #e0dfdf;*/
                padding: 7px;
                background: #fff;
            }
.details_des_mid_top{
    margin-bottom: 5px;
}
.saller_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}
.details_des_mid_top .posted {
    display: inline-block;
    font-size: 13px;
    color: #373373;
    border-bottom: 2px solid #373373;
    margin-right: 10px;
}
.details_des_mid_top h6 {
    font-weight: 600;
    font-size: 22px;
    color: #030238;
    margin-bottom: 0px;
    display: inline-block;
}
.details_des_mid_top .safty_title {
    font-weight: 600;
    font-size: 13px;
    color: #373373;
    margin-bottom: 0px;
    margin-top: 5px;
    display: inline-block;
}
    .details_des_mid_top .safty_title i {
        font-size: 14px;
        color: #373373;
    }
    .details_user_star p {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 7px;
    }
.details_user_star span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
    .details_user_star span img{
        width: 25px;
        height: 25px;
    }
    .details_user_star span i {
        font-size: 7px;
        color: #dc3545;
        margin-bottom: 3px;
    }
.details_user_star small {
    margin-left:5px;
    background: #072441;
    font-size: 10px;
    padding: 0px 3px;
    border-radius: 3px;
    color: #fff;
}
.details_des_mid_top a {
    font-size: 12px;
    color: #0768ca;
    transition: .3s;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
    .details_des_mid_top a .details_des_mid_top_title{
        font-size: 16px;
        font-weight:800;
        margin-right: 5px;
    }
    .details_des_mid_top a:hover {
        color: #02172c;
    }
.details_des_mid_top .details_user_phn span{
    font-size: 14px;
    font-weight: 500;
    color: #030238;
}
.details_des_mid_top .details_user_phn {
    font-size: 14px;
    font-weight: 600;
    color: #030238;
    margin-bottom: 5px;
}
.details_user_star{
    margin-top: 5px;
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
}
.details_safty_text{
    font-size: 12px;
}
.details_user_star button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border: none;
    background: transparent;
    /* color: #fff; */
    padding: 0px;
    border-radius: 5px;
    /* font-size: 12px; */
    transition: .3s;
}
        .details_user_star button:hover {
            transform: translateX(2px);
        }
    .details_user_star button i{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .details_user_star button .fa-square-phone-flip {
        color: #3d3c73;
    }
    .details_user_star button .fa-square-whatsapp {
        color: #075e54;
    }
    .details_user_star button .fa-square-envelope {
        color: #E64F3D;
    }
    .details_user_star button .fa-flag {
        color: #acac00;
        font-size: 23px;
    }
    .details_user_star button .fa-square-youtube {
        color: #F70000;
        font-size: 23px;
    }
    .details_des_mid_bottom h6 {
        font-weight: 500;
        font-size: 17px;
        color: #2c2c2c;
        margin-bottom: 5px;
    }
    .details_des_mid_bottom h6 i {
        color: #072441;
    }
.details_des_mid_bottom p {
    font-size: 13px;
    color: #2c2c2c;
    margin-bottom: 7px;
}
.details_des_mid_bottom a {
    font-size: 14px;
    color: #0768ca;
    transition: .3s;
    display: block;
}

    .details_des_mid_bottom a:hover {
        color: #02172c;
    }
.details_des_left_bottom {
    border-top: 1px solid #e0dfdf;
    background: #fff;
    margin: 5px 5px 5px 0px;
    padding:10px 0px 0px 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#profile-description {
    margin-top: 0px;
  
}
    #profile-description h4 {
        margin: 0px 0px 15px 10px;
        font-size: 20px;
        font-weight: 500;
        color: #373373;
        cursor: pointer;
    }
    #profile-description #text {
        margin:0px 5px 0px 0px;
        color: #777;
        padding: 0 10px;
       
        font-size: 14px;
        display: block;
        text-align: justify;
    }

    #profile-description .show-more {
        display: flex;
       
        font-size: 14px;
        padding-top: 5px;
        height: 20px;
        text-align: center;
        cursor: pointer;
        margin-left: 10px;
        color: #1779dd;
    }
    #profile-description #seeMoreBtn {
        display: inline-block;
        font-size: 14px;
        color: #1779dd;
        border: none;
        background: transparent;
        margin-left: 10px;
    }

        #profile-description #seeMoreBtn:hover {
            color: #0c437c;
        }


    #profile-description .p1 {
        margin: 0px 20px 0px 10px;
        display: block;
        font-size: 12px;
        text-align: justify;
    }

.details_promote{
    margin: 0px 0px 0px 0px;
    display: flex;
}
.details_promote button{
    border: none;

}
    .details_promote #post_details_boost {
        background: #E64F3D;
    }
    .details_promote button {
        margin-right: 1px;
        border: none;
        background: #575569;
        color: #fff;
        padding: 1px 5px;
        border-radius: 5px;
        font-size: 11px;
        transition: .3s;
    }

        .details_promote button:hover {
            background: #F58180;
            color: #fff;
        }

/******* Similar Item*********/
.post_similar_item{
    margin-top: 0px;
}
    .post_similar_item h3 {
        margin-left: 15px;
        font-size: 20px;
        margin-bottom: 5px;
        color: #373373;
    }
    .post_similar_item .post_item_body {
        margin: 0px 1px;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .post_similar_item .post_body {
        width: 19%;
        margin: 8px 5px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }
#similar_post_pagi nav {
    margin-top: 15px;
    background: #fff !important;
    box-shadow: none !important;
    height: 40px;
}
#similar_post_pagi ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
}
/******* Similar Item*********/


/******** Modal Part **********/

.url {
    padding-top:50px
}
.property_modal .modal-body {
    background: #f2ffff;
    padding-top: 0px;
}
    /*.property_modal .modal-body .modal_logo {
        background: #399765;
    }*/
    .property_modal .modal-body .details_des_mid_top {
      
        background: initial;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
.modal_download_icon {
    border: none;
    background: var(--secondary-color);
    color: var(--text-color);
    padding: 2px 5px;
    border-radius: 5px;
    transition: .3s;
}
    .modal_download_icon:hover {
        background: #F58180;
    }
    .modal_download_icon span {
        font-size: 12px;
    }
    .modal_download_icon span i {
        font-size: 14px;
        margin-right: 2px;
    }
.modal_logo{
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    align-items: flex-end;
    border-bottom:1px solid #000;
    padding-top:7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.modal_logo_img {
    width: 120px;
    height: 120px;
}

    .modal_logo_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.modal_website{
    padding-bottom:0!important;
}
.modal_website h6 {
    color: #000;
    font-size: 15PX;
}
.modal_body_img {
    width: 100%;
    margin: 0 auto;
    height: 250px;
    overflow: hidden;
}
    .modal_body_img img {
      /*  max-height:120px;
        max-width:120px;*/
        height: auto;
        margin: 0 auto;
        max-height: 100%;
        max-width: none !important;
        width: auto;
        display: flex;
        border-radius: 5px;
    }
.modal_title_price{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
    margin: 5px 5px 0px 0px;
}
    .modal_title_price h3 {
        color: #030238;
        font-size: 18px;
        font-weight: 600;
    }
    .modal_title_price h5, .modal_title_price h5 span {
        color: #030238;
        font-size: 18px;
        font-weight: 600;
    }
    .modal_card_part {
        width: 100%;
        justify-content: space-between;
        align-items:flex-start;
        border: 1px solid #bfbfbf;
        margin-top: 10px;
        padding: 11px;
        border-radius: 5px;
    }
.location_item {

    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.modal_card_part_details p span, .modal_card_part_details p {
    font-size: 11px;
    line-height: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .modal_card_part_details p span i {
        font-size: 14px;
        color: #030238;
        margin-right: 4px;
        margin-top: 5px;
    }
    .modal_card_part_details p span:nth-child(2){
        font-weight: 800;
        margin-right: 5px;
    }
    .modal_card_part_details .location {
        color: #2A97F6;
        font-size: 14px;
    }
    .modal_card_part_details .location i {
        color: #2A97F6;
        font-size: 14px;
        margin-right: 5px;
    }
.modal_card_description{
    padding-bottom:10px;
}
.modal_card_description h4 {
    color: #5e5e5e;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 10px 0px 10px 0px !important;
}
.modal_card_description .text{
    font-size: 12px !important;
   /* line-height: 26px;
    letter-spacing: 1.01px;*/
    color: #000 !important;
    padding-left: 0px !important;
   /* font-weight:400;*/
    text-align:initial !important;
    
}
.modal_card_part_saler .details_user_star small {
    font-size: 10px;
    display: inline-block;
    background: none;
    color: #000;
}
/******** End Modal Part **********/


/****** Report Part ********/
#reportModal .modal-content {
    position: relative;
    background: #f2f1ff;
}
#reportModal .modal-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#reportModal #reportFrom label {
    font-size: 14px !important;
}
#reportModal .modal-body p:first-child{
    font-size: 15px !important;
}
#reportModal .modal-body p:last-child {
    font-size: 15px !important;
}
#reportModal #reportFrom .k-dropdown-wrap.k-state-default {
    border: 1px solid #373373;
}
#reportModal .btn {
    background: #373373 !important;
    color: #fff;
}
/****** End Report Part ********/

