@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header {
        height: 80px;
        background: rgba(255, 255, 255, 1);
    }
    .navbar-toggler {
        display: inline-block;
    }
    .navbar-brand img {
        height: 35px;
    }
    .navbar-nav {
        padding-left: 0px;
        margin: 0px !important;
        text-align: center;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link {
        border: 0px !important;
    }
    .topMenuRight {
        top: 22px;
    }
    .navbar-collapse {
        background-color: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        top: 80px;
    }
    .mobile-header-btns {
        margin-right: 55px;
    }
    .cartIcon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .cartIcon:nth-child(2) {
        margin-right: 0px;
    }
    .mobile-login-btn {
        height: 40px;
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .cartPopup {
        width: 100%;
    }
    .cartCount {
        position: absolute;
        top: -10px;
        right: -8px;
    }
    .heroSection {
        height: 250px;
        margin-top: 80px;
    }
    .newSlider .swiperContent {
        width: 75%;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid var(--primary-color);
    }
    .newSlider .swiperContent h2 {
        font-size: 1.2em;
        margin-bottom: 7px;
    }
    .newSlider .swiperContent p {
        font-size: 14px;
    }
    .newHomeSlider .swiperContent {
        width: 80%;
        padding: 30px;
        border-radius: 10px;
    }
    .newHomeSlider .swiperContent h2 {
        font-size: 1.2em;
        margin-bottom: 7px;
    }
    .newHomeSlider .swiperContent p {
        font-size: 14px;
    }
    .swiper-section {
        background-color: #F2F3F5;
    }
    .section-md,
    .swiper-section,
    .home-footer,
    .bottom_footer {
        padding: 30px 0px;
    }
    .newHomeSlider {
        top: 0px;
    }
    .title-content {
        font-size: 14px;
    }
    .footer-right {
        padding-left: 15px;
    }
    .social_icons {
        justify-content: center;
    }
    .contact_info li a,
    .contact_info i+*,
    .footer-cnt p {
        font-size: 14px;
    }
    .bottom_footer p {
        font-size: 14px;
        text-align: center;
    }
    .arrow,
    .arrow2,
    .arrow3 {
        display: block;
        height: 10px;
        width: 10px;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }
    .heroSection video {
        transform: scale(1.5);
    }
    #wrap {
        width: 50px;
        height: 50px;
        bottom: 15px;
    }
    .breadcrumb {
        display: none;
    }
    .breadcrumb_section {
        height: 200px;
        margin-top: 80px;
        padding: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-title h1 {
        font-size: 22px;
    }
    .content-tab .tab-list {
        flex-direction: column;
    }
    .content-tab .tab-list button {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 22px;
    }
    .content-tab .tab-list button.active::after {
        display: none;
    }
    .carousel .slider-wrapper,
    .carousel .slide img {
        height: auto;
    }
    .priese_cont h3 {
        font-size: 18px;
    }
    .contact_style {
        padding: 20px 20px;
    }
    .priese_cont h2 {
        font-size: 20px;
    }
    .priese_cont .box {
        font-size: 13px;
    }
    .tab-content .priese_cont .box {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .tab-content .priese_cont .box {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .tab-content .priese_cont .box .courseLeft {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .tab-content .priese_cont .box span:nth-child(1) {
        margin-bottom: 10px;
    }
    .product_cont .list {
        font-size: 13px;
        text-align: justify;
    }
    .authincation {
        min-height: auto;
    }
    .orgcodeBg {
        display: none;
    }
    .orgcodeContentarea {
        position: static;
    }
    .orgCodeForm {
        position: static;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(-0%, -0%);
    }
    .orgCodeForm {
        width: 100%;
    }
    .orgcodeContentarea {
        position: relative;
        height: 100vh;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .orgCodeForm {
        box-shadow: none;
        padding: 0;
    }
    .orgcodeContentarea.height-auto {
        height: 100%;
    }
    .authincation-content {
        padding: 30px;
        width: 100%;
    }
    .mobile-login-logo {
        justify-content: center;
        display: flex;
        align-self: center;
        margin-bottom: 40px;
    }
    .mobile-login-logo .login-logo {
        height: 55px;
    }
    .box {
        margin-bottom: 15px;
    }
    .Oeffen-right .box span {
        width: auto;
        display: contents;
    }
    .contactForm input.form-control {
        height: 45px;
        padding-left: 15px;
    }
    .btn {
        padding: 12px 18px;
    }
    .show-pass {
        top: 11px;
    }
    .Oeffen-left .box {
        font-size: 13px;
        padding: 15px;
    }
    .Oeffen-right h5 {
        font-size: 14px;
    }
    .Oeffen-right .box {
        font-size: 13px;
    }
    .Oeffen_cnt h5 {
        font-size: 16px;
    }
    .Oeffen_cnt p,
    .Oeffen_cnt p a {
        font-size: 14px;
    }
    .contactForm label {
        font-size: 14px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 25px;
    }
    .priese .table thead th {
        font-size: 14px;
    }
    .table-bordered td,
    .table-bordered th {
        font-size: 13px;
    }
    .priese_cont p {
        font-size: 14px;
    }
    .priese_cont h3 {
        font-size: 16px;
    }
    .home-footer h5 {
        font-size: 16px;
    }
    .contact_style {
        margin-bottom: 0px;
    }
    #map iframe {
        height: 350px;
    }
    .contact_text p,
    .contact_text p a {
        font-size: 14px;
    }
    .courseRight .btn {
        padding: 10px 20px;
    }
    .desk-tab {
        display: none !important;
    }
    .content-tab .tab-content {
        padding-top: 30px;
    }
    .content-tab .tab-list button {
        border: 0px !important;
        margin-top: 5px;
    }
    .tab-list.mobile-tab {
        max-height: 0;
        overflow: hidden;
        display: flex;
    }
    .since-logo {
        width: 80px;
        height: 80px;
        right: 30px;
        bottom: 30px;
    }
    .since-logo-base {
        position: relative;
        width: 80px;
        height: 80px;
    }
    .play-logo {
        width: 40px;
        height: 40px;
    }
    .banner-img-position {
        width: 80px;
        height: 80px;
    }
    .banner-img-position img {
        width: 80px;
        height: 80px;
    }
    .modal-dialog.AddMember.tourModal {
        max-width: 100vw;
        height: 80vh;
    }
    .modalHeader {
        height: 50px;
    }
    .AddMember .modalHeader h5 {
        font-size: 16px;
    }
    .addMember-content {
        padding: 5px;
    }
    .courseRight {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        height: 80px;
        background: rgba(255, 255, 255, 1);
    }
    .navbar-toggler {
        display: inline-block;
    }
    .navbar-brand img {
        height: 35px;
    }
    .navbar-nav {
        padding-left: 0px;
        margin: 0px !important;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 25px;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link {
        border: 0px !important;
    }
    .topMenuRight {
        top: 22px;
    }
    .navbar-collapse {
        background-color: #fff;
        position: fixed;
        width: 100%;
        left: 0;
        top: 80px;
    }
    .mobile-header-btns {
        margin-right: 60px;
    }
    .cartIcon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .cartIcon:nth-child(2) {
        margin-right: 0px;
    }
    .mobile-login-btn {
        height: 40px;
        border-radius: 10px;
        font-size: 12px;
        padding: 0px 15px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .cartPopup {
        width: 100%;
    }
    .cartCount {
        position: absolute;
        top: -10px;
        right: -8px;
    }
    .heroSection {
        height: 50vh;
        margin-top: 80px;
    }
    .newSlider .swiperContent {
        width: 80%;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid var(--primary-color);
    }
    .newSlider .swiperContent h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .newSlider .swiperContent p {
        font-size: 15px;
    }
    .newHomeSlider .swiperContent {
        width: 80%;
        padding: 30px;
        border-radius: 10px;
    }
    .newHomeSlider .swiperContent h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .newHomeSlider .swiperContent p {
        font-size: 15px;
    }
    .swiper-section {
        background-color: #F2F3F5;
    }
    .section-md,
    .swiper-section,
    .home-footer,
    .bottom_footer {
        padding: 30px 0px;
    }
    .newHomeSlider {
        top: 0px;
    }
    .title-content {
        font-size: 14px;
    }
    .footer-right {
        padding-left: 15px;
    }
    .contact_info li a,
    .contact_info i+*,
    .footer-cnt p {
        font-size: 14px;
    }
    .bottom_footer p {
        font-size: 14px;
    }
    .heroSection video {
        transform: scale(1.5);
        height: auto;
    }
    #wrap {
        bottom: 20px;
    }
    .breadcrumb {
        display: none;
    }
    .breadcrumb_section {
        height: 250px;
        margin-top: 80px;
        padding: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-title {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-title h1 {
        font-size: 25px;
    }
    .content-tab .tab-list button {
        font-size: 14px;
        font-weight: 600;
        padding: 10px 22px;
    }
    .carousel .slider-wrapper,
    .carousel .slide img {
        height: auto;
    }
    .priese_cont h3 {
        font-size: 20px;
    }
    .contact_style {
        padding: 20px 20px;
    }
    .priese_cont h2 {
        font-size: 28px;
    }
    .authincation {
        min-height: auto;
    }
    .orgcodeBg {
        display: none;
    }
    .orgcodeContentarea {
        position: static;
    }
    .orgCodeForm {
        position: static;
        top: 0%;
        left: 0%;
        -webkit-transform: translate(-0%, -0%);
    }
    .orgCodeForm {
        width: 100%;
    }
    .orgcodeContentarea {
        position: relative;
        height: 100vh;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .authincation-content {
        padding: 30px;
        width: 100%;
    }
    .mobile-login-logo {
        justify-content: center;
        display: flex;
        align-self: center;
        margin-bottom: 40px;
    }
    .mobile-login-logo .login-logo {
        height: 75px;
    }
    .Oeffen-right .box span {
        width: auto;
        display: contents;
    }
    .orgCodeForm {
        box-shadow: none;
        padding: 0;
    }
    .orgcodeContentarea.height-auto {
        height: 100%;
    }
    .courseRight {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }
    .tab-content .priese_cont .box {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .tab-content .priese_cont .box span:nth-child(1) {
        margin-bottom: 10px;
    }
    .tab-content .priese_cont .box .courseLeft {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .header {
        height: 90px;
    }
    .navbar-nav {
        padding-left: 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 33px 5px;
        text-align: center;
        font-size: 13px;
    }
    .cartIcon {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .cartCount {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .topMenuRight .btn {
        padding: 11px 15px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header {
        height: 90px;
    }
    .navbar-nav {
        padding-left: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 33px 10px;
        text-align: center;
        font-size: 14px;
    }
    .navbar-brand img {
        height: 45px;
    }
    .heroSection video {
        transform: scale(1.5);
        height: auto;
    }
    .heroSection {
        height: 70vh;
    }
    .newSlider .swiperContent {
        width: 80%;
        padding: 30px;
        border-radius: 10px;
    }
    .newSlider .swiperContent h2 {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .newSlider .swiperContent p {
        font-size: 16px;
    }
    .newHomeSlider .swiperContent {
        width: 80%;
        padding: 30px;
        border-radius: 10px;
    }
    .newHomeSlider .swiperContent h2 {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .newHomeSlider .swiperContent p {
        font-size: 16px;
    }
    .section-md,
    .swiper-section,
    .home-footer,
    .bottom_footer {
        padding: 50px 0px;
    }
    .newHomeSlider {
        top: 0px;
    }
    .orgCodeForm {
        width: 80%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .header {
        height: 90px;
    }
    .navbar-nav {
        padding-left: 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 33px 5px;
        text-align: center;
        font-size: 13px;
    }
    .cartIcon {
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .cartCount {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .topMenuRight .btn {
        padding: 11px 15px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1199px) {
    .header {
        height: 90px;
    }
    .navbar-nav {
        padding-left: 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 32px 10px;
        text-align: center;
        font-size: 14px;
    }
    .cartIcon {
        margin-right: 10px;
        width: 45px;
        height: 45px;
    }
    .cartCount {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }
    .topMenuRight .btn {
        padding: 13px 18px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .navbar-nav {
        padding-left: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 37px 10px;
        text-align: center;
        font-size: 15px;
    }
}