.container .tab-pane-container {
    padding: 0
}

.container .regular-listing-container {
    padding: 0
}

.container .slim-listing-container {
    padding: 0
}

.profile-card .profile-regular-card-inner {
    margin-top: 31px;
    border: 1px solid #C4C9CB;
    border-radius: 8px;
    max-width: 448px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow .5s linear
}

.profile-card .profile-regular-card-inner:hover,.profile-card .profile-regular-card-inner:focus {
    box-shadow: 0 2px 6px 0 #00000026;
    transition: box-shadow .5s linear
}

.profile-card .profile-card-img {
    overflow: hidden;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}

.profile-card .profile-card-img img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.profile-card .profile-details-sec {
    padding: 24px
}

.profile-card .profile-title {
    color: #224A81;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px
}

.profile-card .profile-sub-role {
    font-family: 'Lato-Light';
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #292C31;
    display: block
}

.profile-card .profile-main,.profile-card .profile-role-desc {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #292C31
}

.profile-card .profile-regular-card-inner:hover .profile-title {
    color: #2797D3
}

.profile-card .role-sec {
    position: relative
}

.profile-card .profile-slim-listing .profile-slim-card-inner {
    border: 1px solid #C4C9CB;
    border-radius: 8px;
    padding: 30px 24px;
    max-width: 450px
}

.profile-card .profile-slim-listing .profile-slim-card-inner h4 {
    font-family: 'Lato-Bold';
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px
}

.profile-card .profile-slim-listing .profile-slim-card-inner p {
    font-family: 'Lato-Regular';
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #292C31;
    word-break: break-word;
}

.profile-card .profile-slim-listing .profile-slim-card-inner a {
    color: #224A81
}

.profile-card .profile-slim-listing .profile-slim-card-inner a:hover,.profile-card .profile-slim-listing .profile-slim-card-inner a:focus {
    text-decoration: underline;
    color: #2797D3
}

.profile-card .profile-slim-listing .profile-slim-card-inner sup {
    font-family: 'Lato-Light';
    color: #292C31;
    font-size: 16px;
    line-height: 24px
}

.profile-card .role-sec p {
    margin-bottom: 0
}

.profile-regular-listing .regular-lisitng .row .col-lg-4 {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 0 0 auto
}

.profile-regular-listing .regular-lisitng .row .col-lg-4 .profile-regular-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.profile-title-para {
    font-size: 24px !important;
    font-family: 'Lato-Bold' !important;
    color: #224A81 !important;
    line-height: 30px !important;
    margin-bottom: 16px;
}

.profile-head-para{
    font-family: 'Lato-Bold'!important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.profile-card .profile-regular-card-inner a:hover p.profile-title-para{
    color: #2797D3 !important;
}

@media (min-width: 992px) {
    .profile-card .profile-details-sec {
        padding:30px
    }

    .profile-card .profile-title {
        font-size: 24px;
        line-height: 30px
    }

    .profile-card .role-sec p {
        font-size: 20px;
        line-height: 32px
    }

    .profile-card .profile-dec-sec {
        opacity: 1;
        transition: all 1.5s linear
    }

    .profile-card .profile-card-img img {
        transform: scale(1);
        transition: transform .5s linear
    }

    .profile-card .profile-regular-card-inner:hover .profile-card-img img {
        transform: scale(1.1);
        transition: transform .5s linear
    }

    .profile-card .profile-sub-role {
        opacity: 1;
        transition: opacity 1.5s linear
    }

    .profile-card .profile-regular-card-inner:hover .profile-sub-role {
        opacity: 0;
        transition: opacity 1.5s linear
    }

    .profile-card .profile-regular-card-inner a {
        height: 100%;
        display: block
    }

    .profile-card .profile-card-img img {
        min-height: 300px;
        max-height: 300px
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner {
        padding: 40px 30px;
        height: 100%;
        width: 100%
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner h4 {
        font-family: 'Lato-Bold';
        font-size: 24px;
        line-height: 30px;
        color: #000
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner p {
        font-family: 'Lato-Regular';
        font-size: 20px;
        line-height: 32px;
        color: #292C31;
        word-break: break-word
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner sup {
        font-family: 'Lato-Light';
        color: #292C31;
        font-size: 18px;
        line-height: 26px
    }
}

@media (max-width: 991px) {
    .profile-card .profile-regular-card-inner p {
        margin-bottom:10px
    }

    .profile-card .role-sec>p {
        margin-bottom: 10px
    }

    .profile-card p.profile-role-desc {
        margin-bottom: 0
    }
}

.profile-card .profile-regular-listing {
    margin: 30px 0
}

.profile-card .profile-regular-listing h2 {
    font-size: 32px;
    line-height: 40px
}

.profile-card .profile-regular-listing p {
    font-family: 'Lato-Light';
    font-size: 20px;
    line-height: 32px;
    color: #292C31
}

.profile-slim-listing .slim-lisitng .row .col-lg-4 {
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 0 0 auto
}

.profile-card .profile-slim-listing {
    margin: 30px 0
}

.profile-card .profile-slim-listing h4 {
    font-size: 32px;
    line-height: 40px
}

.profile-card .profile-slim-listing p {
    font-family: 'Lato-Regular';
    font-size: 20px;
    line-height: 32px;
    color: #292C31
}

.profile-card .slim-lisitng .profile-slim-card {
    margin-top: 31px;
    height: 100%;
    width: 100%
}

@media only screen and (min-device-width: 768px)and (max-device-width:1024px)and (orientation :portrait) {
    .profile-card .profile-slim-card-inner {
        min-height:176px;
        height: 100%
    }
}
