.btn-educator {
    height: 40px;
    width: 170px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    font-weight: 600;
    transition-duration: 0.5s;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.btn-educator:hover{
    background-color: var(--main-color);
    color: white;
}


.main-heading {
    font-size: 4em;
    font-weight: 900;
    color: var(--main-color);
    margin: 0;
}

.main-para {
    font-weight: 400;
}

.main-button {
    cursor: pointer;
    width: 250px;
    height: 55px;
    background-color: rgb(59, 59, 59);
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.main-button img {
   width: 30px;
   height: 30px;
}  

.main-button span {
    font-size: 15px;
    width: calc(100% - 80px);
    color: white;
    font-weight: 600;
    text-align:start;
    margin-left: 15px;
 }  

.contact-form-student {
    width: 90%;
    max-width: 400px;
    height: 470px;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 50px -10px #a3a3a3;
}

.contact-form-student-title {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 2px solid #eee;
    font-weight: 500;
}

.section-heading {
    margin: 0;
    text-align: center;
}

.section-para {
    margin-top: 40px;
    text-align: center;
}

.step-box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    min-height: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px #e0e0e0;
}

.step-box-icon {
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-box-icon img {
    width: 100px;
    height: 100px;
}

.step-box-data {
    width: calc(100% - 120px);
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.step-box-data h4 {
    margin: 0;
    font-size: 25px;
}


.table {
    width: 100%;
    margin-top: 40px;
    background-color: white;
    box-shadow: 0px 0px 30px 0px #e0e0e0;
}

.table-row {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.table-column-problem {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    
}

.table-column-online {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
}

.table-column-offline {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
}

.table-image {
   height: 40px;
   width: 40px;
}

.table-description {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-form-input-title {
    width: 85%;
    margin-top: 22px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: gray;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-form-input-box {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-input-box-input {
   width: 85%;
   box-sizing: border-box;
   padding: 15px;
   border: 2px solid #eee;
   border-radius: 10px;
   outline: var(--main-color);
}

.contact-form-submit {
    width: 85%;
    height: 40px;
    background-color: #3b3b3b;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    cursor: pointer;

}

.contact-form-input-checkbox {
    margin-top: 22px;
    width: 85%;
}

.contact-form-message {
    margin-top: 20px;
    width: 85%;
    color: green;
    text-align: left;
}

.topbbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 30px;
}

.topbbar-bg {
   background-color: #fff8f0;
}

.courses-box {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
}

.course-item:not(:first-child) {
  margin-left: 30px;
}

.course-item {
    box-sizing: border-box;
    width: 33%;
    height: 200px;
    box-shadow: 0px 0px 30px 0px #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: #fff8f0;
}

.course-item-data {
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-item-data h2 {
    box-sizing: border-box;
    padding: 10px;
    background-color: #0000009a;
    color: white;
    border-radius: 10px;
    text-align: center;
}

.course-item a {
    width: 90%;
}

.book-btn {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: var(--main-color);
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 30px 0px #5d5d5d;
}


.post-problem {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 30px 0px #e0e0e0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.post-problem-text {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: var(--text-color);
}

.post-problem-body {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #eee;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.post-problem-body textarea {
    width: 100%;
    outline: none;
    border: none;
    resize: none;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 15px;
    color: var(--text-color);
}

.post-problem-control {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}

.post-problem-control-message {
    width: calc(100% - 100px);
}

.post-problem-control-btn {
    width: 150px;
    height: 50px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px #999999;
    background-color: rgb(70, 70, 70);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: white;
    cursor: pointer;
    padding: 10px;
}

.pre-school-banner {
    background-image: url(./pre_school.png);
    background-position: center;
    background-size: cover;
}

.class-1-banner {
    background-image: url(./class_1.png);
    background-position: center;
    background-size: cover;
}

.class-2-banner {
    background-image: url(./class_2.png);
    background-position: center;
    background-size: cover;
}

.class-3-banner {
    background-image: url(./class_3.png);
    background-position: center;
    background-size: cover;
}

.class-4-banner {
    background-image: url(./class_4.png);
    background-position: center;
    background-size: cover;
}

.class-5-banner {
    background-image: url(./class_5.png);
    background-position: center;
    background-size: cover;
}


.problem-form-input-title {
    width: 100%;
    margin-top: 20px;
    color: var(--text-color);
}

.problem-form-input-box {
    width: 100%;
    margin-top: 10px;
}

.problem-form-input-box input {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid #eee;
    border-radius: 10px;
    color: var(--text-color);
    outline: none;
}


@media only screen and (max-width: 800px) {

    .courses-box {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .course-item {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 50px;
    }

    .course-item:not(:first-child) {
        margin-left: 0;
      }

      .step-box{
        flex-wrap: wrap;
      }

      .step-box-data {
        width: 100%;
      }

      .step-box-icon {
        width: 100%;
        margin-bottom: 20px;
      }

      .step-box-data h4 {
        width: 100%;
        text-align: center;
      }

      .table {
        overflow: auto;
      }

      .table-row {
        width: 700px;
      }

      .table-description{
        width: 700px;
        font-size: 15px;
      }
    
      .table-row p {
        font-size: 15px;
      }

}