﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

section {
    width: 100%;
    height: 500px;
    display: -ms-grid;
    display: grid;
    background-attachment: fixed;
    position: relative;
    /* border-bottom-left-radius:20%;
    border-bottom-right-radius:30%;  */
}

    section .desc {
        margin-top: 200px;
        padding: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40%;
        height: 300px;
        background-color: rgba(11, 133, 28, 0.7);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-clip-path: polygon(0% 0%, 47% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 47% 0%, 100% 100%, 0% 100%);
    }

        section .desc h1 {
            color: #fefefe;
            font-size: 23px;
            letter-spacing: 2.5px;
            position: absolute;
            left: 12%;
            top: 22%;
            z-index: 3;
            background: transparent;
        }

        section .desc div {
            position: absolute;
            left: 4%;
            bottom: 6%;
            width: 300px;
            height: 200px;
            margin-top: 40px;
            border-left: 3px solid #fefe;
            border-right: 3px solid #fefe;
            border-bottom: 3px solid #fefe;
            z-index: 3;
            color: white;
        }

        section .desc h1::before {
            content: "";
            height: 3px;
            background: #fefe;
            width: 40px;
            position: absolute;
            left: -28%;
            top: 55%;
            z-index: 0;
        }

        section .desc h1::after {
            content: "";
            height: 3px;
            background: #fefe;
            width: 93px;
            position: absolute;
            left: 100%;
            top: 55%;
            z-index: 0;
        }

        section .desc p {
            margin-top: 50px;
            margin-left: 30px;
            color: white;
        }

    section .in-this-section {
        height: 300px;
        width: 300px;
        position: absolute;
        right: 0;
        bottom: -50%;
        background-color: rgba(16, 191, 39, 0.6);
        -webkit-clip-path: polygon(0% 0%, 0% 78%, 50% 100%, 100% 78%, 100% 0%);
        clip-path: polygon(0% 0%, 0% 78%, 50% 100%, 100% 78%, 100% 0%);
    }

.card2 {
    display: -ms-grid;
    display: grid;
    width: 80%;
    margin: auto;
    margin-top: 120px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    /* overflow: hidden; */
    /*grid-auto-rows: 500px;*/
    /* background: white; */
    /* box-shadow: 0 50px 28px rgba(255, 255, 254, 0.55), 0 10px 28px rgba(0, 0, 0, 0.20); */
}

.card-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.5;
}

    .card-description h1 {
        height: 15%;
        padding-left: 30px;
        font-weight: 500;
        font-size: 70px;
        padding-top: 10px;
        margin-bottom: 20px;
        color: #47a220;
    }

    .card-description p {
        font-weight: 200;
        text-align: left;
        padding: 30px;
        line-height: 2;
        color: grey;
        padding-left: 38px;
    }

.card2 .svg-image {
    width: 100%;
    height: 50%;
    -webkit-clip-path: polygon( 0% 0%, 0% calc(100% - 10vh), 50% 100%, 100% calc(100% - 10vh), 100% 0% );
    clip-path: polygon( 0% 0%, 0% calc(100% - 10vh), 50% 100%, 100% calc(100% - 10vh), 100% 0% );
    position: relative;
}

    .card2 .svg-image::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -100%;
        top: -100%;
        background: rgba(11, 133, 28, 0.7);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 50px;
        color: white;
    }

    .card2 .svg-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: 60% 10%;
    }

.add-desc {
    margin-top: 100px;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: grey;
    line-height: 1.5;
    position: relative;
}

    .add-desc div {
        color: white;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 10%;
        background: rgba(4, 53, 10, 0.7);
        width: 700px;
        height: 400px;
    }

    .add-desc h1 {
        font-weight: 900;
        padding-left: 30px;
        padding-top: 30px;
        font-size: 30px;
        color: white;
    }

    .add-desc p {
        margin-top: 10px;
        padding-left: 30px;
        font-weight: 100;
        font-size: 15px;
    }

    .add-desc button {
        border: none;
        background: none;
        margin-top: 50px;
        margin-left: 30px;
        width: 150px;
        height: 50px;
        letter-spacing: 1.2px;
        color: white;
        cursor: pointer;
        border: 3px solid rgba(16, 203, 38, 0.7);
        /* border-radius: 5px; */
        outline: none;
        font-size: 16px;
    }

        .add-desc button:hover {
            background: #31761c;
            border: none;
        }

.admission-card {
    margin: auto;
    width: 100%;
    /*min-height: 100vh;*/
    margin-top: 100px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    /* background-attachment: fixed; */
    z-index: 1;
    margin-bottom: 50px;
    overflow: hidden;
}

    .admission-card::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

    .admission-card .heading {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 95%;
    }

        .admission-card .heading h1 {
            padding-left: 50px;
            text-align: left;
            letter-spacing: 1.4px;
            font-size: 50px;
            color: #47a220;
        }

        .admission-card .heading p {
            padding-left: 50px;
            text-align: left;
            font-size: 15px;
            color: #7f89a3;
        }

    .admission-card .design-admission {
        position: absolute;
        right: 0;
        background-position: center right;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 80%, 100% 100%, 100% 0%);
        clip-path: polygon(0% 0%, 0% 100%, 50% 80%, 100% 100%, 100% 0%);
        /* clip-path: polygon(0% 50%, calc(100% - 10vw) 0%, 100% 0%, 100% 100%, calc(100% - 10vw) 100%); */

        color: white;
    }

        .admission-card .design-admission::after {
            content: "Apply For Us";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            left: 0;
            height: 100%;
            background: rgba(6, 94, 18, 0.7);
            background-position: center;
            background-attachment: fixed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 40px;
            color: white;
            position: relative;
        }

    .admission-card .step-card {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        width: 100%;
        /* background: aqua; */
        display: -ms-grid;
        display: grid;
        /* justify-content: center; */
        grid-template-columns: repeat(auto-fit, 400px);
        grid-gap: 30px;
    }

        .admission-card .step-card .apply-card {
            /* margin-top: 100px; */
            margin-left: 50px;
            height: 400px;
            color: white;
            width: 100%;
            /* border: 5px solid #fefe; */
            -webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25), 0 0px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25), 0 0px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }


            .admission-card .step-card .apply-card .step-name {
                height: 100%;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                position: absolute;
                background: rgba(0, 111, 15, 0.7);
                left: 0%;
                bottom: 0;
                text-align: center;
                -webkit-transform: translateY(85%);
                -ms-transform: translateY(85%);
                transform: translateY(85%);
                -webkit-transition: -webkit-transform 0.5s ease;
                transition: -webkit-transform 0.5s ease;
                -o-transition: transform 0.5s ease;
                transition: transform 0.5s ease;
                transition: transform 0.5s ease, -webkit-transform 0.5s ease;
            }

                .admission-card .step-card .apply-card .step-name:hover {
                    -webkit-transform: translateY(0%);
                    -ms-transform: translateY(0%);
                    transform: translateY(0%);
                }

            .admission-card .step-card .apply-card.step-name {
                -webkit-transform: translateX(0%);
                -ms-transform: translateX(0%);
                transform: translateX(0%);
            }

                .admission-card .step-card .apply-card .step-name .fas {
                    font-size: 50px;
                }

                .admission-card .step-card .apply-card .step-name p {
                    position: initial;
                    text-align: center;
                    font-size: 25px;
                    padding: 10px;
                    color: white;
                    font-family: "poppins";
                    letter-spacing: 1.3px;
                }

                .admission-card .step-card .apply-card .step-name .step-description h3 {
                    font-size: 25px;
                    padding: 10px;
                }

.FB {
    font-size: 25px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px 12px;
    font-weight: 900;
    margin-left: 30px;
    /* margin-top: -34px; */
    /* border-radius: 2px; */

    border: 2px solid #47a220;
    background-color: #ebf5ea;
    color: #47a220;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    cursor: pointer;
}

    .FB:hover {
        font-weight: 900;
        border: 2px solid transparent;
        background-color: #47a220;
        color: #ebf5ea;
        /* box-shadow: inset 0px 0px 10px #ebf5ea; */
    }

.FBC {
    border: 2px solid transparent;
    background-color: #47a220;
    color: #ebf5ea;
    position: relative;
    font-weight: 900;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /* left: 50%;
  transform: translateX(-50%); */
    margin-top: 7px;
    padding: 1px 5px;
}

.modalF {
    position: fixed;
    /* display: flex;
  justify-content: space-around;
  flex-direction: row; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    visibility: hidden;
    /* visibility: ; */
    /* height: 100vh; */
    background-color: #000000ab;
    z-index: 200000000;
    overflow: scroll;
    /* padding-top: 20px; */
}

.admissiomFormModal {
    position: relative;
    /* height: 100vh; */
    width: 70%;
    top: 0px;
    left: 50%;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    padding: 10px;
    /* border-radius: 10px; */
    background-color: #ebf5ea;
    /* z-index: 5; */
}

.remove {
    position: absolute;
    top: 10px;
    right: 18%;
    height: 30px;
    width: 30px;
    padding: 5px;
    cursor: pointer;
    z-index: 5;
}

#gender {
    position: relative;
    width: 100%;
    padding: 5px;
    background: transparent;
    /* background-color: #587550; */
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    color: #587550;
    border: 2px solid #587550;
    border-radius: 2px;
    outline: none;
}

#classes {
    position: relative;
    width: 100%;
    padding: 5px;
    background: transparent;
    /* background-color: #587550; */
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    color: #587550;
    border: 2px solid #587550;
    border-radius: 2px;
    outline: none;
}

.remove #ri {
    position: relative;
    width: 26px;
    height: 30px;
    font-size: 30px;
    color: #587550;
    color: white;
    padding: 2px;
    z-index: 15005;
    /* border-radius: 50%; */
    /* box-shadow: 0px 0px 1px 1px #ebf5ea; */
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.image-box {
    float: right;
    width: 300px;
    height: 200px;
    position: relative;
    border: 3px solid #3e842b;
}

#imgInp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 1;
    border: none;
    opacity: 0;
    font-size: 13px;
    padding: 20px 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    /* background: black; */
    overflow: hidden;
    color: black;
}

    #imgInp:hover {
        /* -webkit-box-shadow: inset 9px -7px 59px 1px #ccc;
  -moz-box-shadow: inset 9px -7px 59px 1px #ccc;
  box-shadow: inset 9px -7px 59px 1px #ccc; */
        opacity: 1;
        z-index: 8;
    }

#image-square {
    position: absolute;
    left: 0;
    top: 0;
    float: right;
    margin-right: 30px;
    height: 100%;
    width: 100%;
    /* z-index: 2; */
}

.remove #ri:hover {
    color: #ebf5ea;
    -webkit-box-shadow: 0px 0px 0px 10000px #000000ab;
    box-shadow: 0px 0px 0px 10000px #000000ab;
    font-size: 30px;
}

.parent {
    height: 200px;
    width: 100%;
    /* margin-left: 25px; */
    /* margin-left: 20px; */
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background: black; */
}

.child-parent {
    margin-top: 30px;
    width: 95%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

.admDiv {
    padding: 5px 0px;
    /* border: 2px solid #47a220; */
}

    .admDiv .l1 {
        width: 100%;
        position: relative;
        padding: 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.formhead {
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 25px;
    text-decoration: underline;
    /* border: 2px solid #31761c; */
    border-bottom: none;
    padding: 7px;
    text-align: center;
    font-weight: 900;
}

input {
    position: relative;
    width: 100%;
    padding: 5px;
    background: transparent;
    /* background-color: #587550; */
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    color: black;
    border: none;
    outline: none;
    border: 2px solid #587550;
    border-radius: 2px;
    /* left: 20px; */
}

    input:focus,
    #gender:focus {
        border: 3px solid #3e842b;
    }


.conts {
    width: 50%;
}

#name {
    width: 95%;
}

.oc {
    width: 40%;
    /* margin-left: 30px; */
}

#father {
    width: 60%;
}

#mother {
    width: 60%;
}

#sex {
    width: 40%;
}

#grade {
    width: 55%;
}

#dob {
    width: 40%;
}

#nation {
    width: 60%;
}

.adr {
    /* position: absolute; */
    width: 100%;
}

.subbtn {
    position: relative;
    width: 100%;
}

.submit-btn {
    position: relative;
    width: 100%;
    height: 35px;
    font-weight: 900;
    /* padding: 5px; */
    border-radius: 2px;
    outline: none;
    border: none;
    color: white;
    /* border: 3px solid #587550; */

    background-color: #398225;
}

    .submit-btn:hover {
        color: white;
        /* border: 3px solid #587550; */
        background-color: #327220;
    }
/* input:focus > span {
  background-color: red;
  transform: translateY(-90%);
} */

.StudentName {
    /* padding: 0px 20px; */
    position: relative;
    /* width: fit-content; */
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: fit-content; */
    /* align-items: flex-start; */
    text-align: left;
}

    .StudentName span:first-child {
        left: 3%;
        font-size: 14px;
        top: 7px;
        padding: 0px 2px;
        /* display: ; */
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        color: #587550;
        background-color: #ebf5ea;
        position: absolute;
        z-index: -1;
    }

    .StudentName span:last-child {
        position: absolute;
        right: -8px;
    }

@media screen and (max-width: 1024px) {
    #admissiomFormModal {
        top: 25%;
    }

    .remove {
        top: 25%;
        right: 18%;
    }
}

@media screen and (max-width: 946px) {
    #admissiomFormModal {
        top: 20%;
    }

    .remove {
        top: 20%;
        right: 12%;
    }

    .FB {
        margin-left: 50px;
    }

    .admission-card .heading:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    .admissiomFormModal {
        width: 85%;
    }
}

@media screen and (max-width: 750px) {
    .admissiomFormModal {
        width: 90%;
    }
}

@media screen and (max-width: 630px) {
    .admissiomFormModal {
        width: 92%;
    }
}

@media screen and (max-width: 530px) {
    .StudentName span:last-child {
        position: absolute;
        right: 3px;
    }

    .admissiomFormModal {
        width: 100%;
    }

    .FBC {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .StudentName {
        width: 100% !important;
        padding: 15px;
        /* margin-left: 15px;
    margin-right: 15px; */
        margin: 0;
    }

        .StudentName span:first-child {
            left: 28px;
            top: 30%;
            font-size: 11px;
        }

    .image-box {
        margin: auto;
        width: 100px !important;
        height: 100px;
        position: relative;
        border: 3px solid #3e842b;
    }

    .image-square {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        background: #304f28;
    }

    .admDiv .l1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .admDiv .grid-view {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        padding: 0px 0px;
    }

    .parent {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        /* background: black; */
    }

    .formhead {
        font-size: 20px;
    }

    .remove {
        position: absolute;
        top: 10px;
        right: 5%;
    }

    #admissiomFormModal {
        top: 0%;
    }

    #sex {
        width: 50%;
    }

    #grade {
        width: 50%;
    }

    .child-parent {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width: 1300px) {
    .admission-card .step-card {
        grid-template-columns: repeat(auto-fit, 350px);
    }

    .card-description button {
        width: 25%;
        font-size: 18px;
    }

        .card-description button .fas {
            position: absolute;
            top: 16%;
            left: 65%;
            font-size: 15px;
        }

    .admission-card .step-card .apply-card .step-name .fa-edit,
    .admission-card .step-card .apply-card .step-name .fa-dollar-sign,
    .admission-card .step-card .apply-card .step-name .fa-hand-holding-usd {
        font-size: 60px;
    }
}

@media (max-width: 1100px) {
    .card-description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 1.3;
    }

        .card-description h1 {
            height: 15%;
            padding-left: 30px;
            font-weight: 500;
            font-size: 50px;
            padding-top: 10px;
            margin-bottom: 20px;
            color: #47a220;
        }

        .card-description p {
            font-weight: 200;
            text-align: left;
            padding: 30px;
            line-height: 1.5;
            color: grey;
            padding-left: 38px;
        }

    .card2 .svg-image {
        width: 100%;
        height: 50%;
        -webkit-clip-path: polygon( 0% 0%, 0% calc(100% - 8vh), 50% 100%, 100% calc(100% - 8vh), 100% 0% );
        clip-path: polygon( 0% 0%, 0% calc(100% - 8vh), 50% 100%, 100% calc(100% - 8vh), 100% 0% );
        position: relative;
    }

        .card2 .svg-image::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -100%;
            top: -100%;
            background: rgba(11, 133, 28, 0.7);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 50px;
            color: white;
        }

        .card2 .svg-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: -130px 0px;
            object-position: -130px 0px;
        }
}

@media (max-width: 800px) {
    section .desc {
        width: 60%;
    }

        section .desc h1 {
            color: #fefefe;
            font-size: 20px;
            position: absolute;
            left: 12%;
            top: 30%;
        }

        section .desc div {
            position: absolute;
            left: 4%;
            bottom: 4%;
            width: 250px;
            height: 182px;
            margin-top: 20px;
        }

        section .desc h1::before {
            width: 35px;
            position: absolute;
            left: -24%;
            top: 55%;
        }

        section .desc h1::after {
            width: 73px;
            position: absolute;
            left: 100%;
            top: 55%;
        }

        section .desc p {
            margin-left: 20px;
            font-size: 15px;
        }

    .card2 {
        width: 90%;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -ms-grid-rows: 1fr 2fr;
        grid-template-rows: 1fr 2fr;
        position: relative;
        grid-template-areas:
            "images"
            "description";
    }

    .card-description {
        grid-area: description;
        line-height: 1.8;
    }

    .card2 .svg-image {
        grid-area: images;
        -webkit-clip-path: polygon( 0% 0%, 0% calc(100% - 10vh), 50% 100%, 100% calc(100% - 10vh), 100% 0% );
        clip-path: polygon( 0% 0%, 0% calc(100% - 10vh), 50% 100%, 100% calc(100% - 10vh), 100% 0% );
        height: 100%;
    }

    .card-description h1 {
        display: none;
    }

    .card2 .card-description > p {
        line-height: 2;
    }

    .card2 .svg-image > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .card2 .svg-image::before {
        content: "Why US";
        color: white;
        font-size: 60px;
    }

    .admission-card .heading {
        width: 100%;
    }

        .admission-card .heading > h1 {
            text-align: center;
            font-size: 40px;
            padding-left: 15px;
        }

        .admission-card .heading > p {
            font-size: 18px;
            padding: 20px;
            text-align: center;
        }

    .admission-card .step-card {
        /* grid-template-columns: repeat(auto-fit, 200px); */
        grid-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* background: blue; */
    }

        .admission-card .step-card .apply-card {
            color: white;
            width: 100%;
            margin-left: 0px;
        }
}

@media (max-width: 800px) {

    .card-description {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .card2 .svg-image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}

@media (max-width: 800px) {
    .FB {
        /* width: 100%; */
        left: 50%;
        font-size: 19px !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        text-align: center;
    }

    .card-description {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .card2 .svg-image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
}

@media (max-width: 768px) {
    section .desc div {
        position: absolute;
        left: 4%;
        bottom: 4%;
        width: 250px;
        height: 184px;
        margin-top: 20px;
    }

    section .desc h1::before {
        width: 33px;
        position: absolute;
        left: -26%;
        top: 55%;
    }

    section .desc h1::after {
        width: 70px;
        position: absolute;
        left: 100%;
        top: 55%;
    }

    .card2 .card-description > p {
        font-size: 16px;
    }

    .add-desc div {
        color: white;
        width: 500px;
        height: 320px;
    }
}

@media (max-width: 500px) {
    .card2 {
        -ms-grid-rows: 0.5fr 2fr;
        grid-template-rows: 0.5fr 2fr;
    }

        .card2 .svg-image::before {
            font-size: 40px;
        }

        .card2 .svg-image > img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: -30px center;
            object-position: -30px center;
        }

        .card2 .card-description > p {
            font-size: 15px;
            color: black;
        }

    .add-desc {
        background-attachment: unset;
    }

        .add-desc div {
            color: white;
            width: 400px;
            height: 320px;
        }

        .add-desc h1 {
            font-size: 20px;
        }

        .add-desc p {
            font-size: 13px;
        }

        .add-desc button {
            margin-top: 10px;
            width: 130px;
            height: 50px;
            font-size: 13px;
        }

    .admission-card .heading > h1 {
        font-size: 30px;
    }

    .admission-card .heading > p {
        font-size: 17px;
    }

    .admission-card .step-card {
        grid-template-columns: repeat(auto-fit, 300px);
        grid-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* background: blue; */
    }

        .admission-card .step-card .apply-card {
            height: 300px;
        }

            .admission-card .step-card .apply-card .step-name > p {
                font-size: 20px;
            }

            .admission-card .step-card .apply-card .step-name .fas {
                font-size: 50px;
            }

            .admission-card .step-card .apply-card .step-name .step-description h3 {
                font-size: 20px;
            }
}

@media (max-width: 450px) {
    section .desc {
        width: 90%;
    }

        section .desc h1 {
            color: #fefefe;
            font-size: 20px;
            position: absolute;
            left: 12%;
            top: 30%;
        }

        section .desc div {
            position: absolute;
            left: 4%;
            bottom: 4%;
            width: 250px;
            height: 185px;
            margin-top: 20px;
        }

        section .desc h1::before {
            width: 30px;
            position: absolute;
            left: -22%;
            top: 55%;
        }

        section .desc h1::after {
            width: 75px;
            position: absolute;
            left: 100%;
            top: 55%;
        }

        section .desc p {
            margin-left: 20px;
            font-size: 15px;
        }
}

@media (max-width: 400px) {
    .card2 {
        -ms-grid-rows: 0.5fr 2fr;
        grid-template-rows: 0.5fr 2fr;
    }

    .add-desc div {
        color: white;
        width: 300px;
        height: 290px;
    }

    .add-desc h1 {
        font-size: 15px;
    }

    .add-desc p {
        font-size: 10px;
    }

    .add-desc button {
        margin-top: 10px;
        width: 90px;
        height: 35px;
        font-size: 10px;
        border: 3px solid #47a220;
    }
}

@media (max-width: 375px) {
    .card2 {
        -ms-grid-rows: 0.5fr 2fr;
        grid-template-rows: 0.5fr 2fr;
    }

    div .text-content span {
        font-size: 30px;
    }

    section .desc {
        margin-top: 300px;
        padding: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 400px;
        height: 200px;
    }

        section .desc div {
            position: absolute;
            left: 4%;
            bottom: 14%;
            width: 180px;
            height: 107px;
            margin-top: 20px;
        }

            section .desc div p {
                font-size: 10px;
                margin-top: 15px;
            }

        section .desc h1 {
            top: 28%;
            font-size: 13px;
        }

            section .desc h1::before {
                width: 25px;
                position: absolute;
                left: -32%;
                top: 55%;
            }

            section .desc h1::after {
                width: 46px;
                position: absolute;
                left: 100%;
                top: 55%;
            }

    .admission-card .heading > h1 {
        font-size: 20px;
    }

    .admission-card .heading > p {
        font-size: 15px;
        color: black;
    }

    .admission-card .step-card {
        grid-template-columns: repeat(auto-fit, 250px);
        grid-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .admission-card .step-card .apply-card {
            height: 200px;
        }

            .admission-card .step-card .apply-card .step-name > p {
                font-size: 12px;
            }

            .admission-card .step-card .apply-card .step-name .fas {
                font-size: 30px;
            }

            .admission-card .step-card .apply-card .step-name .step-description h3 {
                font-size: 12px;
            }
}

/*accordion*/
#accordion .card button {
    width: 100%;
    border: none;
    outline: none;
    background: #4da936;
    color: white;
    text-align: left;
    position: relative;
}

    #accordion .card button span {
        position: absolute;
        right: 20px;
        top: 40%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
    }

        #accordion .card button span.down {
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

#accordion .headings {
    display: block;
    color: rgb(170, 18, 18);
    font-size: 18px;
}

#accordion .headings2 {
    display: block;
    font-weight: bolder;
    font-size: 20px;
}



.pre-no {
    position: absolute;
    left: 5px;
    top: 0px;
    top: 7px;
    height: auto;
    width: 45px;
    padding: 0px 2px;
    font-size: inherit;
}

@media screen and (max-width: 530px) {
    .pre-no {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}
