body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #595959;
}

@media (min-width: 992px) {
    .signup-block {
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .custom-offset {
        margin-left: 8.33333333%;
    }
}

/* Custom Classes */
@media screen and (max-width: 599px) {
    .custom-size {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1199px) {
    .custom-size {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .custom-size {
        width: 1170px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.relative-block {
    position: relative;
}

.absolute-block {
    position: absolute;
}

.relative-block {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.default {
    color: #52389e;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    border-radius: 6px;
}

p.nomargin {
    margin: 0px !important;
}

/* Col */
form#phpcontactform .col:first-child {
    padding-right: 5px;
}

form#phpcontactform .col:nth-child(2) {
    padding-left: 5px;
}

.btn-grey {
    background-color: #868c96;
    line-height: 1.8;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #6c736b;
    box-shadow: 0 3px 0 #6c736b;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    background-color: #8f959e;
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #6c736b;
    box-shadow: 0 3px 0 #6c736b;
}

.btn-warning {
    background-color: #ff871c;
    line-height: 1.8;
    -webkit-box-shadow: 0 3px 0 #d66a12;
    box-shadow: 0 3px 0 #d66a12;
    width: 100%;
    //color: #ffffff;
    color: #000000;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background-color: #ff973b;
    color: #000000;
}

input.form-submit {
    font-weight: 400;
}

.re-assure {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 12px;
    font-style: italic;
    line-height: 1.75em;
}

.has-margin-top-lg {
    margin-top: 40px;
}

.has-margin-bottom-sm {
    margin-bottom: 20px;
}

/* Typography */
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

a {
    //color: #428bca;
    color: #003CEB;
    text-decoration: none !important;
}

h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0;
}

h3 {
    font-size: 30px;
    margin: 10px 0;
    font-weight: 600;
}

h4 {
    margin: 10px 0;
    font-size: 25px;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #384047;
}

strong {
    font-weight: 700;
}

p.faqhead {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    color: #384047;
}

/* List */
ul.check-list {
    padding-left: 0px;
}

ul.check-list li {
    list-style-type: none;
    margin-bottom: 25px;

}

div.check-list-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

ul.check-list li i {
    margin-right: 20px;
    font-size: 30px;
    float: left;
}

ul.check-list li span {
    color: #a1b8e4;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.20em;
}

ul.check-list li p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.20em;
}

div#emptydiv {
    height: 220px; 
}

/* Header */
section#header {
    position: relative;
    padding: 30px 15px 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #424ea4;
    background-image: url(../img/header_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#header-center img.debtcrusher {
    width: 180px;
}

section#header .site-logo,
section#header-center .site-logo {
    padding: 10px 0;
    text-align: center;
}

section#header .main-title,section#header-center .main-title {
    margin-bottom: 0;
}

section#header .sub-title,
section#header-center .sub-title {
    font-size: 25px;
    font-weight: 300;
}

/* Single Page */
section#header-single-page {
    position: relative;
    padding: 30px 15px 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #424ea4;
    background-image: url(../img/background.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} 

section#single-page {
    padding-top: 30px;
}

section#single-page h1 {
    color: #384047 !important;
    font-size: 35px;
    margin-bottom: 0px;
}

#debtbusters-block {
    width: 100%;
    padding: 30px 25px;
    margin: 0 auto;
    background: #fff;
    color: #535353;
    text-align: left;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

div#debtbusters-details p.paramlabel {
    font-weight: 500;
    color: #000000;
}

#currentinstallment {
    color: #ff0000;
}

#monthlysaving {
    color: #008000;
}

#newmonthlyinstallment {
    color: #ffa500;
}

/* Header Center */
section#header-center {
    position: relative;
    padding: 30px 15px 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #424ea4;
    background-image: url(../img/background.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#signup-block {
    width: 450px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    color: #535353;
    text-align: left;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .4);
    box-shadow: 0 0 25px rgba(0, 0, 0, .4);
}

.signup-space {
    height: 250px;
    width: 100%;
}

section#logo-group {
    background: #ffffff;

}

section#logo-group-divided {
    background: #ffffff;
}

.as-seen-on {
    color: #3f74c6;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #dfe4e9;
}

.logos img {
    padding: 15px 15px 5px 0;
}

.section-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-title h2 {
    color: #384047;
}

.section-title h4 {
    color: #4D5B60;
}

.zigzag {
    margin: 55px 0;
}

.zigzag-lead {
    color: #595c60;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}

.zigzag p {
    line-height: 1.5;
    font-size: 16px;
}

section#testimonials {
    background: #e5e8ec;
    padding-top: 10px;
    padding-bottom: 50px;
}

section#testimonials .section-title {
    margin-top: 50px;
}

section#testimonials .section-title h2 {
    color: #384047;
}

section#testimonials .section-title h4 {
    color: #4D5B60;
    font-weight: 300;
}

.testblock {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Georgia, times new roman, Times, serif;
    font-style: italic;
    position: relative;
    line-height: 28px;
    font-size: 16px;
    -webkit-box-shadow: 0 3px 0 #c3c5c9;
    -moz-box-shadow: 0 3px 0 #c3c5c9;
    box-shadow: 0 3px 0 #c3c5c9;
}

.testblock:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.clientblock {
    margin-top: 40px;
    margin-left: 10px;
    text-align: center;
}

.clientblock p {
    padding-top: 13px;
}

.clientblock p strong {
    color: #384047;
    font-size: 16px;
}

/* Section: Features */
section#site-features .section-title h3,
section#site-features .section-title h4 {
    font-weight: 300;
}

section#site-features.site-features-top {
    padding-top: 90px;
}

.icon-wrap {
    background: #e5e8ec;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.icon-wrap img {
    width: 100px;
    margin: 0 auto;
    padding: 10px;
}

.add-margin {
    margin-bottom: 20px;
}

.add-margin-top {
    margin-top: 30px;
}

.zigzag-lead {
    color: #595c60;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.thumbnail .caption p {
    color: #4D5B60;
    font-weight: 300;
}

/* Section: Plans and Pricing */
section#plans {
    background: #e5e8ec;
    padding-top: 10px;
    padding-bottom: 40px;
}

section#plans .section-title h3,
section#plans .section-title h4 {
    font-weight: 300;
}

.pricing {
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.pricing .price {
    font-size: 52px;
    font-weight: 300;
    margin: 10px auto;
    background: #e5e8ec;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    line-height: 128px;
}

.pricing .planname {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #474d56;
    padding: 15px 0;
    border-bottom: 1px solid #dde8ec;
    margin-bottom: 15px;
}

.pricing .plan-features {
    text-align: center;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 20px;
}

.featured.pricing .price {
    background: #3d57a3;
    background: -moz-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #4d3d9e), color-stop(100%, #2a75a8));
    background: -webkit-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
    background: -o-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
    background: -ms-linear-gradient(top, #4d3d9e 50%, #2a75a8 100%);
    background: linear-gradient(to bottom, #4d3d9e 50%, #2a75a8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d3d9e',endColorstr='#2a75a8',GradientType=0 );
    color: #fff;
}

.featured.pricing:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 35px;
    top: -5px;
    right: 30px;
    background: url(../img/best_icon.png) no-repeat;
}

.pricing .action-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -80px;
}

.pricing .action-btn a {
    font-weight: 300;
}

.planpricing {
    margin-bottom: 90px;
}

.breath {
    margin: 50px;
}

/* Section: Questions */
section#questions {
    padding-bottom: 40px;
}

section#questions .section-title h3,
section#questions .section-title h4 {
    font-weight: 300;
}

.btn-min-width {
    min-width: 160px;
}

.faq p {
    margin-bottom: 25px;
}

/* Section: Interested */
section#interested {
    padding: 20px 0 80px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #6883cc;
    background-image: url(../img/background.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section#interested .section-title h2 {
    color: #fff !important;
}

section#interested .section-title h3,
section#interested .section-title h4 {
    color: #b5b2df !important;
    font-weight: 300;
}

section#interested .gototop {
    width: 320px;
}

section#interested a.gototop {
    font-weight: 400 !important;
    border-radius: 3px !important;
}

/* Section: Footer */
.footercontent {
    margin: 50px 0px;
}

.footercontent div {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footercontent div .offcanvas-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footercontent p {
    font-size: 13px;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

button#dropdownMenuButton {
    width: 40px !important;
    height: 40px !important;
    padding: 0px !important;
}

@media screen and (max-width: 767px) {
    button#dropdownMenuButton {
        margin-bottom: 20px !important;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .footercontent p {
        text-align: center !important;
    }
}

.footercontent p a {
    color: #595959;
}

.footercontent p a:hover {
    color: #909090;
}

.footercontent a.active {
    color: #428bca !important;
}

.footercontent .copyinfo {
    text-align: right;
}

.footercontent .madeby {
    text-align: center;
    line-height: 2.7;
}

.footercontent a.social {
    padding: 8px 0;
    display: inline-block;
}

.footercontent i {
    color: #ffffff !important;  
    font-size: 20px;
}

ul.offcanvas-menu {
    list-style-type: none;
}

ul.offcanvas-menu li {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 14px;
}

ul.offcanvas-menu li a {
    color: #252525;
}

/* Body: Single Page */
body.single-page .site-logo {
    padding-bottom: 40px !important;
}

body.single-page section#site-single-content.site-single-content-top {
    padding-top: 60px;
    padding-bottom: 60px;
}

body.single-page section#site-single-content h2 {
    color: #52389e;
}

body.single-page section#site-single-content h4 {
    color: #000000;
    font-size: 22px;
    margin-top: 20px;
} 

body.single-page section#site-single-content p {
    margin-bottom: 40px;
}

body.single-page section#site-single-content ul li {
    margin-bottom: 10px;
}

body.single-page .contact-us p {
    margin-bottom: 0px !important;
}

/* Form Validation */
p.texterrorvalidation {
    font-size: 12px !important;
    color: #790000 !important;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 3px;
}

input.errorvalidation,
select.errorvalidation {
    border: 1px solid #790000 !important;
}

.idnvalid,
.phonevalid, 
.debtvalid,
.fnvalid,
.lnvalid,
.emailvalid,
.incomevalid {
    display: none;
}

/* Placeholder */
select.default-value {
    color: #5C5757 !important;
}

select {
    color: #5b5a5a;
}

select.gfield_select:not(.default-value){
    color: #5b5a5a !important;
}

select option {
	color: #5b5a5a;
}

select option:first-child{
    display: none;
} 

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5C5757 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #5C5757 !important;
	opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #5C5757 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #5C5757 !important;
	opacity: 1;
}

/** Media Query **/
@media screen and (max-width: 992px) {
    section#header,
    section#header-center {
        background-size: cover;
        background-attachment: scroll;
    }

    .zigzag-lead {
        margin-top: 20px;
    }

    section#header-center #signup-block {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 50px;
        margin: 15px 0;
    }
}

@media screen and (min-width: 390px) and (max-width: 769px) {
    div#emptydiv {
        height: 280px;
    }
}

@media screen and (max-width: 389px) {
    div#emptydiv {
        height: 330px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .absolute-block {
        position: inherit !important;
    }

    section#header .sub-title,
    section#header-center .sub-title {
        font-size: 18px;
        line-height: 25px;
    }

    section#plans {
        padding-bottom: 5px;
    }

    section#plans .pricing-last {
        margin-bottom: 0px;
    }

    .zigzag-lead {
        text-align: center;
    }

    .zigzag p {
        text-align: center;
    }

    .pricing {
        width: 100%;
        margin-bottom: 50px;
        display: block;
    }

    .footercontent .copyinfo {
        text-align: center;
    }

    .social-ic {
        text-align: center;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .absolute-block {
        position: inherit !important;
    }

    #signup-block {
        width: 100%;
    }

    section#logo-group-divided .first-logo-group {
        margin-top: 280px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .icon-wrap {
        width: 100px !important;
        height: 100px !important;
    }

    .icon-wrap img {
        width: 80px;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    section#site-features.site-features-top {
        padding-top: 20px;
    }

}

@media screen and (min-width: 391px) and (max-width: 599px) {
    section#site-features.site-features-top {
        padding-top: 90px;
    }
}

@media screen and (min-width: 389px) and (max-width: 390px) {
    section#site-features.site-features-top {
        padding-top: 130px;
    }
}

@media screen and (max-width: 388px) {
    section#site-features.site-features-top {
        padding-top: 50px;
    }
}

@media screen and (max-width: 599px) {
    section#site-features .section-title h3, section#site-features .section-title h4 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    input.form-submit, section#interested a.gototop {
        font-size: 18px;
    }

    .customer-name {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .customer-name-col {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}