.orange_icon_filter {
    filter: invert(59%) sepia(20%) saturate(4656%) hue-rotate(348deg) brightness(100%) contrast(93%);
}

.gray_icon {
    filter: brightness(0) saturate(100%) invert(11%) sepia(25%) saturate(632%) hue-rotate(194deg) brightness(95%) contrast(92%);
    opacity: 0.5;
}

.min_w_48 {
    min-width: 48px;
}

.min_w_16px {
    min-width: 16px;
}

.lh_1_25 {
    line-height: 1.25;
}

.lh_1_5 {
    line-height: 1.5;
}

.custom_card {
    padding: 20px;
    border: 1px solid #E8E9EA;
    border-radius: 1rem;
}

.custom_panel {
    background: #fff;
    box-shadow: 0px 3px 9px 0px #0000001a;
    border-radius: 15px;
    margin-bottom: 24px;
}

.custom_panel .custom_panel_heading {
    display: flex;
    align-items: center;
    padding: 24px;
    gap: 20px;
}

.custom_panel .custom_panel_heading h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    color: #f58020;
}

.custom_panel .custom_panel_body {
    background: #F8F8F9;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 1rem;
}

.custom_panel .custom_panel_body.border_radius_15 {
    border-radius: 15px;
}

.custom_panel .custom_panel_body .custom_panel_body_inner {
    background: #FFF;
    border-radius: 15px;
    padding: 3rem;
}

.summary_img {
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
}

.summary_img a {
    width: 100%;
    height: 100%;
}

.summary_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_panel_block {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem 0;
    border-top: 1px solid #E8E9EA;
}

.custom_panel_block .custom_panel_block_info label {
    color: #4E505A;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
}

.custom_panel_block .custom_panel_block_info h5 {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    line-height: calc(1em + 4px);
    word-break: break-all;
    margin-bottom: 0px;
}

.custom_panel_block .custom_panel_block_icon {
    min-width: 16px;
    line-height: 1;
    margin-top: 4px;
    filter: invert(59%) sepia(20%) saturate(4656%) hue-rotate(348deg) brightness(100%) contrast(93%);
}


.custom_scrollspy {
    border: 1px solid #E8E9EA;
    border-radius: 15px;
    padding: 8px;
    position: sticky;
    top: 16rem;
}

.custom_scroll{
    max-height: 279px;
    overflow: auto;
    padding-right: 5px;
}

.custom_scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #ededed;
}

.custom_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cfcfcf;
}

.custom_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

.custom_scrollspy ul {
    padding: 0;
    margin: 0;
}

.custom_scrollspy li {
    border-bottom: 1px solid #f8f8f9;
    margin-bottom: 8px;
}

.custom_scrollspy li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 22px 8px 8px;
    margin-bottom: 8px;
    border-radius: 10px;
    font-size: 15px;
    color: #111111;
    position: relative;
    transition: ease-in-out 0.5s;
}

.custom_scrollspy li .icon {
    line-height: 1;
    filter: invert(59%) sepia(20%) saturate(4656%) hue-rotate(348deg) brightness(100%) contrast(93%);
}

.custom_scrollspy li a:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url('https://propertychecker.com/img/arw.svg');
    filter: invert(59%) sepia(20%) saturate(4656%) hue-rotate(348deg) brightness(100%) contrast(93%);
}

.custom_scrollspy li a:hover {
    background: #fec3584d;
}

.custom_scrollspy li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
}

.custom_panel_title h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}

.custom_panel_title h3 span:after {
    content: '\a0';
    width: 100%;
    height: 1px;
    margin-left: 0.5rem;
    background: #E8E9EA;
    overflow: hidden;
    position: absolute;
    bottom: 0em;
}

.custom_info_link .custom_info_icon {
    min-width: 16px;
    line-height: 1;
    margin-top: 5px;
    filter: invert(59%) sepia(20%) saturate(4656%) hue-rotate(348deg) brightness(100%) contrast(93%);
}

.custom_info_link a {
    font-size: 22px;
    font-weight: 600;
    color: #f58020;
    line-height: 1.3;
}

.custom_info_link a:hover {
    color: #111111;
}

.custom_block_heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.pipline_yearly_wrapper {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.pipline_yearly_wrapper .info {
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem 0;
}

.pipline_yearly_wrapper .year {
    flex: 0 1 100%;
    color: #f58020;
    font-size: 30px;
    line-height: 1.25;
    text-align: right;
}

.pipline_yearly_wrapper .line {
    flex: 0 0 auto;
    align-self: stretch;
    width: 2px;
    background: #D3D3D6;
    position: relative;
}

.pipline_yearly_wrapper .line:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #FFF;
    border: 2px solid #D3D3D6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pipline_yearly_wrapper .line:after {
    display: block;
    content: "";
    width: 4rem;
    height: 2px;
    background: #D3D3D6;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pipline_yearly_wrapper .info .name a {
    font-size: 20px;
    font-weight: 700;
}

.pipline_yearly_wrapper .info .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    font-size: 13px;
    line-height: 1.285;
    color: #111111;
}

.pipline_yearly_wrapper .info .data .vl {
    font-weight: 600;
}

.pipline_yearly_wrapper .info .name a:hover {
    color: #111111;
}

.custom_block_title {
    font-size: 18px;
    font-weight: bold;
    color: #111111;
}

.listing_data {
    padding: 0.5rem 1rem;
    gap: 1rem;
    background: #F8F8F9;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px;
}

.listing_data .val {
    font-weight: 600;
}

.listing_data:nth-of-type(even) {
    background: #FFF;
}

.listing_data:hover {
    background: #fec3584d;
}

/* --- Custom table design css start --- */
.custom_table2 thead th {
    font-weight: 700;
    text-transform: uppercase;
}

.custom_table2 th,
.custom_table2 td {
    padding: 1rem;
    text-align: left;
    vertical-align: top;
}

.custom_table2 table {
    width: 100%;
}

.custom_table2 table tbody td {
    font-weight: 600;
}

.custom_table2 table tbody td:nth-of-type(odd) {
    background: rgba(34, 36, 49, 0.025);
}

.custom_table2 table tbody tr {
    border-bottom: 1px solid #E8E9EA;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_table2 thead tr {
    border-bottom: 1px solid #E8E9EA;
}

.custom_table2 table tbody tr:hover {
    background: #fec3584d;
}

.custom_table2 table tbody td.color-success {
    color: #238500;
}

.custom_table2 table tbody td.color-warning {
    color: #EA0000;
}

/* --- Custom table design css end --- */

/* Accordion custom */
.custom_accordion .accordion-item {
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgb(245 128 32 / 30%), 0 5px 10px 0 rgb(245 128 32 / 6%);
    transition: ease 0.5s;
}

.custom_accordion .accordion-item .accordion-header .accordion-button {
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #f58020;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
}

.custom_accordion .accordion-item .accordion-header .accordion-button img,
.custom_accordion .accordion-item .accordion-header .accordion-button::after {
    filter: invert(59%) sepia(20%) saturate(4656%) hue-rotate(348deg) brightness(100%) contrast(93%);
}

.custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 22px;
    color: #111;
}

.custom_accordion .accordion-item .accordion-header .accordion-button:hover {
    background: #fec3584d;
}

.custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):hover {
    background: #fff;
}

.custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    filter: invert(2%) sepia(83%) saturate(23%) hue-rotate(345deg) brightness(94%) contrast(90%);
}

.custom_accordion .accordion-item:hover {
    box-shadow: none;
}

.icon_heading {
    width: 64px;
    height: 64px;
    background: #fec3584d;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rating_img {
    min-width: 48px;
    width: 48px;
}

.rating_block {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 1rem 0;
}

.rating_icon img {
    width: 32px;
}

.rating_icon img.rateing {
    width: 28px;
    background: #FFF;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    right: -14px;
    bottom: -14px;
    z-index: 10;
}

.rating_block h6 {
    font-size: 14px;
    margin-bottom: 0px;
}

.images_property_slider .images_property {
    margin: 0px 10px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 225px;
    width: 100%;
    height: 139px;
}

.images_property_slider .images_property img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.images_property_slider .slick-prev,
.images_property_slider .slick-next {
    font-size: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50px;
    background-color: #f58020;
    background-image: url('../images/rightarrow_icon.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    transition: all 0.5s;
}

.images_property_slider .slick-prev {
    left: 0;
    transform: translateX(-20px) rotate(180deg);
}

.images_property_slider .slick-next {
    right: 0;
    transform: translateX(20px) rotate(0deg);
}

.images_property_slider .slick-prev.slick-disabled,
.images_property_slider .slick-next.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.sex_report_user_img {
    width: 96px;
    min-width: 96px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
}

.sex_report_user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sex_report_right .btn_orange {
    min-width: 135px;
    padding: 8px;
    text-transform: uppercase;
    font-size: 14px;
}

.showmore_btn img {
    transform: rotate(90deg);
    width: 9px;
    margin-right: 10px;
}

.showmore_btn:hover img {
    filter: invert(60%) sepia(91%) saturate(6039%) hue-rotate(258deg) brightness(62%) contrast(115%);
}
.promotional-banner {
 animation: subtle-pulse 3s ease-in-out infinite;
}

@keyframes subtle-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}
.badge-limited{
    background: #fef3c7;
    color: #92400e;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}
.sub-text-unlock{
    color: #6b7280;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
}

@media (max-width:1199px) {
    .custom_panel .custom_panel_body .custom_panel_body_inner {
        padding: 2rem;
    }
}

@media (max-width:991px) {
    .custom_panel {
        border-radius: 10px;
    }

    .custom_panel .custom_panel_body .custom_panel_body_inner {
        padding: 1rem;
        border-radius: 6px;
    }

    .custom_panel .custom_panel_heading h4 {
        font-size: 26px;
    }

    .custom_panel_block {
        padding: 1rem 0;
    }

    .custom_panel_block .custom_panel_block_info h5 {
        font-size: 16px;
    }

    .custom_block_heading {
        font-size: 19px;
    }

    .custom_panel .custom_panel_body {
        padding: 8px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .icon_heading {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .icon_heading img {
        width: 24px;
    }

    .rating_img {
        min-width: 36px;
        width: 36px;
    }

    .pipline_yearly_wrapper {
        gap: 3rem;
    }

    .custom_table2 th,
    .custom_table2 td {
        padding: 0.5rem 1rem;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .custom_panel_block {
        padding: 0.75rem 0;
    }

    .custom_info_link a {
        font-size: 18px;
    }

    .custom_panel .custom_panel_heading {
        padding: 18px;
        gap: 16px;
    }

    .custom_panel .custom_panel_heading span img {
        width: 24px;
    }

    .custom_panel .custom_panel_heading h4 {
        font-size: 20px;
    }

    .custom_scrollspy li a {
        padding: 6px 22px 6px 8px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .custom_panel_title h3,
    .custom_block_title {
        font-size: 15px;
    }

    .custom_block_heading {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .pipline_yearly_wrapper .year {
        flex: 0 0 auto;
        width: 30px;
        font-size: 13px;
    }

    .pipline_yearly_wrapper .info {
        padding: 0.75rem 0;
        gap: 0.25rem;
    }

    .pipline_yearly_wrapper .line {
        width: 1px;
    }

    .pipline_yearly_wrapper .line:before {
        width: 7px;
        height: 7px;
        border-width: 1px;
    }

    .pipline_yearly_wrapper .line:after {
        height: 1px;
        -webkit-transform: translateX(-50%) translateY(calc(-50% - 0.5px));
        -ms-transform: translateX(-50%) translateY(calc(-50% - 0.5px));
        transform: translateX(-50%) translateY(calc(-50% - 0.5px));
        width: 2rem;
    }

    .pipline_yearly_wrapper {
        gap: 1.75rem;
    }

    .pipline_yearly_wrapper .info .name a {
        font-size: 13px;
    }

    .pipline_yearly_wrapper .info .data {
        font-size: 12px;
        gap: 6px;
    }

    .custom_table2 th,
    .custom_table2 td {
        font-size: 10px;
        padding: 0.5rem 0.75rem;
    }

    .listing_data {
        padding: 0.25rem 0.5rem;
    }

    .custom_accordion .accordion-item .accordion-header .accordion-button {
        gap: 16px;
        font-size: 14px;
        padding: 12px 16px;
    }

    .custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        font-size: 16px;
        padding: 20px 24px 6px;
    }

    .images_property_slider .images_property {
        height: 36vh;
        max-width: 100%;
    }

    .custom_card {
        padding: 15px;
    }

    .sex_report_card {
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sex_report_left p {
        font-size: 14px;
    }

}

@media (max-width:575px) {
    .images_property_slider .images_property {
        height: 25vh;
    }

    .custom_info_link .custom_info_icon {
        margin-top: 2px;
    }

    .custom_info_link a {
        font-size: 17px;
    }

    .custom_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        padding: 20px 16px 6px;
    }

    .custom_accordion .accordion-item .accordion-body {
        padding: 16px;
    }

    .custom_panel_body_inner p {
        font-size: 12px;
    }
}

/* Lazy load css */
.lazy_load {
    /* padding: 10px;
    border: 1px solid #E8E8E8; */
    border-radius: 5px;
    margin-bottom: 0.15rem;
}

.lazy_load div {
    background: #E8E8E8;
}

.lazy_load .square {
    width: 100%;
    height: 56px;
    margin: 10px 0px;
    border-radius: 5px;
}

.lazy_load .line {
    height: 12px;
    margin: 10px 0px;
    border-radius: 2px;
}

.lazy_load .line:nth-child(2) {
    width: 95%;
}

.lazy_load .line:nth-child(3) {
    width: 100%;
}

.lazy_load .line:nth-child(4) {
    width: 97%;
}

/* 
  --------------
  Wave effect animation 
  Activated by adding a '.wave' class to the placeholder
  --------------
*/

.lazy_load.wave div{
    animation: wave 1s infinite linear forwards;
    -webkit-animation:wave 1s infinite linear forwards;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
}

@keyframes wave{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

@-webkit-keyframes wave{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

/* Flip Animation CSS  */
h4 .flip {
    display: inline-block;
    position: relative;
    width: auto;
    height: 40px;
    position: relative;
    white-space: nowrap;
    top: 19px;
    perspective: 500;
    transition: all 0.3s ease-in-out;
    color: #f58020;
    text-transform: capitalize;
}
h4 .flip span {
    font-weight: 600;
    display: block;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    position: absolute;
    top: 17px;
    left: 0;

}
h4 .flip span.set {
    top: 0;
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
h4 .flip span.down {
    top: 40px;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

@media (max-width: 899px){
    h4 .flip {
        white-space: normal;
        display: block;
        font-size: 18px;
    }
    .flip-wrapper span{
        font-size: 18px;
        margin: 0;
    }
  }

  @media (max-width: 767px){
    h4 .flip,
    .flip-wrapper span {
       font-size: 16px;
    }
    .call_label .tooltip .tooltiptext {
        left: 0;
    }
  }