* {
    margin: 0;
    padding: 0;
    /* font-family: SuisseWorks,Georgia,Times,times new roman,serif,apple color emoji,segoe ui emoji,segoe ui symbol !important; */
    
}

/* ------------------offer-------- */

.topoffer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background-color: antiquewhite;   
}
.topoffer h5{
    text-align: center;
    font-size: 20px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}


/* --------menu-------- */

img.logoimg {
    width: 190px;
    margin: 5px;
}

.btnmenu {
    margin: 0px 10px
}

.btnmenu1 {
    margin: 0px 10px;
}

nav.navbar.navbar-expand-lg.bg-light {
    box-shadow: 4px 9px 20px 0px #0000003b;
}
nav.navbar.navbar-white.bg-white {
    box-shadow: 4px 9px 20px 0px #0000003b;
}
.btntransla {
    /* border: 1px solid #00000082; */
    border-radius: 7px;
    padding: 0px 4px;
    text-align: center;
}
#google_translate_element{
    padding: 10px;
}
/* ------------------login page-------- */
.loginform{
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}
.loginform form{
    border-top: 1px solid #00000056;
    padding: 20px 0px;
}
.loginform input {
    padding: 3px;
    margin: 15px 0px;
    width: 300px;
}
.loginform button{
    width: 300px;
    background-color: rgb(0, 153, 255);
    border: none;
    color: #ffffff;
    padding: 5px 0px;
    margin: 15px 0;
} 
.forgottext{
    width: 400px;
    text-align: center;
}
/* ------------------index page-------- */
.mainpg {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
        /* font-family: SuisseWorks,Georgia,Times,times new roman,serif,apple color emoji,segoe ui emoji,segoe ui symbol !important; */

}

.bothsec {
    width: 1340px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #eaeeef;
    padding: 30px 0px;
}

.leftsec {
    width: 872px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background-color: #eaeeef;
    padding: 25px;
    /* box-shadow: 0px 0px 9px #00000052; */
}
.leftsec h6{
    font-size: 19px;
    text-align: justify;
}
.rightsec {
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: center;
}

.rightsec img {
    width: 400px;
}

.secondsec {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 70%;
    height: auto;
    margin: 70px 0px;
}
.boxbrd {
    border: 1px solid #0000004a;
    width: 100%;
    padding: 30px;
    margin: 30px 0;
}
.prodctbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.cardbox {
    width: 33%;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.cardbox img{
    width: 320px;
    margin: 10px 0px;
}
.cardbox h4{
    text-align: center;
}
.inoneline{
    display: flex;
}
.blueline {
    width: 100%;
    height: auto;
    background: #eaeeef;
    text-align: center;
    padding: 15px;
}
.studentreview {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 80px 0px;
}
.prodctbox1 {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.topfeacat {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #eaeeef;
    padding: 30px 0px;
    
}
.Featured {
    width: 95%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.Featured h1{
    border-bottom: 1px solid #000000;
    padding: 8px 0;
}
.columfeatu {
    width: 32%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0px;
}
.feact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0px;
}
.gwothsec {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin: 70px 0;
}
.letclssec{
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.rightclssec {
    width: 20%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.letclssec img{
    width: 500px;
}
.footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: #000000e6;
    padding: 30px 0px;
}
.footer1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
    color: #ffffff;
    
}
.footer2{
    color: #ffffff;
    display: flex;
    padding: 30px 0px 0px 0px;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1500px){
    .bothsec {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        background: #eaeeef;
        padding: 30px 0px;
    }
    
    .secondsec {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 95%;
        height: auto;
        margin: 70px 0px;
    }
    .studentreview {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        margin: 80px 0px;
    }
    .cardbox {
        width: 33%;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .gwothsec {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        margin: 70px 0;
    }
    .letclssec img {
        width: 450px;
    }
    
}
@media (max-width: 1300px){
    .leftsec {
        width: 60%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        background-color: #eaeeef;
        padding: 25px;
        /* box-shadow: 0px 0px 9px #00000052; */
    }
}
@media (max-width: 1115px){
    .cardbox {
        width: 33%;
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
      
    .cardbox img {
        width: 270px;
        margin: 10px 0px;
    }
    .letclssec img {
        width: 380px;
    }
    .rightclssec {
        width: 30%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
    .cardbox h4{
        text-align: center;
    }
}
@media (max-width: 991px) {
    /* .btnmenu {
        margin: 10px 0;
    }

    .btnmenu1 {
        margin: 10px 0;
    } */
    .btntransla {
        border: 0px solid #00000082;
        border-radius: 7px;
    }
    .columfeatu {
        width: 46%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        margin: 20px 0px;
    }
    .leftsec {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        background-color: #eaeeef;
        padding: 25px;
        /* box-shadow: 0px 0px 9px #00000052; */
    }
}
@media (max-width: 950px) {
    .cardbox img {
        width: 300px;
        margin: 10px 0px;
    }
    .letclssec img {
        width: 300px;
    }
    .cardbox {
        width: 43%;
        padding: 35px 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .prodctbox {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .bothsec {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #eaeeef;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(234, 238, 239);
        padding: 30px 0px;
    }
    .leftsec {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #eaeeef;
        padding: 20px;
        /* box-shadow: 0px 0px 9px #00000052; */
    }
    .rightsec {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .rightsec img {
        width: 450px;
        margin: 15px 0px;
    }
    .cardbox {
        width: 100%;
        padding: 35px 1px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .cardbox img {
        width: 350px;
        margin: 10px 0px;
    }
    .leftsec {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        /* background-color: #ffffff; */
        padding: 20px;
        /* box-shadow: 0px 0px 9px #00000052; */
        text-align: center;
    }
}
@media (max-width: 800px) {
    .cardbox {
        width: 46%;
        padding: 35px 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .prodctbox {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        width: 100%;
    }
    .prodctbox1 {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }
.rightsec img {
    width: 350px;
}

.cardbox img {
    width: 300px;
    margin: 10px 0px;
}
.letclssec {
    width: 41%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.rightclssec {
    width: 270px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

}
@media (max-width: 710px){
    .cardbox img {
        width: 250px;
        margin: 10px 0px;
    }
    .rightsec img {
        width: 300px;
    }
}
@media (max-width: 662px){
    .bothsec {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background: #eaeeef;
        background-image: initial;
        background-position-x: initial;
        background-position-y: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: rgb(234, 238, 239);
        padding: 30px 0px;
    }
    /* .leftsec {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        padding: 40px;
        box-shadow: 0px 0px 9px #00000052;
    } */
    .rightsec img {
        width: 300px;
        margin: 15px 0px;
    }
    .cardbox {
        width: 100%;
        padding: 35px 1px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }
    .cardbox img {
        width: 350px;
        margin: 10px 0px;
    }
    /* .leftsec {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        padding: 40px;
        box-shadow: 0px 0px 9px #00000052;
        text-align: center;
    } */
    .gwothsec {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        margin: 70px 0;
    }
    .letclssec img {
        width: 350px;
    }
    .letclssec {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }
    .rightclssec {
        width: 95%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .rightclssec {
        width: 95%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 50px 0px;
    }
    .feact {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 30px 0px;
    }
    
    .rightsec {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .footer1 {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }
    .bottomlink {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
    }
    .footer2 {
        color: #ffffff;
        display: flex;
        padding: 30px 0px 0px 0px;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }
    .Featured {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }
    .Featured h1{
        padding: 10px;
    }
    .topoffer {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 20px 0px;
        background-color: antiquewhite;
        text-align: center;
    }
    .butnclass {
        width: 80% !important;
    }
}
@media (max-width: 600px){
    .columfeatu {
        width: 90%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        margin: 20px 0px;
    }
    .columfeatu p{
        text-align: start;
    }
}
@media (max-width: 430px){
    .rightsec img {
        width: 250px;
        margin: 15px 0px;
    }
    .cardbox img {
        width: 90%;
        margin: 10px 0px;
    }
    .letclssec img {
        width: 90%;
    }
    .columfeatu {
        text-align: center;
        margin: 20px 0px;
    }
    .Featured h1 {
        border-bottom: 0px solid #000000;
        padding: 8px 0;
    }
    .feact {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 30px 0px;
    }
    .topoffer h5 {
        font-size: 1rem;
    }
    .butnclass {
        width: 95% !important;
    }
    .forgottext{
        width: 90%;
        text-align: center;
    }
}
@media (max-width: 330px){
    .loginform input {
        padding: 3px;
        margin: 15px 0px;
        width: 250px;
    }
    .loginform button{
        width: 250px;
        background-color: rgb(0, 153, 255);
        border: none;
        color: #ffffff;
        padding: 5px 0px;
        margin: 15px 0;
    }
}
