/* Small devices ( mobile/cellphone ) */
@media only screen and (min-width: 200px) and (max-width: 767px)  {
    h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    div.page-wrapper {
        overflow: hidden;
    }
    .ventedu-slider.anasayfa-slider {
        position: relative;
        height: auto !important;
    }
    .module-section{
        overflow: hidden;
    }
    .page-wrapper > section {
        overflow: hidden;
    }
    .site-header .site-branding img {
        max-height: 50px;
        margin-left: 15px;
    }
    .swiper-item-content, .swiper-item-content.left, .swiper-item-content, .swiper-item-content.right, .swiper-item-content, .swiper-item-content.center {
        position: absolute;
        top: 20%;
        transform: translate(-50%, -50%) scale(0.5);
        display: flex;
        flex-direction: column;
        left: 50%;
        width: 180%;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .swiper-item-content, .swiper-item-content p, .swiper-item-content, .swiper-item-content span{
        font-size: 48pt !important;
    }
    header {
        z-index: 99992;
        height: 140px;
    }
    .header-style-1 .pbmit-header-overlay {
        position: fixed;
        width: 100%;
        z-index: 2;
        left: 0;
        transform: none;
    }
    .pbmit-header-overlay.site-header-menu > .container {
        background-size: cover;
        margin-top: 0;
        border-radius: 0;
    }
    .header-style-1 .pre-header {
        height: 50px;
        line-height: 50px;
    }
    .header-style-1 .site-title {
        height: 80px;
    }
    .dropdown-main-menu {
        width: calc(100vw - 30px);
        display: block;
        position: absolute;
        top: calc(100% + 15px);
        background: #fff;
        border-radius: 25px;
        right: -15px;
        margin-top: 20px;
        opacity: 0;
        transition: all ease-in-out 250ms;
        height: 0;
        overflow: hidden;
    }
    .dropdown-main-menu .menu.navigation li > ul {
        display: none;
        position: static;
        top: 0;
        left: auto;
        right: calc(100% + 5px);
        overflow: hidden;
        background: #efefef;
        border-radius: 0;
        transition: transform 0.26s ease;
    }
    .dropdown-main-menu .menu.navigation li.opened > ul {
        display: block;
        border-left: 4px solid var(--theme-global-color);
    }
    .dropdown-main-menu .menu.navigation li.dropdown {
        position: relative;
    }
    .dropdown-main-menu .menu.navigation li.dropdown:after {
        content: "\e59e";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 0.8rem;
        color: var(--theme-secondary-color);

    }
    .dropdown-main-menu .menu.navigation li.dropdown.opened:after {
        content: "\f068";
        color: #ffffff;
    }
    .dropdown-main-menu .menu.navigation > li:first-child > a {
        border-radius: 0;
    }
    .dropdown-main-menu .menu.navigation li:first-child > ul {
        border-radius: 0;
    }
    .pbmit-header-button {
        justify-content: center;
        padding-top: 10px;
    }
    .module-section.slider.pbmit-slider-area{
        margin-top: 0;
    }
    .anasayfa-slider.swiper-button-next, .anasayfa-slider.swiper-button-prev {
        display: none;
    }
    .ventedu-slider-wrapper.anasayfa-slider .swiper-slide {
        align-items: start;
    }
    .level-box {
        height: 150px;
    }
    .levels-list {
        flex-wrap: wrap;
    }
    .dropdown-main-menu .menu.navigation li a {
        padding: 0.8rem 1.6rem;
        font-size: 0.9rem;
    }
    .ventedu-slider.anasayfa-slider .swiper-slide .swiper-item-bg {
        height: 600px;
    }
    .header-style-1 .site-branding {
        padding-left: 0;
        padding-right: 0;
        border-right: 0px solid #eee;
    }
    .input-search:focus {
        width: 220px;
        background-color: #ffff;
        border: 1px solid #c00;
        border-radius: 25px;
        transition: all 500ms ease-in-out;
    }
    .btn-search:focus ~ .input-search{
        width: 220px;
        background-color: #ffff;
        border: 1px solid #c00;
        border-radius: 25px;
        transition: all 500ms ease-in-out;
    }
    .appointment-section-home3{
        padding-bottom: 60px;
    }
    .video-bg > .video-overlay {
        background: linear-gradient(90deg, rgba(255,255,255,1) 100%, rgba(255,255,255,0) 100%);
    }
    .site-footer .footer-wrap.pbmit-footer-big-area {
        padding-bottom: 0px;
    }
    .static-page-content-wrapper {
        overflow: hidden;
    }
    .page-sidebar-wrapper.left {
        border-bottom-right-radius: 15px;
        border-top-right-radius: 15px;
    }
    .sidebar-title {
        background: #999ea3;
        border-radius: 8px;
        color: #fff;
        padding: 5px 20px;
        position: static;
        top: 10px;
        transform: translateY(0);
        font-size: .9em;
        right: 10px;
        left: 10px;
    }
    .sidebar-title:after {
        content: "\e59e";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        right: 15px;
        top: 8px;
        font-size: 0.8rem;
        color: var(--theme-white-color);

    }
    .sidebar-title.opened:after {
        content: "\f068";
        color: #ffffff;
    }
    .sidebar-container{
        display: none;
    }
    .sidebar-container.opened{
        display: block;
        margin-top: 10px;
    }
    .page-cover {
        height: 360px;
        margin-top: -100px;
    }
    .cover-image {
        top: 100px;
    }
    .page-cover h1.page-title {
        padding-top: 50px;
        font-size: 28px;
        line-height: 32px;
    }
    section.content-page-detail-section {
        margin-bottom: 0;
    }
    .campus-page .campus-name {
        position: absolute;
        background: var(--theme-global-color);
        color: #fff;
        left: 15px;
        right: 0px;
        font-size: 10px;
        font-weight: 700;
        border-radius: 15px;
        text-align: center;
        transform: translateY(-50%);
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 4px 8px;
        white-space: nowrap;
    }
    section.module-section.campus-cover.has-cover {
        height: 400px;
    }
    .campus-cover-content h2.campus-title {
        font-size: 50px;
        text-align: center;
        line-height: 48px;
    }
    section.module-section.campus-cover:after {
        bottom: 0;
    }
    section.module-section.ann-block {
        margin-top: -200px !important;
        margin-bottom: 40px !important;
    }
    .meal-list-wrapper {
        width: calc(100% - 0px);
    }
    .module-section.sm-instagram-feed .section-content > .container{
        max-width: calc(100% - (var(--bs-gutter-x,.75rem)*2));
    }
    .school-levels {
        position: relative;
        margin-top: -80px !important;
        z-index: 100;
        overflow: hidden;
    }
    .school-levels .section-title-wrapper {
        height: 160px;
    }
    .school-levels .section-title-wrapper .section-title span {
        font-size: 1.2em;
    }
    .school-levels .section-title-wrapper .section-title p {
        font-size: 0.9rem;
    }
    .level-box .title {
        font-size: 1.2em;
    }
    .ventedu-slider-wrapper.anasayfa-slider .swiper-pagination-bullets {
        bottom: 5px;
        left: -45px;
        transform: translateX(0) scale(0.7) !important;
    }
    .service-section-home3 {
        overflow: unset !important;
    }
    .service-section-home3:before {
        top: -70px;
        height: 130px;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }
    .news-general-module-section {
        padding-top: 20px !important;
    }
    .single-banner{
        margin-bottom: 20px;
    }
    .cloud-divider::before{
        background-position: bottom center;
    }
    .app-download-btn {
        margin-right: 0;
    }
}
/* 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) {
    .swiper-item-content, .swiper-item-content.left {
        transform: translate(-50%, -50%) scale(0.8);
        left: 50%;
    }
    .ventedu-slider.anasayfa-slider .swiper-slide .swiper-item-bg {
        /* height: 100vh; */
    }
    .pbmit-header-overlay.site-header-menu > .container {
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-style-1 .pbmit-header-overlay {
        position: absolute;
        width: calc(100% - 30px);
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
    }

}
@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) {

}