@media screen and (max-width: 1140px) {
    .continued-education .common-btn {
        right: 20px;
    }
    .campus-life .wrapper {
        overflow: hidden;
    }
}
@media screen and (max-width: 850px) {
    .academics-block .blks .owl-nav {
        display: none;
    }
    .academics-block .blks .owl-stage-outer {
        overflow: hidden;
    }
    .academics-block .blks .owl-item {
        float: left;
    }
    .academics-block .blks .owl-dots {
        margin-top: 10px;
        text-align: center;
    }
    .academics-block .blks .owl-dots button.owl-dot {
        width: 14px;
        height: 14px;
        background: url(../../img/icons/slider-dot.png) no-repeat center center;
        display: inline-block;
        margin: 0px 3px;
        outline: none;
        border: none;
        cursor: pointer;
    }
    .academics-block .blks .owl-dots button.owl-dot.active {
        background: url(../../img/icons/slider-dot-active.png) no-repeat center center;
    }
    .academics-block .blks .blk {
        float: left;
        height: 230px;
        width: 100%;
    }
    .academics-block .blks .blk .text {
        float: left;
        width: 30%;
        height: 100%;
        position: relative;
        text-align: center;
    }
    .academics-block .blks .blk .text span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0;
        padding: 0 20px;
        padding-top: 38px;
    }
    .academics-block .blks .blk .text p {
        display: none;
    }
    .academics-block .blks .blk .text a.pc {
        display: none;
    }
    .academics-block .blks .blk .text a.mobile {
        display: block;
    }
    .academics-block .blks .blk .img {
        float: right;
        width: 70%;
        height: 100%;
    }
    .academics-block .blks .blk .img i {
        display: none;
    }
    .academics-block .blks .blk.blk-1 span {
        background: url(/assets/img/home/icons/home-academics-1.png) no-repeat center top;
    }
    .academics-block .blks .blk.blk-2 span {
        background: url(/assets/img/home/icons/home-academics-2.png) no-repeat center top;
    }
    .academics-block .blks .blk.blk-3 span {
        background: url(/assets/img/home/icons/home-academics-3.png) no-repeat center top;
    }
}
@media screen and (max-width: 800px) {
    .message .img-title {
        padding-bottom: 25px;
    }
    .message .double-blks .blk {
        padding: 0;
        width: calc(100% - 20px);
    }
    .student-services .blk {
        width: calc(100% / 2);
        margin-bottom: 30px;
        height: 200px;
    }
    .student-services .blk:nth-child(even):after {
        display: none;
    }
    .quick-links.by-4 .link {
        width: calc((100% / 2) - 20px);
    }
    .campus-life .post .name {
        font-size: 20px;
    }
    .campus-life .dg-wrapper {
        width: 467px;
        height: 320px;
    }
    .campus-life .dg-wrapper div.post {
        width: 100%;
        height: calc(100% - 20px);
    }
    .campus-life .dg-container {
        height: 298px;
    }
    .campus-life .dg-container nav {
        width: calc(100% - 10px);
    }
}
@media screen and (max-width: 680px) {
    .continued-education .common-title {
        margin-bottom: 65px;
    }
    .continued-education .owl-carousel .owl-nav button {
        top: -50px;
    }
    .continued-education .common-btn {
        top: 54px;
    }
}
@media screen and (max-width: 550px) {
    .first-blk .main .blk{
        padding: 0px;
    }
    .first-blk .main .blk.text {
        float: right;
        width: calc(100% - 20px);
        padding-right: 0;
    }
    .first-blk .main .blk.video {
        height: auto;
        margin-top: 10px;
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 505px) {
    .continued-education .common-btn {
        top: 47px;
    }
}
@media screen and (max-width: 520px) {
    .campus-life .dg-wrapper {
        width: calc(100%);
        height: 320px;
    }
    .campus-life .dg-wrapper div.post {
        width: 100%;
        height: calc(100%);
    }
    .campus-life .dg-wrapper div.post .name {
        bottom: 40px;
    }
    .campus-life .dg-wrapper div.post a {
        right: auto;
        left: 20px;
        font-weight: normal;
        text-transform: capitalize;
        font-size: 13px;
        bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .academics-block .blks .blk {
        height: auto;
    }
    .academics-block .blks .blk .img {
        width: 100%;
    }
    .academics-block .blks .blk .text {
        padding: 20px;
        height: 75px;
        width: 100%;
        text-align: left;
    }
    .academics-block .blks .blk .text span {
        padding: 20px;
        padding-left: 65px;
    }
    .academics-block .blks .blk .text a.mobile {
        margin-top: 0px;
    }
    .academics-block .blks .blk.blk-1 span {
        background: url(/assets/img/home/icons/home-academics-1.png) no-repeat 20px center;
    }
    .academics-block .blks .blk.blk-2 span {
        background: url(/assets/img/home/icons/home-academics-2.png) no-repeat 20px center;
    }
    .academics-block .blks .blk.blk-3 span {
        background: url(/assets/img/home/icons/home-academics-3.png) no-repeat 20px center;
    }
}
@media screen and (max-width: 430px) {
    .quick-links.by-4 .link {
        width: calc((100% / 1) - 20px);
    }
}
@media screen and (max-width: 400px) {
    .student-services .blk {
        width: calc(100%);
    }
    .student-services .blk:after {
        display: none;
    }
}
@media screen and (max-width: 390px) {
    .continued-education .common-btn {
        top: 78px;
    }
    .sami-box {
        float: left;
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
    .academics-block .blks .blk .text span {
        padding: 0 20px;
        padding-top: 20x;
    }
}
@media only screen and (max-width: 479px) {
    .campus-life .dg-container {
        height: 320px;
    }
    .academics-block .blks .blk .text {
        height: 70px !important;
    }
    .academics-block .blks .blk .text span {
        padding: 0px 20px;
        padding-left: 25px;
    }

    .sami-box {
        float: left;
        width: 100%;
    }
}

/*# sourceMappingURL=study-responsive.css.map */
