@charset "UTF-8";
/*
Theme Name: Calculatorhub
Description: Contains the custom WordPress theme for Calculatorhub
Version: 1.0.25
*/

/**
 * calculatorhub CSS
 */

@font-face {
    src: url("./fonts/museo/museoSans.ttf");
    font-family: "Museo Sans";
}

@font-face {
    src: url("./fonts/museo/museoSans_Medium.otf");
    font-family: "Museo Sans Medium";
}

@font-face {
    src: url("./fonts/museo/museoSans_Bold.ttf");
    font-family: "Museo Sans Bold";
}

body {
    background: #fff !important;
}

/*
 * Base CSS
 */
.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.clearfix {
    clear: both !important;
}

.flex {
    display: flex;
}

@media (max-width: 780px) {
    .flex {
        flex-wrap: wrap;
    }
}

.mobile-only {
    display: none !important;
}

@media (max-width: 780px) {
    .mobile-only {
        display: block !important;
    }
    .desktop-only {
        display: none !important;
    }
}

/*
 * Generic font overwrite
 */
p,
li,
a,
label,
input,
.wpcf7 {
    font-family: "Museo Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
b {
    font-family: "Museo Sans Bold", sans-serif !important;
}

/*
 * Header Styles
 */
header {
    height: 90px;
    line-height: 90px;
}

header a.contains_logo {
    float: left;
}

header img {
    display: block;
    width: auto;
    margin-top: 15px;
}

header .bars {
    display: none;
}

header nav {
    text-align: right;
}

header nav ul {
    line-height: 90px;
}

header nav ul li {
    display: inline-block;
    padding-left: 20px;
    line-height: 90px;
    height: 90px;
}

header nav ul li a {
    color: #666;
    text-transform: uppercase;
    font-family: "Museo Sans Medium", sans-serif !important;
    padding: 0 !important;
}

.mobile-nav {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 28, 28, 1);
    z-index: 99999;
    position: fixed;
    text-align: center;
    display: none;
}

.mobile-nav li {
    display: block;
    text-align: center;
}

.mobile-nav li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.mobile-nav li a:hover {
    background: #369DF2;
}

.mobile-nav .exit-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
}

.mobile-nav .exit-button i {
    font-size: 2em;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    header nav {
        display: none;
    }

    header .bars {
        text-align: right;
        padding-top: 3px;
        display: block;
    }

    header .bars i {
        font-size: 2em;
        cursor: pointer;
    }
    header img {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 375px) {
    header img {
        margin-top: 25px;
    }
}
@media only screen and (max-width: 300px) {
    header img {
        margin-top: 35px;
    }
}

header .menu-item-has-children:hover .sub-menu {
    display: block;
}

header .sub-menu {
    position: absolute;
    margin-left: 0;
    background: #fff;
    line-height: initial;
    margin-top: -2px;
    display: none;
    z-index: 99999;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    padding-top: 10px;
    padding-bottom: 10px;
}
header .sub-menu li {
    padding-left: 0;
    line-height: initial;
    height: initial;
    display: block;
}
header .sub-menu li a {
    padding: 10px 20px !important;
    display: block;
    text-align: left;
    text-transform: none !important;
}

/** Section 1 **/
.hero-slide {
    height: 100vh;
    position: relative;
}

.hero-slide .slick-list {
    width: 100% !important;
}

.hero-slide .slick-arrow {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 40px;
    margin-top: -20px;
    color: #444;
    font-size: 1.1em;
    z-index: 9999;
    width: 40px;
    text-align: center;
    background: #fff;
    border-radius: 99999px;
    transition: all 0.2s ease-in-out;
}

.hero-slide .slick-arrow:hover {
    background: #444;
    color: #fff;
}

.hero-slide .slick-next {
    left: auto;
    right: 30px;
}

.hero-slide .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    z-index: 1100;
    line-height: 0;
    font-size: 0;
    margin-bottom: 0px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-slide .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 2px solid #444;
    margin-top: 15px;
    border-radius: 9999px;
}

.hero-slide .slick-dots li.slick-active {
    background: #444;
}

.hero-slide .slick-slide {
    height: 100vh;
}

.hero-slide .slick-slide span {
    display: block;
    font-size: 2.5em;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0px;
}

.hero-slide p {
    font-size: 20px;
    color: white;
    max-width: 500px;
}

.hero-slide .slick-slide a {
    margin-top: 20px;
    text-align: center;
    display: block;
    color: #fff;
    background: #3cce8e;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    max-width: 300px;
    font-size: 13px;
}

.hero-slide .slick-slide a:hover {
    background: #3cce8e;
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .hero-slide .slick-slide .table-cell {
        background: rgba(0, 0, 0, 0.5);
    }
    .hero-slide .slick-slide a {
        height: 40px !important;
        line-height: 40px !important;
        font-size: 0.8em !important;
    }
    .hero-slide .slick-slide,
    .hero-slide {
        height: 88vh;
    }
}

/** Section 2 **/

.offer-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.offer-home hr {
    background: #1b3b6e;
    width: 100px;
    margin-left: 0;
    height: 5px;
}

.offer-home h2 {
    font-family: "Museo Sans", sans-serif !important;
}

.offer-home h3 {
    text-transform: uppercase;
}

.offer-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
}

.about-pict h5 {
    margin-top: 20px;
}

.about-doctor {
    display: inline-block;
    margin-right: 30px;
}

.offer-home ul {
    list-style: none;
}

.offer-home ul li {
    list-style-position: outside;
    margin-left: 20px;
    font-family: "Museo Sans Bold", sans-serif !important;
}

.offer-home.second-space {
    background: #f8f8f8;
}

.offer-home li::before {
    content: "•";
    color: #3cce8e;
    font-weight: bold;
    display: inline-block;
    width: 1.2em;
    margin-left: -1em;
}

@media only screen and (max-width: 1024px) {
    .offer-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .offer-home h2 {
        padding-top: 20px;
        font-size: 1.5em;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .offer-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .offer-home .columns {
        width: 100%;
    }
}

/** Section-3 **/
.benefits-home {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
}

.benefits-home hr {
    background: #2467ca;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}

.benefits-home h2 {
    font-family: "Museo Sans", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.benefits-home h3 {
    text-transform: uppercase;
}

.benefits-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
}

@media only screen and (max-width: 1024px) {
    .benefits-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .benefits-home h2 {
        padding-top: 20px;
        font-size: 1.1em;
        max-width: 100%;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .benefits-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .benefits-home .columns {
        width: 100%;
    }
}

.benefits-blocks {
    margin-top: 30px;
}

.benefits-details {
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
}
.benefits-details img {
    display: block;
    margin: 0 auto;
}
.benefits-details h3 {
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.benefits-details p {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 0.95em;
}

/** Section-4 **/
.calculator-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.calculator-home hr {
    background: #3cce8e;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}

.calculator-home h2 {
    font-family: "Museo Sans", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.calculator-home h3 {
    text-transform: uppercase;
}

.calculator-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
}

.calculator-blocks .middle-column {
    padding-left:15px;
}
.middle-column .calculator-details{
    height: 430px;
}

@media only screen and (max-width: 1024px) {
    .calculator-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .calculator-home h2 {
        padding-top: 20px;
        font-size: 1.3em;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .calculator-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .calculator-blocks .middle-column {
        padding-left:10px;
    }
    .middle-column .calculator-details {
        height: 180px;
    }
    .middle-column .calculator-details img{
        height: 80px;
    }
}

.calculator-blocks {
    margin-top: 30px;
}
.calculator-blocks .columns {
    padding-right: 0 !important;
}

.calculator-details {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
}
.calculator-details img {
    display: block;
    margin: 0 auto;
}
.calculator-details h3 {
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.calculator-details p {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 0.9em;
    color: #000;
    margin-top: 20px;
    font-weight: bold;
}
.more-calculators {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    background: #3cce8e;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    max-width: 500px;
    font-weight: bold;
}
.more-calculators:hover {
    color: #fff;
}


/** Section-5 **/
.why-home {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #3cce8e;
}

.why-home hr {
    background: #fff;
    width: 150px;
    margin-left: 0;
    height: 2px;
}

.why-home h2 {
    font-family: "Museo Sans Medium", sans-serif !important;
    color: #fff;
    text-transform: uppercase;
}

.why-home h3 {
    text-transform: uppercase;
}

.why-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
    color: #fff;
}

.about-pict h5 {
    margin-top: 20px;
}

.about-doctor {
    display: inline-block;
    margin-right: 30px;
}

.why-home ul li {
    margin-left: 20px;
    font-family: "Museo Sans", sans-serif !important;
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 20px;
}


@media only screen and (max-width: 1024px) {
    .why-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .why-home h2 {
        padding-top: 20px;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .why-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .why-home .columns {
        width: 100%;
    }
}


/* section-5 */
.how-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.how-home hr {
    background: #2467ca;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}

.how-home h2 {
    font-family: "Museo Sans", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.how-home h3 {
    text-transform: uppercase;
}

.how-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
}

@media only screen and (max-width: 1024px) {
    .how-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .how-home h2 {
        padding-top: 20px;
        max-width: 100%;
        font-size: 1.3em;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .how-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how-home .columns {
        width: 100%;
    }
}

.how-blocks {
    margin-top: 30px;
}

.how-details {
    padding: 20px;
    margin-top: 40px;
}
.how-details img {
    display: block;
    margin: 0 auto;
}
.how-details h3 {
    text-align: center;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.how-details p {
    text-align: center;
    font-size: 1em;
    background: #3cce8e;
    display: block;
    height: 30px;
    line-height: 32px;
    width: 100px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Museo Sans Medium', sans-serif !important;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
}

/* Section-6 */
.signup-home,
.signup-details {
    height: 450px;
}
.signup-details {
    text-align: center;
}
.signup-details h2{
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.signup-details .button-download {
    background: #3cce8e;
    color: #fff;
    width: 220px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Museo Sans Medium', sans-serif !important;
    margin-top: 30px;
}

.signup-desc {
    margin-top: 20px;
    font-size: 0.9em;
}
.signup-desc a {
    color: #000;
    font-family: 'Museo Sans Bold', sans-serif !important;
    text-decoration: underline;
}
.signup-desc a:hover {
    color: #000;
}

@media only screen and (max-width: 720px) {
    .signup-home {
        background-position: left !important;
    }
    .signup-home .row {
        background: rgba(0, 0, 0, 0.4);
    }
    .signup-details h2 {
        color: #fff;
    }
    .signup-details a,
    .signup-details p {
        color: #fff;
    }
}

/* Download */
.download-calculator,
.download-content {
    height: 550px;
}
.download-content {
    text-align: center;
}
.download-content h2{
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.download-content .button-download {
    background: #3cce8e;
    color: #fff;
    max-width: 450px;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Museo Sans Medium', sans-serif !important;
    margin-top: 30px;
    text-transform: uppercase;
}

.download-desc {
    margin-top: 20px;
    font-size: 0.9em;
    color: #fff;
}
.download-desc a {
    color: #fff;
    font-family: 'Museo Sans Bold', sans-serif !important;
    text-decoration: underline;
}
.download-desc a:hover {
    color: #fff;
}
.download-big {
    color: #fff;
    max-width: 86%;
    margin: 0 auto;
    display: block;
}
.download-big p {
    font-size: 1.2em;
}

.download-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.download-home hr {
    background: #2467ca;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}

.download-home h2 {
    font-family: "Museo Sans", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.download-home h3 {
    text-transform: uppercase;
}

.download-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
}
.download-home .small-text p{
    color: #2566ca;
    font-size: 1.5em;
    text-align: center;
    max-width: 100%;
    margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
    .download-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .download-home h2 {
        padding-top: 20px;
        font-size: 1.2em;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .download-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .download-home .columns {
        width: 100%;
    }
    .download-content h2 {
        max-width: 100%;
        font-size: 1.5em;
    }
    .download-big {
        width: 100%;
    }
    .download-big p {
        font-size: 1.1em;
    }
}

.download-title p {
    text-align: center;
    font-size: 1em;
    background: #3cce8e;
    display: block;
    height: 30px;
    line-height: 32px;
    width: 100px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Museo Sans Medium', sans-serif !important;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
}

.download-steps {
    padding-bottom: 20px;
}

.download-blocks {
    margin-top: 30px;
}
.download-blocks.flex {
    flex-wrap: wrap;
}
.download-text {
    width: 19%;
    margin-right: 1%;
}

.download-details {
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
}
.download-details img {
    display: block;
    margin: 0 auto;
    width: 80px;
}
.download-details p {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 0.95em;
    font-family: 'Museo Sans Medium', sans-serif !important;
    color: #000;
    margin-top: 20px;   
}

@media (max-width: 768px) {
    .download-text {
        width: 48%;
    }
    .download-text:nth-child(odd) {
        margin-right: 2%;
    }
    .download-text:nth-child(even) {
        margin-right: 0;
    }
}

.steps-details p {
    text-align: center;
    font-size: 1em;
    background: #3cce8e;
    display: block;
    height: 30px;
    line-height: 32px;
    width: 100px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Museo Sans Medium', sans-serif !important;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.steps-details h2 {
    font-family: 'Museo Sans Medium', sans-serif !important;
}

@media (max-width: 768px) {
    .steps-details h2 {
        font-size: 1.3em;
    }
}

/** Calculator **/
.calculator-title h2{
    font-family: 'Museo Sans', sans-serif !important;
    color: #fff;
}
.calculator-title p {
    color:#fff;
}

.calc-calculator .darken {
    background: rgba(0, 0, 0, 0.6);
}

.calc-calculator .darken,
.calc-content {
    height: auto;
    padding: 30px 0;
}
.calc-content {
    text-align: center;
}
.calc-content h2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.calc-content .button-calc {
    background: #3cce8e;
    color: #fff;
    max-width: 450px;
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Museo Sans Medium', sans-serif !important;
    margin-top: 30px;
    text-transform: uppercase;
}
.button-design a {
    background: #3cce8e;
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

@media (max-width: 500px) {
    .button-design a {
        font-size: 0.7em !important;
    }
}

.calc-desc {
    margin-top: 20px;
    font-size: 0.9em;
    color: #fff;
}
.calc-desc a {
    color: #fff;
    font-family: 'Museo Sans Bold', sans-serif !important;
    text-decoration: underline;
}
.calc-desc a:hover {
    color: #fff;
}
.calc-big {
    color: #fff;
    max-width: 86%;
    margin: 0 auto;
    display: block;
}
.calc-big p {
    font-size: 1.2em;
}

.calc-home {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f8f8f8;
}

.calc-home hr {
    background: #3cce8e;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
}

.calc-home h2 {
    font-family: "Museo Sans", sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #3cce8e;
}

.calc-home h3 {
    text-transform: uppercase;
}

.calc-home p {
    font-size: 1em;
    line-height: 1.7;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 560px;
}
.calc-home .small-text {
    text-align: center;
    margin-top: 50px;
}
.calc-home .small-text a{
    color: #2566ca;
    font-size: 1em;
    text-align: center;
    max-width: 100%;
    margin-top: 40px;
    border-bottom: 1px solid #2566ca;
    text-transform: uppercase;
    font-family: "Museo Sans Bold", sans-serif !important;
}

@media only screen and (max-width: 1024px) {
    .calc-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .calc-home h2 {
        padding-top: 20px;
        font-size: 1.2em;
    }

    .about-text {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 720px) {
    .calc-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .calc-home .columns {
        width: 100%;
    }
    .calc-content h2 {
        max-width: 100%;
        font-size: 1.5em;
    }
    .calc-big {
        width: 100%;
    }
    .calc-big p {
        font-size: 1.1em;
    }
}

.calc-steps {
    padding-bottom: 40px;
    padding-top: 40px;
}

.calc-blocks {
    margin-top: 30px;
}
.calc-blocks.flex {
    flex-wrap: wrap;
}
.calc-text {
    width: 19%;
    margin-right: 1%;
}

.calc-details {
    background: #fff;
    padding: 20px;
    margin-top: 40px;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.1);
}
.calc-details img {
    display: block;
    margin: 0 auto;
    width: 80px;
}
.calc-details p {
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 0.95em;
    font-family: 'Museo Sans Medium', sans-serif !important;
    color: #000;
    margin-top: 20px;   
}

@media (max-width: 768px) {
    .calc-text {
        width: 48%;
    }
    .calc-text:nth-child(odd) {
        margin-right: 2%;
    }
    .calc-text:nth-child(even) {
        margin-right: 0;
    }
    .calc-details {
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .steps-details h2 {
        font-size: 1.3em;
    }
}

.calc-next-details h2 {
    font-family: 'Museo Sans', sans-serif !important;
    text-transform: uppercase;
}
.calc-next-details hr {
    border-bottom: 3px solid #3cce8e;
    max-width: 200px;
    margin-left: 0;
}
.calc-next-details p {
    font-size: 1.2em;
    max-width: 80%;
}
.calc-next-details a {
    color: #3cce8e;
    border-bottom: 1px solid #3cce8e;
    font-family: 'Museo Sans Bold', sans-serif !important;
}

.one-calendar-district {
    padding-top: 30px;
    padding-bottom: 30px;
}

.calculator-design {
    margin-top: 30px;
    margin-bottom: 30px;
}

.calculator-tip {
    background: #fff;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
}
.calculator-tip h3 {
    font-size: 1.4em;
}
.calculator-tip ul {
    list-style-image: url('assets/check-mark.png');
    margin-left: 30px;
}
.calculator-tip ul li {
    margin-bottom: 20px;
}

.calculator-text {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
}
.calculator-text a {
    background: #3cce8e;
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}
.calculator-text p {
    margin-top: 20px;
    text-align: justify;
}
.calculator-text img {
    width: 100%;
}
.image_one {
    position: absolute;
    max-width: 50%;
}
.image_two {
    position: absolute;
    left: 0;
    max-width: 50%;
}

@media (max-width: 680px) {
    .image_two,
    .image_one {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .image_two {
        max-width: 520px;
        margin-left: -100px;
    }
    .image_one {
        max-width: 520px;
        margin-left: -30px;
    }
    .calc-steps {
        padding-bottom: 0;
        padding-top: 0;
    }
    .calc-next-details p {
        font-size: 1em;
        max-width: 100%;
    }
}
@media (max-width: 475px) {
    .image_one {
        max-width: 400px;
    }
    .image_two {
        max-width: 420px;
    }
}

/** Text Base **/
.text-base {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-base h2 {
    margin-top: 50px !important;
    box-sizing: border-box;
    font-weight: 300; 
    line-height: 1.1; 
    color: #2c3142; 
    margin-top: 19px; 
    margin-bottom: 9.5px; 
    font-size: 25px;
}
.text-base h1 {
    box-sizing: border-box;
    font-size: 30px;
    margin: 19px 0px 30px;
    font-weight: 300;
    line-height: 1.1;
    color: #2c3142;
}
.text-base p {
    box-sizing: border-box; 
    margin: 0px 0px 9.5px; 
    color: #3a3a3a; 
    text-rendering: optimizelegibility; 
    font-size: 20px;
}

/** Contact Us **/
.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-us h2 {
    margin-top: 50px !important;
    box-sizing: border-box;
    font-weight: 300; 
    line-height: 1.1; 
    color: #2c3142; 
    margin-top: 19px; 
    margin-bottom: 9.5px; 
    font-size: 25px;
}
.contact-us h1 {
    box-sizing: border-box;
    font-size: 30px;
    margin: 19px 0px 30px;
    font-weight: 300;
    line-height: 1.1;
    color: #2c3142;
}
.contact-us p {
    box-sizing: border-box; 
    margin: 0px 0px 9.5px; 
    color: #3a3a3a; 
    text-rendering: optimizelegibility; 
    font-size: 20px;
}
.contact-us form input[type=submit] {
    background: #3cce8e;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 40px;
    border-radius: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
    border: none;

}
/*
 * Footer styles
 */
.upper-footer {
    padding-top: 40px;
}

.upper-footer .columns {
    padding-bottom: 30px;
}

.upper-footer h2 {
    color: black;
    font-size: 20px;
}

.upper-footer hr {
    display: block;
    height: 3px;
    border: 0;
    width: 100px;
    margin-left: 0;
}

.upper-footer ul {
    padding-top: 20px;
}

.upper-footer ul li {
    display: block;
    padding-bottom: 10px;
}

.upper-footer ul li a {
    color: black;
    padding: 0 !important;
}

.lower-footer {
    padding-top: 10px;
    padding-bottom: 40px;
}

.lower-footer p {
    margin-bottom: 0;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-size: 0.9em;
}
.lower-footer p a {
    color: #000;
}
.lower-footer ul {
    display: block;
    text-align: center;
}

.lower-footer ul li {
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.lower-footer ul li a {
    color: black;
    padding: 0 !important;
    text-transform: uppercase;
    font-size: 0.9em;
}

.social-media {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.social-media a {
    color: #000;
    margin-right: 20px;
}
.powered {
    text-transform: none !important;
}

/**
 * Foundation 6 overwrites
 */

header .menu>li {
    display: inline-block !important;
}

header .menu>li a {
    line-height: inherit !important;
}

