
/* ============================================
                Responsive-styling
   ============================================ */


@media screen and (max-width: 1280px) {

    .main-container {
        width: 100%;

    }

    .main {
        padding-bottom: 100px;
    }

    .free-learning-tools {
        display: none;
    }

    .steps {
        width: 39%;
    }

    .instruction,
    .stepd__details {
        width: 88%;
    }

    .instruction>p {
        width: 80%;
    }

    .registration {
        width: 47%;
    }

    label {
        font-size: 14px;
    }

    #uploadImage {
        font-size: 14px;
    }

    .top-form-group {
        padding: 7.7rem 2.5rem 3.2rem 4rem;
    }

    .middle-form-group,
    .bottom-form-group,
    .favorite-form-group {
        padding: 2.6rem 2.5rem 3.2rem 4rem;
    }

    .registration__form {
        width: 100%;
    }

    #hourly-rate-container:before {
        top: 36px;
    }
}

@media screen and (max-width: 1000px) {

    .heading>h1 {
        font-size: 4rem;
    }

    .instruction,
    .stepd__details {
        width: 90%;
    }

    .login {
        right: 20px;
    }

    #visualDirectory {
        margin-right: 30px;

    }

    #teachers-portal {
        margin-left: 20px;
    }

}

@media screen and (max-width: 860px) {

    #teachers-portal {
        display: none;
    }

    .registration {
        width: 50%;
    }

    label {
        font-size: 1.3rem;
    }

    #uploadImage {
        font-size: 1.3rem;
    }
}


@media screen and (max-width: 768px) {
    .nav-bar {
        padding-top: 2.5rem;
        display: none;
    }

    .mobile-nav-bar {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-top: 25px;

    }

    .mobil-start-trial {
        display: block;
        color: #ff6d00;
        text-decoration: none;
        font-family: Circular Std Book;
        font-size: 17px;
        text-align: right;
        margin-right: 15px;
        display: inline-block;
        padding-top: 7px;
    }

    .mobil-start-trial:hover {
        color: #ff6d00;
    }


    .mobile-content {
        display: block;
        font-family: Circular Std Book;
        color: #20114a;
        font-size: 17px;
        padding-left: 1.4rem;
    }

    .header {
        background: -webkit-image-set(url('../../img/teacher-directory/mobile-bg.png') 1x, url('../../img/teacher-directory/mobile-bg@2x.png') 2x);
        background-size: cover;
        background-position: top;
        height: 42rem;
    }

    .logo {
        display: none;
    }

    .mobile-logo {
        display: inline-block;
        margin-left: 1.5rem;
    }

    .heading {
        margin-top: 17%;

    }

    .description>p,
    .check-out-lingopie,
    .heading {
        margin-left: 19px;
    }

    .heading>h1 {
        font-size: 3.6rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
    }



    .small-orange-line {
        display: none;
    }

    .main {
        height: 40rem;
        background-color: white;
    }

    .main-container {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .heading {
        margin-top: 14%;
    }

    .header {
        height: 36rem;
    }
}

@media screen and (max-width: 480px) {
    .header {
        height: 33rem;
    }

    .main {
        height: 20rem;
    }

    .heading>h1 {
        font-size: 2.8rem;
    }

    .heading {
        margin-top: 12%;
        margin-left: 14px;
    }

}

@media screen and (max-width: 430px) {
    .heading {
        margin-top: 8%;
    }

    .header {
        height: 29rem;
    }
}

@media screen and (max-width: 375px) {
    .header {
        height: 27rem;
    }

    .main {
        height: 20rem;
    }

    .getStartedBtn-container {
        width: 40%;
    }

    .heading>h1 {
        font-size: 2.4rem;
        line-height: 3.4rem;
        margin-bottom: 1rem;
    }

    .heading {
        margin-top: 6%;
    }

}

@media screen and (max-width: 325px) {
    .description>p {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }

    .header {
        height: 24rem;
    }

    .heading {
        margin-top: 2%;
    }

}