body {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#0796b6),
        to(#3acd99)
    ) !important;
    background: -o-linear-gradient(left, #0796b6 0, #3acd99 100%) !important;
    background: linear-gradient(90deg, #0796b6 0, #3acd99 100%) !important;
}
.fw {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(24.5%, #0000),
        color-stop(0, #fff)
    );
    background-image: -o-linear-gradient(top, #0000 24.5%, #fff 0);
    background-image: linear-gradient(180deg, #0000 24.5%, #fff 0);
}
.top_heading {
    margin: 0 auto 20px;
    color: #fff;
}
.top_heading h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 68.46px;
}
.subheading {
    text-align: center;
    font: 16px/28px Roboto;
    color: #fff;
    text-transform: capitalize;
}
.card {
    position: relative;
    background-color: #ffff;
    padding: 13px;
    border: 1px solid #dcdbf4;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0%, 0%, 8%);
    box-shadow: 0 3px 20px rgba(0, 0%, 0%, 8%);
    margin-top: 150px;
}
.affi-loader,
.card-graph,
.card-pie {
    position: absolute;
}
.card-graph {
    content: "";
    background: url("../img/aff-card-left-bottom.png") center no-repeat #0000;
    width: 286px;
    height: 156px;
    left: -130px;
    bottom: -60px;
    z-index: 1;
}
.card-pie {
    content: "";
    background: url("../img/aff-card-left-top.png") center no-repeat #fff;
    width: 81px;
    height: 80px;
    top: 50px;
    left: -78px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #dcdbf4;
    border-right: none;
    z-index: -1;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0%, 0%, 8%);
    box-shadow: 0 3px 20px rgba(0, 0%, 0%, 8%);
}
.affi-loader {
    content: "";
    background: url("../img/aff-card-right-bottom.png") center no-repeat #0000;
    width: 120px;
    height: 158px;
    right: -30px;
    bottom: -40px;
    z-index: 1;
}
.card-wrap {
    background: url("../img/affiliate_universe.png") top center no-repeat;
}
.card-inner {
    background: url("../img/aff-card-bottom.png") bottom right/contain no-repeat,
        linear-gradient(#f4f8f9, #ebf4f9) bottom right/contain no-repeat;
    border-radius: 10px;
    padding: 10px;
    min-height: 300px;
    border: 1px solid #dcdbf4;
}
.card-title {
    line-height: 28px;
    font-size: 20px;
    text-align: center;
    color: #0c2e60;
}
.card-inner .col-x {
    padding: 20px 10px;
}
.col-x img {
    display: block;
    margin: 0 auto;
}
.aff-btn {
    margin: 70px auto;
    background-color: #34c495;
    border-radius: 3.65px;
    font-size: 18px;
}
.aff-btn-last {
    margin: 30px auto;
}
.details-section {
    margin: 50px auto 70px;
}
.aff-btn:active,
.aff-btn:hover {
    background-color: #1e9a72c2;
}
.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
    border-color: #dfdfdf;
    vertical-align: middle !important;
}
.affi-table,
.calc-table {
    outline: #dfdfdf solid 1px;
    border-radius: 4px;
    overflow: hidden;
    color: #0c2e60;
    margin: 0;
}
.affi-row {
    background: #f4f8f9;
}
.th-green > th {
    color: #0cd1b0 !important;
}
.affi-featues {
    margin-left: 30px;
}
.affi-featues h2 {
    font-size: 38px;
    margin: 0;
    line-height: 50px;
}
.affi-featues ul {
    margin: 30px auto 0;
    overflow: hidden;
}
.affi-featues ul li {
    float: left;
    width: 50%;
    font-size: 16px;
}
.affi-featues ul li i.fa-abs {
    position: absolute;
    right: -16px;
    top: 50%;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}
.affi-featues ul li i.fa-check {
    color: #fff !important;
    left: 3.5px !important;
    top: 4.5px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    font-size: x-small;
}
.affi-featues ul li i.fa-circle {
    width: 17px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    color: #00b698 !important;
    font-size: 20px;
    vertical-align: middle;
}
.calinput {
    display: inline-block;
    border-radius: 4px !important;
}
@media (max-width: 768px) {
    .affi-loader,
    .card-graph {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
    }
    .top_heading {
        margin: 5px auto;
    }
    .affi-featues ul li {
        width: calc(100% / 2);
    }
    .affi-featues ul {
        width: 75%;
    }
    .affi-featues h2 {
        text-align: center;
    }
    .aff-btn,
    .details-section {
        margin: 25px auto 0 !important;
    }
    .aff-btn-first {
        margin-top: 70px !important;
    }
    .aff-btn-last {
        margin-bottom: 10px !important;
    }
    .affi-featues {
        margin-left: auto;
        margin-top: 20px;
    }
    .card-title {
        font-size: 17px;
    }
    .card-inner {
        min-height: 200px;
    }
    .affi-loader {
        bottom: -98px;
        transform: scale(0.8);
    }
    .card-graph {
        left: -120px;
        bottom: -96px;
        background-size: cover;
        transform: scale(0.8);
    }
    .card-pie {
        left: -60px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}
@media (max-width: 576px) {
    .top_heading h1 {
        font-size: 33px;
    }
}
.calc-table tfoot tr th {
    border: none;
    background-color: #113d5a;
    color: #fff;
}
.calculate-section h3 {
    font-size: 38px;
    font-weight: 500;
}
.cart-secs {
    padding: 12px 15px;
    background: #fff;
    -webkit-box-shadow: 0 3px 15px #00000012;
    box-shadow: 0 3px 15px #00000012;
}
.thisPageForm label {
    font-size: 12px !important;
    color: #7c7c7c;
    font-weight: 100;
}
.thisPageForm .btn:focus,
.thisPageForm .btn:hover {
    outline: 0;
    color: #fff;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 0;
}
@media (max-width: 600px) {
    .affi-featues ul {
        max-width: 300px;
    }
    .aff-btn-first {
        margin-top: 25px !important;
    }
    .affi-loader,
    .card-graph,
    .card-pie {
        display: none;
    }
    .top_heading h1 {
        font-size: 40px;
    }
}
@media (max-width: 576px) {
    .affi-featues h2,
    .calculate-section h3 {
        font-size: 30px;
        line-height: 36px;
        text-align: left;
    }
    .affi-featues ul li {
        width: 100%;
    }
    .affi-featues ul {
        margin-top: 15px;
    }
    .card-inner {
        min-height: auto;
    }
    .subheading {
        font-size: 14px;
    }
    .card-heading {
        margin: 10px auto;
    }
    .top_heading h1 {
        font-size: 29px;
        line-height: 50px;
        margin-top: 10px;
    }
    .card-inner .col-x {
        padding: 10px;
    }
    .card-wrap {
        background-size: 300px;
    }
    .card {
        margin-top: 100px;
    }
}
@media (max-width: 420px) {
    .affi-featues h2 {
        font-size: 27px;
    }
    .top_heading h1 {
        font-size: 24px;
        line-height: 36px;
    }
}
