ul{
    position: fixed;
    top: -100%;
    /* display: block; */
    /* right: 0%; */
    right: 0;
    width: 100%;
    padding: 30px 90px 90px 90px;
    overflow-y: auto;
    background-color:#2c3e50;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;

    height: 40vh;
    flex-direction: column;
    transition: 0.5s ;
}
#check:checked ~ ul{
    top: 0%;
}
#check:checked ~ .checkbtn i::before{
    content: '\f00d';
    color: #f44336;
    font-size: 20px;
    transition: 0.5s;
    
}
ul li a{
    display: block;
    text-align: center;
    
    margin: 10px 0px;
}
ul li a:hover{
    color: #f44336;
}
ul li::after{
    display: none;
}

.checkbtn{
    position: absolute;
    /* border: 2px solid red; */
    position: absolute;
    display: inline-block;
    line-height: 80px;
    top: 60px;
    right: 0px;
    top: 0px;
    right: 0;
    z-index: 1000;
}
.checkbtn i{
    display: block;


    color: #fff;
    margin: 30px 20px;
    font-size: 20px;
    cursor: pointer;
    /* margin-top: 0px; */
}
/* --home--------- */
.home-container h1{
    font-size: 25px;
}
.home-container p{
    font-size: 14px;
    
    line-height: 22px;
}
.home-container br{
    display: none;
}
/* ---all-sections h1--------------- */
.course-section h1, .campus-section h1, .facilities-section h1,.testimonials-section h1{
    font-size: 32px;
}
/* ----------course------ */
.row{
    flex-direction: column;
}
/* -----campus---------- */
.campus_row{
    flex-direction: column;
    align-items: center;
}
/* --------faciity------ */
.facilities-row{
    flex-direction: column;
}
/* -testimonial------- */
.testimonial-row{
    flex-direction: column;
}
.testimonial-col{
    flex-direction: column;
}
.testimonial-col img{
    margin-right: 0;
    display: block;
    margin: 0px auto 10px auto;
}
/* -------call-to-action-----  */
.cta-section h1{
    font-size: 20px;
    padding: 0px 3px;
}
/* -----------footer--------- */
.icons{
    margin-top: 10px;
}
/* --------------sub-about---------- */
.about-content{
    padding-top:20px ;
}
.sub-container h1{
    font-size: 32px;
    animation-name: reveal-word-small-sec;
    animation-duration: 2s;
}
.content-col h1{
    font-size: 28px;

}
.sub{
    min-height: calc(50vh - 80px);

}

.content-row{
    flex-direction: column;
}
/* -----blog------------- */
.blog-row{
    flex-direction: column;
}
.blog-left-col{
    margin-bottom: 30px;
}
.comment-form button{
    margin-bottom: 20px;
}
/* ---------cantact----- */
.contact-row{
    flex-direction: column;
}
.contact-info{
    margin-right: auto;
    margin-left: 10px;
}
.contact-col .address h5{
    margin-left: 15px;
    margin-bottom: 2px;
}
.contact-col .address p{
    margin-left: 15px;
}
.contact-col textarea,.comment-form textarea{
    margin-bottom: 20px;
}
/* -----apply-from------------- */
.apply-form{
    padding: 50px 0px;
}
.apply-col1 h1{
    font-size: 32px;
}
.apply-form input,.apply-form textarea{
    width: 100%;
    margin-right: 0px;
}
.apply-form input::placeholder,.apply-form textarea::placeholder{
    font-size: 14px;
}

.apply-col2{
    padding: 0px;
}
.real-form{
    margin: 0px;
}