.analytics {
    background: radial-gradient(at center center, rgb(255, 201, 53), rgb(229, 136, 0))
}

.title-heading {
    margin-bottom: 45px;
    letter-spacing: 1px;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px
}

.features {
    background: radial-gradient(at center center, rgb(255, 201, 53), rgb(229, 136, 0))
}

.features .features_row {
    background-image: url(../images/mobile.html);
    background-position: center center;
    margin-bottom: 0;
    background-repeat: no-repeat
}

.right_column {
    text-align: right
}

.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: #fff
}

.feature_title {
    font-weight: 700;
    color: #000;
    margin: 30px 0 10px 0;
    font-size: 24px
}

.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, .4);
    border-radius: 10px;
    color: #fff;
    padding: 10px 20px
}

.cal-btn {
    width: calc(50% - 7.5px);
    margin-bottom: .9375rem;
    padding: 7px 15px;
    text-align: left;
    background: #2d2f47;
    -webkit-box-shadow: 0 0 0 2px rgb(255, 255, 255, .4);
    box-shadow: 0 0 0 2px rgb(255, 255, 255, .4);
    border-radius: 10px;
    border: none;
    color: #fff
}

.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
}

#canvas1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1
}

.fa-facebook {
    color: #3b5998
}

.fa-instagram {
    color: #fbad50
}

.fa-telegram-plane {
    color: #08c
}

.fa-youtube {
    color: #c4302b
}

.fa-whatsapp {
    color: #4fce5d
}

.custom-list li {
    padding: 5px 20px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    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 {
    background: url(../images/roadmapbg.jpg);
    background-color: rgba(0, 0, 0, .9);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover
}

.paymentgateways img {
    margin: 15px 10px;
    float: none;
    background: rgba(255, 255, 255, .6);
    padding: 0 20px;
    border-radius: 10px;
    border: 3px solid #ddd
}

.payment-we-accept {
    background: rgba(255, 201, 53, .15)
}

.livechat {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9
}

.tele-livechat {
    position: fixed;
    bottom: 20px;
    left: 90px;
    z-index: 9
}

.chatPopup {
    background: #fff;
    border-radius: 10px;
    width: 350px;
    min-height: 240px;
    position: fixed;
    left: 10px;
    bottom: 90px;
    z-index: 9;
    text-align: center;
    display: none
}

.chatPopup h4 {
    background-color: #03a84e;
    color: #fff;
    padding: 30px 15px;
    border-radius: 10px 10px 0 0
}

.chatPopup p {
    padding: 25px 15px
}

.chatPopup.show {
    display: block
}

body.welcome {
    background-image: url(../images/homepage_01_bg.html) !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px
}

body.welcome p {
    font-size: 14px
}

.leftcnt,
.rightcnt {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.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: 0 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
    }
    body.welcome {
        overflow-y: scroll
    }
}