/* home reviews */

#homepage__reviews-section {
    background-image: url(/images/home/homepage-review-img.jpg);
    background-position:center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 513px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding:25px 0 ;
    padding-left: 135px;
}

#homepage__reviews-section .container {
    max-width: 100%;
    padding: 0;

}

#homepage__reviews-section .heading-flex {
    display: flex;
    gap: 11px;
    justify-content: space-between;
    align-items: start;
    position: relative;
}
#homepage__reviews-section .home-flex-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
}

#homepage__reviews-section .row.align-end {
    justify-content: end;
    margin: 0;
}

#homepage__reviews-section .dark-btn{
    width: 207px;
    padding: 18px;
    height: 60px;
    margin-bottom: -3px
}
#homepage__reviews-section .homepage__reviews-content {
    width: 677px;
    border-radius: 10px;
    background: var(--white);
    padding: 60px 72px 62px 73px;
}

#homepage__reviews-section .homepage__reviews-content h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: var(--primary-color);
    padding: 0;
    padding-bottom: 19px;
    text-transform: capitalize;
}
#homepage__reviews-section .homepage__reviews-flex-part .customer-rating {
    margin-left: 1px;
}
#homepage__reviews-section .homepage__reviews-content p {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 18px 23px 1px;
}
#homepage__reviews-section .home-review-para-wrapper {
    display: flex;
    gap: 0;
    align-items: start;
}
#homepage__reviews-section .home-reviews-flex-inner .flex-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-left: 3px;
}
#homepage__reviews-section .homepage__reviews-content .reviews-btn {
    width: 226px;
    height: 57px;
    border-radius: 5px;
    color: var(--white);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: unset;
    text-transform: none;
    background: transparent;
    border: 1px solid white;
    padding: 13px;
    margin-right: 45px;
}
#homepage__reviews-section .heading-flex img {
    margin-right: 6px;
    margin-top: 2px;
}
.home-reviews-flex-inner {
    padding-left: 0;
}

.home-reviews-flex-inner .customer-rating {
    justify-content: start;
    margin-bottom: 9px;
}
.home-reviews-flex .customer-name {
    color: var(--primary-color);
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    margin-left: 1px;
    text-transform: capitalize;
}
.home-reviews-flex .customer-name-location-date {
    color: var(--primary-color);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    margin-bottom: 1px;
    margin-left: 1px;
}
.home-reviews-flex .reviews-btn:focus,
.reviews-btn-main .reviews-btn.mobile:focus,
#homepage__reviews-section .homepage__reviews-content .reviews-btn:focus {
    outline: none;
    box-shadow: none;
}
@media screen and (max-width: 1699px) {
    #homepage__reviews-section {
        padding-left: 6%;
    }
}
#homepage__reviews-section .mobile-appear-bg{
    display: none;
}

@media screen and (min-width:992px) {
	#homepage__reviews-section .homepage__reviews-content{
		margin-top: 20px;
	}
}

@media screen and (max-width:767px) {
    #homepage__reviews-section .mobile-appear-bg img{
        width: 100%;
    }
    #homepage__reviews-section .mobile-appear-bg{
        display: block;
        width: 100%;
    }
    #homepage__reviews-section {
        width: 100%;
        height: auto;
        background: none;
        padding: 0;
        flex-direction: column;
    }
    #homepage__reviews-section .row {
        margin: 0;
    }

    #homepage-monthly-budget .mobile-appear {
        display: block !important;
        margin: 0 auto;
        margin-top: 9px;
        margin-bottom: 13px;
    }

    #homepage-monthly-budget .mobile-disappear {
        display: none !important;
    }

    #homepage__reviews-section .container {
        padding: 0 13px 68px;
        margin-top: -77px;
    }

    #homepage__reviews-section .heading-flex img.quote {
        top: 47px;
        right: 13px;
    }

    .home-reviews-broder-top-wrapper.mobile-appear {
        display: block;
        min-height: 10px;
        width: 100%;
        background-color: #FFD457;
    }

    #homepage__reviews-section .home-reviews-flex-inner .flex-content {
        flex-direction: column;
        align-items: start;
        gap: 32px;
        padding-left: 0;
    }

    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main,
    #homepage__reviews-section .home-reviews-flex-inner .flex-content .reviews-btn-main .reviews-btn{
        width: 100%;
        margin: 0;
        max-width: 304px;
    }

    #homepage__reviews-section .row.align-end {
        justify-content: start;
        margin: 0;
    }

    #homepage__reviews-section .homepage__reviews-wrapper {
        flex-direction: column;
        padding: 0;
        justify-content: start;
        align-items: start;
        gap: 30px;
    }
    #homepage__reviews-section .homepage__reviews-image-section, 
    #homepage__reviews-section .homepage__reviews-image-section img {
        width: 100%;
    }
    #homepage__reviews-section .homepage__reviews-content,
    #homepage__reviews-section .homepage__reviews-text-section {
        width: 100%;
    }
    #homepage__reviews-section .homepage__reviews-content{
        padding: 44px 33px 0 39px;
    }
    #homepage__reviews-section .home-review-para-wrapper img {
        width: 28px;
    }
    .home-reviews-flex .customer-name,
    #homepage__reviews-section .homepage__reviews-flex-part .customer-rating {
        margin-left: 0;
    }
    .home-reviews-flex-inner .customer-rating {
        margin-bottom: 10px;
    }
    #homepage__reviews-section .home-review-para-wrapper {
        gap: 11px;
    }
    .home-reviews-flex {
        margin-bottom: 0;
        gap: 0;
        flex-direction: column;
        justify-content: end;
        align-items: start;
        padding-left: 0;
    }
    #homepage__reviews-section .heading-flex {
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 0;
        justify-content: space-between;
    }
    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 30px;
        padding-bottom: 26px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        padding-bottom: 19px;
        padding-right: 0;
    }
    #homepage__reviews-section .heading-flex img {
        margin-right: 16px;
        margin-top: 6px;
        width: 36px;
    }
    .homepage__reviews-text-section {
        text-align: left;
    }
    #homepage__reviews-section .home-btn {
        margin: auto;
    }
}

@media screen and (max-width: 330px) {
    #homepage__reviews-section .container {
        max-width: 100%;
    }
    #homepage__reviews-section .container {
        padding: 0 8px 68px;
    }
    #homepage__reviews-section .homepage__reviews-content p {
        font-size: 17px;
        line-height: 24px;
    }
    #homepage__reviews-section .homepage__reviews-content h3 {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 17px;
    }

    #homepage__reviews-section .heading-flex img {
        margin-right: 0;
    }

    .home-reviews-flex .customer-name {
        font-size: 18px;
    }

    .home-reviews-flex .customer-name-location-date {
        font-size: 15px;
    }
}

@media screen and (max-width: 369px) {
    #homepage__reviews-section .homepage__reviews-content{
        padding-inline: 20px ;
    }
    .reviews-btn-main .reviews-btn.mobile {
        font-size: 15px;
    }


    .home-reviews-flex .customer-name-location-date {
        padding-bottom: 0;
    }

    #homepage__reviews-section .reviews-btn-main .reviews-btn.mobile {
        width: 216px;
    }
}


@media screen and (min-width:1700px) {
    #monthly-budget-home-section .container {
        max-width: 1637px;
        padding: 0;
    }
}

#monthly-budget-home-section .container {
    display: grid;
    grid-template-columns: auto 902px;
    gap: 158px;
}
/* START OF HOME MID SECTION */

@media screen and (min-width: 1400px) {
    #home-mid-section .container {
        max-width: 1324px;
        padding-inline: 0;
    }
}
#home-mid-section {
    padding: 75px 0 79px;
    background-image: url(/images/home/bgrnd-home-welcome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#home-mid-section .container img {
    width: 100%;
    max-width: 577px;
}
#home-mid-section .container h2, 
#home-mid-section .container h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px; 
    margin-bottom: 17px;
    margin-left: 5px;
}
#home-mid-section .container p {
    margin-left: 2px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 17px;
    margin-left: 7px;
}
#home-mid-section .container ul>li {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px; 
    list-style-type: none;
    display: flex;
    align-items: start;
    justify-content: start;
}
#home-mid-section .container ul>li::before {
    content: url(/images/common/icon-bullet.svg);
    margin-top: -2px;
    margin-right: 11px;
    margin-left: 1px;
}
#home-mid-section .container .section-content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 54px;
}
#home-mid-section .container .text-content img.heading{
    width: auto;
    max-width: unset;
    margin-top: -20px;
    margin-right: 35px;
}
#home-mid-section .container .text-content img.logo{
    width: 305px;
    max-width: unset;
    margin-right: 19px;
}
#home-mid-section .container .text-content {
    text-align: center;
    padding: 5px 85px 0 30px;
}
#home-mid-section .container .text-content h5{
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
}
#home-mid-section .container .text-content h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-top: 19px;
    margin-bottom: 6px;
}

#home-mid-section .container .dark-btn {
    display: block;
    max-width: 239px;
    margin-inline: auto;
    margin-top: 35px;
    height: 60px;
    padding: 18px;
}
@media screen and (min-width:1200px) and (max-width:1299px) {
    #home-mid-section .container img {
        max-width: 477px;
    }
}
@media screen and (max-width:1199px) {
    #home-mid-section .container .text-content img.heading,
    #home-mid-section .container .text-content img.logo{
        margin: 0;
    }
    #home-mid-section .container .text-content{
        padding-inline:0 ;
    }
}
@media screen and (min-width:768px) and (max-width:1199px) {
    #home-mid-section .container .section-content {
        align-items: center;
        gap: 40px;
        flex-direction: column-reverse;
    }
    #home-mid-section .container .text-content{
       max-width: 600px;
    }
    #home-mid-section .container img.mobile-disappear{
        display: block !important;
    }
}

@media screen and (min-width:768px) {
    #home-mid-section .container img.mobile-appear{
        display: none !important;
    }
}
@media screen and (max-width:767px) {
    #home-mid-section{
        order: 4;
        background-image: url(/images/home/mobile-bgrnd-home-welcome.jpg);
        padding: 37px 9px 65px;
    }
    #home-mid-section .container .text-content img.heading{
        width: 93%;
        margin-top: -9px;
        margin-right: 32px;
        margin-bottom: 45px;
    }
    #home-mid-section .container .text-content img.logo{
        width: 259px;
        margin-right: 30px;
    }
    #home-mid-section .container .text-content h3{
        font-size: 16px;
        line-height: 22px;
        max-width: 249px;
        margin-inline: auto;
        text-transform: none;
        margin: 22px auto 5px;
    }
    #home-mid-section .container .dark-btn{
        margin-top: 22px;
    }
    #home-mid-section .container .text-content h5{
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        max-width: 249px;
        margin-inline: auto;
    }
    #home-mid-section .container img {
        border-radius: 15px;
    }
}

@media screen and (max-width:369px) {
    #home-mid-section .container .text-content img.logo,
    #home-mid-section .container .text-content img.heading{
        margin-inline: 0;
    }
    #home-mid-section .container .text-content img.logo,
    #home-mid-section .container .text-content img.heading{
        width: 100%;
    }
    #home-mid-section .container .text-content h3{
        max-width: 90%;
    }
}
/* END OF HOME MID SECTION */
/* START OF HOME FLEX SECTION */


#homepage-flex-section .homepage-part{
    text-align: center;
}
#homepage-flex-section h5{
    color: var(--secondary-color);
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 27px;
}
#homepage-flex-section h3{
    color: #779542;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin: 15px 0 1px;
}
#homepage-flex-section .vl{
    height: 67px;
    width: 1px;
    background: #A8A8A8;
    border-left: none;
    margin-right: 79px;
    margin-bottom: 5px;
}
#homepage-flex-section{
    width: 952px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto auto;
    align-items:end;
    margin-inline: auto;
    padding: 16px 0 50px;
    padding-right: 81px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #homepage-flex-section {
        width: 90%;
        padding-right: 40px;
    }
}

@media screen and (max-width:991px) {
    #homepage-flex-section {
        width: 100%;
        padding-inline: 0px;
        grid-template-columns: 1fr;
        gap: 25px;
    }
    #homepage-flex-section .vl{
        display: none;
    }
}

@media screen and (max-width:767px) {
    #homepage-flex-section {
        order: 3;
        padding: 18px 15px 47px;
    }
    #homepage-flex-section h5 {
        font-size: 15px;
        font-weight: 300;
        line-height: 22px;
    }
}