#navBarFixedTop {
    z-index: -1;
    display: none;
}

body {
    background: #f2f7ff !important;
}

.features-single-list {
    margin-top: -71px;
}

.features-container {
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 18px 87px 0px rgba(3, 1, 21, 0.19);
    margin-bottom: 40px;
}

.features-container-left {
    padding: 0;
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.search-feature {
    padding: 15px 10px;
    background-color: #f3f4f6;
    border: 1px solid #eaeaea;
    position: relative;
}

.feature-search-box {
    border: 1px solid rgb(234, 234, 234);
    border-radius: 5px;
    padding: 5px 24px 5px 10px;
    width: 100%;
    position: relative;
    background: #fff url("../svg/search-2.svg") no-repeat center / cover;
    background-size: 15px;
    background-position: 98%;
}

.feature-search-box:focus {
    outline: none;
}

.features-list {
    padding: 15px;
}

.features-list-name {
    padding: 5px 10px;
    display: inline-block;
    margin: 0 2px 5px 0;
    color: #333333;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background-color: rgb(236, 236, 236);
    cursor: pointer;
}

.features-active {
    background-color: #f06c7c;
    color: #fff;
    border: 1px solid #f06c7c;
}

.feature-details-name {
    position: relative;
    padding: 20px 20px 0;
    padding-bottom: 20%;
}
.read_more_btn img{
    height: 28px;
    transition: all .3s;
}
.read_more_link{
    position: relative;
    display: block;
}
.read_more_btn{
    float: right;
    margin-right: 70px;
    margin-top: 26px;
    text-align: center;
}
.read_more_btn span{
    color: #f06c7c;
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    display: block;
    margin-top: -4px;
}
.read_more_link:hover .read_more_btn img{
    /*height: 29px;*/
}
.feature-details {
    padding: 20px;
    padding-top: 40px;
}
ul{
    line-height: 1.7;
}
.features-container ul li{
    padding-bottom: 10px;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Poppins-Regular";
    color: #444141;
    font-weight:bold;
}
.feature-details p {
    font-family: "Poppins-Regular";
    color: #444141;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.feature-details{
    font-family: "Poppins-Regular";
    color: #444141;
    font-size: 13px;
    line-height: 1.4;
}

.features-link-section {
    background: #ebebeb;
    border-radius: 10px 10px 0 0;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
}

.features-links {
    padding: 10px 20px;
    width: 90%;
}

.features-link {
    display: inline-block;
    color: #666;
    background: #fff;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.features-single {
    float: right;
    text-align: center;
    background: #f06c7c;
    padding: 13px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0 5px 0 0;
}

.features-single i {
    color: #fff;
    font-weight: 800;
}

@media only screen and (min-width: 1200px) {
    .features-container-right {
        padding-bottom: 20%;
    }

    .features-container-right {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .border-left {
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    .page-tab-link {
        border-bottom: none;
    }
    .simple_text{
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-list {
        display: block;
    }

    .page-name-fluid {
        padding: 30px 0 100px 0;
    }

    .features-container {
     border-radius: 15px;
    }

    .feature-details {
        padding: 20px 0;
    }

    .border-left {
        border-left: unset;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .feature-details-name {
        padding: 15px 0;
    }

    .features-link {
        margin-bottom: 10px;
    }

    .features-link-section {
        position: relative;
        width: 100%;
    }

    .features-links {
        padding: 15px;
        width: 100%;
    }

    .features-single {
        position: unset;
        float: unset;
        width: 100%;
        padding: 10px;
        border-radius: 0 0 5px 5px;
    }
    
    .features-single-list {
        margin-top: -71px;
    }
    
    .read_more_btn {
        margin-right: 0;
    }

}

@media only screen and (max-width: 480px) {
    .simple_text{
        font-size: 22px;
    }
}