@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .banner-box {
        position: absolute;
        bottom: 0;
    }
    .banner-box svg {
        width: 100%;
        height: 700px;
        left: 0;
    }
    .shape-eight {
        bottom: 348px;
        margin-left: 377px;
    }
}
@media only screen and (max-width: 1199px) {
    .banner-box svg {
        width: 100%;
        height: 700px;
        left: 0;
    }
    .shape-eight {
        display: none;
    }
    .mobile{
        display:block;
    }
    .desk {
        display: none;
    }
    .course-section .image-gallery::after {
        width: 100%;
        height: 100%;
        right: 0px;
        top: 0;
        z-index:1;
    }
    .edu-footer-widget.explore-widget {
        margin-left: 0;
    }
    .prep-box {
        margin-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-box {
        position: absolute;
        bottom: 0;        
    }
    .slider .content .btn-01 ul li{
        margin:0;
    }
    .slider .content h1 {
        font-size:2.7rem;
    }
    .slider .content p{
        font-size:1.9rem;
    }
}
@media only screen and (max-width: 991px) {
    .pursuit-section .container {
        padding-bottom: 0;
    }

    .banner-box svg {
        width: 100%;
        height: 700px;
        left: 0;
    }
    .banner-box {
        text-align: center;
    }
    .box-border:after{
        display:none;
    }
    .mis-vis-box .text{
        text-wrap:wrap;
    }
    .mis-vis{
        margin-top:-6rem;
    }
    .slider .content  {        
        text-align: center;
        width:100%;
    }
    .my-ba {
        text-align: center;
    }
    .my-ba img{
        width:70%;
    }
    .service-one {
        top: -137px;
        background-position: center top
    }
}
@media only screen and (max-width: 768px) {
    .title-strip {
        text-align: center;
        margin-bottom: 3rem;
    }
    .cta-item{
        margin-bottom:1.5rem;
    }
    .cta-one {
        padding: 120px 0 80px;
    }
}

@media only screen and (max-width: 600px) {
    .banner-box svg {
        width: 100%;
        height: 530px;
        left: 0;
    }

    .slider .content .btn-01 ul {
        text-align: center;
    }

    .slider .content .btn-01 ul li {
        margin: 0;
    }

    .slider .content .btn-01 ul li:nth-of-type(1) {
        margin-bottom: 1rem;
    }

    .slider .content h1 {
        font-size: 2.5rem;
    }

    .slider .content p {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    .my-ba img {
        width: 100%;
    }

    .scholarship-section {
        padding: 50px 30px;
    }

    .title-strip h3 {
        font-size: 35px;
    }
}
