/* Minification failed. Returning unminified contents.
(707,1): run-time error CSS1019: Unexpected token, found '}'
(840,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(841,14): run-time error CSS1035: Expected colon, found '{'
(1437,1): run-time error CSS1019: Unexpected token, found '}'
(1560,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(1561,14): run-time error CSS1035: Expected colon, found '{'
(2163,1): run-time error CSS1019: Unexpected token, found '}'
 */
@media screen and (min-width: 1080px) {

    /*b2b*/
    #b2b {
        overflow: hidden;
        background-color: #fff;
    }

    .b2b-left {
        width: 45%;
        text-align: left;
        float: left;
        padding: 0 5% 70px 5%;
    }

        .b2blink {
            font-weight: 600 !important;
            display: block;
            margin-top: 10px;
        }

            .b2blink:hover {
                color: #00ADD2 !important;
            }

    .b2b-right {
        width: 45%;
        text-align: left;
        float: right;
        padding: 20px 5% 0 2%;
    }

        .b2b-right img {
            width: 100%;
        }

    #tier-b2b-head {
        padding: 3.125rem;
        height: calc(100vh - 6.250rem - 65px);
        max-height: 1000px;
        min-height: 470px;
        text-align: center;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% auto;
        position: relative;
    }

    #tier-b2b-head-img {
        width: 45%;
        float: left;
        position: absolute;
    }

        #tier-b2b-head-img img {
            width: 100%;
        }

    #tier-b2b-head-option {
        width: 42%;
        text-align: left;
        margin: 0;
        right: 5%;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
    }

    #tier-b2b-head-option-desc ul li i {
        color: #0bc50b;
        margin-right: 5px;
    }

    #tier-b2b-head-option-title {
        margin-bottom: 10px;
    }

    /*video*/

    .video-popup {
        position: fixed;
        left: 0;
        z-index: -100;
        top: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.7);
        visibility: hidden;
        padding: 15px;
        overflow: hidden;
    }

    .video-popup video {
        height: 100%;
        max-width: 100%;
        background-color: #000;
    }

    .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        z-index: 100000;
    }

    .close-button{
        position: absolute;
        right: 20px;
        top: 20px;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /*benefits*/

    #benefits {
        background-color: #fff;
    }

    .benefits {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .benefit {
        width: 27%;
        margin: 20px 1% 20px 1%;
        padding: 30px 2% 50px 2%;
        position: relative;
    }

        .benefit i {
            font-size: 80px;
            padding-bottom: 15px;
        }

    /*currency*/

    #currency {
        background-color: #fff;
    }

    .currency-img {
        width: 100%;
        max-width: 800px;
    }

    /*started*/

    #started {
        background-color: #f7f7f7;
    }

    .starts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .start {
        width: 27%;
        margin: 20px 1% 20px 1%;
        padding: 30px 2% 50px 2%;
        position: relative;
    }

        .start i {
            font-size: 80px;
            padding-bottom: 15px;
            color: #00ADD2;
        }

        .start h3 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .start .num {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            background-color: #00ADD2;
            color: #fff;
            font-weight: 600;
            font-size: 19px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

    /*expect*/
    #expect {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    .expect-content{
        display: flex;
        align-content: center;
        gap: 5%;
        flex-direction: row;
    }

    .expect-left {
        width: 50%;
        text-align: left;
        display: flex;
        align-items: center;
    }

        .expect-left img {
            width: 100%;
        }

    .expect-right {
        width: 50%;
        text-align: left;
        display: flex;
        align-content: center;
        gap: 50px;
        flex-direction: column;
    }

    .expectation {
        display: block;
        position: relative;
        padding-left: 80px;
    }

    .expectation div{
        display: block;
    }

        .expectation h3, .expectation p {
            margin: 0;
        }

        .expectation i {
            position: absolute;
            left: 10px;
            color: #0bc50b;
            font-size: 45px;
            top: 47%;
            transform: translateY(-50%);
            display: block;
        }

    /*calculate*/
    #calculate {
        overflow: hidden;
    }

    .calculate-left {
        width: 40%;
        text-align: left;
        float: left;
        padding: 0 0% 0px 5%;
    }

    #due-date{
        float: left;
        clear: left;
        margin-top: 10px;
    }

    .calculate-right {
        width: 55%;
        text-align: left;
        float: right;
        margin-top: 30px;
        position: relative;
    }

    .laptop{
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 430px;
    }

    .saving-chart-container {
        width: 70%;
        margin-top: 30px;
        margin-left: 14%;
    }

    .savings-chart{
        text-align: center;
    }

    .savings-chart p {
        font-size: 0.8em;
    }

        .savings-chart .bar {
            height: 45px;
            margin: 2.5px 0 2.5px 0;
            color: #fff;
            padding-right: 10px;
            float: left;
            clear: left;
            width: 100%;
            font-weight: 600;
            background-color: #ccc5c5;
            position: relative;
        }

    .savings-chart .fill {
        height: 45px;
        position: absolute;
        display: block;
        left: 0;
        transition: width 1.5s ease, padding 1.5s ease;
        top: 0;
    }

    .savings-chart .chart-provider {
        height: 40px;
        padding-top: 7.5px;
        padding-left: 20px;
        float: left;
        text-align: left;
        transition: width 1.5s ease, padding 1.5s ease;
        position: absolute;
    }

    .savings-chart .chart-cost {
        color: #52545D;
        position: absolute;
        right: 10px;
        top: 7.5px;
    }

    .slider-values .min, .slider-values .max {
        color: #52545D !important;
    }

    #labeldebt, #labeldate, #labelreturn, #labelperc {
        color: #00ADD2;
        font-weight: 600;
        white-space: nowrap;
    }

    #chartdebt .fill {
        width: 100%;
        background-color: #ff8b73;
    }

    .ui-widget-header{
        background-color: #00ADD2 !important;
        color: #fff !important;
    }

        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            background-color: #ff8b73 !important;
            border-color: #ff6a00 !important;
        }

        #chartreturn .fill {
            background-color: #0bc50b;
        }

    #chartcoll .fill {
        background-color: #00ADD2;
    }

    /*tasks*/

    #services {
        background-color: #f7f7f7;
    }

    .tiers {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .tiers a {
        width: auto;
    }

    .tier {
        width: 27%;
        margin: 20px 1% 20px 1%;
        padding: 30px 2% 50px 2%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 2px 6px 1px #eaeaea;
        position: relative;
    }

    .tier-4 {
        width: 23%;
        margin: 20px 1% 20px 1%;
        padding: 0;
        border-radius: 5px;
        background-color: #fff;
        position: relative;
    }

    .tier-img {
        width: 100%;
    }

    .tier-logo {
        width: 50%;
    }

    .tier-title {
        margin: 0 0 10px 0;
    }

    .tier-tag {
        font-size: 14px;
        padding: 2px 5px;
        border-radius: 3px;
        display: inline-block;
        margin-top: 5px;
        color: #52545D;
        background-color: #eaeaea;
    }

    .tier-overlay {
        position: absolute;
        z-index: 0;
        opacity: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #52545D;
        color: #fff;
        transition: 0.3s;
        outline: none;
    }

    .tier-overlay-content {
        position: absolute;
        top: 50%;
        left: 30px;
        right: 30px;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        font-size: 18px;
    }

        .tier-overlay-content .tier-overlay-desc {
            float: left;
            clear: left;
            display: block;
        }

        .tier-overlay-content i {
            clear: left;
            display: block;
            font-size:30px;
        }

    .tier:hover .tier-overlay, .tier:focus .tier-overlay {
        opacity: 1;
        width: 100%;
    }

    /*charity*/
    #charity {
        overflow: hidden;
        background-color: #fff;
    }

    /*testimonials*/
    #testimonials {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    #testimonials-left {
        width: 45%;
        text-align: left;
        float: left;
        padding: 20px 5% 70px 0;
    }

    #testimonials-left img {
        width: 100%;
    }

    #testimonials-right {
        width: 47%;
        text-align: left;
        float: right;
        padding: 20px 0 0 3%;
    }

    .testimonials-desc {
        padding: 20px 60px 60px 60px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 2px 6px 1px #eaeaea;
        line-height: 2.0;
        font-size: 19px;
        display: inline-block;
        position: relative;
        overflow: hidden; 
    }

    .testimonial {
        margin-left: 0;
        transition: 0.3s visibility ease, 0.3s margin ease;
    }

    .invisible {
        visibility: hidden;
        margin-left: 5px;
        height: 0;
        overflow: hidden;
    }

        .testimonials-desc i {
            color: #ccc5c5;
        }

        .testimonials-desc p {
            margin-bottom: 0px;
        }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        color: #888;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        position: absolute;
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev {
        position: absolute;
        left: 0;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover, .prev:focus, .next:focus {
            background-color: #52545D;
            color: white;
            outline: none;
        }

    .testimonial-client {
        background-color: #fff;
        color: #00ADD2;
        font-weight: 600;
        text-align: right;
        padding: 10px 30px 20px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right:0;
    }

    /*about*/
    #about {
        overflow: hidden;
        background-color: #fff;
    }

    .about-section {
        padding: 0;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: safe center;
    }

    .about-desc {
        padding: 30px 40px 30px 40px;
        border-radius: 5px;
        width: calc(47% - 120px);
        line-height: 2.0;
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-align: left;
    }

    #about1 .about-desc {
        float: left;
    }

    #about1 img {
        float: right;
        width: 50%;
    }

    #about2 .about-desc {
        float: right;
    }

    #about2 img {
        width: 43%;
    }

    #about3 {
        text-align:center;
    }

    #about3 img {
        width: 45%;
        margin:auto;
    }

    /*contact*/

    #get-in-touch {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    #get-in-touch-left {
        width: calc(60% - 100px);
        height: 100%;
        float: left;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        padding: 40px 50px 40px 50px;
        box-shadow: 1px 2px 6px 1px #eaeaea;
    }

    #get-in-touch-right {
        width: calc(38% - 100px);
        text-align: left;
        float: right;
        background-color: #fff;
        border-radius: 5px;
        padding: 50px;
        box-shadow: 1px 2px 6px 1px #eaeaea;
    }

    .contact-info {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .contact-info i {
            width: 25px;
            color: #00ADD2;
            font-size: 38px;
            display: inline-block;
            vertical-align: middle;
        }

    .contact-info-details {
        width: 55%;
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
    }

        .contact-info-details h3 {
            margin: 0;
        }
}
@media screen and (max-width: 680px) {

    /*b2b*/
    #b2b {
        overflow: hidden;
        background-color: #fff;
    }

    .b2b-left {
        width: 45%;
        text-align: left;
        float: left;
        padding: 0 5% 70px 5%;
    }

    .b2blink {
        font-weight: 600 !important;
        display: block;
        margin-top: 10px;
    }

        .b2blink:hover {
            color: #00ADD2 !important;
        }

    .b2b-right {
        width: 45%;
        text-align: left;
        float: right;
        padding: 20px 5% 0 2%;
    }

        .b2b-right img {
            width: 100%;
        }

    #tier-b2b-head {
        float: left;
        padding: 0 0 1rem 0;
        overflow: hidden;
        width: 100%;
        text-align: center;
        background-color: #fff;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #tier-b2b-head-img {
        width: 100%;
        order: 2;
        flex-shrink: 0;
    }

    #tier-b2b-head-img img {
        width: 100%;
    }

    #tier-b2b-head-option {
        width: 90%;
        text-align: center;
        order: 1;
        flex-shrink: 0;
    }

    #tier-b2b-head-option-title {
        margin-bottom: 10px;
    }

    #tier-b2b-head-option-desc ul {
        padding: 0;
        margin: 0;
    }

    #tier-b2b-head-option-desc ul li i {
        color: #0bc50b;
        margin-right: 5px;
    }

    #tier-b2b-head-option .button, #tier-b2b-head-option .back-button {
        float: none !important;
        margin-left: auto !important;
        margin-top: 20px;
    }

    /*video*/
    .video-popup {
        position: fixed;
        left: 0;
        z-index: -100;
        top: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.7);
        visibility: hidden;
        padding: 15px;
        overflow: hidden;
    }

        .video-popup video {
            height: 100%;
            max-width: 100%;
            background-color: #000;
        }

    .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        z-index: 100000;
    }

    .close-button {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /*benefits*/

    #benefits {
        background-color: #fff;
    }

    .benefits {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .benefit {
        width: 94%;
        margin: 20px 1% 20px 1%;
        padding: 30px 2% 50px 2%;
        position: relative;
    }

        .benefit i {
            font-size: 80px;
            padding-bottom: 15px;
        }

    /*currency*/

    #currency {
        background-color: #fff;
    }

    .currency-img {
        width: 100%;
    }

    /*started*/

    #started {
        background-color: #f7f7f7;
    }

    .starts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .start {
        width: 94%;
        margin: 0px 1% 30px 1%;
        padding: 0px 2% 0px 2%;
        position: relative;
    }

        .start i {
            font-size: 80px;
            padding-bottom: 15px;
            color: #00ADD2;
        }

        .start h3 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .start .num {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            background-color: #00ADD2;
            color: #fff;
            font-weight: 600;
            font-size: 19px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

    /*expect*/
    #expect {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    .expect-left {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
    }

        .expect-left img {
            width: 100%;
        }

    .expect-right {
        width: 100%;
        text-align: left;
        display: flex;
        align-content: center;
        gap: 30px;
        flex-direction: column;
    }

    .expectation {
        display: block;
        position: relative;
        padding-left: 80px;
    }

        .expectation div {
            display: block;
        }

        .expectation h3, .expectation p {
            margin: 0;
        }

        .expectation i {
            position: absolute;
            left: 10px;
            color: #0bc50b;
            font-size: 45px;
            top: 47%;
            transform: translateY(-50%);
            display: block;
        }

    /*calculate*/
    #calculate {
        overflow: hidden;
    }

    .calculate-left {
        width: 100%;
        text-align: left;
        float: left;
    }

    #due-date {
        float: left;
        clear: left;
        margin-top: 10px;
        width:100%;
        text-align: center;
    }

    .ui-datepicker-inline{
        display: inline-block !important;
    }

    .calculate-right {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 10px;
        position: relative;
        padding-bottom: 30px;
    }

    .laptop {
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
    }

    .saving-chart-container {
        width: 87%;
        margin-top: 10px;
        margin-left: 5%;
    }

    .savings-chart {
        text-align: center;
    }

        .savings-chart p {
            font-size: 0.8em;
        }

        .savings-chart .bar {
            height: 45px;
            margin: 2.5px 0 2.5px 0;
            color: #fff;
            padding-right: 10px;
            float: left;
            clear: left;
            width: 100%;
            font-weight: 600;
            background-color: #ccc5c5;
            position: relative;
        }

        .savings-chart .fill {
            height: 45px;
            position: absolute;
            display: block;
            left: 0;
            transition: width 1.5s ease, padding 1.5s ease;
            top: 0;
        }

        .savings-chart .chart-provider {
            height: 40px;
            padding-top: 7.5px;
            padding-left: 20px;
            float: left;
            text-align: left;
            transition: width 1.5s ease, padding 1.5s ease;
            position: absolute;
        }

        .savings-chart .chart-cost {
            color: #52545D;
            position: absolute;
            right: 10px;
            top: 7.5px;
        }

    .slider-values .min, .slider-values .max {
        color: #52545D !important;
    }

    #labeldebt, #labeldate, #labelreturn, #labelperc {
        color: #00ADD2;
        font-weight: 600;
        white-space: nowrap;
    }

    #chartdebt .fill {
        width: 100%;
        background-color: #ff8b73;
    }

    .ui-widget-header {
        background-color: #00ADD2 !important;
        color: #fff !important;
    }

        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            background-color: #ff8b73 !important;
            border-color: #ff6a00 !important;
        }

    #chartreturn .fill {
        background-color: #0bc50b;
    }

    #chartcoll .fill {
        background-color: #00ADD2;
    }

    #tier-one-head-img {
        margin-bottom: -10px;
    }

    .get-started-container{
        width: 100%;
        text-align:center;
        float: left;
    }

    /*tasks*/

    #services {
        background-color: #f7f7f7;
    }

    .tiers {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

        .tiers a {
            width: auto;
        }

    .tier {
        width: 94%;
        margin: 10px 1% 10px 1%;
        padding: 30px 2% 30px 2%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 2px 6px 1px #eaeaea;
        position: relative;
    }

    .tier-4 {
        width: 48%;
        margin: 0 1% 0 1%;
        padding: 0;
        border-radius: 5px;
        background-color: #fff;
        position: relative;
    }

    .tier-img {
        width: 100%;
    }

    .tier-logo {
        width: 50%;
    }

    .tier-title {
        margin: 0 0 10px 0;
    }

    .tier-tag {
        font-size: 14px;
        padding: 2px 5px;
        border-radius: 3px;
        display: inline-block;
        margin-top: 5px;
        color: #52545D;
        background-color: #eaeaea;
    }

    .tier-overlay {
        position: absolute;
        z-index: 0;
        opacity: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #52545D;
        color: #fff;
        transition: 0.3s;
    }

    .tier-overlay-content {
        position: absolute;
        top: 50%;
        left: 10px;
        right: 10px;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

        .tier-overlay-content .tier-overlay-desc {
            float: left;
            clear: left;
            display: block;
        }

        .tier-overlay-content i {
            clear: left;
            display: block;
            font-size: 30px;
        }

    .tier:hover .tier-overlay {
        opacity: 1;
        width: 100%;
    }

    .tier:hover .tier-overlay, .tier:focus .tier-overlay {
        opacity: 1;
        width: 100%;
        outline: none;
    }

    /*charity*/
    #charity {
        overflow: hidden;
        background-color: #fff;
    }

    /*testimonials*/
    #testimonials {
        overflow: hidden;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #testimonials-left {
        width: 90%;
        text-align: center;
        order: 1;
        flex-shrink: 0;
    }

        #testimonials-left img {
            width: 100%;
        }

    #testimonials-right {
        width: 100%;
        order: 2;
        flex-shrink: 0;
    }

    .testimonials-desc {
        padding: 20px 60px 60px 60px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 2px 6px 1px #eaeaea;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .testimonial {
        margin-left: 0;
        transition: 0.3s visibility ease, 0.3s margin ease;
    }

    .invisible {
        visibility: hidden;
        margin-left: 5px;
        height: 0;
        overflow: hidden;
    }

    .testimonials-desc i {
        color: #ccc5c5;
    }

    .testimonials-desc p {
        margin-bottom: 0px;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        color: #888;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        position: absolute;
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev {
        position: absolute;
        left: 0;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover, .prev:focus, .next:focus {
            background-color: #52545D;
            color: white;
            outline: none;
        }

    .testimonial-client {
        background-color: #fff;
        color: #00ADD2;
        font-weight: 600;
        text-align: right;
        padding: 10px 30px 20px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /*about*/
    #about {
        overflow: hidden;
        background-color: #fff;
    }

    .about-section {
        padding: 0;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .about-section img {
            width: 90%;
            text-align: center;
            order: 1;
            flex-shrink: 0;
        }

        .about-desc {
            order: 2;
        }

    .about-img img {
        width: 100%;
    }

    .about-bottom {
        padding: 0 0 0 0;
        width: 100%;
        position: relative;
        line-height: 2.0;
    }

    /*contact*/

    #get-in-touch {
        overflow: hidden;
        background-color: #f7f7f7;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #get-in-touch-left {
        width: calc(100% - 60px);
        text-align: center;
        order: 2;
        flex-shrink: 0;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px 30px 20px 30px;
        box-shadow: 1px 2px 6px 1px #eaeaea;
    }

    #get-in-touch-right {
        margin-top: 10px;
        width: calc(100% - 60px);
        text-align: left;
        order: 2;
        flex-shrink: 0;
        background-color: #fff;
        border-radius: 5px;
        padding: 20px 30px 20px 30px;
        box-shadow: 1px 2px 6px 1px #eaeaea;
    }

    .contact-info {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .contact-info i {
            width: 15px;
            color: #00ADD2;
            font-size: 34px;
            display: inline-block;
            vertical-align: middle;
        }

    .contact-info-details {
        width: calc(100% - 55px);
        display: inline-block;
        vertical-align: top;
        margin-left: 30px;
    }

        .contact-info-details h3 {
            margin: 0;
        }

    /*testimonials*/
    #meet-team {
        background-color: #f7f7f7;
    }
}

@media screen and (min-width: 681px) and (max-width: 1079px) {

    /*b2b*/
    #b2b {
        overflow: hidden;
        background-color: #fff;
    }

    .b2b-left {
        width: 45%;
        text-align: left;
        float: left;
        padding: 0 5% 70px 5%;
    }

    .b2blink {
        font-weight: 600 !important;
        display: block;
        margin-top: 10px;
    }

        .b2blink:hover {
            color: #00ADD2 !important;
        }

    .b2b-right {
        width: 45%;
        text-align: left;
        float: right;
        padding: 20px 5% 0 2%;
    }

        .b2b-right img {
            width: 100%;
        }

    #tier-b2b-head {
        width: 100%;
        overflow: hidden;
        max-height: 500px;
        text-align: center;
        background-color: #fff;
        background-repeat: no-repeat;
        background-size: 50% auto;
        position: relative;
    }

    #tier-b2b-head-img {
        width: 43%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        #tier-b2b-head-img img {
            width: 100%;
        }

    #tier-b2b-head-option {
        width: 50%;
        text-align: left;
        margin: 0;
        margin-right: 2%;
        float: right;
    }

    #tier-b2b-head-option-desc ul li i {
        color: #0bc50b;
        margin-right: 5px;
    }

    #tier-b2b-head-option-title {
        margin-bottom: 10px;
    }

    /*video*/

    .video-popup {
        position: fixed;
        left: 0;
        z-index: -100;
        top: 0;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.7);
        visibility: hidden;
        padding: 15px;
        overflow: hidden;
    }

        .video-popup video {
            height: 100%;
            max-width: 100%;
            background-color: #000;
        }

    .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        z-index: 100000;
    }

    .close-button {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /*benefits*/

    #benefits {
        background-color: #fff;
    }

    .benefits {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .benefit {
        width: 27%;
        margin: 20px 1% 20px 1%;
        padding: 30px 2% 50px 2%;
        position: relative;
    }

        .benefit i {
            font-size: 80px;
            padding-bottom: 15px;
        }

    /*currency*/

    #currency {
        background-color: #fff;
    }

    .currency-img {
        width: 100%;
    }

    /*started*/

    #started {
        background-color: #f7f7f7;
    }

    .starts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    .start {
        width: 27%;
        margin: 20px 1% 20px 1%;
        padding: 30px 2% 50px 2%;
        position: relative;
    }

        .start i {
            font-size: 80px;
            padding-bottom: 15px;
            color: #00ADD2;
        }

        .start h3 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .start .num {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            background-color: #00ADD2;
            color: #fff;
            font-weight: 600;
            font-size: 19px;
            margin-right: 10px;
            display: inline-block;
            vertical-align: middle;
        }

    /*expect*/
    #expect {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    .expect-content {
        display: flex;
        align-content: center;
        gap: 5%;
        flex-direction: row;
    }

    .expect-left {
        width: 50%;
        text-align: left;
        display: flex;
        align-items: center;
    }

        .expect-left img {
            width: 100%;
        }

    .expect-right {
        width: 50%;
        text-align: left;
        display: flex;
        align-content: center;
        gap: 50px;
        flex-direction: column;
    }

    .expectation {
        display: block;
        position: relative;
        padding-left: 80px;
    }

        .expectation div {
            display: block;
        }

        .expectation h3, .expectation p {
            margin: 0;
        }

        .expectation i {
            position: absolute;
            left: 10px;
            color: #0bc50b;
            font-size: 45px;
            top: 47%;
            transform: translateY(-50%);
            display: block;
        }

    /*calculate*/
    #calculate {
        overflow: hidden;
    }

    .calculate-left {
        width: 40%;
        text-align: left;
        float: left;
        padding: 0 0% 0px 5%;
    }

    #due-date {
        float: left;
        clear: left;
        margin-top: 10px;
    }

    .calculate-right {
        width: 55%;
        text-align: left;
        float: right;
        margin-top: 30px;
        position: relative;
    }

    .laptop {
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 430px;
    }

    .saving-chart-container {
        width: 70%;
        margin-top: 30px;
        margin-left: 14%;
    }

    .savings-chart {
        text-align: center;
    }

        .savings-chart p {
            font-size: 0.8em;
        }

        .savings-chart .bar {
            height: 45px;
            margin: 2.5px 0 2.5px 0;
            color: #fff;
            padding-right: 10px;
            float: left;
            clear: left;
            width: 100%;
            font-weight: 600;
            background-color: #ccc5c5;
            position: relative;
        }

        .savings-chart .fill {
            height: 45px;
            position: absolute;
            display: block;
            left: 0;
            transition: width 1.5s ease, padding 1.5s ease;
            top: 0;
        }

        .savings-chart .chart-provider {
            height: 40px;
            padding-top: 7.5px;
            padding-left: 20px;
            float: left;
            text-align: left;
            transition: width 1.5s ease, padding 1.5s ease;
            position: absolute;
        }

        .savings-chart .chart-cost {
            color: #52545D;
            position: absolute;
            right: 10px;
            top: 7.5px;
        }

    .slider-values .min, .slider-values .max {
        color: #52545D !important;
    }

    #labeldebt, #labeldate, #labelreturn, #labelperc {
        color: #00ADD2;
        font-weight: 600;
        white-space: nowrap;
    }

    #chartdebt .fill {
        width: 100%;
        background-color: #ff8b73;
    }

    .ui-widget-header {
        background-color: #00ADD2 !important;
        color: #fff !important;
    }

        .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
            background-color: #ff8b73 !important;
            border-color: #ff6a00 !important;
        }

    #chartreturn .fill {
        background-color: #0bc50b;
    }

    #chartcoll .fill {
        background-color: #00ADD2;
    }

    #tier-one-head-img {
        left: 0%;
        width: 45%;
        bottom: -8px !important;
        top: auto !important;
        transform: translateY(0%) !important;
    }

    /*tasks*/

    #services {
        background-color: #f7f7f7;
    }

    .tiers {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

        .tiers a {
            width: auto;
        }

    .tier {
        width: 44%;
        margin: 10px 1% 10px 1%;
        padding: 30px 2% 30px 2%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 2px 6px 1px #eaeaea;
        position: relative;
    }

    .tier-4 {
        width: 23%;
        margin: 20px 1% 20px 1%;
        padding: 0;
        border-radius: 5px;
        background-color: #fff;
        position: relative;
    }

    .tier-img {
        width: 100%;
    }

    .tier-logo {
        width: 50%;
        max-width: 150px;
    }

    .tier-title {
        margin: 0 0 10px 0;
    }

    .tier-tag {
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 3px;
        display: inline-block;
        margin-top: 5px;
        color: #52545D;
        background-color: #eaeaea;
    }

    .tier-overlay {
        position: absolute;
        z-index: 0;
        opacity: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: #52545D;
        color: #fff;
        transition: 0.3s;
    }

    .tier-overlay-content {
        position: absolute;
        top: 50%;
        left: 30px;
        right: 30px;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

        .tier-overlay-content .tier-overlay-desc {
            float: left;
            clear: left;
            display: block;
        }

        .tier-overlay-content i {
            clear: left;
            display: block;
            font-size: 30px;
        }

    .tier:hover .tier-overlay, .tier:focus .tier-overlay {
        opacity: 1;
        width: 100%;
        outline: none;
    }

    /*charity*/
    #charity {
        overflow: hidden;
        background-color: #fff;
    }

    /*testimonials*/
    #testimonials {
        overflow: hidden;
        background-color: #f7f7f7;
    }

    #testimonials-left {
        width: 45%;
        text-align: left;
        float: left;
        padding: 50px 5% 0 0;
    }

        #testimonials-left img {
            width: 100%;
        }

    #testimonials-right {
        width: 47%;
        text-align: left;
        float: right;
        padding: 20px 0 0 3%;
    }

    .testimonials-desc {
        padding: 20px 60px 60px 60px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 1px 2px 6px 1px #eaeaea;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .testimonial {
        margin-left: 0;
        transition: 0.3s visibility ease, 0.3s margin ease;
    }

    .invisible {
        visibility: hidden;
        margin-left: 5px;
        height: 0;
        overflow: hidden;
    }

    .testimonials-desc i {
        color: #ccc5c5;
    }

    .testimonials-desc p {
        margin-bottom: 0px;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -30px;
        padding: 16px;
        color: #888;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        position: absolute;
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev {
        position: absolute;
        left: 0;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover, .prev:focus, .next:focus {
            background-color: #52545D;
            color: white;
            outline: none;
        }

    .testimonial-client {
        background-color: #fff;
        color: #00ADD2;
        font-weight: 600;
        text-align: right;
        padding: 10px 30px 20px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    /*about*/
    #about {
        overflow: hidden;
        background-color: #fff;
    }

    .about-section {
        padding: 0;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: safe center;
    }

    .about-desc {
        padding: 0 20px 0 20px;
        border-radius: 5px;
        width: calc(47% - 40px);
        line-height: 2.0;
        display: inline-block;
        position: relative;
        overflow: hidden;
        text-align: left;
    }

    #about1 .about-desc {
        float: left;
    }

    #about1 img {
        float: right;
        width: 50%;
    }

    #about2 .about-desc {
        float: right;
    }

    #about2 img {
        width: 43%;
    }

    #about3 {
        text-align: center;
    }

        #about3 img {
            width: 45%;
            margin: auto;
        }

    .about-bottom {
        padding: 0 0 0 0;
        width: 100%;
        position: relative;
        line-height: 2.0;
    }

    /*contact*/

    #get-in-touch {
        overflow: hidden;
        background-color: #f7f7f7;
        text-align: center;
    }

    #get-in-touch-left {
        width: calc(100% - 80px);
        height: 100%;
        max-width: 600px;
        background-color: #fff;
        border-radius: 5px;
        display: inline-block;
        padding: 20px 40px 20px 40px;
        box-shadow: 1px 2px 6px 1px #eaeaea;
    }

    #get-in-touch-right {
        margin-top: 10px;
        width: calc(100% - 80px);
        text-align: left;
        max-width: 600px;
        display: inline-block;
        background-color: #fff;
        border-radius: 5px;
        padding: 40px;
        box-shadow: 1px 2px 6px 1px #eaeaea;
    }

    .contact-info {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

        .contact-info i {
            width: 25px;
            color: #00ADD2;
            font-size: 38px;
            display: inline-block;
            vertical-align: middle;
        }

    .contact-info-details {
        width: 55%;
        display: inline-block;
        vertical-align: top;
        margin-left: 40px;
    }

        .contact-info-details h3 {
            margin: 0;
        }

    /*testimonials*/
    #meet-team {
        background-color: #f7f7f7;
    }
}

