.team-img {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.trismhone_sec h1 {
    color: #1490cf;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 10px;
}
.leadership-sec h2 {
    margin: 0;
}
.leadership-sec h4 {
    font-size: 16px;
    color: #848484;
    font-weight: 400;
}
.port-title h2 {
    color: #ffff;
    margin:0;
}

.port-title p {
    color: #f0f0f0;
    font-size: 15px;
    text-align:center;
}
.port-title {
    position: absolute;
    bottom: 35px;
    left: 0%;
    /* margin: 0; */
    background: #0000004f;
    backdrop-filter: blur(5px);
    padding: 5px 10px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.team-sec {
    position: relative;
    width: 100%;
    height: 100%;

}
.portfolio-content-hover {
    background: #0000004f;
    backdrop-filter: blur(5px);
    /*padding: 5px 10px;
    margin: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right:0;
    
    opacity: 0;
    transition: ease-in-out; 
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(0,0,1,1);
    transition: .4s cubic-bezier(0,0,1,1);*/
    position: absolute;
    z-index: 1;
    height: 0;
    width: 0;
    /* background-color: #1490cf;*/
    content: '';
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s cubic-bezier(0,0,1,1);
    transition: .4s cubic-bezier(0,0,1,1);
    overflow: hidden;
    padding: 15px;
    color: #fff;
    text-align: center;
    height: 82%;
}
.team-sec:hover .portfolio-content-hover {
    opacity: 1;
    visibility: visible;
    width: 100%;

}
.portfolio-content-hover h2 {
    color: #fff;
    margin: 0;
}
.portfolio-content-hover h3 {
    padding-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #f2f2f2;
    margin: 0;
}
.portfolio-content-hover p {
    font-size: 13px;
    line-height: 19px;
}
.port-collapse {
    top: -8px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.port-bio {
    border: 1px solid #56a04d;
    background: #f2f2f2;
    padding: 10px
}
.port-bio h2 {
    color: #000;
    margin: 0;
}
.port-bio p {
    font-size:15px
}
.teamate-advisor-sec {
    margin-top: 35px;
    margin-bottom: 20px
}
.team-member-sec {
    margin-top: 44px;
    margin-bottom: 20px;
}
.port-bio h3 {
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
}
.port-title[aria-expanded="true"]::after {
    content: '';
    bottom: -27px;
    left: 30px;
    border: 11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 15px solid #549f52;
    position: absolute;
}
.who-we-img img {
    border-radius: 50px 0 50px 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%)
}
.highlighttext{padding:10px;border-left:5px solid #2b9bd3;background:#e6e6e6dd;display:inline-block}
.whyenroll-list-box{display:flex;}
.whyenroll-item {
    width: 30%;
    margin-right: 15px;
    text-align: center;
}
.whyenroll-item-icon {
    width: 86px;
    text-align: center;
    margin: 0 auto;
    border-radius: 47px;
    background: #f5f5f5;
    height: 86px;
}
.whyenroll-item-icon img{
    padding: 15px;
    /*border-radius: 19px;*/
}
.medicalhighly{line-height: 1.5;}
.whyenroll-item-content {
    font-size: 14px;
}
.whyenroll-tour-list li {
    list-style: disc;
    color: #666565;
    font-size: 16px;
   
}
.our-high-level {
    margin-top: -143px;
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 6px 2px #9d9c9c6e;
    border-radius: 8px;
}
.highlevel-process {
    height: 500px;
    position:relative
   
}
    .highlevel-process img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-position: top;
        
    }
    .highlevel-process .overlay {
        position: absolute;
        background: #5ba14373;
        width: 100%;
        height: 100%;
    }
.whyenroll-tour-list {
    margin-left: 50px;
   /* columns: 2;*/
}
.beneft-patient-para ul {
    margin-left: 34px;
}
    .beneft-patient-para ul li {
        list-style: disc;
        color: #676767;
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 7px;
    }
@media only screen and (max-width:767px) {
    .port-bio h2 {
            font-size: 17px;
        }

        .port-title h2 {
            font-size: 17px;
        }

      

        .port-title {
            bottom: 54px;
        }

        .port-collapse {
            top: -23px;
        }

        .port-title[aria-expanded="true"]::after {
            bottom: -31px;
        }

        .port-bio h3 {
            font-size: 14px;
        }

        .page-title-area {
            padding-top: 36px;
            padding-bottom: 36px;
            overflow: unset
        }

            .page-title-area .page-title-content h2 {
                font-size: 35px
            }

            .page-title-area .page-title-content ul li {
                font-size: 15px
            }

        .who-we-img img {
            margin-bottom: 30px
        }
    }