.how_it_works {
    color:#333333;
}
.how_it_works:hover {
    color:#1CBF4D;
}

.sameday-circle-title {
    font-family: 'Open Sans';
    font-size: 1.4em;
    font-weight: 900;
    color: #21af5d;
    text-transform: uppercase;
    line-height: 46px;
}
.sameday-circle-text {
    margin-top: 11px;
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 500;
    color: #787878;
}

.washrunner-footer-divider {
    display: inline-block;
    font-size: 0.7em;
    color: #fff;
    white-space: nowrap;
}

.sameday-main-title {
    font-family: "Open Sans";
    font-size: 32px;
    color: #FAFAFA;
    font-weight: 500;
    margin: 47px 0px 5px 5px;
    line-height: 80px;
}

.sameday-top-containter {
    display: inline-block;
    margin: 25px 0 25px 0;
}
.sameday-top-circles {
    margin: 0 45px 0 45px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
}
.sameday-top-action {
    margin: 0 45px 0 45px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
}
.sameday-easy-steps {
    width: 500px;
    background-color: #fff;
    color: #32a7f5;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0px 5px 5px;
    padding: 14px 5px 14px 5px;
}
.sameday-step-image {
    width: 50px;
    height: 50px;
}
.sameday-step-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fafafa;
    font-weight: 600;
    margin: 5px 0px 5px -2px;
}

.sameday-pricing-title {
    color: #505050;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}
.sameday-pricing-container {
    margin-top: 32px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-right: 100px;
}
.sameday-pricing-bags {
    margin: 0 25px 0 25px;
    display: inline-block;
}
.sameday-pricing-text {
    margin: 0 25px 0 25px;
    display: inline-block;
}
.sameday-bag-image {
    height: 150px;
    width: 150px;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
}
.sameday-each-bag {
    margin-top: 14px;
    margin-bottom: 14px;
    display: inline-block;
}

.sameday-landing-average {
    align: left;
    text-align: left;
    vertical-align: middle;
    min-width: 450px;
}
.sameday-landing-first {
    color: #636363;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 2px 0 0 0;
    font-style: italic;
    white-space: nowrap;
}
.sameday-landing-second {
    color: #636363;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 14px 0 0 0;
    font-style: italic;
    white-space: nowrap;
}
.sameday-landing-third {
    color: #636363;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 14px 0 0 0;
    font-style: italic;
    white-space: nowrap;
}

.sameday-get-started {
    margin-top: 10px;
}
.sameday-number {
    margin-top: 5px;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 2.2em;
    color: #119df5;
}
.sameday-link {
    margin-top: 20px;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 1em;
    color: #119df5;
    text-transform: uppercase;
}
.sameday-number {
    margin-top: 5px;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 2.2em;
    color: #119df5;
}

/* media queries */
@media only screen and (max-width: 480px) {
    .sameday-link {
        margin-top: 14px;
        font-size: 0.8em;
    }
    .sameday-number {
        font-size: 1.8em;
    }
    .sameday-main-title {
        font-size: 16px;
        line-height: 40px;
    }
    .sameday-easy-steps {
        width: 290px;
        font-size: 16px;
    }
    .sameday-step-image {
        width: 40px;
        height: 40px;
    }
    .sameday-step-text {
        font-size: 24px;
    }
    .testimonials {
        height: 210px;
    }
    .sameday-landing-average {
        min-width: 350px;
    }
    .sameday-landing-first {
        font-size: 14px;
    }
    .sameday-landing-second {
        font-size: 14px;
    }
    .sameday-landing-third {
        font-size: 14px;
    }
    .sameday-pricing-text {
        margin: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 540px) {
    .sameday-main-title {
        font-size: 20px;
        line-height: 46px;
    }
    .sameday-easy-steps {
        width: 400px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 541px) and (max-width: 768px) {
    .sameday-main-title {
        font-size: 24px;
        line-height: 56px;
    }
    .sameday-easy-steps {
        width: 420px;
        font-size: 22px;
    }
}
@media only screen and (max-width: 1100px) {
    .sameday-pricing-container {
        padding-right: 0px;
    }
}
