html,body {
    overflow-x: hidden;
}
.banner-sec h1 {
    font-size: 58px;
    font-weight: 500;
    line-height: 60px;
}
.banner-sec p {
    line-height: 26px;
    font-size: 19px;
}
.bannerSection .customList li {
    font-size: 19px;
}
.customList li {
    font-size: 18px;
}
h2 {
    font-size: 40px;
    line-height: 45px;
}
h3 {
    font-size: 24px;
}
.innerBannerSec {
    padding-top: 70px;
}
.innerBannerSec.banner-sec h1 {
}
.innerBannerSec.banner-sec p {
    font-size: 20px;
    text-align: justify;
}
.customBannerSec {
    display: inline-block;
    width: 100%;
    padding: 150px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background: linear-gradient(rgb(4 38 92 / 80%), rgba(0, 0, 0, 0.6)), url('../images/banner-image-01-min.png') no-repeat center center/cover;
}

.bannerInnerDiv {
    display: inline-block;
    max-width: 900px;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.customBannerSec h1 {
    font-size: 35px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    animation: fadeInUp 1s ease-out forwards;
    font-weight: 600;
    font-family: 'rajdhani-r';
    margin-bottom: 30px;
}
.customBannerSec h1 span {
    color: #cb2824;
    font-family: 'rajdhani-b';
    font-size: 85px;
    display: inline-block;
    width: 100%;
    line-height: 81px;
    margin-top: 14px;
}

.customBannerSec h1::after {
    content: "";
    background: #cb2824;
    width: 200px;
    height: 8px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.customBannerLeftAlign {
    background: linear-gradient(rgb(4 38 92 / 80%), rgba(0, 0, 0, 0.6)), url(../images/banner-image-02-min.png) no-repeat center center / cover;
    text-align: left;
}
.customBannerLeftAlign .arrow-btn-sec {
    margin-top: 80px;
}
.customBannerLeftAlign .bannerInnerDiv {
    max-width: 910px;
}
.customBannerLeftAlign h1 {
    padding-bottom: 0;
    padding-left: 30px;
}
.customBannerLeftAlign h1::after {
    width: 5px;
    height: 92%;
    top: 50%;
    left: 0;
    bottom: auto;
    transform: translateY(-50%);
}
.customBannerLeftAlign p,
.customBannerLeftAlign h1 {
    text-align: left !important;
    text-align-last: left !important;
}
.customBannerSec p {
    font-size: 18px;
    color: #fff;
    text-align: justify;
    text-align-last: center;
}
.customBannerSec .arrow-btn-sec img {
    filter: invert(1) brightness(2);
}



.centerBoxDiv {
    padding: 60px 20px;
    /* background-color: #f9f9f9; */
    /* optional light background */
    text-align: center;
}
.centerBoxDiv h2 {
    margin-bottom: 10px;
}
.centerBoxDiv p {
    margin-bottom: 30px;
}
.boxWrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}
.singleBox {
    background: #f9f9f9;
    border: 2px solid #f0f0f0;
    border-radius: 6px;
    padding: 40px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    width: 100%;
}
.singleBox:hover {
    border-color: var(--primary);
    background: #f1f6ff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.singleBox p {
    font-size: 18px;
    margin: 0 !important;
}
.iconCircle {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 1px solid var(--primary);
    color: #fff;
    font-size: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.bottomText {
    margin-top: 40px;
}



.ourSubscriptoin {
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    padding: 60px 20px;
}
.customTableDesign {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.customTableDesign thead th {
    background-color: var(--primary);
    color: white;
    padding: 12px 15px;
    font-size: 16px !important;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid #fff;
}

.customTableDesign tbody th {
    background: #f4f7fb;
    padding: 12px 15px !important;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #e1e8ed;
    text-align: left;
}

.customTable.table-responsive .customTableDesign td {
    padding: 12px 15px;
    border-bottom: 1px solid #e1e8ed;
    font-size: 16px !important;
    color: #444;
    text-align: left;
}

.customTableDesign tbody tr:nth-child(even) td {
    background-color: #f9fbfc;
}

.customTableDesign tbody tr:hover td {
    background-color: #eef4ff;
    transition: 0.3s;
}

.customTableDesign td:first-child,
.customTableDesign th:first-child {
    /* border-left: none; */
}

.simpleList {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
    text-align: right;
}

.simpleList li {
    display: inline-block;
    margin: 5px 15px;
    font-size: 16px;
    color: var(--primary);
    font-weight: 500;
}

.customListWithIcons {
    display: inline-block;
    width: 100%;
}
.customListWithIcons li {
    display: inline-block;
    width: 100%;
    padding-left: 75px;
    position: relative;
    margin-bottom: 20px;
    line-height: 20px;
    min-height: 60px;
    font-family: 'poppins-r';
}
.fullWidthAB {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 17px;
}
.customListWithIcons li span {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ecf3ff;
    border-radius: 50px;
}
.customListWithIcons li:hover span {
    background: var(--primary);
}
.customListWithIcons li:hover span img {
    filter: invert(1) brightness(2);
}

.worldwide-sec p {
    color: #fff;
}
.worldwide-sec .my-btn a {
    border: 1px solid var(--primary) !important;
}
.worldwide-sec.my-btn a:hover  {
     border: 1px solid #fff !important;
 }



.benefit-box {
     background-color: #fff;
     border-radius: 20px;
     box-shadow: 0 0 10px rgb(0, 0, 0, 0.09);
     padding: 40px 35px;
     margin: 0;
     margin-top: 0;
     margin-bottom: 45px;
     min-height: 320px;
     cursor: default;
     transition: all 0.3s ease-in-out;
 }
 .benefit-box img {
     margin-bottom: 30px;
     max-width: 100px;
 }
 .benefit-box p {
     font-size: 18px;
     margin: 0 !important;
    color: #2f2f2f;
 }
 .benefit-box:hover {
     background-color: #d3242d;
 }
 .benefit-box:hover img {
     filter: invert(1) brightness(10);
 }
 .benefit-box:hover p {
    color: #fff;
 }
 .erpBuildSec {
    padding: 90px 0 50px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.erpBuildSec .row {
    position: relative;
}
/* .erpBuildSec.row {
    background-image: url(../images/erp-bg-image.png);
    background-repeat: no-repeat;
    background-position: center;
} */
.erpBuildSec p {
    font-size: 18px;
}
.erpBuildSec img.lozad {
    position: absolute;
    left: 140px;
    top: -45px;
    width: 1500px;
    height: 825px;
    max-width: unset;
    padding: 0;
    object-fit: cover;
    object-position: bottom left;
    border-radius: 30px;
    overflow: hidden;
    z-index: 3;
}
.erpBuildSec .row > div {
    z-index: 4;
}
.erpBuildSec .dimondImage {
    position: absolute;
    top: -90px;
    left: -20px;
    width: 820px;
}
.erpBuildSec .dottImage {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 340px;
}
.listWuthNo {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.signleListNo {
    display: inline-block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 4.5px 7.794px 46px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 20px;
    border-radius: 7px;
    padding: 20px 20px 20px 50px;
    position: relative;
    min-height: 155px;
}
.signleListNo span {
    border-radius: 50%;
    background-color: rgb(241, 175, 41);
    box-shadow: 4.5px 7.794px 46px 0px rgba(0, 0, 0, 0.18);
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.leftImageSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.rightImageSec .row,
.leftImageSec .row {
    align-items: center;
}
.leftImageSec::after {
    content: "";
    background: #f3f3f3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    z-index: 0;
}
.leftImageSec .container {
    position: relative;
    z-index: 1;
}
.leftImageDiv {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
}
.leftImageDiv .dottImage {
    position: absolute;
    bottom: -0px;
    right: -10px;
}
.leftImageDiv .leftImage {
    width: auto;
    max-width: unset;
    float: right;
    position: relative;
    z-index: 1;
}

.rightImageSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.rightImageDiv {
    display: inline-block;
    width: 100%;
    text-align: right;
    position: relative;
}

.rightImageDiv .dottImage {
    position: absolute;
    bottom: -0px;
    right: -10px;
}

.rightImageDiv .rightImage {
    width: auto;
    max-width: unset;
    float: left;
    position: relative;
    z-index: 1;
}
.leftImageSec p,
.rightImageSec p {
    font-size: 18px;
}




.realProblumSec {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.realProbImage {
    position: relative;
    display: inline-block;
    width: 100%;
}
.realProblumSec p {
    font-size: 18px;
}
.realProblumSec .row {
    align-items: center;
}
.realProbImage .imageRPI {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 3;
}
.imageBgRPI {
    position: absolute;
    left: -120px;
    top: -20px;
    z-index: 2;
}
.dottImageRPI {
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 2;
}
.agencyOwnerSec .imageBgRPI {
    left: auto;
    right: -120px;
}
.agencyOwnerSec .dottImageRPI {
    left: 0;
    right: auto;
}

.realProbImage.agentForLife .imageRPI {
    /*max-height: 600px;*/
    object-fit: cover;
    object-position: top center;
    padding: 30px;
    width: 100%;
    background: rgba(255,255,255,0.8);
    border-radius: 70px;
}
.whyChoooseListingmine h2 {
    padding-top: 90px;
}
.whyChoooseListingmine ul {
    margin-bottom: 90px;
}

.coBookingList .signleListNo {
    display: inline-flex;
    width: 100%;
    align-items: center;
    min-height: 110px;
}

.listWuthNo.twoLineListDiv .signleListNo {
    min-height: 75px;
}

.innerPageBanner {
    background-image: url(../images/inner-page-bg.png);
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 80px 0 0;
}
.bannerLeftText {
    padding: 100px 0;
}
.bannerLeftText h2 {
    font-size: 55px;
    color: #fff;
    font-family: "Pathway Gothic One";
    font-weight: 300;
    line-height: 65px;
    letter-spacing: 1px;
}
.innerPageBanner .bannerLeftText p {
    font-size: 22px;
    color: #fff;
    padding: 20px 0;
    font-weight: 300;
    max-width: 950px;
    margin: 0 auto;
}




.faqSec {
    display: inline-block;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 40px;
}
.faqSec .container {
    max-width: 820px;
}
.q-mark {
    font-family: 'Roboto-Bold', sans-serif;
    color: #D40119;
    padding: 18px 0 18px 18px;
    font-weight: 600;
}
.question {
    font-family: 'rajdhani-b';
    font-size: 20px;
    color: #5C5C5C;
    line-height: 24px;
    padding: 14px;
    margin-bottom: 0;
}
.material-icons.drop {
    padding: 8px;
    font-size: 20px;
    color: #D40119;
    transition: transform .5s ease-in-out;
}
.answer {
    font-size: 16px;
    padding: 16px 16px 32px 50px;
    background-color: white;
    overflow: hidden;
    font-family: 'poppins-r';
}
.accordion {
    background-color: #ffffff;
    color: #444;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    border: none;
    outline: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.12),
        0 1px 3px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}
.question-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color .25s ease-in-out;
}
.answer-wrapper {
    display: none;
}
.icon-expend {
    transform: rotateX(180deg);
    transition: transform .75s ease-in-out;
}
.expanded .question-wrapper {
    background-color: #EBEBEB;
}
.expanded .question-wrapper p {
    color: #3D3D3D;
}

.caseStudySingleDiv {
    display: inline-block;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 4.5px 7.794px 46px 0px rgba(0, 0, 0, 0.18);
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 20px;
    position: relative;
}
.bannerImpText {
    background: linear-gradient(135deg, #1c4281, #d3242d);
    padding: 18px 18px;
    display: inline-block;
    width: 100%;
    border-radius: 20px 0 20px 0;
}
.bannerImpText p {
    color: #fff !important;
    margin: 0 !important;
}




@media only screen and (max-width: 1220px) {
    .banner-sec h1 {
        line-height: 55px;
    }
    .benefit-box {
        padding: 40px 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .customBannerSec h1 span {
        font-size: 75px;
        line-height: 75px;
    }
    .customBannerSec h1 {
        font-size: 28px;
    }
    .boxWrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .singleBox {
        width: calc(50% - 16px);
    }
}
@media only screen and (max-width: 991px) {
    .banner-sec h1 {
        font-size: 50px;
        line-height: 48px;
        margin-top: 0px;
    }
    .banner-sec p {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 15px !important;
    }
    .erpBuildSec img.lozad {
        left: 70px;
        width: 1200px;
        height: 1045px;
    }
    h2 {
        font-size: 36px;
        line-height: 37px;
    }
    .imageBgRPI {
        left: -20px;
        top: -11px;
    }
}
@media only screen and (max-width: 767px) {
    .customBannerSec h1 span {
        font-size: 44px;
        line-height: 44px;
        margin-top: 5px;
    }
    .customBannerSec h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 30px;
    }
    .singleBox {
        width: 100%;
    }
    .customBannerSec {
        padding: 60px 0 50px
    }
    .innerBannerSec.banner-sec h1 {
        font-size: 32px;
    }
    .innerBannerSec {
        padding-top: 20px;
    }
    .singleBox p {
        font-size: 16px;
    }
    .customTableDesign tr th,
    .customTableDesign tr td {
        padding: 8px 15px !important;
        line-height: 18px;
        font-size: 16px !important;
    }
    .banner-sec h1 {
        text-align: left;
    }
    .banner-sec h1 br {
        display: none;
    }
    .right-img-div {
        max-width: 100%;
        width: 100%;
    }
    .rightImageDiv .rightImage,
    .leftImageDiv .leftImage {
        width: 100%;
    }
    .rightImageDiv .dottImage,
    .leftImageDiv .dottImage {
        width: 150px;
    }
        .signleListNo span {
        width: 52px;
        height: 52px;
        font-size: 24px;
        left: -20px;
    }
    .agencyOwnerSec .imageBgRPI {
        right: 0;
    }
    .leftImageSec,
    .rightImageSec,
    .ourSubscriptoin,
    .realProblumSec {
        padding: 20px 0;
    }
    .centerBoxDiv {
        padding: 20px 0px 0;
    }
    .benefit-box {
        margin-bottom: 20px;
        min-height: 300px;
    }
}
@media only screen and (max-width: 450px) {
    .banner-sec h1 {
        font-size: 36px;
        line-height: 38px;
        margin-top: 0px;
    }
    .banner-sec p {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    h3 {
        font-size: 20px;
    }
    .realProblumSec p,
    .customList li,
    .leftImageSec p,
    .rightImageSec p,
    .erpBuildSec p,
    .benefit-box p,
    .bannerSection .customList li {
        font-size: 16px;
    }
    .erpBuildSec img.lozad {
        left: 0;
        height: 935px;
    }
}
