.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: 2px solid #EDEBE4;
    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 #EDEBE4; */
    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: 'RethinkSans-Regular';
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #000E56;
    display: block
}

.profile-card .profile-main, .profile-card .profile-role-desc {
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000E56;
}
.profile-card .profile-main {
    font-family: 'RethinkSans-SemiBold';
    font-weight: 600;
}

.profile-card .profile-regular-card-inner:hover .profile-title {
    color: #061F80;
}

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

.profile-card .profile-slim-listing .profile-slim-card-inner {
    border: 2px solid #EDEBE4;
    border-radius: 8px;
    background: #fff;
    padding: 30px 24px;
    max-width: 450px;
    height: auto;
}

.profile-card .profile-slim-listing .profile-slim-card-inner h4 {
    font-family: 'Rethinksans-bold';
    font-size: 25px;
    line-height: 30px;
    color: #000E56;
    margin-bottom: 10px
}

.profile-card .profile-slim-listing .profile-slim-card-inner p {
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #000E56;
    word-break: break-word;
}

.profile-card .profile-slim-listing .profile-slim-card-inner a {
    color: #000E56;
}

.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: #061F80;
}

.profile-card .profile-slim-listing .profile-slim-card-inner sup {
    font-family: 'RethinkSans-Regular';
    color: #000E56;
    font-size: 16px;
    line-height: 20px;
}

.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: 25px !important;
    font-family: 'Rethinksans-bold' !important;
    color: #000E56 !important;
    line-height: 30px !important;
    margin-bottom: 6px;
    font-weight: 700;
}

.profile-slim-listing h3{
    font-family: 'Rethinksans-bold'!important;
    font-size: 32px !important;
    line-height: 36px !important;
    color: #000E56 !important;
    margin-bottom: 24px !important;
    font-weight: 700;
}

.profile-head{
    font-family: 'Rethinksans-bold'!important;
    /* font-size: 25px !important;
    line-height: 30px !important; */
    color: #000E56 !important;
    margin-bottom: 12px;
    font-weight: 700;
}

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

/* Slider css */
.slider-btns{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 30px auto 0px auto;
    padding: 0 10px;
    order: 1;
}
.slider-btns button{
    position: static;
    transform: translate(0, 0);
    width: 37px;
    height: 34px;
    border: 0;
    background: transparent;
}
.slider-btns button[aria-disabled=true]{
    opacity:0.5;
    pointer-events: none;
}
.slider-btns button.glider-product-prev{
    margin-right: 15px;
}
.slider-btns button span{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slider-btns button.glider-product-prev{
    margin-right: 15px;
}

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

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

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

    .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: 20px 30px 30px 30px;
        height: 100%;
        width: 100%
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner h4 {
        font-family: 'Rethinksans-bold';
        font-size: 25px;
        line-height: 30px;
        color: #000E56;
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner p {
        font-family: 'RethinkSans-Regular';
        font-size: 16px;
        line-height: 20px;
        color:#000E56;
        word-break: break-word;
        margin-bottom: 0px;
    }

    .profile-card .profile-slim-listing .profile-slim-card-inner sup {
        font-family: 'RethinkSans-Regular';
        color: #000E56;
        font-size: 16px;
        line-height: 20px;
    }
    .slider-btns{
        order:0;
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px 0 40px;
        justify-content: flex-end;
    }

}

@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, .profile-card .slim-listing-container h2{
    font-size: 32px;
    line-height: 36px;
    font-family: 'Rethinksans-bold';
    color: #000E56;
}

.profile-card .profile-regular-listing p {
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #000E56;
    /* margin-bottom: 45px; */
}

.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: 'RethinkSans-Regular';
    font-size: 16px;
    line-height:20px;
    color: #000E56;
    margin-bottom: 24px;
}

.profile-card .slim-lisitng .profile-slim-card {
    /*margin-top: 31px;*/
    height: 100%;
    width: 100%;
    padding: 0 0 25px 0;
}

@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%
    }
}

@media screen and (min-width: 768px) {
    .slider-btns{
        top: -20px;
    }
    .glider-contain, .slim-lisitng{
        position: unset;
        margin-top: 0px;
    }

}

@media only screen and (max-width: 767px){
    .slider-btns {
        display: flex;
        justify-content: center;
        width: 100%;
        position: absolute;
        margin: unset;
        padding:unset;
        order:unset;
        bottom: 0px;
    }
    .profile-card .profile-slim-listing .slider-btns {
        bottom: -30px;
    }
    .glider-contain, .slim-lisitng{
        margin-bottom: 60px;
        position: relative;
    }
}

.profile-regular-listing .profile-head {
    margin-bottom: 10px;
}
