/* ================ Typography ================== */
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima-nova/ProximaNova-Light.eot');
    src: url('fonts/proxima-nova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/proxima-nova/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/proxima-nova/ProximaNova-Light.woff') format('woff'),
        url('fonts/proxima-nova/ProximaNova-Light.ttf') format('truetype'),
        url('fonts/proxima-nova/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima-nova/ProximaNova-Bold.eot');
    src: url('fonts/proxima-nova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/proxima-nova/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/proxima-nova/ProximaNova-Bold.woff') format('woff'),
        url('fonts/proxima-nova/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/proxima-nova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/* ================ General ================== */
body {
    color: #555b6a;
    font-family: 'Rubik', sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

p {
    margin: 0 0 25px;
}
p:last-of-type {
    margin: 0;
}

b {
	color: #425eea;
}


/* ================ Headings ================== */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #0d162b;
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700;
}
h2, .h2 {
    font-size: 35px;
    line-height: 137%;
}
h3, .h3 {
    font-size: 26.67px;
}
h4, .h4 {
    font-size: 23px;
}
h5, .h5 {
    font-size: 20px;
}
h6, .h6 {
    font-size: 18px;
}

/* ================ Forms ================== */
::-webkit-input-placeholder {
    color: #6d727f;
}
::-moz-placeholder {
    color: #6d727f;
}

label {
    color: #6d727f;
    margin-bottom: 10px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
}
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
input[type="time"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="tel"], 
input[type="number"], 
input[type="search"], 
select,
textarea,
textarea.materialize-textarea {
    height: auto;
    background-color: #fff;
    padding: 9.5px 10px;
    border: 1px solid #d4d4d4;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="text"]:focus:not([readonly]), 
input[type="password"]:focus:not([readonly]), 
input[type="email"]:focus:not([readonly]), 
input[type="url"]:focus:not([readonly]), 
input[type="time"]:focus:not([readonly]), 
input[type="date"]:focus:not([readonly]), 
input[type="datetime-local"]:focus:not([readonly]), 
input[type="tel"]:focus:not([readonly]), 
input[type="number"]:focus:not([readonly]), 
input[type="search"]:focus:not([readonly]), 
select:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    box-shadow: #03a9f4 0 0 0 1px;
}
select,
select.form-control {
    background-image: url(img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    height: 48px;
    line-height: 1.5;
}

.input-group-addon {
    background-color: #f9f9f9;
    border-radius: 0;
    font-weight: 700;
}

.scrollable-terms {
    margin-bottom: 25px;
}
.scrollable-terms .scrollable-terms--content {
    max-height: 200px;
    overflow-y: auto;
}

.help-block {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    clear: both;
}
.has-error .help-block {
    color: #fff;
    background-color: #ea425e;
}


/* ================ Buttons ================== */
.btn {
    height: 48px;
    padding: 0 40px;
    border-radius: 5px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 2px;
}
.rev-btn .btn {
    white-space: nowrap;
}


/* ================ Borders/Shadows ================== */
.no-border {
    border: 0 !important;
}
.no-shadow {
    box-shadow: none !important;
}


/* ================ Tables ================== */
table.dataTable {
    margin: 0;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    background-color: #0d162b;
	top: 20px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
	background-color: #ea425e;
}
table.dataTable > tbody > tr.child ul.dtr-details {
	display: block;
}

.info-table {
    color: #343a4a;
    font-weight: 700;
}
.info-table th,
.info-table td {
    margin: 0;
}
.info-table td {
    text-align: right;
}
.info-table small,
.info-table .text-light {
    color: #6d727f;
    font-family: 'Proxima Nova', sans-serif;
}
.info-table small {
    font-size: 14px;
    font-weight: 300;
}

.dashboard-table th {  
    padding: 0 5px 25px;
    border-bottom: 1px solid #f1f1f1;
}
.dashboard-table td {
    color: #0d162b;
    padding: 15px 5px;
    font-family: 'Proxima Nova', sans-serif;
}
.dashboard-table thead {
    color: #0d162b;
    background-color: #fff;
}


/* ================ Colors ================== */
.no-bg {
    background: none !important;
}

.brand-bg {
    background-color: #0d162b !important;
}
.brand-text {
    color: #0d162b !important;
}

.brand-bg.darken-2 {
    background-color: #252d40 !important;
}
.brand-text.darken-2 {
    color: #252d40 !important;
}

.blue {
    background-color: #425eea !important;
}
.blue-text {
    color: #425eea !important;
}

.pink {
    background-color: #ea425e !important;
}
.pink-text {
    color: #ea425e !important;
}

.black {
    background-color: #0d162b !important;
}
.black-text {
    color: #0d162b !important;
}

.amaranth {
    background-color: #ea425e !important;
}
.amaranth-text {
    color: #ea425e !important;
}

.wellread {
    background-color: #a52d43 !important;
}
.wellread-text {
    color: #a52d43 !important;
}


/* ================ Labels ================== */
.label {
    padding: 6px 8px;
    font-size: 14px;
    display: inline-block;
}
.label-primary {
    background-color: #425eea;
}


/* ================ Cards ================== */
.card {
    margin: 0;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.13) 0 7px 7px 3px;
}
.card .card-content {
    padding: 35px 100px 100px;
}

.login-wrapper .card-wrapper {
    padding: 45px 40px 55px;
    border-radius: 20px;
}
.login-wrapper .card-wrapper:first-child {
    height: auto;
}
.login-wrapper .card-wrapper .title {
    color: #0d162b;
    padding: 0;
    margin: 0 0 30px;
    border-left: 0;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
}
.login-wrapper .card-wrapper .form-group {
    margin-bottom: 20px;
}
.login-wrapper .card-wrapper .input-container {
    margin: 0 auto 15px;
}
.login-wrapper .card-wrapper .input-container p {
    color: #6d727f;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}
.login-wrapper .card-wrapper .input-container input {
    height: 48px;
}
.login-wrapper .card-wrapper .button-container {
    margin: 30px 0 0;
}
.login-wrapper .card-wrapper .btn {
    height: 45px;
    text-transform: none;
}
.login-wrapper .card-wrapper .footer {
    margin: 15px 0 0;
    font-family: 'Proxima Nova', sans-serif;
}
.login-wrapper .card-wrapper .footer a {
    color: #f4a1ae;
}

.profile-card .btn {
    margin-right: 0;
}
.profile-card .card-content {
    padding: 35px 50px 40px;
}
.profile-card .card-content .card-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    line-height: 1.5;
}
.profile-card .card-action {
    padding: 25px 50px;
}


/* ================ Intro Text ================== */
.container .row.intro-text {
	margin-bottom: 60px;
}


/* ================ Rev Slider ================== */
.rev-heading {
    font-family: 'Rubik', sans-serif;
}


/* ================ Header ================== */
#header .logo-brand {
    color: #0d162b;
    margin: 30px auto 20px;
    font-size: 26.67px;
    font-weight: 700;
    line-height: 28px;
    display: block;
}
#header .logo-brand.centered {
    float: none;
}
#header .menuzord-menu > li > a {
    font-size: 18px;
    line-height: 96px;
}
#header .menuzord .menuzord-menu > li.active > a, 
#header .menuzord .menuzord-menu > li.active > a > i, 
#header .menuzord .menuzord-menu > li:hover > a, 
#header .menuzord .menuzord-menu > li:hover > a > i {
    color: #0d162b !important;
}
#header .menuzord .showhide {
    padding: 15px 0 0;
}
#header .menuzord .showhide em {
    background-color: #0d162b;
}



/* ================ Banner ================== */
.main-banner {
    background-image: url(img/team.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0 60px;
}
.main-banner h1 {
    font-size: 24px;
}


/* ================ Footer ================== */
.footer-logo img {
    width: 100%;
    max-width: 350px;
}

.footer-intro p {
    width: 100%;
    margin: 0 auto 60px;
}
.footer-four .footer-logo {
    margin: 35px 0 25px;
}
.footer-four .social-link {
    margin-top: 45px;
}
.footer-four .social-link li + li {
	margin-left: 10px;
}
.footer-four .social-link li a i {
	width: 25px;
    height: 25px;
    color: #0d162b;
    background-color: #fff;
	font-size: 13px;
	line-height: 25px;
}
.footer-four .secondary-footer {
    color: #6b7897;
    padding: 14px 0 13px;
    font-size: 18px;
    line-height: 21px;
}
.footer-four .secondary-footer ul li {
    padding: 0 15px;
    margin: 0;
    border-right: 2px solid;
}
.footer-four .secondary-footer ul li:last-of-type {
    border-right: 0;
}
.footer-four .secondary-footer ul li a {
    color: #6b7897;
    font-weight: 300;
    text-transform: none;
    display: inline;
}
.footer-four .secondary-footer ul li a:hover {
    color: #6b7897;
}


/* ================ Login ================== */
#login__main {
    height: 100vh;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
#profile__main {
    padding-top: 150px;
    position: relative;
}
#login__main .parallax {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    position: absolute;
}


/* ================ Homepage ================== */
#home__banner .defaultimg {
    opacity: 0.25 !important;
}

#home__how-it-works {
    padding: 115px 0;
}
#home__how-it-works h3 {
    color: #2e3547;
    font-size: 25px;
}
#home__how-it-works ul > li {
    vertical-align: middle;
}
#home__how-it-works .steps-row {
    margin: 48px 0;
}
#home__how-it-works .step-col {
    padding: 150px .75rem 140px;
    position: relative;
}
#home__how-it-works .step-col#step-1 {
    background-color: #f8c7ce;
}
#home__how-it-works .step-col#step-2 {
    background-color: #defada;
}
#home__how-it-works .step-col#step-3 {
    background-color: #c7cef8;
}
#home__how-it-works .step-col *:not(.step-image-bg) {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#home__how-it-works .step-col .step-image-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}
#home__how-it-works .step-col#step-1 .step-image-bg {
    background-image: url(img/kids.jpg);
}
#home__how-it-works .step-col#step-2 .step-image-bg {
    background-image: url(img/dollars.png);
}
#home__how-it-works .step-col#step-3 .step-image-bg {
    background-image: url(img/girl.png);
}
#home__how-it-works .step-col h5 {
    margin: 25px auto 15px;
}

#home__about-us {
    padding: 100px 0 95px;
}

#home__our-projects {
    padding: 110px 0 75px;
}
#home__our-projects .card {
    color: #6d727f;
    background-color: #f9f9f9;
    box-shadow: none;
    font-size: 16px;
}
#home__our-projects .card-content {
    padding: 25px 20px;
}


/* ================ Step Wizard ================== */
.step-wizard {
    background-size: cover;
    background-position: center;
    padding: 11.198vw 0 130px;
}
.step-wizard.step-wizard--has-background {
    background-image: url(img/heart.jpg);
}
.step-wizard--title {
    margin-bottom: 35px;
}
.step-wizard--subtitle::after {
    content: '';
    width: 80%;
    margin: auto;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.step-wizard--subtitle {
    padding-bottom: 25px;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
}
.step-wizard--buttons {
    margin-top: 10px;
}
.step-wizard--buttons .btn {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 15px;
    display: block;
}
.step-wizard--buttons .btn .fa {
    font-size: 20px;
    font-weight: 600;
}
.step-wizard .radio-group::after {
    content: '';
    display: table;
    clear: both;
}
.step-wizard .radio-group {
    max-width: 700px;
}
.step-wizard .radio-group label, .step-wizard #id_loan_group label{
    color: #425eea;
    padding: 0;
    font-weight: 700;
}
.step-wizard .radio-group .radio {
    margin-top: 0;
    text-align: center;
}
.step-wizard .radio-group .radio:not(:first-of-type) {
    text-align: center;
}
.step-wizard #id_loan_group li label:hover .radio-label{
    opacity: 1;
}
.step-wizard .radio-group .radio-label, .step-wizard #id_loan_group li .radio-label {
    opacity: 0.5;
}
.step-wizard .radio-group [type="radio"]:checked + .radio-label, .step-wizard #id_loan_group [type="radio"]:checked + .radio-label {
    opacity: 1;
}
.step-wizard .radio-group [type="radio"]:disabled + .radio-label, .step-wizard #id_loan_group [type="radio"]:disabled + .radio-label {
    cursor: not-allowed;
}
.step-wizard .card {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px 2px;
}


/* ================ Payment ================== */
#payment__main h3 {
    margin-bottom: 25px;
    font-size: 21px;
}
#payment__main hr {
    margin: 0 auto 65px;
    clear: both;
}
#payment__main .step-wizard--buttons {
    margin-top: 25px;
}
#payment__main .StripeElement {
    padding: 15px;
    border: 1px solid #d4d4d4;
}


/* ================ Thank You ================== */
#thank-you__main {
    height: calc(100vh - 267px);
    padding-top: 25vh;
    background-image: url(img/hero-image--pink.jpg);
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 700;
}
#thank-you__main .btn {
    background-color: transparent;
    border: 1px solid;
    box-shadow: none;
}


#contributions {
    padding: 50px 0 80px;
}
#contributions .contribute-buttons {
    text-align: right;
}
#contributions .contribute-buttons .btn {
    margin-left: 10px;
}


/* ================ Responsive CSS ================== */

@media screen and (min-width: 576px) {
    .step-wizard--buttons .btn {
        margin: 0 15px;
        display: inline-block;
    }
    .step-wizard .card {
        margin-top: 20px;
    }
    
    #payment__main .step-wizard--buttons .btn {
        max-width: 175px;
        margin: 0 10px;
    }
}
@media screen and (min-width: 601px) {
    .info-table th,
    .info-table td {
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 768px) {
    .label {
        padding: 8px 10px;
        font-size: 15px;
    }
    
    .step-wizard .radio-group {
        margin-top: 10px;
    }
    .step-wizard .radio-group .radio, .step-wizard #id_loan_group li {
        margin-bottom: 15px;
    }
    .step-wizard .radio-group .radio:not(:first-of-type), .step-wizard #id_loan_group li {
        width: 50%;
        padding: 0 10px;
        text-align: right;
        float: left;
    }
    .step-wizard--buttons .btn {
        max-width: 270px;
    }
    .step-wizard .card {
        margin-top: 35px;
    }
    .step-wizard .card-content {
        padding: 25px 20px 30px;
    }
}
@media screen and (min-width: 993px) {
    .step-wizard--buttons .btn {
        max-width: 220px;
        margin: 0 20px;
    }
}
@media screen and (min-width: 1025px) {
    .form-group {
        margin-bottom: 20px;
    }

    .label {
        padding: 10px 12px;
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }

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

    .info-table th,
    .info-table td {
        padding-bottom: 15px;
    }

    .step-wizard .radio-group {
        margin-top: 15px;
    }
    .step-wizard .radio-group .radio:not(:first-of-type), .step-wizard #id_loan_group li:not(:first-of-type) {
        padding: 0 20px;
    }
    .step-wizard--buttons {
        margin-top: 20px;
    }
    .step-wizard--buttons .btn {
        max-width: 250px;
        margin: 0 25px;
    }
    .step-wizard .radio-group .radio, .step-wizard #id_loan_group li {
        margin-bottom: 25px;
    }
    .step-wizard .card-content {
        padding: 30px 30px 40px;
    }

    #payment__main label {
        font-size: 18px;
    }
    #payment__main .step-wizard--buttons {
        margin-top: 40px;
    }
    #payment__main .step-wizard--buttons .btn {
        max-width: 200px;
    }
}
@media screen and (min-width: 1341px) {
    .label {
        padding: 12px 15px;
        font-size: 17px;
    }

    .info-table th,
    .info-table td {
        padding-bottom: 20px;
    }

    .step-wizard--buttons .btn {
        max-width: 270px;
        margin: 0 30px;
    }
    .step-wizard .radio-group {
        margin-top: 25px;
    }
    .step-wizard .card-content {
        padding: 40px 40px 50px;
    }
}
@media screen and (min-width: 1481px) {
    .label {
        padding: 15px;
        font-size: 18px;
    }

    .info-table th,
    .info-table td {
        padding-bottom: 25px;
    }
}


@media screen and (max-width: 1480px) {
    h2 {
        font-size: 32px;
        line-height: 125%;
    }

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

    .container .row.intro-text {
        margin-bottom: 50px;
    }

    #home__how-it-works {
        padding: 90px 0;
    }
    #home__how-it-works h3 {
        font-size: 24px;
    }
    #home__how-it-works .steps-row {
        margin: 36px 0;
    }
    #home__how-it-works .step-col {
        padding: 120px .75rem;
    }
    #home__how-it-works .step-col h5 {
        margin: 20px auto 12px;
    }
    #home__about-us {
        padding: 75px 0 65px;
    }
    #home__our-projects {
        padding: 85px 0 50px;
    }

    .step-wizard--title {
        margin-bottom: 15px;
    }
    .step-wizard--subtitle::after {
        width: 70%;
    }
    .step-wizard--subtitle {
        padding-bottom: 20px;
        margin-bottom: 15px;
        font-size: 22px;
    }
}
@media screen and (max-width: 1340px) {
    body {
        font-size: 17px;
    }

    h2, .h2 {
        font-size: 30px;
        line-height: 115%;
    }
    h3, .h3, 
    #header .logo-brand {
        font-size: 25px;
    }
    h6, .h6 {
        font-size: 17px;
    }

    label {
        margin-bottom: 7px;
        font-size: 17px;
    }
    input[type="text"], 
    input[type="password"], 
    input[type="email"], 
    input[type="url"], 
    input[type="time"], 
    input[type="date"], 
    input[type="datetime-local"], 
    input[type="tel"], 
    input[type="number"], 
    input[type="search"], 
    select, 
    textarea.materialize-textarea {
        font-size: 17px !important;
        line-height: 1.2;
    }

    .btn {
        padding: 0 32px;
        font-size: 17px;
        letter-spacing: 1.6px;
    }

    .card .card-content {
        padding: 25px 75px 70px;
    }

    .profile-card .card-content {
        padding: 30px 40px 35px;
    }
    .profile-card .card-action {
        padding: 20px 40px;
    }

    #header .logo-brand {
        margin: 27px auto 20px;
    }
    #header .logo-brand img {
        height: 35px;
    }
    #header .menuzord-menu > li > a {
        font-size: 17px;
        line-height: 85px;
    }
    #header .menuzord-menu > li > a.btn {
        margin: 23px 0 23px 5px;
    }

    .main-banner {
        padding: 130px 0 45px;
    }

    .footer-intro p {
        margin-bottom: 50px;
    }
    .footer-four .footer-logo {
        margin: 25px 0 20px;
    }
    .footer-four .social-link {
        margin-top: 35px;
    }

    .container .row.intro-text {
        margin-bottom: 40px;
    }

    #home__how-it-works {
        padding: 65px 0;
    }
    #home__how-it-works h3 {
        font-size: 23px;
    }
    #home__how-it-works .steps-row {
        margin: 25px 0;
    }
    #home__how-it-works .step-col {
        padding: 90px 0.75rem;
    }
    #home__about-us {
        padding: 50px 0 40px;
    }
    #home__our-projects {
        padding: 60px 0 35px;
    }
    #home__our-projects .card-content {
        padding: 20px 15px;
    }

    .step-wizard {
        padding: 130px 0 100px;
    }
    .step-wizard--title {
        margin-bottom: 25px;
    }
    .step-wizard--subtitle::after {
        width: 66%;
    }
    .step-wizard--subtitle {
        padding-bottom: 15px;
        margin-bottom: 14px;
        font-size: 20px;
    }

    #contributions {
        padding: 35px 0 60px;
    }

    #thank-you__main {
        height: calc(100vh - 236px);
    }
}
@media screen and (max-width: 1199px) {
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
        top: 12px;
    }

    .card .card-content {
        padding: 20px 50px 45px;
    }

    .dashboard-table th {
        padding: 0 5px 15px;
    }
    .dashboard-table td {
        padding: 10px 5px;
    }

    .main-banner {
        padding: 110px 0 35px;
    }

    .login-wrapper .card-wrapper {
        padding: 35px 30px 40px;
        border-radius: 15px;
    }
    .login-wrapper .card-wrapper .title {
        margin: 0 0 25px;
    }
    .login-wrapper .card-wrapper .button-container {
        margin: 25px 0 0;
    }
    .login-wrapper .card-wrapper .button-container {
        margin: 25px 0 0;
    }

    .profile-card .card-content {
        padding: 25px 25px 35px;
    }
    .profile-card .card-action {
        padding: 20px 25px;
    }

    #home__our-projects > .container {
        width: 100%;
        max-width: 800px;
        padding: 0 0.75rem;
    }

    .step-wizard {
        padding: 120px 0 70px;
    }
    .step-wizard--subtitle::after {
        width: 80%;
    }

    #payment__main h3 {
        margin-bottom: 20px;
    }
    #payment__main hr {
        margin: 0 auto 40px;
    }

    #contributions {
        padding: 25px 0 40px;
    }
}
@media screen and (max-width: 992px) {
    .ptb-30 {
        padding: 15px 0;
    }

    #header .logo-brand img {
        height: 30px;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
        top: 9px;
    }

    .footer-logo img {
        max-width: 320px;
    }
    .footer-four .secondary-footer {
        font-size: 17px;
    }
    .footer-four .secondary-footer ul li {
        padding: 0 10px;
    }

    .card .card-content {
        padding: 20px 30px 25px;
    }

    .dashboard-table th {
        padding: 0 5px 10px;
    }
    .dashboard-table td {
        padding: 7px 5px;
    }

    .main-banner {
        padding: 100px 0 25px;
    }

    .container .row.intro-text {
        margin-bottom: 30px;
    }

    .profile-card .btn {
        font-size: 16px;
    }

    #login__main,
    #profile__main {
        height: auto;
        padding: 150px 0 75px;
    }
    #login__main .parallax {
        background-image: url('img/doctor-giving-shot.jpg');
    }

    #home__how-it-works {
        padding: 45px 0 30px;
    }
    #home__how-it-works .step-col {
        padding: 50px 0.75rem;
    }
    #home__how-it-works .step-col h5 {
        margin: 15px auto 10px;
    }
    #home__our-projects .card-content {
        padding: 15px;
        line-height: 1.4;
    }

    #thank-you__main {
        height: calc(100vh - 253px);
    }
}
@media screen and (max-width: 768px) {
    .scrollable-terms {
        max-width: 550px;
        margin: 0 auto 15px;
    }

    .profile-card .btn {
        font-size: 15px;
    }

    #header.transparent-header.no-bg .light-header, 
    #header.transparent-header.no-bg {
        background: none !important;
    }
    #header .menuzord .showhide {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 112%;
    }
    h3, .h3,
    #header .logo-brand {
        font-size: 24px;
    }

    .section-padding {
        padding: 80px 0;
    }

    .card {
        border-radius: 10px;
    }

    .btn {
        height: 45px;
        padding: 0 25px;
        font-size: 16px;
        line-height: 42px;
    }

    #header .logo-brand {
        margin: 13px auto 15px;
    }
    #header .logo-brand img {
        height: 32px;
    }
    #header .menuzord-menu > li {
        margin-left: 0;
    }
    #header .menuzord-menu > li > a {
        padding: 15px 0 !important;
        line-height: 1;
    }
    #header .menuzord .showhide {
        padding: 15px 0 0;
    }

    .footer-intro p {
        margin-bottom: 35px;
    }
    .footer-four .footer-logo {
        margin: 20px 0 15px;
    }
    .footer-four .social-link {
        margin-top: 30px;
    }

    .footer-four .secondary-footer {
        font-size: 16px;
    }

    .container .row.intro-text {
        margin-bottom: 25px;
    }

    #home__how-it-works {
        padding: 35px 0 20px;
    }
    #home__how-it-works h3 {
        font-size: 21px;
    }
    #home__how-it-works .steps-row {
        margin: 15px 0;
    }
    #home__how-it-works .step-col {
        max-width: 520px;
        padding: 40px 0.75rem 30px;
        margin: auto;
    }
    #home__about-us {
        padding: 35px 0 20px;
    }
    #home__our-projects {
        padding: 40px 0 20px;
    }

    .step-wizard {
        padding: 100px 0 40px;
    }
    .step-wizard--title {
        margin-bottom: 20px;
    }
    .step-wizard .radio-group {
        max-width: 400px;
    }

    #payment__main h3 {
        margin-bottom: 10px;
    }
    #payment__main hr {
        margin: 0 auto 25px;
    }

    #thank-you__main {
        height: calc(100vh - 228px);
    }
}
@media screen and (max-width: 749px) {
    .container {
        width: 90%;
    }
}
@media screen and (max-width: 601px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 600px) {
    .login-wrapper .card-wrapper {
        padding: 25px 20px;
        border-radius: 10px;
    }
    .login-wrapper .card-wrapper .title {
        margin: 0 0 20px;
    }

    #login__main,
    #profile__main {
        padding: 120px 0 50px;
    }

    #home__our-projects {
        padding: 30px 0 0;
    }
    #home__our-projects > .container {
        width: 90%;
        padding: 0;
    }
    #home__our-projects .col-xs-6 {
        width: 100%;
    }
    #home__our-projects .card {
        max-width: 360px;
        margin: 0 auto 20px;
    }

    .footer-logo img {
        max-width: 285px;
    }
    .footer-four .secondary-footer {
        font-size: 15px;
    }
    .footer-four .secondary-footer ul li {
        padding: 0 8px;
        border-right-width: 1px;
        line-height: 0.9;
    }

    #thank-you__main {
        height: calc(100vh - 223px);
    }
}
@media screen and (max-width: 575px) {
    .row > .full {
        width: 90%;
        margin: auto;
        float: none;
    }

    .info-table th,
    .info-table td {
        text-align: center;
        display: block;
    }
    .info-table td {
        margin-bottom: 10px;
    }

    #thank-you__main p {
        line-height: 25px;
    }

    #contributions .contribute-buttons {
        text-align: center;
    }

    .profile-card .btn.pull-left,
    .profile-card .btn.pull-right {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 10px;
        float: none !important;
    }
}
@media screen and (max-width: 480px) {
    h2, .h2 {
        font-size: 26px;
    }
    h3, .h3, 
    #header .logo-brand {
        font-size: 22px;
    }
    h6, .h6 {
        font-size: 16px;
    }

    .btn {
        height: auto;
        padding: 12px 20px;
        line-height: 1.2;
        white-space: normal;
    }

    .card .card-content {
        padding: 15px 15px 10px;
    }

    .profile-card .btn {
        display: block;
    }
    .profile-card .card-content {
        padding: 20px;
    }
    .profile-card .card-action {
        padding: 15px 20px;
    }

    .login-wrapper .card-wrapper .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .login-wrapper .card-wrapper .btn:last-child {
        margin-bottom: 0;
    }

    .step-wizard--title {
        margin-bottom: 15px;
    }
    .step-wizard--subtitle::after {
        width: 85%;
    }
    .step-wizard--subtitle {
        padding-bottom: 12px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    #payment__main .col-xs-10 {
        width: 100%;
        margin-left: 0;
    }

    #contributions .contribute-buttons .btn {
        margin: 0 auto 10px;
        display: block;
    }
}
@media screen and (max-width: 420px) {
    #header .logo-brand {
        margin: 15px auto;
    }
    #header .logo-brand img {
        height: 28px;
    }

    #payment__main h3 {
        text-align: center;
        float: none !important;
    }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1055;
  cursor: pointer;
}

.loader{
    right: 50%;
    top: 50%;
    border-radius: 100%;
    position: absolute;
}

#loader-2 span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
    0%, 75%, 100%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    }

    25%{
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
}

.iti.iti--allow-dropdown{
    display: block;
}

.dropdown-payment-method{
    width: auto;
}

select#id_payment_method{
    width: auto;
    margin: 0 auto 0 auto;
}

#mandate-acceptance{
    margin-top: 20px;
    font-size: 14px;
    color: #727271;
}

.disabled_popout{
    position: relative;
}

.disabled_popout > div{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 14px;
    right: 12px;
    z-index: 100;
    opacity: 0.5;
}