.features .features_row {
    background-image: url("../../login.html')}}");
    background-position: center center;
    margin-bottom: 0px;
    background-repeat: no-repeat;
}
.caltext {
    font-size: 12px !important;
    line-height: 20px !important;
}
.features_row .top_right {
    text-align: right;
}
.features_row .top_left h2, .features_row .top_right h2 {
    font-size: 35px;
    font-weight: 800;
}
.features_row .top_left p, .features_row .top_right p {
    font-size: 60px;
    line-height: 80px;
    font-weight: 300;
    color: #ffffff;
}
.calculator {
    top: 200px;
    width: 100%;
    padding-right: 100px;
}
.investment.calculator {
    padding-right: 0;
    margin-top: 100px;
}
.calculator .left {
    width: 60%;
}
.investment.calculator .left {
    width: 100%;
}
.calculator .right {
    width: 40%;
}
.calculator .left.form{
    border-radius: 30px;
    padding: 20px 30px;
    background: #131344;
}
.calculator input {
    background-color: transparent;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
}
.cal-btn {
    width: calc(50% - 7.5px);
    margin-bottom: .9375rem;
    padding: 7px 15px;
    text-align: left;
    background: #2d2f47;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255, 0.4);
    border-radius: 10px;
    border: none;
    color: #ffffff;
}
.cal-btn span {
    vertical-align: -webkit-baseline-middle;
}
.cal-btn:nth-child(2n+1) {
    margin-right: 10px;
}
.cal-btn:active, .cal-btn:focus {
    border: none !important;
    outline: transparent !important;
}
.custom-list li {
    padding: 5px 20px;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 13px;
    height: 65px;
    line-height: 24px;
    border-bottom: 7px solid;
}

.custom-list li span {
    position: absolute;
    left: 0;
    margin-left: 26px;
    margin-top: 22px;
    font-size: 24px;
    font-weight: 800;
    color: #4a4a4a;
}
.custom-list li.ls1 {
    background: #30284e;
    border-bottom-color: #8f83ab;
}

.custom-list li.ls2 {
    background: #5dc0ae;
    border-bottom-color: #10927b;
}

.custom-list li.ls3 {
    background: #ff7381;
    border-bottom-color: #dc3545;
}

.custom-list li.ls4 {
    background: #ffa05a;
    border-bottom-color: #fb6a00;
}

.custom-list li.ls5 {
    background: #6478ff;
    border-bottom-color: #001cd8;
}

.custom-list li.ls6 {
    background: #93c34a;
    border-bottom-color: #4f8200;
}

/*roadmap*/
.roadmap {
    background: url("../../login.html");
    background-color: rgba(0, 0, 0, 0.9);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
}
/*roadmap*/

.paymentgateways img {
    margin: 15px 10px;
    float: none;
    background: rgba(255, 255, 255, 0.6);
    padding: 0px 20px;
    border-radius: 10px;
    border: 3px solid #ddd;
}
.leftcnt h1 {
    font-weight: 900;
    font-size: 54px;
    letter-spacing: 3px;
    color: #ffc21d;
}
.rightcnt a.btn {
    font-size: 20px;
    padding: 15px 0;
    border-radius: 15px;
}
.rightcnt .chat-icons a {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    font-size: 24px;
    line-height: 40px;
}
@media screen and (max-width: 568px){
    .convo-info {
        padding: 50px 10px;
    }
    .calculator {
        top: 200px;
        width: 100%;
        padding-right: 0;
        overflow: hidden;
    }
    .calculator .left {
        width: 100%;
    }
    .calculator .left.form {
        padding: 10px;
    }
    .cal-btn {
        width: 100%;
        padding: 10px 5px;
    }
    .calculator .right {
        width: 100%;
        margin-top: 20px;
    }

    .custom-list li {
        border-bottom: 10px solid;
        font-size: 12px;
        line-height: 20px;
        padding: 0px 20px 0 70px;
        height: 60px;
    }
    .custom-list li:before {
        width: 80px;
        height: 80px;
        margin-top: -15px;
        border: 15px solid;
    }
    .custom-list li span {
        margin-left: 24px;
        margin-top: 16px;
        font-weight: 700;
        font-size: 26px;
    }
}
.pricingTable{
    color: #fff;
    /*background: rgba(255, 201, 53, 0.1);*/
    background-color: #ffffff;
    text-align: center;
    padding: 0 25px 30px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 3px solid #30284e;
    box-shadow: 0px 5px 0px 0px #30284e;
}
.badge-custom {
    color: #fff;
    background-color: #30284e;
}
.pricingTable:before{
    content: "";
    background: #30284e;
    width: 93%;
    height: 220px;
    border-radius: 20px 0 100% 0;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    padding: 35px 0px 50px;
    margin: 0 0 15px;
}
.pricingTable .title{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .pricing-icon{
    color: #30284e;
    background: #fff;
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 100px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 30px 0;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #777777;
    margin: 20px 0;
}
.pricing-content li span {
    float: right;
}
.pricingTable .price-value{
    color: #30284e;
    font-weight: 600;
    margin: 0 0 20px;
}
.pricingTable .price-value .amount{
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 20px;
    line-height: 25px;
    opacity: 0.7;
}
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: #30284e;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 3px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3) inset;
}
hr {
    border-top: 4px solid #30284e;
    opacity: 0.5;
}
.far {
    color: #30284e;
    font-weight: 600;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}