.containt-bg {
    background-image: url("/images/who-we-bg.jpg");
    font-size: 16px;
    line-height: 30px;
}

.filter-list {
    margin: 7px 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    float: left;
    overflow: hidden;
    height: 30px;
}

    .filter-list li {
        float: left;
        padding: 0 10px;
        position: relative;
        line-height: 26px;
    }

.refine-button {
    background-color: #c32143;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

    .refine-button:hover {
        text-decoration: none;
        background-color: #c32143;
        color: #fff;
    }

@media (max-width: 767px) {
    .refine-button {
        text-align: center;
    }

    .section-header h1 {
        line-height: 27px;
    }
}

.diamond::after {
    content: url("../../images/small_triangle.png");
    height: 8px;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 9px;
}

.diamond {
    padding: 0 30px 0 10px !important;
}

.section-header {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    color: #c32143;
}

    .section-header h1 {
        font-size: 15px;
        margin: 0;
        line-height: 48px;
        font-weight: bold;
    }

.border {
    background: #EBDEC6 none repeat scroll 0 0;
    display: table;
    height: 1px;
    margin-bottom: 2px;
    width: 100%;
}

.v-a-middle {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.padd-none {
    padding: 0 !important;
}

.outer {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}

.page-listing-num {
    align-items: center;
    display: flex;
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    height: 48px;
}

@media (max-width: 991px) {
    .page-listing-num {
        align-items: center;
        background-color: rgba(0, 0, 0, 0.70);
        bottom: 0;
        display: inline-block;
        float: none;
        height: 48px;
        left: 0;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 9999;
    }

        .page-listing-num li {
            margin-top: 9px;
            float: none !important;
        }
}

.page-listing-num li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    height: 31px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 31px;
}

.page-listing-num .active {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c32143
}

.page-listing-num li:last-child {
    width: 60px;
}

.profile-block {
    padding: 10px;
    display: inline-block;
    width: 100%;
}



@media (max-width: 767px) {
    .main-detail-block {
        width: 100%;
    }
}



.profile-detail {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

    .profile-detail h1 {
        border-bottom: 1px solid #ddd;
        color: #c32143
        font-size: 14px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 5px;
        font-size:21px;
    }

    .profile-detail ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 25px;
        margin-top: 0px;
    }

        .profile-detail ul li {
            color: #000;
        }

            .profile-detail ul li .left-block {
                display: inline-block;
                width: 27%;
            }

            .profile-detail ul li .right-block {
                color: #000;
                font-weight: bold;
            }

.main-detail-block {
    border: 2px solid #e5e5e5;
    width: 100%;
    margin: 10px 0;
    display: inline-block;
    background: #ffffff none repeat scroll 0 0;
    transition: all 0.25s linear 0s;
    vertical-align: top;
}

    .main-detail-block:hover {
        transition: all 0.25s linear 0s;
        border: 2px solid #c32143;
    }

.main-detail-block01 {
    border: 2px solid #e5e5e5;
    width: 100%;
    margin: 5px 0;
    display: inline-block;
    background: #ffffff none repeat scroll 0 0;
    transition: all 0.25s linear 0s;
    vertical-align: top;
    margin-bottom: 35px;
}

.btn-block {
    align-items: center;
    background:#f4f4f4 none repeat scroll 0 0;
    display: flex;
    height: 100%;
    min-height: 253px;
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .btn-block {
        min-height: 180px;
    }
}

.btnSrchRes {
    display: table;
    font-size: 13px;
    height: 36px;
    line-height: 20px;
    margin: 7px auto auto;
    width: 185px;
    background-color: #c32143;
}

@media (max-width: 767px) {
    .btnSrchRes {
        margin-top: 10px;
    }

    .btn-block:after, .btn-block:before {
        display: none;
    }
}

.left-block {
    font-weight: normal;
}

.short-btn {
    background: #c32143
    border: 2px solid #c32143
}

    .short-btn:hover {
        background: #C0303F !important;
    }

    .short-btn a {
        color: #fff;
        text-decoration: none;
    }


.profile-btn {
    background: #0d274f;
    padding: 8px 14px;
}

    .profile-btn:hover {
        background: #0b1e3c !important;
    }

    .profile-btn a {
        color: #fff;
        text-decoration: none;
    }

.btn-center {
    display: table;
    margin: auto;
    padding: 10px;
    width: 100%;
}

.btn-block:after, .btn-block:before {
    right: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.btn-block:after {
    border-right-color: #f4f4f4;
    border-width: 22px;
    margin-top: -20px;
}

@media (max-width:991px) {
    .btn-block:after {
        display: none;
    }
}

.btn-block:before {
    border-width: 36px;
    margin-top: -36px;
}


@media (max-width:992px) {
    .btnSrchRes {
        float: left;
        margin: 10px;
    }

    .btn-block {
        min-height: 65px;
    }

    .mob-15-pad {
        padding: 0 15px !important;
    }
}

@media (max-width:768px) {
    .profile-detail h1 {
        margin-top: 10px;
    }

    .page-listing-num {
        float: left;
    }
}

@media (max-width:473px) {
    .btnSrchRes {
        width: 100%;
        margin: 10px 0 0;
    }

    .btn-block {
        min-height: 150px;
    }
}

.s_filter {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #c32143
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
    color: #595959;
    text-decoration: none;
}

.filter_show {
    float: left;
    height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    margin-top: 8px;
}

.mydrop {
    float: left;
    width: 20%;
    margin-top: 8px;
}

.drop_title {
    display: inline-block;
    width: 55%;
}

.drop_velue {
    display: inline-block;
    width: 45%;
}

.dropdown-item {
    padding: 10px 25px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .profile-detail h1 {
        padding-top: 20px;
    }

    .main-detail-block {
        width: 49%;
    }

    .profile-image-block {
        display: table !important;
        margin: auto !important;
        float: none !important;
    }

    .short-btn.btn.btnSrchRes.cursor-default {
        width: 100%;
    }

    .profile-btn.btn.btnSrchRes {
        width: 100%;
    }

    .short-btn.btn.btnSrchRes {
        width: 100%;
    }

    .btnSrchRes {
        margin: 3px;
    }
}

@media (max-width: 700px) {
    .main-detail-block {
        width: 100%;
    }
}

.top_line.p-md-t > span {
    line-height: 33px;
}


.profile-image-block {
    
    margin-top: 2px;
    overflow: hidden;
    width: 185px;
    height: 225px;
}
