body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

#english {
    height: 30px;
    /* width: 100vw; */
    display: flex;
    flex-direction: row;
    background-color: aliceblue;
    text-align: center;
    /* font-size: 20px; */
    color: rgb(100, 118, 152);

    padding-left: 80%;
    padding-top: 1%;
}

#english span {
    margin-left: 5px;
    margin-right: 5px;
}

#english .material-icons {
    color: rgb(100, 118, 152);
    font-size: 20px;
}

#english .material-icons:hover {
    color: rgb(0, 107, 255);
    cursor: pointer;
}

#english:hover {
    color: rgb(0, 107, 255);
    cursor: pointer;
}

#calendlyimage {
    /* margin-top: 0; */
    margin-left: 10%;

}

header {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding-top: 1.5%;
    padding-bottom: 0.5%;
    /* justify-content: center; */
    /* position: fixed; */
    width: 100%;
    background-color: white;
    height: 5%;
    border-bottom: 1px solid rgb(225, 225, 225);
    overflow: hidden;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /* background-color: yellow; */
}

#login {
    margin-left: 62%;
}

#login a {
    text-decoration: none;
    color: rgb(0, 107, 255);
}

footer {
    margin-top: 5%;
}

#Ef {
    width: 80%;

    /* text-align: center; */
    /* background-color: aqua; */
    margin: auto;
    display: flex;
    flex-direction: row;

}

#easy {
    width: 45%;
}

#easy h1 {
    /* display: flex; */
    font-size: 1.2cm;


}

#easy .e2 {


    color: rgb(0, 107, 255);


}

#easy sup {
    font-size: large;
}

#easy p {
    font-size: larger;
    /* column-width: 200px; */
}

#featured {
    border: 1px solid rgb(225, 225, 225);
    width: 50%;
    display: flex;
    padding-left: 30px;
    border-radius: 5px;
}

#Ef #featured #fe1 h4 {
    color: rgb(0, 107, 255);

}

#Ef #featured #fe1 p {
    color: rgb(142, 142, 142);
}

#Ef #featured #fe2 {
    text-align: center;
    margin-top: 60px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    border: 1px solid grey;
    height: 50px;
    width: 170px;
    border-radius: 10px;
}

#Ef #featured #fe2 .material-icons {
    /* font-size:25px; */
    margin-top: 13px;
    margin-left: 10px;
}

#Ef #featured #fe2 p {
    margin-left: 15px;
}

#footer2 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 200px; */
    border-top: 1px solid rgb(225, 225, 225);
    padding-top: 3%;

}

#footer2 #footer2a1 {

    display: flex;
}

#footer2a1 a {
    text-decoration: none;
    color: black;
    font-size: larger;
    font-weight: bold;
}

#footer2 #footer2a1 .material-icons {
    margin-left: 10px;
}

#footer2 #footer2a {
    display: flex;
    flex-direction: column;
}

#footer2a a {
    text-decoration: none;
    color: black;
    margin-bottom: 15px;
}

#footer2 a small {
    margin-left: 10px;
}

#footer2a .new {
    color: rgb(0, 107, 255);
    background-color: rgb(194, 194, 236);
    padding: 4px;
    border-radius: 10px;

}

#footer2a a:hover {
    text-decoration: underline;
}

#footer2b :first-child {
    font-size: larger;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#footer2b {
    display: flex;
    flex-direction: column;
}

#footer2b a {
    color: black;
    margin-bottom: 15px;
    text-decoration: none;

}

#footer2b a:hover {
    text-decoration: underline;
}

#footer2c .comp {
    font-size: larger;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#footer2c {
    display: flex;
    flex-direction: column;
}

#footer2c a {
    color: black;
    margin-bottom: 15px;
    text-decoration: none;

}

#footer2c a:hover {
    text-decoration: underline;
}

#footer2c .wh {
    /* font-weight: small; */
    color: rgb(0, 107, 255);
    background-color: rgb(194, 194, 236);
    padding: 4px;
    border-radius: 10px;

}

#footer3 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 5%;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 2%;
}

#footer3a :first-child {
    font-size: larger;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#footer3a {
    display: flex;
    flex-direction: column;
}

#footer3a a {
    color: black;
    margin-bottom: 15px;
    text-decoration: none;

}

#footer3a a:hover {
    text-decoration: underline;
}

#footer4 {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: space-around;
}

#footer4a {
    height: 30px;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    /* background-color: aliceblue; */
    text-align: center;
    /* font-size: 20px; */
    color: rgb(100, 118, 152);

    /* padding-left: 10%; */
    padding-top: 1%;
}

#footer4a span {
    margin-left: 5px;
    margin-right: 5px;
}

#footer4a .material-icons {
    color: rgb(100, 118, 152);
    font-size: 20px;
}

#footer4a .material-icons:hover {
    color: rgb(0, 107, 255);
    cursor: pointer;
}

#footer4a:hover {
    color: rgb(0, 107, 255);
    cursor: pointer;
}

#footer4b {
    display: flex;
    flex-direction: row;

}

#footer4b a {
    margin-right: 25px;
    margin-top: 10px;
    text-decoration: none;
    color: black;
}

#f4b1 {

    display: flex;
    flex-direction: row;
}

#f4b1 {
    margin-top: 4px;
}

#f4b1 a {
    color: rgb(142, 142, 142);
    margin-top: 4px;
}

#f4b1 a:hover {
    color: black;
    /* margin-top: px; */
}

#footer4c .bi {
    font-size: x-large;
    margin-left: 20px;

}

#main {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: auto;
}

#left .try {
    color: rgb(0, 107, 255);
    letter-spacing: 1px;
}

#left h1 {
    font-size: 1.5cm;
}

#left .free {
    color: rgb(0, 107, 255);

}

#left p {
    line-height: 25px;
    font-size: large;
    color: rgb(76, 73, 73);
}

#left1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 0%;
}

#left #left1 .left1a {
    margin-left: 20px;

}

#left2 {
    display: flex;
    flex-direction: row;
    margin-top: 0px;

}

#left #left2 .left2a {
    /* margin-top: 25px; */
    margin-left: 20px;

}

#left #left2 .left2b {
    font-weight: bold;

}

#right {
    margin: auto;
    text-align: center;
    border: 1px solid rgb(225, 225, 225);
    padding: 55px;

}

#right form {
    margin-top: 8%;
}

#right form input {
    width: 380px;
    height: 50px;
    font-size: larger;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
}

#right form input:hover {
    border: 1px solid rgb(0, 107, 255);


}

#right form button {
    margin-top: 5%;
    width: 380px;
    height: 50px;
    font-size: large;
    color: white;
    background-color: rgb(0, 107, 255);
    border-radius: 10px;
    border: 1px solid rgb(0, 107, 255);
}

#hori {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: auto;
    justify-content: center;
    margin-top: 10%;
}

#hori #hori1 {
    width: 165px;
    /* border-bottom: 1px solid red; */
}

#hori span {
    margin-left: 10px;
    margin-right: 10px;
    font-size: large;
}

#free {
    /* width: 80%; */
    display: flex;
    flex-direction: column;
    /* margin: auto;
        text-align: center; */
    justify-content: center;
    margin-top: 10%;
}

#free #google {
    width: 380px;
    height: 60px;
    /* background-color: rgb(0, 107, 255); */

    display: flex;
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-top: 1%; */
    text-align: center;
    color: black;
    border: 1px solid rgb(157, 156, 156);


}

#free #google:hover {
    cursor: pointer;
    border: 1px solid rgb(0, 107, 255);
    color: rgb(0, 107, 255);


}

#free #google svg {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: white;
    margin-left: 70px;
}

#free #microsoft {
    width: 380px;
    height: 60px;

    /* background-color: rgb(0, 107, 255); */
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-left: 10px; */
    color: black;
    border: 1px solid rgb(157, 156, 156);
    /* margin-top: 1%; */
}

#free #microsoft:hover {
    cursor: pointer;
    border: 1px solid rgb(0, 107, 255);
    color: rgb(0, 107, 255);


}

#free #microsoft svg {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: white;
    margin-left: 70px;
}

#log a {
    text-decoration: none;
    color: rgb(0, 107, 255);


}

#log {
    margin-top: 10%;
}

#footer4c .bi {
    font-size: x-large;
    margin-left: 20px;

}

@media screen and (max-width:1200px) {
    #main {
        display: flex;
        flex-direction: column;
    }

    #right {
        margin-left: 0%;
    }

    #Ef #featured {
        width: 85%;
    }

    #footer4 {
        display: flex;
        flex-direction: column;

    }

    #footer4 #footer4c {
        margin-left: -75%;
    }

}

@media screen and (max-width:1000px) {
    #Ef {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:1000px) {
    #login {
        margin-left: 50%;
    }
}

@media screen and (max-width:700px) {
    #Ef {
        width: 80%;
    }

    #easy {
        width: 95%;
    }

    #Ef #featured {
        width: 100%;
    }

    #Ef #featured #fe2 {
        margin-left: 0%;
    }

    #Ef #featured #fe1 {
        width: 60%;
    }

    #footer4 #footer4b a {
        font-size: 12px;

    }

    #footer4 #footer4b {
        width: 95%;
    }

    #footer4 #footer4c {
        margin-left: -60%;
    }

    #footer2 #footer2a {
        margin-left: 10px;
    }

    #footer2 #footer2b {
        margin-left: 20px;
    }

    #footer2 #footer2c {
        margin-left: 20px;
    }

    #footer3 #footer3a {
        margin-left: 10px;
    }

    #footer3 #footer3b {
        margin-left: 20px;
    }

    #footer3 #footer3c {
        margin-left: 20px;
    }
}

@media screen and (max-width:500px) {
    #login {
        margin-left: 40%;
    }

    #right h2{
      padding: 15px;
        font-size: larger;
        width: 80%;
       margin: auto;
    }
    #right form{
        margin-top: 0%;
    }
    #right form input {
        width: 300px;
        height: 50px;
        font-size: larger;
        border: 1px solid rgb(225, 225, 225);
        border-radius: 5px;
    }
    
    #right form input:hover {
        border: 1px solid rgb(0, 107, 255);
    
    
    }
    
    #right form button {
        margin-top: 5%;
        width: 300px;
        height: 50px;
        font-size: large;
        color: white;
        background-color: rgb(0, 107, 255);
        border-radius: 10px;
        border: 1px solid rgb(0, 107, 255);
    }
    #hori {
        display: flex;
        flex-direction: row;
        text-align: center;
        margin: auto;
        justify-content: center;
        margin-top: 10%;
    }
    
    #hori #hori1 {
        width: 125px;
        /* border-bottom: 1px solid red; */
    }
    
    #hori span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: large;
    }
    #free #google {
        width: 300px;
        height: 60px;
        /* background-color: rgb(0, 107, 255); */
    
        display: flex;
        border-radius: 5px;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        /* margin-top: 1%; */
        text-align: center;
        color: black;
        border: 1px solid rgb(157, 156, 156);
    
    
    }
    
    #free #google:hover {
        cursor: pointer;
        border: 1px solid rgb(0, 107, 255);
        color: rgb(0, 107, 255);
    
    
    }
    
    #free #google svg {
        border: 1px solid grey;
        padding: 10px;
        border-radius: 5px;
        margin-top: 7px;
        margin-bottom: 7px;
        background-color: white;
        margin-left: 20px;
    }
    
    #free #microsoft {
        width: 300px;
        height: 60px;
    
        /* background-color: rgb(0, 107, 255); */
        display: flex;
        flex-direction: row;
        border-radius: 5px;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        /* margin-left: 10px; */
        color: black;
        border: 1px solid rgb(157, 156, 156);
        /* margin-top: 1%; */
    }
    
    #free #microsoft:hover {
        cursor: pointer;
        border: 1px solid rgb(0, 107, 255);
        color: rgb(0, 107, 255);
    
    
    }
    
    #free #microsoft svg {
        border: 1px solid grey;
        padding: 10px;
        border-radius: 5px;
        margin-top: 7px;
        margin-bottom: 7px;
        background-color: white;
        margin-left: 20px;
    }
    #footer4 #footer4c {
        margin-left: -50%;
    }
    #Ef #featured{
        display: flex;
        flex-direction: column;
        
    }
    #Ef #featured #fe2{
        width: 140px;
        border: none;
        margin-top: 0%;
        color: rgb(0, 107, 255);
    }
    #Ef #featured #fe2 p{
font-size: 14px;
    }
    #Ef #featured #fe2 .material-icons{
font-size: 18px;
        
    }
    #Ef #featured #fe2:hover .material-icons{
        transform: translatex(10px);
    }
    #Ef #featured #fe2:hover{
        cursor: pointer;
        color: black;
    }
    #footer2{
        display: flex;
        flex-direction: column;
    }
    #footer2 #footer2a{
        margin-bottom: 20px;
    }
    #footer2 #footer2b{
        margin-bottom: 20px;
    }
    #footer2 #footer2c{
        margin-bottom: 20px;
    }
    #footer3{
        display: flex;
        flex-direction: column;
    }
    #footer3 #footer3a{
        margin-bottom: 20px;
    }
    #footer3 #footer3b{
        margin-bottom: 20px;
    }
    #footer3 #footer3c{
        margin-bottom: 20px;
       
    }

    
}