@media (min-width: 720px){
    .ta_header{
        height: 120px;
    }
    .tah_logo a{
        margin-left: 64px;
        max-height: 40px;
        font-size: 2rem;
    }
    .tah_option button{
        margin-right: 64px;
        height: 40px;
    }
    .tah_option button{
        display: none;
    }
    .tah_navigation{
        width: auto;
        display: inherit;
    }
    .tah_navigation ul{
        display: flex;
        justify-content: space-around;
    }
    .tah_navigation ul li{
        list-style-type: none;
        margin: 12px;
        & a{
            white-space: nowrap;
        }
    }
    ul li a.taha_navg{
        text-decoration: none;
        font-size: 16px;
        color: #051A1A;
        font-weight: 550;
        letter-spacing: 1.5px;
        text-transform: capitalize;
        transition: all ease-in-out .3s;
        &:hover{
            color: #006666;
            font-weight: 700;
        }
    }
    .tah_navigation ul li a#navgHome::after{
        content: "";
        display: block;
        width: 24px;
        height: 4px;
        border-radius: 19%;
        background-color: #006666;
        margin-top: 2px;
        margin-left: 4px;
    }
    .tah_banner h3{
        font-size: 3.6rem;
    }
    .tah_banner h6{
        font-size: .8rem;
    }
    .tah_banner .tahb_template{
        width: 800px;
    }
    .tah_banner .tahb_template div{
        width: 180px;
        height: 54.8px;
        border-radius: 8px;
        border: 4px solid #000;
        transform: rotate(6deg);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .next_letter{
        font-weight: 600;
        position: relative;
        z-index: 10;
        &::after{
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background-color: #000;
            position: absolute;
            top: 0;
            right: 0;
            border-bottom-left-radius: 100%;
        }
        &::before{
           content: "";
            width: 180px;
            height: 18px;
            background-color: #000;
            bottom: -10px;
            position: absolute;
            z-index: -1;
            transform: rotate(-4deg);
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 14px;
        }
    }
    .next_letter h2{
        background: linear-gradient(180deg, #24B5B5 0%, #228585 100%);
        font-size: 1.6rem;
        text-transform: uppercase;
        -webkit-text-fill-color: transparent;
        text-transform: uppercase;
        background-clip: text;
    }
    .tah_banner .tahb_template h5:nth-child(1){
        font-size: 3rem;
        color: #006666;
        width: 160px;
    }
    .tah_banner .tahb_template h5:nth-child(3){
        font-size: 3rem;
        color: #006666;
        width: 393px;
    }
    .tah_banner h6{
        margin-top: 36px;
        margin-bottom: 46px;
    }
    .tabh_imggggg{
        background-color: #fff;
        width: 80%;
        height: 100%;
        padding: 22px 22px 0 22px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-left: 4px solid #000;
        border-top: 4px solid #000;
        border-right: 4px solid #000;
        margin: auto;
        margin-top: 16px;
    }
    .ta_body{
        padding-top: 86px;
    }
    .ta_body .tab_1 h4{
        font-size: 1.6rem;
    }
    .ta_body .tab_1 h3{
        font-size: 2.4rem;
    }
    .tab_references{
        width: 80%;
        margin: auto;
        margin-bottom: 64px;
    }
    .tab_framework{
        width: 100%;
        background-color: #0066660F;
    }
    .tabf_head{
        margin-top: 40px;
        padding-top: 74px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tabf_head h4{
        font-family: "Caveat", cursive !important;
        font-size: 1.6rem;
        color: #006666;
    }
    .tabf_head h3{
        font-size: 2.4rem;
    }
    .tabf_head div{ 
        width: 46px;
        height: 5px;
        background-color: tomato;
        border-radius: 20px;
        margin-top: 8px;
    }
    .tabf_body{
        padding-top: 54px;
    }
    .tabf_body{
        margin: auto;
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .tabf_body a{
        width: 220px;
        height: 94px;
        background-color: #fff;
        border-radius: 12px;
        margin: 20px;
        display: flex;
        justify-content: start;
        align-items: center;
        text-decoration: none;
        color: #051A1A;
        box-shadow: 0px 1.9217px 1.53736px 0px rgba(0, 102, 102, 0.03), 0px 4.6181px 3.69448px 0px rgba(0, 102, 102, 0.05), 0px 8.69547px 6.95638px 0px rgba(0, 102, 102, 0.06), 0px 10px 10px 0px rgba(0, 102, 102, 0.04);
    }
    .fa_img{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 12px;
        border-radius: 8px;
        width: 70px;
        height: 70px;
        background-color: #0066660F;
    }
    .fa_img img{
        width: 30px;
        height: 30px;
    }
    .tab_UFeaure{
        width: 100%;
        background-color: #0066660F;
        padding-bottom: 46px;
    }
    .tabuf_head{
        margin: auto;
        padding-top: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .tabuf_head h4{
        font-family: "Caveat", cursive !important;
        font-size: 1.6rem;
        color: #006666;
    }
    .tabuf_head h3{
        font-size: 2.4rem;
    }
    .tabuf_head div{
        width: 46px;
        height: 5px;
        background-color: tomato;
        border-radius: 20px;
        margin-top: 8px;
    }
    .tabuf_body{
        width: 80%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }
    .tabufb_child{
        width: 300px;
        height: 140px;background-color: #fff;
        border-radius: 12px;
        padding: 16px 22px;
        position: relative;
        margin: 12px;
        margin-top: 46px;
        box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    }
    .tabfbc_logo{
        position: absolute;
        width: 50px;
        height: 50px;
        top: -25px;
        right: 25px;
        background-color: #fff;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 5px 7px 4px 0px rgba(0, 0, 0, 0.2);
    }
    .tabfbc_logo img{
        width: 44px;
        height: 44px;
        padding: 9px;
        background-color: #00666625;
        border-radius: 12px;
    }
    .tabfbc_content h5{
        font-size: 16px;
        font-weight: 550;
    }
    .tabfbc_content p{
        color: #86909C;
        margin-top: 12px;
        font-size: 14px;
        letter-spacing: 0.7px;
    }
    .ta_footer{
        width: 100%;
        height: auto;
        background-color: #006666;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .taf_logo{
        padding-top: 12px;
    }
    .taf_cpr{
        text-align: center;
        color: #fff;
    }
    .taf_cpr h5{
        margin-top: 24px;
        font-weight: 550;
        font-size: .8rem;
    }
    .tab_references .tab_dashboard .tab_schedule-hoc{
        padding: 12px 0;
    }
    .tab_references .tab_dashboard .tab_schedule-hoc ul{
        list-style-type: none;
        padding: 0 24px;
    }
    .tabd_round{
        width: 46px;
        height: 6px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .tadh_head{
        width: 94%;
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tab_references .tab_dashboard .tab_schedule-ranh{
        width: 94%;
    }
    .tab_references .tab_dashboard .tab_schedule-hoc{
        width: 94%;
    }
    .sch_weeks{
        margin: auto;
        margin-top: 24px;
        margin-bottom: 46px;
    }
    .tab_info{
        width: 600px;
        max-width: 92%;
    }




}