/* payroll management start */ 
/* header { position: relative; } */
header.header-dark .navbar-expand-md .navbar-nav .nav-link{color: #000000;font-size: 14px;font-weight: 400;}
body.active header .navbar-toggler .icon-bar {
    background: #fff;
}
.text-orange {
    color: #F58220;
}
:root {
    --brand-color: 0, 165, 19;
  }
  
.container {
	max-width: 1370px;
}
header .navbar-brand-left {
	margin: 0 auto 0 0;
}
header .navbar-brand-left img {
    width: auto;
}
header .navbar-brand-left .black-logo {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
}
header.shrink .navbar-brand-left .black-logo {
    opacity: 1;
}
.container-fluid {
    width: calc(100% - 240px);
}

.btn-ctm{
	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: 12px 0;
    border: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.btn-ctm:hover{
    /* background-color: var(--brand-color);
    color: #ffffff; */
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.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.2s ease-in-out;
    text-transform: uppercase;
}
.btn-learn-more:hover{
	color:#ffffff;
	background-color: transparent;
    border: 1px solid #ffffff;
}
.landing-page-banner {
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
    position: relative;
}

.landing-page-banner .brcm-content {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.landing-page-banner .brcm-content-wrapper {
	padding: 50px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 0%, rgba(0, 0, 0, 0.21) 100%);
    border-radius: 10px 10px 0px 0px;
    margin: 0 auto;
    backdrop-filter: blur(8px);
    border: 1px solid #FFFFFF1A;
    border-bottom: none; 
}


.landing-page-banner h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    margin: 0;
}
.landing-page-banner p {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    margin: 0;
    padding: 10px 0 0 85px;
}
.banner-bottom-strip {
    padding: 60px 0;
    background-color: rgba(var(--brand-color));
}

/* .banner-bottom-strip .banner-list{
    padding-bottom: 34px;
    border-bottom: 1px solid #ffffff4d;
    margin-bottom: 40px;
} */

.banner-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* gap: 15px; */
    justify-content: space-between;
    /* align-items: center; */
}

.banner-list li{
    border-right: 1px solid #FFFFFF4D;
    /* flex: 1; */
    padding-left: 78px;
}

.banner-list li:first-child {
    /* flex: 0 0 35%; */
    flex: 0 0 50%;
    padding-left: 0;
}

.banner-list li:nth-child(2) {
    /* flex: 0 0 32%; */
    flex: 0 0 50%;
    border-right: 0;
}
.banner-list li:nth-child(3) {
    /* flex: 0 0 26%; */
    flex: 0 0 28%;
    border-right: 0;
    padding-right: 0;
}
.banner-bottom-strip h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin: 0;
}
.banner-bottom-strip p {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}
.banner-bottom-strip span {
    font-weight: 600;
}

.content-section-with-form{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    background-color: #232124;
}
section.content-section-with-form .div-content {
    padding-right: 170px;
}
section.content-section-with-form h3{
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 40px;
}
section.content-section-with-form h4{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 30px;
}
section.content-section-with-form h4 span {
    color: rgba(var(--brand-color));
    font-weight: 700;
}

.content-section-with-form p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.content-section-with-form .form-box{
    background: rgba(var(--brand-color), 0.7);
    border: 1px solid rgba(var(--brand-color));
    border-radius: 10px;
    padding: 30px;
    width: 420px;
    margin: 0 0 0 auto;
}
section.content-section-with-form .form-box h4{
	font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;

}
section.content-section-with-form .form-box p {
	font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 6px;
}

.content-section-with-form .form-box input.form-control{
	background-color: transparent!important;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none!important;
    box-shadow: none;
    border-color:#ffffff33;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #ffffffc4;
    padding-left: 0;
    font-family: "Mulish", sans-serif;
}
.content-section-with-form .form-box input.form-control::placeholder {
    color: #fff;
    opacity: 0.8;
}
.content-section-with-form .form-box label {
	background-color: transparent!important;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #ffffffc4;
    padding-left: 0;
    font-family: "Mulish", sans-serif;
    margin-bottom: 10px;
}
.content-section-with-form .form-box .custom-control-wrapper label{
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	color: #ffffffc4;
    margin-bottom: 0;
    padding-left: 10px;

}
.content-section-with-form .form-box .custom-control {
    display: inline-block;
}
.form-check-inline {
    margin-right: 24px;
}
.form-check-inline .form-check-input {
    margin-right: 10px;
}
.content-section-with-form .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 18px;
    height: 18px;
    opacity: 0;
}
.content-section-with-form .custom-control-label::before {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #FFFFFF4D;
    border-radius: 3px;
    top: 0;
    transition-duration: 0.2s !important;
}
.content-section-with-form .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.content-section-with-form .custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: none;
}
.content-section-with-form .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #FFFFFF4D;
}
.custom-control-label::after {
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    background: 50% / 50% 50% no-repeat;
    border-radius: 3px;
    top: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 8 8'%3e%3cpath fill='%233B302F' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");

}
.custom-control-input:checked~.custom-control-label::before {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.form-box input.form-control::placeholder{
    color: #FFFFFFCC;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.form-box .btn-ctm {
	margin: 10px 0 0;
}

.recovery-audits-section {
    padding: 120px 0;
    background-color: #f4f4f4;
}
.recovery-audits-section h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}
.recovery-audits-section p {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}
.recovery-audits-section .box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.recovery-audits-section .box-wrapper li {
    display: flex;
    align-items: center;
    width: 32%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: -30px 30px 60px 0px #001F600D;
    padding: 10px;

}

.recovery-audits-section .img-wrapper {
    background-color: rgba(var(--brand-color), 0.1);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 5px;
    width: 70px;
    height: 70px;
}
.did-you-know {
    position: relative;
}
.did-you-know::before{
    content: "";
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.did-you-know .image-holder {
    background-repeat: no-repeat;
    background-size: cover;
    width: 880px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.did-you-know h3{
    font-size: 38px;
    font-weight: 600;
    line-height: 44px;
    margin: 0;
    display: inline-block;
    padding: 0 50px 0 0;
}
.did-you-know p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    display: inline-block;

}
.did-you-know .info-box{
    padding: 51px 0 61px;
    margin: 0;
    display: flex;
    align-items: center;
}


.what-next-content{
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(var(--brand-color));
}
.what-next {
    padding: 120px 0 116px;
}
.what-next .info-box{
    padding: 50px 55px 0 50px;
}
.what-next h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 20px;
}
.what-next p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}
.what-next .img-wrapper img {
    border-radius: 10px;
}
header .navbar-expand-md .navbar-nav .nav-link:before {
    background: #000000;
}

footer .container {
    max-width: 1370px;
}
footer {
	background: #fff;
	padding: 60px 0 50px;
    border-top: 1px solid #2321241A;
}

.error footer, .thank-you footer{
    border-top: none;
}

footer h5,
.who-we-serve ul li a {
	color: #000000;
	font-size: 14px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

footer a:hover {
    color: var(--brand-color) !important;
}

footer p,
footer a {
	display: block;
	text-decoration: none !important;
	color: #232124;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px;
	transition: all 0.3s ease-in-out;
}

footer .flex-row .flex-column:nth-child(1) .padg-left {
	padding-left: 45px;
}

footer .flex-row .flex-column:nth-child(1) p {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 1.3;
}

footer .flex-row .flex-column:nth-child(1) a.e-link {
	font-size: 15px;
	margin: 0 0 10px;
}

footer .flex-row .flex-column:nth-child(1) .footer-logo {
	display: block;
	margin: 0px 0 25px;
	width: 230px;
}

footer .flex-row {
	display: flex;
	flex-wrap: wrap;
}

footer .flex-row .flex-column:nth-child(1) {
	width: 35%;
}

/* footer .flex-row .flex-column:nth-child(2) {
	width: 65%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
} */

.what-we-offer-footer {
	width: 29%;
}

.footer-lease-abstraction {
	width: 25%;
}

.who-we-serve {
	width: 11%;
}

/* .cam-reconciliation-services,
.t-and-c {
	margin-top: -32px;
} */

.cam-reconciliation-services {
    width: auto;
    margin: 35px 0 0;
}
.footer-lease-administration {
	margin: 35px 0 0;
}


.t-and-c {
	width: auto;
	margin: 35px 0 0;
}
footer .cam-reconciliation {
    width: auto;
    margin: 35px 0 0;
}

/* footer .flex-row .flex-column:nth-child(3) {width:23%; }
footer .flex-row .flex-column:nth-child(4) {width:18%; } */

footer .social-list {
	padding: 0;
	margin: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
}

footer .flex-column:nth-child(1) .social-list li a {
	font-size: 18px;
	display: block;
	padding: 0 5px;
	margin-right: 15px;
}

footer a.active {
	color: #99cc0a;
}
footer a:hover {
    color: #99cc0a;
}
.thankyou-page {
    padding: 250px 0;
}

.content-partnership{
    position: relative;
    background-color: #F4F4F4;
}

.content-partnership .image-holder {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-position: center;
}

.content-partnership .info-box{
    padding: 120px 0;
}

.content-partnership h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
    color: rgba(var(--brand-color));
}

/* modal popup screen css  */

.popup-type-1 .modal-dialog {
    max-width: 1625px;
}
.popup-type-1 .modal-header {
    padding: 60px 74px;
    border-bottom: 1px solid #0000001A;
}
.popup-type-1 .modal-title {
    color: #232124;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    margin: 0;
}
.popup-type-1 button.close {
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 0;
    margin: 0;
}
.popup-type-1 .modal-body {
    padding: 30px 75px 75px 75px;
}
.popup-type-1 .table {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}
.popup-type-1 .table thead th {
    border-bottom: 0;
}
.popup-type-1 .table td, .popup-type-1 .table th {
    border: 1px solid #D9DCE1;
    border-left: 0;
    border-right: 0;
}
.popup-type-1 .table thead tr:first-child th:first-child,
.popup-type-1 .table tr td:first-child {
    border-left: 1px solid #D9DCE1;
}
.popup-type-1 .table thead tr:first-child th:last-child,
.popup-type-1 .table tr td:last-child {
    border-right: 1px solid #D9DCE1;
}
.popup-type-1 .table thead tr th {
    background: rgba(var(--brand-color));
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 12px 30px;
}
.popup-type-1 .table tr td {
    color: #2F3542;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 16px 30px 20px;
}
.popup-type-1 .table thead tr th:nth-child(n+3),
.popup-type-1 .table tr td:nth-child(n+3) {
    text-align: center;
}
.popup-type-1 .table tr:last-child td {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.modal-backdrop.show {
    opacity: .8;
}

@media(max-width: 1700px) {
    .did-you-know .image-holder {
        width: 840px;
    }
    .popup-type-1 .modal-dialog {
        max-width: 1500px;
    }
}

    @media(max-width: 1600px) {

    .landing-page-banner {
        height: 550px;
    }
    .landing-page-banner .brcm-content-wrapper {
        padding: 50px;
    }
       
    .landing-page-banner h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .landing-page-banner p {
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
        padding: 10px 0 0 135px;
    }
    .banner-bottom-strip {
        padding: 50px 0;
    }
    
    .banner-list li:first-child {
        /* flex: 0 0 38%; */
        /* flex: 0 0 33%; */
    }
    
    .banner-list li:nth-child(2) {
        /* flex: 0 0 28%; */
        /* flex: 0 0 34%; */
    }
    .banner-list li:nth-child(3) {
        /* flex: 0 0 26%; */
        flex: 0 0 25%;
    }
    
    .banner-bottom-strip h3 {
        font-size: 32px;
        line-height: 44px;
    }
    .banner-bottom-strip p {
        font-size: 26px;
        line-height: 36px;
    }
    .content-section-with-form{
        padding: 100px 0;
    }
    section.content-section-with-form .div-content {
        padding-right: 130px;
    }
    section.content-section-with-form h3{
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 30px;
    }
    section.content-section-with-form h4{
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 20px;
    }
    
    .content-section-with-form p{
        font-size: 18px;
        line-height: 26px;
    }
    .form-box h4{
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .form-box p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .recovery-audits-section {
        padding: 100px 0;
    }
    .recovery-audits-section h3{
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .recovery-audits-section span{
        font-size: 18px;
        line-height: 24px;
    }
    .recovery-audits-section .box-wrapper {
        gap: 20px;
    }
    
    .recovery-audits-section .box-wrapper li {
        width: 31%;
        padding: 10px;
    }
    
    .recovery-audits-section .img-wrapper {
        margin-right: 15px;
    }
    .did-you-know .image-holder {
        width: 800px;
    }
    .did-you-know h3{
        font-size: 34px;
        line-height: 44px;
    }
    .did-you-know p{
        font-size: 18px;
        line-height: 26px;    
    }
    
    .what-next {
        padding: 100px 0;
    }
    .what-next .info-box{
        padding: 40px 70px 0 40px;
    }
    .what-next h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .what-next p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .btn-learn-more {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 2px;
        padding: 15px 25px;
    }
    .content-partnership .info-box {
        padding: 90px 0;
    }
    .content-partnership h3 {
        font-size: 30px;
        line-height: 40px;
    }
	

}

@media(max-width: 1500px) {
    .popup-type-1 .modal-dialog {
        max-width: 1350px;
    }
    .popup-type-1 .modal-header {
        padding: 40px 50px;
    }
    .popup-type-1 .modal-body {
        padding: 30px 50px 50px 50px;
    }
    footer .container {
        max-width: 1200px;
    }
    footer h5 {
        font-size: 13px;
        margin: 0 0 15px;
    }
    footer {
        padding: 50px 0 40px;
    }
    
}

@media(max-width: 1400px) { 
.container {
    max-width: 1140px;
    }
.container-fluid {
		width: calc(100% - 70px);
	}
    footer .container {
        max-width: 1100px;
    }
    footer p, footer a {
        font-size: 13px;
    }

.landing-page-banner .brcm-content-wrapper {
    padding: 35px 50px;
}       
.landing-page-banner h1 {
    font-size: 36px;
    line-height: 46px;
}
.landing-page-banner p {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0 0 100px;
}
.landing-page-banner {
    height: 500px;
}
.banner-bottom-strip h3 {
    font-size: 28px;
    line-height: 38px;
}
.content-section-with-form .form-box {
    width: auto;
}
.banner-bottom-strip p {
    font-size: 24px;
    line-height: 34px;
}
.banner-list li {
    padding-left: 60px;
}
.banner-list li:first-child {
    /* flex: 0 0 36%; */
    /* flex: 0 0 34%; */
}

.banner-list li:nth-child(2) {
    /* flex: 0 0 30%; */
    /* flex: 0 0 33%; */
}
.banner-list li:nth-child(3) {
    flex: 0 0 27%;
}

.banner-list {
    gap: 10px;
}
.thankyou-page {
    padding: 150px 0;
}
.did-you-know .image-holder {
    width: 630px;
}
.what-next .info-box {
    padding: 40px 10px 0 40px;
}
.content-partnership .info-box {
    padding: 70px 0;
}
.content-partnership h3 {
    font-size: 26px;
    line-height: 36px;
}
.popup-type-1 .modal-title {
    font-size: 26px;
    line-height: 38px;
}
.popup-type-1 .modal-header {
    padding: 20px 25px;
}
.popup-type-1 .modal-dialog {
    max-width: 1250px;
}
.popup-type-1 button.close {
    top: 15px;
    right: 20px;
    width: 15px;
    height: auto;
}
.popup-type-1 .modal-body {
    padding: 20px 25px 25px 25px;
}
.what-we-offer-footer {
    width: 25%;
}
.who-we-serve {
    width: 14%;
}
.footer-lease-abstraction {
    width: 26%;
}
.who-we-serve {
    width: 14%;
}
}

@media(max-width: 1300px) { 
	.left-img-section {
	    height: 520px;
	}
    footer .container {
        max-width: 1020px;
    }

	section.content-section-with-form h3 {
    font-size: 26px;
    line-height: 34px;
	}
    .did-you-know .image-holder {
        width: 600px;
    }
    .did-you-know h3{
        font-size: 28px;
        line-height: 38px;
    }
    .did-you-know p {
        font-size: 16px;
        line-height: 24px;
    }
    .popup-type-1 .modal-title {
        font-size: 22px;
        line-height: 32px;
    }
    .popup-type-1 button.close {
        top: 10px;
        right: 15px;
        width: 15px;
        height: auto;
    }
    .popup-type-1 .modal-body {
        padding: 15px 20px 20px 20px;
    }
    .popup-type-1 .modal-header {
        padding: 15px 25px;
    }
    .popup-type-1 .table thead tr th {
        padding: 10px 20px;
    }
    .popup-type-1 .table tr td {
        padding: 12px 20px 18px;
    }
    .popup-type-1 .modal-dialog {
        max-width: 1180px;
    }
    .who-we-serve {
		width: 15%;
	}
    .footer-lease-abstraction {
        width: 27%;
    }
    footer .flex-row .flex-column:nth-child(1) {
        width: 33%;
    }


    
}

@media(max-width: 1200px) { 
.container {
    max-width: 940px;
}
.container-fluid {
    width: calc(100% - 30px);
}

.landing-page-banner {
    height: 360px;
}
.landing-page-banner .brcm-content-wrapper {
    padding: 20px;
}       
.landing-page-banner h1 {
    font-size: 32px;
    line-height: 42px;
}
.btn-ctm {
    padding: 8px 24px;
}
.banner-list li {
    padding-left: 56px;
}
.banner-list li:first-child {
    /* flex: 0 0 35%; */
}

.banner-list li:nth-child(2) {
    /* flex: 0 0 33%; */
    border-bottom: none;
}
.banner-list li:nth-child(3) {
    flex: 0 0 28%;
}
.banner-list {
    gap: 5px;
}
.banner-bottom-strip h3 {
    font-size: 24px;
    line-height: 34px;
}
.banner-bottom-strip p {
    font-size: 20px;
    line-height: 30px;
}
.content-section-with-form {
    padding: 80px 0;
}
section.content-section-with-form .div-content {
    padding-right: 50px;
}
.content-section-with-form .form-box {
    padding: 15px;
}
section.content-section-with-form h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px 0 15px;
}
.recovery-audits-section {
    padding: 80px 0;
}
.landing-page-banner p {
    padding: 0 0 0 30px;
}
.did-you-know .image-holder {
    background-image: url(../images/did-you-know-tab-view.webp) !important;
    width: 425px;
}

.what-next {
    padding: 80px 0;
}
.what-next .info-box {
    padding: 10px 10px 0 10px;
}
.what-next p {
    margin-bottom: 15px;
}
section.content-section-with-form .form-box h4 {
    font-size: 20px;
    line-height: 28px;
}
.recovery-audits-section .box-wrapper li {
    width: 48%;
}

footer .container {
    max-width: 900px;
}
footer .flex-row .flex-column:nth-child(1) a,
footer .flex-row .flex-column:nth-child(1) p {
    font-size: 13px;
}
footer .flex-row .flex-column:nth-child(1) a.e-link, footer .flex-row .flex-column:nth-child(1) a.t-link {
    font-size: 13px;
}
footer h5, .who-we-serve ul li a {
    font-size: 12px;
}
footer p, footer a {
    font-size: 12px;
}
.what-we-offer-footer {
    width: 25%;
    padding: 0 15px 0 0;
}
.footer-lease-abstraction {
    width: 27%;
    padding: 0 15px 0 0;
}
footer .flex-row .flex-column:nth-child(1) {
    width: 33%;
}

footer .flex-row .flex-column:nth-child(1) .footer-logo {
    margin: 0px 0 30px;
}

footer .flex-row .flex-column:nth-child(2) {
    width: 20%;
}

footer .flex-row .flex-column:nth-child(3) {
    width: 28%;
}

footer .flex-row .flex-column:nth-child(4) {
    width: 18%;
}
.who-we-serve {
    width: 13%;
}
.content-partnership .info-box {
    padding: 60px 0;
}
.content-partnership h3 {
    font-size: 20px;
    line-height: 28px;
}
.popup-type-1 .modal-dialog {
    max-width: 97%;
}
.popup-type-1 .modal-title {
    font-size: 20px;
    line-height: 30px;
}
.popup-type-1 .table thead tr th {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px;
}
.popup-type-1 .table tr td {
    padding: 12px 15px 15px;
    font-size: 14px;
    line-height: 18px;
}
.popup-type-1 .table tr:last-child td {
    font-size: 18px;
    line-height: 26px;
}
header .navbar-brand-left img {
    height: 47px;
}

}

@media(max-width: 992px) {
.container {
    max-width: 740px;
}
.container-fluid {
    width: calc(100% - 15px);
}
.landing-page-banner {
    height: 280px;
}
.landing-page-banner h1 {
font-size: 26px;
line-height: 36px;
margin-bottom: 10px;
}
.landing-page-banner p {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}
.landing-page-banner .brcm-content-wrapper {
    padding: 10px;
}
.banner-bottom-strip, .content-section-with-form, .recovery-audits-section, .what-next {
    padding: 35px 0;
}
/* .banner-bottom-strip .banner-list{
    padding-bottom: 15px;
    margin-bottom: 20px;
} */

.banner-list {
    flex-direction: column;
    align-items: flex-start;
}

.banner-list li {
    flex: 1 0 100%;
    border-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #FFFFFF4D;
    width: 100%;
    padding: 10px 0 0;
}
.banner-list li:nth-child(1){
    padding: 0;
}

.banner-list li:nth-child(3){
    border-bottom: 0;
    padding-bottom: 0;
}
.banner-bottom-strip h3 {
    margin-bottom: 10px;
}
.btn-ctm {
    padding: 12px 24px;
    letter-spacing: 1px;
}
.btn-learn-more {
    letter-spacing: 1px;
    padding: 12px 24px;
}
.content-partnership{
    padding: 40px 0;
}
.content-partnership .image-holder{
    display: none;
    background-image: unset !important;
}
.content-partnership .info-box {
    padding: 0px 0 20px;
        margin: 0;
}
section.content-section-with-form .div-content {
    padding-right: 0;
}
.content-section-with-form p {
    margin-bottom: 35px;
}
.recovery-audits-section h3 {
    font-size: 26px;
    line-height: 36px;
}
.recovery-audits-section .box-wrapper li {
    width: 48.5%;
}
.did-you-know::before {
    display: none;
}
.did-you-know .image-holder{
    display: none;
    background-image: unset !important;
}
.did-you-know {
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
    padding: 35px 0;
}

.did-you-know h3{
    font-size: 28px;
    line-height: 38px;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0;
}
.did-you-know p{
    display: inline-block;
}

.did-you-know .info-box{
    padding: 0 0 35px;
    margin: 0;
}

.what-next h3 {
    font-size: 26px;
    line-height: 36px;
}
.what-next .info-box {
    padding: 10px 10px 30px 10px;
}
footer .container {
    max-width: 700px;
}
footer p,
footer a {
    font-size: 13px;
    margin: 0 0 13px;
}


footer .flex-row .flex-column:nth-child(1) {
    width: 40%;
}

footer .flex-row .flex-column:nth-child(1) .padg-left {
    padding-left: 40px;
}

footer .flex-row .flex-column:nth-child(2) {
    width: 22%;
}

footer .flex-row .flex-column:nth-child(3) {
    width: 22%;
}

footer .flex-row .flex-column:nth-child(4) {
    width: 16%;
}

footer .flex-row .flex-column:nth-child(1) .footer-logo {
    margin: 0px 0 20px;
    width: 200px;
}

footer .flex-row .flex-column:nth-child(1) a.e-link {
    font-size: 14px;
}
.what-we-offer-footer, .footer-lease-abstraction {
    padding-top: 6px;
}
.what-we-offer-footer {
    width: 30%;
    order: 2;
    padding: 0px 10px 0 0;
}
.footer-lease-abstraction {
    width: 30%;
    order: 3;
    padding: 0;
}

footer .flex-row .flex-column:nth-child(1) {
    width: 40%;
    order: 1;
}

.who-we-serve, .cam-reconciliation-services, .t-and-c {
    padding-top: 30px;
}
.who-we-serve {
    width: 100%;
    margin-left: 40%;
    order: 7;
    display: flex;
    flex-wrap: wrap;
}
.cam-reconciliation-services, .t-and-c {
    margin-top: 0;
}
.t-and-c {
    width: 50%;
    order: 6;
    margin-left: 0;
    padding: 0;
}
.cam-reconciliation-services {
    width: auto;
    margin-left: 0;
    order: 4;
}
.popup-type-1 .modal-dialog {
    max-width: 95%;
}

}


@media(max-width: 767px) { 

header.header-dark .navbar-toggler .icon-bar{background-color: #000000;}
header.header-dark .navbar-expand-md .navbar-nav .nav-link{color: #ffffff;}
.container {
	max-width: 100%;
}
.container-fluid {
    width: calc(100% - 0px);
}

/* .landing-page-banner h1 {
    font-size: 30px;
    line-height: 40px;
}
.landing-page-banner p {
    font-size: 18px;
    line-height: 28px;
} */
.mobile-banner-image{
    height: 360px;
    object-fit: cover;
    
}
.mobile-banner-image img {
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.landing-page-banner {
    height: auto;
    background-image: unset !important;
}
.landing-page-banner .brcm-content {
    background-color: #232124;
}

.landing-page-banner .brcm-content-wrapper {
    backdrop-filter: unset;
    border: none;
    border-radius: 0;
    padding: 30px 0;
    background: none;
}
.banner-bottom-strip {
    padding: 30px 0;
}
/* .banner-bottom-strip h3 {
    font-size: 26px;
    line-height: 36px;
} */
.banner-bottom-strip p {
    font-size: 20px;
    line-height: 30px;
}
.btn-ctm {
    padding: 10px 20px;
}
.landing-page-banner .brcm-content {
    position: relative;
}
.content-section-with-form {
    padding: 30px 0;
}
section.content-section-with-form h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 20px;
}
section.content-section-with-form h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0 15px;
}
.content-section-with-form p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.recovery-audits-section {
    padding: 30px 0;
}
.recovery-audits-section h3 {
    font-size: 24px;
    line-height: 34px;
}
.recovery-audits-section .box-wrapper li {
    width: 100%;
}
.recovery-audits-section span {
    font-size: 16px;
    line-height: 22px;
}
.did-you-know {
    padding: 30px 0;
}

.did-you-know h3{
    font-size: 24px;
    line-height: 34px;
}
.did-you-know p{
    font-size: 16px;
    line-height: 24px;
}
.did-you-know .info-box{
    padding: 0 0 30px;
    margin: 0;
}

.what-next {
    padding: 30px 0;
}

.what-next .info-box {
    padding: 10px 0 20px;
}
.what-next-content {
    padding: 20px 20px 30px;
}
.what-next h3 {
    font-size: 24px;
    line-height: 34px;
}
.what-next p {
    font-size: 16px;
    line-height: 22px;
}
.recovery-audits-section p {
    font-size: 16px;
    line-height: 24px;
}
.btn-learn-more {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
}

footer .flex-row .flex-column:nth-child(2),
footer .flex-row .flex-column:nth-child(3),
footer .flex-row .flex-column:nth-child(4) {
    width: 50%;
}

footer .flex-row .flex-column:nth-child(1) {
    padding-right: 0;
    order: 7;
    width: 100%;
}
.what-we-offer-footer {
    order: 1;
    padding-top: 32px;
    padding-left: 40px;
}
.footer-lease-abstraction {
    padding-left: 40px;
    padding-top: 30px;
}
.what-we-offer-footer, .footer-lease-abstraction, .who-we-serve, .t-and-c {
    width: 50%;
    margin: 0;
    padding-left: 0;
}
.who-we-serve {
    order: 6;
    width: 100%;
}
.what-we-offer-footer, .footer-lease-abstraction, .t-and-c {
    width: 50%;
    margin: 0;
    padding-left: 0px;
}
.cam-reconciliation-services {
    margin-left: 0;
    padding-left: 0px;
}
.t-and-c {
    padding-left: 0px;
    order: 4;
}
footer .cam-reconciliation {
    order: 4;
    margin: 0;
}
footer p, footer a {
    font-size: 12px;
    margin: 0 0 10px;
}

footer .flex-row .flex-column {
    margin-top: 25px;
}

.thankyou-page {
    padding: 120px 0;
}
.popup-type-1 .table thead tr th {
    padding: 7px 10px;
}
.popup-type-1 .table tr td {
    padding: 7px 10px 10px;
}
.popup-type-1 .table tr:last-child td {
    font-size: 16px;
    line-height: 24px;
}
.popup-type-1 .modal-title {
    font-size: 17px;
    line-height: 25px;
}
.popup-type-1 .modal-header {
    padding: 10px 15px;
}
.popup-type-1 .modal-body {
    padding: 15px;
}
.popup-type-1 .table tr td img {
    width: 16px;
}
footer {
    padding: 25px 0 25px;
}
header .navbar-brand-left img {
    height: 41px;
}

}

@media(max-width: 576px) {  
section.content-section-with-form h3 br {
	display: none;
}
.home-banner>.container-fluid {
    height: 350px;
}

.content-section-with-form p {
    font-size: 14px;
    line-height: 22px;
}
.landing-page-banner h1 {
    font-size: 22px;
    line-height: 32px;
}
.landing-page-banner .brcm-content-wrapper {
    padding: 20px 0;
}
.banner-bottom-strip h3 {
    font-size: 22px;
    line-height: 32px;
}
.banner-bottom-strip p {
    font-size: 16px;
    line-height: 26px;
}
section.content-section-with-form h3 {
    font-size: 22px;
    line-height: 32px;
}
.recovery-audits-section h3 {
    font-size: 22px;
    line-height: 32px;
}
.did-you-know .info-box {
    padding: 0 0 35px;
    margin: 0;
    display: block;
}
.did-you-know h3{
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 10px;
}
.did-you-know p{
    font-size: 14px;
    line-height: 22px;
}

.what-next h3 {
    font-size: 22px;
    line-height: 32px;
}
.who-we-serve, .cam-reconciliation-services, footer .cam-reconciliation {
    padding-top: 20px;
}

}
/* payroll management end */

@media(max-width: 400px) {
    .what-we-offer-footer, .footer-lease-abstraction, .who-we-serve, .cam-reconciliation-services, .t-and-c {
        width: 100%;
    }
	.what-we-offer-footer {
        order: 1;
        padding-top: 20px;
    }
    .popup-type-1 button.close {
        top: 5px;
        right: 10px;
        width: 12px;
    }
    .popup-type-1 .modal-title {
        font-size: 17px;
        line-height: 21px;
    }

    .what-we-offer-footer {
        order: 1;
        padding: 20px 0 0;
    }
	.footer-lease-abstraction {
        order: 3;
        padding-top: 20px;
    }
	.who-we-serve {
        width: 100%;
    }
	.cam-reconciliation-services {
        order: 2;
    }
	.who-we-serve-list, .t-and-c {
        width: 50%;
    }

    footer .cam-reconciliation {
        width: 100%;
    }
}
