.blg11 {
    margin: 20px;
    padding: 100px;
}

.blg11 img {
    border-radius: 50px;
}

.blg11 .process-image {
    position: relative;
    z-index: 2;
}

.blg11 .process-image:after {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    left: 8%;
    top: 8%;
    z-index: -1;
    border-radius: 50px;
    background-color: #ffffff30;
    transform: rotate(-3deg);
    box-shadow: 4px 4px 20px #0000002b;
}

.sect1 p {
    font-size: 22px;
}

header.header5 .navbar-area {
    background: #6e8c97;
}

p {
    color: #454545;
}

.header5 .navbar-brand img {
    max-width: 250px;
}

.navbar-area.is-sticky {
    background-color: #6e8c97 !important;
}

.about-content .content .features-list li span h3 {
    color: #6e8c97;
}

.about-image img {
    border-radius: 60px;
    position: relative;
    z-index: 2;
}

.about-image {
    position: relative;
    z-index: 2;
    width: 90%;
}

.about-image:after {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    left: 8%;
    top: 8%;
    z-index: -1;
    border-radius: 50px;
    background-color: #ffffff30;
    transform: rotate(-3deg);
    box-shadow: 4px 4px 20px #0000002b;
}

.about-content .content .features-list li span {
    min-height: 132px;
}

.navbar-area.is-sticky .tracer-nav .navbar .navbar-nav .nav-item a {
    color: #fff;
}

.how-its-work-content {
    padding: 50px;
}

.about-content .content .features-list li {
    padding-top: 20px;
}

@media (max-width: 767px) {
    body .about-image {
        width: 100%;
        margin-bottom: 20px;
    }

    body .about-content .content .features-list li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body .borderradius100 {
        border-radius: 50px;
    }

    body .about-image img {
        border-radius: 40px;
    }

    .blg11 {
        margin: 0px;
        padding: 20px;
        border-radius: 20px;
    }

    .blg11 img {
        border-radius: 20px;
    }

    .col-lg-6 .content11 {
        padding-left: 0px;
        margin-top: 35px;
    }
}