/*-- # Press Media section --*/
/*-- # Header --*/
.header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.pressmediabanner {
    text-align: center;
    padding: 0rem 0px 0rem 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover !important;
    position: relative;
    height: 55vh;
    background-image: url(../images/all_webp/pressmediabanner.webp);
}

.mainoverlay {
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #006d6f;
}

.pressheadings {
    font-size: 44px;
    color: #fff;
    line-height: 47px; margin-bottom: 0px;
    Padding-bottom: 5px;
    /* font-family: 'Conv_Gilroy-Medium' !important; */
    display: inline-block;
    border-bottom: #fff 1px solid;
}

.pressmediasection {
    padding: 3rem 40px;
    background: #fff;
}

/*-- # Team Section --*/
.team-member {
    position: relative;
}

.member-img {
    border-radius: 0px;
    overflow: hidden;
}

.member-info {
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: -30px 20px 30px 20px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.member-img img {
    width: auto;
    transition: 0.6s;
}

.member-info span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-family: 'Conv_Gilroy-Light' !important;
}

.team-member:hover .member-img img {
    transform: scale(1.2);
}


/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {

    /* Start of press media section */
    .pressmediabanner {
        background-position: left center;
        height: 24vh;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .videostestiheadings {
        margin: 11px 0 0px 0;
        font-size: 18px;
        padding-bottom: 0px;
    }

    .pressmediasection {
        padding: 2rem 20px;
    }

    .member-info {
        padding: 15px;
        margin: -20px 15px 30px 15px;
    }

    .member-info img {
        width: 100%
    }

    .pressheadings {
        font-size: 35px;
        line-height: 36px;
        Padding-bottom: 2px
    }

}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {


    /* Start of press media section */
    .pressmediabanner {
        background-position: left center;
        height: 22vh;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .videostestiheadings {
        margin: 11px 0 0px 0;
        font-size: 17px;
        padding-bottom: 0px;
    }

    .pressmediasection {
        padding: 1.5rem 10px;
    }

    .member-info {
        padding: 15px;
        margin: -20px 15px 30px 15px;
    }

    .member-info img {
        width: 100%
    }

    .pressheadings {
        font-size: 30px;
        line-height: 32px;
        Padding-bottom: 2px
    }

}

/* Start of iphone/mobile */
@media screen and (max-width:767px) and (min-width:320px) {

    .pressmediabanner {
        background-position: left center;
        height: 16vh;
        background: unset !important;
    }


    .breadcrumbs ol {
        padding-top: 0px;
    }

    .mainoverlay {
        background: #006d6f;
    }

    .videostestiheadings {
        margin: 11px 0 0px 0;
        font-size: 17px;
        padding-bottom: 0px;
    }

    .pressmediasection {
        padding: 1.5rem 10px;
    }

    .member-info {
        padding: 15px;
        margin: -20px 15px 20px 15px;
    }

    .member-info img {
        width: 100%
    }

    .pressheadings {
        font-size: 24px;
        line-height: 26px;
        Padding-bottom: 2px
    }

}

.team-member .member-info strong {
    font-size: 16px;
}

@media (min-width: 768px) {
    .team-member .member-info strong {
        font-size: 18px;
    }
}