/*css start*/

.list_hover:hover, .radio-option:hover, .position-filters .dropdown_list label:hover {
    background-color: rgba(19, 180, 233, 0.6);
    color: #fff;
}
.title_section .main {
    border: 1px solid #b5c1c9;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}
.title_section .main .dropdown {
    display: none;
}
.title_section .main .keyword-filters {
    width: 100%;
    max-width: 471px;
    padding: 20px 0;
}
.title_section .main .keyword-filters input {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #5c6969;
    border: 1px solid #5c6969;
}
.title_section .main .type {
    width: 300px;
    padding: 22px 0;
    text-align: center;
    border-right: 1px solid #b5c1c9;
}
.title_section .main .type:last-child {
    border-right: 0;
}
.title_section .main .type > label {
    color: #5c6969;
    font-size: 18px;
    line-height: 39px;
    font-weight: 600;
    line-height: 42px;
    position: relative;
    cursor: pointer;
}
.title_section .main .type > label::after {
    content: '';
    position: absolute;
    right: -26px;
    top: 5px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #5c6969;
    margin: auto;
    transform: rotate(0);
    transition: transform 0.5s ease;
}
.title_section .main .type > label.active {
    color: #13b4e9;
}
.title_section .main .type > label.active::after {
    transform: rotate(180deg);
    border-top-color: #13b4e9;
}
.title_section .main .alpha_dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #5c6969;
}
.title_section .main .alpha_dropdown span, .title_section .main .alpha_dropdown a {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #5c6969;
    padding: 0 5px;
    display: inline-block;
}
.title_section .main .alpha_dropdown span {
    opacity: 0.6;
}
@media screen and (max-width: 992px) {
    .title_section .main {
        flex-direction: column;
    }
    .title_section .main .keyword-filters {
        max-width: 100%;
    }
    .title_section .main .type {
        width: 100%;
        border-bottom: 1px solid #5c6969;
        border-right: 0;
    }
    .title_section .main .type:last-child {
        border-bottom: 0;
    }
    .title_section .main .type label {
        width: 100%;
        text-align: left;
    }
    .title_section .main .type label::after {
        right: 0px;
    }
}
.title_section .dropdown_list {
    position: absolute;
    top: calc(100% + 24px);
    background: #fff;
    width: calc(100% + 22px);
    text-align: left;
    border: 1px solid #b5c1c9;
    border-top: 0;
    z-index: 3;
    padding: 17px 0;
    margin-left: -1px;
}
.title_section .dropdown_list input {
    opacity: 0;
    width: 1px;
    height: 1px;
}
.title_section .dropdown_list label {
    font-size: 14px;
    line-height: 25px;
    color: #444;
    padding-left: 12px;
    padding-right: 12px;
}
.title_section .dropdown_list .practices_head {
    font-size: 14px;
    line-height: 25px;
    color: #444;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.title_section .dropdown_list .practices-wrapper {
    margin-bottom: 0;
}
.title_section .result_wrapper {
    border-bottom: 1px solid #b5c1c9;
    padding-top: 34px;
}
.practice-block > * {
    padding-left: 12px;
    padding-right: 12px;
}
.products-list {
    width: 100%;
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(221px, 1fr));
    grid-gap: 14px; */
}
.products-list .products {
    /* even spacing using grid-gap, You can use percentage values if you want*/
}
.products-list .products .product-content {
    position: relative;
    height: 268px;
}
.products-list .products .product-content .img_col {
    height: 100%;
}
.products-list .products .product-content .img_col img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    object-position: top;
}
.products-list .products .product-content .category_content {
    position: absolute;
    background-color: rgba(22, 39, 50, 0.68);
    top: auto;
    left: 0;
    width: 100%;
    padding: 5px 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 48px;
    bottom: 0;
    margin: auto auto 0;
    transition: margin 0.8s ease, height 0.8s ease, top 0.8s ease;
}
.products-list .products .product-content .category_content .postListContent {
    max-height: 0;
}
.products-list .products .product-content .category_content a {
    display: inline-block;
}
.products-list .products .product-content .category_content a .entry-title {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0;
    text-align: center;
    padding-bottom: 5px;
}
.products-list .products .product-content .category_content .position {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    display: block;
    text-align: center;
}
.products-list .products .product-content .category_content .connect_wrapper {
    display: flex;
    justify-content: space-around;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease;
}
.products-list .products .product-content .category_content .v-card {
    display: block;
    text-align: center;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease;
}
.products-list .products .product-content .category_content .v-card a {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.products-list .products .product-content:hover .category_content {
    margin: 0;
    height: 100%;
    padding: 20px 5px;
}
.products-list .products .product-content:hover .category_content .postListContent {
    max-height: 100%;
}
.products-list .products .product-content:hover .category_content .position, .products-list .products .product-content:hover .category_content .entry-title {
    top: 0;
}
.products-list .products .product-content:hover .category_content .v-card {
    max-height: 100%;
    opacity: 1;
}
.products-list .products .product-content:hover .category_content .connect_wrapper {
    display: flex;
    justify-content: space-around;
    padding: 25px 10px;
    opacity: 1;
    max-height: 100%;
}
.radio-option {
    cursor: pointer;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.position-filters .dropdown_list input {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.position-filters .dropdown_list label {
    display: block;
    cursor: pointer;
    transition: all 0.8s ease;
}
.close_lbl {
    border: 0;
    background-color: transparent;
    background-image: url("../images/closeLable_btn.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    margin-left: 5px;
}
.result_wrapper-col {
    display: inline-block;
    margin-right: 40px;
}
.result_wrapper-col span {
    font-size: 18px;
    line-height: 30px;
    color: #5c6969;
    padding-right: 8px;
}
.result_wrapper-col .label_list {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #5c6969;
    margin-right: 8px;
}
.why h4 {
    color: #fff;
    width: 100%;
    height: auto;
    border: none;
    transform: rotate(0deg);
}