.trainer_main_sec {
    padding: 80px 0 70px;
    background-color: #ffffff;
    height: 100%;
}

.trainer_details {
    text-align: center;
    margin-bottom: 20px;
}

.trainer_details-image {
    background-color: #b2b7ff;
    padding: 24px 0;
    border-radius: 4px;
}

/*.trainer_details-image img {
    border-radius: 100%;
    font-size:2px;
    Checking only
}*/

/*Trainer bio image style */
.trainer_details-image img {
    width: 250px;
    height: 250px;
    max-width: 250px;
    max-height: 250px;
    border-radius: 100%;
}

.trainer_details-info {
    padding: 14px;
    color: #000000;
}

.trainer_details-info h3 {
    margin-bottom: 12px;
}

.trainer_main_sec_inner {
    margin-top: 50px;
}

.row-reverse {
    display: flex;
    align-items: center;
}

.executive-team_detail {
    margin-left: 32px;
    text-align: center;
}

.executive-team_detail h1,
.trainer-bio_details-info_inner h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.executive-team_detail h1 span {
    color: #b2b7ff;
}

/* .executive-team_detail p {
    font-size: 24px;
} */
.executive-team_detail p {
    font-size: 24px;
    margin-top: 1.2rem;
    font-weight: 400;
}

.executive_details {
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

.executive_details:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5) !important;
}

.executive_details-image {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
}

.executive_details-image img {
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    filter: saturate(0);
    width: 272px;
    height: 272px;
    object-fit: cover;
}

.executive_details:hover .executive_details-image img {
    transform: scale(1.1);
    filter: saturate(1);
}

.executive_details-image_bg h4 {
    font-size: 48px;
    font-weight: 600;
    color: #ffffff;
}

.executive_details-image_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background-color: #b2b7ff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.executive_details:hover .executive_details-image_bg::before {
    height: 100%;
    opacity: 0.5;
    visibility: visible;
}

.executive_details-image_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.executive_details:hover .executive_details-image_bg {
    opacity: 1
}

.executive_details-info_inner {
    padding-left: 0;
    border-bottom: 1px solid #000000;
}

.executive_details-team-image {
    background-color: #b2b7ff;
    padding: 40px;
    border-radius: 4px;
}

.executive_details-team-image img {
    width: 40%;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid rgb(0 0 0 / 38%);
}

.executive_details-team-info {
    margin-top: 24px;
}

.executive_details-info .executive_details-team-info {
    text-align: left;
}

.executive_details-info .executive_details-team-info h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}


/* trainer-bio detail start */
/* .trainer-bio_details {
    display: block;
    position: relative;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

.trainer-bio_details-info .executive-team_detail {
    margin-left: 0;
} */

.trainer-bio_details-info_inner p b {
    display: block;
    font-size: 24px;
    text-align: center;
}

.read-btn {
    display: inline-block;
    color: #000000 !important;
    padding: 4px 12px;
    background-color: #b2b7ff;
    border-radius: 4px;
    margin-top: 8px;
    font-size: 16px;
}

/* .trainer-bio_details-team-image {
    text-align: center;
} */

/* .trainer-bio_details-team-image img {
    position: relative;
    z-index: 99;
    width: 50%;
} */

/* .trainer-bio_details-team-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    z-index: 9;
} */

.mt-6 {
    margin-top: 6rem;
}

.trainer-bio_details-team-image-text {
    background-color: #b2b7ff;
    padding: 16px;
    border: 1px solid #000000;
}

.trainer-bio_details-team-image {
    text-align: center;
}

.trainer-bio_details-team-image img {
    width: 316px;
    height: 316px;
    object-fit: cover;
}

/* .trainer-bio_details-content {
    text-align: left;
    margin-top: 16px;
} */

.trainer-bio_details-team-text ul {
    margin-top: 20px;
    /* display: flex;
    justify-content: space-between; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trainer-bio_details-team-text ul li {
    list-style: disc;
    /* width: 50%; */
    width: 43%;
    margin-left: 20px;
}

.trainer-bio_details-team-text ul li::marker {
    color: #ffffff;
}

.trainer-bio_details-team-text ul li a {
    font-weight: 600;
}

/* trainer-bio detail  end */


















/* trainer-bio changes start */
/* .main-menu .main_dropdown_menu ul li ul li a {
    padding: 16px 16px;
} */

@media (min-width: 481px) and (max-width: 900px) {
    .main-header .header-lower {
        /* padding-bottom: 0px;
        padding-top: 0px; */
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    /* .main-menu .navbar-header .navbar-toggle {
        margin: 16px 0;
    } */
}

@media (min-width: 280px) and (max-width: 319px) {
    
}

@media (max-width: 992px) {

    /* .jj_position_absolute .nav>li.nav-about .arrow_right {
        top: 50%;
        right: 0 !important;
        transform: translate(-50%, -50%);
    } */

    .main-menu .collapse.in {
        /* margin: 10px 0 !important; */
        padding: 0;
    }

    .jj_position_absolute .nav>li.custom-join>a {
        width: auto !important;
        float: left;
        padding: 6px 16px !important;
    }
}

/* trainer-bio changes end */