* {
    margin: 0;
    box-sizing: border-box;
}

.logo-nav {
    width: 100%;
}

img {
    width: 234px;
    height: 95px;
}
/* css for main head */
.main-line {
    height: 70vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Media query for only Tablet */
/* Media query for only Tablet */
/* Media query for only Tablet */
/* Media query for only Tablet */
@media (min-width:600px) and (max-width:800px) {
    .main-line {
        align-items: center;
        height: 50vh;
    }

    .main-line h1 {
        font-size: 40px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .main-line p {
        font-family: 'Roboto', sans-serif;
        color: rgba(0, 0, 0, 0.82);
    }

    .demo-quary {
        height: auto;
        margin-top: 65px;
        font-family: 'Roboto', sans-serif;
    }

    .demo-quary span {
        font-size: 30px;
    }

    .inner-box {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }

    .inner-box1 {
        width: 100%;
    }

    .inner-box1 p {
        font-size: 25px;
    }

    .inner-box1 .para {
        font-size: 20px;
    }

    .inner-box2 {
        width: 100%;
        margin-left: 0px;
    }

    .btn-ask {
        font-size: 15px;
        height: 30px;
        width: 150px;
        margin-top: 8px;
    }

    .join-paatshala .para-head {
        font-size: 30px;
    }

    .join-paatshala .para {
        width: 100%;
        font-size: 20px;
    }

    .features {
        width: 100%;
    }

    .box {
        width: 200px;
        height: 120px;
    }

    .features .box i {
        font-size: 35px;
    }

    .box p {
        font-size: 20px;
    }

    .paatshala-teacher {
        height: 450px;
    }

    .paatshala-teacher .teacher-para {
        width: 100%;
        position: absolute;
        top: 220px;
    }

    .image img {
        position: absolute;
        left: 100px;
        width: 100%;
        left: 0;
    }

    .course-table p {
        font-size: 25px;
    }

    .feedback .box1 img {
        height: 120px;
        width: 120px;
    }

    .inner-para p {
        font-size: 15px;
    }

    .inner-para .name {
        font-size: 18px;
        margin-top: 10px;
    }

    .feedback .box2 img {
        height: 120px;
        width: 120px;
    }

    .inside-box {
        width: 100%;
    }
}

.logo-nav {
    width: 100%;
}

img {
    width: 282px;
    height: 110px;
}

.join-paatshala {
    height: auto;
    width: 92%;
    margin: 100px auto 0 auto;
    padding: 30px 15px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: normal;
}

.join-paatshala .para-head {
    font-size: 40px;
}

.join-paatshala .para {
    font-size: 20px;
    margin: 30px 0px;
    width: 100%;
}

.first-row {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
}

.second-row {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
}

.box i {
    font-size: 70px;
    margin: 10px 0px;
}

.box p {
    font-size: 30px;
    margin: 10px 0px;
}

/* CSS for Paatshala techer */
.paatshala-teacher {
    width: 92%;
    height: 500px;
    margin: 50px auto;
    position: relative;
}

.image img {
    position: absolute;
    height: 400px;
    width: 620px;
    z-index: -1;
}

.teacher-para {
    padding: 20px 15px;
    height: 210px;
    width: 60%;
    z-index: 10;
    border: 0.5px solid rgba(0, 0, 0, 0.427);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.427);
    background-color: white;
    border-radius: 5px;
    height: auto;
}

.teacher-para .para-head {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}

.teacher-para .para {
    padding: 30px 0px;
    font-family: 'Roboto Flex', sans-serif;
}

.teacher-para .start-teaching {
    color: blue;
}

.teacher-para .start-teaching:hover {
    cursor: pointer;
}


/* CSS for course table */
.course-table {
    width: 92%;
    margin: 40px auto;
    border-radius: 5px;
    padding: 20px 15px;
    border: 2px solid rgba(0, 0, 0, 0.319);
    border-radius: 5px;
}

.course-table p {
    font-size: 30px;
    margin: 20px 0px;
}



.course-table table tr th {
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}

.course-table table tr td {
    width: 300px;
    font-size: 15px;
    padding: 10px 0px;
    text-align: center;
}

.course-table table tr:nth-child(even) {
    background-color: gainsboro;
}


/* CSS for most search topic in PaatShala */
.topic-search {
    padding: 15px 20px;
    width: 92%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
}

.topic-search span {
    font-size: 30px;
}

.topic-search .span {
    color: green;
}

/* CSS for row1 */
.row1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.row1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.row1 ul .course1 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: orange;
    color: white;
    font-size: 30px;
}

.row1 ul .course2 {
    margin: 0px 50px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: skyblue;
    color: white;
    font-size: 10px;
}

.row1 ul .course3 {
    margin: 0px 0px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: violet;
    color: white;
    font-size: 15px;
}

/* CSS for row2 */
.row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.row2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.row2 ul .course1 {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(192, 144, 55);
    color: white;
    font-size: 30px;
}

.row2 ul .course2 {
    margin: 0px 50px;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: pink;
    color: white;
    font-size: 15px;
}

.row2 ul .course3 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    color: white;
    font-size: 15px;
}

/* css for data */
.data ul {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.data ul li {
    margin: 0 10px;
    font-weight: bold;
}

.million {
    height: 15px;
    width: 15px;
    background-color: orange;
}

.ninek {
    height: 15px;
    width: 15px;
    background-color: rgb(192, 144, 55);
}

.eightk {
    height: 15px;
    width: 15px;
    background-color: blue;
}

.sevenk {
    height: 15px;
    width: 15px;
    background-color: violet;
}

.fivek {
    height: 15px;
    width: 15px;
    background-color: pink;
}

.fourk {
    height: 15px;
    width: 15px;
    background-color: skyblue;
}



/* feedback from the user */
.feedback {
    height: 225px;
    width: 100%;
    background-color: rgb(11, 161, 235);
    display: flex;
    flex-direction: row;
}

.box1 {
    width: 50%;
    height: 225px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
}

.box1 img {
    height: 160px;
    width: 150px;
    border-radius: 50%;
}

.box1 .inner-para {
    margin-left: 3%;
    width: 60%;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.inner-para .name {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

/* box--2 */
.box2 {
    width: 50%;
    height: 225px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.box2 img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.box2 .inner-para {
    margin-left: 3%;
    width: 60%;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* CSS for footer */
.footer {
    margin-top: 150px;
    height: 225px;
    width: 100%;
    background-color: black;
    color: white;
}

.inside-box {
    padding-top: 20px;
    width: 60%;
    display: flex;
    flex-direction: row;
    padding-left: 55px;
    height: 190px;
}

.inside-box .footer-box {
    height: 150px;
    width: 30%;
}

.footer-box p {
    font-size: 20px;
    margin: 5px 0px;
    font-weight: bold;
}

.inside-box .fot-3 {
    padding-top: 30px;
}

/* CSS for last footer */
.last-footer {
    padding-left: 55px;
    color: white;
    display: flex;
    flex-direction: row;
}

.last-footer .last-ft {
    margin: 0px 5px;
}

.terms {
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0px 2px;
}

/* Media quary for mobile device */
@media (max-width:600px) {
    .logo-nav img {
        height: 50px;
        width: 130px;
    }

    .main-line {
        height: auto;
        padding-top: 50px;
    }

    .main-line h1 {
        font-size: 20px;
        text-align: center;
    }

    .main-line p {
        padding-top: 20px;
        font-size: 14px;
        text-align: center;
    }

    .main-line button {
        width: 93px;
        height: 20px;
        font-size: 10px;
        margin-top: 30px;
    }

    /* CSS for Demo */
    .demo-quary {
        margin-top: 30px;
        height: auto;
    }

    .demo-quary span {
        font-size: 20px;
    }

    .inner-box {
        display: flex;
        flex-direction: column;
        margin-top: 25px;
    }

    .inner-box1 {
        width: 100%;
        padding: 0;
    }

    .inner-box1 p {
        font-size: 15px;
    }

    .inner-box1 .para {
        font-size: 12px;
        padding-top: 4px;
    }

    .inner-box2 {
        width: 100%;
        margin-left: 0;
        padding-top: 0px;
    }

    .incon-one p {
        font-size: 12px;
    }

    .incon-one .name {
        font-size: 12px;
    }

    .btn-ask {
        width: 93px;
        height: 20px;
        font-size: 10px;
        margin-top: 10px;
    }

    /* CSS for join paatShala */
    .join-paatshala {
        margin: 0;
    }

    .join-paatshala .para-head {
        font-size: 20px;
        font-weight: bold;
    }

    .join-paatshala .para {
        margin: 0;
        padding-top: 10px;
        font-size: 12px;
        width: 100%;
    }

    /* CSS for feature */
    .features {
        padding-top: 30px;
    }

    .first-row {
        grid-gap: 10px;
    }

    .second-row {
        grid-gap: 10px;
    }

    .features .box {
        height: auto;
        width: 100px;
        border: 1px solid green;
    }

    .box i {
        font-size: 20px;
    }

    .box p {
        font-size: 12px;
        margin-top: 5px;
    }

    /* CSS for PaatShala-Teacher */
    .paatshala-teacher {
        padding: 10px 10px;
        height: 440px;
    }

    .teacher-para {
        width: 100%;
        padding: 10px 10px;
        height: auto;
    }

    .paatshala-teacher .teacher-para .para-head {
        font-size: 15px;
    }

    .teacher-para .para {
        font-size: 12px;
        padding: 10px 0;
    }

    .start-teaching {
        margin-top: 5px;
        font-size: 12px;
    }

    .image img {
        width: 100%;
        position: absolute;
        top: 185px;
        left: 0px;
        height: 250px;
    }

    /* CSS for course table */
    .course-table p {
        font-size: 15px;
        margin: 5px 0;
    }

    .course-table table tr th {
        font-size: 12px;
    }

    .course-table table tr td {
        font-size: 12px;
    }

    /* CSS for topic-scearch  */
    .topic-search {
        margin: 40px 0px;
    }

    .topic-search span {
        font-size: 20px;
    }

    .row1 ul .course1 {
        font-size: 12px;
        height: 80px;
        width: 80px;
    }

    .row1 ul .course2 {
        font-size: 6px;
        height: 50px;
        width: 50px;
        margin: 0px 20px;
    }

    .row1 ul .course3 {
        font-size: 12px;
        height: 65px;
        width: 65px;
    }

    /* Row 2 */
    .row2 ul .course1 {
        font-size: 12px;
        height: 80px;
        width: 80px;
    }

    .row2 ul .course2 {
        font-size: 10px;
        height: 65px;
        width: 65px;
        margin: 0px 25px;
    }

    .row2 ul .course3 {
        font-size: 6px;
        height: 50px;
        width: 50px;
    }

    .data {
        display: none;
    }

    /* CSS for feed back */
    .feedback {
        height: 140px;
    }

    .feedback .box1 img {
        height: 64px;
        width: 64px;
    }

    .feedback .box2 img {
        height: 64px;
        width: 64px;
    }

    .box1 {
        height: 150px;
        width: 50%;
    }

    .box2 {
        height: 150px;
    }

    .inner-para p {
        font-size: 7px;
    }

    .inner-para .name {
        font-size: 12px;
    }

    /* CSS for footer */
    .footer {
        width: 100%;
        height: 140px;
        margin-top: 50px;
    }

    .inside-box {
        width: 100%;
        padding: 0 10px;
        height: 100px;
    }

    .footer-box {
        height: 50px;
    }

    .footer-box p {
        font-size: 12px;
    }

    .footer-box ul li {
        font-size: 7px;
    }

    .inside-box .fot-3 {
        padding-top: 20px;
    }

    .inside-box .last-footer {
        background-color: black;
        /* color: white; */
    }

    .last-footer {
        font-size: 7px;
        height: 15px;
        width: 100%;
        padding: 0 10px;
    }

    .terms {
        border-left: 1px solid white;
        border-right: 1px solid white;
        padding: 0px 2px;
        height: 7px;
    }
}

@media (min-width:800px) {

    .main-line {
        height: 50vh;
    }

    .demo-quary {
        height: auto;
        margin-top: 100px;
    }

    .paatshala-teacher .teacher-para {
        width: 1000px;
        position: absolute;
        top: 0px;
        height: 213px;
    }

    .paatshala-teacher .image img {
        width: 800px;
        height: 500px;
        position: absolute;
        left: 400px;
    }
}

@media (min-width:1200px) {

    img {
        width: 234px;
        height: 95px;
    }

    .main-line {
        height: auto;
        height: 400px;
        padding-top: 100px;
    }

    .main-line h1 {
        font-size: 50px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 62px;
    }


    .main-line p {
        padding-top: 26px;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.642);
        font-family: 'Raleway', sans-serif;
    }

    .main-line button a {
        color: white;
        text-decoration: none;
    }

    button {
        margin-top: 55px;
        height: 37px;
        width: 154px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        background-color: green;
        color: white;
        border: none;
        border-radius: 2px;
    }

    /* css for question and answer */
    .demo-quary {
        margin: 100px auto 0 auto;
        width: 92%;
        height: auto;
        border: 1px solid black;
        padding: 20px 15px;
        color: white;
        background: rgb(0, 0, 0);
    }

    .demo-quary span {
        font-size: 45px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }

    .demo-quary .paatshala-color {
        color: green;
    }

    /* css for inner box */
    .inner-box {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .inner-box1 {
        width: 40%;
        padding: 10px 0px;
        font-family: 'Roboto', sans-serif;
    }

    .inner-box1 p {
        font-size: 30px;
        font-weight: bold;
    }

    .inner-box1 .para {
        font-size: 20px;
        padding: 20px 0px;
        font-weight: normal;
        line-height: 25px;
    }

    .inner-box2 {
        margin-left: 200px;
        width: 40%;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
    }

    .btn-ask {
        margin-top: 10px;
        height: 37px;
        width: 154px;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        background-color: green;
        color: white;
        border: none;
        border-radius: 3%;
    }

    .incon-one .name {
        font-size: 20px;
        padding: 5px 0px;
    }

    .incon-one i {
        padding: 0 5px 0 0;
    }

    .incon-one:last-child {
        line-height: 20px;
    }

    .person2 {
        padding: 20px 0px;
    }

    /* CSS for join paatshala */
    .join-paatshala {
        height: auto;
        width: 92%;
        margin: 100px auto 0 auto;
        padding: 30px 15px;
    }

    .join-paatshala .para-head {
        font-size: 40px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;

    }

    .join-paatshala .para {
        font-size: 18px;
        line-height: 32px;
        margin: 30px 0px;
        width: 100%;
        text-align: justify;
        font-family: 'Roboto', sans-serif;
    }

    .features {
        width: 50%;
        margin: auto auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        grid-gap: 20px;
    }

    .first-row {
        display: flex;
        flex-direction: row;
        grid-gap: 40px;
    }

    .second-row {
        display: flex;
        flex-direction: row;
        grid-gap: 40px;
        margin-top: 20px;
    }

    .box {
        height: 140px;
        width: 220px;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 5px;
        font-family: 'Roboto', sans-serif;
        background-color: green;
    }

    .box i {
        font-size: 60px;
        margin: 10px 0px;
    }

    .box p {
        font-size: 30px;
        margin: 10px 0px;
        font-weight: bold;
    }

    /* CSS for Paatshala techer */
    .paatshala-teacher {
        width: 100%;
        height: 500px;
        margin: 200px auto 0 auto;
        position: relative;
        padding:  0 0 0 55px;
    }
    .paatshala-teacher .image img {
        width: 800px;
        height: 500px;
        position: absolute;
        left: 470px;
      }
   

    .teacher-para {
        padding: 10px 10px;
        height: auto;
        width: 60%;
        z-index: 10;
        border-radius: 0px;
        border: none;
        box-shadow:  0px 0px 0px ;
        background-color: white;
        font-family: 'Roboto', sans-serif;
    }

    .teacher-para .para-head {
        font-size: 30px;
        font-weight: bold;
    }
    .paatshala-teacher .teacher-para {
        width: 700px;
        position: absolute;
        top: 180px;
        height: auto;
      }
    .teacher-para .para {
        padding: 10px 0px;
        height: auto;
        font-size: 18px;
        line-height: 26px;
        text-align: justify;
    }

    .teacher-para .start-teaching {
        color: blue;
        font-weight: bold;
    }

    .teacher-para .start-teaching:hover {
        cursor: pointer;
        text-decoration: underline;
    }
/* CSS for course table */
.course-table {
    width: 92%;
    margin: 200px auto 0 auto;
    border-radius: 5px;
    padding: 20px 15px;
    border: 1px solid rgba(0, 0, 0, 0.319);
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.course-table p {
    font-size: 30px;
    margin: 20px 0px;
}



.course-table table tr th {
    width: 300px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0px;
}

.course-table table tr td {
    width: 300px;
    font-size: 15px;
    padding: 10px 0px;
    text-align: center;
}

.course-table table tr:nth-child(even) {
    background-color: gainsboro;
}

/* CSS for most search topic in PaatShala */
.topic-search {
    padding: 15px 20px;
    width: 92%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

.topic-search span {
    font-size: 30px;
}

.topic-search .span {
    color: green;
}

/* CSS for row1 */
.row1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
}

.row1 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.row1 ul .course1 {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: orange;
    color: white;
    font-size: 30px;
}

.row1 ul .course2 {
    margin: 0px 50px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: skyblue;
    color: white;
    font-size: 10px;
}

.row1 ul .course3 {
    margin: 0px 0px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: violet;
    color: white;
    font-size: 15px;
}

/* CSS for row2 */
.row2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.row2 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.row2 ul .course1 {
    height: 170px;
    width: 170px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(192, 144, 55);
    color: white;
    font-size: 30px;
}

.row2 ul .course2 {
    margin: 0px 50px;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: pink;
    color: white;
    font-size: 15px;
}

.row2 ul .course3 {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: blue;
    color: white;
    font-size: 15px;
}

/* css for data */
.data ul {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.data ul li {
    margin: 0 10px;
    font-weight: bold;
}

.million {
    height: 15px;
    width: 15px;
    background-color: orange;
}

.ninek {
    height: 15px;
    width: 15px;
    background-color: rgb(192, 144, 55);
}

.eightk {
    height: 15px;
    width: 15px;
    background-color: blue;
}

.sevenk {
    height: 15px;
    width: 15px;
    background-color: violet;
}

.fivek {
    height: 15px;
    width: 15px;
    background-color: pink;
}

.fourk {
    height: 15px;
    width: 15px;
    background-color: skyblue;
}

/* feedback from the user */
.feedback {
    height: 225px;
    width: 100%;
    background-color: rgb(11, 161, 235);
    display: flex;
    flex-direction: row;
    font-family: 'Roboto', sans-serif;
}


.box1 {
    width: 50%;
    height: 225px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.box1 img {
    height: 160px;
    width: 150px;
    border-radius: 50%;
}

.box1 .inner-para {
    margin-left: 3%;
    width: 60%;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;

}

.inner-para .name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

}

/* box--2 */
.box2 {
    width: 50%;
    height: 225px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.box2 img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.box2 .inner-para {
    font-family: 'Roboto', sans-serif;
    margin-left: 3%;
    width: 60%;
    font-size: 15px;
    line-height: 20px;
}
/* CSS for footer */
.footer {
    margin-top: 150px;
    height: 225px;
    width: 100%;
    background-color: black;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.inside-box {
    padding-top: 20px;
    width: 60%;
    display: flex;
    flex-direction: row;
    padding-left: 55px;
    height: 190px;
}

.inside-box .footer-box {
    height: 150px;
    width: 30%;
}

.footer-box p {
    font-size: 20px;
    margin: 5px 0px;
    font-weight: bold;
}

.inside-box .fot-3 {
    padding-top: 30px;
}

/* CSS for last footer */
.last-footer {
    color: white;
    display: flex;
    flex-direction: row;
}

.last-footer .last-ft {
    margin: 0px 5px;
}

.terms {
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 0px 2px;
}
}