/* @media (min-width:992px) and (max-width:1268px) */
@media (min-width:992px) and (max-width:1268px) {

    /* header  */
    header .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }
    header .navbar{
        width: 100%;
    }

    header .navbar .navbar-brand img {
        width: 109px;
        height: 51px;
    }

    .navbar .navbar-nav .nav-item .nav-but {
        padding: 8px 15px;
        font-size: 14px;
    }

    .items-courses .left-items h2 {
        font-weight: 900;
        font-size: 25px;
        color: #095F90;
    }


    .left-article{
        padding: 10px;
    }

.left-article  ul li a{
    font-size: 13px;
}

    /* footer */
    footer {
        height: auto;
    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    footer .subscribe-media {
        display: none;
    }
}


/* @media (min-width:320px) and (max-width:991px) */
@media (min-width:320px) and (max-width:991px) {

    
    /* header  */
    header .navbar {
        width: 99%;
    }

  .wave{
    display: none;
  }

  .banner{
    height: 200px;
  }

.badge{
    font-size: 13px !important;
}

  footer{
    background-color: #812990;
  }
    
    header{
        background-image: url("../../assets/images/banner_2.png");
        background-position: 0px 0px ;
        background-size: cover;
    }

    .navbar-nav {
        text-align: center;
        padding: 15px 0px;

    }

    .payment-title h1{
        font-size: 25px !important;
            }


    header .navbar .lang .btn{
    color: #49276E !important;
    }
    header .navbar .nav-item.lang {
        color: #0B325C !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        flex-direction: column;
    }

    .title-page{
     flex-direction: column;
     align-items: center;
     justify-content: center;

    }

 

    header .navbar .nav-item.lang span {
        color: #0B325C !important;
        font-weight: 700;
    }

    .navbar-nav .btn1 {
        background-color: white;
        border: 1px solid  #49276E;
        border-radius: 15px !important;
        font-weight: 700;
        margin-top: 20px;

    }

    .navbar-nav .btn2 {
        background-color: #49276E;
        border-radius: 15px !important;


    }
    .navbar-nav .btn1:hover {
        color: white !important;
        background-color:#49276E ;
    }

    header .navbar .navbar-nav .nav-link {
        color: #0B325C;
        padding: 15px 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.166);
        text-align: center;
    }

    header .navbar .navbar-brand img {
        width: 178px;
        height: 80px;
    }


    header .heading-courses h2 {
        font-size: 25px;
        text-align: center;
    }

    header .heading-courses p {
        text-align: center;
        padding: 0px;
    }

    header .heading-courses {
        padding-right: 0px;
    }

    .title-page {
        padding-right: 10px;
        font-size: 12px;
        line-height: 2;

    }

    /* partners */
    .article {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 50px;

    }
    .left-article{
        display: none;
    }

    .box-svg{
        position: absolute;
        left: 0;
        top: 0;
     }

     .media-article-content{
        display: block;
        }

        .list-article-content {
            padding: 20px;
            border-radius:0px;

            background: #FFF;
            box-shadow: 0px 4px 24px 0px rgba(9, 95, 144, 0.18);
            position:fixed;
            right: 0px;
            top: -0;
            height: 100vh;
        }
  
    /* footer */
    footer {
        height: auto;

    }

    footer .media-width {
        width: 100%;
        margin: auto;

    }

    footer .media-width .row {

        display: flex;
        flex-direction: column;
        text-align: right;
    }


    footer .footer-links {
        margin: 0px !important;
    }

    footer .footer-links h6 img {
        width: 205px;
        height: 96px;
        flex-shrink: 0;
        margin-bottom: 30px;

    }

    footer .links .footer-links .footer-icons-payment,
    footer .links .footer-links .footer-icons-social {
        display: none;
    }


    footer .media .footer-icons-social {
        width: 90%;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        justify-content: space-evenly;

    }


    footer .media .footer-icons-payment {
        width: 99%;
        margin: auto;
    }


    footer .media .footer-icons-payment img,
    footer .media .footer-icons-payment svg {
        width: 50px;
        height: 60px;
    }

    footer .media {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }


    footer .copyright {
        flex-direction: column !important;
    }

    footer .media .footer-media-contact {
        flex-direction: column;


    }

    footer .subscribe-media {
        display: none;
    }
}