.population {
    display: flex;
}
#mobile_footers, #mobile_headers, .div-tab-container, .nav-search {
    display: none;
}
.population p {
    width: 140px;
    height: 90px;
    background: rgba(250, 205, 145, 0.674509803921569);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.population span {
    flex: 1;
    background: rgb(254, 240, 222);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.population span a {
    display: block;
    color: #000;
    font-size: 20px;
}

.population span a:hover {
    color:#bd1a2d !important;
    color: rgba(189, 26, 45, 1);
}

.ModelRedCenter {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    background: rgba(189, 26, 45, 1);
    margin: 30px 0px;
}

.ProgrammeTable {
    height: 620px;
    margin-top: 100px;
    border: 1px solid rgba(215, 215, 215, 1);
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.ThreeCircular {
    width: 1200px;
    position: absolute;
    left: 0px;
    top: -85px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ThreeCircular div {
    width: 170px;
    height: 170px;
    border: 1px solid rgba(215, 215, 215, 1);
    border-radius: 50%;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
}

.ThreeCircular div p,
.ThreeCircular div span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arvo', sans-serif;
}

.ThreeCircular div p {
    font-size: 60px;
}

.ThreeCircular div span {
    font-size: 20px;
}

.ThreeCircular .Act {
    background: rgb(189, 26, 45);
    color: white;
}

.ThreeCircularContext {
    width: 1100px;
    height: 500px;
}

.development,
.stress,
.crux {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.development .build {
    width: 55%;
}

.development .group {
    width: 20%;
}

.development .area {
    width: 20%;
}

.build p,
.group p,
.area p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid rgb(189, 26, 45);
    font-size: 20px;
    color: rgb(189, 26, 45);
}

.build div,
.group div,
.area div {
    display: flex;
    flex-wrap: wrap;
}

.build div span,
.group div span,
.area div span {
    width: 28%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: white;
    /*box-shadow: 0 0 4px 0 #000;*/
    border: 1px solid pink;
    margin-top: 15px;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 4%;
}

.group div span,
.area div span {
    width: 100%;
}

.stress div {
    width: 28%;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    border: 1px solid rgb(189, 26, 45);
    margin-top: 20px;
    border-right: 8px solid rgb(189, 26, 45);
}

.stress div p {
    width: 24px;
    height: 76%;
    position: absolute;
    top: 12%;
    left: -12px;
    background: rgb(189, 26, 45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.crux>div {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.crux>div>div {
    width: 135px;
    height: 320px;
    border: 1px solid rgb(189, 26, 45);
    border-radius: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.crux>div>div>img {
    width: 80px;
    margin-top: 35px;
}

.crux>div>div>a {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    background: rgb(189, 26, 45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    margin-bottom: 10px;
}

.crux>div>div> a:hover {
    color:white !important;
}

.crux>div p {
    margin-top: 10px;
}

.crux>div p b {
    font-size: 24px;
    color: rgb(189, 26, 45);
}

.crux>div p span {
    font-size: 14px;
    color: #7f7f7f;
}

@media (max-width: 768px) {
    * {
        font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    }
    #mobile_footers, #mobile_headers, .div-tab-container {
        display: block;
    }
    #navs, #headers {
        display: none;
    }
    .btn-into-home {
        color: #ffffff;
        border: none;
        padding: 5px 12px;
        background: #ab2626;
        border-radius: 8px;
        font-weight: bold;
    }
    .nav-search {
        background: #9c0000;
        padding: 0.5em 1em;
        display: flex;
        height: 48px;
    }
    .nav-icon {
        width: 2em;
    }
    .search_input {
        margin-left: 20px;
        width: 83%;
    }
    .search_input img {
        position: absolute;
        width: 22px;
        margin-top: 5px;
        right: calc(8%);
    }
    .search_input input {
        border-radius: 10px;
        border: 0;
        width: 100%;
        height: 32px;
        padding-left: 10px;
        font-size: 14px;
        letter-spacing: normal;
        color: #000000;
        outline: none;
    }
    body {
        overflow-x: hidden;
    }
    .Bold20 {
        font-size: 18px;
        line-height: 36px;
        width: 95%;
        margin: auto;
    }
    .population {
        display: block;
    }
    .population p {
        height: 50px;
        margin: 10px;
    }
    .population span {
        padding: 10px;
    }
    .population span a {
        font-size: 18px;
        line-height: 1.8em;
        border-bottom: dotted 1px #a4a4a4;
    }
    .Model {
        width: 130px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        margin: 30px 10px 0;
    }
    .ul-tab-header {
        display: flex;
        justify-content: space-around;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ul-tab-header>li {
        list-style: none;
        font-size: 18px;
        font-weight: bold;
        a {
            font-size: 18px;
        }
    }
    .ul-tab-header>li.active {
        list-style: none;
        color: #9c0001;
        border-bottom: solid 5px #ffdab9;
    }
    .ProgrammeTable {
        height: auto;
        margin-top: 60px;
    }
    .ThreeCircularContext {
        height: auto;
        margin-bottom: 20px;
    }
    .ThreeCircular {
        width: 100%;
        display: flex;
        top: -40px;
        justify-content: space-evenly;
    }
    .ThreeCircular div {
        width: 80px;
        height: 80px;
    }
    .ThreeCircular div p {
        font-size: 24px;
        margin-top: -8px;
    }
    .ThreeCircular div span {
        font-size: 16px;
    }
    .development, .stress, .crux {
        margin-top: 50px;
    }
    .development .build{
        width: 95%;
        margin: auto;
    }
    .development .group {
        width: 45%;
    }
    .development .area {
        width: 48%;
    }
    .build div span {
        margin-top: 10px;
    }
    .group>p, .area>p {
        font-size: 0.9em;
    }
    .group div span, .area div span {
        width: 90%;
    }
    .stress div {
        width: 30%;
        height: 75px;
    }
    .crux>div>div {
        width: 95px;
        height: 200px;
    }
    .crux>div>div>img {
        width: 40px;
    }
    .crux>div>div>a {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }

}