@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

body,
div,
p,
strong,
h1,
h2 {
    font-family: 'Nunito Sans', sans-serif !important;
    text-transform: capitalize
}

#print {
    width: calc(100% - 80px);
    padding: 20px 40px 40px 40px;
    background: #ffffff;
    float: left;
    display: inline-block;
    height: auto;
}

#print .logo {
    max-height: 54px;
    width: auto;
}

.title-print {
    font-size: 25px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    line-height: 1.3em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #222;
}

.print-price {
    font-size: 16px;
    margin-bottom: 10px;
    color:
        #5c727d;
}

.print-col-img {
    position: relative;
    margin-right: 20px;
}

.print-col-img img {
    margin-bottom: 15px
}

.print-col-img .img-print {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 30px
}

.rq {
    position: absolute;
    top: -110PX;
    right: -23px;
    width: 110px !important;
    height: 110px !important
}

.print_header {
    margin-top: 20px;
    width: 100%;
    /* background-color: #f0f0f0; */
    /* padding: 10px; */
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.print_header h2 {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 0px;
}

.print-content {
    width: calc(100% - 40px);
    line-height: 1.6em;
    border: 1px solid #f0f0f0;
    padding: 20px;
    font-size: 14px;
    float: left;
    color: #5c727d
}

.agent_print_image {
    max-width: 175px;
    display: inline-block;
    float: left;
    width: 50%;
}

.agent_print_image img {
    width: 100%
}

.print_agent_wrapper {
    display: inline-block;
    width: 50%;
}

.listing_detail_agent {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-size: 14px;

}

.print-content p {
    margin: 0;
    padding: 0
}

.listing_detail {
    width: 33.3%;
    display: inline-block;
    padding: 3px 3px 3px 0px;
}

.feature_chapter_name {
    font-weight: 800;
    margin: 5px 0px 10px 0px;
    padding-left: 0px;
    position: relative;
    color: #222;
    float: left;
    width: 100%
}

.mt-0 {
    margin-top: 0 !important;
}