﻿.section-main-title.text-left {
    text-align: left !important;
    margin-top: 40px;
}

.btn.d-flex {
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    outline: none;
}

    .btn.d-flex:focus {
        outline: none;
    }

.ContentModal .modal-body {
    overflow-y: auto;
}

.ContentModal .explore-core-hr {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.4%, #FFEFDC 100%) !important;
}

    .ContentModal .explore-core-hr > div {
        max-width: 100% !important;
    }

        .ContentModal .explore-core-hr > div > div:first-child {
            margin-top: 0 !important;
        }

.solution-offered-section.no-bg .feature-card .feature-title {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}

.Timelabs span.feature-badge {
    background: #fbfbfb;
    color: #999;
    border-color: #999;
}

.solution-offered-section .feature-card a.btn.light-blue-btn.open-modal-btn {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #006FFA !important;
    border-radius: 25px;
    font: 500 12px/16px 'Roboto',sans-serif;
    color: #006FFA !important;
    background: transparent !important;
}

.featureIcon {
    padding: 0;
}

.solution-offered-section .feature-card {
    min-height: 270px;
    padding: 20px;
    background: #fff;
    row-gap: 15px;
    align-items: center;
}

.solution-offered-section p.feature-para {
    display: -webkit-box;
    overflow: hidden;
    text-align: left;
    letter-spacing: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 77px;
}

.modalhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featureIcon img {
    width: 50px;
}

.modalleft {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.modalhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0px 4px 10px 0px #FFCB8E80;
            border-radius: 10px;
            padding: 5px 15px;
            column-gap: 10px;
                margin: 15px; */
}

.modalleft h3 {
    color: #0F4F92;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.modalleft select {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 4px 10px;
}

.modalright button.btn {
    background: transparent;
    padding: 15px;
}

.modalright i {
    font-size: 24px;
    color: #999;
}

.modal-content {
    padding: 20px;
}

.modal {
    text-align: center;
}

span.feature-badge {
    display: inline-block;
    padding: 2px 10px;
    color: #999;
    text-align: center;
    width: min-content;
    background: #fff;
    font: 500 11px / 16px 'Roboto', sans-serif;
    border: 1px solid #999;
    border-radius: 15px;
    white-space: nowrap;
}

a.comingsoon {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #00af07;
    border-radius: 25px;
    font: 500 12px/16px 'Roboto',sans-serif;
    color: #00af07;
}

.filter-button-group ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    list-style: none;
    margin: 20px 0 50px;
    padding: 0;
    row-gap: 20px;
}

    .filter-button-group ul li {
        padding: 8px 15px;
        border: 2px solid #666;
        border-radius: 20px;
        font: 500 14px/20px 'Roboto',sans-serif;
        cursor: pointer;
        transition: all 200ms ease;
    }

        .filter-button-group ul li:hover, .filter-button-group ul li.active {
            background: #006ffa;
            border-color: #006ffa;
            color: #fff;
        }

.content.grid .featureIcon {
    height: 50px;
}

    .content.grid .featureIcon img {
        width: 100px;
    }

.content.grid .Timelabs .featureIcon img {
    width: 50px;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.ContentModal .section-header.explore-content {
    margin-bottom: 0;
}

.ContentModal {
    overflow: hidden !important;
}

    .ContentModal .modal-content, .ContentModal .modal-body {
        padding: 0;
    }

    .ContentModal .explore-core-hr {
        padding: 20px 50px 60px;
    }

    .ContentModal h2.heading-2 {
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 30px !important;
    }

    .ContentModal .explore-content p, .ContentModal .checkmark-lists li, .checkmark-lists li span {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .ContentModal .explore-core-hr .explore-content {
        row-gap: 20px;
    }

    .ContentModal .explore-core-hr .row {
        margin: 60px 0;
    }

        .ContentModal .explore-core-hr .row:first-child {
            margin: 0;
        }
/* .ContentModal .explore-core-hr .row:last-child {margin-bottom: 0;} */

@media (min-width: 992px) {
    .modal-lg {
        width: 100%;
        max-width: 900px;
    }
}

@media (max-width: 992px) {
    .featureIcon img {
        width: 60px !important;
    }
}

@media only screen and (max-width: 991px) {
    .explore-core-hr .row {
        display: block;
        margin-top: 0 !important;
    }

    .filter-button-group ul {
        flex-wrap: inherit;
        overflow-x: auto;
        justify-content: flex-start;
        margin-bottom: 25px;
    }

        .filter-button-group ul li {
            white-space: nowrap;
            margin-bottom: 25px;
        }

    .solution-offered-section .feature-item {
        width: 100%;
    }

    .content.grid .Timelabs .featureIcon img {
        width: 50px !important;
    }

    .content.grid .featureIcon img {
        width: 100px !important;
    }

    .ContentModal .explore-core-hr {
        padding: 0 20px 60px;
    }

    .ContentModal h2.heading-2 {
        font-size: 18px !important;
    }
    .section-main-title {
        font: normal 600 24px / 36px "Poppins", sans-serif !important;
    }
    .light-blue-btn{line-height: inherit;}
    .solution-offered-section .feature-card a.btn.light-blue-btn.open-modal-btn{height: initial;}
    .checkmark-lists {
        margin-bottom: 30px !important;
    }
}
