* {
    font-family: 'Poppins';
}
.tile1-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tile p, .tile p span{
    font-family: "Poppins";
    font-size: 14px;
}

.tile[data-tile=comp-leadership-profiles] {
    max-height: initial;
}

h1.heading{
    font-size: 44px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

img{
    width: 100%;
    height: auto;
}

p{
    color: #6f7c95;
    color: var(--steel);
}

.center {
    text-align: center;
}

.leadership-v5 {
    margin-bottom: 100px;
}

.tile .inner {
    max-width: 1366px;
}

.tile1 {
    margin-top: 95px;
    margin-bottom: 50px;
    background: url("https://web.inmobicdn.net/website/website/6.0.1/ui/v6/img/company/leadership-header.png") center no-repeat;
    background-size: cover;
    padding: 100px 20px;
}

.tile1 .tile-heading {
    color: #ffffff;
}

.tile[data-tile=comp-leadership-profiles] {
    padding-top: 0;
    margin-bottom: 30px;
}

.tile[data-tile=comp-leadership-profiles] .proftab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: row wrap;
}

.tile[data-tile=comp-leadership-profiles] .profile{
    min-height: auto;
    display: flex;
    flex-direction: column;
    float: none;
    width: auto;
    flex-basis: calc(33% - 40px);
    margin: 0 20px;
    padding-bottom: 50px;
}

.tile[data-tile=comp-leadership-profiles] .profile a.imglink{
    display: inline-block;
    background: #ecf2fe;
    position: relative;
    overflow: hidden;
}

.tile[data-tile=comp-leadership-profiles] .profile img{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.tile[data-tile=comp-leadership-profiles] .profile h2.profname{
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #1f242e;
    text-transform: capitalize;
    margin-top: 20px;
}

.tile[data-tile=comp-leadership-profiles] .profile p.prof-desg{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #6f7c95;
    width: 100%;
    padding: 10px 0 0 0;
}

.tile[data-tile=comp-leadership-profiles] .profile p.prof-desg, 
.tile[data-tile=comp-leadership-profiles] .profimg p.prof-desg{
    text-transform: none;
}

.tile[data-tile=comp-leadership-profiles] .profile:hover h2.profname {
    color: #1f67f3;
}

.tile .btn.btn-b {
    background-color: #1f67f3;
    color: #ffffff;
    border: 1px solid #1f67f3;
    padding: 10px 25px;
    border-radius: 22px;
    font-weight: 400;
}

.tile .btn.btn-b:hover, .tile .btn.btn-b:focus {
    background-color: #0b4dcc;
    color: #fff;
}

.tile[data-tile=comp-leadership-profiles] .profdetails {
    margin-top: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
}

.profdetails .back-btn {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    margin-left: 2px;
    margin-bottom: 20px;
}

.profdetails .back-btn a,
.profdetails .back-btn a:hover {
    color: #000000;
}

.profdetails .back-btn i {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-bottom: 2px;
    margin-right: 10px;
}
.tile[data-tile=comp-leadership-profiles] .profdetails .profimg {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    margin-bottom: 50px;
    max-width: 428px;
}

.profdetails .profimg .mainimg { 
    max-width: 428px;
}

.profdetails .profrole {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.tile[data-tile=comp-leadership-profiles] .profrole p.profname {
    font-family: Poppins;
    font-size: 36px;
    font-weight: bold;
    line-height: 0.78;
    color: #010712;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.tile[data-tile=comp-leadership-profiles] .profrole p.prof-desg {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 300;
    color: #010712;
    margin-bottom: 20px;
}

.profcont-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.profcontent {
    flex-basis: 70%;
}

.profcontent p {
    line-height: 2.11;
}

.profcontent .more-btn {
    margin-top: 50px;
}

.right-panel {
    flex-basis: 25%;
}

.news-container,
.gallery-container {
    border: solid 1px #e2e9f8;
    border-radius: 6px;
    margin-bottom: 40px;
}

.news-header,
.gallery-header {
    background: #f1f5fd;
    padding: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #3e485b;
    text-align: left;
}

.news-content,
.gallery-content {
    margin: 30px;
}

.news-link {
    display: -webkit-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.86;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #6f7c95;
}

.news-link:hover {
    color: #6f7c95;    
}

.gallery-content .gal-img {
    width: 100%;
    height: 137px;
    overflow: hidden;
    background: #f1f5fd;    
    border-radius: 6px;
    margin-bottom: 30px;
}

.gallery-content p {
    font-size: 16px;
    color: #3e485b;
    line-height: 1.75;
    margin-bottom: 20px;
}

.right-panel .more-btn {
    text-align: left;
}

.tile .profdetails .btn-b {
    width: auto;
}

.leader-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}

.cta-card {
    background: url("https://web.inmobicdn.net/website/website/6.0.1/v6/img/cta_bg.png") center no-repeat;
    background-size: cover;
    background-color: #1f67f3;
    max-width: 428px;
    max-height: 385px;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 14% 4% 4%;
    text-align: left;
    justify-content: left;

}

.cta-card a .btn {
    font-size: 12px;
    border-radius: 25px;
    color: #000000;
    font-weight: 600;
    padding: 12px 10px;
}

.cta-card .txt {
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom: 15px;
}

.tile[data-tile=comp-leadership-profiles] .profimg p.profname,
.tile[data-tile=comp-leadership-profiles] .profimg p.prof-desg {
    padding-right: 0;
}

.tile[data-tile=comp-leadership-profiles] .profimg p.prof-desg {
    padding-bottom: 20px;
}

.backBtn {
    display: flex;
    justify-content: center;
}

@media (max-width: 1200px){
    .tile[data-tile=comp-leadership-profiles],
    .tile[data-tile=comp-leadership-profiles] .profdetails {
        padding-left: 20px;
        padding-right: 20px;
    }

    .right-panel {
        flex-basis: 30%;
    }
}

@media (max-width: 1024px){
    .tile[data-tile=comp-leadership-profiles] .profile h2.profname,
    .tile[data-tile=comp-leadership-profiles] .profrole p.profname {
        font-size: 20px;
    }

    .tile[data-tile=comp-leadership-profiles] .profile p.prof-desg,
    .tile[data-tile=comp-leadership-profiles] .profrole p.prof-desg {
        font-size: 16px;
        line-height: 1.3;
    }

    .cta-card .txt {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .leadership-v5 {
        margin-bottom: 70px;
    }

    .tile1{
        padding: 60px 0;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .tile1-content-wrap {
        flex-direction: column;
    }

    .tile1 .img-wrap{
        max-width: 100%;
    }

    .tile1 .content-wrap{
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        margin-top: 0; 
    }

    .tile2 {
        padding-top: 50px;
    }

    h1.heading{
        max-width: 100%;
        font-size: 34px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        text-align: center;
    }

    .tile[data-tile=comp-leadership-profiles] .profile {
        flex-basis: 100%;
        margin: 0;
        padding-bottom: 20px;
    }

    .tile[data-tile=comp-leadership-profiles] .profile h2.profname,
    .tile[data-tile=comp-leadership-profiles] .profile p.prof-desg {
        text-align: center;
    }


    .tile[data-tile=comp-leadership-profiles] .profile h2.profname,
    .tile[data-tile=comp-leadership-profiles] .profrole p.profname {
        font-size: 18px;
    }

    .tile[data-tile=comp-leadership-profiles] .profile p.prof-desg,
    .tile[data-tile=comp-leadership-profiles] .profrole p.prof-desg {
        font-size: 14px;
    }

    .tile[data-tile=comp-leadership-profiles] .more-btn {
        margin-top: 20px;
    }

    .tile[data-tile=comp-leadership-profiles] .profdetails {
        margin-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .profdetails .profrole {
        flex-direction: row;
        justify-content: space-between;
    }

    .profdetails .profrole div {
        flex-basis: 75%;
    }

    .tile[data-tile=comp-leadership-profiles] ul.social {
        align-items: center;
        display: flex;
    }

    .tile[data-tile=comp-leadership-profiles] .profdetails .profimg {
        background: transparent;
        flex-direction: column;
        align-items: center;
        padding: 0px;
        margin-bottom: 30px;
        align-items: center;
    }

    .tile[data-tile=comp-leadership-profiles] .profdetails .profimg .mainimg {
        width: 100%;
        background: #ecf2fe;
        border-radius: 6px;
    }

    .tile[data-tile=comp-leadership-profiles] .profrole p.profname {
        margin-bottom: 0;
    }

    .profcont-container {
        flex-direction: column;
    }

    .tile[data-tile=comp-leadership-profiles] .profcontent ul {
        margin-left: 0;
    }

    .tile[data-tile=comp-leadership-profiles] .profcontent p {
        padding-right: 0;
    }

    .right-panel {
        margin-top: 30px;
    }

    .news-link,
    .right-panel .more-btn,
    .gallery-content p,
    .news-header, 
    .gallery-header {
        text-align: center;
    }

    .gallery-container {
        margin-bottom: 0;
    }

    .cta-card .txt {
        font-size: 34px;
    }

}

