﻿body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

/*font-family: 'Raleway', sans-serif;
        font-family: 'Montserrat', sans-serif;
        font-family: 'Nunito Sans', sans-serif;
        font-family: 'Lato', sans-serif;
        font-family: 'Quicksand', sans-serif;
       font-family: 'Anton', sans-serif;
        font-family: 'Kalam', cursive;*/


a:active {
    text-decoration: none;
    list-style: none;
    color: inherit;
}

a:focus {
    text-decoration: none;
    list-style: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    list-style: none;
    color: inherit;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a767d9;
    border-radius: 10px;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}


/*next prev icon css*/
.icnl {
    top: 12%;
    -webkit-transform: translateY(7%);
    transform: translateY(12%);
    margin-left: -3px;
}

.icnr {
    top: 12%;
    -webkit-transform: translateY(7%);
    transform: translateY(12%);
    margin-right: -3px;
}
/*--------------------------------Navbar----------------------------------*/
header {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10px 100px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9999;
}

    header.black {
        position: fixed;
        top: 0px;
        left: 0px;
        padding: 0px 10px;
        width: 100%;
        background-color: #df6dc2;
        box-sizing: border-box;
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
    }




    header .logo {
        float: left;
    }

        header .logo img {
            height: 80px;
            transition: 0.5s;
            border-radius: 50px;
            -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
            box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
        }

    header.black .logo img {
        height: 70px;
        padding-top: 0px;
        margin-top: -4px;
        transition: 0.5s;
    }

    header nav {
        float: right;
        transition: 0.5s;
    }

        header nav ul {
            margin: 0px;
            padding: 0px;
            display: flex;
        }

            header nav ul li {
                list-style: none;
            }


                header nav ul li a {
                    line-height: 80px;
                    color: white;
                    font-weight: 600;
                    text-decoration: none;
                    padding: 0 20px;
                    height: 80px;
                    display: block;
                    position: relative;
                }

                    header nav ul li a:before {
                        content: '';
                        width: 0px;
                        height: 3px;
                        background-color: #00bcd4;
                        position: absolute;
                        top: 80%;
                        left: 0;
                        transition: 0.5s;
                    }

                    header nav ul li a:after {
                        content: '';
                        width: 0px;
                        height: 3px;
                        background-color: #f0f;
                        position: absolute;
                        top: 80%;
                        right: 0;
                        transition: 0.5s;
                    }

                header nav ul li:hover a:before {
                    width: 50%;
                    transform: translate(100%);
                }

                header nav ul li:hover a:after {
                    width: 50%;
                    transform: translate(-100%);
                }

                header nav ul li a:hover {
                    line-height: 80px;
                    color: purple;
                    font-weight: 600;
                    text-decoration: none;
                    padding: 0 20px;
                    height: 80px;
                    display: block;
                    transition: 0.5s;
                }

    header.black nav ul li a {
        line-height: 80px;
        color: white;
        font-weight: 600;
        text-decoration: none;
        padding: 0 20px;
        height: 80px;
        display: block;
    }





.menu-toggle {
    color: #fff;
    float: right;
    line-height: 80px;
    font-size: 40px;
    cursor: pointer;
    display: none;
}

.mobologin {
display:none
}


/*----------------------------------Sliderbutton--------------------------*/
.btntop {
    position: absolute;
    top: 85%;
    z-index: 33333;
    left: 8.5%;
}

    .btntop li {
        text-decoration: none;
        list-style: none;
    }

    .btntop li {
        display: inline-block;
    }

    .btntop input[type="button"] {
        width: 260px;
        background-color: #a15ec0;
        text-align: left;
        border: none;
        color: white;
        font-weight: bold;
        height: 50px;
        border-radius: 50px;
        padding: 10px;
        padding-left: 18px;
        -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
        box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
        transition: 0.5s;
        margin-right: 10px;
        border: 1px solid white;
    }

        .btntop input[type="button"]:hover {
            width: 260px;
            background-color: #a15ec0;
            text-align: left;
            border: none;
            color: white;
            font-weight: bold;
            height: 50px;
            border-radius: 50px;
            padding: 10px;
            padding-left: 18px;
            -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
            box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
            background-image: url('../../Images/bg.jpg');
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-size: 100% 100%;
            transform: scale(1.1);
            transition: 0.5s;
            background-image: none;
        }

/*.btntop input[type="button"] {
        width: 260px;
        background-color: #ffffff;
        text-align: left;
        border: none;
        color: #3fa8df;
        font-weight: bold;
        height: 50px;
        border-radius: 50px;
        padding: 10px;
        padding-left: 18px;
        -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
        box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);

    }*/


.divreglrnr {
  
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}

.frstlrnrdiv {
    padding-top: 7%;
}
/*.divreglrnr img {
     -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    border-radius:100%;
}*/



    .frstlrnrdiv h2 {
        font-size: 2.5em;
        color: white;
    }

    .frstlrnrdiv ul li {
        color: white;
        padding-bottom: 10px;
        border-left: 1px solid white;
        padding-left: 10px;
        font-weight:700;
    }


.lrnrdetails {
    width: 100%;
    border-radius: 10px;
    height: 80vh;
    background-color: white;
    margin-top: 70px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    padding: 20px;
    margin-top:100px;
}

/*----------*/


.divregedu {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
   
}

.frstedudiv {
    padding-top: 7%;
}
/*.divreglrnr img {
     -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    border-radius:100%;
}*/



    .frstedudiv h2 {
        font-size: 2.5em;
        color: white;
    }

    .frstedudiv ul li {
        color: white;
        padding-bottom: 10px;
        border-left: 1px solid white;
        padding-left: 10px;
        font-weight:700;
    }


.edudetails {
    width: 100%;
    border-radius: 10px;
    height: 80vh;
    background-color: white;
    margin-top: 70px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    padding: 20px;
    margin-top:100px;
}

/*----------------------------------Offer Button--------------------------*/
.offbtn {
    position: fixed;
    z-index: 33333;
    top: 10%;
    right: 0%;
    background-image: url('../../Images/gif.gif');
    background-repeat: no-repeat;
    width: 12%;
    height: 17%;
    background-size: 100% 100%;
}

.offbtnclick {
    position: fixed;
    margin-top: 6.4%;
    margin-left: 2%;
    display: block;
    background-color: #ba69d2;
    padding: 10px;
    color: white;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
}

/*-----------------------------.d3--------------------------------*/

.d3 {
    width: 100%;
    background-color: rgba(0,0,0,.2);
    height: auto;
    display: none;
}

    .d3 ul {
        text-align: center;
        background: linear-gradient(-45deg,#d76cc4,#a666d8);
    }

        .d3 ul li {
            display: inline-block;
        }

            .d3 ul li input[type="button"] {
                background-color: transparent;
                padding: 5px;
                border: none;
                color: white;
                font-size: 1em;
                width: 100%;
            }

                .d3 ul li input[type="button"]:hover {
                    background-color: transparent;
                    padding: 5px;
                    border: none;
                    color: orange;
                    font-size: 1em;
                    width: 100%;
                }

                .d3 ul li input[type="button"]:active,
                .d3 ul li input[type="button"]:focus,
                .d3 ul li input[type="button"].active {
                    background-image: none;
                    outline: 0;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }


/*-----------------------------.d4Computer--------------------------------*/
.d4 {
    height: auto;
    top: 0;
    padding: 50px;
    background-color: #f5f5f5;
}

    .d4 h1 {
        display: block;
        font-size: 3em;
        text-align: center;
        color: #fa4ea1;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

.plist {
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    margin-top: 50PX;
    color: #82bcdd;
    transition: 0.5S;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 50%, #f5f5f5 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

#plistr1 {
    display: none;
}

.plist img {
    width: 8%;
    margin-right: 5%;
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    border-radius: 50px;
    backface-visibility: hidden;
    outline: none;
    transition: all 0.5s;
    backface-visibility: hidden;
    float:left;
}
.plist h2 {
    float:left;
    line-height:1.7;
}
.plist:hover img {
    transform: scale(1.5);
    transition: all 0.5s;
    /*-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
        box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
        border-radius: 10px;
        transition: 0.5S;
        display: block;*/
}

.plist:hover {
    background-position: left bottom;
    color: black;
}

.D41 {
    background-image: url('../../Images/tab.png');
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 100% 100%;
    width: 100%;
    height: 84VH;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.D411 {
}

#w1 {
    position: absolute;
    width: 70.9%;
    height: 79%;
    background-color: transparent;
    fit: fill;
    word-wrap: break-word;
    padding: 10PX;
    top: 7.9%;
    left: 14.5%;
    color: white;
    display: none;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 1.1em;
}

#a2 {
    position: absolute;
    width: 70.9%;
    height: 79%;
    background-color: transparent;
    fit: fill;
    word-wrap: break-word;
    padding: 15PX;
    top: 7.9%;
    left: 14.5%;
    color: white;
    display: none;
   
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
 font-size: 1.1em;
}


#m1 {
    position: absolute;
    width: 70.9%;
    height: 79%;
    background-color: transparent;
    fit: fill;
    word-wrap: break-word;
    padding: 15PX;
    top: 7.9%;
    left: 14.5%;
    color: white;
    display: none;
  
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 1.1em;
}

#ps1 {
    position: absolute;
    width: 70.9%;
    height: 79%;
    background-color: transparent;
    fit: fill;
    word-wrap: break-word;
    padding: 15PX;
    top: 7.9%;
    left: 14.5%;
    color: white;
    display: none;
   
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
  font-size: 1.1em;
}

/*-----------------------------.d4Mobile--------------------------------*/

.d4mobile {
    height: auto;
    top: 0;
    padding: 0px;
    display: none;
}

    .d4mobile h1 {
    display: block;
    text-align: center;
    color: #a15ec0;
    font-weight: 500;
    font-size: 1.5em;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../../images/texture.jpg');
    background-attachment:fixed;
    background-size:100% 100%;
}

.d4mobilecard {
    text-align: center;
    margin-top: 10px;
    height:375px;
}

.d4cardtop {
    width: 100%;
    height: auto;
    background-color: #dd117d;
    padding: 15px;
}

.d4mobilecard img {
    width: 15% !important;
    margin-top:-7PX;
    float:left;
}

.d4mobilecard h4 {
    font-size: 1.6em;
    padding: 5px;
    color: white;
}

.d4mobilecard p {
    text-align: justify;
    font-size: 1em;
    padding-top: 20px;
    padding: 20px;
    font-weight: 500;
   
    background-color: #f3f2f2;
}


/*-----------------------------.d5--------------------------------*/

.socialdivimg {
    width: 100% !important;
    height: auto;
    margin-left: 0%;
    padding-top: 0%;
}



.d5 {
    background-image: url('../../Images/6.jpg');
    width: 100vw;
    height: auto;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .d5:before, .d5:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .d5:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }


/*-----------------------------.d6--------------------------------*/

.d6 {
    width: 100vw;
    height: auto;
    text-align: center;
    padding: 8%;
}

    .d6 h2 {
        display: block;
        text-align: center;
        color: #fa4ea1;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
    }

.fitcontainer {
    position: relative;
    top: 5px;
    width: 70%;
    height: auto;
    text-align: center;
}

.card {
    width: 100%;
    height: 35vh;
    perspective: 500;
    border: 0px solid rgba(0,0,0,0);
    float: left;
    font-size: 0.7em;
}
    .card h3 {
     font-size: 1em;
    }

    .card:hover .contentcard {
        transform: rotateY(180deg);
    }

.contentcard {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    font-weight: 500;
}



.front, .back {
    width: 100%;
    height: 100%;
    background-color: rgb(245, 245, 245);
    box-shadow: inset 0 0 10px #efefef;
    position: absolute;
    border: 1px solid #efefef;
    overflow: hidden;
           
}

.back {
    background-color: #359eac;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    text-align: center;
    font-weight: 100;
    font-size: 1.3em;
    padding-top: 15%;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: 400;
    color: white;
    box-sizing: border-box;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
   
}

.rline {
    height: 5px;
    border-radius: 100%;
    background-color: #fa4ea1;
}

.simg {
    width: 60%;
    height: auto;
}
.pd1lft {
margin:0px !important;padding:0px !important;padding-right:12px !important
}
.pd2lft {
margin:0px !important;padding:0px !important; padding-left:6px !important;padding-right:6px!important;
}
.pd3lft {
margin:0px !important;padding:0px !important;padding-left:16px !important
}
/*-----------------------------.d7--------------------------------*/
.d7 {
    width: 100%;
    height: auto;
    padding: 5%;
    background-color: rgb(245, 245, 245);
}

    .d7 h1 {
        display: block;
        text-align: center;
        color: #fa4ea1;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
    }

.rline2 {
    height: 5px;
    border-radius: 100%;
    background-color: #fa4ea1;
    width: 30%;
}

.d7anchor {
    text-decoration: none;
}

    .d7anchor:hover {
        text-decoration: none;
    }

.d7card {
    width: 94%;
    height: 400px;
    margin: 10px;
    text-align: center;
    background-color: rgba(0,0,0,.2);
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
}

    .d7card img {
        width: 100%;
    }

.d7cardcontenr {
    background-color: #a15ec0;
    color: white;
    height: 100%;
    padding: 10px;
}
/*-----------------------------.d8--------------------------------*/
.d8 {
    background-image: url('../../Images/texture.jpg');
    width: 100vw;
    height: 30vh;
    text-align: center;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
    background-color: rgba(239, 235, 235, 0.36);
    background-size: 100% 100%;
    background-attachment: fixed;
}


/*-----------------------------.d9--------------------------------*/
.d9 {
    width: 100%;
    height: auto;
    padding: 2%;
    background-color: #454444;
    box-sizing: border-box;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.d9content {
    width: 100%;
    height: 53.9vh;
    box-sizing: border-box;
    background-color: white;
    /*border-radius: 10px;*/
    /*padding:2% 8%;*/
    text-align: center;
    background-color: transparent;
}

.sid12 {
    box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.75) !IMPORTANT;
    border-radius: 10PX !IMPORTANT;
    background-color: rgb(243, 237, 237);
}

 /*testnomials in d9 */
        .d9testinomialsimg {
            width: 20% !important;
            height: 100px;
            margin-left: 40%;
            border-radius: 100%;
        }

        .d9ptest {
            font-size: 12px;
        }
/*-----------------------------.d10--------------------------------*/
.d10 {
    width: 100%;
    height: auto;
    padding: 5%;
    background-color: rgba(0,0,0,0.8);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 0px;
    color: white;
    font-size: 0.8em;
}

    .d10 h3 {
        font-size: 1.4em;
        font-weight: 700;
    }

    .d10 ul {
        list-style: none;
        margin-top: 5%;
    }

        .d10 ul li {
            margin-top: 2%;
            transition: 0.5s;
        }

            .d10 ul li a {
                color: white;
                 text-decoration:none;
            }

            .d10 ul li a:hover {
                color: #e6a814;
                text-decoration:none;
            }

            .d10 ul li:hover {
                transition: 0.5s;
                color: #e6a814;
            }

            .d10 ul li:before {
                content: "\2192";
                margin-right: 10px;
            }

.hvr:hover {
    transform: scale(1.2);
    transition: 0.5s;
}

.f1 {
    /*background-color:#fa4ea1;*/
}

.f2 {
    /*background-color:rgb(18, 117, 238)*/
}

.f3 {
    /*background-color:#00bcd4;*/
}

.f4 {
    /*background-color:#82bcdd;*/
}

.twitter {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding-left: 12px;
    padding-top: 10px;
    font-size: 20px;
    background-color: #50a5e0;
    transition: 0.5s;
    color:white;
}

.fcbook {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding-left: 14px;
    padding-top: 10px;
    font-size: 20px;
    background-color: #2259bb;
    transition: 0.5s;
    color:white;
}

.insta {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding-left: 11px;
    padding-top: 10px;
    font-size: 20px;
    background-color: #e0183d;
    transition: 0.5s;
    color:white;
}

.youtube {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding-left: 11px;
    padding-top: 10px;
    font-size: 20px;
    background-color: red;
    transition: 0.5s;
    color:white;
}
/*-----------------------------.d11--------------------------------*/
.d11 {
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: white;
    font-size: 0.8em;
    text-align: center;
    font-weight: 100;
    padding: 6%;
}
/*--------------------------------------------------------------------------------LOGIN CSS----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------LOGIN CSS----------------------------------------------------------------------------------*/
.logincontent {
    background-color: white;
    width: 100%;
    height: 100vh;
    text-align: center;
    margin: auto;
}

.loginwrapper {
    width: 60%;
    background-color: white;
    height: 70vh;
    margin-top: 15vh;
    margin-left: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.leftlogin {
    background-image: url('../../images/3344.jpg');
    background-repeat: repeat;
    background-color: #C0C0C0;
    background-size: 100% 100%;
    float: left;
    width: 50%;
    height: 100%;
}

.rightlogin {
    background-color: #af67d5;
    float: right;
    width: 50%;
    height: 100%;
    color: white;
    padding: 10px;
    font-size: 1em;
    font-weight: 400;
    padding-top: 20px;
    position: relative;
}

.rightloginforteacher {
    background-color: white;
    float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    display: none;
    text-align: left;
    border-left: 2px solid #a15ec0;
}

    .rightloginforteacher h4 {
        color: #fa4ea1;
        display: block;
        text-align: center;
    }

.contentwrapperteacher {
    width: 100%;
    height: auto;
    padding: 20px;
    color: #de6dc2;
}

.closeeducator {
    display: block;
    float: right;
    font-size: 40px;
    padding: 0px;
    color: red;
    padding-right: 7px;
    width: 100%;
    text-align: right;
}

    .closeeducator:hover {
        display: block;
        float: right;
        font-size: 40px;
        padding: 0px;
        color: green;
        padding-right: 7px;
    }


.rightloginforstudent {
    background-color: white;
    float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color: black;
    text-align: left;
    border-left: 2px solid #a15ec0;
}

    .rightloginforstudent h4 {
        color: #fa4ea1;
        display: block;
        text-align: center;
    }

.rightloginforgetPass {
    background-color: white;
    float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color: black;
    text-align: left;
    border-left: 2px solid #a15ec0;
}

    .rightloginforgetPass h4 {
        color: #fa4ea1;
        display: block;
        text-align: center;
    }

.alreadylogoutInfo {
    background-color: white;
    float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color: black;
    text-align: left;
    border-left: 2px solid #a15ec0;
}

.closestudent {
    display: block;
    float: right;
    font-size: 40px;
    padding: 0px;
    color: red;
    padding-right: 7px;
    width: 100%;
    text-align: right;
    cursor: pointer;
}

    .closestudent:hover {
        display: block;
        float: right;
        font-size: 40px;
        padding: 0px;
        color: green;
        padding-right: 7px;
    }






.btnlogin {
    font-size: 18px;
    font-weight: 400;
    width: 80%;
    padding: 15px;
    border-radius: 50px;
    outline: none;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid white;
    background: linear-gradient(-45deg,#d76cc4,#a666d8);
    color: white;
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .btnlogin:hover {
        transition: 0.5s;
        background: linear-gradient(to right,#a666d8,#a666d8);
    }

.txtboxlogin {
    width: 100%;
    border: none;
    outline: none;
    background-color: white;
    border: 1px solid #a965d7!important;
    height: 35px;
    color: black;
    font-size: 25px;
    font-weight: 100;
}

    .txtboxlogin:focus {
        width: 100%;
        border: none;
        outline: none;
        background-color: white;
        border: 1px solid #de6dc2;
        height: 35px;
        color: black;
        font-size: 25px;
        font-weight: 100;
    }

.btnloginsubmit {
    font-size: 18px;
    font-weight: 400;
    width: 150px;
    padding: 5px;
    outline: none;
    margin-top: 20px;
    margin-bottom: 20px;
    background: linear-gradient(-45deg,#d76cc4,#a666d8);
    color: white;
    transition: 0.5s;
    float: right;
    border: none;
}

    .btnloginsubmit:hover {
        font-size: 18px;
        font-weight: 400;
        width: 150px;
        padding: 5px;
        outline: none;
        margin-top: 20px;
        margin-bottom: 20px;
        border: none;
        background: linear-gradient(-45deg,#a666d8,#d76cc4);
        color: white;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        float: right;
        transition: 0.2s;
    }

.bottomrightloginforstudent {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    width: 100%;
}

.lnkbtnlogincss {
    font-size: 12px;
    color: #0b30de;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: transparent;
    border: none;
}

    .lnkbtnlogincss:hover {
        color: #fa4ea1;
    }

    .lnkbtnlogincss:active,
    .lnkbtnlogincss:focus,
    .lnkbtnlogincss.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.registerstudentform {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 99999;
    display: none;
}

.registerstudentformcontent {
    width: 60%;
    left: 20%;
    position: relative;
    background-color: white;
    height: 85%;
    top: 5%;
    color: #de6dc2;
}


.closethisstudentform {
    float: right;
    font-size: 40px;
    padding: 0px;
    color: red;
    padding-right: 7px;
    width: 5%;
    text-align: right;
    z-index: 222;
    background-color: #a15ec0;
    cursor: pointer;
}

    .closethisstudentform:hover {
        float: right;
        font-size: 40px;
        padding: 0px;
        color: green;
        padding-right: 7px;
    }

.registerstudentformcontent h4 {
    display: block;
    float: left;
    text-align: center;
    background-color: #a15ec0;
    position: absolute;
    z-index: 1;
    width: 95%;
    color: white;
    padding: 17px;
}

.guttergap {
    margin-top: 8px;
}
/*--------------------------------------------------------------------------------LOGIN CSS----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------LOGIN CSS----------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------CONTACT CSS----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------CONTACT CSS----------------------------------------------------------------------------------*/

.contactusd1 {
    width: 100%;
    height: 45vh;
    background-color: #a15ec0;
    background-image: url('../../images/bg_10.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 80px;
    font-weight: 900;
    font-size: 5em;
    text-align: center;
    color: white;
    padding-top: 1em;
    letter-spacing: 5px;
}

.contactusd2 {
    width: 100%;
    height: auto;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0px;
    padding: 5%;
}

.contactust3 {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 5%;
    text-align:center;
    font-size:1.5em;
    color:#ea2886;
}


    .contactust3 ul li img {
    width:100%;
    /*border: 1px solid rgba(0, 0, 0, 0.19);*/
    margin:0px !important;
    }

   

     .contactust3 ul li  {
     display:inline-block;
     padding:20px;
     width:250px;
     height:250px;
     margin:0px !important;
  
     
    }

       .contactust3 ul li:first-child  {
      border-right:1px solid rgba(0, 0, 0, 0.19);
      left:8px;
      position:relative;
    }

.item1 {
    background-color: #fafafa;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    height: 200px;
    text-align: center;
    padding: 15px;
}



.contactusd2 h2 {
    color: #ea2886;
    font-weight: 700;
    font-size: 1.2em;
}

.hrline2 {
    background-color: #ea2886;
    border-radius: 100%;
    width: 90%;
    height: 2px;
}
/*--------------------------------------------------------------------------------CONTACT CSS----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------CONTACT CSS----------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------MEDIA QUERY ----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------MEDIA QUERY ----------------------------------------------------------------------------------*/
/*----------------NAVBAR----------------------------*/
@media (max-width:991px) {

    /*-----------------menubar----------------------------*/
    header {
        padding: 0px 10px;
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
    }




        header .logo img {
            height: 50px;
            transition: 0.5s;
            padding: 0px;
            border-radius: 50px;
            margin-top: 8px;
        }



        header.black .logo img {
            height: 50px;
            transition: 0.5s;
            padding: 0px;
            margin-top: 8px;
            border-radius: 50px;
        }



    .menu-toggle {
        cursor: pointer;
        display: block;
    }

    header nav {
        /*display:none;*/
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 80px;
        left: -100%;
        transition: 0.5s;
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
    }

    header.black nav {
        /*display:none;*/
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 80px;
        left: -100%;
        transition: 0.5s;
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
    }


    header nav.active {
        left: 0;
        transition: 0.5s;
    }

    header nav ul {
        display: block;
        text-align: center;
    }

        header nav ul li a {
            border-bottom: 1px solid rgba(0,0,0,.2);
            color: #fff;
        }

    header.black nav ul li a {
        border-bottom: 1px solid rgba(0,0,0,.2);
        color: white;
    }


    header .logo {
        float: left;
    }

      .divTableCell  h1 {
        font-size:20px !important;
       
    }

      .mobologin {
color:white;
font-weight:500;
float:right;
position:absolute;
top:30px;
right:60px;
z-index:99999;
display:block;

      }
     
    /*-----------------------------.d3--------------------------------*/
    .d3 {
        display: block;
    }

    /*-----------------------------.d4 computer hide and d4 mobile show--------------------------------*/
    .d4mobile {
        display: block;
        background-color: #f1f1f1;
    }

    .d4 {
        display: none;
    }
    /*-----------------------------.d5--------------------------------*/

    .socialdivimg {
        width: 90% !important;
        height: 185px;
        margin-left: 5%;
        padding-top: 3.5%;
    }



    .d5 {
        background-image: url('../../Images/6.jpg');
        width: 100vw;
        height: auto;
        text-align: center;
        padding: 0px;
        box-sizing: border-box;
        position: relative;
        box-shadow: none;
    }

        .d5:before, .d5:after {
            content: "";
            position: absolute;
            z-index: -1;
            box-shadow: none;
            top: 0;
            bottom: 0;
            left: 0px;
            right: 0px;
            border: none;
        }

        .d5:after {
            right: 0px;
            left: auto;
            transform: none;
        }


    /*ya wali alag sai add kri hai for wrap for slider d5*/
    .slide-inner {
        width: 100% !important;
        height: 26vh !important;
        top: 16%;
        left: 1%;
    }

    .jd-slider {
        margin: 0px,0;
        width: 98vw !important;
        height: 40vh !important;
        border-image-slice: 0 0 0 0 fill;
        border-image-width: 20px 20px 20px 20px;
        border-image-outset: 0px 0px 0px 0px;
        border-image-repeat: stretch stretch;
        border-image-source: url('Images/tab4.png');
        border-style: solid;
    }

    /*-----------------------------.d6--------------------------------*/

    .d6 {
        width: 100vw;
        height: auto;
        text-align: center;
        padding: 10px !important;
    }

        .d6 h1 {
            display: block;
            text-align: center;
            color: #fa4ea1;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            font-size: 1em;
        }

    .fitcontainer {
        position: relative;
        top: 15px;
        width: 70%;
        height: auto;
        text-align: center;
        margin: 0px !important;
        padding: 0px !important;
       
    }

    .card {
        width: 100%;
        height: 35vh;
        perspective: 500;
        border: 0px solid rgba(0,0,0,0);
        float: left;
        font-size: 1em;
         margin-left:20%;
    }

        .card:hover .contentcard {
            transform: rotateY(180deg);
        }

    .contentcard {
        width: 100%;
        height: 100%;
        position: absolute;
        transition: transform 0.5s;
        transform-style: preserve-3d;
        font-weight: 500;
    }

    .front, .back {
        width: 100%;
        height: 100%;
        background-color: rgb(245, 245, 245);
        box-shadow: inset 0 0 10px #efefef;
        position: absolute;
        border: 1px solid #efefef;
        overflow: hidden;
    }

    .back {
        background-color: #359eac;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        text-align: left;
        font-weight: 200;
        font-size: 1em;
        padding-top: 5%;
        padding-left: 2%;
        padding-right: 2%;
        font-weight: 400;
        color: white;
        box-sizing: border-box;
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: 100% 100%;
    }

    .rline {
        height: 1px;
        border-radius: 100%;
        background-color: #fa4ea1;
    }

    .simg {
        width: 50%;
        height: auto;
    }

    .pd1lft {
margin:0px !important;padding:0px !important;
}
.pd2lft {
margin:0px !important;padding:0px !important;
}
.pd3lft {
margin:0px !important;padding:0px !important;
}
    /*-----------------------------.d7--------------------------------*/
    .d7 {
        width: 100%;
        height: auto;
        padding: 5%;
        background-color: rgb(245, 245, 245);
    }

        .d7 h1 {
            display: block;
            text-align: center;
            color: #fa4ea1;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            font-size: 1em;
        }

    .rline2 {
        height: 1px;
        border-radius: 100%;
        background-color: #fa4ea1;
        width: 100%;
    }

    .d7anchor {
        text-decoration: none;
    }

        .d7anchor:hover {
            text-decoration: none;
        }

    .d7card {
        width: 100%;
        height: 400px;
        margin: 0px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
    }

        .d7card img {
            width: 100%;
        }

    .d7cardcontenr {
        background-color: #a15ec0;
        color: white;
        height: 100%;
        padding: 10px;
        font-size: large;
    }

    /*-----------------------------.d8--------------------------------*/
    .d8 {
        background-image: url('../../Images/texture.jpg');
        width: 100vw;
        height: auto;
        text-align: center;
        padding: 20%;
        box-sizing: border-box;
        position: relative;
        background-color: rgba(239, 235, 235, 0.36);
        background-size: 100% 100%;
        background-attachment: fixed;
    }


    /*-----------------------------.d9--------------------------------*/
    .d9 {
        width: 100%;
        height: auto;
        padding: 20px;
        background-color: #454444;
        box-sizing: border-box;
        background-image: url('../../Images/bg.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% 100%;
    }

    .d9content {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        background-color: white;
        padding:10px 10px ;
        text-align: center;      
        overflow:hidden;
        
    }

    .jdsd9 {
        width: 100% !important;
        height: auto !important;
    }

    .sid9 {
        height: auto !Important;
        left: 10% !important;
    }

    .sid12 {
        box-shadow: none !important;
        border-radius: 10PX !IMPORTANT;
        background-color: rgb(243, 237, 237);
    }


     .d9ptest {
         margin-top:10px;
            font-size: 12px !important;
             text-align:justify!important;
             display:block;
             line-height:1.5!important;
        }
    .paragraphdp {
         line-height:1.5!important;
       
    }
    .d9arrow {
    display:none;
    }
      .d9testinomialsimg {
            width: 40% !important;
            height: 80px !important;
            margin-left: 30%;
            border-radius: 100%;
            margin-bottom:15px;
        }


    /*-----------------------------.d10--------------------------------*/

    .d10 {
        width: 100%;
        height: auto;
        padding: 2%;
        background-color: rgba(0,0,0,0.8);
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }

        .d10 h3 {
            font-size: 1.7em;
            font-weight: 700;
            display: block;
        }

        .d10 ul {
            list-style: none;
            margin-top: 5%;
        }

            .d10 ul li {
                margin-top: 2%;
                transition: 0.5s;
            }

                .d10 ul li:hover {
                    transition: 0.5s;
                    color: #e6a814;
                }

                .d10 ul li:before {
                    content: "\2192";
                    margin-right: 10px;
                }


    .hvr:hover {
        transform: scale(1.2);
        transition: 0.5s;
        color: orange;
    }

    .f1 {
        padding: 10PX;
    }

    .f2 {
        padding: 10PX;
    }

    .f3 {
        padding: 10PX;
    }

    .f4 {
        padding: 10PX;
        text-align: center;
    }

    .twitter {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        padding-left: 3px;
        padding-top: 10px;
        font-size: 20px;
        background-color: #50a5e0;
        transition: 0.5s;
    }

    .fcbook {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        padding-left: 1px;
        padding-top: 10px;
        font-size: 20px;
        background-color: #2259bb;
        transition: 0.5s;
    }

    .insta {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        padding-left: 0px;
        padding-top: 10px;
        font-size: 20px;
        background-color: #e0183d;
        transition: 0.5s;
    }

    .youtube {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        padding-left: 1px;
        padding-top: 10px;
        font-size: 20px;
        background-color: red;
        transition: 0.5s;
    }

    /*-----------------------------.d11--------------------------------*/
    .d11 {
        width: 100%;
        background-color: rgba(0,0,0,0.8);
        color: white;
        font-size: 0.8em;
        text-align: center;
        font-weight: 100;
        padding: 6%;
        height: 150px;
    }
    
    /*----------------------------------Offer  Button--------------------------*/


    .offbtn {
        position: fixed;
        z-index: 4999;
        top: 10%;
        right: 0%;
        background-image: url('../../Images/gif.gif');
        background-repeat: no-repeat;
        width: 25%;
        height: 10%;
        background-size: 100% 100%;
    }

    .offbtnclick {
        position: fixed;
        margin-top: 15%;
        margin-left: 2%;
        display: block;
        background-color: #ba69d2;
        padding: 5px;
        color: white;
        font-weight: 500;
        border-radius: 50px;
        box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
        font-size: 10px;
        width: 80px;
    }

    /*----------------------------------btnTOPUP  Button--------------------------*/
    .btntop {
        display: none;
    }

    .divreglrnr {
    
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    margin-bottom:60px;
    
}

.frstlrnrdiv {
    padding-top: 7%;
}
/*.divreglrnr img {
     -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    border-radius:100%;
}*/



    .frstlrnrdiv h2 {
        font-size: 2.5em;
        color: white;
    }

    .frstlrnrdiv ul li {
        color: white;
        padding-bottom: 10px;
        border-left: 1px solid white;
        padding-left: 10px;
        font-weight:700;
    }


.lrnrdetails {
    width: 100%;
    border-radius: 50px;
    height: 80vh;
    background-color: white;
    margin-top: 70px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    padding: 20px;
    padding-top: 50PX;
}

/*----------*/


.divregedu {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    
    box-sizing: border-box;
    background-image: url('../../Images/bg.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    
}

.frstedudiv {
    padding-top: 7%;
}
/*.divreglrnr img {
     -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    border-radius:100%;
}*/



    .frstedudiv h2 {
        font-size: 2.5em;
        color: white;
    }

    .frstedudiv ul li {
        color: white;
        padding-bottom: 10px;
        border-left: 1px solid white;
        padding-left: 10px;
        font-weight:700;
    }


.edudetails {
    width: 100%;
    border-radius: 0px;
    height: 80vh;
    background-color: white;
    margin-top: 100px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, -50px -33px 50px -27px rgba(0,0,0,0);
    padding: 10px;
    padding-top: 50PX;
}

    #closedivreglrnr, #closedivregedu {
    
    margin-right:18px;
    }

    /*------------------------------------------------------------*/


    /*--------------------------------------------------------------------------------CONTACT CSS----------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------CONTACT CSS----------------------------------------------------------------------------------*/

    .contactusd1 {
        width: 100%;
        height: 25vh;
        background-color: #a15ec0;
        background-image: url('../../images/bg_10.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 80px;
        font-weight: 900;
        font-size: 5em;
        text-align: center;
        color: white;
        padding-top: 1em;
        letter-spacing: 5px;
    }

    .contactusd2 {
        width: 100%;
        height: auto;
        background-color: white;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 0px;
        padding: 5%;
    }



.contactust3 {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 5%;
    text-align:justify;
    font-size:18px;  
    color:#ea2886;
}

 .contactust3 ul li img {
    width:100%;
    border: 1px solid rgba(0, 0, 0, 0.19);
    margin:0px !important;
    }

   

     .contactust3 ul li  {
     display:inline-block;
     padding:5px;
     width:150px;
     height:150px;
     margin:0px !important;
  
     
    }

       .contactust3 ul li:first-child  {
      border-right:0px solid rgba(0, 0, 0, 0.19);
      left:0px;
      position:relative;
   
    }
.contactust3 h1 {   
    display:block;
    text-align:center;
}

    .item1 {
        background-color: #fafafa;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
        margin: 5px;
        height: 200px;
        text-align: center;
        padding: 15px;
    }



    .contactusd2 h2 {
        color: #ea2886;
        font-weight: 700;
        font-size: 1.2em;
    }

    .hrline2 {
        background-color: #ea2886;
        border-radius: 100%;
        width: 90%;
        height: 2px;
    }

    /*--------------------------------------------------------------------------------LOGIN CSS----------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------LOGIN CSS----------------------------------------------------------------------------------*/
    .logincontent {
        background-color: white;
        width: 100%;
        height: auto;
        text-align: center;
        margin: auto;
        padding: 30px;
    }

    .loginwrapper {
        width: 100%;
        background-color: white;
        height: 450px;
        margin-top: 13vh;
        margin-left: 0%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .leftlogin {
        background-image: url('../../images/3344.jpg');
        background-repeat: repeat;
        background-color: #C0C0C0;
        background-size: 100% 100%;
        float: left;
        width: 50%;
        height: 100%;
        display: none;
    }

    .rightlogin {
        background-color: #af67d5;
        float: left;
        width: 100%;
        height: 100%;
        color: white;
        padding: 10px;
        font-size: 1em;
        font-weight: 400;
        padding-top: 20px;
        position: relative;
    }

    .rightloginforteacher {
        background-color: white;
        float: right;
        width: 100%;
        height: 450px;
        position: absolute;
        right: 0;
        top: 0;
        color: black;
        display: none;
        text-align: left;
        border: 2px solid #a15ec0;
    }

        .rightloginforteacher h4 {
            color: #fa4ea1;
            display: block;
            text-align: center;
        }

    .contentwrapperteacher {
        width: 100%;
        height: auto;
        padding: 20px;
        color: #de6dc2;
    }

    .closeeducator {
        display: block;
        float: right;
        font-size: 40px;
        padding: 0px;
        color: red;
        padding-right: 7px;
        width: 100%;
        text-align: right;
    }

        .closeeducator:hover {
            display: block;
            float: right;
            font-size: 40px;
            padding: 0px;
            color: green;
            padding-right: 7px;
        }


    .rightloginforstudent {
        background-color: white;
        float: right;
        width: 100%;
        height: 450px;
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        color: black;
        text-align: left;
        border: 2px solid #a15ec0;
    }

        .rightloginforstudent h4 {
            color: #fa4ea1;
            display: block;
            text-align: center;
        }

    .rightloginforgetPass {
        background-color: white;
        float: right;
        width: 100%;
        height: 450px;
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        color: black;
        text-align: left;
        border: 2px solid #a15ec0;
    }

        .rightloginforgetPass h4 {
            color: #fa4ea1;
            display: block;
            text-align: center;
        }

    .alreadylogoutInfo {
        background-color: white;
        float: right;
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        display: none;
        color: black;
        text-align: left;
        border: 2px solid #a15ec0;
    }

    .closestudent {
        display: block;
        float: right;
        font-size: 40px;
        padding: 0px;
        color: red;
        padding-right: 7px;
        width: 100%;
        text-align: right;
        cursor: pointer;
    }

        .closestudent:hover {
            display: block;
            float: right;
            font-size: 40px;
            padding: 0px;
            color: green;
            padding-right: 7px;
        }






    .btnlogin {
        font-size: 18px;
        font-weight: 400;
        width: 80%;
        padding: 15px;
        border-radius: 50px;
        outline: none;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 2px solid white;
        background: linear-gradient(-45deg,#d76cc4,#a666d8);
        color: white;
        transition: 0.5s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

        .btnlogin:hover {
            transition: 0.5s;
            background: linear-gradient(to right,#a666d8,#a666d8);
        }

    .txtboxlogin {
        width: 100%;
        border: none;
        outline: none;
        background-color: white;
        border: 1px solid #a965d7!important;
        height: 35px;
        color: black;
        font-size: 25px;
        font-weight: 100;
    }

        .txtboxlogin:focus {
            width: 100%;
            border: none;
            outline: none;
            background-color: white;
            border: 1px solid #de6dc2;
            height: 35px;
            color: black;
            font-size: 25px;
            font-weight: 100;
        }

    .btnloginsubmit {
        font-size: 18px;
        font-weight: 400;
        width: 150px;
        padding: 5px;
        outline: none;
        margin-top: 20px;
        margin-bottom: 20px;
        background: linear-gradient(-45deg,#d76cc4,#a666d8);
        color: white;
        transition: 0.5s;
        float: right;
        border: none;
    }

        .btnloginsubmit:hover {
            font-size: 18px;
            font-weight: 400;
            width: 150px;
            padding: 5px;
            outline: none;
            margin-top: 20px;
            margin-bottom: 20px;
            border: none;
            background: linear-gradient(-45deg,#a666d8,#d76cc4);
            color: white;
            transition: 0.5s;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            float: right;
            transition: 0.2s;
        }

    .bottomrightloginforstudent {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #f5f5f5;
        width: 100%;
        float: left !important;
    }

    .lnkbtnlogincss {
        font-size: 16px;
        color: #0b30de;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: transparent;
        border: none;
        float: left !important;
        font-family: 'Quicksand', sans-serif;
    }

        .lnkbtnlogincss:hover {
            color: #fa4ea1;
        }

        .lnkbtnlogincss:active,
        .lnkbtnlogincss:focus,
        .lnkbtnlogincss.active {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .registerstudentform {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.13);
        z-index: 99999;
        display: none;
    }


    .registerstudentformcontent {
        width: 100%;
        left: 0%;
        position: relative;
        background-color: white;
        height: 200%;
        top: 0%;
        color: #de6dc2;
    }


    .closethisstudentform {
        float: right;
        font-size: 40px;
        padding: 0px;
        color: red;
        padding-right: 40px;
        width: 12.2%;
        text-align: right;
        z-index: 999;
        background-color: #a15ec0;
        cursor: pointer;
    }

        .closethisstudentform:hover {
            float: right;
            font-size: 40px;
            padding: 0px;
            color: green;
            padding-right: 7px;
        }

    .registerstudentformcontent h4 {
        display: block;
        float: left;
        text-align: center;
        background-color: #a15ec0;
        position: absolute;
        z-index: 1;
        width: 88%;
        color: white;
        padding: 17px;
    }

    .guttergap {
        margin-top: 8px;
    }

    .messagealert {
        width: 100% !IMPORTANT;
        position: fixed;
        right: 0;
        z-index: 100000;
        padding: 0;
        bottom: 5px !important;
        font-size: 16px;
        color: white;
        border-radius: 0PX !IMPORTANT;
        outline: none !IMPORTANT;
        box-shadow: none !important;
    }
}
/*--------------------------------------------------------------------------------MEDIA QUERY ----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------MEDIA QUERY ----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1400px) and (max-width: 1940px) {

    .d7card {
        height: 550px;
    }
}

@media only screen and (min-width: 1941px) and (max-width: 2600px) {

    .d7card {
        height: auto;
    }
}
