.leadermain {}

.leadermain ul {
    margin: 70px 0 0 -3%;
}

.leadermain ul li {
    width: 47%;
    height: 160px;
    background: url(../images/Schoolprofile/leaderbg.png) no-repeat right bottom;
    background-size: auto;
    background-color: #ebf3fe;
    float: left;
    margin: 0 0 60px 3%;
    position: relative;
    padding: 20px 25px 20px 143px;
    text-align: justify;
}

.leadermain ul li img {
    width: 102px;
    height: 143px;
    box-shadow: 0px 0px 16px 2px rgba(6, 56, 102, 0.1);
    border: solid 1px #ffffff;
    position: absolute;
    top: -20px;
    left: 22px;
    object-fit: cover;
}

.leadermain ul li h4 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 8px;
}

.leadermain ul li h4 span {
    font-weight: bold;
    color: #1472c5;
}

.leadermain ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.currentleader {
    width: 100%;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    text-align: center;
}

.currentleader tr {
    border-bottom: 1px solid #fff;
}

.currentleader td {
    padding: 35px 10px;
    box-sizing: border-box;
    background: #f8f8f8;
}
.currentleader td span{
    display: inline-block;
    min-width: 56px;
    margin: 0 10px;
    text-align: justify;
    text-align-last: justify;
    margin-bottom: 25px;
}
.currentleader tr td:nth-child(odd) {
    background: #eeeeee;
    width: 155px;
}

.currentleader tr td:nth-child(even) {
    width: 38%;
    padding-right: 6%;
    box-sizing: border-box;
    text-align: left;
}

.currentleader:nth-child(3) tr td:nth-child(even) {
    width: calc(100% - 150px);
    padding-right: 37%;
    box-sizing: border-box;
}

.currentleader:nth-child(3) tr td:nth-child(even) span {
    margin: 0px 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.currentleader:nth-child(3) {
    margin: 30px 0;
}

@media screen and (max-width:1365px) {
    .leadermain ul li {
        padding: 15px 15px 10px 120px;
        background-size: 76px auto;
    }

    .Secondary_title h5 {
        font-size: 18px;
    }

    .leadermain ul li h4 {
        font-size: 14px;
    }

    .leadermain ul li p {
        font-size: 12px;
    }

    .leadermain ul li img {
        left: 10px;
        top: -10px;
        width: 92px;
        height: 123px;
    }
    .currentleader:nth-child(3) tr td:nth-child(even) {padding-right: 29%;}

}

@media screen and (max-width:1023px) {
    .currentleader tr td:nth-child(even) {
 
    padding-right:0%;
}
        .currentleader:nth-child(3) tr td:nth-child(even) {padding-right: 0%;}
    .leadermain ul {
        margin: .7rem 0 0;
    }

    .leadermain ul li {
        width: 100%;
        margin: 0 0 .4rem;
        padding: .2rem .2rem .2rem 1.34rem;
        height: auto;
        min-height: 1.6rem;
        background-size: 1rem auto;
    }

    .Secondary_title h5 {
        font-size: .3rem;
    }

    .leadermain ul li h4 {
        font-size: .26rem;
        margin-bottom: .08rem;
        line-height: 1.7;
    }

    .leadermain ul li p {
        font-size: .26rem;
        line-height: 1.5;
    }

    .leadermain ul li img {
        left: 10px;
        top: -10px;
        width: 1.02rem;
        height: 1.23rem;
    }

    .currentleader:nth-child(3) tr td:nth-child(odd) {
        width: 95px;
    }

    .currentleader:nth-child(3) tr td:nth-child(even) {
        width: calc(100% - 95px);
    }
}

@media screen and (max-width:800px) {
    .currentleader:nth-child(3) tr td:nth-child(odd) {
        width: auto;
    }

    .currentleader:nth-child(3) tr td:nth-child(even) {
        width: calc(100% - 150px);


    }
}
