section{
    padding:100px 0;
}
.busi-banner {
    background-image: url('../images/busi/busi_bg.png');
    background-size:cover;
    color:#fff;
}
.btn-busi-1 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 15px 35px;
    margin-right: 20px;
    color: #fff;
}
    .btn-busi-1:hover {
        background: #fff;
        border: 1px solid #fff;
        border-radius: 35px;
        padding: 15px 35px;
        color: #365FC7;
    }
    .btn-busi-2 {
        background: #fff;
        border: 1px solid #fff;
        border-radius: 35px;
        padding: 15px 35px;
        color: #365FC7;
    }
.btn-busi-2:hover {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 35px;
    padding: 15px 35px;
    margin-right: 20px;
    color: #fff;
}
.btn-busi-3 {
    background: #49A8F8;
    border: 1px solid #49A8F8;
    border-radius: 5px;
    padding: 8px 12px;
    color: #fff;
}
.btn-busi-4 {
    background: #FFB400;
    border: 1px solid #FFB400;
    border-radius: 5px;
    padding: 15px 60px;
    color: #fff;
    font-size:22px;
}
    .btn-busi-4:hover{
        color:#fff;
    }
    .busi-banner-content p {
        color: #fff;
        margin-bottom: 25px;
    }
.busi-banner-content h1{
    margin-bottom: 25px;
    /*max-width:40%;*/
}
.btn-busi-3:hover{
    color:#fff;
}
/***/
.heading-part {
    text-align: center;
}
.busi-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}
.busi-subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}
.busi-subtitle2 {
    font-size: 22px;
    margin-bottom: 20px;
}
/****/
.how-we-do figure h4{
    font-size:22px;
    font-weight:600;
    margin-top:20px;
}
/****/
.stage-1 {
    background-color: #fafafa;
}
    .stage-1 .desc {
        margin-top:40px;
    }
.stage-1 .heading-part {
    margin-bottom: 20px;
}
.single-card {
    text-align:center;
}
.single-card p{
    font-weight:600;
    margin-top:20px;
}

/**/
.tech-card{
    border:1px solid #e0e0e0;
    border-radius:5px;
    padding:30px;
    margin-bottom:20px;
}
.tech-card h6{
    font-size:22px;
    font-weight:400;
    margin-bottom:20px;
}
    .tech-card .d-flex{
        align-items:center;
        margin-bottom:15px;
    }
.tech-card img{
    margin-right:15px;
}
.percentage{
    font-size:28px;
    font-weight:600;
    margin-right:15px;
}
.color-red {
    color: #E33842;
    font-size:22px;
    font-weight:600;
}

/**/
.package-1 .busi-title{
    margin-bottom:50px;
}

.package-card {
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    width: 80%;
    margin: auto;
    height: 500px;
    border: 2px solid #FFB400 !important;
}
.package-1 .col-lg-4:first-of-type .package-card {
    border: 2px solid #00D1F0 !important;
}
.package-1 .col-lg-4:last-of-type .package-card {
    border: 2px solid #FFB400 !important;
}
.package-card img{
    margin-bottom:25px;
}
    .package-card h6 {
        font-size:16px;
        font-weight:bold;
        margin-bottom: 20px;
    }
.package-list{
    margin-bottom:15px;
}
.package-list li {
    position: relative;
    text-align: left;
    font-size: 18px;
    margin-bottom: 15px;
}
    .package-list li::before {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #FF7500;
        position: absolute;
        top: 5px;
        left: -18px;
    }
.package-card h4 {
    margin-bottom: 15px;
    font-size: 32px;
}

/**/
.growth-package-card {
    border: 2px solid #E5E5E5;
    border-radius:10px;
    text-align:center;
    padding-bottom:40px;
}
.img-top-sec {
    background: #FCFCFC;
    padding: 20px 40px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 300px;
    position: relative;
    margin-top: auto;
    display: flex;
    justify-content: center;
}
    .img-top-sec img {
       margin-top:auto;
    }
    .growth-package-price h4 {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 15px;
    }
.growth-package-price p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
}
.growth-package-list{
    padding:40px 100px;
    text-align:left;
}
.growth-package-list li{
    text-align: left;
    margin-bottom:18px;
}
.growth-package-list li h6{
    font-size:16px;
    margin-bottom:10px;
}
    .growth-package-list li{
        position:relative;
    }
.growth-package-price{
    margin-top:20px;
}
.growth-package-list li::before {
    position: absolute;
    content: "";
    font-size: 15px;
    width: 22px;
    height: 22px;
    border-radius: 5px;
    background: #00D1F0;
    left: -45px;
    top: -3px;
}
        .growth-package-list li::after {
            position: absolute;
            content: "\f00c";
            font-family: FontAwesome;
            color: #fff;
            font-weight: 400;
            font-size: 15px;
            left: -42px;
            top: -2px;
        }


        /*****/



/*****/
.technical-site figure h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.box-monthly {
    margin-top: 30px;
}
.package-2{
    padding-top: 0px;
}
.technical-site .busi-title{
    font-size:22px;
}
@media (max-width: 1399px) {
    .package-card {
        width: 90%;
    }
}

    @media (max-width: 1199px) {
        .package-card {
            padding: 32px;
            width: 100%;
        }
    }