html {
    font: 400 16px/1.5 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    font: 400 16px/1.8 'Poppins', sans-serif;
    color: #434544;
    overflow-x: hidden;
}

*, :after, :before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul, li, ol {
    list-style: none;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

b, strong {
    font-weight: 800;
    position: relative;
}

a:active, a:focus, a:hover {
    outline: 0 !important;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .smallHeading {
    font-weight: 700;
}


h1, h2, h3 {
    font-weight: 800;
    color: #030504;
    letter-spacing: -0.02em;
}

h4 {
    color: #434544;
    font-weight: 900;
    position: relative;
}

h1 {
    font-size: 8.5vw;
    letter-spacing: -0.03em;
}

.clr-1 {
    color: #34A853;
}

.content {
    background-color: #FFFFFF;
}

.topLine {
    height: 10px;
    background-color: #22B573;

}

.white-Bg, .container {
    /* background: linear-gradient( 180deg, #f7f7f7 20.45%, rgb(255, 255, 255) 56%); */
    position: relative;
    z-index: 66;
}

.gray-Bg {
    background: #F8FCFE;
}

.greenBg {
    background-color: #34A853;
    color: #FFFFFF;
}

.wrapper, .tab-content {
    position: relative;
    width: 100%;
    z-index: 5;
}

.tab-content .col {
    position: relative;
    z-index: 5;
}

.wrapper.inner {
    margin-top: -4rem;
}


.hero-other {
    background-repeat: no-repeat;
    position: relative;
}

.hero {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* width: 100%; */
    /* height: 100vh; */
    margin-top: -8px;
    z-index: 5555;
}

.hero.inner {
    height: initial;
    margin-top: 0px;
}

.white-Bg::after {
    z-index: 0;
}

.white-Bg::before {
    background: linear-gradient(180deg, rgb(255 255 255 / 64%) 20.45%, rgb(255 255 255 / 0%) 56%);
    height: 100px;
    z-index: 1;
}

.grayBg {
    background-color: #F7F7F7;
}

.textLink {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #34A853;
    border: 1px solid rgba(0, 0, 0, 0);
    font-weight: 900;
    text-transform: uppercase;
}

.btn-1 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    position: relative;
    z-index: 5;
    font-weight: 800;
    letter-spacing: 0.11em;
    color: #FFF;
    box-shadow: none;
    border-radius: 0px;
    background: #34A853;
    text-transform: uppercase;
    border: 1px solid #34A853;
    font-size: 14px;
    padding: .75rem 2rem;
}

.step-1 .btn-1 {
    margin-top: 6.5rem;
}

.smallbtn {
    font-size: 12px;
}

.line-btn {
    color: #34A853;
    border: 1px solid #34A853;
    background: transparent;
}

.btn-1.line-btn:hover {
    background: #34A853;
    color: #FFFFFF;
    border: 1px solid #34A853;
    color: #ffffff;
    background: #005acc;
}

.btn-1:hover {
    border: 1px solid #34A853;
    color: #34A853;
    background: transparent;
}

.hero .btn-1:hover, nav .btn-1:hover, .hero .line-btn {
    color: #2a0042;
    border: 1px solid #2a0042;
}

.hero .btn-1:hover {
    background-color: #34A853;
}

.hero .line-btn {
    background: transparent;
}

.form-box {

    border-radius: 16px;

    background: transparent;

    border: 3px solid #fff;
    /* Note: currently only Safari supports backdrop-filter */

    backdrop-filter: blur(22px);

    --webkit-backdrop-filter: blur(22px);

    background-color: rgb(255 255 255 / 66%);
}

.form-box .opacity-0 {
    opacity: 0 !important;
    height: 0;
    display: block;
}

a:hover {
    color: #F6644B;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #34A853;
    font-weight: 800;
    text-transform: capitalize;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #F6644B;
    background-color: transparent;
    border-bottom: 1px solid #F6644B;
}

.hoverEff-2 {
    border: 5px solid #fff;
    box-shadow: 10px 20px 40px rgba(170, 210, 245, 0.49);
    margin-right: 3.5rem;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.servicesBox .icon img {
    width: 60px;
}

.icon {
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    padding-bottom: 1rem;
    text-align: left;
}

.hoverEff-2:hover, .box:hover, .servicesBox:hover {
    transform: translate(0px, -20px);
}

.work {
    background: rgba(3, 5, 4, 0.6);
    position: absolute;
    top: 0;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.inner .hoverEff-2 {
    border: 5px solid #fff;
    box-shadow: 10px 20px 40px rgb(170 210 245 / 49%);
    margin-right: 3.5rem;
    position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    display: block;
    width: 100%;
}

.testimonials svg {
    margin-left: -32px;
    margin-bottom: -18px;
}

.slick-slide img.clientImage {
    width: 40px;
    height: 65px;
    border-radius: 20px 0px 20px 20px;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
    object-fit: cover;
    display: inline-block;
}

.hoverEff-2:hover .work {
    opacity: 1;
}

.services .slick-prev, .services .slick-next, .testimonials .slick-prev, .testimonials .slick-next {
    font-family: "Work Sans", sans-serif;
    position: absolute;
    left: 4%;
    bottom: -4.8rem;
    z-index: 2;
    cursor: pointer;
    font-size: 20px;
    border: 2px solid #FFFFFF;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #FFFFFF;
}

.testimonials .slick-prev, .testimonials .slick-next {
    left: inherit;
    right: 20%;
    border: 2px solid #34A853;
    color: #34A853;
}

.testimonials .slick-next {
    right: 17%;
}

.services .slick-prev {
    left: 0;
}

.slick-list {
    padding: 1rem 0rem 1rem;
}

.clientlogo {
    background: #E1FFF1;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}

.clientlogo strong {
    color: #22B573;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: .5rem;
    height: .5rem;
    padding: 0;
    border: none;
    border-radius: 3px;
    background-color: #218e3e;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #4eea78;
}

.slick-disabled {
    opacity: 0.1;
    border: 2px solid #101010;
    color: #101010;
}

.testimonial-slider .slick-track {
    padding: 2rem;
}

.box {
    border-radius: 15px;
    background: #22b573;
    box-shadow: 11px 12px 44px #f9f9f9;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    font-size: 14px;
    color: #FFFFFF;
    min-height: 190px;
}


.formContent {
    background-color: #0D0D0D;
}

.formContent h3, .formContent p {
    color: #FFFFFF;
}

.form-control {
    border-radius: 0;
    border: 1px solid #34a853;
    padding: .75rem .75rem;
    background: transparent;
}

footer .form-control {
    border-radius: 0;
    border: 1px solid #34a853;
    color: #FFFFFF;
    padding: .75rem .75rem;
    background: transparent;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #34a853;
    border-color: #34a853;
}

.btn-outline-secondary {
    color: #34a853;
    border-color: #34a853;
}

.cta {
    background-color: #E1FFF1;
    font-size: 36px;
    color: #333333;
    letter-spacing: -0.03em;

}

.cta p {
    line-height: 1.1;
}


.cta strong {
    color: #22B573;
    font-weight: 700;
}

footer {
    background: #22B573;
    z-index: 5;
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
}

.copyR {
    background-color: #11AB66;
}

footer h5 {
    color: #FFFFFF;
    margin-bottom: 1rem;
}

footer .fooListItem li {
    width: 48%;
    display: inline-block;
    margin-bottom: .5rem;
}

.socialIcons li {
    margin-bottom: .5rem;
}

footer h5 {
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.46em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.fooIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 100%;
    text-align: center;
    line-height: 2;
}

.fooIcon svg {
    fill: #2a0042;
    width: 16px;
}

.socialIcons a:hover .fooIcon {
    background-color: #2a0042;
}

.socialIcons a:hover {
    color: #FFFFFF;
}

.socialIcons a:hover .fooIcon svg {
    fill: #FFFFFF;
}


.copy {
    background-color: #030504;
    border-top: 1px solid #161616;
}

.logs-type .icon {
    margin: auto;
}

.logos img {
    /* height: 91.86991869918699px; */
    width: 100%;
}

.logs-type .icon img {
    border-radius: 7px;
    padding: 0;
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 21px rgba(246, 100, 75, 0.02);
}

ul.text-list li {
    background: url(images/checkmark.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position-y: 5px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #707070;
}

.formContent .smallHeading {
    color: #FFFFFF;
}

.numBer {
    font-weight: bold;
    font-size: 96px;
    letter-spacing: -0.03em;
    color: #ecfff6;
    line-height: 1;
    position: absolute;
    top: -2.5rem;
    left: 0;
    z-index: -1;
}


.lineBg {
    background: #FFFFFF url(images/home-work-section-bg.jpg) no-repeat;
    background-size: 30%;
}

.gradient-Bg {
    background: linear-gradient(#fbfbfb 0%, #fff 100%);
}

#range {
    width: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    height: 6px;
    background: #22b573;
    outline: none;
    border-radius: 4px;
}

#range .ui-slider-handle {
    position: absolute;
    margin: -12px 0 0 -6px;
    border-radius: 100%;
    background: #22b573;
    border: 0;
    height: 30px;
    width: 30px;
    outline: none;
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: 0px 0px 19px rgb(0 0 0 / 35%);
}

#range .ui-slider-handle:hover,
#range .ui-slider-handle:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#range .ui-slider-range {
    background: #007aff;
}

#range .currentVal {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    width: 160px;
    text-align: center;
    margin-top: -40px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
}

.box-from {

    border-radius: 54px;

    background: #fff;

    border: 1px solid #f2eeee;

    box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.06);

    min-height: 250px;

    position: relative;

    padding: 2rem;
}

.rightvalue, .leftvalue {
    position: absolute;
    top: 1rem;
}

.rightvalue {
    right: 0;
}

/* blog secton css */
#blog_sectionn .blog_box  .blog_box_content {
    padding: 20px;
}

#blog_sectionn {
    padding: 50px 0;
}
#blog_sectionn .blog_box  .blog_box_content h3 {
    font-size: 20px;
    text-transform: uppercase;
}

#blog_sectionn .blog_box  .blog_box_content p {
    font-size: 16px;
    min-height: 100px;
}
.blog_box img {
    width: 100%;
    min-height: 232px;
    object-fit: cover;
}
.blog_box_content button {
   
    background-color: transparent;
    border: none;
    padding: 0;
}
section#blog_sectionn h2 {
    text-align: center;
    font-size: 50px;
    padding: 20px 0;
    text-transform: uppercase;
}
.blog_box {
    box-shadow: 0px 0px 10px 0px #0000002b;
}
button.viewmore {display: inline-block;
    text-align: center;
  
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none;
    position: relative;
    z-index: 5;
    font-weight: 800;
    letter-spacing: 0.11em;
    color: #FFF;
    box-shadow: none;
    border-radius: 0px;
    background: #34A853;
    text-transform: uppercase;
    border: 1px solid #34A853;
    font-size: 14px;
    padding: 0.75rem 2rem;text-align: center;margin: 50px auto;display: block;}

/* blog section css end*/


/* blog_page css */
#blog_page_banner{
    background-image: url(images/blog-word-and-newspapers-2021-08-26-15-42-03-utc-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#blog_page_grid {padding: 100px 0;}

#blog_page_grid h3 {font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
    min-height: 100px;}

section#blog_page_grid p {font-size: 16px;
    min-height: 120px;
}
section#blog_page_grid .row {margin: 50px 0;}

/* blog_page css end*/

/* blog_inner page css */
section#blog_page_banner_inner{
    background-image: url(images/How-Does-Debt-Consolidation-Work.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    background-position: 100% 16%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog_page_inner .blog_box_content_inner h3 {text-align: center;padding: 20px 0;}
#blog_page_inner .blog_box_content {padding: 20px;
    min-height: 285px;}
section#blog_page_inner {padding: 20px 0;}
section#blog_page_grid .blog_box_content {padding: 20px 20px;min-height: 294px;}
#blog_page_banner_inner_what{
    background-image: url(images/What-Should-I-Know-About-Debt-Consolidation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    background-position: center;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog_page_banner_inner_pros{
    background-image: url(images/PROS-AND-CONS-OF-DEBT-CONSOLIDATION.jpg);
    background-repeat: no-repeat;
    background-position: center;
    
    
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog_page_banner_inner_best{
    background-image: url(images/WhatArethebest.jpg);
    background-repeat: no-repeat;
    background-position: center;
    
   
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blog_page_banner_inner_legit{
    background-image: url(images/Are-Debt-Relief-Programs-Legit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    
   
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* blog_inner page css end  */
/* hire section */
#hire h2 {
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    text-transform: uppercase;

}

#hire p {
    font-size: 20px;
    text-align: center;
    font-family: 'Poppins';
    width: 75%;
    margin: 10px auto;
    display: block;
}
section#hire {padding: 25px 0;}
/* hire section end */
/* difference section */
#difference h2 {
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    text-transform: uppercase;

}



section#difference {padding: 25px 0;}
section#difference h4 {
    min-height: 55px;
    font-size:20px;
}
/* difference section end */
/* faq section */
#faq h2 {
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    text-transform: uppercase;

}

#faq p {
    font-size: 20px;
    text-align: center;
    font-family: 'Poppins';
    width: 75%;
    margin: 10px auto;
    display: block;
}

section#faq {padding: 25px 0;}





.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;

}
.hr-line{
  width: 100%;
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
  
    cursor: pointer;
    padding: 30px 20px;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;

}
/* .faq-body{
    margin: auto;
    /* text-align: center; */
   /* width: 50%; 
   padding: auto;
   
} */ 
.faq-body p 
{
    width: 100% !important;
    text-align: left !important;
    font-size: 16px !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.faq-page:hover {
    background-color: #F9F9F9;
}

/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}
/* faq section end */
@media (max-width: 560px) {
    
.cta p {
    line-height: 1.8;
}
.cta {
    font-size: 26px;}
    .box {
        
        min-height: 80px;
    }
    footer {
        font-size: 11px;
    }

    .clientlogo {

        font-size: 12px;
    }

    .img-support {
        display: none;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        text-align: right;
        margin-top: 2rem;
    }

    .container {
        max-width: 90%;
    }

    .numBers {
        font-size: 40px;
    }

    .hero {
        margin-top: -66px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgb(82 82 82);
        font: 500 14px/1.8 'Fira Sans', sans-serif;
        text-transform: capitalize;
    }

    .dropdown-menu {
        background-color: #101010;
    }

    .nav-item.dropdown .dropdown-menu a {
        text-decoration: underline;
        line-height: 2.5;
    }

    .counter {
        font-size: 3rem;
    }

    .testimonial-slider .slick-dots {
        display: flex;
        justify-content: center;
        margin: -3rem 0 1rem;
    }

    .slick-dots {
        display: flex;
        justify-content: center;
        margin: -2rem 0 1rem;
    }

    .edge {
        margin-bottom: -15px;
    }

    .edge2 {
        margin-bottom: 18px;
    }

    .navbar-brand img {
        height: 48px;
    }

    .hoverEff-2 {
        width: 300px;
        margin-right: 1.5rem;
    }

    .btn-1 {
        width: 100%;
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 922px) {
    .nav-tabs {
        border-bottom: none;
        overflow-x: auto;
        width: auto;
        margin: 0 auto -6px;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: block;
    }

    .nav-tabs .nav-item {
        display: inline-block;
        overflow: hidden;
        position: relative;
        white-space: initial;
        -webkit-animation-duration: .01s;
        animation-duration: .01s;
        margin-right: .75rem;
        text-align: center;
    }
}

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

@media (min-width: 1200px) {
    .padding-l {
        padding-left: 7.5%;
    }

    .icon h4 {
        width: 58%;
    }
}

@media (min-width: 1280px) {
    h1, h2, h3 {
        letter-spacing: -0.04em;
    }

    h1 {
        font-size: 3.2vw;
    }

    h2, .heading {
        font-size: 2.2vw;
    }

    h3 {
        font-size: 30px;
    }
}

@media (min-width: 1440px) {
    .padding-l {
        padding-left: 10%;
    }

    .hero.inner {
        justify-content: flex-end;
        padding-bottom: 4rem;
    }

    .wrapper.inner {
        margin-top: -4rem;
    }

    .w-80 {
        max-width: 80%;
    }
}

@media (min-width: 1600px) {
    .padding-l {
        padding-left: 15%;
    }
}

.error {
    color: red;
}
.success {
    color: #008000;
}