.tag1 {
    background: rgba(22, 184, 159, 0.08);
    color: rgba(22, 184, 159, 1);
    justify-self: center;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.ct2,.ct3,.ct4,.ct5-pe{
    padding-top: 50px;
    padding-bottom: 50px;
}

.ct1 .index-p1 {
    color: #272D37;
    font-size: 52px;
    font-weight: bold;
}

.ct1 .index-p2 {
    color: #858C95;
    font-size: 16px;
}

.ct-p1 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.ct-p2 {
    text-align: center;
    color: #858C95;
    font-size: 16px;
}

.col, .col1{
    background: #F8F9FB;
    height: 180px;
}

.col-img2 {
    padding-top: 20px;
    padding-left: 5px;
}

.ct2 .col-p3 {
    color: #323539;
    font-size: 28px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
}

.ct2 .col-p4 {
    color: #5F6D7E;
    padding-left: 5px;
    font-size: 15px;
}

.head-img{
    padding-left: 0;
    padding-right: 0;
}

.ct3 .col-p1 {
    padding-top: 30px;
    color: #323539;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.ct3 .col-p2 {
    color: #0A77FF;
    font-size: 15px;
}

.ct3 .col-p3 {
    color: #858C95;
    font-size: 14px;
    margin-top: 30px;
    line-height: 25px;
}

.head-img .img2 {
    width: 100%;
    height: 100%;
}

.ct3 .img3 {
    margin-right: 5px;
}

.pt-col, .pt-col1 {
    background: #F8F9FB;
    height: 80px;
    border-radius: 10px;
    text-align: center;
    align-content: center;
    display: grid;
}

.pt-img {
    justify-self: center;
}

.ct5-pe{
    margin-left: -9.5%;
    margin-right: -9.5%;
    background: #1E6FFF;
}

.ct5 .b2c-p5 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.ct5 .b2c-p6 {
    color: #90C2FF;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

.btn3 {
    background: #FFF;
    opacity: 1;
    color: #1E6FFF;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 992px) {
    .ct2 .col-md-6 {
        width: 48%;
    }
    .ct2 .col1 {
        margin-left: 4%;
    }


    .pt-col, .pt-col1 {
        width: 19%;
    }

    .pt-col1 {
        margin-left: 1.25%;
    }

    .pt-ct-2{
        margin-left: 19.5%;
    }

}

.index-img-background {
    background: rgba(22, 184, 159, 0.18);
    width: 410px;
    height: 402px;
    border-radius: 10px;
    position: absolute;
    top: -45px;
    right: -35px;
}
.index-img img {
    position: relative;
}

@media (max-width: 768px) {
    .index-img-background{
        display: none;
    }
    .ct1 .index-p1{
        font-size: 30px;
    }

    .col, .col1{
        height: 200px;
    }

    .col1 {
        margin-top: 30px;
    }

    .ct3,.ct4 {
        margin-top: 0;
    }

    .socialize-img {
        margin-bottom: 30px;
    }

    .pt-col, .pt-col1 {
        margin-top: 10px;
    }
    .head-img .img2 {
        width: auto;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .index-img-background{
        display: none;
    }

    .head-img .img2 {
         width: auto;
         height: auto;
    }

    .ct1 .index-p1{
        font-size: 30px;
    }

    .col, .col1{
        height: 200px;
    }

    .col1 {
        margin-top: 30px;
    }

    .ct3,.ct4 {
        margin-top: 0;
    }

    .socialize-img {
        margin-bottom: 30px;
    }

    .pt-col, .pt-col1 {
        margin-top: 10px;
    }
}


