
.f-popn {
    font-family: Poppins;
}
.f-mulish {
    font-family: "Mulish", serif;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-700 {
    font-weight: 700;
}
.py-120 {
    padding: 120px 0;
}
.mb-50 {
    margin-bottom: 50px;
}
.bg-grey-02 {
    background-color: #eceff3 !important;
}
.bg-green {
    background-color: #1BC469;
}
.bg-gray {
    background-color: #F4F4F4;
}
header { 
    padding: 20px 0;
    background-color: #fff; 
}
header svg .shrink-black path {
    fill: #000;
}
header .navbar-brand-right img {
    width: 151px;
    transition: width 0.3s ease-in-out;
}
header.shrink .navbar-brand-right img {
    width: 110px;
}
.breadcum {
    height: 90vh;
    margin-top: 70px;
}
.breadcum h1 {
    position:relative;
    bottom: 0;
    color: #fff;
    font-size: 52px;
    line-height: 58px;
    margin: 0 0 30px;
}
.breadcum .brcm-content {
    position: relative;
    bottom: 0;
    padding: 30px 50px;
    background: rgba(0, 0, 0, 0.40);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    margin: 0 0 67px 0;
}
.breadcum h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 20px;
}
.breadcum p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #FFCB05;
    font-style: normal;
    padding: 0;
    border: 0;
}

.add-value {
    padding: 120px 0;
}
.about-new .testimonial {
    margin-top: 40px;
}
.about-new .btns {
    color: #1C1C1C;
    background: #fff;
    letter-spacing: 2px;
    margin: 0;
}
.about-new .btns:hover{
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
}
.about-new h5 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 35px;
    margin: 60px 0 25px;
}
.platforms {
    padding: 120px 0;
    background: #ECEFF3;
}
.platforms ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}
.platforms ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: #fff;
}
.add-value-box .image-holder {
    align-items: center;
}
.add-value-box {
    padding: 30px;
    min-height: 100%;
    margin: 0;
}
.add-value-box p {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0 0;
    width: 100%;
}
.lease-comp-para li {
    font-size: 22px;
    line-height: 36px;
    margin: 0 0 20px;
}
.lease-comp-para li a{
    color: #212529;
}
.lease-comp-para {
    padding: 75px 0;
    margin-left: 40px;
}
.harbor-uses .lease-comp-para {
    margin-left: 0;
}
.scale-up {
    background: url(../images/bg-image.webp), #A4C422;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 0% 0%;
}
.scale-up.harbor-uses {
    background: #ECEFF3;
}
.rebo-lease-box {
    min-width: 320px;
    padding: 30px 18px 26px 26px;
}
.rebo-lease-box h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 8px;
}
.rebo-lease-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.yardi .rebo-lease-box {
    padding: 15px 15px 15px 15px;
    width: 24%;
    min-width: auto;
    margin: 0 15px 25px 0;
    flex: auto;
}
.yardi .rebo-lease-box:last-child {
    margin-right: 0;
}
.banner-form h3 {
    display: inline-block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    margin: 0 0 10px;
}
.banner-form p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #ffffffb3;
    font-style: normal;
    padding: 0;
    border: 0;
    margin: 0 0 35px;
}
.banner-form {
    background: #0000007a;
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 10px;
    width: 497px;
    margin: 0 0 67px 0;
}
.banner-form .form-control:focus, .banner-form select.form-control.has-value {
    border-bottom: 1px solid #b4b4b6;
    box-shadow: none;
}
.form-wrapper .form-group {
    margin-bottom: 25px;
}
.form-holder .form-group:first-child {
    margin-right: 12px;
}
.form-holder .form-group:nth-child(-n + 2)  {
    width: 48%;
    display: inline-block;
}
.form-wrapper input.form-control::placeholder {
    color: #ffffffe6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    opacity: 0.5;
    font-family: "Mulish", serif;
}
.form-wrapper textarea.form-control::placeholder {
    color: #ffffffe6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    opacity: 0.5;
    font-family: "Mulish", serif;
}
.form-wrapper select.form-control.has-value {
	color: #ffffffe6;
}
.form-wrapper .form-control {
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffffe6;
    font-family: "Mulish", serif;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ffffff33;
    height: 40px;
    padding: 10px 0;
    opacity: 1;
}
.form-wrapper .form-control:focus::placeholder {
    opacity: 1;
}

.banner-form .btns {
    font-family: Poppins;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    margin: 0px 0 0;
    letter-spacing: 1.4px;
}
.form-wrapper select.form-control option {
    background-color: #fff;
    color: #000;
}
textarea.form-control#OtherPleaseSpecify {
    margin-bottom: 25px;
    display: none;
}
select.form-control option {
    color: rgb(255, 255, 255);
	font-size: 14px;
	font-family: 'IBM Plex Sans', sans-serif;
	background-color: #212529;
	opacity: 0.5 !important;
}

/* Thank you page */
.thank-you-cont { 
    width: 100%; 
    height:calc(100vh - 240px) ; 
    background: #F5F5F5; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
}
.thank-you-cont h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal; 
    font-weight: 700; 
    line-height: 40px; 
    padding: 20px 0px 25px;
    margin: 0;
}
.thank-you-cont p { 
    font-family: 'Montserrat', sans-serif;
    text-align: center; 
    font-style: normal; 
    font-weight: 500; 
    font-size: 17px; 
    line-height: 25px; 
    color: #000000E5; 
    margin: 0; 
    padding-bottom: 10px;
}
.submit-form input.submit, .thank-you-cont input.submit { 
    background: #A6CE39; 
    border: 0; 
    font-family: 'Montserrat', sans-serif; 
    transition: .5s; 
    margin: 0 auto; 
    border-radius: 20px; 
    width: 175px; 
    height: 40px; 
    font-weight: 800; 
    font-size: 16px; 
    line-height: 20px; 
    margin-top: 30px; 
    color: #000;
}
.submit-form input.submit:hover, .thank-you-cont input.submit:hover { 
    border: 1px solid #A6CE39; 
    background: #a6ce3900; 
    color: #A6CE39;
}
a:hover {
    text-decoration: none;
}
.yardi .lease-benefits {
    background-color: #F4F4F4;
    padding:120px 0;
}
.yardi .lease-benefits .head-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #232124;
    margin-bottom: 30px;
}
.yardi .lease-benefits p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #232124;
    margin-bottom: 50px;
}
.yardi .lease-benefits h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #232124;
    margin-bottom: 20px;
}
.yardi .checkmark-list {
    margin: 0 0 50px;
    padding: 0;
}
.yardi .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.yardi .checkmark-list > li, .yardi .checkmark-list > li h3 {
    color: #232124CC;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 30px;
}
.yardi .checkmark-list > li h3 {
    display: inline-block;
    padding: 0;
    margin: 0px;
}

.yardi .checkmark-list > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../images/green-check.svg), no-repeat;
    background-size: cover;
    background-position: center;
    width: 17px;
    height: 15px;
}
.yardi .list-unstyled span {
    color: #232124;
}
.purple-list {
    color: #232124 !important;
}
.yardi .list-unstyled-logo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
}
.yardi .list-unstyled-logo li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: #fff;
}
.yardi .platforms h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #232124;
}

/* lease harbor */
.lease-harbor .lease-benefits {
    background-color: #F4F4F4;
    padding:120px 0;
}
.about-rebackoffice {
    padding:120px 0;
}

.lease-harbor .lease-benefits .head-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #232124;
    margin-bottom: 30px;
}
.lease-harbor .lease-benefits p, .about-rebackoffice p, .platforms p, .about-rebackoffice p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #232124;
    margin-bottom: 50px;
}
.lease-harbor .lease-benefits h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #232124;
    margin-bottom: 20px;
}
.lease-harbor .checkmark-list {
    margin: 0 0 50px;
    padding: 0;
}
.lease-harbor .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.lease-harbor .checkmark-list > li, .lease-harbor .checkmark-list > li h3 {
    color: #232124CC;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 30px;
}
.lease-harbor .checkmark-list > li h3 {
    display: inline-block;
    padding: 0;
    margin: 0px;
}

.lease-harbor .checkmark-list > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../images/green-check.svg), no-repeat;
    background-size: cover;
    background-position: center;
    width: 17px;
    height: 15px;
}
.lease-harbor .list-unstyled span {
    color: #232124;
}
.lease-harbor .list-unstyled-logo {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
}
.lease-harbor .list-unstyled-logo li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100px;
    background: #fff;
}
.lease-harbor .platforms h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #232124;
}
.lease-comp-para h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
}
.lease-harbor .administration-packages .tab-main .tab-container .tab-right {
    width: 100%;
}
.about-rebackoffice h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #232124;
    margin-bottom: 40px;
}
.faq-section .title {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
}
.faq-section .text-type-04 {
    color: #1C1C1C;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 40px;
}
.faq-list {
    padding: 0;
    margin: 0;
}
.faq-list > li {
    margin: 0 0 0px;
    border-bottom: 1px solid #1C1C1C1A;
    padding: 0 0 20px;
}
.faq-list > li .question {
    color: #1C1C1CE5;
    font-size: 26px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
}
.faq-list > li .answer {
    color: #232124;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.checkmark-list > li {
    color: #232124CC;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 30px;
}
.checkmark-list > li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../images/green-check.svg), no-repeat;
    background-size: cover;
    background-position: center;
    width: 17px;
    height: 15px;
}
.tango-lease-administration-services .lease-benefits {
    background-color: #F4F4F4;
    padding: 120px 0;
}
.tango-lease-administration-services .lease-benefits .head-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #232124;
    margin-bottom: 30px;
}
.tango-lease-administration-services .lease-benefits p {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #232124;
    margin-bottom: 50px;
}
.what-next {
    margin: 100px 0 0;
}
.what-next .img-wrapper img {
    border-radius: 10px;
}
.what-next-content {
    padding: 10px;
    border-radius: 10px;
    background-color: #A4C422;
}
.add-value .row {
    display: flex;
    flex-wrap: wrap;
}
.what-next .info-box {
    padding: 0px 45px 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.what-next h3 {
    color: #232124CC;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}
.what-next p {
    color: #232124CC;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.btn-learn-more {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 25px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none !important;
    padding: 17px 34px;
    border: 1px solid #ffffff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.btn-learn-more:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #000000;
}
.tango-lease-administration-services .platforms h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #232124;
}
.visual-lease-lease-administration-services .administration-packages .tab-main .tab-container .tab-right {
    width: 100%;
}
.visual-lease-lease-administration-services .btn-learn-more.bg-green {
    background-color: #33BC53;
}
.visual-lease-lease-administration-services .btn-learn-more.bg-green:hover {
    background-color: transparent;
    border: 1px solid #33BC53;
}

@media(max-width: 1700px) {
    header {
        padding: 15px 0;
    }
    header.shrink {
        padding: 10px 0;
    }
    header .navbar-brand-right img {
        width: 151px;
    }
    .breadcum {
        height: 90vh;
    }
    .banner-form {
        padding: 25px;
        width: 450px;
        margin: 20px 0 40px 0;
    }
    .form-holder .form-group:nth-child(-n+2) {
        width: 47%;
    }
    .breadcum h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 20px;
    }
    .breadcum h2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        margin: 0 0 15px;
    }    
    .breadcum .brcm-content {
        padding: 20px 30px;
        margin: 0 0 40px 0;
    }
    .banner-form h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 5px;
    }
    .banner-form p {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .rebo-lease {
        padding: 100px 0 100px 0;
    }
    .lease-comp-para {
        padding: 50px 0;
        margin-left: 20px;
    }
    .harbor-uses .lease-comp-para {
        margin-left: 0;
    }
    .lease-comp-para li {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .lease-comp-para ul {
        padding: 0 0 0 25px;
        margin: 0;
    }
    .form-wrapper .form-group, textarea.form-control#OtherPleaseSpecify {
        margin-bottom: 15px;
    }
    .yardi .rebo-lease-box h3 {
        font-size: 23px;
        line-height: 31px;
    }
    .faq-section .text-type-04 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    .faq-list > li .question {
        font-size: 24px;
        line-height: 28px;
        padding: 18px 0;
    }
    .what-next .info-box {
        padding: 0px 30px 0 40px;
    }
    .what-next h3 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 16px;
    }
}

@media(max-width: 1600px) {
    .lease-comp-para {
        padding: 37px 0;
        margin-left: 30px;
    }
    .harbor-uses .lease-comp-para {
        margin-left: 0;
    }
    .yardi .lease-benefits .head-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .lease-harbor .lease-benefits .head-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .tango-lease-administration-services .lease-benefits .head-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1500px) {
    .yardi .rebo-lease-box {
        padding: 12px 12px 12px 12px;
        margin: 0 10px 25px 0;
    }
    .yardi .rebo-lease-box h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .yardi .lease-benefits p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .lease-harbor .lease-benefits p, .about-rebackoffice p, .platforms p, .about-rebackoffice p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .yardi .lease-benefits h3 {
        font-size: 26px;
    }
    .lease-harbor .lease-benefits h3 {
        font-size: 26px;
    }
    .yardi .checkmark-list > li {
        font-size: 20px;
        line-height: 30px;
    }
    .yardi .platforms h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .lease-harbor .platforms h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .platforms ul li {
        padding: 0 5px;
    }
    .tango-lease-administration-services .lease-benefits p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 35px;
    }
    .tango-lease-administration-services .platforms h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .what-next p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .breadcum h1 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media(max-width: 1400px) {
    header {
        padding: 10px 0;
    }
    header .navbar-brand-right img {
        width: 121px;
    }
    .breadcum p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .breadcum {
        margin-top: 60px;
    }
    .breadcum h1 {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 15px;
    }
    .banner-form {
        padding: 20px;
        width: 400px;
        /* margin: 0 0 40px 0px; */
    }
    .banner-form h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 5px;
    }
    .banner-form p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .rebo-lease {
        padding: 80px 0;
    }
    .rebo-lease h2, .add-value h2 {
        margin-bottom: 25px;
    }
    .add-value {
        padding: 80px 0;
    }
    .lease-comp-para h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .lease-comp-para li {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 18px;
    }
    .platforms {
        padding: 80px 0;
    }
    .about-new h5 {
        font-size: 26px;
        line-height: 30px;
        margin: 40px 0 20px;
    }
    .form-wrapper .form-control,
    .form-wrapper .form-control::placeholder {
        font-size: 14px;
        line-height: 16px;
    }
    .form-wrapper .form-group, .form-wrapper .form-group, textarea.form-control#OtherPleaseSpecify {
        margin-bottom: 10px;
    }
    .thank-you-cont p{
        font-size: 13px;
    }
    .thank-you-cont h2{
        padding: 15px 0px 17px;
    }
    .submit-form .form-control{
        font-size: 12px;
        line-height: 14px;
    }
    .submit-form input.submit, .thank-you-cont input.submit{
        font-size: 14px;
    }
    .submit-form .form-holder p{
        font-size: 12px;
    }
    .yardi .rebo-lease-box h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .yardi .rebo-lease-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .yardi .lease-benefits .head-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .lease-harbor .lease-benefits .head-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .yardi .lease-benefits h3 {
        font-size: 24px;
    }
    .lease-harbor .lease-benefits h3 {
        font-size: 24px;
    }
    .yardi .lease-benefits p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .lease-harbor .lease-benefits p, .about-rebackoffice p, .platforms p, .about-rebackoffice p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .yardi .checkmark-list > li {
        font-size: 18px;
        line-height: 28px;
    }
    .lease-harbor .lease-benefits, .about-rebackoffice, .administration-packages {
        padding: 80px 0;
    }
    .about-rebackoffice h2 {
        font-size: 28px;
    }
    .faq-list > li .answer {
        font-size: 18px;
        line-height: 28px;
    }
    .checkmark-list > li {
        font-size: 18px;
        line-height: 26px;
    }
    .tango-lease-administration-services .lease-benefits .head-title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .tango-lease-administration-services .lease-benefits p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .what-next {
        margin: 70px 0 0;
    }
    .what-next h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .btn-learn-more {
        letter-spacing: 1px;
        padding: 15px 20px;
    }
    .what-next p {
        font-size: 18px;
        line-height: 28px;
    }
    .py-120 {
        padding: 80px 0;
    }
}
@media(max-width: 1300px) {
    .add-value-box {
        padding: 20px;
    }
    .add-value-box p {
        font-size: 16px;
        line-height: 25px;
        margin: 15px 0 0;
    }
    .lease-comp-para {
        padding: 40px 0;
        margin-left: 0;
    }
    .harbor-uses.lease-comp-para {
        margin-left: 0;
    }
    .platforms ul li {
        padding: 0 15px;
    }
    .yardi .rebo-lease-box {
        width: 49%;
    }
    .yardi .rebo-lease-box:nth-child(2) {
        margin-right: 0;
    }
    .lease-comp-para h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .what-next .info-box {
        padding: 0px 15px 0 20px;
    }
}

@media(max-width: 1200px) {
    .breadcum {
        height: 85vh;
    }
    .banner-form {
        width: auto;
        /* margin: 0 0 40px 0px; */
    }
    .form-holder .form-group:nth-child(-n+2) {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .breadcum h1 {
        font-size: 31px;
        line-height: 39px;
    }
    /* .banner-form {
        margin: 0 0 40px 0px;
    } */
    .breadcum .brcm-content {
        padding: 20px 20px;
    }
    .add-value-box {
        margin: 0 0 20px;
        min-height: auto;
    }
    .lease-comp-para {
        padding: 25px 0;
    }
    .harbor-uses.lease-comp-para {
        margin-left: 0;
    }
    .lease-comp-para ul {
        padding: 0 0 0 20px;
    }
    .lease-comp-para li {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .banner-form .btns {
        font-size: 14px;
        line-height: 22px;
        height: auto;
        padding: 10px;
    }
    .platforms ul {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px;
    }
    .thank-you-cont{
        height: auto;
        padding: 125px 0;
    }
    .yardi .list-unstyled-logo {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px;
    }
    .lease-harbor .list-unstyled-logo {
        grid-template-columns: repeat(5, 1fr);
        gap: 25px;
    }
    .yardi .lease-benefits {
        padding:80px 0;
    }
    .yardi .lease-benefits h3 {
        margin-bottom: 10px;
        line-height: 30px;
    }
    .lease-harbor .lease-benefits h3 {
        margin-bottom: 10px;
        line-height: 30px;
    }
    .yardi .checkmark-list > li, .yardi .checkmark-list > li h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .lease-harbor .checkmark-list > li, .lease-harbor .checkmark-list > li h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .yardi .lease-benefits .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .lease-harbor .lease-benefits .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .yardi .lease-benefits p {
        margin-bottom: 20px;
    }
    .lease-harbor .lease-benefits p, .about-rebackoffice p, .platforms p, .about-rebackoffice p {
        margin-bottom: 20px;
    }
    .yardi .platforms h2 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    .lease-harbor .platforms h2 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    .lease-comp-para h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .about-rebackoffice h2 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .faq-section .title {
        font-size: 26px;
        line-height: 36px;
    }
    .faq-section .text-type-04 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    .faq-list > li .question {
        font-size: 22px;
        line-height: 24px;
        padding: 18px 0;
    }
    .tango-lease-administration-services .lease-benefits {
        padding: 80px 0;
    }
    .tango-lease-administration-services .lease-benefits .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .tango-lease-administration-services .lease-benefits p {
        margin-bottom: 20px;
    }
    .what-next .info-box {
        padding: 0px 0px 0 0px;
    }
    .tango-lease-administration-services .platforms h2 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    .what-next p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .what-next h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .btn-learn-more {
        letter-spacing: 0.5px;
        padding: 11px 20px;
    }
    .what-next p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    } 
}

@media(max-width: 992px) {
    .scale-up {
        background: #A4C422;
    }
    .scale-up.harbor-uses {
        background: #ECEFF3;
    }
    .platforms ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .about-new h5 {
        font-size: 22px;
        line-height: 24px;
        margin: 30px 0 15px;
    }
    .breadcum {
        height: auto;
        padding: 0;
        background-image: unset !important;
    }
    .breadcum .container {
        position: relative;
        height: auto;
    }
    .breadcum h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .breadcum .container, .breadcum .container .row, .breadcum .container .row > div {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .breadcum .banner-content-holder {
        width: 100%;
        background-image: url('../images/banner-img.webp');
        background-size: cover;
        background-position: center;
    }
    .banner-content-wrapp {
        max-width: 700px;
        padding: 0 15px;
        margin: 0 auto;
        padding-top: 200px;
        padding-bottom: 50px;
    }
    .breadcum .brcm-content {
        margin: 0;
        border-radius: 5px;
    }
    .banner-form {
        border-radius: 0;
        margin: 0 auto;
        background-color: #fff;
        width: 100%;
        padding: 60px 0 35px;
    }
    .banner-form h3 {
        display: block;
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 15px;
        color: #1C1C1C;
    }
    .banner-form p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 30px;
        color: #1c1c1cb3;
    }
    .banner-form .form-wrapper .form-control {
        border-bottom: 1px solid #1c1c1c33;
        font-size: 17px;
        line-height: 20px;
        color: #1c1c1c99;
    }
    .form-wrapper textarea.form-control::placeholder {
        font-size: 17px;
        line-height: 20px;
        color: #1c1c1c99;
        opacity: 0.5;
    }
    .form-wrapper select.form-control.has-value {
        color: #1c1c1c99;
    }
    .banner-form .form-wrapper .form-control::placeholder {
        font-size: 17px;
        line-height: 20px;
        color: #1c1c1c99;
    }
    .banner-form .form-wrapper select.form-control {
        background-image: url(../images/down-arrow-black.png);
    }
    .banner-form .form-holder .form-group:nth-child(-n+2) {
        width: 48%;
    }
    .form-wrapper .form-group {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .banner-form .form-wrapper .form-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .banner-form .btns {
        font-size: 18px;
        line-height: 27px;
        height: auto;
        padding: 12px;
        margin: 0;
        background: #1C1C1C;
        color: #fff;
    }
    .breadcum .container .row > div.form-section {
        max-width: 700px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .rebo-lease, .add-value, .platforms, .lease-benefits {
        padding: 60px 0;
    }
    .yardi .lease-benefits .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .lease-harbor .lease-benefits .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .yardi .lease-benefits h3 {
        font-size: 20px;
    }
    .lease-harbor .lease-benefits h3 {
        font-size: 20px;
    }
    .yardi .list-unstyled-logo {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .lease-harbor .list-unstyled-logo {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .yardi .lease-benefits {
        padding: 60px 0;
    }
    .lease-harbor .lease-benefits, .about-rebackoffice, .administration-packages {
        padding: 60px 0;
    }
    .yardi .lease-benefits p {
        font-size: 16px;
        line-height: 26px;
    }
    .lease-harbor .lease-benefits p, .about-rebackoffice p, .platforms p, .about-rebackoffice p {
        font-size: 16px;
        line-height: 26px;
    }
    .yardi .checkmark-list > li, .yardi .checkmark-list > li h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .lease-harbor .checkmark-list > li, .lease-harbor .checkmark-list > li h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .mb-50 {
        margin-bottom: 30px;
    }
    .yardi .checkmark-list {
        margin: 0 0 30px;
        padding: 0;
    }
    .lease-harbor .checkmark-list {
        margin: 0 0 30px;
        padding: 0;
    }
    .administration-packages h3 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .about-rebackoffice h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 35px;
    }
    .faq-section .title {
        font-size: 24px;
        line-height: 34px;
    }
    .faq-list > li .question {
        font-size: 20px;
        line-height: 25px;
        padding: 18px 0;
    }
    .tango-lease-administration-services .lease-benefits {
        padding: 60px 0;
    }
    .tango-lease-administration-services .lease-benefits .head-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .tango-lease-administration-services .about.case-study.equal-half h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .what-next {
        margin: 50px 0 0;
    }
    .what-next .img-wrapper {
        margin: 20px 0 0;
    }
    .py-120 {
        padding: 60px 0;
    }

}

@media(max-width: 767px) {
    header .navbar-brand svg, header.shrink .navbar-brand svg {
        width: 200px;
    }
    header .navbar-brand-right img, header.shrink .navbar-brand-right img {
        width: 121px;
    }
    .rebo-lease-box {
        min-width: auto;
        flex: auto;
    }
    .about-new .testimonial {
        margin-top: 20px;
    }
    .about-new h5 {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 15px;
    }
    .about-new .btns {
        letter-spacing: 1px;
        width: auto;
        display: inline-block;
        text-align: center;
        padding: 10px 15px;
    }
    .platforms ul li {
        padding: 0 15px;
        height: 80px;
    }
    .yardi .rebo-lease-box:nth-child(2) {
        margin: 0 15px 25px 15px;
    }
    .yardi .rebo-lease-box:last-child {
        margin: 0 15px 25px 15px;
    }
    .yardi .rebo-lease-box {
        width: 100%;
        margin: 0 15px 25px 15px;
    }
    .yardi .list-unstyled-logo li {
        padding: 0 15px;
        height: 80px;
    }
    .administration-packages .tab-main .tab-container .tab-right .tab-section:nth-child(4), .administration-packages .tab-main .tab-container .tab-right .tab-section:nth-child(5), .administration-packages .tab-main .tab-container .tab-right .tab-section:nth-child(6) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .administration-packages h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .administration-packages h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .administration-packages p {
        font-size: 18px;
        line-height: 30px;
    }
    .faq-list > li .answer {
        font-size: 17px;
        line-height: 27px;
    }
    .py-120 {
        padding: 40px 0;
    }
}
@media(max-width: 575px) {
    .banner-form .form-holder .form-group:nth-child(-n+2) {
        width: 100%;
    }
    .rebo-lease, .add-value, .platforms, .lease-benefits {
        padding: 40px 0;
    }
    .administration-packages h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .administration-packages h3 {
        font-size: 18px;
        padding: 15px 0 20px;
        line-height: 24px;
    }
    .administration-packages p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .about-rebackoffice h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .platforms ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .yardi .lease-benefits p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .lease-harbor .lease-benefits p, .about-rebackoffice p, .platforms p, .about-rebackoffice p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .yardi .checkmark-list > li {
        font-size: 16px;
        line-height: 26px;
    }
    .yardi .list-unstyled-logo {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .lease-harbor .list-unstyled-logo {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .yardi .platforms h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 25px;
    }
    .lease-harbor .platforms h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 25px;
    }
    .faq-section .title {
        margin: 0 0 10px;
    }
    .faq-section .text-type-04 {
        line-height: 24px;
        margin: 0 0 15px;
    }
    .faq-list > li .question {
        padding: 18px 0 10px;
    }
    .faq-list > li .answer {
        font-size: 16px;
        line-height: 26px;
    }
    .checkmark-list > li {
        font-size: 16px;
        line-height: 26px;
    }
    .tango-lease-administration-services .lease-benefits p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .tango-lease-administration-services .about.case-study.equal-half h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .btn-learn-more {
        letter-spacing: 1.2px;
        padding: 13px 20px;
        font-size: 12px;
    }
    .tango-lease-administration-services .platforms h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 25px;
    }
}
@media(max-width: 400px) {
    header .navbar-brand-right img, header.shrink .navbar-brand-right img {
        width:95px;
    }
    header .navbar-brand svg, header.shrink .navbar-brand svg {
        width: 180px;
    }
    .banner-content-wrapp {
        max-width: 100%;
        padding-top: 50px;
    }
    .breadcum h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .breadcum .brcm-content {
        padding: 10px;
    }
    .breadcum h2 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    .banner-form {
        padding: 50px 0 35px;
    }
    .platforms ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .about .testimonial .flex-row {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .about-new .testimonial {
        margin-top: 10px;
        border-radius: 5px;
    }
    .about .testimonial h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 15px;
    }
    .about .testimonial p {
        line-height: 24px;
    }
    .thank-you-cont h2 {
        padding: 5px 0px 10px;
    }
    .thank-you-cont p br { 
        display: none;
    }
    .yardi .list-unstyled-logo {
        grid-template-columns: repeat(2, 1fr);
    }
    .lease-harbor .list-unstyled-logo {
        grid-template-columns: repeat(2, 1fr);
    }
    .what-next h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .info-box .btn-learn-more {
        letter-spacing: 1px;
        padding: 13px 15px;
        font-size: 11px;
    }
}