.partner-area .owl-carousel .owl-item img {
    width: 90px;
    margin: auto;
}

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0;
    background: #102331;
    padding: 20px;
    border-radius: 3px;
}

.blog-details-area .widget-area .widget .widget-title {
    color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a {
    color: #ffffff;
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.checkout-area .user-actions::before {
    display: none;
}

.approach-content ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.approach-content ul li {
    margin-right: 15px;
    padding: 30px;
    padding-left: 80px;
    width: 32%;
    background: #ffdeea;
    border-bottom: 3px solid #e21a1a;
}

.approach-content ul li:last-child {
    margin-right: 0px;
    margin-bottom: 30px;
}

.approach-content ul li i {
    left: 15px;
}

.blog-details-area b {
    color: #e21a1a;
    font-weight: bold;
}

.approach-content p {
    font-size: 20px;
}

.blog-details-area .single-counter {
    padding: 40px 30px;
    background-color: #102331;
    border-bottom: 3px solid #e21a1a;
}

.blog-details-area .single-counter h2 {
    font-size: 32px;
    color: #eeeeee;
    margin-bottom: 15px;
}

.blog-details-area .single-counter p {
    font-size: 17px;
}

.inicon {
    padding-right: 10px;
}

.blog-details-area table {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid #e21a1a;
    width: 100%;
    margin-bottom: 10px;
}

.blog-details-area table td,
th {
    padding: 10px;
    border: 1px solid #eaedff;
}

.blog-details-area table th {
    background: #102331;
    color: #fff;
}

.inheader {
    background: #102331;
    color: #fff;
}

.sbmt {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    background-color: #e21a1a;
}

input[type=radio]+label {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    background-color: #e21a1a;

}

input[type=radio]+label:hover {
    background: #000;

}

input[type=radio]:checked+label {
    background: #000;
}

@media(max-width:767px) {
    .approach-content ul li {
        width: 100%;
        padding-left: 0px;
    }

    aside#secondary {
        margin-bottom: 30px;
    }
}