/* CSS Document */

body {
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    padding: 0px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

.mini-heder {
    margin: 0px;
    padding: 12px 0px;
    background-color: #06467a;
    width: 100%;
    height: 45px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

a:hover {
    color: #005394;
}

.call p {
    color: #fff;
    font-size: 15px;
    margin: 0px;
}

.social-media {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

span.follow-links {
    color: #fff;
}

ul.social-share-transparent li {
    list-style: none;
    display: inline;
    padding: 0 7px;
    font-size: 14px;
}

    ul.social-share-transparent li a {
        color: #fff;
    }


ul.social-share-transparent {
    margin: 0px;
    float: right;
}

ul.info-mini {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

    ul.info-mini li {
        display: inline;
    }

        ul.info-mini li a {
            color: #d0f1af;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px;
        }

            ul.info-mini li a:hover {
                color: #fff;
            }

    ul.info-mini li {
        padding: 0px 20px;
        border-right: solid 1px #ababab;
    }

        ul.info-mini li:last-child {
            border: none;
        }

i.fa-solid.fa-bars.mobile-menubar {
    font-size: 38px;
    position: relative;
    top: -7px;
}

li.menubar {
    padding: 0px 0px 0px 32px !important;
}
/***Change-css**/
.infomation-topinfo {
    color: #FFF;
}

.customer-message {
    display: inline-block;
}

.top-infoheader {
    padding: 0;
    font-size: 14px;
    text-align: center;
}


.customer-message a {
    color: #d0f1af;
    font-weight: 700;
}

.customer-message.first-message a:before {
    content: "";
    color: #999;
    text-decoration: none;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.customer-message a:before {
    content: "|";
    color: #ababab;
    text-decoration: none;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 300;
}

.customer-message a:hover {
    color: #FFF;
}








.header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.header-bar {
    position: absolute;
    top: 60px;
    z-index: 9999;
    width: 100%;
    padding: 0px 30px;
}

.Menu-hero {
    padding: 30px 0 0 0;
}

ul.nav-header {
    float: right;
    margin: 0px;
    padding: 0px;
}

    ul.nav-header li {
        list-style: none;
        padding: 0px 12px;
    }

ul.d-flex.nav-header li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
}

.header-bar a.login-account {
    padding: 7px 10px;
}

a.login-account {
    background-color: #333;
    padding: 10px 20px;
    border-radius: 50px;
}

    a.login-account:hover {
        background-color: #60a033;
    }

.showcase {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    height: 82.5vh;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color) url("https://vpinedashares.imfast.io/files/cover.jpg") no-repeat center center/cover;
}

    .video-container video {
        width: 100%;
    }

.content {
    z-index: 10;
}

.top_heading {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .top_heading P {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
    }

    .top_heading h1 {
        font-size: 48px;
        font-weight: 700;
        color: #fff;
    }
/**Open-munu-css**/
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 500px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Stay on top */
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: width 0.9s ease, opacity 0.9s ease; /* 0.5 second transition effect to slide in the sidenav */
    opacity: 0;
    visibility: hidden;
}

    .sidenav.open {
        opacity: 1;
        visibility: visible;
    }
    /* The navigation menu links */
    .sidenav a {
        text-decoration: none;
        font-size: 22px;
        color: #7cba32;
        display: block;
        transition: 0.3s;
        font-weight: 700;
        text-transform: uppercase;
    }

body.no-scroll {
    overflow: hidden;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -16px;
    right: 35px;
    font-size: 66px;
    margin-left: 50px;
    color: #fff;
    font-weight: 400;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav {
    right: 0px;
    padding: 0px;
}

.menu-open {
    float: right;
    padding: 15px 0 0 0;
}

span.baricon img {
    width: 50px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    /*  .sidenav a {
            font-size: 18px;
        }*/
}

.sidenav {
    right: 0;
}

.all-links {
    text-align: center;
    padding: 75px 0 0 0;
    width: 100%;
}

    .all-links ul {
        margin: 0px;
        padding: 0px;
    }

i.fa-solid.fa-angle-right.arrow-mobile {
    padding: 0 0 0 10px;
}

i.fa-solid.fa-angle-right.arrow-mobile {
    display: none;
}

.all-links ul li {
    padding: 8px 0px;
    list-style: none;
}

/**Opne-side-menu**/


.sidebar-navigation .title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    background-color: #fff;
    align-items: center;
    font-weight: 600;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

    .sidebar-navigation ul li {
        display: block;
    }

        .sidebar-navigation ul li a {
            position: relative;
            display: block;
            padding: 0px 16px;
            font-size: 22px;
            font-weight: 700;
            text-decoration: none;
            color: #7cba32;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .sidebar-navigation ul li a em {
                font-size: 24px;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                padding: 5px;
                border-radius: 50%;
            }


        .sidebar-navigation ul li ul {
            display: none;
        }

            .sidebar-navigation ul li ul li {
                font-weight: 400;
            }

            .sidebar-navigation ul li ul.open {
                display: block;
            }

            .sidebar-navigation ul li ul li a {
                font-size: 18px;
                font-weight: 400;
                color: #FFF;
            }

            .sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
                margin-right: 10px;
            }

            .sidebar-navigation ul li ul li.selected.selected--last > a {
                background-color: #94aab0;
                color: #fff;
            }

                .sidebar-navigation ul li ul li.selected.selected--last > a:before {
                    background-color: #fff;
                }

li.selected--last {
    padding: 7px 0px !important;
}

.btn-action a {
    background-color: #60a033;
    padding: 20px 45px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 5px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
}

    .btn-action a:hover {
        background-color: #497d29;
    }

.btn-action {
    padding: 40px 0 0 0;
}

.box-bg-action {
    background-color: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}


.setting-manage {
    top: -60px;
}

.box-bg-action ul li {
    list-style: none;
    display: inline;
    width: 180px;
    display: inline-block;
    padding: 5px 0px;
    margin: -4px 0px -4px 0px;
}

.details-info {
    padding: 0 70px 0 0;
}

.box-bg-action ul li:hover img.none-simple {
    filter: brightness(0) invert(1);
    width: auto;
}

.icon-hero {
    padding: 11px 0 0 0;
}

.box-bg-action ul li a {
    padding: 17px 35px 15px 35px;
    font-size: 19px;
    text-align: center;
    color: #6e6e6e;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    border-right: solid 1px #ccc;
}

.box-bg-action ul {
    margin: 0px;
    padding: 10px 0;
}

    .box-bg-action ul li:hover {
        background: rgb(194, 223, 167);
        background: linear-gradient(270deg, rgba(185, 218, 153, 1) 0%, rgba(127, 187, 66, 1) 100%);
        transition: .03s linear;
        transform: scale(1.3);
    }

    .box-bg-action ul li:first-child:hover {
        border-radius: 10px 0px 0px 10px;
    }

    .box-bg-action ul li:last-child:hover {
        border-radius: 0px 10px 10px 0px;
    }

    .box-bg-action ul li:hover a {
        color: #fff;
        font-size: 16px;
    }

    .box-bg-action ul li:last-child {
        position: relative;
    }


a.no-border {
    border: none !important;
}


.customerCTAs {
    top: 79vh;
}

.customerCTAs, .customerCTA {
    height: 118px;
}

.customerCTAs {
    height: 180px;
    width: 730px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    border: 1px solid #d3d3d3;
    position: absolute;
    list-style-type: none;
    top: 80vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.customerCTA:nth-of-type(1n) {
    left: 0;
}

.customerCTAs, .customerCTA {
    height: 118px;
}

.customerCTA {
    position: absolute;
    width: 180px;
    height: 180px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 0;
}

    .customerCTA a {
        height: 74px;
    }

    .customerCTA a {
        height: 140px;
        width: 180px;
        display: block;
        margin: 20px 0;
        border-right: 1px solid #b8b8b8;
        color: #6e6e6e;
    }

        .customerCTA a div {
            padding-top: 14px;
        }

        .customerCTA a div {
            padding: 8px 25px 0 25px;
            font-size: 19px;
            line-height: 23px;
        }

    .customerCTA:nth-of-type(1n) {
        left: 0;
    }

.customerCTAs, .customerCTA {
    height: 118px;
}

.customerCTA {
    position: absolute;
    width: 180px;
    height: 180px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 0;
}

.box-action {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

ul.social-icons li a i {
    color: #d2d2d2;
}

/**Welcome-info-section**/


.welcome-info {
    width: 100%;
    margin: 0px;
    padding: 210px 0px 60px 0px;
}

    .welcome-info .btn-learn-more a {
        display: inline-block;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
        height: 40px;
        padding: 0 30px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: .07rem;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
        background-color: #60a033;
        border-radius: 4px;
        border: 1px solid #60a033;
        cursor: pointer;
        box-sizing: border-box;
        margin-top: 0;
    }

.details-info h2 {
    color: #282964;
    font-weight: 700;
    font-size: 30px;
}

h2.pace-title {
    margin: 0 0 40px 0px;
}

.details-info p {
    color: #646464;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    margin: 0 0 30px 0;
}

.home-customers-Strong .btn-learn-more a {
    margin-top: 0;
    padding: 0px 25px;
}

.btn-learn-more a {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: auto;
    padding: 6px 40px;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #60a033;
    border-radius: 4px;
    border: 1px solid #60a033;
    cursor: pointer;
    box-sizing: border-box;
}



    .btn-learn-more a:hover {
        background-color: #005394;
        border: 1px solid #005394;
    }

/**The Lender You Can Trust**/
.lender-section {
    background: linear-gradient(180deg, rgba(0, 177, 225, 1) 0%, rgba(115, 212, 238, 1) 100%);
    padding: 13px 0 50px 0;
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 55px 0px;
}

    .lender-section .title-of-leader h2 {
        font-size: 30px;
        line-height: 1.25;
        letter-spacing: -.1rem;
        font-weight: 700;
        color: #fff;
    }

.title-of-leader h2 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.title-of-leader.text-center p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
    padding: 30px 0 0 0;
}

.title-of-leader ul {
    margin: 0px;
    padding: 50px 0 0 0;
}

    .title-of-leader ul li {
        list-style: none;
        display: inline-block;
        padding: 0 20px 30px 20px;
    }

        .title-of-leader ul li img {
            max-width: 100px;
        }

/****happiness-customer***/
.happiness-customer {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 80px 0px;
}

.title-of-heppiness-cus {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .title-of-heppiness-cus h2 {
        color: #282964;
        font-weight: 700;
        font-size: 28px;
    }

    .title-of-heppiness-cus p {
        color: #646464;
        font-size: 17px;
        line-height: 28px;
        padding: 30px 0 0 0;
    }

.testimonials-wrap {
    padding: 40px 0;
}

.heading-section {
    text-align: center;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #AAA;
    border-radius: 15px;
    height: 370px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    width: 100%;
}

    .carousel-testimonial .owl-nav button {
        outline: none;
        padding: 0;
    }

        .carousel-testimonial .owl-nav button.owl-next span, .carousel-testimonial .owl-nav button.owl-prev span {
            display: block;
            font-size: 120px;
            width: 15px;
            height: 55px;
            vertical-align: 0px;
            line-height: 16px;
            font-weight: 300;
        }

.owl-dots {
    position: absolute;
    top: 0px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled, .carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.25;
}

.owl-nav {
    position: absolute;
    top: 45%;
    color: #646464;
}

button.owl-next {
    float: right;
    position: absolute;
    right: -50px;
}

button.owl-prev {
    position: absolute;
    left: -70px;
}

.startrating ul {
    margin: 0px;
    padding: 0px;
}

    .startrating ul li {
        list-style: none;
        display: inline-block;
    }

.ratin-ratio {
    font-weight: 600;
    color: #2077b0;
    font-size: 14px;
}

.name-of-customer h3 {
    font-weight: 700;
    color: #646464;
    font-size: 18px;
    margin: 10px 0 0 0;
}

.name-of-customer p {
    color: #666;
    font-size: 14px;
    font-style: italic;
    padding: 0px 0 0 0;
    margin: 0px;
    font-weight: 300;
    line-height: 1.2;
}

.verified-badge span {
    border: solid 1px #ccc;
    padding: 4px 5px;
    color: #646464;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.verified-badge {
    padding: 10px 0px;
}

p.cus-message {
    font-size: 15px;
    font-style: italic;
    color: #666;
    /*    min-height: 135px;*/
    padding-top: 5px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

a.read-morebnt {
    color: #000;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
/***Your-goal-section***/

.your-goal-section {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 80px 0px;
    background-color: #efefef;
}

    .your-goal-section .title-of-heppiness-cus h2 {
        font-size: 30px;
    }

.title-of-heading {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}

    .title-of-heading p {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0px;
        padding: 20px 0px;
        font-size: 20px;
    }

.margin-20 {
    margin: 60px 0 0 0;
}

.pro-img {
    transition: transform 0.3s ease-in-out;
    margin: 0 0 30px 0;
}

    .pro-img span img {
        border-radius: 10px;
    }

    .pro-img:hover {
        transform: scale(1.1);
    }

.community-section {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 140px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

    .community-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); /* adjust darkness here */
    }

.community-details {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

    .community-details h2 {
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        padding: 0 0 0px 0;
    }

    .community-details p {
        color: #fff;
        font-weight: 650;
        font-size: 17px;
        line-height: 27px;
        text-align: center;
    }


.learmore-bnt a {
    background-color: #60a033;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    padding: 17px 45px;
    display: inline-block;
    border-radius: 5px;
}

    .learmore-bnt a:hover {
        background-color: #005394;
    }

.learmore-bnt {
    padding: 50px 0 0 0;
}

.community-type-logo {
    text-align: center;
    width: 100%;
    padding: 40px 0px 0px 0px;
}

    .community-type-logo ul {
        margin: 0px;
        padding: 0px;
    }

        .community-type-logo ul li {
            list-style: none;
            display: inline-block;
            padding: 0px 30px;
        }

.planet-section {
    width: 100%;
    margin: 0px;
    padding: 120px 0px;
}

.bg-info-tech {
    width: 100%;
    display: inline-block;
    margin: 70px 0 0 0;
    padding: 0px;
    background-color: #dddddd;
    border-radius: 10px;
}

.img-themb {
    margin: 0px;
    padding: 20px 0px 0 0px;
    min-width: 165px;
    border-right: 1px solid #d3d3d3;
    margin-right: 20px;
}

    .img-themb img {
        border-radius: 0px 0px 0px 10px;
        width: 100%;
    }

.desc-info {
    color: #4c4c4c;
}

    .desc-info p {
        padding: 30px 30px 0 0px;
        margin: 0px;
        font-weight: 700;
        font-size: 17px;
    }

.name-of-cus p {
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}

.name-of-cus {
    padding: 15px 0px;
}

    .name-of-cus span {
        font-size: 15px;
    }

.careers-info {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 30px 0 0 0;
    text-align: center;
}

.space-manage-py {
    padding: 30px 0px !important;
}

.land-at-planet {
    display: inline-block;
    background-color: #60a033;
    padding: 20px 45px 20px 45px;
    background-repeat: no-repeat;
    background-size: 59%;
    background-position: right;
    border-radius: 10px;
}

.careers-details h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.careers-details ul {
    margin: 0px;
    padding: 0px;
}

    .careers-details ul li {
        list-style: none;
        width: 100%;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
        padding: 0 0 7px 0;
    }

.careers-details {
    text-align: left;
}

.view-careersbnt a {
    background-color: #fff;
    padding: 6px 35px;
    color: #60a033;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
}

    .view-careersbnt a:hover {
        background-color: #005394;
        color: #fff;
    }

.view-careersbnt {
    text-align: center;
    padding: 10px 0px 0px;
}

/**Footer-css**/

.footer {
    width: 100%;
    margin: 0;
    padding: 0px;
}

.footer-bg {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 0 80px 0;
    background-color: #282964;
}

    .footer-bg .planet-financial-company ul {
        list-style: none !important;
    }

.footer-logo.title-of-leader ul {
    margin: 0px;
    padding: 75px 0 40px 0;
    border-bottom: solid 3px #414276;
}

    .footer-logo.title-of-leader ul li img {
        max-width: 100px;
        opacity: 0.6;
    }

ul.social-icons {
    float: right;
    margin: 0px;
    padding: 0px;
}

    ul.social-icons li {
        list-style: none;
        display: inline-block;
        padding: 0px 0px 0px 16px;
    }

        ul.social-icons li a {
            color: #fff;
            font-size: 36px;
        }

i.facebook-icon:hover {
    color: #3b5998;
}

i.linkedin-icon:hover {
    color: #0e76a8;
}

i.instagram-icon:hover {
    color: #8a3ab9;
}


.social-media-section {
    width: 100%;
    margin: 0px;
    padding: 50px 0px;
}

.title-nav p {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #d2d2d2;
    margin: 0 0 15px 0;
}

ul.social-icons li a:hover i.fa-brands.fa-facebook {
    color: #0866ff;
}

ul.social-icons li a:hover i.fa-brands.fa-linkedin-in {
    color: #0a66c2;
}

ul.social-icons li a:hover i.fa-brands.fa-instagram {
    color: #f7037a;
}


.title-nav ul {
    margin: 0px;
    padding: 0px;
}

    .title-nav ul li {
        list-style: none;
    }

        .title-nav ul li a {
            color: #d2d2d2;
            font-size: 13px;
            font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300;
        }

            .title-nav ul li a:hover {
                color: #fff;
            }

.footernav {
    border-bottom: solid 3px #414276;
    padding: 45px 0px 60px 0px;
    display: inline-block;
    width: 100%;
}

.planet-financial-company {
    padding: 40px 0px 40px 0px;
}

    .planet-financial-company p {
        color: #aeaec1;
        padding: 40px 0px 0px 0px;
    }

ul.logo-finacial-company {
    margin: 0px;
    padding: 0px;
}

    ul.logo-finacial-company li {
        list-style: none;
        display: inline;
        padding: 0 40px 0 0px;
    }

.group-family-of-companies {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 50px 0 5px 0;
    border-bottom: solid 3px #414276;
}

    .group-family-of-companies p {
        color: #aeaec1;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .group-family-of-companies ul {
        margin: 0px;
        padding: 0px;
    }

        .group-family-of-companies ul li {
            list-style: none;
            display: inline-block;
            padding: 20px 20px 40px 0px;
        }

.legal-menu {
    width: 100%;
    margin: 0px;
    padding: 90px 0 0px 0;
    display: inline-block;
}

    .legal-menu ul {
        margin: 0px;
        padding: 0 0 15px 0;
    }

        .legal-menu ul li {
            list-style: none;
            display: inline-block;
            border-right: solid 1px #999;
            padding: 0px 10px 0px 0px;
            line-height: 14px;
        }

            .legal-menu ul li a {
                font-size: 12px;
                color: #d2d2d2;
            }

            .legal-menu ul li:last-child {
                border: none;
            }

.logo-lender span img {
    width: 70px;
    opacity: 0.6;
}

.copyright p {
    font-size: 12px;
    margin: 0 0 5px 0px;
    color: #d2d2d2;
}

.basic-info p {
    font-size: 12px;
    color: #d2d2d2;
    margin: 0px;
    line-height: 1.8;
    word-wrap: break-word;
}

.basic-info {
    padding: 20px 0 40px 0;
}



.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000000c4;
    transition: all .2s ease-in-out;
}

    .sticky + .content {
        padding-top: 102px;
    }

.mobile-banner {
    background-image: url(/images/homeImage.jpg);
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}

.mobile-action {
    display: none;
}

    .mobile-action a {
        background-color: #282964;
    }

/***About-us-css**/
.inner-page-header {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.inner-bg.normal-bg {
    min-height: auto !important;
}

.inner-bg {
    background-size: cover;
    padding: 0px 0px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 333px;
}

.vc-container.container {
    padding: 0px;
}

.existing-customers h1 {
    margin-bottom: 40px;
}

.header-part {
    padding: 20px 0 0 0;
    position: relative;
}

.vc-container.container h2 {
    color: #282964 !important;
    font-weight: 700;
    font-size: 30px;
    margin: 40px 0 40px 0 !important;
}

.inner-bg {
    background-size: cover;
    padding: 0px 0px;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 333px;
}

.title-of-innerpages {
    width: 100%;
    margin: 0px;
    padding: 215px 0 50px 0px !important;
    text-align: center;
    padding-top: 180px;
    padding-bottom: 25px;
}

    .title-of-innerpages h1 {
        font-size: 46px;
        color: #fff;
        font-weight: 700;
    }

.breadcrumbs {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 0 32px 0;
    font-size: 14px;
}

    .breadcrumbs ul {
        margin: 0px;
        padding: 0px;
    }

        .breadcrumbs ul li {
            display: inline;
        }

            .breadcrumbs ul li a {
                color: #666;
                font-weight: 600;
                font-size: 14px;
            }

        .breadcrumbs ul li {
            color: #727272;
            padding: 0px 8px 0px 0px;
            font-size: 14px;
            position: relative;
        }

.page-details-section {
    width: 100%;
    margin: 0px;
    padding: 10px 0 70px 0;
}

.info-bel {
    padding: 0 0 0px 0;
}

    .info-bel p {
        color: #646464;
        font-size: 17px;
        line-height: 1.8;
        padding: 0 0 0px 0;
        margin: 0px;
    }

    .info-bel h3 {
        color: #646464;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

.bg-action-section {
    width: 100%;
    padding: 25px 25px 35px;
    background-color: #eeeeee;
    border-radius: 5px;
}

.toll-free-number {
    text-align: center;
}

    .toll-free-number p {
        font-weight: 700;
        font-size: 18px;
        color: #646464;
    }

        .toll-free-number p span {
            color: #000;
        }

.action-links {
    width: 100%;
    text-align: center;
    display: inline-block;
}

    .action-links ul li {
        list-style: none;
    }

        .action-links ul li a {
            background-color: #005394;
            display: inline-block;
            margin: 0 0 10px 0;
            padding: 9px 5px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 15px;
            border-radius: 4px;
            width: 238px;
        }

@media(max-width:342px) {
    .action-links ul li a {
        width: 100%;
    }
}

.active-bg {
    background-color: #60a033 !important;
}

a.onclick-action {
    color: #497d29;
    font-weight: 700;
}

    a.onclick-action:hover {
        color: #005394;
    }

.inner-page-setting.header-bar {
    top: 20px;
}

.sticky.inner-page-setting.header-bar {
    top: 0px;
}


/**accessory-dwelling-units-adus**/
.info-bel ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

    .info-bel ul li {
        color: #666;
        list-style-type: circle;
        font-size: 17px;
        line-height: 36px;
    }

ul.poin-of-view-art {
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
}

.geta-quote-btn a {
    background-color: #497d29;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

    .geta-quote-btn a:hover {
        background-color: #005394;
    }

/***Contact-us***/

.address-title {
    border-bottom: solid 1px #ccc;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

span.title-heading-contact {
    color: #497d29;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}

    span.title-heading-contact:hover {
        color: #005394 !important;
    }

.title-of-header p {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 8px 0 20px 0;
    cursor: pointer;
}

ul.address-infobel li a {
    font-size: 17px;
    color: #497d29;
    font-weight: 700;
}

ul.address-infobel li {
    list-style-type: circle;
    color: #666;
    font-weight: 700;
    padding: 10px 0 10px 0;
}

ul.inner-address {
    padding: 0 0 20px 60px;
}

    ul.inner-address li {
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        padding: 0px;
    }

    ul.inner-address p {
        font-weight: 400;
        color: #666;
        line-height: 32px;
        margin: 0px;
    }

span.mini-text-info {
    font-weight: 400;
}

.space-top {
    padding: 30px 0 0 0;
}

ul.address-infobel {
    padding: 0 0 0 30px;
}

p.inner-sub-details {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 8px 0 20px 0;
    cursor: pointer;
}

ul.inner-address.other-address {
    padding: 0 0 20px 40px;
}

.inquiries-concerns {
    display: inline-block;
    margin: 0px;
    padding: 14px 0 9px 0;
    width: 100%;
}

    .inquiries-concerns h4 {
        color: #646464;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
    }

        .inquiries-concerns h4 a:hover {
            color: #005394;
        }

        .inquiries-concerns h4 a {
            color: #497d29;
            text-decoration: underline;
            letter-spacing: -0.8px;
        }

span.normal-text {
    font-weight: 400;
    font-size: 22px;
}

a.no-undeline {
    text-decoration: none !important;
}

.disclaim h5 {
    font-size: 14px;
    color: #646464;
    font-weight: 700;
    font-style: italic;
}

.disclaim p {
    color: #666;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    margin: 0px;
}

.disclaim span {
    color: #666;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
}

.disclaim a {
    color: #497d29;
    font-weight: 700;
}

.disclaim {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 40px 0 0px 0;
}


.other-contact-infobel {
    width: 100%;
    margin: 0px;
}

    .other-contact-infobel h4 {
        font-weight: 700;
        color: #646464;
        font-size: 18px;
    }

    .other-contact-infobel p {
        font-size: 17px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        padding: 20px 0 0px 0;
    }

        .other-contact-infobel p a {
            font-weight: 700;
            color: #497d29;
        }

            .other-contact-infobel p a:hover {
                color: #005394;
            }


/***Existing-customers**/

.normal-bg {
    background-color: #333;
    display: inline-block;
    padding: 0px;
    padding: 55px 0px;
}

.other-pages {
    top: 10px !important;
}

.existing-customers h1 {
    color: #282964;
    font-weight: 600;
    font-size: 42px;
}

.customer-updates {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .customer-updates h2 {
        color: #282964;
        font-weight: 700;
        font-size: 30px;
        margin: 20px 0 40px 0;
    }

    .customer-updates p {
        font-size: 17px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        padding: 8px 0 20px 0;
        margin: 0px;
    }

        .customer-updates p a {
            font-weight: 700;
            color: #497d29;
        }

            .customer-updates p a:hover {
                color: #005394;
            }

.making-action {
    width: 100%;
    margin: 0 0 23px 0;
    padding: 0px;
}

    .making-action a {
        display: inline-block;
        min-height: 35px;
        background-color: #497d29;
        text-align: center;
        line-height: 35px;
        padding: 7px 20px;
        font-weight: 700;
        color: #FFF !important;
        font-size: 16px;
        border-radius: 3px;
        text-transform: uppercase;
        width: auto !important;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    }

        .making-action a:hover {
            background-color: #005394;
        }

ul.customer-assistance {
    margin: 0px;
    padding: 0 0 0 32px;
}

    ul.customer-assistance li a {
        color: #497d29;
        font-weight: 700;
        text-decoration: none;
    }

    ul.customer-assistance li {
        list-style-type: circle;
        padding: 5px 0 5px 0;
        line-height: 1.25;
    }

.customer-updates p {
    font-size: 17px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 8px 0 20px 0;
    margin: 0px;
}

.other-contact-infobel h4 {
    font-weight: 700;
    color: #646464;
    font-size: 18px;
}



.difficulty-making h3 {
    font-weight: 700;
    color: #646464;
    font-size: 18px;
    padding: 0 0 0px 0;
}

.difficulty-making p {
    font-size: 17px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 8px 0 20px 0;
    margin: 0px;
}

.difficulty-making {
    width: 100%;
    padding: 10px 0 0px 0;
    border-top: solid 1px #ccc;
    margin: 50px 0 0 0;
}

.payment-refe {
    width: 100%;
    display: inline-block;
}

    .payment-refe h3 {
        text-transform: capitalize;
        font-size: 26px;
        margin-bottom: 18px;
        font-weight: 700;
        color: #282b64;
    }

.valued-customer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .valued-customer p {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }

.payment-bnt-info a {
    font-size: 22px;
    height: 60px;
    line-height: 22px;
    font-weight: 700;
    margin: 8px 0 30px 0;
    background-color: #282b64;
    border: none;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 20px;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.payment-bnt-info {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0 0 0;
}

.info-note p {
    font-size: 10px;
    padding-top: 25px;
    line-height: 16px;
    font-weight: 600;
}

.info-note {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.sticky.other-pages {
    top: 0px !important;
}

/**Make a Payment**/

span.title-of-header-name {
    padding: 0px 0px 40px 0px;
}

span.title-heading-contact.make-payment {
    font-size: 26px;
}

.make-payment-title {
    padding: 50px 0 0 0px;
}

.payment-title-space {
    padding: 0 0 30px 0;
}

.font-26 {
    font-size: 26px !important;
}

.pay-infotech p {
    font-size: 17px;
    font-weight: normal;
    color: #666;
    line-height: 1.8;
    padding: 0px 0 0px 0;
    padding-bottom: 25px !important;
}

    .pay-infotech p a {
        font-weight: 700;
        color: #497d29;
    }

        .pay-infotech p a:hover {
            color: #005394;
        }

.inquiries-concerns h4 {
    color: #646464;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}

a.register-new-account {
    color: #497d29;
    font-weight: 700;
    font-size: 18px;
}

    a.register-new-account:hover {
        color: #005394;
    }

.ratequte-bnt p {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    padding: 20px 0 0 0;
}

.address-info-payment {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 10px 0 20px 0;
}

.making-action.change-bg a {
    background-color: #00b1e1;
}

.address-title-head p {
    color: #666;
    font-size: 16px;
    margin: 0 0 5px 0;
}

.address-list-pay {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .address-list-pay p {
        font-weight: 400;
        color: #666;
        line-height: 32px;
        margin: 0px;
    }


/***Homeowners Assistance***/

.btn-enrolled {
    display: inline-block;
    width: 100%;
    margin: 30px 0 30px 0;
}

.home-wonder-infobel {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.heading-intitle {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .heading-intitle p {
        font-weight: 700;
        color: #646464;
        font-size: 18px;
        margin: 0 0 30px 0;
    }

.military-service-members p {
    color: #646464;
    font-size: 16px;
    line-height: 28px;
    padding: 0 0 20px 0;
    margin: 0px;
}


.experienced-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .experienced-info h3 {
        font-weight: 700;
        color: #646464;
        font-size: 18px;
        line-height: 27px;
        padding: 20px 0px 40px 0px;
    }

.exp-poininfo p {
    color: #646464;
    font-size: 16px;
    padding: 0;
}

.fs-18 {
    font-size: 18px !important;
}

.exp-poininfo {
    display: inline-block;
    margin: 0px;
    padding: 0 0 20px 0;
    width: 100%;
}

.check-point-info {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .check-point-info ul {
        margin: 0px;
        padding: 0 0 0 20px;
    }

        .check-point-info ul li {
            list-style: none;
            color: #646464;
            font-size: 16px;
            padding: 0 0 10px 0;
            display: flex;
            line-height: 30px;
        }

            .check-point-info ul li img {
                padding: 4px 10px 0px 0;
                height: 19px;
                margin-top: 5px;
            }

.short-sale-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .short-sale-info ul {
        margin: 0px;
        padding: 0 0 0 30px;
    }

        .short-sale-info ul li {
            list-style: none;
            color: #646464;
            font-size: 16px;
            list-style-type: circle;
        }

ul.address-other-contact li a {
    font-size: 17px;
    color: #497d29;
    font-weight: 700;
}

a.hightlight-link {
    font-size: 17px;
    color: #497d29;
    font-weight: 700;
    text-decoration: underline;
}

    a.hightlight-link:hover {
        color: #005394;
    }

ul.address-other-contact li a:hover {
    color: #005394;
}

a.help-homeowners {
    font-size: 17px;
    color: #497d29;
    font-weight: 700;
}

    a.help-homeowners:hover {
        color: #005394;
    }



.pb-30 {
    padding-bottom: 40px !important;
}



/***Our-Leadership****/

.leader-details {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0px 0 80px 0;
    display: inline-block;
}

.img-leader {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .img-leader span img {
        border-radius: 50%;
        object-fit: cover;
        width: 230px;
        height: 230px;
    }



.leader-info p {
    color: #001d60;
    font-size: 24px;
    margin: 0 0 6px 0;
}

.leader-info span {
    font-style: italic;
    font-size: 18px;
    color: #646464;
    line-height: 34px;
}

.leader-info {
    width: 100%;
    margin: 0px;
    padding: 25px 0 0 0;
}

/**faq***/

.subject-titile {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .subject-titile h2 {
        font-size: 30px;
        font-weight: 700;
        color: #282964;
        margin: 0 0 40px 0;
    }

.no-border {
    border: none;
}



.list-details-faq {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .list-details-faq p {
        font-size: 17px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        padding: 15px 0 15px 0;
        margin: 0px;
    }

    .list-details-faq ul {
        margin: 0px;
        padding: 0 0 0 30px;
    }

        .list-details-faq ul li {
            font-size: 17px;
            font-weight: normal;
            color: #666;
            line-height: 26px;
            padding: 0px 0 5px 0;
            margin: 0px;
            list-style-type: circle;
        }

ul.list-style {
    padding: 0px;
}

    ul.list-style li {
        list-style: none;
    }


.sub-faq-details {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 25px 0 0 0;
}

    .sub-faq-details p {
        font-size: 17px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        padding: 0px 0 0px 0;
    }

a.hover-effect:hover {
    color: #005394;
}

h4.free-schedule {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 0px 0 20px 0;
}

tr.heading-table td {
    color: #646464 !important;
}

.info-table-fill table tr td {
    font-size: 17px;
    font-weight: normal;
    color: #666;
    line-height: 32px;
}

.info-disclaimer {
    padding: 10px 0px 0px 0px;
}

    .info-disclaimer p {
        font-size: 10px;
        line-height: 19px;
        color: #666;
    }

.list-faq-viewst {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 20px 0 0 0;
}

.list-faq-viewst {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 20px 0 0 0;
}

    .list-faq-viewst p {
        font-size: 17px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        padding: 15px 0 15px 0;
        margin: 0px;
    }

.list-details-faq ul li a {
    font-weight: 700;
    color: #497d29;
}

    .list-details-faq ul li a:hover {
        color: #005394;
    }


ul.point-of-faqs li {
    font-size: 17px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 0px 0 0px 0;
}

ul.point-of-faqs li {
    list-style-type: auto;
}

ul.point-of-faqs {
    padding: 0px 0px 20px 19px;
}

/***planet-with-a-purpose**/

.planet-home {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .planet-home p {
        display: inline-block;
        font-size: 34px;
        line-height: 40px;
        text-align: center;
        color: #282964;
        padding: 0px 180px;
        margin: 0px;
    }

    .planet-home span {
        font-weight: bold;
        color: #282964;
        font-size: 38px;
        text-align: center;
        display: inline-block;
        width: 100%;
    }


.info-details-blog {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 40px 0px 0px;
}

.blog-item {
    width: 100%;
    width: 100%;
    padding: 110px 0px 80px 0px;
    border-bottom: solid 1px #ccc;
}

.building-title h2 {
    padding-top: 70px;
    margin-top: 0;
}

.content-planet-info .info-details-blog {
    padding: 0 0 0 40px !important;
}

.info-details-blog h1 {
    font-size: 40px;
    font-weight: 400;
    color: #666;
    margin: 35px 0px;
}

.info-details-blog p {
    color: #646464;
    font-size: 17px;
    line-height: 28px;
    padding: 0 0 20px 0;
    margin: 0px;
}

.img-blg-itme span img {
    border-radius: 10px;
}

.info-details-blog h2 {
    font-weight: 700;
    font-size: 30px;
    color: #282964;
    padding: 0 0 24px 0;
}

.space-left {
    padding: 0 0 0 30px;
}
/**In-THe-News**/


.info-address-news {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .info-address-news p {
        color: #666;
        font-size: 13px;
        line-height: 24px;
        width: 100%;
    }

    .info-address-news a {
        color: #497d29;
        font-weight: 700;
    }

        .info-address-news a:hover {
            color: #005394;
        }



.in-news-title {
    display: inline-block;
    margin: 0px;
    padding: 30px 0 0px 0;
    border-top: solid 1px #ccc;
    margin: 20px 0 0 0;
}

.date-and-info p {
    font-size: 16px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 20px 0 0px 0;
}

    .date-and-info p a {
        color: #497d29;
        font-weight: 700;
        font-size: 16px;
        text-decoration: underline;
    }

.date-and-info span {
    font-size: 13px;
    font-style: italic;
    color: #666;
}

.in-news-title a {
    font-size: 22px;
    font-weight: 700;
    color: #497d29;
}

    .in-news-title a:hover {
        color: #005394;
    }

.date-and-info {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 16px 0 0 0;
}

/***loantransfer**/

.info-loan h2 {
    font-size: 38px;
    color: #282964;
    font-weight: 700;
    margin: 40px 0px 40px 0px;
}

.info-loan p {
    font-size: 22px;
    color: #666;
    font-weight: 400;
    line-height: 1.6;
}

.bg-loan-register {
    background-color: #EFEFEF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #60a033;
    font-size: 4rem;
    font-weight: 700;
    border-radius: 10px;
    padding: 3.8rem 2rem;
    margin-left: 35px;
}

.details-loan-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.register-action {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .register-action a {
        display: inline-block;
        padding: 20px 40px;
        font-size: 22px;
        font-weight: 700;
        height: auto;
        text-transform: uppercase;
        margin: 20px 0 10px;
        margin-bottom: 16px;
        border: none;
        text-decoration: none;
        white-space: nowrap;
        background-color: #60a033;
        border-radius: 4px;
        color: #fff !important;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    }

.details-loan-info p {
    font-size: 38px;
    color: #60a033;
    font-weight: 700;
    padding: 0px 60px;
}

.register-action a:hover {
    background-color: #005394;
}


.loan-point-infobel h2 {
    color: #282964;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 30px 0;
}

.loan-point-infobel {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.poin-of-loan {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 90px 0 50px 0;
}

.loan-point-infobel p {
    font-size: 22px;
    color: #666;
    font-weight: 400;
    line-height: 1.6;
}

.loan-point-infobel ul {
    margin: 0px;
    padding: 25px 0 25px 50px;
}

    .loan-point-infobel ul li {
        font-size: 22px;
        color: #666;
        font-weight: 400;
        line-height: 1.6;
    }

.loan-point-infobel li::marker {
    color: #60a033;
}

a.register-link-portal {
    color: #282964;
    font-weight: 700;
    text-decoration: underline;
}


    a.register-link-portal:hover {
        text-decoration: none
    }

.welcome-to-planet a.register-link-portal:hover {
    text-decoration: underline;
}

.welcome-to-planet .loan-transfer {
    padding: 30px 0 40px;
}

.how-to-register {
    background-color: #EFEFEF;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 99vw;
    max-width: 99vw;
    box-sizing: border-box;
}

.register-title {
    width: 100%;
    margin: 0px 0 100px;
    padding: 0px;
    text-align: center;
}

    .register-title h2 {
        text-align: center;
        width: 100%;
        font-size: 40px !important;
        font-weight: 700;
        color: #282964;
        margin-bottom: 10px !important;
    }

    .register-title p {
        font-size: 26px;
        color: #666;
        padding: 10px 0 0 0;
    }

.user-action-img {
    background-color: #fff;
    border: solid 5px #2078b1;
    border-radius: 50%;
}

.step-of-register {
    padding: 100px 0px 60px 40px;
}

.steps-bg-details {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 100px 150px;
    background-color: #72bf44;
    border-radius: 20px;
    margin: 0 0 0 -80px;
}

.reg-step span {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.reg-step p {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin: 0px;
}

.steps-details p {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin: 0px;
    padding: 0 0 0 40px;
    text-align: left;
}

.first-step {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.reg-step {
    border-right: solid 1px #ffffff;
    padding: 0px 40px 0px 0px;
}

.support-step {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 0%;
}

.box-info-support {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

    .box-info-support p {
        color: #60a033;
        font-weight: 700;
        font-size: 1.4em !important;
    }

    .box-info-support span {
        padding: 0 0 26px 0;
        display: inline-block;
    }

.title-of-support {
    text-align: center;
    margin: 0px;
    padding: 0;
    width: 100%;
}

    .title-of-support h2 {
        font-weight: 700;
        color: #282964;
    }

.register-nowbnt {
    width: 100%;
    margin: 0px;
    padding: 60px 0 100px 0;
    text-align: center;
}

    .register-nowbnt a {
        width: 340px;
        padding: 16px 40px;
        font-size: 22px;
        font-weight: 700;
        color: #fff !important;
        height: auto;
        text-transform: uppercase;
        background-color: #005394;
        border: none;
        display: inline-block;
        border-radius: 5px;
    }

        .register-nowbnt a:hover {
            background-color: #60a033;
        }


.faq-section {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 70px 0px 70px 0px;
}

.faq-title h2 {
    font-weight: 700;
    font-size: 30px;
    color: #282964;
    margin: 0 0 15px 0;
}



.title-of-gategory-faqs {
    display: inline-block;
    margin: 40px 0 40px 0;
    padding: 0px;
    width: 100%;
}

    .title-of-gategory-faqs h3 {
        color: #60a033;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 28px;
    }

.question-and-answer {
    display: inline-block;
    width: 100%;
    padding: 0px;
    border-top: solid 1px #ccc;
}

.title-of-question p {
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    color: #646464;
    line-height: 40px;
}

button.no-padding {
    padding: 0px;
}

button.accordion-button.no-padding {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
}

.asw-info p {
    font-size: 17px;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding: 0px 0 0px 0;
    margin: 0px;
}

.asw-info {
    width: 100%;
    margin: 0px;
    padding: 0 0 35px 0;
}

    .asw-info p a {
        font-weight: 700;
        color: #646464;
    }

        .asw-info p a:hover {
            color: #005394;
        }

ul.setn-info-adt {
    margin: 0px;
    padding: 0 0 0 15px;
}

    ul.setn-info-adt li {
        list-style: none;
        font-size: 17px;
        font-weight: normal;
        color: #666;
        line-height: 30px;
        padding: 0px 0 0px 0;
        margin: 0px;
    }

.asw-info h4 {
    color: #666;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px 0;
}

.about-info-planet {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.about-planet-bg {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 80px 0px;
    background-color: #EFEFEF;
}

.about-info-planet h2 {
    color: #282964;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 30px 0;
}

.about-info-planet p {
    font-size: 22px;
    color: #666;
    font-weight: 400;
    line-height: 1.6;
}

.about-info-planet a {
    font-size: 22px;
    text-decoration: underline;
    color: #646464 !important;
    margin: 30px 0 0 0;
    display: inline-block;
}

span.img-about-plr img {
    border-radius: 6px;
}

/***Careers-page**/
.career-inner-page {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100vh;
}

.careers-bg {
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    padding: 250px 0 360px 0;
    height: 100%;
}

.careers-tagline {
    min-width: 100%;
    margin: 0px;
    padding: 0px
}

    .careers-tagline h1 {
        font-size: 70px;
        color: #fff;
        font-weight: 600;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
        font-family: "Fira Sans Condensed", sans-serif;
    }

    .careers-tagline p {
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        margin: 40px 0px;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
        line-height: 31px;
    }

    .careers-tagline a {
        color: #fff;
    }

    .careers-tagline a {
        color: #fff;
        background-color: #82bb27;
        padding: 18px 40px;
        display: inline-block;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 700;
        border-radius: 6px;
    }

        .careers-tagline a:hover {
            background-color: #497d29;
        }

.award-section {
    background-repeat: no-repeat;
    width: 100%;
    padding: 100px 0px;
}

    .award-section .brand-growth .name-of-tagline {
        padding: 0 70px 0 50px;
    }

.award-icons h2 {
    font-size: 40px;
    color: #82bb27;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    line-height: 54px;
}

.award-icons {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

    .award-icons ul {
        margin: 0px;
        padding: 60px 0 0 0;
    }

        .award-icons ul li {
            list-style: none;
            display: inline-block;
            max-width: 170px;
            margin: 0 30px 0 30px;
        }

            .award-icons ul li img {
                max-width: 100%;
                border: none;
            }

.success-maket {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 70px 0;
    background-color: #efefef;
}

.box-inputvalue {
    background-color: #FFF;
    border-radius: 10px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
    padding: 40px 80px;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 100%;
}

.value-of-market {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .value-of-market span {
        text-transform: uppercase;
        font-size: 21px;
        line-height: 40px;
        font-weight: 700;
        color: #82bb27;
    }

    .value-of-market p {
        color: #212a5c;
        font-size: 36px;
        line-height: 40px;
        padding: 0 0 25px 0;
        font-weight: 700;
    }

.stats-disclaimer p {
    font-size: 9px;
    margin: 0px;
    color: #666;
}

.title-of-market {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 120px;
}

    .title-of-market h2 {
        color: #212a5c;
        font-size: 80px;
        line-height: 81px;
        font-family: "Fira Sans Condensed", sans-serif;
        margin: 0 0 60px 0;
        font-weight: 700;
    }

    .title-of-market p {
        font-size: 36px;
        color: #666;
    }

.location-bginput {
    background-color: #FFF;
    border-radius: 10px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
    padding: 40px 80px;
    margin-bottom: 0px;
    margin-top: 60px;
    width: 100%;
}

.title-location {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .title-location h3 {
        font-size: 28px;
        color: #82bb27;
        font-weight: 700;
        text-transform: uppercase;
        padding: 30px 0px 0px 0px;
    }

.tab button {
    display: block;
    background-color: #fff;
    color: #646464;
    padding: 15px 24px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 0px;
    border-radius: 7px;
    border: solid 1px #ddd;
    margin: 0px 0px 10px 0px;
}

.brand-ser {
    position: relative;
    left: 20px;
}

.tab button:hover {
    background-color: #bee9f7;
}

.tab button.active {
    margin-left: -10px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .2));
}

.responsive-view {
    display: none;
}

.careers-point {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 30px 0 0 0;
}

.grow-here h2 {
    font-size: 66px;
    line-height: 76px;
    color: #82bb27;
    font-weight: 700;
    font-family: "Fira Sans Condensed", sans-serif;
    margin: 3rem 0;
}

.grow-here p {
    color: #666;
    font-size: 17px;
    line-height: 32px;
    margin: 40px 0px;
}

.brand-ser img {
    max-width: 120px;
    border-radius: 50%;
}


.name-of-tagline h2 {
    color: #212a5c;
    font-size: 33px;
    line-height: 51px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 700;
    padding: 7px 0 0 30px;
}

.arrow-indi img {
    max-width: 160px;
}

.name-of-tagline {
    padding: 0px 70px;
}

.arrow-indi {
    padding: 30px 0 0 0;
}

.only-best-wining-section {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px;
    padding: 240px 0px 0px 0px;
}

    .only-best-wining-section .title-center-list h2 {
        margin: 0 auto;
        width: 443px;
    }

.title-center-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .title-center-list h2 {
        color: #FFF;
        padding-bottom: 100px;
        font-size: 80px;
        font-family: "Fira Sans Condensed", sans-serif;
        font-weight: 700;
    }


.value-of-boxes {
    width: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.box-view-best {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 90px 30px 30px 30px;
    border-radius: 10px;
    text-align: center;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
    min-height: 675px;
}

.details-of-best-careers p {
    color: #666;
    font-size: 17px;
    padding: 30px 20px 0 20px;
    line-height: 30px;
}

.details-of-best-careers span img {
    max-width: 250px;
}

.btn-benift-high {
    width: 100%;
    margin: 0px;
    padding: 30px 0 0 0;
}



    .btn-benift-high a {
        font-family: 'Fira Sans Condensed', 'Open Sans', sans-serif;
        letter-spacing: 2px;
        color: #92b737;
        background-color: #fff;
        border: 1px solid #f3f3f3;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        padding: 12px 30px;
        border-radius: 4px;
        box-shadow: 0px 0px 3px 2px #e9e9e9;
    }

.mobile-img-best {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.rating-view-planet p {
    margin: 0px;
}

.logo-ofplatform-rating {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 45px;
}

.flattered-box {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fafafa;
}

.title-box-flattered {
    padding: 100px 0px 50px;
    width: 100%;
    display: inline-block;
    margin: 0px;
}

.flattered-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
}

    .flattered-title h2 {
        color: #212a5c;
        font-size: 80px;
        line-height: 85px;
        font-family: "Fira Sans Condensed", sans-serif;
        font-weight: 700;
        padding: 0 0 0 120px;
    }

    .flattered-title p {
        padding: 0 0 0 30px;
        width: 500px;
    }


.testimonial-box-careers {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 100px 0 0 0;
}

.flattered-title p {
    font-size: 36px;
    color: #666;
    line-height: 45px;
}

.flattered-title.padding-left-info {
    padding: 0px 0px 0px 30px;
}

.has-text-vcentered {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
}

.has-margin-bottom-8 {
    margin-bottom: 0.5rem;
}


.box-bg-info {
    width: 100%;
    background-color: #fff;
}


.planet-with-purpose {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 80px 0 60px 0;
    background-color: #7fbc42;
}

.box-details-pure {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .box-details-pure p {
        color: #fff;
        font-size: 17px;
        padding: 0 0 50px 60px;
        line-height: 28px;
        display: contents;
    }

    .box-details-pure a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline;
    }

.img-logo-box {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .img-logo-box img {
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
        border-radius: 5px;
    }

.planet-type {
    width: 100%;
    margin: 0px;
    padding: 70px 0 40px 0;
}


.voices-are-valued-section {
    display: inline-block;
    margin: 0px;
    padding: 70px 0 70px 0;
    width: 100%;
    text-align: center;
}

    .voices-are-valued-section h2 {
        color: #212a5c;
        font-size: 60px;
        font-family: "Fira Sans Condensed", sans-serif;
        font-weight: 700;
    }

.info-tel-details {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.info-tel-details {
    width: 100%;
    margin: 0px;
    padding: 30px 27%;
    text-align: center;
}

    .info-tel-details p {
        color: #666;
        font-size: 16px;
        line-height: 30px;
    }

.leadership {
    width: 100%;
    margin: 0px;
    padding: 70px 0 30px 0;
}

    .leadership img {
        max-width: 230px;
        border-radius: 50%;
        object-fit: cover;
        height: 230px;
    }

    .leadership p {
        color: #82bb27;
        font-size: 22px;
        font-weight: 700;
        margin: 0px;
        padding: 15px 0 0 0;
    }

    .leadership span {
        font-style: italic;
        font-size: 16px;
        line-height: 18px;
        color: #666;
    }


.planet-today {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px;
    padding: 43% 0px 0px 0px;
}


.section-title-planet {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 0 100px 0;
    text-align: center;
}

    .section-title-planet h2 {
        font-size: 100px;
        color: #fff;
        font-family: "Fira Sans Condensed", sans-serif;
        font-weight: 700;
    }

.btn-action-planet a {
    color: #fff;
    background-color: #82bb27;
    padding: 18px 40px;
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
}

    .btn-action-planet a:hover {
        background-color: #888888;
    }

.btn-action-planet {
    display: inline-block;
    display: inline-block;
    width: 100%;
    margin: 40px 0 10px 0;
}

i.fa-solid.fa-arrow-right {
    padding: 0px 0px 0px 15px;
}

.img-pure {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.planet-type {
    padding: 85px 0 40px 0;
}

.img-logo-box {
    margin: 0 0 20px 0;
}

.voices-are-valued-section h2 {
    font-size: 60px;
}

.info-tel-details {
    padding: 30px 2%;
}

.client-img-name {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0 0px 0px 0px;
}


/****other-css***/
            /* Simple Slider */
            .white-back {
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    background: #fff;
}

.simple blockquote p {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #1e528e;
    padding: 25px;
    font-size: 1.25em;
    font-style: italic;
    text-align: center;
}

.simple cite {
    font-size: 1em;
    float: right;
    font-style: normal;
    color: #1e528e;
}

    .simple cite a {
        color: #2d91c2;
        font-style: italic;
        text-decoration: none;
        font-size: .85em;
    }

        .simple cite a:hover {
            color: #00B4CC;
        }
/* A custom cursor to let folks know they can drag things */


/* Bubble Slider */

.bubble blockquote {
    margin: 10px 10px 0;
    background: #373737;
    padding: 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    color: #fff;
}

    .bubble blockquote:before, .bubble blockquote:after {
        content: "\201C";
        position: absolute;
        font-size: 80px;
        padding: 10px;
        line-height: 1;
        color: #fff;
    }

    .bubble blockquote:before {
        top: 0;
        left: 10px;
    }

    .bubble blockquote:after {
        content: "\201D";
        right: 10px;
        bottom: -.5em;
    }

.bubble cite {
    padding-left: 20px;
    font-size: 1.25em;
    color: #f7f7f7;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/***Testimonila-two***/
.testimonial-bg {
    background-color: #fff;
    text-align: center;
    position: relative;
}


.testimonial .description {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #848484;
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

    .testimonial .description:before {
        content: "";
        width: 75%;
        border-top: 1px solid #ee0979;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .testimonial .description:after {
        content: "";
        width: 20px;
        height: 20px;
        background: #fff;
        position: absolute;
        bottom: -10px;
        left: 50%;
        border-bottom: 1px solid #ee0979;
        border-right: 1px solid #ee0979;
        transform: translateX(-50%) rotate(45deg);
    }

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
}

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

.testimonial .title {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #ee0979;
    text-transform: capitalize;
    margin: 0;
}

.testimonial .post {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    font-size: 20px;
    color: #848484;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: 3%;
    right: 0;
    text-align: center;
    width: 100%;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 190px;
        height: 50px;
        line-height: 50px;
        opacity: 1;
        padding: 0;
        display: inline-block;
        margin: 0 10px;
    }


/***Other-css***/

.box-testimonials-planet {
    background-color: #fff;
    margin: 0px;
    border-radius: 10px;
    padding: 25px;
    display: inline-block;
    width: 100%;
}

.rating-view-planet p span {
    font-weight: 600;
    color: #666;
    font-size: 16px;
    vertical-align: bottom;
    margin: 0 16px 0px 0px;
}

.type-of-emp p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 0px;
}

.emp-name-and-designation {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 10px 0 20px 0;
}

    .emp-name-and-designation h4 {
        font-size: 22px;
        font-weight: 700;
        color: #646464;
        margin: 0px;
    }

    .emp-name-and-designation p {
        font-size: 14px;
        font-style: italic;
        color: #666;
        margin: 0px;
    }

.details-of-testimonials-planet {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .details-of-testimonials-planet p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }


/***Other-css-end***/


/**other-more-css***/

.value-testimonial-slider {
    background-color: #fff;
    margin: 0px;
    border-radius: 10px;
    padding: 30px 0px 90px 0px;
}

.client-img-name {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0 80px 0px 0px;
}

.name-and-designation-voices {
    width: 100%;
    text-align: center;
    padding: 25px 0 0 0;
}

.client-img-name span img {
    border-radius: 50%;
    width: 210px;
    height: 210px;
    object-fit: cover;
}

.name-and-designation-voices {
    width: 100%;
    text-align: center;
}

    .name-and-designation-voices h4 {
        font-size: 26px;
        color: #82bb27;
        font-weight: 700;
    }

    .name-and-designation-voices p {
        font-size: 20px;
        line-height: 22px;
        font-style: italic;
        color: #666;
    }

.message-of-value-client {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

    .message-of-value-client p {
        font-size: 28px;
        line-height: 38px;
        color: #666;
    }

p.disclaim-info {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-style: italic;
    color: #666;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.quote-icon img {
    width: 100px;
}

.quote-icon {
    position: absolute;
    z-index: 9999;
    left: -10px;
    top: -30px;
}

.quote-end img {
    width: 100px;
}

.quote-end {
    position: absolute;
    z-index: 9999;
    right: -95px;
    bottom: -62px;
}

.owl-prev:before, .owl-next:before {
    content: "\f104";
    font-family: "fontawesome";
    font-size: 27px;
    font-weight: 400;
    color: #b3b3b3;
}

.owl-next:before {
    content: "\f105";
}

.team-list {
    margin: 25px 0 0 0;
}

button#showBtn {
    background: no-repeat;
    border: none;
}

.testimonial-customer .owl-next:before {
    display: none !important;
}

.testimonial-customer button.owl-prev:before {
    display: none;
}

/**licensing**/


.licensing {
    background-position: center 90%;
}

tr.heading-table th {
    color: #646464 !important;
}


a.link-listing-table {
    color: #497d29;
    font-weight: 700;
    text-decoration: none;
}



    a.link-listing-table:hover {
        color: #005394;
    }



.other-approvals {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}


    .other-approvals h4 {
        font-size: 22px;
        /* margin-top: 30px; */
        margin-bottom: 15px;
        color: #666;
        font-weight: 400;
        margin: 20px 0 20px 0;
    }

.basic-information {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

    .basic-information p {
        color: #646464;
        font-size: 17px;
        line-height: 28px;
        padding: 0 0 30px 0;
        margin: 0px;
    }


/**Purchase EDGE Programs**/
.title-of-link-edge-purchase p a {
    font-size: 17px;
    font-weight: 700;
    color: #497d29;
    margin: 0 0 20px 0;
    display: inline-block;
}

.purchase-edge-mini-d h3 {
    font-weight: 700;
    font-size: 18px;
    color: #646464;
    display: inline-block;
}

.youtube-videos-iframe {
    padding: 30px 0 30px 0;
}

.purchase-edge-faq {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.qucation-and-ans-edge {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .qucation-and-ans-edge h3 {
        font-size: 18px;
        font-weight: 700;
        color: #646464;
        margin: 0 0 30px 0;
    }

    .qucation-and-ans-edge p {
        color: #646464;
        font-size: 17px;
        line-height: 28px;
        padding: 0 0 30px 0;
        margin: 0px;
    }

/**Site Accessibility Assistance**/

a.link-withunderline {
    color: #497d29;
    font-weight: 700;
    text-decoration: underline;
    word-wrap: break-word;
}

    a.link-withunderline:hover {
        color: #005394;
    }

.button-on-link {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 0 20px 0;
}

    .button-on-link a {
        display: inline-block;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
        height: 40px;
        padding: 0 30px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: .07rem;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #60a033;
        border-radius: 4px;
        border: 1px solid #60a033;
    }

        .button-on-link a:hover {
            background-color: #005394;
            border-color: #005394;
        }

ul.list-link-view li a {
    font-weight: 700;
    color: #497d29;
}

    ul.list-link-view li a:hover {
        color: #005394;
    }

ul.list-link-view {
    padding: 20px 0 0 60px;
}

.border-stylepg {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #ccc;
}



.line-sub-point {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 0 0 40px;
}

.fs-22 {
    font-size: 22px !important;
}

.homeowners-assistance h2 {
    color: #282964;
    font-weight: 700;
    font-size: 30px;
    margin: 0px 0 40px 0;
    display: inline-block;
    width: 100%;
}

/***Notice to Borrowers about Language**/

.value-list-of-notic {
    width: 100%;
    margin: 0px;
    padding: 0 0 30px 0;
    display: inline-block;
}

    .value-list-of-notic ul li {
        list-style: lower-alpha;
    }

    .value-list-of-notic ul {
        margin: 0px;
        padding: 0 0 0 50px;
    }


/**Mobile-Slider**/


.splide__list {
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    margin: 0 0.5em;
}

.splide__arrow {
    background: transparent;
}

    .splide__arrow svg {
        fill: #000000;
    }

.splide__pagination__page.is-active {
    background: red;
}

.mobile-slider-view {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.mobile-slider-view {
    display: none;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: -25px !important;
    transform: translateY(-50%);
    width: 20em;
    z-index: 1;
}

.careers-info {
    padding: 50px 0 0 0;
}


.fs-12 {
    font-size: 12px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.info-contact-makepayments {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0 120px 0px 0px;
}

.auto-width-set {
    width: 50%;
}

ul.top-inner {
    padding: 0 0 0 30px;
}

ul.min-inner {
    padding: 0 0 0 60px;
}

ul.space-left-list {
    padding: 0 0 0 30px;
}

.space-top-40 {
    margin: 40px 0 0 0;
}

/**slider-end**/


.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 2.0rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    color: #fff !important;
    opacity: 0.7;
}


.space-more-top {
    margin: 70px 0 0 0;
}

h4.info-technio {
    font-size: 20px;
    font-weight: 400;
    color: #646464;
    margin: 10px 0 30px 0;
    width: 100%;
}



/**refinance-mortgage**/

ul.space-mini-tracks {
    padding: 0 0 0 30px;
}

h3.sub-heading-title {
    margin: 40px 0px;
}


.disclaim {
    font-size: 12px !important;
    font-style: italic !important;
    padding-top: 20px !important;
    line-height: 20px !important;
}

.st-insto {
    display: inline-block;
    width: 100%;
}

.list-view-check-infit {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .list-view-check-infit ul li {
        list-style: none;
    }

        .list-view-check-infit ul li img {
            padding: 0px 13px 0px 0px;
        }


h3.margin-space-40 {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
}


ul.more-space-right {
    padding: 0 0 0 150px;
}

.point-of-mini-list {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

    .point-of-mini-list h4 {
        font-size: 20px;
        color: #646464;
        font-weight: 400;
        letter-spacing: -.08rem;
        margin: 10px 0 40px 0;
        width: 100%;
    }

ul.pr-30 {
    padding: 0 0 0 30px;
}

/***Find a Branch***/
.branch-address {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.info-branch-address {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .info-branch-address h2 {
        font-size: 30px;
        color: #666;
        margin: 0px 0 35px 0;
    }

        .info-branch-address h2 a {
            color: #666;
        }

.address-info {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #646464;
    font-size: 18px;
    line-height: 32px;
    padding: 0 0 0 0;
}

    .address-info .branch {
        display: inline-block;
        padding-right: 50px;
        width: 290px;
        padding: 0px 20px 24px 20px;
        font-size: 18px;
        vertical-align: top;
    }

.border-space {
    width: 100%;
    margin: 10px 0px 10px 0;
    padding: 0px;
    border-top: 1px solid #DDD;
}

/*.branch-inner {
    padding: 130px 0 50px 0px !important;
}*/

.sub-address-branch {
    text-align: center;
    width: 100%;
    color: #646464;
    font-size: 17px;
    line-height: 28px;
    padding: 0 0 30px 0;
    margin: 0px;
}

    .sub-address-branch .branchBadgeCont,
    .sub-address-branch .branchHeadline {
        display: inline-block;
    }

    .sub-address-branch .branchBadgeCont {
        padding-right: 30px;
    }

    .sub-address-branch .branchHeadline {
        text-align: left;
    }

.manager-team {
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    min-height: 560px;
}


.sub-address-branch .branchBadge img {
    width: 100px;
    height: 100px;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.branch-manager {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 30px 0 15px 0;
}

.mlo-img img {
    width: 100%;
    height: 100%;
    max-width: 210px;
    max-height: 210px;
    margin-bottom: 0;
    border-radius: 50%;
}

.branch-manager.title-bvc h2 {
    font-size: 36px;
    margin-top: 15px;
}

.name-team-man a {
    font-size: 20px;
    font-weight: 700;
    color: #497d29;
}

    .full-details-of-member-team a:hover,
    .name-team-man a:hover {
        color: #005394;
    }

.name-team-man {
    width: 100%;
    margin: 0px;
    padding: 5px 0 0 0;
    text-align: center;
}

.type-manager-team {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0;
}

    .type-manager-team p {
        font-style: italic;
        font-size: 14px;
        font-weight: 400;
        padding: 0px;
    }

.type-manager-id {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .type-manager-id p {
        font-style: italic;
        font-size: 14px;
        font-weight: 400;
        padding: 0px;
    }

.info-bnt-teams {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0px;
}


.bnt-infotech-base {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 40px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #60a033;
    border-radius: 4px;
    border: 1px solid #60a033;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 0 12px 0;
    min-width: 175px;
}


.bnt-infotech {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 40px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #60a033;
    border-radius: 4px;
    border: 1px solid #60a033;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 0 12px 0;
}

    .bnt-infotech:hover {
        color: #FFF;
        background-color: #005394;
        border-color: #005394;
    }

.info-bel .about-branch-info h2 {
    font-size: 36px !important;
    text-align: center;
    margin-top: 50px !important;
}

.info-bel .about-branch-info p {
    font-size: 18px !important;
}

.info-bnt-teams a {
    display: inline-block;
    width: 100%;
}

.details-manager h1 {
    font-size: 35px !important;
}

.bnt-infotech-details {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 40px;
    padding: 0 0px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
    white-space: nowrap;
    background-color: #60a033;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 10px 0 0px 0;
    width: 185px;
}

    .bnt-infotech-details.bg-change {
        height: 35px;
        background-color: #282865;
        line-height: 35px;
        font-weight: 700;
        font-size: 14px;
        border-radius: 3px;
        width: 185px;
        text-align: center;
        display: inline-block;
        margin-top: 9px;
        color: #FFF;
        margin-bottom: 0;
    }

        .bnt-infotech-details.bg-change:hover {
            background-color: #999999;
        }

.purchaseproducer img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
}

.purchaseproducer {
    display: inline-block;
    margin: 0px;
    padding: 10px 0 10px 0;
    text-align: center;
    width: 100%;
}

.address-info.inner-bel {
    line-height: 25px;
    margin: 30px 0 0 0;
}

.full-details-of-member-team {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 1em;
}

    .full-details-of-member-team p {
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 1em !important;
    }

    .full-details-of-member-team li {
        font-size: 16px;
    }

a.login-account.re-ratequote {
    background-color: #60a033;
    font-size: 16px !important;
    padding: 6px 10px;
    filter: none !important;
}

    a.login-account.re-ratequote:hover {
        background-color: #497d29;
        border: none;
        box-shadow: none;
    }

ul.change-list-style li {
    list-style-type: decimal !important;
    padding: 0px !important;
}

ul.change-list-style {
    padding: 0px !important;
}

.title-of-innerpages.white-text-infod h1 {
    filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
}

.end-team {
    display: inherit;
}

a.world-break {
    word-wrap: break-word;
}

.space-topino-tech {
    margin: 40px 0 0 0;
}

.cta-bnt-info {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.pr-30 {
    padding: 0px 0px 0px 30px !important;
}

h2.title-of-heading-page {
    font-size: 41px;
    color: #646464;
}


.geta-quote-btn.style-change a {
    background-color: #60a033;
    font-size: 16px;
    letter-spacing: .07rem;
    padding: 8px 30px;
    font-weight: 600;
}

h4.mini-heading {
    font-size: 20px;
    color: #646464;
    font-weight: 400;
    margin: 40px 0px;
    display: inline-block;
    width: 100%;
}

.video-info {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 70px 0 0px 0;
}

.fs-13 {
    font-size: 13px !important;
}

.planet-blog {
    width: 100%;
    margin: 0px;
    padding: 0 0 30px 0;
}

    .planet-blog:last-child {
        padding: 0px;
    }

a.blgo-title-heading {
    font-size: 17px;
    line-height: 28px;
    color: #497d29;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 6px 0;
}

.blgo-min-desc p a {
    font-weight: 700;
    color: #497d29;
}

    .blgo-min-desc p a i {
        color: #497d29;
    }

.subtitle p {
    color: #646464;
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 6px 0;
}

.blgo-min-desc p {
    color: #646464;
    font-size: 17px;
    line-height: 28px;
    margin: 0px;
}


.blog-details-img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/FHABlogImageNewResized.png) no-repeat top center;
    background-size: cover;
    position: relative;
}

.spaceinfo-blogs {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 305px 0 80px 0px;
    text-align: center;
}

.social-info p {
    font-size: 15px;
    font-style: italic;
}

span.blog-social i {
    color: #497d29;
    font-size: 17px;
}

    span.blog-social i:hover {
        color: #005394;
    }

span.twitter-icons img {
    width: 16px;
    position: relative;
    top: -2px;
    display: inline-block;
}

p.info-contact {
    display: inline-block;
    width: 100%;
}

.title-of-innerpages.planet-with-purposespace {
    padding: 180px 0 30px 0;
}

    .title-of-innerpages.planet-with-purposespace img {
        filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
    }

.payment-bnt-info a:hover {
    background-color: #497d29;
}



.info-branch-address.multi-address {
    padding: 0 0 0 10px;
}

a.name-info {
    color: #001d60;
    font-size: 20px;
}

.name-team-man p {
    font-size: 20px;
    font-weight: 700;
    color: #001d60;
    margin: 0px;
    padding: 0px;
}

.sticky .logo a img {
    width: 236px;
    padding: 7.3px 0px;
}

.sticky a.login-account {
    background-color: #60a033;
}

    .sticky a.login-account:hover {
        background-color: rgb(73, 125, 41);
    }
/*Strip-info***/
.agent-strip {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 9999;
    overflow: visible;
    font-size: 12px;
    color: #333;
    background-color: #00b1e1;
    text-align: center;
    padding: .5em;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

.agent-strip_img img {
    width: 100px;
    position: absolute;
    bottom: 8px;
    border: 6px solid #00b1e1;
    left: 60px;
    border-radius: 50%;
    background-color: #FFF;
}

    .agent-strip_img img:hover {
        transform: scale(1.1);
        transition: 0.4s;
    }

.agent-strip_text_intro {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    left: 177px;
    top: 6px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
}

.nifo_agent {
    color: #FFF !important;
}

.name_infotag {
    color: #DDD;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    line-height: 14px;
}

.agent-strip_text_name {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

    .agent-strip_text_name a {
        color: #FFF;
        text-decoration: underline;
        font-weight: 700;
    }

.name_infotag {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    line-height: 14px;
}

.bnt-webinfo {
    position: absolute;
    top: 22px;
    left: 480px;
}

.button.infobnt-tech:hover {
    background-color: #60a033;
    border: 1px solid #FFF;
    color: #FFF;
}

.phoninfo-details:hover {
    color: #DDD;
}

.button.infobnt-tech {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    padding: 0px 11px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    height: 27px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
    border: 1px solid #CCC;
    cursor: pointer;
    box-sizing: border-box;
    background: transparent;
    color: #FFF;
    margin-left: 14px;
}

.phoninfo-details {
    color: #FFF;
    font-size: 18px;
    margin-left: 20px;
    font-weight: 600;
}

#closebtn_info {
    width: 27px;
    height: 28px;
    border: 1px solid #DDD;
    position: absolute;
    top: -40px;
    right: 50%;
    border-radius: 50%;
    padding: 4px;
    cursor: pointer;
}

.closebtn_info {
    height: 18px;
    width: 1px;
    margin-left: 9px;
    background-color: #DDD;
    transform: rotate(45deg);
    Z-index: 1;
}

.cross-info-btn {
    height: 18px;
    width: 1px;
    background-color: #DDD;
    transform: rotate(90deg);
    Z-index: 2;
}

.logo-quote {
    margin-left: -10px;
    height: 74px;
    width: 298px;
}

.logo {
    width: 300px;
    height: 76px;
}

.desing-withset {
    width: 28.33%;
}


.breadcrumbs ul li:last-child:after {
    background: none;
}



/* Optional: Make element hidden until animation starts */
.wow {
    visibility: hidden;
}

/* For smoother transition (optional) */
.animate__animated {
    opacity: 0;
    animation-fill-mode: both;
}

/**PLANET FAMILY OF COMPANIES-IMG-CSS**/

.infolinweb {
    position: relative;
    display: block;
}

.linkgroup a {
    position: absolute;
    top: 11%;
    left: 28%;
    width: 40%;
    height: 30%;
}

.linkone a {
    position: absolute;
    top: 68%;
    left: 4%;
    width: 26%;
    height: 27%;
}

.linktow a {
    position: absolute;
    top: 70%;
    left: 34%;
    width: 29%;
    height: 24%;
}

.linkthree a {
    position: absolute;
    top: 70%;
    left: 68%;
    width: 28%;
    height: 26%;
}

.linkgroup-mobile a {
    position: absolute;
    top: 7%;
    left: 16%;
    width: 66%;
    height: 16%;
}

.linkone-mobile a {
    position: absolute;
    top: 40%;
    left: 17%;
    width: 63%;
    height: 17%;
}

.linktow-mobile a {
    position: absolute;
    top: 58%;
    left: 17%;
    width: 63%;
    height: 17%;
}

.linkthree-mobile a {
    position: absolute;
    top: 77%;
    left: 17%;
    width: 63%;
    height: 17%;
}



.bg-action-section-info {
    width: 100%;
    padding: 25px 25px 35px;
    background-color: #eeeeee;
    border-radius: 5px;
    margin-top: 15px;
}

.success-maket-location {
    width: 100%;
    display: inline-block;
    margin: 0px;
    background-color: #efefef;
}

.success-maket-planet-familly {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 70px 0;
    background-color: #efefef;
}

/**Animation-css**/

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-5px) translateX(-50%);
    }

    60% {
        transform: translateY(-0px) translateX(-50%);
    }
}

.section-content {
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

    .section-content.animate {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 1.8s ease, transform 1.5s ease;
    }



/**End-Animation***/


.popup {
    display: none;
    position: fixed;
    padding: 10px;
    width: 320px;
    left: 50%;
    margin-left: -150px;
    height: auto;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    z-index: 20;
}

#popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -2;
}

#popup:before {
    position: absolute;
    content: "";
    top: -25px !important;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    border-radius: 8px;
}


.close-bnt-popup {
    position: absolute;
    top: -20px;
    right: 6px;
}

.height-auto {
    height: auto;
}


.popup2 {
    display: none;
    position: fixed;
    padding: 10px;
    width: 280px;
    left: 50%;
    margin-left: -150px;
    height: 180px;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
}

#popup2:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}

#popup2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    border-radius: 8px;
}

/**star-rating**/

.home-rating-stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0px 0px;
}

.stars-outer {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: saddlebrown;
}

    .stars-outer::before {
        content: "\f005\f005\f005\f005\f005";
        font-family: "Font Awesome 5 Free";
    }

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0%;
    background: #e8b909;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

    .stars-inner::before {
        content: "\f005\f005\f005\f005\f005";
        font-family: "Font Awesome 5 Free";
    }

.rating-value {
    font-weight: bold;
    font-size: 18px;
}

.testimonial-box.space-setting {
    margin: -30px 0 0 0;
}
/**Search-section-css***/


.search-section h3 {
    font-weight: 700;
    font-size: 18px;
    color: #646464;
    margin: 35px 0px;
}


input[type=submit] {
    cursor: pointer;
    border: 1px solid #60a033;
    background-color: #60a033;
    font-weight: 700;
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 23px;
    display: inline-block;
}

.search-button input {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 40px;
    line-height: 40px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 30px;
}

    .search-button input:hover,
    .button-searchby-state:hover {
        color: #FFF;
        background-color: #005394;
        border-color: #005394;
    }

.text-box-search {
    min-width: 300px;
}

input.search-inputbox {
    background-color: #f1f1f1 !important;
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    font-weight: 600;
    color: #646464;
}

a.button-searchby-state {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 40px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #60a033;
    border-radius: 4px;
    border: 1px solid #60a033;
    cursor: pointer;
    box-sizing: border-box;
}

.our-branches-list {
    padding: 30px 0 0 0;
}

branch-list-our {
    padding: 38px 0 0 0;
}

.current-customer {
    width: 100%;
}

.lineheight ul li {
    line-height: 30px;
}

.padding-space-none {
    padding: 0 0 0 0 !important;
}



/**PLANET FAMILY OF COMPANIES-IMG-CSS-END**/

@media only screen and (max-width:767px) {
    .testimonial-bg {
        padding: 50px 40px;
    }

    .owl-theme .owl-controls {
        bottom: -22%;
    }
}

@media only screen and (max-width:480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px;
    }

    .testimonial-bg {
        padding: 30px 10px;
    }

    .owl-theme .owl-controls {
        bottom: -15%;
    }
}

@media only screen and (max-width:360px) {
    .testimonial .title,
    .testimonial .post {
        font-size: 16px;
    }

    .owl-theme .owl-controls {
        bottom: -12%;
    }
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 30px;
}

    .map-responsive iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }


/* mlo review section*/
.ctMKzb {
    width: 100%;
}


.site-map-info {
    width: 100%;
    display: inline-block;
    padding: 0;
}
    /*For MLO pages resolve the extra space */
    .site-map-info ul li ul li ul li ul li ul li ul {
        padding: 1px 0px;
    }

    .site-map-info ul li ul li ul li ul li, .site-map-info ul li ul li ul li ul li a {
        line-height: 16px;
    }

    .site-map-info ul li a {
        color: #497d29;
        font-weight: 700;
        text-decoration: none;
        font-size: 17px;
        line-height: 30px;
    }

    .site-map-info ul li h3 {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: -1px;
        font-weight: 700;
    }

    .site-map-info ul li h4 a {
        font-size: 20px;
    }

    .site-map-info ul li h5 a, .site-map-info ul li h3 a {
        font-size: 18px;
    }

    .site-map-info ul li ul {
        margin: 20px 0px 20px 20px;
    }

    .site-map-info ul li {
        list-style-type: circle;
    }

        .site-map-info ul li h4 {
            font-size: 20px;
        }

        .site-map-info ul li h5 {
            font-size: 18px;
        }

    .site-map-info ul ul li ul li {
        margin: 0 0 13px 0;
    }

    .site-map-info ul li
    a:hover {
        color: #005394;
    }

.popup {
    display: none;
    position: fixed;
    padding: 10px;
    width: 320px;
    left: 50%;
    margin-left: -150px;
    height: auto;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    z-index: 20;
}

#popup:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -2;
}

#popup:before {
    position: absolute;
    content: "";
    top: -25px !important;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    border-radius: 8px;
}


.close-bnt-popup {
    position: absolute;
    top: -20px;
    right: 6px;
}

.height-auto {
    height: auto;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.heading-table th {
    font-size: 16px;
}

.table-responsive td {
    font-size: 18px;
    font-weight: 400;
    color: #646464;
}

td.legal-info-table__address p {
    line-height: 18px;
}

.other-approvals {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .other-approvals h4 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #666;
        font-weight: 400;
        margin: 20px 0 20px 0;
    }
/***New-Blog-details**/


.sub-congratulations_title p {
    font-size: 22px;
    line-height: 38px;
}

.bg-strip {
    background-color: #dddddd;
    width: 100%;
    display: inline-block;
    padding: 40px 0px;
    border-radius: 20px;
}

.img-know {
    display: inline-block;
    padding: 0px 20px 0 0px;
    min-width: 250px;
    margin: auto 0;
}

.info-blog-tech {
    display: inline-block;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}

.good-to-know .bg-strip .info-blog-tech p {
    padding-left: 30px;
}

.info-blog-tech p {
    padding: 0px;
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #282964;
}

.info-blog-tech p {
    font-size: 17px;
    color: #000;
}

.bg-strip {
    background-color: #dddddd;
    width: 100%;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 20px;
}

.good-to-know {
    width: 100%;
    display: inline-block;
    margin: 5px 0 30px;
}

.track-view-info_view {
    padding: 55px 0 0 0;
    width: 100%;
    display: inline-block;
}

.info-do-dont {
    display: inline-block;
    padding: 50px 0px;
}

ul.padding-bottme-blogs {
    padding: 0 0 30px 0 !important;
    display: inline-block;
}

@media only screen and (max-width:767px) {
    .bg-strip {
        display: inline-block !important;
        padding-left: 15px;
    }
}

/*Rigth side box content in about us*/

.callOut {
    padding-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #646464;
}


/*video Library CSS*/
.details-video-library {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.video-library .details-video-library h2 {
    color: #282964;
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0 25px 0 !important;
    width: 100%;
}

.details-video-library-link {
    color: #497d29;
    font-weight: 700;
    text-decoration: none;
}

.video-library-block {
    height: 320px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.video-library-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #f0f0f0;
}

    .video-library-embed iframe {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.video-library-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

    .video-library-info h3 {
        margin: 0;
        font-size: 16px;
        color: #333;
        line-height: 1.3;
        /* letter-spacing: -.1rem; */
        font-weight: 700;
    }

    .video-library-info a {
        color: #0066cc !important;
        text-decoration: none;
        font-weight: 700;
        font-size: 17px;
    }

        .video-library-info a:hover {
            text-decoration: underline;
        }

.video-library-placeholder {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .video-container video {
        width: auto;
    }

    .video-library-placeholder {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .video-container video {
        width: auto;
    }

    .showcase {
        height: 78.5vh;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .video-container video {
        width: auto;
    }

    .showcase {
        height: 78vh;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .showcase {
        height: 73.5vh;
    }
}

.details-of-aboutus {
    color: #646464;
}

.details-of-aboutus {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #646464 !important;
}

    .details-of-aboutus .pr-50 {
        padding: 0 50px 0 0;
    }


    .details-of-aboutus h1 {
        font-weight: 400;
        margin: 40px 0;
        letter-spacing: -.1rem;
    }

    .details-of-aboutus h2 {
        color: #282964;
        font-weight: 700;
        font-size: 30px;
        margin: 40px 0 40px 0;
        width: 100%;
    }

    .details-of-aboutus h3 {
        font-size: 18px;
        margin-top: 0rem;
        margin: 40px 0;
        letter-spacing: -.08rem;
    }

        .details-of-aboutus h3:first-child {
            margin-top: 2rem;
        }

    .details-of-aboutus h4 {
        font-size: 20px !important;
        line-height: 1.35;
        letter-spacing: -.08rem;
        color: #646464;
        margin: 40px 0;
        letter-spacing: -.08rem;
    }

    .details-of-aboutus h5 {
        line-height: 1.5;
        letter-spacing: -.05rem;
    }

    .details-of-aboutus h6 {
        line-height: 1.6;
        letter-spacing: 0;
    }

    .details-of-aboutus p small {
        font-size: 12px;
        font-style: italic;
        padding-top: 20px;
    }

    .details-of-aboutus p:has(small) {
        line-height: 1.25;
    }

    .details-of-aboutus p,
    .details-of-aboutus ul {
        margin-bottom: 25px;
    }

    .details-of-aboutus p {
        padding: 0;
        margin: 0;
    }

    .details-of-aboutus .info-bel {
        padding: 0px;
        line-height: 1.8;
    }

    .details-of-aboutus ul {
        padding-left: 30px;
    }

.site-accessibility-assistance .details-of-aboutus .info-bel p a {
    color: #497d29;
}

    .site-accessibility-assistance .details-of-aboutus .info-bel p a:hover {
        color: #005394;
    }

.details-of-aboutus a {
    color: #497d29;
    font-weight: 700;
    text-decoration: none;
}

.page-details-section table,
.details-of-aboutus table {
    border: 0px;
    width: 100%;
}

    .page-details-section table,
    .page-details-section table tr,
    .page-details-section table tr td,
    .details-of-aboutus table,
    .details-of-aboutus table tr,
    .details-of-aboutus table tr td {
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #646464;
    }

        page-details-section table tr,
        .details-of-aboutus table tr {
            border-bottom: 1px solid #E1E1E1;
            border-spacing: 9px;
            word-spacing: 5px;
        }

            .page-details-section table tr th,
            .page-details-section tr td,
            .details-of-aboutus table tr th,
            .details-of-aboutus table tr td {
                text-align: left;
                border-bottom: 1px solid #E1E1E1;
                padding: 12px 15px;
            }

.page-details-section a,
.details-of-aboutus a {
    color: #497d29;
    font-weight: 700;
    text-decoration: none;
    word-wrap: break-word;
}

.details-of-aboutus .info-bel p a:hover,
.details-of-aboutus ul li a:hover,
.details-of-aboutus .info-bel ul li a:hover {
    color: #005394;
}

.details-of-aboutus .experienced-info h3,
.details-of-aboutus .exp-poininfo {
    padding: 0px;
}

blockquote, q {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}

.full-details-of-member-team a {
    color: #497d29;
}

.full-details-of-member-team ul li {
    font-size: 16px;
    line-height: 28px;
}

.manager-team p {
    margin: 0;
}

.bg-form {
    margin: 140px 0 0 0;
}

.previous {
    color: #9e9e9e;
    font-size: 14px;
    cursor: pointer;
    padding: 25px 0 0 0;
    text-transform: uppercase;
    width: 100%;
}

fieldset#set9 label {
    max-width: 600px;
}

.phoneRow {
    display: flex;
    gap: 3px !important;
    justify-content: center;
}

a.button-searchby-state {
    color: #fff !important;
}

.subject-titile h2 {
    font-size: 30px;
    font-weight: 700;
    color: #282964;
    margin: 0 0 40px 0 !important;
}

/*09/06/2025*/

.footerLinks a {
    font-weight: normal !important;
    color: #838383 !important;
}

.payment-bnt-info a {
    color: white;
}

.full-width-template div .vc-container {
    padding: 0 12px;
}

.container .vc-container.container {
    margin-left: 0;
}



/***New-Popup****/

.popupnew {
    display: none;
    position: fixed;
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
    height: auto;
    top: 50%;
    margin-top: -200px;
    background: #FFF;
    z-index: 20;
}

    .popupnew:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.75);
        z-index: -2;
    }

    .popupnew:before {
        position: absolute;
        content: "";
        top: -25px !important;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
        border-radius: 8px;
    }


.close-bnt-popup {
    position: absolute;
    top: -20px;
    right: 6px;
}

.height-auto {
    height: auto;
}


.popup2 {
    display: none;
    position: fixed;
    padding: 10px;
    width: 280px;
    left: 50%;
    margin-left: -150px;
    height: 180px;
    top: 50%;
    margin-top: -100px;
    background: #FFF;
    border: 3px solid #F04A49;
    z-index: 20;
}

#popup2:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: -2;
}

#popup2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
    border-radius: 8px;
}

.modal-confirm-logo {
    background-color: #0e1d61;
    padding: 22px 35px;
    border-radius: 6px 6px 0 0;
    margin: -25px 0 0 0;
}

    .modal-confirm-logo img {
        max-width: 300px;
    }

.modal-info-details {
    padding: 20px 60px;
    font-size: 14px;
    line-height: 22px;
}

    .modal-info-details h4 {
        font-size: 15px;
        color: #646464;
        font-weight: bold;
        margin: 0 0 25px 0;
    }

    .modal-info-details p {
        line-height: 22px;
        font-size: 14px;
        color: #646464;
    }


a.button.more-bnt-tech {
    display: inline-block;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    height: 40px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #60a033;
    border-radius: 4px;
    border: 1px solid #60a033;
    cursor: pointer;
    box-sizing: border-box;
}

a.modal-confirm-cancel-point {
    padding-left: 20px;
    font-weight: normal;
    text-decoration: underline;
    color: #497d29;
}

.modal-confirm-buttons {
    padding-bottom: 40px;
    padding-top: 18px;
}

.page-not-found .page-details-section .info-bel h3 {
    margin-bottom: 0;
}

.originations-language-disclaimer .details-of-aboutus {
    padding-bottom: 60px;
}

    .originations-language-disclaimer .details-of-aboutus .info-bel {
        min-height: 350px;
    }

.get-started .details-of-aboutus .info-bel p {
    margin-bottom: 25px !important;
}

@media (min-width: 768px) {
    .page-not-found .page-details-section .info-bel h3 {
        margin-bottom: 3rem; /* Equivalent to mb-md-5 in Bootstrap */
    }
}


.furever-img {
    width: 50%;
    height: auto;
}

.mlo-social-icons {
    display: flex;
    text-align: center;
    justify-content: center;
    padding-top: 30px;
}

    .mlo-social-icons a {
        margin: 0 5px !important;
    }

    .mlo-social-icons img {
        height: 34px;
        width: 34px;
    }

.buy-now-sell-later p small {
    font-size: 80% !important;
    font-style: normal !important;
    padding: 0 !important;
}

.info-bel ul ul {
    margin-block-start: 15px;
}

.natural-disaster-assistance h3 {
    font-size: 22px;
    font-weight: 700;
}

.homeowners-assistance .details-of-aboutus p {
    padding-bottom: 25px !important;
}

.details-of-aboutus p {
    padding-bottom: 25px;
}

.bridge-loan .details-of-aboutus p ~ h2 {
    margin-top: 15px !important;
}


.va-streamline-refinance .details-of-aboutus p,
.refinance-mortgage .details-of-aboutus p,
.home-renovation-loans .details-of-aboutus p,
.bank-statement-home-loans .details-of-aboutus p,
.new-home-construction-mortgages .details-of-aboutus p,
.manufactured-housing-loan .details-of-aboutus p,
.home-renovation-purchase-loans .details-of-aboutus p,
.usda-home-loans .details-of-aboutus p,
.jumbo-mortgage-loans .details-of-aboutus p,
.usda-home-loans .details-of-aboutus p,
.down-payment-assistance-dpa .details-of-aboutus p,
.va-home-loans .details-of-aboutus p,
.home-possible-home-loans .details-of-aboutus p,
.homeready-loans .details-of-aboutus p,
.fha-home-loans .details-of-aboutus p,
.va-mortgage-loans .details-of-aboutus p,
.get-cash-from-your-home .details-of-aboutus p,
.debt-consolidation-loans .details-of-aboutus p,
.buy-a-home .details-of-aboutus p,
.bridge-loan .details-of-aboutus p,
.make-an-all-cash-offer-on-a-house .details-of-aboutus p,
.home-2-refi-buy-refi-save .details-of-aboutus p,
.mortgage-buydowns .details-of-aboutus p {
    padding-bottom: 25px;
}

.home-renovation-loans ul ul {
    margin: 15px 0 15px 30px !important;
}
/*.home-renovation-loans ul li:empty::marker {
    display: none;
}*/

.home-renovation-loans ul > li:has(ul) {
    list-style-type: none;
}

.homeready-loans .details-of-aboutus strong {
    font-size: 17px;
}

.mortgage-buydowns .details-of-aboutus h1 {
    margin: 0 !important;
}

.mortgage-buydowns .details-of-aboutus h2 {
    font-weight: 700;
}

.va-mortgage-loans .details-of-aboutus h4 {
    font-weight: 400;
    margin-top: 40px !important;
}

.details-of-aboutus ol {
    padding: 0px;
    font-size: 17px;
}

.details-of-aboutus ul ~ h2,
.details-of-aboutus ul ~ h3,
.details-of-aboutus ul ~ h4 {
    margin-top: 40px !important;
}

.mortgage-buydowns .details-of-aboutus p ~ h2,
.details-of-aboutus p ~ h2,
.details-of-aboutus p ~ h3,
.details-of-aboutus p ~ h4 {
    margin-top: 15px !important;
}

.mlo-map-heading {
    text-align: center;
    font-size: 36px !important;
    margin-top: 170px !important;
}

.site-map-info ul > li:has(ul) {
    list-style-type: none;
}

.site-map-info ul > li h3 a {
    list-style-type: circle;
}

.site-map-info ul li ul li:has(ul) {
    list-style-type: circle;
}


@media (max-width: 615px) {
    .mlo-map-heading {
        margin-bottom: 0 !important;
        margin-top: 60px !important;
    }

    .manager-team {
        min-height: auto;
        padding: 34px 0;
    }
}

@media (max-width: 480px) {
    .mlo-map-heading {
        font-size: 36px !important;
    }
}

.info-bel .about-branch-info p strong {
    font-size: 17px;
    font-weight: 600;
}

.border-space:last-child {
    display: none;
}

@media (max-width:710px) {
    .mobileHide {
        display: none !important;
    }

    .branch-inner h1 {
        font-size: 36px !important;
    }

    .branch-inner {
        padding-bottom: 0px !important;
    }
}

.homeboat-section {
    padding: 50px 0;
}

    .homeboat-section h2 {
        text-align: center;
    }

    .homeboat-section .homeboat-homeowner {
        background-color: #e6e6e6;
    }

.border-space:last-child {
    display: none;
}

.homeboat-section h2 {
    text-align: center;
}

.homeboat-homeowner {
    background-color: #e6e6e6;
}

@media (max-width: 768px) {
    .mobileHide {
        display: none !important;
    }
}

.social-icons .fa-facebook-square:hover {
    color: #3b5998;
}

.social-icons .fa-linkedin:hover {
    color: #0e76a8;
}

.social-icons .fa-instagram-square:hover {
    color: #8a3ab9;
}

.branch-inner h1 {
    font-size: 36px;
}

@media only screen and (min-width: 712px) and (max-width: 991px) {
    .branch-inner h1 {
        font-size: 36px !important;
    }
}

@media (max-width: 616px) {
    .about-branch-info .skymore-logo {
        display: none;
    }
}

.details-of-aboutus .manager-team .type-manager-team p, .details-of-aboutus .manager-team .type-manager-id p,
.details-of-aboutus .manager-team .name-team-man p {
    padding-bottom: 0;
}

.details-of-aboutus .manager-team .name-team-man p {
    font-size: 24px;
}

.details-of-aboutus .manager-team .name-team-man a {
    font-size: 17px;
}

@media (max-width: 767px) {
    .bnt-infotech-details, .bnt-infotech-details.bg-change {
        height: 40px;
        width: 230px;
        font-size: 18px;
    }

    .mloPage .logo {
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translate(-50%, -50%);
    }

    .logo a img {
        max-width: 230px !important;
    }
}

.mlo-pages p {
    padding-bottom: 0 !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.bg-action-section .toll-free-number {
    font-size: 18px;
}

.details-of-aboutus p ~ blockquote {
    margin-block-start: 0px;
}

.welcome-to-planet p {
    margin-bottom: 25px;
}

.welcome-to-planet .loan-transfer h2 {
    font-size: 38px;
    margin-top: 30px;
}

.welcome-to-planet .loan-point-infobel h2 {
    padding: 0;
}

.welcome-to-planet .loan-point-infobel ul {
    padding: 0 0 25px 50px;
}

.welcome-to-planet .point-of-loan {
    padding-bottom: 50px;
}

.bg-loan-register p {
    font-size: 40px;
}

.welcome-to-planet .section-accordion h2 {
    margin-bottom: 80px !important;
}

.section-accordion h3 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 40px;
}

.welcome-to-planet .register-title h2 {
    margin-bottom: 10px !important;
}

.welcome-to-planet .reg-step p {
    margin-bottom: 0px;
}

.section-accordion .accordion-item p {
    margin-bottom: 0 !important;
}

.section-accordion .accordion-item .accordion-header {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 30px !important;
    margin-bottom: 30px !important;
}

.welcome-to-planet .about-planet-bg {
    background-color: #EFEFEF;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 99vw;
    max-width: 99vw;
    box-sizing: border-box;
    color: #646464;
    padding: 85px 0;
}

.welcome-to-planet .page-details-section {
    padding-bottom: 0 !important;
}

.search ul.list-link-view {
    margin-block-start: 0px;
}

#onetrust-consent-sdk #onetrust-pc-sdk #pc-title {
    font-size: 16px !important;
}

.important-customer-updates .info-bel ul li {
    line-height: 1.8 !important;
}

.site-accessibility-assistance .details-of-aboutus h3 {
    margin-top: 40px !important;
}

.Blog-landing .vc-container.container {
    padding-left: 0 !important;
}

.important-customer-updates .details-of-aboutus .info-bel p {
    padding-bottom: 0px;
}

.important-customer-updates .details-of-aboutus .info-bel hr {
    margin-top: 1.8rem;
    margin-bottom: 2.8rem;
}

.important-customer-updates .page-details-section {
    padding-bottom: 60px;
}

@media(max-width: 712px) {
    .important-customer-updates .details-of-aboutus .info-bel h2 {
        font-size: 23px;
    }
}

@media(max-width: 991px) {
    .bg-loan-register {
        margin-left: 0;
        margin-top: 10px;
        padding: 1rem 0rem !important;
    }

    .welcome-to-planet .loan-transfer {
        padding: 0px 0 0px !important;
    }

    .welcome-to-planet .about-info-planet .pace-title {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
   
}


/* new pages css */
.lpTitle,
.accountregistration .lpTitle,
.ultimate-mortgage-guides .lpTitle,
.mortgage-guides-landing-page-template-gated .lpTitle,
.mortgage-process-landing-page-template .lpTitle {
    font-size: 36px;
    line-height: 40px;
    color: #282964;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    letter-spacing: unset !important;
}

.mortgage-process-hero .inner-bg,
.mortgage-process-section .inner-bg {
    height: 400px;
    background-position: top left;
    /* padding-top: 290px; */
}

    .mortgage-process-hero .inner-bg .title-of-innerpages,
    .mortgage-process-section .inner-bg .title-of-innerpages {
        padding-top: 290px !important;
    }

        .mortgage-process-hero .inner-bg .title-of-innerpages h1,
        .mortgage-process-section .inner-bg .title-of-innerpages h1 {
            font-size: 46px;
            color: #fff;
            font-weight: 700;
            filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.65));
            line-height: 1.2;
            letter-spacing: -1.0px;
            font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial","sans-serif";
            margin: 0 0;
        }

.mortgage-process-section .welcome-info
.mortgageall-pages-section .vc-container.container {
    padding: 20px 50px 0;
}

.mortgageall-pages-section .vc-container.container .details-of-aboutus ul li {
    line-height: 1.8;
}

.mortgage-process-section {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 110px;
}

.mortgageall-pages-section .vid-application-info .details-info .info-bel ul li,
.mortgageall-pages-section .welcome-info .info-bel ul li {
    line-height: 1.8;
}

.mortgageall-pages-section .vc-container.container .details-info p {
    font-size: 17px;
}

.mortgageall-pages-section .vc-container.container {
    margin-top: 50px;
}

    .mortgageall-pages-section .vc-container.container h3 {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: -.1rem;
        font-weight: 700;
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #646464;
        margin-top: 0 !important;
    }

@media screen and (max-width: 556px) {
    .mortgage-process-section .details-of-aboutus .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .mortgageall-pages-section .process-menu-cont .container {
        padding: 0;
        overflow: hidden;
        width: 100%;
    }

    .mortgage-process-section .details-of-aboutus .lpTitle {
        font-size: 30px;
    }

    .mortgage-process-section .details-of-aboutus .making-action a {
        font-size: 14px;
    }

    .mortgage-process-section .welcome-info .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.process-menu-cont {
    text-align: center;
    background-color: #efefef;
    padding: 18px 0;
    width: 100%;
    display: inline-block;
}

.process-menu-item {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 7px;
    background-color: #FFF;
    width: 135px;
    text-align: center;
    height: 135px;
    border-radius: 50%;
    margin: 3px;
}

    .process-menu-item:hover {
        transform: scale(1.1);
    }

.process-menu-icon {
    padding-top: 12px;
}

.process-menu-title {
    height: 30px;
}

.process-menu-cont a {
    color: #ffffff;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.process-menu-item img {
    margin-left: 0;
    height: 50px;
    margin-bottom: 14px;
}

.white-section-bg,
.grey-section-bg {
    padding: 100px 0;
}

    .white-section-bg .info-bel .circleImage {
        padding: 20px;
    }

    .white-section-bg .info-bel h2,
    .grey-section-bg .info-bel h2 {
        margin: 0 0 40px 0;
    }

.white-section-bg {
    background-color: #fff;
}


/*.grey-section-bg {
    background-color: #efefef;
}*/

.row img.iconLeft {
    margin-right: 25px;
    width: 45px;
}

.grey-section-bg .info-bel ul {
    padding-left: 30px;
}

/* Video With Content */
.video-thumbnail {
    cursor: pointer;
    border-radius: 5px;
    margin: 0 10px 10px 10px;
}

.mp-video-thumbnail {
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 600px;
}

/* Modal Overlay */
.modal-overlay {
    padding-top: 81px;
}

    .modal-overlay:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em;
    }

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.videoTitle {
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 237px;
    font-weight: 600;
    width: 200px;
    padding: 0 10px 0 10px;
    text-align: center;
    line-height: 19px;
    background-color: #454545;
}

.videoControlLeft {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 50px;
    height: 100px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

    .videoControlLeft:before {
        content: "<";
        display: inline-block;
        font-family: monospace;
        font-size: 100px;
    }

.videoControlRight:before {
    content: ">";
    display: inline-block;
    font-family: monospace;
    font-size: 100px;
}

.videoControlRight {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 50px;
    height: 100px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
/* Modal Content */
.modal-content {
    position: relative;
    padding-bottom: 39.16% !important;
    padding-top: 30px !important;
    height: 0 !important;
    overflow: hidden !important;
    min-width: 70% !important;
    max-width: 70% !important;
    background-color: #000;
    border-radius: 8px;
}

    .modal-content iframe {
        position: absolute !important;
        top: 2.25% !important;
        left: 2.25% !important;
        width: 95% !important;
        height: 95% !important;
        display: inline-block;
    }

/* Close Button */
.close-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 22px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    z-index: 3;
}

    .close-btn img {
        margin-top: -7px;
    }

.circleImage {
    border-radius: 50%;
}

thumbnail-caption {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.process-menu-images-item {
    margin-bottom: 25px;
}

.circleImage {
    border-radius: 50%;
    overflow: hidden;
}

/* Related Topic Section Mortgage Process Pages */
.related-text {
    text-align: left;
    line-height: 1.8;
    font-size: 17px;
    color: #646464;
}

.mortgage-process-section .related-read-more {
    position: absolute;
    bottom: 0;
}

    .mortgage-process-section .related-read-more a strong {
        color: #497d29;
        font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue","Helvetica", "Arial", "sans-serif";
        font-weight: 700 !important;
    }

        .mortgage-process-section .related-read-more a strong:hover {
            color: #005394;
        }


.confined {
    max-width: 1250px;
    padding: 50px 0;
    margin: auto;
    text-align: left;
    font-size: 17px;
}

/*Blog details page css*/
.info-blog-tech p {
    padding: 0px 0px 0px 15px;
}

.mortgage-process-section .welcome-info {
    padding: 30px 0 20px 0;
}

.vid-application-info .vid-application-info-pera {
    font-size: 17px !important;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue","Helvetica", "Arial", "sans-serif";
}

.mortgageall-pages-section .welcome-info div div img {
    padding: 0px 18px 0 0;
    margin: auto 0;
}


.mortgageall-pages-section .welcome-info .pace-title {
    margin-top: 15px !important;
}

.vid-application-info .row .details-info h2 {
    margin-top: 0px !important;
}

@media (max-width:711px) {
    .mortgage-process-hero .inner-bg .title-of-innerpages h1,
    .mortgage-process-section .inner-bg .title-of-innerpages h1 {
        font-size: 30px;
    }

    .video-thumbnail {
        padding-left: 0;
        padding-right: 0;
    }

    .mp-video-thumbnail {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .related-text {
        padding: 10px 0px 0px !important;
        margin-bottom: 0 !important;
    }

    .mortgage-process-section .related-read-more {
        bottom: 8px;
    }
}

@media (max-width: 576px) {
    .mortgage-process-section .page-details-section {
        padding: 15px 0px 60px;
    }

    .white-section-bg .info-bel .circleImage {
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .mortgage-process-section h2 {
        font-size: 23px !important;
        line-height: 1.3;
    }

    .mortgage-process-section .process-menu-cont .process-menu-item {
        width: 120px;
        height: 120px;
    }

        .mortgage-process-section .process-menu-cont .process-menu-item .process-menu-title a {
            font-size: 11px;
        }

        .mortgage-process-section .process-menu-cont .process-menu-item .process-menu-icon {
            padding-top: 6px;
        }

            .mortgage-process-section .process-menu-cont .process-menu-item .process-menu-icon img {
                margin-bottom: 8px;
            }

    .mortgage-process-section .process-menu-cont {
        padding: 18px 0px
    }
}

.mortgage-process-section .details-of-aboutus a {
    color: white;
}

}

.guide-to-the-mortgage-loan-process .breadcrumbs {
    display: none !important;
}

.guide-to-the-mortgage-loan-process .welcome-info {
    padding: 75px 0 60px 0 !important;
}

.guide-to-the-mortgage-loan-process .vc-container.container h2 {
    margin: 0 0 40px 0 !important;
}

.mortgage-guides-landing-page-template-gated .modal-content {
    height: 420px !important;
}

.accountregistration .welcome-info,
.mortgage-process-landing-page-template .welcome-info {
    padding: 60px 0;
}

.mortgage-guides-landing-page-template-gated .welcome-info {
    padding: 20px 0 60px 0;
}

.accountregistration .row .col {
    padding: 0;
}

.ultimate-mortgage-guides .lpSubTitle,
.mortgage-guides-landing-page-template-gated .lpSubTitle,
.mortgage-process-landing-page-template .lpSubTitle {
    font-size: 24px;
    line-height: 29px;
    color: #282964;
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
}

.mortgage-process-landing-page-template .page-details-section .happiness-customer,
.vid-application-info {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 99vw;
    max-width: 99vw;
    box-sizing: border-box;
}

.mortgage-process-landing-page-template .page-details-section {
    padding-bottom: 0;
    padding-top: 50px;
}

.mortgage-process-landing-page-template .elevated,
.mortgage-guides-landing-page-template-gated .elevated {
    margin-top: -20px;
    margin-bottom: 25px;
}

.mortgage-guides-landing-page-template-gated .welcome-info .details-info p,
.mortgage-process-landing-page-template .details-info p {
    font-size: 17px;
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.8;
    font-weight: 400;
}

.mortgage-process-landing-page-template .welcome-info {
    padding: 40px 0;
}

.welcome-info ul {
    padding-left: 30px;
    list-style: circle inside;
    color: #646464;
    line-height: 28px;
}

.lpTitle {
    font-size: 36px;
    line-height: 40px;
    color: #282964;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.lpSubTitle {
    font-size: 24px;
    line-height: 29px;
    color: #282964;
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
    margin-top: 25px;
}

.elevated {
    margin-top: -45px;
}

.mortgage-custom-card {
    text-align: center;
    max-width: 360px;
    padding: 10px 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
    background-color: #005394;
    border-radius: 5px;
    margin: 25px 5px;
    color: #FFF;
}

    .mortgage-custom-card img {
        width: 100%;
        height: auto;
        max-height: 323px;
        margin-bottom: 20px;
        border-radius: 3px 3px 0 0;
    }

    .mortgage-custom-card h5 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
        /*        padding-bottom: 22px;*/
        margin-bottom: 0;
    }

    .mortgage-custom-card p {
        font-size: 15px;
        line-height: 18px;
        padding: 0 7px;
        margin-bottom: 0;
    }

    .mortgage-custom-card .custom-btn {
        display: inline-block;
        min-height: 35px;
        background-color: #00B2E2;
        text-align: center;
        line-height: 35px;
        padding: 7px 20px;
        font-weight: 700;
        color: #FFF;
        font-size: 16px;
        border-radius: 3px;
        margin-top: -3px;
        text-transform: uppercase;
        margin-bottom: 25px;
        width: auto !important;
        margin-top: 25px;
        min-width: 250px;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.65));
        border: none;
        text-decoration: none;
    }

.custom-btn:hover {
    background-color: #282964;
    text-decoration: none;
    color: #FFF;
}
/* Overlay */
.mortgage-guides-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Popup Box */
.mortgage-guides-popup-body {
    background: #fff;
    padding: 35px 30px;
    border-radius: 4px;
    width: 420px;
    max-width: 95%;
    position: relative;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

    /* Close button */
    .mortgage-guides-popup-body .close-btn {
        position: absolute;
        top: 12px;
        right: 15px;
        cursor: pointer;
    }

.full-width-widget {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 99vw;
    max-width: 99vw;
    box-sizing: border-box;
}

.disclaim em {
    font-size: 12px;
    padding-bottom: 45px;
    display: block;
    color: #646464;
}

.bg-efefef {
    background-color: #efefef;
}

.address-info:has(div.branch) {
    width: 90%;
}

.contact-information ul.inner-address li, .contact-information li {
    font-size: 17px;
}

.contact-information ul ul {
    margin-top: 15px;
    padding-bottom: 13px;
}

.contact-information .disclaim p,
.contact-information .disclaim span {
    font-size: 12px;
    line-height: 20px;
    color: #646464;
}

.get-homeowner-assistance-fund-help .vc-container.container h2 {
    margin-top: 15px !important;
}

    .get-homeowner-assistance-fund-help .vc-container.container h2:first-child {
        margin-top: 40px !important;
    }

.blog-detail-page .details-of-aboutus ul {
    padding-left: 0px;
}

/*22-9-2025*/
.breadcrumbs ul li i {
    color: #A6A6A6;
}

.planet-home-lending-branches .page-details-section {
    padding: 20px 0 70px 0;
    padding: 20px 0 70px 0;
}

.payment-template .existing-customers h1 {
    margin-bottom: 0px;
}

.payment-refe:nth-child(3) {
    margin-top: 45px;
}

.in-the-news .date-and-info p {
    padding-bottom: 10px;
}

main.existing-customers h1 {
    margin-bottom: 30px !important;
}

.planet-with-a-purpose .planet-home {
}

.notice-to-borrowers-about-language .details-of-aboutus p {
    padding-bottom: 0px;
}

main.existing-customers .vc-container.container .existing-customers h2 {
    margin: 20px 0 40px 0 !important;
}

.notice-to-borrowers-about-language .info-bel ul li {
    list-style-type: none;
}

main.existing-customers .vc-container.container .existing-customers p {
    padding-bottom: 10px;
}

.planet-with-a-purpose .info-details-blog h1 {
    font-size: 41px;
}

.mortgage-process-landing-page-template .inner-bg {
    padding-top: 70px;
}

.mortgage-process-landing-page-template .details-of-aboutus h2 {
    margin-top: 0px;
}

.mortgage-process-landing-page-template .page-details-section .details-of-aboutus .info-bel:last-child {
    margin: 30px 0 150px
}

@media only screen and (max-width: 710px) {
    .page-details-section {
        padding: 17px 0px 60px 0px !important;
    }

    .breadcrumbs ul li {
        line-height: 1.9;
    }

    .details-of-aboutus h2, .guide-to-the-mortgage-loan-process .vc-container.container h2,
    .get-started-1 .details-of-aboutus .info-bel h2 {
        font-size: 23px !important;
    }
    .register-title p{
        font-size:18px;
    }
    .register-title h2 {
        font-size: 28px !important;
    }
    .register-nowbnt {
        padding: 60px 0 100px 0 !important;
    }
  
}

@media only screen and (max-width: 767px) {
    .bg-action-section {
        width: 100% !important;
    }

    .success-maket .title-of-market h2 {
        margin: 40px 0 40px 0 !important;
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 991px) {
    .title-box-flattered .flattered-title h2,
    .title-box-flattered .flattered-title p {
        padding-left: 0;
        width: 100%;
    }

    .success-maket .title-of-market h2 {
        margin: 40px 0 40px 0 !important;
        font-size: 40px !important;
    }
    .welcome-to-planet .point-of-loan h2 {
        font-size: 23px !important;
    }
    .bg-loan-register .details-loan-info p {
        max-width: 487px;
        margin: auto;
        margin-bottom: 20px;
        padding: 0 30px !important; 
        text-align: center;
    }
    .support-step{
        padding:0 10%;
    }
}
@media only screen and (max-width:648px) {
    .bg-loan-register .details-loan-info p {
       
        margin: auto !important;
        margin-bottom: 20px;
        padding: 0 60px !important;
        text-align: center;
    }
    .support-step {
        padding: 0 0%;
    }
}

    @media only screen and (max-width:575px) {

        .page-details-section, .register-title,
        .payment-template .page-details-section {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }
        .support-step{
            padding:0 10%;
        }
        .guide-to-the-mortgage-loan-process .page-details-section,
        .planet-with-a-purpose .page-details-section {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }
        
        .let-s-get-you-home-1 .grey-section-bg, .let-s-get-you-home-1 .white-section-bg {
            padding-left: 35px !important;
            padding-right: 35px !important;
        }

        .video-library .container-fluid,
        .obtenga-ayuda-del-fondo-de-asistencia-para-propiet .page-details-section .container-fluid,
        .let-s-get-you-home-1 .page-details-section {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .home .col- {
            padding-right: 0;
            padding-left: 0;
        }

            .planet-with-purpose .container, .voices-are-valued-section .container, .voices-are-valued-section .container,
            .grow-here, .welcome-to-planet .about-planet-bg,
            .award-section .award-icons,
            .home .community-section .community-details,
            .home .your-goal-section .section-content,
            .home .col- .title-of-heppiness-cus,
            .home .col- .title-of-leader,
            .home .col- .details-info {
                padding-right: 20px;
                padding-left: 20px;
            }

        .community-details .community-type-logo {
            padding: 0px 0px 70px 0px;
        }

        .planet-with-purpose .img-pure {
            padding-bottom: 40px;
        }


        .img-logo-box {
            margin-bottom: 10px;
            padding: 0 5px;
        }

        .welcome-to-planet .loan-transfer .info-loan h2 {
            font-size: 30px !important;
        }
        .bg-loan-register .details-loan-info p {
            margin: auto !important;
            margin-bottom: 20px;
            padding: 0 75px !important;
            text-align: center;
        }
    }

    @media only screen and (max-width:480px) {
        .planet-section .careers-info .careers-details h3 {
            font-size: 18px;
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
        }

        .planet-section .careers-info .careers-details ul li {
            font-size: 14px;
            padding: 0 0 3px 0;
        }

            .planet-section .careers-info .careers-details ul li img {
                width: 22px;
            }

        .obtenga-ayuda-del-fondo-de-asistencia-para-propiet .page-details-section,
        .sitemap .page-details-section {
            padding-left: 25px !important;
            padding-right: 25px !important;
        }
        .bg-loan-register .details-loan-info p {
            margin: auto !important;
            margin-bottom: 20px;
            padding: 0 40px !important;
            text-align: center;
        }
    }

    @media only screen and (max-width:375px) {
        .let-s-get-you-home-1 .grey-section-bg, let-s-get-you-home-1 .white-section-bg,
        .payment-template .page-details-section {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
        .reg-step p {
            font-size: 28px !important;
            line-height: normal;
            margin-bottom: 0;
        }
        .steps-details p{
            line-height:normal;
            margin-bottom:0;

        }
        .guide-to-the-mortgage-loan-process .page-details-section,
        .let-s-get-you-home-1 .page-details-section {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .location-bginput .leadership img {
            max-width: -webkit-fill-available;
            height: auto;
        }
    }

    .testimonial-box .testimonial-box-content {
        min-height: 300px;
    }

    .testimonial-box .read-morebnt {
        color: #000;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
    }

    .value-of-boxes .box-view-best {
        padding-top: 50px;
    }

    .voices-are-valued-section .title-of-valued {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .voices-are-valued-section .title-of-valued h2 {
            max-width: 500px;
        }

        .voices-are-valued-section .title-of-valued .info-tel-details {
            max-width: 650px;
        }

    .careers .leadership {
        margin-bottom: 40px;
    }

    .sitemap .site-map-info ul li h3 {
        margin-bottom: 0px;
    }

    @media(max-width:1024px) {
        .careers .grow-here h2 {
            font-size: 66px;
            line-height: 76px;
        }

        .careers .award-section {
            padding: 0px 0px;
        }

        .careers .name-of-tagline h2 {
            font-size: 33px;
            line-height: 51px;
            padding: 7px 0 0;
            margin: 20px 0;
        }

        .careers .award-section .brand-growth .name-of-tagline {
            padding: 0 0px 0 0px;
        }

        .careers .flattered-box .flattered-title h2 {
            font-size: 50px;
            line-height: 38px;
            text-align: center;
            padding: 0 0 0 0px;
        }

        .careers .flattered-box .flattered-title p {
            font-size: 36px;
            text-align: center;
            padding: 0 0 0 0px;
            width: auto;
        }
    }

    @media (max-width: 500px) {
        .careers .name-of-tagline h2,
        .careers .grow-here h2 {
            font-size: 40px;
            line-height: 44px;
        }

        .obtenga-ayuda-del-fondo-de-asistencia-para-propiet .title-of-innerpages {
            padding: 160px 0 70px 0px !important;
        }

            .obtenga-ayuda-del-fondo-de-asistencia-para-propiet .title-of-innerpages h1 {
                font-size: 25px;
            }

        .video-library .vc-container.container h2 {
            margin: 15px 0 35px 0 !important;
        }

        .video-library .details-video-library h2 {
            font-size: 23px;
        }
       .home .welcome-info .section-content .order-2 img{
            padding:0 20px;
        }
    }

    .bridge-loan .details-of-aboutus ol {
        margin-left: 20px;
    }

    .mortgage-buydowns .details-of-aboutus h1 {
        font-size: 41px;
    }

    .sitemap .inner-bg {
        background-position: center !important;
    }

    .bg-loan-register .details-loan-info p {
        max-width: 487px;
        margin: auto;
        margin-bottom: 20px;
        /* padding: 0; */
        text-align: center;
    }

    @media(max-width:1399px) {
        .bg-loan-register .details-loan-info p {
            padding: 0 30px;
        }
    }

    @media(max-width:1199px) {
        .bg-loan-register .details-loan-info p {
            padding: 0 0px;
        }
    }
 .footer .bg-form .footer-logo.title-of-leader ul{
    padding-top:25px;
}
.form-footer{
    padding:0 !important;
}
.footer .footer-bg.bg-form {
    margin-top: 0;
}
.mlo-pages .inner-bg,
.search .inner-bg {
    background-position: center;
}
.header-part .form form fieldset{
    margin-bottom:10px;
}
.header-part .form {
    min-height: 450px;
}
@media (max-width: 1380px) {
    .form {
        margin-bottom: 0px;
        min-height: 450px !important;
    }
}

.glink[data-gt-lang="en"]:lang(en) {
    display: none !important;
}

.glink[data-gt-lang="es"]:lang(es) {
    display: none !important;
}
@media (min-width: 1200px) {
  .translate2 {
    display: none;
  }
}