@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* tabs css start */

.main .tabs {
    margin-top: 3%;
}

.main .tabs .nav {
    justify-content: center;
}

.main .tabs .nav .nav-item {
    margin: 0% 2%;
}

.main .tabs .nav-pills .nav-link.active {
    color: #ff832d;
    background: #eeeeee;
    border-radius: 50px;
}

.main .tabs .nav-pills .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    transition: none;
}

/* tabs css end */

/* tab content css start */

.main .tab-inner-content {
    /* background-image: url('frontend/assets/Images/aboutUs/bg-img.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    margin-top: 3%;
    box-shadow: 0px 0px 6px #0000003b;
}

.main #pills-2 .tab-inner-content {
    padding-bottom: 5%;
    margin-bottom: 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .title-around:hover {
    &:before {
        content: "";
        transition: 0.3s;
        width: 20px;
    }
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU .title-around {
    font-size: 20px;
    font-weight: 500;
    color: #000000;

    &:before {
        content: "";
        display: inline-block;
        width: 50px;
        height: 1px;
        vertical-align: middle;
        background-color: #707070ad;
        height: 2px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .title-around
    .vr {
    font-size: 17px;
    background: #707070ad;
    opacity: 1;
    margin-bottom: -3px;
    width: 2px;
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU {
    padding: 4% 0% 2% 0%;
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU .IAU-img {
    text-align: end;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 3%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .IAU-img
    .IAU-img-1 {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 20px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .IAU-img:hover
    .IAU-img-1 {
    transform: scale(1.2);
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
    font-size: 35px;
    font-weight: 600;
    color: #ff832d;
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU span {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: justify;
    word-spacing: -1px;
}

.main .tab-inner-content-main .tab-content .all-content .AboutIAU .text-img {
    display: inline-flex;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1
    .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    content: "";
    height: 100%;
    background: transparent linear-gradient(180deg, #e5e5e50d 0%, #000000 100%)
        0% 0% no-repeat padding-box;
    display: none;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1:hover
    .overlay {
    display: block;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1:hover
    .text-img-1 {
    transform: scale(1.1);
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1:hover
    .text-holder {
    display: block;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1
    .img-holder
    .text-img-1 {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1
    .text-holder {
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 1;
}
.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-holder {
    margin-top: 5%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-holder
    h6 {
    font-size: 12px;
    text-align: center;
}
.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-1
    .text-holder
    p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    padding: 0% 5%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2:hover
    .text-holder {
    display: block;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2
    .overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    content: "";
    height: 100%;
    background: transparent linear-gradient(180deg, #e5e5e50d 0%, #000000 100%)
        0% 0% no-repeat padding-box;
    display: none;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2:hover
    .overlay {
    display: block;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2
    .img-holder
    .text-img-1 {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2:hover
    .text-img-1 {
    transform: scale(1.1);
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2
    .text-holder {
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 1;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .AboutIAU
    .text-img
    .text-img-holder-2
    .text-holder
    p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    padding: 0% 5%;
}

.more-about-btn {
    width: 168px;
    height: 37px;
    background: #0020c8 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.more-about-btn:hover {
    color: #fff;
    background: #0020c8 0% 0% no-repeat padding-box;
}

.more-about-btn .rightangle {
    transition: transform 0.3s ease-in-out;
}

.more-about-btn:hover .rightangle {
    transform: translateX(10px);
}

/* tab content css end */

/* VisionMissionObjectives css start */

.main .tab-inner-content-main .tab-content .all-content .VisionMissionObjectives {
    padding: 2% 3%;
    background: #ffffff;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 10px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .heading
    .title-around:hover {
    &:before,
    &:after {
        content: "";
        transition: 0.3s;
        width: 20px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .heading
    .title-around {
    text-align: center;
    color: #000000;

    &:before,
    &:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 1px;
        vertical-align: middle;
        background-color: #707070ad;
        height: 2px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .heading
    .title-around
    .vr {
    font-size: 20px;
    background: #707070ad;
    opacity: 1;
    margin-bottom: -3px;
    width: 2px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .heading
    h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 3%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .text-holder
    h6 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .text-holder
    p {
    text-align: justify;
    font-size: 16px;
    word-spacing: -1px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .text-holder
    span {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #000000;
}

/* .main .tab-inner-content-main .tab-content #pills-2 {
    padding: 0% 0% 8% 0%;
} */

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .text-holder {
    margin-bottom: 3%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .VisionMissionObjectives
    .text-holder
    ul {
    padding-left: 2%;
}

/* VisionMissionObjectives css end */

/* Trustees css start */

.main .tab-inner-content-main .tab-content .all-content .Trustees {
    margin: 20px 0px;
}
.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card
    .card-img {
    overflow: hidden;
    border-radius: 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card
    .card-img-top {
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card:hover
    .card-img-top {
    transform: scale(1.1);
    transition: 0.3s;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .heading
    .title-around:hover {
    &:before,
    &:after {
        content: "";
        transition: 0.3s;
        width: 20px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .heading
    .title-around {
    text-align: center;
    color: #000000;

    &:before,
    &:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 1px;
        vertical-align: middle;
        background-color: #707070ad;
        height: 2px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .heading
    .title-around
    .vr {
    font-size: 20px;
    background: #707070ad;
    opacity: 1;
    margin-bottom: -3px;
    width: 2px;
}

.main .tab-inner-content-main .tab-content .all-content .Trustees .heading h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 5%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card
    .card-body
    h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card {
    width: 100%;
    height: 335px;
    border: none;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card
    .card-body {
    padding: 3% 0%;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 2%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card
    .bg-color {
    height: 32px;
    background: #f3f3f3;
    box-shadow: 0px 3px 6px #00000029;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .Trustees
    .Trustees-img
    .card-content {
    margin: 0% 2% 4% 2%;
    padding: 0px;
}

/* Trustees css end */

/* Executive css start */

.main
    .tab-inner-content-main
    .tab-content
    .all-content 
    .ExecutiveCommitteeMembers {
    /* padding: 5% 0% 0% 0%; */
    margin: 20px 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .heading
    .title-around:hover {
    &:before,
    &:after {
        content: "";
        transition: 0.3s;
        width: 20px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .heading
    .title-around {
    text-align: center;
    color: #000000;

    &:before,
    &:after {
        content: "";
        display: inline-block;
        width: 50px;
        height: 1px;
        vertical-align: middle;
        background-color: #707070ad;
        height: 2px;
    }
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .heading
    .title-around
    .vr {
    font-size: 20px;
    background: #707070ad;
    opacity: 1;
    margin-bottom: -3px;
    width: 2px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .heading
    h1 {
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 5%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card
    .card-body
    h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card {
    width: 100%;
    height: 335px;
    border: none;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card
    .card-img {
    overflow: hidden;
    border-radius: 0px;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card
    .card-img-top {
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card:hover
    .card-img-top {
    transform: scale(1.1);
    transition: 0.3s;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card
    .card-body {
    padding: 3% 0%;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 2%;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card
    .bg-color {
    height: 32px;
    background: #f3f3f3;
    box-shadow: 0px 3px 6px #00000029;
}

.main
    .tab-inner-content-main
    .tab-content
    .all-content
    .ExecutiveCommitteeMembers
    .Executive-img
    .card-content {
    margin: 0% 2% 4% 2%;
    padding: 0px;
}

/* Executive css end */

/* media query start */

/*  tabs media query start */

@media (min-width: 0px) and (max-width: 320px) {
    .main .tabs .nav-pills .nav-link {
        font-size: 12px;
    }

    .main .tabs #pills-tabContent {
        padding: 10% 0%;
    }

}

@media (min-width: 321px) and (max-width: 485px) {
    .main .tabs .nav-pills .nav-link {
        font-size: 12px;
    }

    .main .tabs #pills-tabContent {
        padding: 10% 0%;
    }
}

/*  tabs media query end */

/*  AboutIAU media query start */

@media (min-width: 0px) and (max-width: 320px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .title-around {
        font-size: 17px;
        text-align: center;
    }

    .main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
        font-size: 20px;
    }

    .main .tab-inner-content-main .tab-content .all-content .AboutIAU p {
        font-size: 12px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .text-img
        .text-img-holder-1 {
        margin-bottom: 3%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .title-around {
        font-size: 19px;
        margin-top: 3%;
        text-align: center;
    }

    .main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
        font-size: 22px;
    }

    .main .tab-inner-content-main .tab-content .all-content .AboutIAU p {
        font-size: 14px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .text-img
        .text-img-holder-1 {
        margin-bottom: 3%;
    }
}

@media (min-width: 481px) and (max-width: 575px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .text-img
        .text-img-holder-1 {
        margin-bottom: 5%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .title-around {
        font-size: 17px;
        text-align: center;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .AboutIAU
        .title-around {
        font-size: 17px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
        font-size: 20px;
    }

    .main .tab-inner-content-main .tab-content .all-content .AboutIAU p {
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
        font-size: 30px;
        font-weight: 600;
        color: #ff832d;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
        font-size: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main .tab-inner-content-main .tab-content .all-content .AboutIAU h1 {
        font-size: 37px;
    }
}

/*  AboutIAU media query end */

/*  VisionMissionObjectives media query end */

@media (min-width: 0px) and (max-width: 320px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .heading
        h1 {
        font-size: 16px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder {
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        h6 {
        font-size: 14px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        p {
        font-size: 14px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        ul {
        padding-left: 10%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .heading
        h1 {
        font-size: 16px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder {
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        h6 {
        font-size: 14px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        p {
        font-size: 14px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        ul {
        padding-left: 10%;
    }
}

@media (min-width: 481px) and (max-width: 575px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .heading
        h1 {
        font-size: 20px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder {
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        h6 {
        font-size: 16px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        p {
        font-size: 16px;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .VisionMissionObjectives
        .text-holder
        ul {
        padding-left: 5%;
    }
}

/*  VisionMissionObjectives media query end */

/*  trustees media query start */
@media (min-width: 0px) and (max-width: 320px) {
    .main .tab-inner-content-main .tab-content .all-content .Trustees .heading h1 {
        font-size: 16px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .Trustees
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .Trustees
        .Trustees-img
        .card-content {
        margin: 0% 1% 12% 1%;
    }
}

@media (min-width: 321px) and (max-width: 485px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .Trustees
        .Trustees-img
        .card-content {
        margin: 0% 1% 8% 1%;
    }
}

@media (min-width: 485px) and (max-width: 575px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .Trustees
        .Trustees-img
        .card-content {
        margin: 0% 1% 8% 1%;
    }
}
/*  trustees media query end */

/*  ExecutiveCommitteeMembers media query start */
@media (min-width: 0px) and (max-width: 320px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        h1 {
        font-size: 16px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around
        .vr {
        display: none;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .Executive-img
        .card-content {
        margin: 0% 1% 12% 1%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        h1 {
        font-size: 18px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around
        .vr {
        display: none;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .Executive-img
        .card-content {
        margin: 0% 1% 12% 1%;
    }
}

@media (min-width: 481px) and (max-width: 575px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        h1 {
        font-size: 20px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around
        .vr {
        display: none;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .Executive-img
        .card-content {
        margin: 0% 1% 8% 1%;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        h1 {
        font-size: 20px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        h1 {
        font-size: 20px;
        margin-bottom: 10%;
    }

    .main
        .tab-inner-content-main
        .tab-content
        .all-content
        .ExecutiveCommitteeMembers
        .heading
        .title-around {
        &:before,
        &:after {
            display: none;
        }
    }
}
/*  ExecutiveCommitteeMembers media query end */
/* media query end */
