/* Small devices ( mobile/cellphone ) */
@media only screen and (min-width: 200px) and (max-width: 767px)  {

    .module-section{
        overflow: hidden;
    }
    footer .main-menu-nav {
        flex-direction: column;
    }
    .logo-wrapper img {
        max-height: 60px;
    }
    #menu {
        width: 100vw;
        right: -10px;
    }
    .section-custom-title div.line1, .section-custom-title div.line2 {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -2px;
    }
    .blog-boxes-block .section-custom-title div.line1, .blog-boxes-block .section-custom-title div.line2 {
        /* font-size: 24px; */
    }
    .news-detail-wrapper .news-image-area {
        width: 100% !important;
    }
    section.page-cover {
        height: 140px !important;
    }
    section.page-cover .cover-image {
        background-position: 70% center;
        background-size: contain;
    }
    .basinda-biz-home section.page-cover .cover-image {
        background-position: 50% center;
    }

    .event-list>li>time {
        width: 24%;
        font-size: .8em;
    }
    .event-list>li>.info {
        width: 76%;
        padding-top: 8px;
    }
    .event-list>li>.info>a>.title {
        font-size: 9pt;
        line-height: 1.3;
        white-space: normal;
        padding-right: 25px;
        text-align: left;
    }
    .event-list>li>.info>a>.desc {
        font-size: 8pt;
        text-align: left;
        margin-top: 2px;
        margin-bottom: 5px;
    }
    .event-list>li {
        display: flex;
        position: relative;
    }
    .page-title {
        text-align: center;
    }
    .event-list>li>.social>ul>li>a {
        padding: 8px 6px;
        display: flex;
        align-items: center;
        text-decoration: none;
        position: absolute;
        right: 0;
        background: #ececec;
        height: 100%;
    }
    .event-list>li>.social>ul>li>a span:last-child {
        display: none;
    }
    .page-sub-menu {
        height: 60px;
        position: relative;
        z-index: 99;
    }
    .sub-menu-opener {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 1.5em;
    }
    div.sub-nav {
        display: none;
        position: absolute;
        background-color: var(--brand-color2);
        border-radius: 10px;
        width: 300px;
        left: 50%;
        top: 55px;
        z-index: 50;
        transform: translateX(-50%);
        filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.29));
    }
    div.sub-nav:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(242, 101, 34, 0);
        border-bottom-color: #f26522;
        border-width: 10px;
        margin-left: -10px;
    }
    ul.sidebar-menu li{
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    ul.sidebar-menu li:last-child{
        border-bottom: 0;
    }
    ul.sidebar-menu li a {
        padding: 6px 10px;
    }
    ul.sidebar-menu li:after{
        display: none;
    }
    .page-cover .page-title {
        color: var(--brand-color1);
        font-weight: 300;
        line-height: 1;
        letter-spacing: -2px;
        font-size: 1.4em;
        margin-bottom: 0;
        padding-left: 15px !important;
        width: 70%;
    }
    .campus-name-overlay {
        width: 100%;
        padding: 10%;
        left: 50%;
        transform: translate(-50%);
    }
    .campus-name-overlay h1.page-title {
        font-size: 2em;
    }
    .ventedu-slider-wrapper.gallery-slider-wrapper .swiper-slide {
        width: 100% !important;
        height: 270px;
    }
    .module-section .section-title {
        font-size: 1.5em;
    }
    #jivo_custom_widget{
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: #f26622;
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        font-size: 2.2em;
        height: 28px;
        align-items: center;
        justify-content: center;
        border: 0;
    }
    #jivo_custom_widget:hover{
        animation: none;
    }
    #jivo_custom_widget img{
        display: none !important;
    }
    #jivo_custom_widget i{
        display: block !important;
    }
    .jivo_offline:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: red;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff;
    }
    .jivo_online:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #28a745;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff;
    }
    .hizli-erisim-menusu {
        flex-direction: column;
    }
    .hizli-erisim-menusu li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }
    .hizli-erisim-menusu li:last-child{
        border-bottom: 0;
    }
    .hizli-erisim-menusu li a {
        padding: 12px 10px;
        font-size: 0.9em;
        width: 100%;
        text-align: center;
    }
    .section-custom-title {
        position: relative;
        padding-bottom: 50px;
    }
    .archive-btn.custom {
        right: auto;
        bottom: 9px;
        left: 5px;
    }
    .footer-campus-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-top: 25px;
        border-bottom: 1px solid #375274;
        padding-bottom: 25px;
    }
    footer .main-menu-nav li {
        margin-right: 0;
    }
    .staff-box.opacity-0{
        display: none;
    }
    .breadcrumb {
        justify-content: center;
    }
    .contact-form-btn {
        height: auto;
    }
    .campus-list-card .campus-detail .campus-adress.mb-2 {
        height: auto;
    }
    .campus-list-card .campus-detail .campus-title {
        height: auto;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .top-nav-wrapper {
        padding-right: 8px;
    }
    li.kayit-kabul-btn {
        position: relative;
        background: var(--brand-color2);
        margin: 0 10px 0px 0 !important;
        padding: 6px 12px;
        border-radius: 4px;
        text-align: center;
        line-height: 1;
    }

    ul.top-menu li a {
        color: #fff;
        transition: all linear 250ms;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    li.kayit-kabul-btn a i{
        margin-right: 4px !important;
    }
    .campus-map-header{
        display: none !important;
    }
    section.campus-filters .filter-area .filter-info-area {
        font-size: 1em;
        margin-top: 15px;
    }
    section.campus-filters .filter-area form .form-control {
        padding: 0.8rem 0.7rem 0.6rem 0.7rem;
        border-bottom: 1px solid #ffffff;
        border-radius: 10px;
        color: #6c757d;
        font-weight: bold;
        line-height: 1;
    }
    section.campus-filters .filter-area button.detail-btn {
        padding: 8px 30px;
        border-radius: 10px;
        width: 50%;
        margin: auto;
    }
    .campus-list-card {
        margin-top: 25px;
        height: auto;
    }
    .campus-list-card .campus-image {
        height: 210px;
    }
    .campus-list-card .campus-detail .campus-title {
        font-weight: bold;
        font-size: 1.1em;
        letter-spacing: -1px;
    }
    .site-adress p{
        text-align: center;
    }
    div#body-popup-video-ad {
        padding: 0;
    }
    div#body-popup-video-ad-close {
        flex-direction: row;
        position: absolute;
        bottom: 25px;
    }
    #body-popup-video-ad-close .form-check.form-switch {
        display: flex;
        align-items: center;
        height: 30px;
    }
    #body-popup-video-ad-close .form-check.form-switch label.form-check-label {
        font-size: 9px;
        margin-left: 5px;
    }
    #body-popup-video-ad-close .form-check.form-switch .form-check-input {
        margin-top: 0.05em;
    }
    div#body-popup-video-ad-content {
        width: 100%;
    }
    button#closeVideoBtn, button#soundToggle {
        width: 32px;
        height: 32px;
        border: 1px solid #ffffff59;
    }
    .ventedu-slider-wrapper .ana-slider.swiper-pagination-bullets {
        display: none;
    }
    .campus-levels.campus-home .badge.campus-level {
        font-size: 0.7rem;
        background-color: var(--brand-color2);
        margin-right: 4px;
        letter-spacing: 0px;
        margin-bottom: 4px;
        border-radius: 0 !important;
        padding: 12px 20px;
        color: #fff !important;
        text-transform: uppercase;
        margin: 0 !important;
        width: calc(50% - 8px);
    }

    section.video-area a {
        position: absolute;
        bottom: 0;
        padding-top: 70px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        left: -5px;
        transform: scale(0.7);
        z-index: 10;
    }
    h1.page-title {
        font-size: 1.2em;
    }

    .mba-store-btn {
        background-color: var(--brand-color2);
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        font-size: .9em;
        padding: 5px;
        border-radius: 4px;
        white-space: nowrap;
    }
}

/* (1366x768) WXGA Display */
@media screen and (max-width: 1444px) {
    section.page-cover {
        height: 500px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 560px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    section.page-cover {
        height: 300px !important;
    }
    .page-title {
        font-size: 2em;
    }
    .page-cover .page-title {
        font-size: 2.5em;
        letter-spacing: -2px;
    }
    .popup-window div.content-wrapper {
        max-width: 400px;
    }
    .campus-list-card .campus-detail .campus-title {
        font-size: 1.2em;
    }
    .news-card {
        height: 575px;
    }
    .news-card .content-wrapper .card-img-wrapper {
        height: 352px;
    }
    .news-card .content-wrapper .card-title {
        padding: 20px 20px 10px 20px;
    }
    .news-card .content-wrapper .card-date {
        padding: 0 20px;
        font-size: 1em;
    }
    .news-card .content-wrapper .card-desc {
        padding: 0 20px;
    }
    .news-card .footer {

    }
    .news-card .footer .btn {
        padding: 8px 20px;
    }
    .news-card .footer .date {
        padding: 8px 20px;
        font-size: 0.8em;
    }
    #jivo_custom_widget{
        position: fixed;
        bottom: 20px;
        right: 15px;
        color: #f26622;
        background-color: transparent;
        border-radius: 4px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        font-size: 2.2em;
        height: 28px;
        align-items: center;
        justify-content: center;
        border: 0;
    }
    #jivo_custom_widget:hover{
        animation: none;
    }
    #jivo_custom_widget img{
        display: none !important;
    }
    #jivo_custom_widget i{
        display: block !important;
    }
    .jivo_offline:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: red;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff;
    }
    .jivo_online:after {
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #28a745;
        border-radius: 50%;
        top: -8px;
        right: -2px;
        border: 1px solid #fff;
    }
}
@media only screen and (width: 320px) {

}
@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation : landscape) {

}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1440px) {

}