body {
    font-family: 'Open Sans', sans-serif;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #2e37a4;
}

.inner-page .fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #cdd6f4;
}

.carousel-indicators {
    z-index: 1;
}

.navbar-toggler {
    padding: 0 !important;
}

.txt-green {
    color: #57f0d1;
}

.txt-teal {
    color: #57f0d1;
}

.txt-white {
    color: white !important;
}

.txt-dark-blue {
    color: #13174b;
}

.txt-purple {
    color: #abaedb;
}

.txt-purple-2 {
    color: #98a0bd;
}

.txt-weight-500 {
    font-weight: 500;
}

.txt-weight-600 {
    font-weight: 600;
}

.txt-weight-700 {
    font-weight: 700;
}

.txt-weight-800 {
    font-weight: 800;
}

.navbar-light .navbar-toggler {
    border: none;
}

.home header .nav-hamburger {
    width: 22px;
}

.carousel-indicators {
    bottom: -55px;
}

.home .third-section .carousel-item {
    height: 600px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.carousel-indicators li {
    width: 20px;
    height: 5px;
    border-radius: 100px;
    background-color: #e5e5e5;
}

.carousel-indicators .active {
    background-color: #2e37a4;
}


.cta-default {
    background-color: #36b4ff;
    padding: 15px 30px;
    border-radius: 5px;
    color: white;
    display: inline-block;
    transition: 0.3s;
}

.cta-default:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.cta-blue {
    background-color: #36b4ff;
    color: white;
    padding: 12px 30px;
    width: 260px;
    display: block;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
}

.cta-blue:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.cta-green {
    background-color: #57f0d1;
    color: white;
    padding: 12px 30px;
    width: 260px;
    display: block;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
}

.cta-green:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.cta-yellow
{
    background-color: #ff8a00;
}

.home header {
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.home header nav .navbar-nav li {
    padding: 5px 15px;
}

.home header nav .navbar-nav li.active a.nav-link{
    font-weight: 700;
}


.inner-page header nav .navbar-nav li.nav-item a.nav-link.active {
    font-weight: 700;
    color: #57f0d1 !important;
}

.home header nav .navbar-nav a {
    color: white !important;
}

.inner-page  header nav .navbar-nav a {
   color: #13174b !important; 
}

.home header nav .navbar-nav li.active a {
    color: #57f0d1 !important;
}

header nav .navbar-nav .cta-nav a.nav-link {
    background-color: #36b4ff;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 0 35px;
    color: #fff !important;
    text-align: center;
}

header nav .navbar-nav .cta-nav a.nav-link:hover {
    text-decoration: none;
    color: white;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);    
}

.inner-page header nav .navbar-nav li {
    padding: 5px 15px;
}

.home .first-section {
    background-image: url(../img/hero-banner_01.jpg);
    background-position: bottom center;
    background-size: cover;
    padding: 150px 0;
    margin-top: -110px;
    position: relative;
}

.hero-banner-img {
    width: 100%;
}

.home .first-section .home-dot {
    position: absolute;
    bottom: -190px;
    left: 80px;
}

.home .first-section h1 {
    font-size: 65px;
    color: white;
    font-weight: 700;
}

.home .first-section .sub-head {
    line-height: 32px;
    margin-top: 50px;
    font-size: 16px;
}

.home .first-section .detail-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 3px 25px 25px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.home .first-section .row-2 {
    margin-top: -50px;
}

.home .second-section {
    background-image: url(../img/sec2-bg.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0 80px;
}

.home .second-section .container {
    position: relative;
}

.home .second-section .half-circle {
    position: absolute;
    top: 430px;
    left: -40px;
}

.home .second-section .credit-debt-container {
    min-height: 620px;
    border-radius: 20px;
    padding: 50px;
    color: white;
    position: relative;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.home .second-section .credit-debt-container:hover {
    box-shadow: 0 10px 30px rgba(10, 17, 108, 0.4);
}

.home .second-section .credit-debt-container .credit-debt-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home .second-section .credit-debt-container h5 {
    font-size: 25px;
}

.home .second-section .credit-debt-container p {
    color: #98a0bd;
}

.home .second-section .credit-debt-container-1 {
    background-image: url(../img/credit-debt-bg-1.jpg);
    background-position: top center;
    background-size: cover;
    margin-top: 150px;
}

.home .second-section .credit-debt-container-2 {
    background-image: url(../img/credit-debt-bg-2.jpg);
    background-position: top center;
    background-size: cover;
    margin-top: 300px;
}

.home .second-section .credit-debt-container-3 {
    background-image: url(../img/credit-debt-bg-3.jpg);
    background-position: top center;
    background-size: cover;
    margin-top: 200px;
}

.home .second-section .second-section-quote {
    margin-top: 100px;
    padding: 80px 30px 50px;
    position: relative;
}

.home .second-section .second-section-quote img.Z-bg {
    position: absolute;
    top: 20px;
    left: 0;
}

.home .second-section .second-section-quote img.quote-img {
    position: absolute;
    top: 80px;
    left: 0;
}

.home .second-section .second-section-quote p {
    font-size: 20px;
    margin-top: 30px;
}

.home .second-section .second-section-quote h5,
.home .second-section .second-section-quote p {
    position: relative;
    z-index: 1;
}

.home .second-section .credit-card-debt {
    position: relative;
}

.home .second-section .credit-card-debt .green-circle {
    position: absolute;
    left: 250px;
    bottom: -60px;
}

.home .third-section {
    padding-bottom: 150px;
}

.home .third-section .container {
    position: relative;
}

.home .third-section .third-sec-container {
    background-image: url(../img/third-sec-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f4f4fa;
    padding: 50px 100px 200px;
    border-bottom-right-radius: 20%;
    position: relative;
    z-index: 1;
}

.home .third-section img.home-dot-1 {
    position: absolute;
    right: -100px;
    top: -100px;
}

.home .third-section img.home-dot-2 {
    position: absolute;
    left: -100px;
    bottom: -60px;
}

.home .third-section .third-sec-container h2 {
    font-weight: 700;
}

.home .third-section .third-sec-container p.sub-head {
    font-size: 20px;
    width: 40%;
    margin: 20px auto 0;
    color: #13174b;

}

.home .third-section .third-sec-container .cta-blue-1 {
    margin: 0 auto;
}

/*.home .third-section .third-sec-container .third-sec-img
{
    margin: 0 auto;
    display: block;
}*/

.home .third-section .row {
    width: 90%;
    margin: 150px 0;
    position: relative;
}

.home .third-section .row:last-of-type {
    margin-bottom: 0;
}

.home .third-section .row.mt-5 {
    margin-top: 100px !important;
}

.home .third-section .row .col-lg-6 h5 {
    font-weight: 700;
    font-size: 23px;
}

.home .third-section .row .col-lg-6 p {
    color: #98a0bd;
}

.home .third-section .row:first-of-type .half-circle {
    position: absolute;
    left: 0;
    bottom: -70px;
    left: -140px;
}

.home .third-section .row:first-of-type .blue-dot {
    position: absolute;
    left: -170px;
    top: -170px;
}

.home .third-section .row:first-of-type .yellow-dot {
    position: absolute;
    right: -240px;
}

.home .third-section .row-2 .angle-img {
    position: absolute;
    right: -240px;
    top: 100px;
}

.home .third-section .row-3 .half-circle {
    position: absolute;
    left: 0;
    bottom: 50px;
    left: -140px;
}

.home .third-section .row:nth-child(odd) .col-lg-6:last-of-type {
    padding-top: 80px;
}

.home .third-section .row:nth-child(even) .col-lg-6:first-of-type {
    padding-top: 80px;
}

.home .third-section .row:last-of-type .col-lg-6:first-of-type {
    padding-top: 20px;
}

.inner-page .hero-banner-about {
    background-image: url(../img/about-us-banner.jpg);
    padding: 100px 0;
    background-position: top center;
    background-size: cover;
}

.inner-page .hero-banner-how-it-works {
    background-image: url(../img/how-it-works-banner.jpg);
    padding: 100px 0;
    background-position: top center;
    background-size: cover;
}

.inner-page .hero-banner-faq {
    background-image: url(../img/faq-banner.jpg);
    padding: 100px 0;
    background-position: top center;
    background-size: cover;
}

.inner-page .hero-banner-contact {
    background-image: url(../img/contact-banner.jpg);
    padding: 100px 0 50px;
    background-position: top center;
    background-size: cover;
}


.inner-page.what-we-do .hero-banner-what-we-do {
    background-image: url(../img/what-we-do-bg.jpg);
    padding: 100px 0 50px;
    background-position: top center;
    background-size: cover;
}

.inner-page .hero-banner-about .cta-blue,
.inner-page .hero-banner-how-it-works .cta-blue,
.inner-page .hero-banner-faq .cta-blue,
.inner-page .hero-banner-contact .cta-blue,
.inner-page.what-we-do .hero-banner-what-we-do .cta-blue {
    position: relative;
    z-index: 9;
}

.inner-page .hero-banner-about img.about-us-hero-dot,
.inner-page .hero-banner-how-it-works img.about-us-hero-dot,
.inner-page .hero-banner-faq img.about-us-hero-dot,
.inner-page .hero-banner-contact img.about-us-hero-dot,
.inner-page .hero-banner-what-we-do img.about-us-hero-dot {
    position: absolute;
    bottom: -140px;
    z-index: 1;
    left: -50px;
}

.inner-page .hero-banner-about h1,
.inner-page .hero-banner-how-it-works h1,
.inner-page .hero-banner-faq h1,
.inner-page .hero-banner-contact h1,
.inner-page .hero-banner-what-we-do h1 {
    font-size: 30px;
    font-weight: 700;
    color: #13174b;
}

.inner-page .hero-banner-about p.sub-head,
.inner-page .hero-banner-faq p.sub-head,
.inner-page .hero-banner-contact p.sub-head,
.inner-page .hero-banner-what-we-do p.sub-head,
.inner-page .hero-banner-how-it-works p.sub-head {
    font-size: 20px;
    color: #13174b;
}

.inner-page .first-section {
    padding: 100px 0;
}

.inner-page .first-section h1 {
    font-weight: 700;
}

.inner-page .first-section .detail-container {
    background-color: #f5f5fa;
    padding: 40px 30px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}

.inner-page .first-section .detail-container h5 {
    font-weight: 400;
}

.inner-page .second-section {
    padding: 50px 0 150px;
    position: relative;
}

.inner-page .second-section h2 {
    font-weight: 700;
    font-size: 65px;
}

.inner-page .second-section img.about-second-sec-img {
    margin: 0 auto;
    display: block;
}

.inner-page .second-section p {
    font-size: 20px;
    margin: 30px 0;
}

.inner-page .second-section .about-diamond-dots {
    position: absolute;
    left: 0;
    bottom: 150px;
}

.inner-page .third-section {
    padding: 30px 0 60px;
    background-color: #f4f4fa;
    position: relative;
}

.inner-page .third-section p {
    font-size: 18px;
    margin-bottom: 0;
}

.inner-page .third-section .row {
    padding: 20px 0;
}

.inner-page .third-section .about-retangle-dot {
    position: absolute;
    top: -130px;
    right: 0;
}

.inner-page .third-section .about-half-circle {
    position: absolute;
    bottom: 0;
    left: 0;
}

.inner-page.how-it-works .first-section {
    background-image: url(../img/how-first-sec-bg.jpg);
    background-color: #fff;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0 70px;
}

.inner-page.how-it-works .first-section h2 {
    font-size: 30px;
    font-weight: 700;
}

.inner-page.how-it-works .first-section p {
    font-size: 18px;
    margin: 28px 0;
    color: #13174b;
}

.inner-page.how-it-works .first-section .row {
    margin-top: 100px;
}

.inner-page.how-it-works .first-section .cta-blue {
    margin: 0 auto;
}

.inner-page.how-it-works .first-section .how-it-works {
    background-color: #f4f4fa;
    border-radius: 50px;
    min-height: 400px;
    padding: 50px 30px;
    transition: 0.3s;
}

.inner-page.how-it-works .first-section .how-it-works p {
    font-size: 16px;
    color: #98a0bd;
}

.inner-page.how-it-works .first-section .how-it-works:hover {
    color: white !important;
    background-color: #13174b;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.inner-page.how-it-works .first-section .how-it-works:hover img {
    filter: brightness(0) invert(1);
}

.inner-page.how-it-works .first-section .how-it-works:hover p {
    color: white !important;
}

.inner-page.hero-banner-faq .first-section {
    padding: 100px 0;
}

.inner-page.faq-page .first-section .cta-blue {
    margin: 70px auto 0;
}

.inner-page.faq-page .first-section .faq-container {
    width: 90%;
    margin: 0 auto;
}

.inner-page.faq-page .first-section .faq-container button {
    color: black;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-align: inherit;
    white-space: inherit;
    padding: 0;
}

.inner-page.faq-page .first-section .faq-container .fa-stack {
    float: right;
    color: #487df4;
}

.inner-page.faq-page .first-section .faq-container .card-body p {
    color: #13174b;
    font-size: 16px;
    line-height: 1.6;
}

.inner-page.faq-page .first-section .faq-container .card {
    border-radius: 0;
    margin: 2px 0;
}

.inner-page.faq-page .first-section .faq-container .card .card-header {
    background-color: transparent;
    border-bottom: 0;
}

.inner-page.contact-page .first-section {
    padding: 150px 0;
}

.inner-page.contact-page .first-section .row {
    position: relative;
    z-index: 9;
}

.inner-page.contact-page .first-section .col-lg-6.contact-d-lg {
    background-color: #2e37a4;
    padding: 30px;
    color: white;
    position: relative;
    border: 1px solid #2e37a4;
}

.inner-page.contact-page .first-section .col-lg-6.contact-d-lg .contact-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.inner-page.contact-page .first-section .col-lg-6.contact {
    border: 1px solid #d5ccf4;
    padding: 30px 50px;
    position: relative;
    background-color: white;
    z-index: 9;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.inner-page.contact-page .first-section .col-lg-6.contact h2 {
    font-weight: 700;
    color: #13174b;
}

.inner-page.contact-page .first-section .col-lg-6.contact label {
    font-weight: 600;
    color: #13174b;
}

.inner-page.contact-page .first-section .col-lg-6.contact input {
    border: 1px solid #919eeb;
    height: 45px;
    padding: 0 20px;
}

.inner-page.contact-page .first-section .col-lg-6.contact textarea {
    border: 1px solid #919eeb;
}

.inner-page.contact-page .first-section .col-lg-6.contact .cta-blue {
    margin: 10px auto 0;
}

.inner-page.contact-page .first-section .row img.contact-square-dot {
    position: absolute;
    bottom: -60px;
    right: -60px;
    z-index: 0;
}

.inner-page.contact-page .first-section .row img.half-circle {
    bottom: 20px;
    position: absolute;
    left: -65px;
}

.inner-page.contact-page .first-section .media {
    position: relative;
    z-index: 9;
}

.inner-page.contact-page .first-section .media-body {
    border-bottom: 1px solid #4d57d2;
    padding: 20px 0;
}

.inner-page.contact-page .first-section .media:last-of-type .media-body {
    border-bottom: none;
}

.inner-page.contact-page .first-section .media:last-of-type .media-body a:last-of-type {
    color: white;
    text-decoration: underline;
}

.inner-page.contact-page .first-section .media-body p {
    margin-bottom: 5px;
    font-size: 15px;
}

.inner-page.what-we-do .first-section {
    padding: 80px 0 0;
}

.inner-page.what-we-do .first-section h5 {
    font-weight: 700;
    font-size: 23px;
    color: #13174b;
}

.inner-page.what-we-do .first-section .p-area {
    color: #98a0bd;
}

.inner-page.what-we-do .first-section .what-we-do-img {}

.inner-page.what-we-do .first-section .build-nego-settle {
    margin-top: 30px;
}

.inner-page.what-we-do .first-section .build-nego-settle .col-lg-4 {
    padding: 0 30px;
}

.inner-page.what-we-do .first-section .build-nego-settle .col-lg-4 p {
    color: #98a0bd;
}

.inner-page.what-we-do .first-section .row-1 .col-lg-6:last-of-type,
.inner-page.what-we-do .first-section .row-2 .col-lg-6:first-of-type,
.inner-page.what-we-do .first-section .row-4 .col-lg-6:first-of-type {
    padding-top: 100px;
}

.inner-page.what-we-do .first-section .row-3 .col-lg-6:last-of-type {
    padding-top: 120px;
}

.inner-page.what-we-do .first-section .row-4 .col-lg-6:first-of-type {
    padding-top: 150px;
}

.inner-page.what-we-do .first-section .row {
    margin: 100px 0;
    position: relative;
}

.inner-page.what-we-do .first-section .row-4 .col-lg-6:first-of-type {}

.inner-page.what-we-do .first-section .row-1 .first-line {
    position: absolute;
    right: -80px;
    top: -5px;
    z-index: -1;
}

.inner-page.what-we-do .first-section .row-2 .second-line {
    position: absolute;
    left: -188px;
    top: 15px;
}

.inner-page.what-we-do .first-section .row-3 .third-line {
    position: absolute;
    top: 30px;
    right: -80px;
}

.sub-footer {
    padding: 50px 0;
    background-color: #f9f9fc;
}

.sub-footer h3 {
    font-weight: 700;
    font-size: 32px;
}

.sub-footer .sub-footer-img {
    max-width: 100%;
}

.sub-footer p {
    color: #98a0bd;
    font-size: 18px;
}

.sub-footer ul {
    display: flex;
    padding-left: 0;
    margin-top: 45px;
}

.sub-footer ul li:first-child {
    margin-left: 0;
}

.sub-footer ul li {
    list-style: none;
    display: block;
    margin: 0 10px;
}

.sub-footer .col-lg-6:first-of-type {
    padding-top: 50px;
}

footer {
    padding: 20px 0 0;
    background-color: #f9f9fc;
}

footer .head-container {
    background-color: #21253e;
    padding: 20px 0;
}

footer .head-container h4 {
    font-weight: 700;
}

footer .content-container {
    background-color: #262a46;
    padding: 80px 150px;
    position: relative;
}

footer .content-container h5 {
    color: white;
}

footer .content-container p {
    color: #797d96;
    font-size: 14px;
    line-height: 1.8;
}

footer .content-container p.footer-content {
    line-height: 30px;
}

footer .content-container a {
    color: #797d96;
}

footer .content-container ul {
    padding-left: 0;
    margin-top: 37px;
}

footer .content-container ul li {
    list-style: none;
    margin: 10px 0;
}

footer .content-container hr {
    border-color: #494d69;
}

footer .content-container .second-row .col-lg-6:last-of-type ul {
    display: flex;
}

footer .content-container .p-content {
    position: relative;
    z-index: 1;
}

footer .content-container .footer-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

footer .content-container .footer-logo-bg {
    position: absolute;
    left: 0;
    top: 120px;
}

footer .content-container .footer-yellow-dot {
    position: absolute;
    left: 20px;
    top: 350px;
}


footer .content-container .footer-blue-dot {
    position: absolute;
    left: -50px;
    top: 320px;
}

.inner-page .sub-footer {
    background-color: white;
}

.inner-page footer {
    background-color: white;
}

.footer-bg-grey {
    background-color: #f9f9fc !important;
}


@media (min-width: 1500px) {
    .container {
        max-width: 1300px;
    }

    .inner-page.what-we-do .first-section .container {
        max-width: 1000px;
    }

}

@media (min-width: 1600px) {
    footer .container {
        max-width: 1500px;
    }
}

@media (max-width: 1500px) {
    .home header nav .navbar-nav .cta-nav {
        margin-right: 0;
    }

    .home .first-section .hero-banner-img {
        width: 100%;
    }

    .home .first-section h1 {
        font-size: 50px;
    }

    .home .first-section .row-2 {
        margin-top: 0;
    }

    .home .first-section .detail-container h5 {
        font-size: 16px;
    }

    .home .first-section {
        padding: 150px 0 141px;
    }

    footer .content-container h5 {
        color: white;
        font-size: 16px;
    }

    footer .content-container a {
        color: #797d96;
        font-size: 14px;
    }

    footer .content-container p.footer-content {
        font-size: 14px;
    }

    footer .content-container p {
        font-size: 14px;
    }

    .sub-footer p {
        color: #98a0bd;
        font-size: 14px;
    }

    .home .third-section img.home-dot-1 {
        display: none;
    }

    .inner-page.what-we-do .first-section .row-1 .first-line {
        position: absolute;
        right: 0 !important;
    }

    .inner-page.what-we-do .first-section .row-2 .second-line {
        position: absolute;
        left: -108px;
        top: 15px;
    }

    .inner-page.what-we-do .first-section .row-3 .third-line {
        position: absolute;
        top: 30px;
        right: -18px;
    }

    .inner-page.contact-page .first-section .row img.contact-square-dot {
        right: -12px;
    }
}


@media (max-width: 1200px) {
    .home header nav .navbar-nav li {
        padding: 5px 0;
    }

    .home .first-section .sub-head {
        font-size: 16px;
    }

    .home .first-section .sub-head {
        margin-top: 30px;
    }

    .home .first-section .detail-container h5 {
        font-size: 14px;
    }

    .home .first-section .detail-container p {
        font-size: 14px;
    }

    .home .second-section .second-section-quote {
        padding: 50px 30px 50px;
    }

    .home .second-section .second-section-quote h5 {
        font-size: 23px;
    }

    .home .second-section .second-section-quote h5 br {
        display: none;
    }

    .home .second-section .second-section-quote img.quote-img {
        top: 52px;
    }

    .home .second-section .second-section-quote p {
        font-size: 18px;
    }

    .home .third-section .third-sec-container p.sub-head {
        width: 100%;
    }

    .home .third-section .row:first-of-type .yellow-dot {
        right: -210px;
    }

    .home .third-section .row-2 .angle-img {
        right: -210px;
    }

    .home .third-section .row {
        width: 100%;
    }

    .home .third-section .row:first-of-type .yellow-dot {
        right: -132px;
    }

    .home .third-section .row-2 .angle-img {
        right: -132px;
    }

    .home .third-section .row img.third-sec-img {
        width: 100%;
    }

    .home .third-section .row:nth-child(even) .col-lg-6:last-of-type {
        padding-top: 40px;
    }

    .home .third-section .row:nth-child(odd) .col-lg-6:first-of-type {
        padding-top: 50px;
    }

    .home .third-section .third-sec-container {
        padding: 50px 100px 100px;
    }

    .home .second-section .credit-debt-container {
        min-height: 520px;
        border-radius: 20px;
        padding: 50px 30px;
    }

    .inner-page header nav .navbar-nav .cta-nav {
        padding: 5px 12px;
        margin: 0 15px;
    }

    .inner-page header nav .navbar-nav li {
        padding: 5px 5px;
    }

    .inner-page .first-section .detail-container h5 {
        font-size: 14px;
    }

    .inner-page .second-section h2 {
        font-size: 45px;
    }

    .inner-page .second-section img.about-second-sec-img {
        width: 100%;
    }

    footer .content-container {
        padding: 80px 75px;
    }

    .inner-page.what-we-do .first-section .row-1 .first-line {
        right: -125px;
    }

    .inner-page.what-we-do .first-section .row-3 .third-line {
        right: -123px;
    }

}

@media (min-width: 992px) {
    .credit-card-debt-lg {
        display: block;
    }

    .credit-card-debt-sm,
    .inner-page.how-it-works .first-section .credit-card-debt-sm {
        display: none;
    }

    .inner-page.how-it-works .first-section .credit-card-debt-lg {
        display: flex;
    }
    .inner-page.what-we-do .first-section .steps
    {
        display: none;
    }
}

@media (max-width: 992px) {

    .credit-card-debt-lg,
    .inner-page.how-it-works .first-section .credit-card-debt-lg {
        display: none;
    }

    .credit-card-debt-sm {
        display: block;
    }

    .inner-page.how-it-works .first-section .credit-card-debt-sm {
        display: flex;
        padding-bottom: 30px;
    }

    .inner-page.how-it-works .first-section .carousel-indicators {
        bottom: -28px;
    }
    
    

}

@media (max-width: 991px) {
    .home .first-section .hero-banner-img {
        display: none;
    }

    .home .first-section .cta-default {
        margin-top: 10px !important;
    }

    .home .first-section {
        background-position: bottom left;
    }

    .home .first-section .cta-default {
        margin-bottom: 20px;
    }

    .home .first-section .detail-container h5 {
        font-size: 18px;
        color: black;
    }

    .home .first-section .detail-container p {
        color: black;
        font-size: 16px;
    }

    .home .first-section .detail-container .media {
        margin: 15px 0;
    }

    .home .first-section .home-dot {
        width: 185px;
    }

    .inner-page.what-we-do .first-section h5 br {
        display: none;
    }

    .inner-page .hero-banner-about p.sub-head,
    .inner-page .hero-banner-faq p.sub-head,
    .inner-page .hero-banner-contact p.sub-head,
    .inner-page .hero-banner-what-we-do p.sub-head,
    .inner-page .hero-banner-how-it-works p.sub-head,
    .inner-page .second-section p,
    .inner-page .third-section p,
    .inner-page.how-it-works .first-section p {
        font-size: 16px;
    }
    
    .inner-page.faq-page .first-section .faq-container .card .card-header,
    .inner-page.faq-page .first-section .faq-container .card-body
    {
        padding: .75rem;
    }
    
    .inner-page.faq-page .first-section .faq-container button
    {
        font-size: 20px;
    }
    
    .inner-page.faq-page .first-section .faq-container .card-body p {
            font-size: 16px;
    }

    .home .second-section .credit-card-debt .green-circle {
        position: absolute;
        left: 250px;
        bottom: 60px;
        width: 20px;
    }

    .home .first-section .home-dot {
        bottom: -82px;
    }

    .home .second-section .credit-debt-container-1 {
        margin-top: 80px;
    }

    .home .third-section .container {
        max-width: 100% !important;
        padding: 0 !important;
    }

    .home .third-section .row:first-of-type .yellow-dot,
    .home .third-section .row:first-of-type .half-circle,
    .home .third-section .row-2 .angle-img,
    .home .third-section .row-3 .half-circle {
        display: none;
    }

    .home .third-section .row .col-lg-6 h5 {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .sub-footer .sub-footer-img {
        display: none;
    }

    .sub-footer {
        background-image: url(../img/mobile-debt-relief-bg.jpg);
        background-size: cover;
        background-position: top center;
    }

    footer {
        padding: 0;
    }

    footer .container {
        max-width: 100%;
        padding: 0;
    }

    footer .content-container .footer-yellow-dot {
        display: none;
    }

    .home .second-section .credit-debt-container-1,
    .home .second-section .credit-debt-container-2,
    .home .second-section .credit-debt-container-3 {
        margin-top: 50px;
    }

    .home .third-section .row:nth-child(odd) .col-lg-6:last-of-type {
        padding-top: 0;
    }

    .inner-page.about .first-section .detail-container .media {
        margin: 15px 0;
    }

    .inner-page.about .first-section .detail-container h5 {
        font-size: 18px;
    }

    .inner-page.about .second-section img.about-second-sec-img {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .inner-page.about .first-section {
        padding: 100px 0 0;
    }

    .inner-page.about .second-section .about-diamond-dots {
        display: none;
    }

    .inner-page.about .second-section {
        padding: 50px 0 50px;
    }

    .inner-page.about .third-section .about-retangle-dot {
        display: none;
    }

    .inner-page.about .third-section {
        padding: 10px 0 30px;
    }

    .inner-page.about .afcc {
        margin-bottom: 25px;
    }

    .inner-page.about .third-section .about-half-circle {
        display: none;
    }

    .inner-page.what-we-do .first-section .row-1 .first-line,
    .inner-page.what-we-do .first-section .row-2 .second-line,
    .inner-page.what-we-do .first-section .row-3 .third-line {
        display: none;
    }

    .inner-page.what-we-do .first-section .what-we-do-img {
        display: none;
    }

    .inner-page.what-we-do .first-section .row-1 .col-lg-6:last-of-type,
    .inner-page.what-we-do .first-section .row-2 .col-lg-6:first-of-type,
    .inner-page.what-we-do .first-section .row-3 .col-lg-6:last-of-type,
    .inner-page.what-we-do .first-section .row-4 .col-lg-6:first-of-type {
        padding-top: 30px;
    }

    .inner-page.what-we-do .first-section .row {
        margin: 0;
    }

    .inner-page.what-we-do .first-section .row-1 .col-lg-6:last-of-type,
    .inner-page.what-we-do .first-section .row-2 .col-lg-6:first-of-type,
    .inner-page.what-we-do .first-section .row-3 .col-lg-6:last-of-type,
    .inner-page.what-we-do .first-section .row-4 .col-lg-6:first-of-type {
        padding-top: 0;
    }
    
    .blue-dotted
    {
        border-left: 3px dotted #36b4ff;
        position: relative;
        padding-left: 35px;
        padding-bottom: 20px;
    }
    
    .blue-dotted::after
    {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: -9px;
        left: -9px;
        border-top: 12px solid #36b4ff;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    
    .green-dotted
    {
        border-left: 3px dotted #57f0d1;
        position: relative;
        padding-left: 35px;
        padding-bottom: 20px;
    }
    
    .green-dotted::after
    {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: -9px;
        left: -9px;
        border-top: 12px solid #57f0d1;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    
    .inner-page.what-we-do .first-section .steps
    {
        position: absolute;
        top: 0;
        left: -25px;
    }
    
    .inner-page .hero-banner-what-we-do img.about-us-hero-dot
    {
        bottom: -102px;

    }
    
    .inner-page.what-we-do .first-section .row.mt-5
    {
        margin-top: 0 !important;
    }
    
    .inner-page.what-we-do .first-section .row.mt-5 .blue-dotted
    {
        border-left: none;
    }
    
    .inner-page.what-we-do .first-section .row.mt-5 .blue-dotted::after{
        content: unset;
    }
    
    .inner-page.what-we-do .first-section .build-nego-settle .col-lg-4
    {
        margin-top: 25px;
    }
    
    .inner-page.what-we-do .first-section .build-nego-settle .col-lg-4
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .inner-page.what-we-do .first-section .container>.blue-dotted
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .home header {
        background-color: #2e37a4;
    }
    .home header {
        margin-top: 0;
    }
    
    .home header nav .navbar-nav .cta-nav
    {
        margin-left: 0;
    }
    
    .home .third-section .row {
        margin-top: 0;
    }

}

@media (max-width: 768px) {
    .sub-footer {
        background-position: center;
    }

    .sub-footer h3 {
        color: white;
    }

    .sub-footer p {
        color: white;
    }

    .inner-page.faq-page .first-section .faq-container button {
        font-size: 14px;
    }

}

@media (min-width: 768px) {
    
    
}

@media (min-width: 576px) {
    .footer-d-lg {
        display: flex;
    }

    .footer-d-sm {
        display: none;
    }

    .contact-d-lg {
        display: block;
    }

    .contact-d-sm {
        display: none;
    }
}

@media (max-width: 575px) {

    .inner-page header nav .navbar-nav .cta-nav {
        padding: 0;
        margin: 0;
    }

    header nav .navbar-nav .cta-nav a.nav-link {
        margin: 0;
    }

    .home .second-section .second-section-quote {
        padding: 30px;
    }

    .inner-page.what-we-do .first-section h5 br {
        display: none;
    }

    .inner-page .hero-banner-about p.sub-head, .inner-page .hero-banner-faq p.sub-head, .inner-page .hero-banner-contact p.sub-head, .inner-page .hero-banner-what-we-do p.sub-head, .inner-page .hero-banner-how-it-works p.sub-head {
        font-size: 16px;
    }

    .footer-d-lg {
        display: none;
    }

    .footer-d-sm {
        display: flex;
    }

    .contact-d-lg {
        display: none;
    }

    .contact-d-sm {
        display: block;
    }

    .sub-footer ul {
        display: inline-block;
    }

    .sub-footer ul li {
        margin: 10px 0 !important;
    }

    .sub-footer .center-txt {
        text-align: center;
    }

    .sub-footer {
        padding: 20px 0 50px;
        background-color: #f9f9fc;
    }

    .sub-footer h3 {
        color: #13174b;
    }

    .home .second-section {
        padding: 100px 0 30px;
    }

    .home .first-section h1 {
        font-size: 38px;
    }

    .home .first-section .home-dot {
        width: 155px;
        left: 10px;
    }

    .home .third-section .third-sec-container p.sub-head {
        font-size: 18px;
    }

    .home .third-section .third-sec-container {
        padding: 50px 15px 100px;
        border-bottom-right-radius: 150px;
    }

    footer .content-container {
        padding: 80px 15px;
    }

    footer .content-container p.text-right {
        text-align: left !important;
        margin-top: 0 !important;
    }

    footer .content-container p.copyright {
        margin-bottom: 0;
    }

    footer .content-container .footer-logo-bg {
        top: 32px;
    }

    .home header nav .navbar-nav .cta-nav {
        margin: 0;
    }

    .home .first-section {
        background-image:unset;
        background-position: top;
        background-color: #2e37a4;
    }

    .inner-page.about .hero-banner-about {
        background-image: url(../img/mobile-aboutus-banner.jpg);
        padding: 30px 0;
    }

    .inner-page.about .first-section .detail-container {
        width: 100%;
    }

    .inner-page.about .third-section p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .home .second-section .second-section-quote img.Z-bg {
        top: 0;
    }

    .inner-page.about .second-section p,
    .inner-page.how-it-works .first-section p,
    .inner-page.faq-page .first-section .faq-container .card-body p,
    .inner-page .hero-banner-about p.sub-head,
    .inner-page .hero-banner-faq p.sub-head,
    .inner-page .hero-banner-contact p.sub-head {
        font-size: 16px;
    }

    .inner-page.about .second-section h2 {
        font-size: 40px;
    }

    .inner-page.about .first-section .detail-container {
        padding: 15px 30px;
    }

    .inner-page .hero-banner-about img.about-us-hero-dot,
    .inner-page .hero-banner-how-it-works img.about-us-hero-dot,
    .inner-page .hero-banner-faq img.about-us-hero-dot {
        bottom: -99px;
    }

    .inner-page.what-we-do .hero-banner-what-we-do {
       background-image: url(../img/whatwedo-mobile-banner.jpg);
       background-position: right; 
    }

    .inner-page.how-it-works .hero-banner-how-it-works {
        background-image: url(../img/mobile-how-it-works-bg.jpg);
        padding: 30px 0;
    }

    .inner-page.how-it-works .first-section .container {
        text-align: left !important;
    }

    .inner-page .hero-banner-faq {
        background-image: url(../img/faq-mobile-banner.jpg);
        padding: 30px 0;

    }

    .inner-page .hero-banner-contact {
        padding: 30px 0;
        background-image: url(../img/mobile-contactus-bg.jpg);
    }

    .inner-page.faq-page .first-section .faq-container .card .card-header,
    .inner-page.faq-page .first-section .faq-container .card-body {
        padding: .75rem;
    }

    .inner-page.faq-page .first-section .faq-container .card-body p {
        font-size: 14px;
    }

    .card-header {
        padding: 5px;
    }

    .inner-page.faq-page .first-section .faq-container {
        width: 100%;
    }

    .inner-page.contact-page .first-section .row img.contact-square-dot {
        display: none;
    }

    .inner-page.contact-page .first-section .col-lg-6.contact {
        border: none;
        padding: 30px 15px;
        background-color: white;
    }

    .inner-page.contact-page .first-section .col-lg-6.contact-d-sm {
        background-color: #2e37a4;
        padding: 30px;
        color: white;
        position: relative;
        border: 1px solid #2e37a4;
        padding-top: 300px;
        z-index: 0;
        position: relative;
    }

    .inner-page.contact-page .first-section .mobile-contact-container {
        border: 1px solid #d5ccf4;
        border-radius: 15px;
        padding: 20px;
        position: relative;
        z-index: 9;
        margin-bottom: -300px;
        background-color: white;
    }

    .inner-page.contact-page .first-section .mobile-contact-container .cta-blue {
        width: unset;
    }

    .inner-page.contact-page .first-section .col-lg-6:last-of-type .contact-bg-img {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .inner-page.contact-page .first-section .row img.half-circle {
        bottom: 40px;
    }

    .inner-page.contact-page .first-section {
        padding: 50px 0 0;
    }

    .inner-page.contact-page .first-section .mobile-contact-container label {
        color: black;
    }
    
    .inner-page.what-we-do .first-section .container
    {
        padding-left: 30px;
    }
    
    .header-logo
    {
        width: 200px;
    }
    
}
