
/* // Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px){ 
    
    /* Here the Navbar start */

    html, body, main{
        overflow-x: hidden;
    }
    .m-f-hidde-item{
        display: none;
    }

    nav{
        
        width: 40%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        background: #fff;
    }
    header{
        z-index: 1;
        position: relative;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    }
    .m-f-show-item{
        display: block;
    }
    #nav-content-1{
        position: absolute;
        top: 15%;
        left: 5%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        padding-right: 20px;

    }
    #navbrand{
        position: absolute;
        top: 15%;
        left: 32%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        width: 45%;
        height: 55px;

    }
    .nav-item{
        margin: 0 0;
        height: 3em;
    }

    /* Here the Navbar end */

    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    #first-section{
        z-index: 0;
        position: relative;
        height: 55px;
    }
    #first-section .my-account{
        cursor: pointer;
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }
    #first-section #menu{
        position: absolute;
        top: 5%;
        left: 30%;
        font-size: 1.2em;
    }
    
    /* Here the First Section end */

    #second-section{
        position: relative;
        height: 50px;
        margin: 20px 0 0 0;
    }
    #second-section .my-account{
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }

    /* Here the Second Section end */

    #third-section{
        padding: 0 0;
    }
    #favorite-schoolship{
        width: 100%;
    }
    #favorite-schoolship h1{
        font-weight: 500;
        margin-left: 0 ;

    }
    #third-section p{
        font-weight: 300;
        margin-left: 0 ;
        font-size: 1.2em;
        color: #1F2D30;

    }
    #third-section .row{
        margin: 0 0;
    }

    /* Here the Third Section end */

    #fourth-section{
        padding: 0 0;
    }

    #fourth-section__div{
        float: right;
        width: 100%;
        height: 100%;
        margin-right: 50px;
    }

    #semesters-place{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #card-position{
        padding-left: -5%;
    }

    .card-container{
        width: 114%;
        height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
        margin: 10px 0;
        padding: 150px 10px;
        font-size: 1.2em;
    }

    .card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 150px 10px;
    }

    .b-outline-circle{
        border: 3px solid #18ACC4;
        width: 90px;
        height: 90px;
        padding: 23px 23px;
        margin: 40px 0;
        border-radius: 50%;
        justify-content: center; 
        align-items: center;
    }

    .button-lg{
        
        width: 100%;
        height: 50px;
        border-radius: 5px;
        margin-left: -20px;
        padding-top: 2%;
        font-size: 1.5em;

    }

    .b-outline-choosed{
        height: 50px;
        border: 2px solid #007A8D;
        margin: 0 0;
        background: #fff;
    }

    .b-outline-not-choosed{
        border: 2px solid rgba(24, 172, 196, .3);
        margin: 0 0;
        height: 60px;
        background: #fff;
    }

    #all-semesters{
        height: 60px;
        background-color: #007A8D;
        margin-bottom: -5px;
    }
    
    #semesters-place .b-outline-choosed{
        height: 60px;
        border-radius: 0;
        margin-bottom: -3px;
    }

    #semesters-place .b-outline-not-choosed{
        border: 2px solid #007A8D;
        border-top: none;

    }

    /* Here the Fourth Section end */


    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer-row-1{
        background: #18ACC4;
    }

    #footer__div-wpp{
        margin: 0 0;
        width: 100%;
        height: 100px;
        background: rgb(0,122,141);
    }
    #footer__div-wpp i{
       float: left;
    }
    #footer__div-wpp span{
        width: 80%;
        float: right;
        font-size: 1.5em;
    }
    #footer__div-wpp span p{
       font-weight: 200;
       width: 100%;
    }
    #footer-row-1 .footer-item{
        background: rgb(0,122,141);
        width: 32%;
        height: 130px;
        margin: 3px 1px;
        padding: 30px 0;
    }

    /* Here the Footer Section end */
}

/* // Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px){ 
    html, body, main{
        overflow-x: hidden;
    }
    .m-f-hidde-item{
        display: none;
    }

    nav{
        
        width: 40%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        background: #fff;
    }
    header{
       
        position: relative;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    }
    .m-f-show-item{
        display: block;
    }
    #nav-content-1{
        position: absolute;
        top: 15%;
        left: 5%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        padding-right: 20px;

    }
    #navbrand{
        position: absolute;
        top: 15%;
        left: 32%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        width: 45%;
        height: 55px;

    }
    .nav-item{
        margin: 0 0;
        height: 3em;
    }
    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    /* Here the Navbar end */

    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    #first-section{
        z-index: 0;
        position: relative;
        height: 50px;
    }
    #first-section .my-account{
        cursor: pointer;
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }
    #first-section #menu{
        position: absolute;
        top: 5%;
        left: 30%;
        font-size: 1.2em;
    }

    /* Here the First Section end */

    #second-section{
        position: relative;
        height: 50px;
    }
    #second-section .my-account{
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }

    /* Here the Second Section end */


    #third-section{
        padding: 0 0;
    }
    #favorite-schoolship{
        width: 100%;
    }
    #favorite-schoolship h1{
        font-weight: 500;
        margin-left: 0 ;

    }
    #third-section p{
        font-weight: 300;
        margin-left: 0 ;
        font-size: 1.2em;
        color: #1F2D30;

    }
    #third-section .row{
        margin: 0 0;
    }

    /* Here the Third Section end */

    #fourth-section{
        padding: 0 0;
    }

    #fourth-section__div{
        float: right;
        width: 100%;
        height: 100%;
        margin-right: 50px;
    }

    #semesters-place{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #card-position{
        padding-left: -5%;
    }

    .card-container{
        width: 114%;
        height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
        margin: 10px 0;
        padding: 150px 10px;
        font-size: 1.2em;
    }
    .card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 150px 10px;
    }
    .b-outline-circle{
        border: 3px solid #18ACC4;
        width: 90px;
        height: 90px;
        padding: 23px 23px;
        margin: 40px 0;
        border-radius: 50%;
        justify-content: center; 
        align-items: center;
    }

    .button-lg{
        width: 100%;
        height: 50px;
        border-radius: 5px;
        margin-left: -20px;
        padding-top: 2%;
        font-size: 1.5em;

    }

  
    .b-outline-choosed{
        height: 50px;
        border: 2px solid #007A8D;
        margin: 0 0;
        background: #fff;
    }

    .b-outline-not-choosed{
        border: 2px solid rgba(24, 172, 196, .3);
        margin: 0 0;
        height: 60px;
        background: #fff;
    }

    #all-semesters{
        height: 60px;
        background-color: #007A8D;
        margin-bottom: -5px;
    }
    
    #semesters-place .b-outline-choosed{
        height: 60px;
        border-radius: 0;
        margin-bottom: -3px;
    }

    #semesters-place .b-outline-not-choosed{
        border: 2px solid #007A8D;
        border-top: none;

    }

    /* Here the Fourth Section end */


    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer-row-1{
        background: #18ACC4;
    }

    #footer__div-wpp{
        margin: 0 0;
        width: 100%;
        height: 100px;
        background: rgb(0,122,141);
    }
    #footer__div-wpp i{
       float: left;
    }
    #footer__div-wpp span{
        width: 80%;
        float: right;
        font-size: 1.5em;
    }
    #footer__div-wpp span p{
       font-weight: 200;
       width: 100%;
    }
    #footer-row-1 .footer-item{
        background: rgb(0,122,141);
        width: 32%;
        height: 130px;
        margin: 3px 1px;
        padding: 30px 0;
    }

    /* Here the Footer Section end */

}

/* // Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px){ 
    html, body, main{
        overflow-x: hidden;
    }
    .m-f-hidde-item{
        display: none;
    }

    nav{
        
        width: 40%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        background: #fff;
    }
    header{
       
        position: relative;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    }
    .m-f-show-item{
        display: block;
    }
    #nav-content-1{
        position: absolute;
        top: 15%;
        left: 5%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        padding-right: 20px;

    }
    #navbrand{
        position: absolute;
        top: 15%;
        left: 32%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        width: 45%;
        height: 55px;

    }
    .nav-item{
        margin: 0 0;
        height: 3em;
    }
    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    /* Here the Navbar end */

    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    #first-section{
        z-index: 0;
        position: relative;
        height: 50px;
    }
    #first-section .my-account{
        cursor: pointer;
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }
    #first-section #menu{
        position: absolute;
        top: 5%;
        left: 30%;
        font-size: 1.2em;
    }

    /* Here the First Section end */

    #second-section{
        position: relative;
        height: 50px;
    }
    #second-section .my-account{
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }

    /* Here the Second Section end */

    #third-section{
        padding: 0 0;
    }
    #favorite-schoolship{
        width: 100%;
    }
    #favorite-schoolship h1{
        font-weight: 500;
        margin-left: 0 ;

    }
    #third-section p{
        font-weight: 300;
        margin-left: 0 ;
        font-size: 1.2em;
        color: #1F2D30;

    }
    #third-section .row{
        margin: 0 0;
    }

    /* Here the Third Section end */

    #fourth-section{
        padding: 0 0;
    }

    #fourth-section__div{
        float: right;
        width: 100%;
        height: 100%;
        margin-right: 50px;
    }

    #semesters-place{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #card-position{
        padding-left: -5%;
    }

    .card-container{
        width: 114%;
        height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
        margin: 10px 0;
        padding: 150px 10px;
        font-size: 1.2em;
    }
    .card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 150px 10px;
    }
    .b-outline-circle{
        border: 3px solid #18ACC4;
        width: 90px;
        height: 90px;
        padding: 23px 23px;
        margin: 40px 0;
        border-radius: 50%;
        justify-content: center; 
        align-items: center;
    }

    .button-lg{
        width: 100%;
        height: 50px;
        border-radius: 5px;
        margin-left: -20px;
        padding-top: 2%;
        font-size: 1.5em;

    }

  
    .b-outline-choosed{
        height: 50px;
        border: 2px solid #007A8D;
        margin: 0 0;
        background: #fff;
    }

    .b-outline-not-choosed{
        border: 2px solid rgba(24, 172, 196, .3);
        margin: 0 0;
        height: 60px;
        background: #fff;
    }

    #all-semesters{
        height: 60px;
        background-color: #007A8D;
        margin-bottom: -5px;
    }
    
    #semesters-place .b-outline-choosed{
        height: 60px;
        border-radius: 0;
        margin-bottom: -3px;
    }

    #semesters-place .b-outline-not-choosed{
        border: 2px solid #007A8D;
        border-top: none;

    }

    /* Here the Fourth Section end */


    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer-row-1{
        background: #18ACC4;
    }

    #footer__div-wpp{
        margin: 0 0;
        width: 100%;
        height: 100px;
        background: rgb(0,122,141);
    }
    #footer__div-wpp i{
       float: left;
    }
    #footer__div-wpp span{
        width: 80%;
        float: right;
        font-size: 1.5em;
    }
    #footer__div-wpp span p{
       font-weight: 200;
       width: 100%;
    }
    #footer-row-1 .footer-item{
        background: rgb(0,122,141);
        width: 32%;
        height: 130px;
        margin: 3px 1px;
        padding: 30px 0;
    }

    /* Here the Footer Section end */

}
/* // Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px){ 
   
}


/* Devices Width's */

@media (max-device-width: 479.98px){ 
  html, body, main{
        overflow-x: hidden;
    }
    .m-f-hidde-item{
        display: none;
    }

    nav{
        
        width: 40%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        background: #fff;
    }
    header{
       
        position: relative;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    }
    .m-f-show-item{
        display: block;
    }
    #nav-content-1{
        position: absolute;
        top: 15%;
        left: 5%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        padding-right: 20px;

    }
    #navbrand{
        position: absolute;
        top: 15%;
        left: 27%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        width: 50%;
        height: 55px;



    }
    .nav-item{
        margin: 0 0;
        height: 3em;
    }
    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    /* Here the Navbar end */

    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    #first-section{
        z-index: 0;
        position: relative;
        height: 50px;
    }
    #first-section .my-account{
        position: absolute;
        top: 5%;
        right: 30%;
        font-size: 1.2em;
    }
    #first-section #menu{
        position: absolute;
        top: 5%;
        left: 30%;
        font-size: 1.2em;
    }
    /* Here the First Section end */

    #second-section{
        position: relative;
        height: 50px;
    }
    #second-section .my-account{
        position: absolute;
        top: 5%;
        right: 30%;
        font-size: 1.2em;
    }

    /* Here the Second Section end */

    #third-section{
        padding: 0 0;
    }
    #favorite-schoolship{
        width: 120%;
    }
    #favorite-schoolship h1{
        font-weight: 500;
        margin-left: 0 ;

    }
    #third-section p{
        width: 100%;
        font-weight: 300;
        margin-left: 0 ;
        font-size: 1.2em;
        color: #1F2D30;

    }
    #third-section .row{
        margin: 0 0;
    }

    /* Here the Third Section end */

    #fourth-section{
        padding: 0 0;
    }

    #fourth-section__div{
        float: right;
        width: 100%;
        height: 100%;
        margin-right: 50px;
    }

    #semesters-place{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #card-position{

    }

    .card-container{
        width: 120%;
        height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
        margin: 10px 0;
        padding: 150px 10px;
        font-size: 1.2em;
    }
    .card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 150px 10px;
    }
    .b-outline-circle{
        border: 3px solid #18ACC4;
        width: 90px;
        height: 90px;
        padding: 23px 23px;
        margin: 40px 0;
        border-radius: 50%;
        justify-content: center; 
        align-items: center;
    }

    .button-lg{
        width: 100%;
        height: 50px;
        border-radius: 5px;
        margin-left: -20px;
        padding-top: 2%;
        font-size: 1.11em;

    }

  
    .b-outline-choosed{
        height: 50px;
        border: 2px solid #007A8D;
        margin: 0 0;
        background: #fff;
    }

    .b-outline-not-choosed{
        border: 2px solid rgba(24, 172, 196, .3);
        margin: 0 0;
        height: 60px;
        background: #fff;
    }

    #all-semesters{
        height: 60px;
        background-color: #007A8D;
        margin-bottom: -5px;
    }
    
    #semesters-place .b-outline-choosed{
        height: 60px;
        border-radius: 0;
        margin-bottom: -3px;
    }

    #semesters-place .b-outline-not-choosed{
        border: 2px solid #007A8D;
        border-top: none;

    }

    /* Here the Fourth Section end */


    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer-row-1{
        background: #18ACC4;
    }

    #footer__div-wpp{
        width: 100%;
        height: 115px;
        background: rgb(0,122,141);
    }
    #footer__div-wpp i{
       float: left;
    }
    #footer__div-wpp span{
        width: 80%;
        float: right;
        font-size: 1.5em;
    }
    #footer__div-wpp span p{
       font-weight: 200;
       width: 100%;
    }
    #footer-row-1 .footer-item{
        background: rgb(0,122,141);
        width: 31%;
        height: 130px;
        margin: 3px 1px;
        padding: 30px 0;
    }

    /* Here the Footer Section end */

}
/* // Small devices (landscape phones, less than 768px) */
@media (min-device-width:480px) and (max-device-width: 767.98px){ 
    html, body, main{
        overflow-x: hidden;
    }
    .m-f-hidde-item{
        display: none;
    }

    nav{
        
        width: 40%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        background: #fff;
    }
    header{
       
        position: relative;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    }
    .m-f-show-item{
        display: block;
    }
    #nav-content-1{
        position: absolute;
        top: 15%;
        left: 5%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        padding-right: 20px;

    }
    #navbrand{
        position: absolute;
        top: 15%;
        left: 32%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        width: 45%;
        height: 55px;

    }
    .nav-item{
        margin: 0 0;
        height: 3em;
    }
    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    /* Here the Navbar end */

    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    #first-section{
        z-index: 0;
        position: relative;
        height: 50px;
    }
    #first-section .my-account{
        cursor: pointer;
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }
    #first-section #menu{
        position: absolute;
        top: 5%;
        left: 30%;
        font-size: 1.2em;
    }

    /* Here the First Section end */

    #second-section{
        position: relative;
        height: 50px;
    }
    #second-section .my-account{
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }

    /* Here the Second Section end */
    #third-section{
        padding: 0 0;
    }
    #favorite-schoolship{
        width: 120%;
    }
    #favorite-schoolship h1{
        font-weight: 500;
        margin-left: 0 ;

    }
    #third-section p{
        width: 100%;
        font-weight: 300;
        margin-left: 0 ;
        font-size: 1.2em;
        color: #1F2D30;

    }
    #third-section .row{
        margin: 0 0;
    }

    /* Here the Third Section end */

    #fourth-section{
        padding: 0 0;
    }

    #fourth-section__div{
        float: right;
        width: 100%;
        height: 100%;
        margin-right: 50px;
    }

    #semesters-place{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #card-position{
        padding-left: -5%;
    }

    .card-container{
        width: 114%;
        height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
        margin: 10px 0;
        padding: 150px 10px;
        font-size: 1.2em;
    }
    .card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 150px 10px;
    }
    .b-outline-circle{
        border: 3px solid #18ACC4;
        width: 90px;
        height: 90px;
        padding: 23px 23px;
        margin: 40px 0;
        border-radius: 50%;
        justify-content: center; 
        align-items: center;
    }

    .button-lg{
        width: 100%;
        height: 50px;
        border-radius: 5px;
        margin-left: -20px;
        padding-top: 2%;
        font-size: 1.5em;

    }

  
    .b-outline-choosed{
        height: 50px;
        border: 2px solid #007A8D;
        margin: 0 0;
        background: #fff;
    }

    .b-outline-not-choosed{
        border: 2px solid rgba(24, 172, 196, .3);
        margin: 0 0;
        height: 60px;
        background: #fff;
    }

    #all-semesters{
        height: 60px;
        background-color: #007A8D;
        margin-bottom: -5px;
    }
    
    #semesters-place .b-outline-choosed{
        height: 60px;
        border-radius: 0;
        margin-bottom: -3px;
    }

    #semesters-place .b-outline-not-choosed{
        border: 2px solid #007A8D;
        border-top: none;

    }

    /* Here the Fourth Section end */


    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer-row-1{
        background: #18ACC4;
    }

    #footer__div-wpp{
        margin: 0 0;
        width: 100%;
        height: 100px;
        background: rgb(0,122,141);
    }
    #footer__div-wpp i{
       float: left;
    }
    #footer__div-wpp span{
        width: 80%;
        float: right;
        font-size: 1.5em;
    }
    #footer__div-wpp span p{
       font-weight: 200;
       width: 100%;
    }
    #footer-row-1 .footer-item{
        background: rgb(0,122,141);
        width: 32%;
        height: 130px;
        margin: 3px 1px;
        padding: 30px 0;
    }

    /* Here the Footer Section end */

}
/* // Large devices (desktops, less than 1200px) */
@media (min-device-width: 768px) and (max-device-width: 1023.98px){ 
    html, body, main{
        overflow-x: hidden;
    }
    .m-f-hidde-item{
        display: none;
    }

    nav{
        
        width: 40%;
        height: 80px;
        margin: 0 0;
        padding: 0 0;
        background: #fff;
    }
    header{
       
        position: relative;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    }
    .m-f-show-item{
        display: block;
    }
    #nav-content-1{
        position: absolute;
        top: 15%;
        left: 5%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        padding-right: 20px;

    }
    #navbrand{
        position: absolute;
        top: 15%;
        left: 32%;
        border-right: 2px solid rgba(235, 235, 235, .6);
        width: 45%;
        height: 55px;

    }
    .nav-item{
        margin: 0 0;
        height: 3em;
    }
    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    .card-container{
        margin: 0 10px;
    }
    /* Here the Navbar end */

    #login-content{
        position: absolute;
        top:7%;
        left: 25%;
        width: 120%;
        margin: 8px;
       
    }
    #first-section{
        z-index: 0;
        position: relative;
        height: 50px;
    }
    #first-section .my-account{
        cursor: pointer;
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }
    #first-section #menu{
        position: absolute;
        top: 5%;
        left: 40%;
        font-size: 1.2em;
    }

    /* Here the First Section end */

    #second-section{
        position: relative;
        height: 50px;
    }
    #second-section .my-account{
        position: absolute;
        top: 5%;
        right: 35%;
        font-size: 1.2em;
    }

    /* Here the Second Section end */

    #third-section{
        padding: 0 0;
    }
    #favorite-schoolship{
        width: 120%;
    }
    #favorite-schoolship h1{
        font-weight: 500;
        margin-left: 0 ;

    }
    #third-section p{
        width: 100%;
        font-weight: 300;
        margin-left: 0 ;
        font-size: 1.2em;
        color: #1F2D30;

    }
    #third-section .row{
        margin: 0 0;
    }

    /* Here the Third Section end */

    #fourth-section{
        padding: 0 0;
    }

    #fourth-section__div{
        float: right;
        width: 100%;
        height: 100%;
        margin-right: 50px;
    }

    #semesters-place{
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #card-position{
        padding-left: -5%;
    }

    .card-container{
        width: 114%;
        height: 250px;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
        margin: 10px 0;
        padding: 150px 10px;
        font-size: 1.2em;
    }
    .card-container-item-added{
    width: 250px;
    height: 400px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.26);
    margin: 10px 0;
    padding: 150px 10px;
    }
    .b-outline-circle{
        border: 3px solid #18ACC4;
        width: 90px;
        height: 90px;
        padding: 23px 23px;
        margin: 40px 0;
        border-radius: 50%;
        justify-content: center; 
        align-items: center;
    }

    .button-lg{
        width: 100%;
        height: 50px;
        border-radius: 5px;
        margin-left: -20px;
        padding-top: 2%;
        font-size: 1.5em;

    }

  
    .b-outline-choosed{
        height: 50px;
        border: 2px solid #007A8D;
        margin: 0 0;
        background: #fff;
    }

    .b-outline-not-choosed{
        border: 2px solid rgba(24, 172, 196, .3);
        margin: 0 0;
        height: 60px;
        background: #fff;
    }

    #all-semesters{
        height: 60px;
        background-color: #007A8D;
        margin-bottom: -5px;
    }
    
    #semesters-place .b-outline-choosed{
        height: 60px;
        border-radius: 0;
        margin-bottom: -3px;
    }

    #semesters-place .b-outline-not-choosed{
        border: 2px solid #007A8D;
        border-top: none;

    }

    /* Here the Fourth Section end */


    #footer__made-with-love{
        font-size: 1.2em;
        font-weight: 300;
        height: 120px;
    }

    #footer-row-1{
        background: #18ACC4;
    }

    #footer__div-wpp{
        margin: 0 0;
        width: 100%;
        height: 100px;
        background: rgb(0,122,141);
    }
    #footer__div-wpp i{
       float: left;
    }
    #footer__div-wpp span{
        width: 80%;
        float: right;
        font-size: 1.5em;
    }
    #footer__div-wpp span p{
       font-weight: 200;
       width: 100%;
    }
    #footer-row-1 .footer-item{
        background: rgb(0,122,141);
        width: 32%;
        height: 130px;
        margin: 3px 1px;
        padding: 30px 0;
    }

    /* Here the Footer Section end */

}

@media (min-device-width: 1023.99px){ 
    #navbrand {
        padding-left: 4%;

    }

    #nav-content-2{
        width: 140%;
        /* border: 1px solid red; */
        margin-left: -5px;
    }
}
