﻿#margindiv {
    margin-top: 145px;
}

a:hover {
    color: initial;
}

.ext-col{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.btn-success-bordered:hover {
    background: #1EA185;
    color: #FFF;
}

.fst-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #14142B;
}

.sub-heading {
    font-weight: 700;
    font-size: 45px;
    line-height: 20px;
    color: #1EA185;
}

.snd-heading {
    font-weight: 900;
    font-size: 124px;
    line-height: 100%;
    color: #1EA185;
    margin-left: -5px;
}

.trd-heading {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    color: #4E4B66;
}

.step-1-item > div > div:first-child:after {
    content: '';
    background: url(/images/up-arrow.png);
    width: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 65px;
}

.step-1-item > div > div:nth-child(2):after {
    content: '';
    background: url(/images/down-arrow.png);
    width: 100%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 75px;
    position: absolute;
    left: 50%;
    bottom: 35px;
}

.step-2-item div:nth-child(2):after {
    content: '';
    background: url(/images/down-reverse-arrow.png);
    width: 35%;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 75px;
    position: absolute;
    left: 100%;
    top: 85%;
}

.steps {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    color: #F29B26;
    border-end-end-radius: 50px;
    padding: 10px;
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 400;
}

.ext-p {
    max-width: 800px;
    font-size: 16px;
    line-height: 24px;
    color: #4E4B66;
}

.btn-heading {
    background: #F29B26;
    border-radius: 40px;
    padding: 10px 50px;
    width: 200px;
    color: #FFF;
    font-weight: 500;
    font-size: 17px;
}

.pl-30 {
    padding-left: 90px;
}

.loginbtn {
    padding: 6px 12px !important;
    font-size: 14px !important;
    font-weight: 600;
}

    .btn-heading:hover {
        background: transparent;
        border: 1px solid #F29B26;
        color: #F29B26;
    }

.star-items {
        color: #FFCA63;
        font-size: 20px;
}

small {
    color: #445469;
    font-weight: 400;
    line-height: 24px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-32 {
    margin-top: 32px;
}

h2 {
    font-weight: 700;
    font-size: 32px;
}


.snd-section h2 {
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #14142B;
    max-width: 744px;
    margin: 0 auto;
}

.snd-section p {
    max-width: 857px;
    margin: 0 auto;
    margin-top: 24px;
    font-weight: 400;
    line-height: 170%;
    text-align: center;
}


.fth-section {
    background: linear-gradient(93.06deg, #B7E7E4 0%, #FCFFDA 100.59%);
}

    .fth-section h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        letter-spacing: 0.0025em;
        color: #1EA185;
    }

.items-card-list span {
    padding: 0 15px;
    color: #4E4B66;
    margin-bottom: 10px;
}

.btn-success-bordered {
    font-weight: 700;
    font-size:13px;
    background: transparent;
    color: #1EA185;
    border: 1px solid #1EA185;
    border-radius: 8px;
}

.card1 {
    border: none;
    box-shadow: -14px 14px 24px rgba(0, 0, 0, 0.25);
    background: #FFFFFF!important;
}

.card1:hover {
    border: none;
}

.step-2-text {
    max-width: 225px;
    font-size: 17px;
}

.box {
    background: #EFF0F6;
    width: 100%;
    height: 100px;
    float: right;
    border-radius: 12px;
    position: relative;
    top: -20px;
}

.step-box {
    max-width: 550px;
    align-items: center;
    margin: 0 auto
}

.new_last_updated_line {
    font-weight: bold;
    text-align: center;
    color: #14142b !important;
}

span a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.prdbox .card {
    border-radius: 30px
}

.ext-pricing-wrapper ul li .fa-check {
    background-color: #1ea185;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 16px !important;
}

.ext-pricing-wrapper ul li .fa-times {
    background-color: red;
    color: #fff;
    padding: 3px 4px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 16px;
}

.step-1-item {
    margin: 45px 0;
}

@media screen and (max-width:576px) {
    .box {
        margin-right: 5%;
    }

    .step-2-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .box {
        margin-right: 5%;
    }
}

@media (max-width: 1200px) {
    .box {
        margin-right: 0;
        top: -10px;
    }
}

@media screen and (max-width:576px) {
    .box {
        margin-right: 5%;
    }

    .sub-heading {
        font-size: 30px;
    }

    .pl-30 {
        padding-left: 20px;
    }

    .step-2-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .box {
        margin-right: 5%;
    }
    .banner {
        display: none;
    }
}

@media (max-width: 1200px) {
    .box {
        margin-right: 0;
        top: -10px;
    }
}

.imageBanner {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    margin-left: 1%;
    margin-right: 0%;
    margin-top: 0%!important;
    cursor: pointer;
}

.banner {
    cursor: pointer;
    margin-bottom: 10px;
}