@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap'); */

body {
    /*     background: #fdd835; */
    font-family: 'Nunito', sans-serif !important;
    /* font-family: 'Roboto', sans-serif; */
    height: 100%;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1 {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    font-size: 30px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    color: #262626;
    font-weight: 500 !important;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.defaultContent {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 15px;
}

.defaultContent h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 19px;
}

.defaultContent h3::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    display: inline-block;
    top: 15px;
    left: auto;
    margin-left: 10px;
    background: #e91e63;
    border-radius: 8px;

}

.defaultContent p {
    color: #202020;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.wrapper {
    width: 100%;
    float: left;
    height: 100%;
    background: #fdd835;
}

.wrap_content {
    /* max-width: 1024px; */
    width: 100%;
    margin: auto;
    /* height: 100vh; */
    height: 100%;
    position: relative;
    background: #fdd835;
    /* background: url("../app_images/bottom_bg.png") center bottom no-repeat #fdd835; */
}

.loginWrap {
    max-width: 1000px !important;
}

.heightFullwraper {
    min-height: 100vh;
}

.frontpannel_content {
    height: 100vh;
}

/*.wrap_content:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 230px;
    width: 100%;
    background: url("../app_images/bottom_bg") center bottom;
}*/
.p-5 {
    position: relative;
    z-index: 1;
}

.wrap_content h1 {
    margin: 15px 0 50px;
    font-size: 50px;
}

.wrap_content .form-control {
    font-weight: 400 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    height: calc(3.25rem + 2px);
}

.btn001 {
    margin: 0;
    display: block;
    width: 100%;
    height: calc(4rem + 2px);
    font-weight: 400 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 20px !important;
    background: #000 !important;
    color: #fff !important;
}

.btn002 {
    margin: 0;
    display: inline-block;
    width: auto;
    height: 50px;
    font-weight: 600 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 16px !important;
    background: #201f1f !important;
    color: #fff !important;
    line-height: 25px;
    text-transform: uppercase;
    padding: 13px 24px;
    border-radius: 100px;
    letter-spacing: 1px;
    border: 0;
    cursor: pointer;
}

.btn003 {
    margin: 0;
    display: inline-block;
    width: auto;
    height: 70px;
    font-weight: 600 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 25px !important;
    background: #e91e63 !important;
    color: #fff !important;
    line-height: 35px;
    text-transform: uppercase;
    padding: 13px 40px;
    border-radius: 100px;
    letter-spacing: 1px;
}

.cancelBtn{
	border: 1px;
    padding: 5px;
    border-radius: 5px;
    background: #212529;
    color: white !important;
}
.cancelBtn:hover{
	background: #e11a65;
}



.md-form label {
    top: -25px !important;
    font-weight: 400 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 18px !important;
    text-transform: capitalize;
    color: #000 !important;
}

.textforgetpassword {
    font-weight: 400 !important;
    font-family: 'Nunito', sans-serif;
    font-size: 18px !important;
    color: #000;
    float: right;
    margin-bottom: 50px;
    margin-top: 20px;
}

/*.bgBottom{
    background: url("../app_images/bottom_bg.png") center bottom;
    height: 230px;
    width: 100%;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 0;
}*/
.bgBottomSection {
    position: relative;
}

.bgBottom p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: 300 !important;
    font-family: 'Nunito', sans-serif;
}

.bgBottom p a {
    color: #000;
}

.wrap_content .btn001 {
    margin: 40px 0 !important;
}

.bodycontent {
    /*    background: #fdd835;*/
    float: left;
    width: 100%;
    /* max-width: 1024px; */
    /* margin: 0 auto; */
    padding: 15px 0 0;
    position: relative;
    /* margin-top: 80px; */
}

.profileimg {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.profileimg img {
    width: 100px;
}

.navbar-expand-lg>.container-fluid {
    display: block;
}

.brand_logo {
    margin-left: 6px;
    display: inline-block;
    float: left;
    margin-top: 7px;
}

#content .btn {
    padding: .74rem 0.44rem !important;
}

.brand_logo img {
    width: 150px;
}

.headingDiv {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    color: #000;
}

.headingDiv h2 {
    font-size: 24px;
    font-weight: 500;
}

.iconsDiv {
    position: absolute;
    right: 15px;
    top: 25px;
    /*    font-size: 18px;*/
    font-size: 17px;
    color: #fff;
    background: #e91e63;
    /*    padding: 7px 14px;*/
    padding: 3px 11px;
    -wbkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    line-height: 30px;
}

.rowBox {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 180px;
    min-height: 500px;
}

.profileGrid {
    width: 47%;
    float: none;
    text-align: center;
    background: #e91e63;
    padding: 50px 20px;
    border-radius: 12px;
    margin: 4px;
    display: inline-block;
}

.profileGrid .profileimg {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    float: none;
    margin-right: 0;
    border: 4px solid #fff;
}

.profileGrid .profileimg img {
    width: 120px;
}

.profileGrid h3 {
    color: #fff;
    font-size: 30px;
}

.tag_section {
    color: #fff;
    font-weight: 600;
    display: block;
    margin: 12px 0;
}

.btn_select {
    padding: 8px 31px;
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.secondlabel li a {
    background: #201F1F;
    ;
    padding-left: 40px !important;
}

.innerHeadingContent {
    width: 100%;
    float: left;
    /* background: #304ffe; */
    background: #201f1f;
    padding: 25px;
}

.innerHeadingContent h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.innerbodycontent {
    /*    background: #fdd835;*/
    float: left;
    width: 100%;
    padding: 15px 0 0;
    position: relative;
    min-height: 690px;
}

.sectionrowBox {
    width: 100%;
    float: left;
    text-align: center;
}

.section_Grid {
    width: 33%;
    float: none;
    text-align: center;
    background: #e91e63;
    padding: 50px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin: 10px;
    display: inline-block;
    color: #fff;
}

.inactive_class {
    background: #de8da8;
}

.section_Grid h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
}

.section_selection {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px;
    background: #fff;
    color: #2f2f2f;
    border-radius: 4px;
    margin: 10px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: initial;
}

.time_tag {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.time_tag i {
    margin-right: 4px;
}

.buttonContainer {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.section_Grid2 {
    width: 50%;
    float: none;
    text-align: center;
    /* background: #e91e63; */
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    margin: 12px 0;
    display: inline-block;
    color: #fff;
    text-align: left;
}

.section_Grid2 a {
    display: block;
    padding: 0;
    background: #fff !important;
    border-radius: 6px;
    color: #333 !important;
    font-size: 22px !important;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 54px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
}

.section_Grid2 a:hover {
    background: #e91e63 !important;
    color: #fff !important;
}


.icon_section {
    display: inline-block;
    background: #e91e63;
    height: 100%;
    padding: 9px 12px;
    text-align: center;
    margin-right: 10px;
    border-radius: 6px 0 0 6px;
}

.icon_section img {
    margin-top: -4px;
}

.md-form>input[type=time]:not(.browser-default)+label,
.md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #f01529;
}

.studentGrid {
    width: 100%;
    margin: auto;
}

.studentbdContent {
    /*	background: #ececec;*/
    padding: 0;
    min-height: 690px;
}


/* .custom-control{
padding-left: 0;
}
.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
background-color: #0bd439;
box-shadow: none;
}
.custom-checkbox .custom-control-label::before {
border-radius: 2.25rem;
box-shadow: none !important;
}
.custom-control-label::before{
right: 0.5rem;
width: 1.5rem;
height: 1.5rem;
left: inherit;
box-shadow: none !important;
z-index: 1;
}

.custom-control-label::after{
left: inherit;
right: 0.74rem;
top: 0.52rem;
background-size: 70% 70%;
background-image: url("../app_images/cancel.png");
z-index: 1;
} */




.check-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.check-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.check-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    background: #FF3547;
    padding: 3px;
    border: 5px solid #d64451;
    height: 80px;
    width: 100%;
    border-radius: 4px;
}





.studentGrid .profileimg {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    float: none;
    margin-right: 0;
    border: 3px solid #fff;
    position: relative;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}

.profileStudent {
    margin: 0;
    padding: 0;
}

.profileStudent li {
    list-style: none;
    display: inline-table;
    margin: 5px 2px;
    width: 13%;
}

.rollname {
    position: relative;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 18px;
}

.studentname {
    font-size: 11px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 12px;
    text-transform: capitalize;
    width: 40px;
    overflow: hidden;
    margin: auto;
}

.togglebtnContainer {
    padding: 0px;
    display: flex;
    margin-bottom: 15px;
}

.togglebtnContainer .btn {
    position: relative !important;
}

.buttontab {
    width: 50%;
    display: inline-block;
    padding: 10px;
    margin: 0 1px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.presentbtn {
    background: #388E3C;
}

.absentbtn {
    background: #ff3547;
}

.clearbtn {
    background: #FB9102;
}

.presentbtn_clk {
    background: #388E3C;
    border: 5px solid #2c692f;
}

.absentbtn_clk {
    background: #ff3547;
    border: 5px solid #d42131;
}

.clearbtn_clk {
    background: #FB9102;
}

.innerbodycontent3 {
    width: 100%;
    float: left;
    text-align: left;
    padding: 30px;
}

.innerbodycontent3 h2 {
    text-transform: capitalize;
    font-size: 20px;
}

.innerbodycontent3 textarea {
    height: auto !important;
    font-family: 'Roboto', sans-serif !important;
}

.photoGrid {
    padding: 0 63px 0 0;
    width: 100%;
    float: left;
}

.photoGrid li {
    width: 300px;
    margin: 3px;
    height: 300px;
    background: #fff;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    list-style: none;
    overflow: hidden;
    position: relative;
}

.photoGrid li a {
    float: left;
    width: 100%;
    height: 300px;
    padding: 0   !important;
}

.photoGrid li a .fa-download {
    background-color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    bottom: 14px;
    right: 6px;
    position: absolute;
    border-radius: 100%;
}

.photoGrid li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.photoGrid li small {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    z-index: 2;
}

.photoGrid li small i {
    margin: 0px 6px;
    color: green;
}

.photoGrid li small a.deleteFile i {
    color: #e40606;
}

.photoGrid li:nth-child(4) span {
    color: #fff;
    font-size: 50px;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    padding-top: 37%;
    cursor: pointer;
}

.photoGrid li:nth-child(4) span.overlay_note_img {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 2;
    display: block;
    position: absolute;
}


.notesDetails li small i{
    margin: 0px 0;
}
.notesDetails li small{
    font-size: 16px;
    width: 100%;
    padding: 0 5px;
}
.notesDetails li small a:first-child{
    float: left;
}
.notesDetails li small a:last-child{
    float: right;
}

/* .photoGrid li:last-child a{
color: #fff;
font-size: 50px;
display: block;
height: 100%;
position: absolute;
z-index: 3;
top: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
width: 100%;
padding-top: 110px;
} */

.pdfFilescontainer {
    min-width: 300px;
    float: left;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 40px;
}

.pdfFilescontainer h2 {
    color: #000 !important;
}

.pdfFilescontainer .pdfimg {
    width: 80px;
}

.gridPdf {
    padding: 0;
}

.gridPdf li {
    list-style: none;
    text-align: center;
    display: table;
    width: 215px;
    overflow: hidden;
    float: left;
    margin-bottom: 19px;
    border: 1px solid #8f8f8f;
    padding: 10px 0;
    margin: 10px;
    border-radius: 3px;
    height: 140px;
    position: relative;
    background: #fff;
}

.gridPdf li a {
    width: auto;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.pdfimg {
    width: 33px;
}

.gridPdf li h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #484848;
    margin-top: 12px;
}


.gridPdf li:nth-child(4) span.overlay_note_img {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 2;
    display: block;
    position: absolute;
}

.gridPdf li:nth-child(4) span {
    color: #fff;
    font-size: 20px;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    padding-top: 5px;
    cursor: pointer;
}

.gridPdf li:last-child h2 {
    font-size: 40px;
    display: inline-block;
    color: #333;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    top: 5px;
}

.gridPdf li:last-child .pdfimg {
    width: 33px;
    display: inline-block;
}

.gridPdf li small {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 16px;
    z-index: 3;
    width: 100%;
}

.gridPdf li small a.downloadFile i {
    margin: 0px;
    color: green;
}

.gridPdf li small a.deleteFile i {
    color: #e40606;
}

.img_add_icon li:first-child::before {
    background: rgba(255, 255, 255, 0.82);
}

.img_add_icon li:first-child a {
    padding-top: 80px;
    display: block;
}

.img_add_icon li:first-child img {
    width: auto;
}

.file_add_icon li:first-child a {
    display: block;
    padding-top: 19px;
}

.file_add_icon li:first-child img {
    width: 38px;
}


.formContent {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: left;
}

.buttonSubmit,
input.buttonSubmit {
    font-size: 20px;
    color: #fff;
    background: #e91e63;
    padding: 8px 15px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}


.form-control {
    border: 1px solid transparent;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif !important;
}

.form-control:focus {
    border: 1px solid #666;
    outline: none;
    box-shadow: none;
}

.formContent label {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.custom-control-label::before {
    background: #e91e63;
    /* background: #fff; */
    left: -25px;
    top: 4px;
    width: 1rem;
    height: 1rem;
    /* border-radius: 100px !important; */
    /* display: none; */
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../app_images/checkmark_white.png");
}

.custom-control-input:checked~.custom-control-label::before {
    outline: none !important;
    box-shadow: none !important;
}

.custom-control-label::after {
    left: -24px;
    width: 16px;
    height: 16px;
    top: 5px;
    background-size: 100% 100%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;

}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #e91e63;
    /* background: transparent; */
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e91e63;

}


/* studentlist check */

.studentlist .custom-control-label::before {
    /* background: #e91e63; */
    background: #fff;
    left: 0;
    top: 13px;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 100px !important;
    /* display: none; */
}

.studentlist .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../app_images/checkmark.png");
}

.studentlist .custom-control-input:checked~.custom-control-label::before {
    outline: none !important;
    box-shadow: none !important;
}

.studentlist .custom-control-label::after {
    left: -2px;
    width: 50px;
    height: 50px;
    top: 12px;
    background-size: 67% 67%;
}

.studentlist .custom-checkbox .custom-control-label::before {
    border-radius: 2px;

}

.studentlist .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    /* background: transparent; */
}

.studentlist .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #e91e63;

}

.selectall .custom-control-label::before {
    left: -25px;
    /* background-color: #e91e63; */
    background: #28a745;
    border-radius: 3px !important;
    width: 2rem;
    height: 2rem;
}

.selectall .custom-control-label::after {
    left: -39px;
    top: -6px;
    width: 35px;
    height: 35px;
}

.selectall .custom-control-input:checked~.custom-control-label::after {
    background-image: url("../app_images/checkmark_white.png");

}

.selectall .custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;

}

.selectall .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;
}

.selectall .custom-control-label::before {
    display: block;
    background: #28a745;
    left: -37px;
    top: -4px;
}

.btn-yes {
    background: green;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.btn-no {
    background: red;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transform: translate(0);
    transform: scale(-0.2);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: scale(1);
}

.md-form select#user_type {
    border: none;
    border-bottom: 1px solid #00c851;
    -webkit-box-shadow: 0 1px 0 0 #00c851;
    box-shadow: 0 1px 0 0 #00c851;
    padding: 14px 0 8px 0;
}

.md-form select#user_type:focus {
    border: none;
    border-bottom: 1px solid #00c851;
    -webkit-box-shadow: 0 1px 0 0 #00c851;
    box-shadow: 0 1px 0 0 #00c851;
}
.attempted{
   background: #e882ce !important; 
   color:#fff !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 9.75rem auto;
    }
}

/**************19-11-2019**********/

.studenr_des_wrap{
    width: 100%;
    float: left;
    text-align: left;
    padding: 15px 0px;
}

.student_description_list{
    width: 100%;
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.student_description_list li {
    width: 25%;
    float: left;
    list-style: none;
    margin: 15px 0px 0px 0px;
}

.student_description_list li b{
    width: 100%;
    float: left;
    text-transform: capitalize;
}

.student_description_list li b:first-child{
    font-weight: bold;
}

.current_student {
    text-align: center;
    /* margin-bottom: 15px; */
}

/* Student listing page style */
.studentlist {
    padding: 0;
}

.selectall {
    margin: 0px 0 17px;
    padding-left: 40px !important;
}

.studentlist li {
    list-style: none;
    /* border-bottom: 1px solid #666; */
    float: left;
    width: 100%;
}

.studentlist li:last-child {
    border-bottom: 0;
}

.studentlist li a {
    display: block;
    padding: 5px 7px;
    /* padding: 20px 15px; */
    float: left;
    width: 100%;
}

.studentlist li a:hover {
    background: #fee370;
}

.studentlist li h3 {
    font-size: 26px;
    font-weight: 600;
}

.studentlist li .custom-control-label {
    font-weight: 600;
    position: absolute;
    margin-bottom: 0;
    top: 0;
    right: 55px;
}

.selectall .custom-control-label {
    position: relative !important;
    left: 10px;
}

.studentlist li .profileimg {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    background: #fff;
    text-align: center;
}

.studentlist li .tag_section {
    color: #000;
}

.studentlist li .custom-control {
    /* display: inline-block; */
    display: block;
    width: 100%;
    float: left;
}

.studentlist li .custom-control-input {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.studentlist li .profileimg img {
    width: auto !important;
    height: 100% !important;
}


.routine_timetable {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.routine_timetable .nav {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.routine_timetable .nav-tabs .nav-item {
    width: 14.3%;
}

.routine_timetable .nav-tabs {
    border-bottom: 0;
}

.routine_timetable .nav-tabs .nav-link {
    border-radius: 0;
    background: #e91e63;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 1px;
    border: 0;
    padding: 12px 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #333;
    color: #fff;
    border: 0;
}

.routinelist {
    padding: 0;
}

.routinelist li {
    list-style: none;
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.routinelist li:last-child {
    border-bottom: 0;
}

.routinelist li a {
    display: block;
    padding: 20px 15px;
    float: left;
    width: 100%;

}

.routinelist li a:hover {
    background: #fee370;
}

.routinelist li h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px;
}

.routinelist li h3 i {
    font-size: 20px;
}

.routinelist li .subjectsDiv {
    width: 285px;
    height: 82px;
    display: table;
    float: left;
    margin-right: 23px;
    text-align: center;
    color: #fff;

}

.routinelist li:nth-child(odd) .subjectsDiv {
    background: #e91e63;
}

.routinelist li:nth-child(even) .subjectsDiv {
    background: #4a4a4a;
}

/* .routinelist li:first-child .subjectsDiv{
background: #a109a1;
}
.routinelist li:nth-child(2) .subjectsDiv{
background: green;
}
.routinelist li:nth-child(3) .subjectsDiv{
background: #ce2448;
}
.routinelist li:nth-child(4) .subjectsDiv{
background: #50279f;
} */


.routinelist li .subjectsDiv small {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    line-height: 24px;
}

.routinelist li .tag_section {
    color: #000;
    margin: 0;
}

.fileDocumenticon {
    display: inline-block;
    font-size: 30px;
    float: left;
    margin: 20px 0;
}

.fileDocumenticon i {
    color: #e91e63;
    font-size: 40px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.routine_container {
    padding: 5px 15px;
    font-weight: 500;
    width: 180px;
    float: left;
    font-family: 'Roboto', sans-serif;
}

.routine_calender {
    /* width: 60px !important; */
}

.openCalender {
    position: relative;
    float: right;
    overflow: hidden;
    /*    width: 45px;*/
    width: 80%;
    height: 35px;
    margin-bottom: 0;
}

#date_cal {
    opacity: 0 !important;
    z-index: 3;
    position: absolute;
    z-index: 3;
    height: 50px;
}

#date_cal_val {
    position: absolute;
    /*    left: 0;*/
    right: 20px;
    top: 0;
    z-index: 1;
}

#date_cal_val i {
    font-size: 30px;
    color: #e91e63;
}

/* Notice style */

.noticeGrid {
    width: 70%;
    float: none;
    text-align: center;
    background: #e91e63;
    padding: 10px 20px;
    border-radius: 12px;
    margin: 4px;
    display: inline-block;
}

.grid_row {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
}

.grid_row_left {
    width: 20%;
    color: #fff;
    text-align: center;
    /* background: #181818; */
    padding-top: 20px;
    height: 90px;

}

.grid_row_right {
    width: 65%;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}

.grid_row_left h2 {
    font-size: 50px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
}

.grid_row_sub {
    font-size: 21px;
    font-weight: 500;
}

.dayText {
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.files_icon {
    margin-right: 10px;
}

.files_icon i {
    font-size: 24px;
}


/* Notice details */
.noticedetails {
    width: 80%;
    float: none;
    text-align: center;
    background: #fff;
    /* padding: 20px 20px; */
    padding: 0;
    border-radius: 10px 10px 10px 10px;
    margin: 4px;
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.noticeinnercontent {
    padding: 15px;
}

.noticedetails h2 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    background: #ec277f;
}

.noticeinnercontent p::first-letter {
    font-size: 34px;
}

.content_noticeDetails {
    width: 100%;
    float: left;
    padding: 0 15px 15px;
}

.content_noticeDetailsLeft {
    width: 100% !important;
    text-align: center !important;
}

.content_noticeDetailsRight {
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px;
}

.date__notice {
    display: block;
    margin: 15px 0;
    color: #ec277f;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
}

.noticedetails p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.noticeinnercontent .date__notice {
    margin: 0;
}


/* parent Attendance list */
.tableGrid {
    width: 80%;
    float: none;
    text-align: center;
    background: #fff;
    padding: 20px 20px;
    border-radius: 12px;
    margin: 4px;
    display: inline-block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.table th {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table td {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-weight: 400;
    font-size: 14px;
}

[data-href] {
    cursor: pointer;
}



.worksDaliy {
    padding: 0;
}

.worksDaliy li {
    list-style: none;
}

.row_works {
    width: 100%;
    float: left;
    display: flex;
}

.leftworks {
    width: 55%;
    float: left;
    color: #fff;
}

.rightworks {
    width: 55%;
    float: left;
    color: #fff;
    height: 350px;
    background-size: cover;
    overflow: hidden;
}

.rightworks img {
    max-width: 351px;
}

.subject_1 {
    display: table;
    background: #e91e63;
    padding: 20px 15px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    height: 175px;
    width: 100%;
    float: left;
}

.subject_2 {
    display: table;
    background: #141414;
    padding: 20px 0;
    margin: 0 0;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500 !important;
    letter-spacing: 1px;
    height: 175px;
    width: 100%;
    float: left;
}

.subject_1 h3 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.subject_2 h3 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.green {
    background: green;
}

.present_class {
    /* background: #388E3C !important; */
    /* color: #fff!important; */
    background: #fff;
    border: 3px solid #388E3C !important;
}

.absent_class {
    /* background: #FF3547!important; */
    border: 3px solid #c30011 !important;
    /* color: #fff!important; */
    background: #fff;
}

.pertial_present_class {
    /* background: #ec780b!important; */
    border: 3px solid #f57701 !important;
    /* color: #fff!important; */
    background: #fff;
}

/* Here start calender style================ */
.wrapperCalender {
    background: transparent;
    max-width: 500px;
    width: auto;
    padding: 20px 20px;
}

.content_box {
    font-size: 0px;
    margin: 5px 0px;
    min-height: 0px;

}

.calender {
    background: transparent;
    border: 0;
    width: 100%;
    box-shadow: none;
}

.calender td {
    border-bottom: 0;
    border-right: 0;
    vertical-align: top;
    padding: 2px;
    width: 100px;
    min-height: 50px;
    border-radius: 100px;
    height: 27px;
}

.calender .date {
    background: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #333;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.calender th {
    font-size: 15px;
    text-decoration: none;
    background-color: transparent;
    color: #3A3939;
    font-weight: 700;
    line-height: 37px;
}

/* Here End calender style============== */


.dashboard_parent {
    padding: 0;
}

.dashbordprofileGrid {
    width: 100%;
    float: none;
    text-align: left;
    background: #893753;
    padding: 35px 20px;
    display: inline-block;
}

.dashbordprofileGrid .profileimg {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    border: 4px solid #fff;
}

.dashbordprofileGrid .profileimg img {
    /*    width: auto;*/
    height: 100%;
}

.dashbordprofileGrid h3 {
    color: #fff;
    font-size: 30px;
}

.dashbordprofileGrid .tag_section {
    color: #fff;
    font-weight: 600;
    display: block;
    margin: 4px 0;
}

.icon_tag {
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #333;
}

.full_width {
    width: 100% !important;
}

.boxdashbord {}

.boxdashbord .section_Grid {
    background: transparent;
    height: auto;
    padding: 30px 0px;
}

.dashboard_parent .section_Grid h3 {
    color: #333;
    text-transform: capitalize;
    font-size: 26px;
}

.dashbordprofileGrid h3 {
    color: #fff;
    font-size: 24px;
}

.notification_icon {
    display: inline-block;
    width: 40px;
    position: absolute;
    right: 70px;
}

.notification_icon i {
    font-size: 30px;
    color: #fff;
}

.notification_count {
    background: #EFC409;
    color: #000;
    position: absolute;
    right: 6px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    border-radius: 100px;
    bottom: 7px;
    text-align: center;
    font-weight: 700;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.blockwise .nav-tabs .nav-item {
    width: 33.3%;
    text-align: center;
}

.blockwise .tab-content {
    background: #333;
    color: #fff;
    padding: 15px;
    float: left;
    width: 100%;
    border-radius: 0 0px 5px 5px;
}

.blockwise .nav-tabs .nav-link {
    margin: 0 1px 0 0;
}

.blockwise .nav-tabs .nav-item:last-child .nav-link {
    margin: 0 0px 0 0;
}


.wrapperGrid {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    display: inline-block;
}

.wrapperGrid h1 {
    font-size: 24px !important;
    margin: 0 0 10px 0 !important;
    font-weight: 600 !important;
}

.wrappergrid_row {
    width: 100%;
    float: left;
    display: flex;
    margin-bottom: 25px;
}

.wrappergrid_row_left {
    width: 15%;
    color: #fff;
    text-align: center;
    background: #393939;
    padding-top: 37px;
    height: 110px;
    padding-bottom: 20px;
}

.wrappergrid_row_left h2 {
    font-size: 42px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: 'Arial', sans-serif;
    font-weight: 300;
}

.wrappergrid .dayText {
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.wrappergrid_row_right {
    width: 75%;
    color: #454545;
    background: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.wrappergrid_row_right .grid_row_sub {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.officestatus {
    font-size: 17px;
    text-transform: capitalize;
    color: #e91e63;
    display: inline-block;
    padding: 0px 0 10px;
}

.photoGrid li:nth-child(3) span.overlay_note_img1 {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 2;
    display: block;
    position: absolute;
}

.gridPdf li:nth-child(3) span.overlay_note_img2 {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 2;
    display: block;
    position: absolute;
}

.photoGrid li:nth-child(3) span {
    color: #fff;
    font-size: 50px;
    display: block;
    /*    height: 100%;*/
    position: absolute;
    /*	z-index: 3;*/
    top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    padding-top: 37%;
    cursor: pointer;

}

.gridPdf li:nth-child(3) span.overlay_note_img1 {
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.82);
    z-index: 2;
    display: block;
    position: absolute;
}

.gridPdf li:nth-child(3) span {
    color: #fff;
    font-size: 42px;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    padding-top: 35px;
    cursor: pointer;
}

.heightClass {
    height: 350px !important;
}

.page_head {
    width: 100%;
    /* margin: 0 auto; */
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

.heading_black {
    background: #000;
    color: #fff;
    padding: 10px;
    width: 92%;
    margin-bottom: 0;
}

.diaryTab {
    width: 100%;
    float: left;
    padding: 0;
}

.diaryTab li {
    margin-bottom: 0;
    width: 50%;
    float: left;
    padding: 0 1px 0 0;
}

.diaryTab li a {
    width: 100%;
    float: left;
    margin: 0 0px;
}

.diaryTab li:last-child {
    padding: 0 0px 0 0;
}

.diaryTab li a:last-child {
    border: 0 !important;
}

.grid_row_right span {
    float: right;
    margin-top: -16px;
}

.grid_row_right span i {
    color: #fff;
}

.outgoing {
    color: #84e884;
}

.incoming {
    color: #0000ff;
}

.read_cls {
    background: #ec4d83 !important;
}

.textpos {
    text-align: center;
    font-size: 18px;
}

.attn_dir_arrow {
    float: right;
}

.draft {
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.arrow_ind {
    margin-right: -10px;
}

.arrow_ind i {
    color: #fff;
    font-size: 20px;
}

.gapContent {
    padding: 15px 5px;
}

.highlightTabContainer {
    float: left;
    width: 100%;
    padding: 0 13px;
}

.highlightTab .buttontab {
    background: #505050;
}

/* .viewClass {
background: #959192;
} */
/* .createClass {
background: #333;
} */
.highlightTab .nav-link.active {
    background: #2d2d2d;
}

.highlightContent {
    background: #2d2d2d;
    float: left;
    width: 100%;
}

.highlightContent h5 {
    color: #fff;
}

.highlightContent .formContent label {
    color: #fff;
}

.highlightContent .btn002 {
    background: #5a5a5a !important;
}

.switch_cls .section_Grid {
    width: 100%;
    padding: 0px 0px;
    height: auto;
}

.switch_cls .icon_tag {
    color: #fff;
}

.switch_cls .section_Grid h3 {
    color: #fff;
}

.past_work {
    width: 187px;
    float: right;
    text-align: right;
    line-height: 34px;
    font-weight: 700;

}

.past_work span {
    /*    margin-right: 5px;*/
    margin-right: -97px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

#frmRegister {
    margin-top: 15px;
}

.filter_select {
    width: 110px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 10px;
}

.filter_select span {
    position: relative;
    display: inline-block;
}

.filter_select a {
    font-size: 30px;
    display: inline-block;
    margin: 0 10px;
}

.modal-dialog-centered {
    margin: 1.75rem auto;
}

.filterPopup .form-control {
    border: 1px solid #333;
}

.filterPopup .close {
    width: 33px;
    position: absolute;
    right: -9px;
    top: -12px;
    font-size: 30px;
    background: #d2b305;
    opacity: 1;
    height: 32px;
    line-height: 0;
    border-radius: 100px;
    z-index: 2;
    text-shadow: none !important;
}

.filterPopup .close:focus {
    outline: none;
}

.filterPopup .close:hover {
    opacity: 1;
}

.filterPopup .close span {
    display: block;
    line-height: 0;
    top: -1px;
    position: relative;
}

.filterPopup .modal-footer {
    border-top: 0;
    padding: 0;
}

.filterPopup .modal-footer input {
    background: #e91e63;
    color: #fff;
}

.filterPopup .modal-footer .btn {
    margin: 0 .375rem 0;
}

.filterPopup .selectall {
    padding-left: 25px !important;
    margin: 15px 0 17px;
}

.filterPopup .selectall .custom-control-label {
    padding-left: 7px;
    text-transform: capitalize;
}


.filterPopup .custom-control-label::after {
    background-size: 60% 60%;
    top: -6px !important;
}

.closebutton {
    background: #e91e63;
    color: #fff !important;
}


#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #5a5a5a;
    color: #fff;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    display: block;
    width: 70%;
    margin: 17px auto;
    border-radius: 4px;
}

.downloadFiles {
    padding: 8px 0 5px;
    display: inline-block;
}

.downloadFiles .files_icon i {
    color: #10830d;
    margin: 0 2px;
}

.pin_icon {
    display: inline-block;
    position: absolute;
    left: -23px;
    top: -11px;
}

.pin_icon img {
    width: 37px;
}

.ribbon_icon {
    display: inline-block;
    position: absolute;
    /*    right: -36px;
top: -22px;*/
    right: -6px;
    top: -10px;
}

.ribbon_icon img {
    width: 25px;
}

.arrow_ind {
    transform: rotate(-50deg);
}

.slash_icon {
    position: absolute !important;
    top: 1px;
    transform: rotate(-70deg);
    left: 5px;
}


.legends {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.legends li {
    list-style: none;
    font-weight: 700;
    display: inline;
    margin: 0 8px;
    font-size: 13px;
}

.legends li span {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: inline-block;
    margin: -5px 4px;
}

.legends li span.greenLegend {
    border: 2px solid #388E3C;
    background: #fff;
}

.legends li span.redLegend {
    border: 2px solid #c30011;
    background: #fff;
}

.legends li span.orangeLegend {
    border: 2px solid #f57701;
    background: #fff;
}

.fakeGo {
    position: fixed;
    right: 0;
    width: 85px;
    top: 116px;
    z-index: 5;
}

.aligncontainer {
    text-align: center;
}

.timetable_container {
    width: 200px;
    float: none;
    text-align: center;
    background: #cf8401;
    /*  padding: 20px;*/
    margin: auto;
    display: inline-block;
}

.timetable_container a {
    display: block;
    padding: 20px;
}

.timetable_container span {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
    font-weight: 600;
    color: #fff;
}

.diary_container {
    width: 200px;
    float: none;
    text-align: center;
    background: #cf8401;
    /*  padding: 20px;*/
    margin: 3px auto;
    display: inline-block;
}

.diary_container a {
    display: block;
    padding: 20px;
}

.diary_container span {
    display: inline-block;
    font-size: 18px;
    margin: 0 5px;
    font-weight: 600;
    color: #fff;
}

.diary_container i,
.timetable_container i {
    color: #fff;
}

.block_works {
    background: #d2084c;
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;

}

.block_works h3 {
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    font-size: 22px;
}

.block_works h3 span {
    font-size: 14px;
}

.block_works_bottom {
    background: #ea1f63;
    padding: 18px 0px 13px;
    width: 100%;
    float: left;
    display: flex;
    /*  border-top: 6px solid #333;
border-bottom: 6px solid #333;*/
}

.classwork,
.homework,
.assignment {
    width: 33%;
}

.classwork .icon_section,
.homework .icon_section,
.assignment .icon_section {
    height: auto;
    margin-right: 0;
    padding: 5px 0px;
}

.classwork h3 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
}

.homework h3 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
}

.assignment h3 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
}

.container_teacherdashboard {
    padding: 5px 0 0 0;
}

.chart_container {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.container_pending {
    width: 100%;
    float: left;
    padding: 5px 0px;
}

.pendingcontent {
    width: 100%;
    float: left;
}

.pending_row {
    text-align: left;
    color: #fff;
    width: 100%;
    padding: 5px 5px;
    float: left;
    background: #363636;
    margin-bottom: 15px;
    display: flex;
}

.pending_row_left {
    width: 70%;
    float: left;
}

.pending_row_right {
    width: 32%;
    float: right;
    padding-top: 8px;
}

a.btn_004,
.btn_004 {
    display: block;
    background: #696969;
    padding: 10px 15px;
    font-size: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
}

.pending_row span {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.syllabus_content {
    padding: 0 10px;
}

.removeImgg {
    display: inline-block;
    margin-top: 40px;
    margin-left: 10px;
}

.removeImgg input {
    margin-right: 5px;
}

.picbrowse {
    float: left;
}

.container_browsephoto {
    width: 100%;
    float: left;
/*    margin-top: 10px;*/
}

.browse_input {
    padding: .675rem .75rem;
}

.no_rec {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.pre_msg {
    width: 100%;
    float: left;
    padding:10px 0 7px;
    text-align: center;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 24px;
}

.teacher_detail_container {
    width: 100%;
    float: left;
}

.teacher_detail_left {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.teacher_detail_right {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.accordion {
    text-align: left;
    margin: 20px 15px;
}

.card {
    box-shadow: none !important;
}

.card-header {
    padding: 0;
}

.card-header .headingdetails {
    position: relative !important;
    padding: .75rem 1.25rem !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background-color: #e91e63;
    color: #fff;
    white-space: normal;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}


.card-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.loadd {
    position: absolute;
    float: left;
    width: 100%;
    /* border: 1px solid red; */
    height: 100%;
    top: -35px;
    left: 0;
    /*    background: rgba(80,80,80,0.91);*/
    z-index: 3;
}

.loader_parent {
    top: 36%;
    position: absolute;
    left: 43%;
    z-index: 2;
}

.loader_parent_att {
    top: 32%;
    position: absolute;
    left: 43%;
    z-index: 2;
}

.loader_parent_ser {
    top: 43%;
    position: absolute;
    left: 43%;
    z-index: 2;
}

.white_backgnd {
    float: left;
    background: #fff;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    /*  margin: -1px 1px 0;*/
    margin: 0;

}

.left_align {
    text-align: left;
}

.white_backgnd ul {
    margin-bottom: 10px;
}

.white_backgnd ul li {
    font-size: 16px;
    font-weight: 400;
}

.compose_diary_form_container {
    margin-bottom: 200px;
}

.pagination-container {
    width: 90%;
    margin: auto;
}

.pagination {
    /* max-width: 200px; */
    margin: 20px auto 30px;
    padding: 12px 0;
    background: #ffd84e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); */

}

.pagination strong {
    font-weight: 700;
    font-size: 14px;
    padding: 5px 10px;
    background: #ec277f;
    border-radius: 200px;
    color: #fff;
    width: 30px;
    height: 30px;
}

.pagination a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 4px;
    margin: 0px;
    display: block;
    text-transform: uppercase;
    width: 20px;
    height: 30px;
    color: #000;
}

.pagination a:first-child {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    width: auto;
    height: 30px;
    color: #000;
}

.pagination a:last-child {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    width: auto;
    height: 30px;
    color: #000;
}

.pagination a:nth-last-of-type(2) {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    width: auto;
    height: 30px;
    color: #000;
}




.btndownload {
    text-transform: uppercase;
    /* border: 1px solid #9e9e9e; */
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    padding: 12px 30px;
    display: inline-block;
    background: #EC277F;
    letter-spacing: 1px;
}

.notesDetails {
    width: 100%;
    height: 100%;
    background: url("../app_images/pattern_education.png");

}
.bg_nts{
    background: none;
}
.uploadContainer{
    width: 100%;
    float: left;
    background: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: 0px 5px 6px rgba(0,0,0,0.1);
}
.form-control::placeholder {
    color: #212529;
    opacity: 1;

}
.proceed_text{
    color:#f00;
}

.big_button{
    width: 100%;
    float: left;
    text-align: center;
}
.bg_btn{
    font-size:18px;

}
.big_button a{
    font-size: 20px;
    padding: 15px 20px !important;
}
.school_name{
    width:100%;
    float:left;
    text-align: center;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
}

/* Teacher attendance css */

.container_attendance{
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
}
.header_container003{
    text-align: center;
    width: 100%;
    float: left;
}
.header_container003 h2{
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 400;
    margin: 0;
}
.header_container003 .date_attendance{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.attendence_on_round{
    width: 350px;
    float: none;
    position: relative;
    height: 350px;
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.total_hour_txt{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.timeText{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 400;
}

.hour_txt{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: 400;
}
.hour_txt span{
    font-size: 15px;
    width: 22px;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 2px;
}
.hour_txt small{
    font-size: 15px;
    display: block;
    text-align: left;
    line-height: 9px;
}

.address_container{
    max-width: 375px;
    margin: auto;
    font-size: 22px;
    color: #565656;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.address_container_left{
    width: 10%;
    float: left;
    text-align: center;
}
.address_container_right{
    width: 90%;
    float: left;
}
.address_container img{
    width: 20px;
    margin-right: 5px;
}
.notAvailable{
    text-align: center;
    max-width: 375px;
    margin: auto;
    font-size: 22px;
    color: #565656;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}
.timesummary{
    padding: 20px 10px 60px;
    width: 100%;
    float: left;
}
.timesummary_heading{
    padding: 20px;
    border-bottom: 3px solid #666;
    width: 100%;
    float: left;
}

.text_duration{
    font-size: 22px;
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    float: left;
    display: inline-block;
}
.total_time{
    font-size: 22px;
    color: #2e2e2e;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    float: right;
    display: inline-block;
}

.timesummary_body{
    padding: 20px;
    width: 100%;
    float: left;
}

.listsummary{
    padding: 0;
}
.listsummary li{
    list-style: none;
    width: 100%;
    float: left;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 15px 0;
}

.listsummary_left{
    float: left;
}
.listsummary_left sub{
    bottom: 0;
    margin: 0 3px;
}
.listsummary_right{
    float: right;
}
.gap_border{
    display: inline-block;
    width: 95px;
    border-bottom: 2px solid #565656;
    margin: 5px 5px;
}

.pinkBg {
    background-color: #21b332!important;
    /*    background-image: linear-gradient(90deg, #fd5581, #fd8b55);*/
}
.redBg{
    background-color: #ed3030!important;
}

.intro-banner-vdo-play-btn{
    height:220px;
    width:220px;
    position:absolute;
    top: 90px;
    left: 90px;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100%;
    z-index:1;
    padding: 50px 0;
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:360px;
    height:360px;
    z-index:-1;
    left:5%;
    top:5%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100%;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}

.adContainer{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fdd835;
}

/* Teacher past attendance css */
.attendence_header{
    margin-bottom: 10px;
    text-align: center;
}
.wrapper_attendence{
    width: 100%;
    background: #fff;
    margin:10px auto;
    padding: 20px;
    float: left;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}
.date_attendence{
    display: block;
    width: 100%;
    text-align: center;
    color: #6d6d6d;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    float: left;
}
.date_attendence i{
    margin-right: 5px;
}
.ColumnAttdnc{
    width: 49%;
    float: left;
    text-align: center;
    padding-top: 10px;
}
.separator{
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #dcdcdc;
    margin: 10px auto;
}
.ColumnAttdnc h3{
    font-size: 20px;
    color: #606060;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}

.time_display{
    display: block;
    width: 100%;
    text-align: center;
    color: #6d6d6d;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.wrapperColumnAttdnc{
    display: flex;
    float: left;
    width: 100%;
}

.sign_upp{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 45px;
}

.sign_upp a{
    display: block;
}

.seperator{
    width:60%;
    margin: 0px auto;
    border-bottom: 1px solid #000;
    height: 1px;
    clear: both;
    margin-bottom: 6px;
}
.msg_container{
    width:100%;
    float:left;
    padding-bottom: 30px;
    background: #fdd835;

}

/***********02-18-2020************/



.process_signup_contain02 {
    margin-top: 150px;
}

.process_signup_block_wrp {
    padding: 20px 25px;
}

.process_signup_block_wrp a {
    width: 285px;
    height: 238px;
    margin: 0 auto;
    display: block;
    border-radius: 15px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
}

.institutes a{
    background: url(../app_images/institute_back.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.parents a{
    background: url(../app_images/perants_back.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.process_signup_block_wrp a img{
    width: 100%;
}
.all_past_class{
    width: 100%;
    float: left;
    text-align: right;
    color: #E91E63;
    cursor: pointer;
    font-weight: 500;
}
.profile_pic_cont{
   background-color: #fff;
    width: 100%;
    float: left;
    /* height: 53px; */
    padding: 14px 0px 14px 5px;
}
.browse_button{
    width: 27%;
    padding: 4px 7px;
    background-color: #efefef;
    color: #000 !important;
    border-radius: 3px;
    border: 1px solid #000;
    margin-bottom: 2px;
}

/************20-11-2020 by SHIV*************/

.whightBg {
    width: 100%;
    float: left;
    background: #F0F2F5;
    padding: 23px 14px 20px 14px;
    min-height: 690px ;
	margin: 0 0 !important;
}

.studentPrsonalDescription {
    width: 100%;
    float: left;
    text-align: left;
	border-bottom: 1px solid #D8D8D8;
	padding: 0 0 21px 0;
}

.studentPrsonalDescription picture {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
}

.studentPrsonalDescription picture img{
	width: 100%;
	height: auto;
}

.studentPrsonalDescription article {
    width: 62%;
    float: left;
    margin: 9px 0 0 13px;
}

.studentPrsonalDescription article h3{
    width: 100%;
    float: left;
	font-family: Poppins !important;
	color: #515151;
	margin: 0;
	font-size: 17px;
}

.studentPrsonalDescription article p {
    width: 100%;
    float: left;
    font-family: Poppins !important;
    color: #515151;
    font-size: 12px;
    margin: 4px 0 0 0;
    font-weight: 400;
}

.studentPrsonalDescription article p i {
    color: #e91e63;
    margin: 0 3px 0 0px;
}

.dashboardContentListing{
	width: 100%;
	float: left;
	padding: 0 0;
	margin: 0 0;
}

.dashboardContentListing li {
    width: 33.33%;
    float: left;
    list-style: none;
    margin: 34px 0 0 0;
}

.dashboardContentListing li:last-child{
	width: 100% !important;
	float: left;
}

.dashboardContentListing li a{
	width: 100%;
	float: left;
}

.dashboardContentListing li a picture {
    width: 129px;
    height: 125px;
    display: inline-block;
    background: #f0f2f5;
    border-radius: 100%;
    padding: 0 0 0 0;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.12);
}

.dashboardContentListing li a picture img {
    height: 50px;
    width: auto;
    margin: 36px 0 0 0;
    filter: grayscale(1);
}

.dashboardContentListing li a p {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    margin: 10px 0 8px 0;
	color: #373737;
}

.dashboardContentListing li a picture img {
    height: 50px;
    width: auto;
    margin: 36px 0 0 0;
    filter: grayscale(1);
    opacity: 0.8;
	transition: 0.5s ease-in-out;
}

.dashboardContentListing li:hover img{
    opacity: 1;
    filter: grayscale(0);
}

.videoLessonHeader {
    width: 100%;
    float: left;
    text-align: left !important;
    padding: 0 12px;
}

.videoLessonHeader h3 {
    width: auto;
    float: left;
    font-size: 20px;
    font-family: 'Poppins';
    margin: 0 0 11px 0;
    color: #000;
}

.videoLessonHeader span {
    float: right;
    width: auto;
}

.videoLessonHeader span a {
    float: left;
    margin: 0 0 0 10px;
	position: relative;
}

.videoLessonHeader span a .vidSearchBlock {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0px 0px;
    top: 0;
	display: none;
}

.videoLessonHeader span a .vidSearchBlock form {
	width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	z-index: 100;
}

.vidClose{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.vidClose:after {
    content: 'X';
    position: absolute;
    height: 30px;
    width: 30px;
    color: #fff;
    top: 21px;
    right: 19px;
    text-align: center;
    font-family: 'Poppins';
    font-size: 30px;
    transform: scale(1, .7);
    font-weight: 400;
}

.videoLessonHeader span a .vidSearchBlock input[type="text"] {
    border: 0;
    background: #fff;
    font-family: 'Poppins';
    width: 100%;
    float: left;
    padding: 10px 9px;
    color: #000;
}

.videoLessonHeader span a .vidSearchBlock input[type="text"]::placeholder{
	text-transform: capitalize;
}

.videoLessonHeader span a .vidSearchBlock input[type="submit"] {
    border: 0;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 500;
    padding: 7px 17px;
    border-radius: 25px;
    color: #fff;
    background: #e91e63;
    font-size: 15px;
    margin: 10px 0 0 0;
	width: 100%;
}

.videoLessonHeader span a i {
	background: rgba(255, 255, 255, 0.8);
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    padding: 8px 0 0 0;
    color: #000;
}

.videoListing{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.videoListing li {
    width: 25%;
    float: left;
    list-style: none;
    margin: 19px 0 0 0;
    padding: 0 7px;
}

.videoListing li a {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.videoListing li a img {
    float: left;
    width: auto;
    height: 100%;
}

.videoListing li a span {
    position: absolute;
    z-index: 111;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    height: 90%;
}

.videoListing li a span h4 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins';
    text-align: left;
    padding: 0 13px;
    position: absolute;
    bottom: 0;
    margin: 0 0 9px 0;
}

.videoListing li a span h4 small {
    width: 100%;
    float: left;
	margin: 5px 0 0 0;
}

.videoListing li a i.fa-play-circle {
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 112;
    font-size: 40px;
    transition: 0.3s ease-in-out;
}

.videoListing li a:hover i.fa-play-circle{
	transform: translate(-50%, -50%) scale(1);
}

.sortBlock {
    width: 300px;
	max-width: 100%;
    float: left;
    position: fixed;
    padding: 20px 12px;
    background: #fff;
    height: 100vh;
    top: 0;
    right: -320px;
    z-index: 9999;
    box-shadow: -10px 0 17px rgb(0 0 0 / 18%);
    transition: .3s ease-in-out;
}

.activeShortBlock{
	right: 0 !important;
}

.sortBlock label {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 14px 0 0 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 14px;
    color: #636363;
}

.sortBlock label:last-child{
	border: none;
}

.sortBlock label i {
    font-size: 12px;
    margin: 0 4px 0 5px;
    color: #888;
}

.sortBlock h4 {
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0 0 30px 0;
}

.sortBlock h4 i {
    float: right;
    cursor: pointer;
    font-size: 12px;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 6px 8px;
    border-radius: 5px;
    margin: -4px 0 0 0;
}

.filterBlock {
    width: 330px;
	max-width: 100%;
    float: left;
    position: fixed;
    padding: 20px 12px;
    background: #f7f7f7;
    height: 100vh;
    top: 0;
    left: -345px;
    z-index: 9999;
    box-shadow: 10px 0 17px rgb(0 0 0 / 18%);
    transition: .3s ease-in-out;
}

.activefilterBlock{
	left: 0 !important;
}

.filterBlock h4 {
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 400;
    color: #3c3c3c;
    margin: 0 0 30px 0;
}

.filterBlock h4 i {
    float: right;
    cursor: pointer;
    font-size: 12px;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 6px 8px;
    border-radius: 5px;
    margin: -4px 0 0 0;
}

.coursesListing{
	width: 100%;
	height: 90vh;
	float: left;
	overflow: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

.coursesListing li{
	width: 100%;
	float: left;
	list-style: none;
}

.coursesListing li p {
    width: 35%;
    float: left;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.subjectListing {
    position: absolute;
    right: 0;
    width: 65%;
    margin: 0;
    padding: 5px 13px;
    height: 90%;
    display: none;
    top: 0;
    border-left: 1px solid #d8d8d8;
	overflow: auto;
}

.subjectListing li label {
    width: 100%;
    float: left;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0 0 10px 0;
}

.subjectListing li label input[type="checkbox"] {
    width: 15px;
    height: 15px;
    float: left;
    margin: 2px 5px 0 0;
}

.sortBlock label input[type="radio"] {
    float: left;
    margin: 2px 0px 0 0;
} 

.activeCourse p {
    color: #e91e63 !important;
}

/************end 20-11-2020 by SHIV*************/

/************280-11-2020 by SHIV*************/

.videoPopWrap{
	width: 100%;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	right: 0;
	bottom: 0;
	z-index: 9999;
	padding: 0 12px;
	display: none;
}

.videoPopcontent{
	width: 575px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.4);
	padding: 0 12px;
	opacity: 0;
	transition: 0.5s ease-in-out;
}

.playingVideo .videoPopcontent{
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.videoPopcontent iframe {
    width: 100%;
    float: left;
    object-fit: fill;
    height: 375px;
}

.videoPopWrap article {
    width: 100%;
    position: absolute;
    bottom: -22px;
    text-align: left;
    padding: 0 15px;
    left: 0;
	opacity: 0;
	transition: 1s ease-in-out;
}

.playingVideo article{
    bottom: 22px;
	opacity: 1;
}

.videoPopcontent i {
    color: #fff;
    position: absolute;
    right: 12px;
    top: -46px;
    font-size: 24px;
}

.videoPopWrap article h4 {
    width: 100%;
    float: left;
    color: #fff;
    font-family: Roboto;
    margin: 0 0 4px 0;
    font-size: 19px;
    font-weight: 400;
}

.videoPopWrap article p {
    width: 100%;
    float: left;
    color: #c3c3c3;
    font-family: Poppins;
    margin: 5px 0 0px 0;
    font-size: 12px;
    font-weight: 300;
}

.studentProfile{
	padding: 0 13px;
}

.studentProfileHeader{
	width: 100%;
	float: left;
	position: relative;
	margin: 25px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #D8D8D8;
}

.studentProfileHeader h5 {
    width: 100%;
    float: left;
    text-align: center;
    font-family: Poppins !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 14px 0;
}

.editProfileBtn {
    font-size: 10px;
    margin: 11px 0 2px 0;
    text-transform: capitalize;
    color: #e91e63;
    display: block;
    font-weight: 600;
}

.studentProfileHeader picture {
    width: 120px;
    height: 120px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin: 5px 0 0 0;
    text-align: center;
    background-image: url(../_images/avatar15.jpg);
    background-size: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
}

.studentProfileHeader picture img{
	width: 100%;
}

.studentProfileHeader label {
    position: absolute;
    bottom: 0;
    margin: 0 0 60px -26px;
}

.studentProfileHeader label i {
    color: #929292;
    background: #fff;
    height: 28px;
    width: 28px;
    display: inline-block;
    font-size: 14px;
    border-radius: 100%;
    border: 1px solid #929292;
    padding: 5px 0 0 0;
}

.studentProfileHeader label input[type="file"]{
	display: none;
}

.studentProfile_discription {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
    margin: 12px 0 0px 0;
}

.studentProfile_discription li {
    width: 100%;
    float: left;
    list-style: none;
    margin: 5px 0;
}

.studentProfile_discription li p {
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Poppins';
    font-size: 15px;
    color: #464646;
    font-weight: 500;
	margin: 0 0 0 0;
}

.studentProfile_discription li p small {
    width: 80%;
    float: left;
    margin: -5px 0 0 0px;
    color: #e91e63;
    font-weight: 600;
}

.studentProfile_discription li p i {
    width: 25px;
    height: 25px;
    text-align: center;
    background: #ddd;
    border-radius: 100%;
    padding: 6px 0 0 0;
    margin: 0 7px 0 0px;
    color: #585858;
}

.addMoreBtn {
    float: left;
    background: #9AF394;
    padding: 5px 6px 5px 14px;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
    border-radius: 21px;
    color: #20881A;
    margin: 8px 0 0 0;
}

.addMoreBtn i {
    background: #4AC842;
    height: 25px;
    width: 25px;
    color: #fff;
    border-radius: 100%;
    padding: 6px 0 0 0;
    font-size: 13px;
    margin: 0 0 0 8px;
    text-align: center;
}

.btnWrap {
    position: absolute;
    width: 60%;
    right: 0;
    text-align: left;
    bottom: 30px;
}

.btnWrap input, .btnWrap a{
    border: 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    background: #e91e63;
    float: left;
    margin: 0 7px 0 0px;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 12px;
}

.btnWrap a {
    background: #ccc;
    color: #000;
}

.search_teacher_fromWrap{
	width: 100%;
	float: left;
}

.search_teacher_fromWrap h4 {
    width: 100%;
    float: left;
    font-family: 'Poppins';
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 0 0 0 0;
}

.search_teacher_fromWrap form{
    width: 100%;
    float: left;
}

.search_teacher_fromWrap span{
    width: 100%;
    float: left;
	margin: 15px 0 0 0;
	position: relative;
}

.usr {
    width: 100%;
    float: left;
    border: none;
    background: #fff;
    font-family: Poppins;
    font-size: 13px;
    color: #000;
    padding: 13px 24px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, .078);
	outline: none !important;
	overflow: hidden;
}

.usrSubmit{
    width: 100%;
    float: left;
    border: none;
    background: #E91E63;
    color: #fff !important;
    font-family: Poppins;
    text-transform: uppercase;
    padding: 9px 0;
    margin: 15px 0 0 0;
	outline: none !important;
}

.searchTeacherCompleteWrap{
	width: 100%;
	float: left;
	padding: 10px 10px;
}

.searchTeacherCompleteWrap ul li p {
    font-size: 12px;
}

.searchTeacherCompleteWrap ul {
    padding: 13px 0;
    border-top: 1px solid #ccc;
}

.studentProfile ul.studentProfile_discription li p i.fa-user {
    float: left;
    margin: 1px 11px -4px 0;
}

.searchTeacherCompleteWrap ul li p small {
    color: #737373;
    font-weight: 500;
}

.tInfoBtn {
    width: 100%;
    float: left;
    color: #CC517A;
    text-align: center;
    background: #FFCFDF;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 15px;
    padding: 8px 0;
    border-radius: 20px;
    text-decoration: none !important;
	margin: 10px 0 0 0;
}
/************end 28-11-2020 by SHIV*************/

/************17-12-2020 by SHIV*************/

.signUpBlock {
    width: 80%;
    float: left;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    min-height: 100px;
    position: relative;
    overflow: hidden;
    margin: 0 0 35px 0;
}

.signUpBlock article {
    width: 120px;
    float: right;
    margin: 25px 0 22px 0;
}

.signUpBlock article h4 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    color: #2d2d2d;
}

.signUpBlock article h4 small {
    width: 100%;
    float: left;
    font-size: 11px;
    margin: 3px 0 0 0;
}

.signUpBlock article a {
    background: #ff5996;
    color: #ffffff;
    float: left;
    margin: 9px 0 0 0;
    padding: 5px 11px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
}

.student {
    background-image: url(../_images/student.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
}

.teacher{
    background-image: url(../_images/TEACHER.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
	float: right;
}

.teacher article{
	float: left;
	margin-left: 35px;
}

.institute{
    background-image: url(../_images/institute.png);
    background-repeat: no-repeat;
    background-size: auto 102.5%;
    background-position: left;
}


.process_signup_wraper{
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 15px;
    background: url(../app_images/background.jpg);
    background-size: cover;
    min-height: 100vh;
}

.process_signup{
    max-width: 800px;
    margin: 0 auto;
}

.process_signup_contain {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    min-height: 100px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.hsBlock{
	width: 100%;
	float: left;
	/* display: none; */
}

.search_teacher_fromWrap span label {
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin: 0 0;
	position: relative;
}

.search_teacher_fromWrap span label b {
    position: absolute;
    background: #fff;
    height: 100%;
    padding: 14px 0;
    font-weight: 400;
    left: 24px;
    width: 200px;
    color: #90807e;
	transition: 0.3s ease-in-out !important;
}

.search_teacher_fromWrap span label b.animateLabel{
    left: inherit;
    right: 0;
	width: auto;
	padding-right: 7px;
}

/************ end 17-12-2020 by SHIV*************/

p#loading{
    width: 100%;
    float: left;
    text-align: center;
}

p#loading img{
	width: 25px !important;
}

/********************** 30-01-2021 ************/

.video_container{
	width: 100%;
	float: left;
}

/********************** 01-02-2021 ************/

.pageHeadAnother{
	width: 100%;
	float: left;
	padding: 0 14px;
}

.pageHeadAnother h1 {
    width: 100%;
    float: left;
    margin: 0 0 15px 0 !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
}

.pageHeadAnother h1 span{
	width: auto;
	float: right;	
}

.pageHeadAnother h1 span a i {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    color: #000;
    margin: -1px 0 0 3px;
}

.take_Exam {
    border-radius: 28px 28px 0 0;
}

.take_Exam h3{
    width: 100%;
    float: left;
    margin: 0 0 0px 0 !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    color: #232323;
    font-weight: 500;
	text-align: left;
}

.examBlockWrap{
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
	border-radius: 15px;
	padding: 12px 12px;
	margin: 20px 0 0 0;
	text-align: left !important;
	box-shadow: 0px 4px 7px rgb(0 0 0 / 8%);
}

.examBlockWrap article{
	width: 80%;
	float: left;
	position: relative;
}

.examBlockWrap article h4 {
    width: 100%;
    float: left;
    margin: 0 0 0px 0 !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    color: #5f5f5f;
    font-weight: 500;
}

.examBlockWrap article h4 small {
    color: #F23E7B;
    margin: 0 0 0 5px;
}

.examBlockWrap article h6 {
    width: 100%;
    float: left;
    margin: 5px 0 !important;
    font-family: Poppins !important;
    font-size: 13px !important;
    color: #696969;
    font-weight: 500 !important;
}

.pageCover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.examBlockWrap article p {
    width: 100%;
    float: left;
    margin: 0px 0 0 0 !important;
    font-family: Poppins !important;
    font-size: 12px !important;
    color: #AFAFAF;
    font-weight: 500 !important;
}

.examBlockWrap article p b {
    margin: 0 0 0 10px;
    font-weight: 500;
    color: #6AC842;
    font-size: 11px !important;
}

i.sideIcon {
    float: left;
    font-size: 13px;
    background: #E5E5E5;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    padding: 6px 0;
    color: #717171;
    margin: 3px 11px 0 0px;
	opacity: .6;
}

.premiumTag {
    width: auto;
    position: absolute;
    right: -7px;
    top: 20px;
    background: #6AC842;
    color: #fff;
    font-family: Poppins !important;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 6px;
}

.premiumTag:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 7px;
    top: -7px;
    right: -1px;
    background-image: url(../_images/skew.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.examSearchBox {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    display: none;
}

.examSearchBox main .usrSubmit{
	margin: 7px 0 4px 0 !important;
}

.examSearchBox main{
	width: 100%;
	float: left;
}

.examSearchBox main span{
	width: 100%;
	float: left;
	margin: 5px 0;
}

.chapterBlock p{
	color: #333 !important;
}

.chapterBlock p b{
	color: #F23E7B !important;
}

.chapterBlock h6{
	color: #AFAFAF !important;
}

.chapterBlock i.chapterDumy {
    float: left;
    margin: 8px 12px 0 0px;
    font-size: 42px;
    color: #d0d0d0;
}

.chapterBlock{
	margin: 0px 0 15px 0 !important;
}
.no_products{
    width: 100%;
    float: left;
}
.gameBlock{
	width: 100%;
    float: left;
    background: #fff;
    position: relative;
    border-radius: 15px;
    padding: 12px 12px;
    margin: 0 0 20px 0;
    text-align: left !important;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 8%);
}
.gameBlock picture{
	width: 63px;
	float: left;
	overflow: hidden;
	border-radius: 15px;
}
.gameBlock picture img{
	width: 100%;
}

.gameBlock article {
    width: 72%;
    float: left;
    margin: 0 0 0 11px;
}

.gameBlock article h5 {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: 600;
}

.gameBlock article p {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 5px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
}
.gameBlock i {
    position: absolute;
    bottom: 11px;
    color: #e91e63;
    right: 11px;
}

.gameBlockWrap{
	background-image: url(../_images/bacImg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 250px;
	background-attachment: fixed;
}

.examDetails_wrap{
	position: relative;
	text-align: left;
}

.titleExam{
	width: 100%;
	float: left;
	margin: 15px 0 0 0;
}

.titleExam i.fa-file-alt {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    background: #fff;
    color: #A1A1A1;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 100%;
    margin: 0 6px 0 0px;
}

.titleExam article {
    width: 83%;
    float: left;
    margin: 0 0 0 0;
}

.titleExam article h4 {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 0 0 0 0;
    font-size: 16px;
	color: #000;
    font-weight: 600;
}

.titleExam article p {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 6px 0 0 0;
    font-size: 11px;
    font-weight: 400;
    color: #717171;
    max-height: 50px;
    overflow: hidden;
}

.titleExam article p.more{
    max-height: unset;	
}

.titleExam article a{
    color: #407EFB;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 0;
    float: left;
}

.examBlocksWrap{
	width: 100%;
	float: left;
	margin: 12px 0 0 0;
	padding: 0px 8px;
	text-align: center;
}

.BlocksListing{
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.BlocksListing li{
	width: 50%;
	float: left;
	padding: 9px 9px;
	list-style: none;
}

.BlocksListing li span {
    width: 100%;
    float: left;
    text-align: center;
    background: #fff;
    padding: 25px 0;
    box-shadow: 0px 5px 9px rgb(123 146 236 / 16%);
    border-radius: 15px;
}

.BlocksListing li span i.bigIcon {
    background: #F23E7B;
    color: #fff;
    height: 45px;
    width: 45px;
    display: inline-block;
    border-radius: 100%;
    padding: 12px 0;
    font-size: 20px;
}

.BlocksListing li span p {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 9px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #585858;
}

.BlocksListing li span p i.fa-check{
	color: #80C17C;
}

.BlocksListing li span p i.fa-times{
	color: #f00;
}

.fa-user-minus.bigIcon{
	background: #FDD835 !important;
}

.fa-rupee-sign.bigIcon{
	background: #80C17C !important;
}

.fa-list-ol.bigIcon{
	background: #2A2A2A !important;
}

.examStart {
    width: 95%;
    display: inline-block;
    background: #F23E7B;
    color: #fff;
    font-family: Poppins;
    font-weight: 400;
    margin: 11px 0 0 0;
    padding: 10px 0;
    border-radius: 10px;
}

.examStart:hover{
    background: #fdd835;
    color: #000;
}

.paidTag {
    position: absolute;
    right: 0;
    font-family: 'Poppins';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #34b12c;
    padding: 3px 7px;
}

/*********** 08-02-2021 *******************/

.startExam_wrap form {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.startExam h1{
	font-size: 14px !important;
}

.QuestionBlockWrap{
	width: 94%;
	float: right;
	background: #fff;
	text-align: left;
	position: relative;
	border-radius: 12px 12px;
	padding: 14px 14px 7px 27px;
	box-shadow: 0px 4px 10px rgba(134, 140, 229, .16);
}

.QuestionBlockWrap b {
    position: absolute;
    background: #fff;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #f0f2f5;
    font-family: 'Poppins';
    font-weight: 600;
    padding: 6px 0;
    top: -2px;
    left: -18px;
}

.QuestionBlockWrap p {
    width: 100%;
    float: left;
    margin: 0 0 11px 0;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
}

.labelRadio {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'POPPINS';
    font-weight: 500;
    margin: 0 0 12px 0;
    padding: 11px 0px 11px 40px;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0px 2px 7px rgb(134 140 229 / 16%);
}

/* Hide the browser's default radio button */
.labelRadio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 7px;
    left: 8px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #e91e63;
}

/* When the radio button is checked, add a blue background */
.labelRadio input:checked ~ .checkmark {
    background-color: #ffffff;
    border: 2px solid #e91e63;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.labelRadio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.labelRadio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fdd835;
}

.qStatusText {
    width: auto;
    float: right;
    font-family: 'Poppins';
    margin: 16px 0 0 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.qStatusText strong {
    color: #F23E7B;
    font-size: 23px;
    font-weight: 400;
    margin: 0 2px 0 0px;
}

.qStatusText small {
    color: #909090;
    font-weight: 600;
    margin: 0 0 0 4px;
}

.npBtnWrap{
	width: 100%;
	float: left;
	position: relative;
	margin: 55px 0 0 0;
}

.pbtn {
    float: left;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff !important;
    background: #e91e63;
    padding: 8px 6px 8px 14px;
    letter-spacing: 1px;
    border-radius: 0px 23px 23px 0;
	margin: 0 0 0 -14px;
}

.pbtn i {
    margin: 0 0 0 7px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 7px 0;
}

.nbtn {
    float: right;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff !important;
    background: #80C17C;
    padding: 8px 14px 8px 3px;
    letter-spacing: 1px;
    border-radius: 23px 0px 0 23px;
	margin: 0 -14px 0 0;
	transition: 0.3s ease-in-out;
	filter: grayscale(0);
}

.nbtn.disabled{
	filter: grayscale(1);
}

.npBtnWrap input[type="submit"].buttonSubmit {
    float: right;
    margin: 0 -14px 0 0;
    border-radius: 23px 0px 0 23px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 14px 12px 44px !important;
    letter-spacing: 1px;
    background: #3598fd;
    position: relative;
    background-image: url(../_images/progress_icon_01.png);
    background-repeat: no-repeat;
    background-position: 11px center;
}

.nbtn i {
    margin: 0px 7px 0px 6px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 7px 0;
}

.rightWidgate{
	width: auto;
	float: right;
}

.timer {
    float: left;
    width: 75px;
}

.timer b {
    font-size: 16px;
    font-weight: 500;
    color: #675300;
}

.timer i.fa-clock {
    color: #b19102;
    font-size: 19px;
    float: left;
    margin: -1px 4px 0 0px;
}

.rightWidgate i.fa-info {
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    border-radius: 100%;
    color: #e91e63;
    padding: 5px 0;
    float: right;
    margin: -3px 0 0 10px;
}

.seContentPop{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	display: none;
}

.seContentPopContain{
	width: 100%;
	position: absolute;
	bottom: -200px;
	transition: 0.5s ease-in-out;
}

.activeSePop .seContentPopContain{
	bottom: 0px !important;	
}

.seContentPopContain .containInner {
    width: 100%;
    float: left;
    background: #fff;
    min-height: 200px;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px -4px 10px rgb(139 130 230 / 16%);
	z-index: 10;
	position: relative;
	padding: 12px 12px;
} 

.sePopClose{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(33, 33, 148, .08);
}

main .containInner p {
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    margin: 6px 0 0 0;
	text-align: center;
}

.SeListing{
    width: 100%;
    float: left;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	text-align: center;
}

.SeListing li {
    display: inline-block;
    list-style: none;
    margin: 2px 2px;
}

.SeListing li a {
    width: 34px;
    float: left;
    height: 34px;
    background: #fff;
    border: 2px solid #da1f67;
    border-radius: 100%;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
    font-size: 14px;
    padding: 5px 0;
}

.smReadBtn i {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #e91e63;
    border-radius: 100%;
    padding: 7px 0 0px 0;
    margin: -4px 0 -3px 0;
}

.smReadBtn {
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    background: #e91e63;
    color: #fff !important;
    padding: 8px 6px 8px 17px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgb(134 14 57 / 30%);
	margin: 10px 0 10px 0;
}

.smDownloadBtn i {
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #34b12c;
    border-radius: 100%;
    padding: 7px 0 0px 0;
    margin: -4px 0 -3px 0;
}

.smDownloadBtn {
    width: 100%;
    float: left;
    text-align: left;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    background: #5ba956;
    color: #fff !important;
    padding: 8px 6px 8px 17px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px rgb(18 35 0 / 30%);
    margin: 10px 0 10px 0;
}
/*************** 27 02 2021 *************/

.searchTeacherCompleteWrap ul .liSlide{
	display: none;
}

.searchTeacherCompleteWrap .studentProfile_discription li:nth-child(4){
	position: relative;
}

.searchTeacherCompleteWrap .studentProfile_discription li:nth-child(4)::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(#f0f2f59c, #f0f2f5);
	transition: 0.3s ease-in-out;
}

.removeGred li:after{
	opacity: 0 !important;
}
.homework_block{
	width: 100%;
	float: left;
	padding: 20px 0px 20px 0px;
	/* border-top: 2px solid #f00; */
}
.hwform{
	width: 100%;
	float: left;
}
.file_w{
	  background-image: url(../app_images/icon_pdf.png) !important;
}
.st_sec{
	width: 100%;
    float: left;
    font-size: 24px;
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #fff;
}
/* Responsive Design */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 479px) {

    .form-group {
        margin-bottom: 8px;
    }

    .formContent {
        padding: 0 5px;
    }

    .formContent label {
        margin-bottom: 4px;
    }

    .gridPdf li {
        /* width: 218px!important; */
        width: 188px !important;
        height: 125px;
    }

    .file_add_icon li {
        width: 118px !important;
        height: 105px;
        border: 0;
        margin: 10px 4px;
    }

    .file_add_icon li:first-child img {
        width: 55px;
    }

    .photoGrid {
        padding: 0;
    }

    .photoGrid li {
        width: 47% !important;
        height: 140px !important;
    }

    .photoGrid li:last-child a {
        padding-top: 43px !important;
    }

    .buttonContainer .btn002 {
        margin: 5px 0px;
    }

    .img_add_icon li:first-child a {
        padding-top: 8px !important;
        display: block;
    }

    .img_add_icon li:first-child img {
        width: 55px;
    }

    .photoGrid li:nth-child(4) span {
        padding-top: 4% !important;
        font-size: 20px !important;
    }

    /* .studentlist li {
        text-align: center;
    } */

    .studentlist li .profileimg {
        width: 120px;
        height: 120px;
        /* float: none;
margin-right: 0; */
    }

    .routine_timetable {
        padding: 0 8px;
    }

    .routine_timetable .nav-tabs .nav-link {
        font-size: 12px;
    }

    .routinelist li .subjectsDiv small {
        font-size: 17px;
    }

    .routinelist li .subjectsDiv {
        width: 100%;
        margin-right: 0;
    }

    .routinelist li h3 {
        margin-top: 0;
        margin-bottom: 3px;
        padding: 10px 0;
        font-size: 18px;
        text-align: left;
        /* display: block;
float: left;
width: 100%; */
    }

    .routinelist li .tag_section {
        /* display: block;
float: left;
width: 100%; */
        padding-bottom: 10px;
        font-size: 12px;
        text-align: left;
    }

    .section_Grid h3 {
        font-size: 18px;
    }

    .section_Grid {
        padding: 15px 0px;
        height: 200px;
        display: inline-table;
    }

    .section_selection {
        font-size: 14px;
    }

    .time_tag {
        font-size: 15px;
    }


    .leftworks {
        width: 50%;
    }

    .rightworks {
        width: 50%;
        height: auto;
    }

    .rightworks img {
        max-width: 140px !important;
    }

    .subject_1 {
        height: 70px !important;
    }

    .subject_2 {
        height: 70px !important;
    }

    .subject_1 h3 {
        font-size: 16px !important;
    }

    .subject_2 h3 {
        font-size: 16px !important;
    }

    .routine_container {
        width: 140px;
        font-size: 16px;
    }

    .openCalender {
        width: 70%;
    }

    .past_work {
        width: 175px;
        text-align: right;
        line-height: 32px;
    }

    .past_work span {
        font-size: 16px;
        margin-right: -68px;
    }

    .studentlist li .custom-control {
        padding-left: 0;
    }

    .studentlist li .custom-control-label::before {
        left: 0;
        top: 10px;
    }

    .studentlist li .custom-control-label::after {
        left: -2px;
        top: 8px;
    }

    .selectall .custom-control-label::before {
        left: -35px !important;
        top: -4px !important;
    }

    .selectall .custom-control-label::after {
        left: -35px !important;
        top: -6px !important;
    }

    .selectall .custom-control-label {
        padding-left: 5px;
    }


    .container_attendance{
        padding: 30px 10px;
    }

    .header_container003 h2{
        font-size: 34px;
        margin: 0;
    }
    .header_container003 .date_attendance{
        font-size: 20px;
    }

    .attendence_on_round{
        width: 250px;
        float: none;
        position: relative;
        height: 250px;
        margin: auto;
        overflow: hidden;
        color: #fff;
    }
    .intro-banner-vdo-play-btn{
        transform: scale(0.7);
        top: 40px;
        left: 47px;
    }

    .total_hour_txt{

        font-size: 23px;
    }
    .timeText{

        font-size: 36px;
    }

    .hour_txt{
        font-size: 27px;
    }
    .hour_txt span{
        font-size: 15px;
        width: 22px;
        display: inline-block;
        position: relative;
        top: 7px;
        left: 2px;
    }
    .hour_txt small{
        font-size: 15px;
        display: block;
        text-align: left;
        line-height: 9px;
    }

    .address_container{
        max-width: 375px;
        margin: auto;
        font-size: 15px;

    }

    .timesummary{
        padding: 20px 10px 60px;

    }
    .timesummary_heading{
        padding: 20px 6px ;

    }

    .text_duration{
        font-size: 22px;
        color: #2e2e2e;

    }
    .total_time{
        font-size: 22px;
        color: #2e2e2e;

    }

    .timesummary_body{
        padding: 20px 10px;
    }

    .listsummary{
        padding: 0;
    }
    .listsummary li{
        font-size: 15px;
        margin: 15px 0;
        letter-spacing: -0.5px;
    }


    .listsummary_left sub{
        bottom: 0;
        margin: 0 3px;
    }

    .gap_border{
        width: 25px;
        margin: 0 2px;
    }

    .button_container003 .btn_003{
        font-size: 18px;
    }

    .address_container img {
        width: 14px;
        margin-right: 5px;
    }

    .buttonMarginPaymentSuccess {
        padding: 0 15px;
        display: block;
    }
    .buttonMarginPaymentSuccess .btn002 {
        display: block;
    }
    .virtual_btn{
        width: 100px;
        font-size: 11px !important;
        padding: 13px 0;
    }
	.dashboardContentListing li {
		width: 50%;
		float: left;
		margin: 20px 0 0 0;
		min-height: 187px;
	}
	.videoListing li {
		width: 50%;
		margin: 6px 0 0 0;
		padding: 0 3px;
	}
	.videoListing li a {
		height: 140px;
	}
	.videoLessonHeader {
		margin: 0 0 13px 0;
	}
	.sortBlock{
		margin: 0 0 0 0;
	}
	.filterBlock{
		margin: 0 0 0 0;
	}
	.sortBlock a {
		background: rgb(0 0 0 / 20%);
		margin: 5px 0;
		width: 100%;
		float: left;
	}
	.videoPopcontent{
		width: 100%;
	}

	.videoPopcontent iframe {
		min-height: 211px;
		height: auto !important;
	}
}

@media (max-width: 575px) {
    #content .btn {
        padding: .38rem 0.14rem !important;
    }

    .brand_logo {
        margin-left: 7px;
    }

    .bgBottom {
        margin-top: -34px;
        /*    z-index: 1;*/
    }

    .p-5 {
        padding: 1rem !important;
    }

    .md-form {
        margin-bottom: 1rem !important;
    }

    .wrap_content h1 {
        margin: 0px 0 20px;
        font-size: 28px;
    }

    .wrap_content {
        width: 100%;
        margin: auto;
        /*        height: 750px;*/
        float: left;
    }

    .heightFullwraper {
        /*        height: 100vh;*/
        min-height: 720px;
    }

    .bgBottom p {
        font-size: 18px;
    }

    .textforgetpassword {
        margin-bottom: 10px;
        margin-top: -10px;
        font-size: 16px !important;
    }

    .wrap_content .btn001 {
        margin: 0 0 !important;
        height: calc(2.5rem + 10px) !important;
        font-size: 17px !important;
    }

    .profileGrid {
        margin: 10px 0;
        width: 90%;
    }

    .rowBox {
        margin-bottom: 0;
    }

    .dropbox{
        padding: 0 14px;
    }

    .section_Grid {
        width: 43%;
        padding: 15px 0px;
        margin: 10px 3px;
        height: 160px;
        display: inline-table;
    }

    .section_Grid h3 {
        font-size: 16px;
        height: 35px;
    }

    .section_selection {
        font-size: 15px;
    }

    .time_tag {
        font-size: 11px;
    }

    .section_Grid2 {
        width: 85%;
    }

    .studentbdContent {
        min-height: 550px;
    }

    .innerbodycontent3 {
        padding: 0;
    }

    .innerbodycontent {
        min-height: 590px;
        /* padding: 0; */
        z-index: 4;
        position: relative;
    }

    .studentGrid {
        width: 100%;
        margin: auto;
    }

    .profileStudent li {
        width: 18%;
        margin: 5px 1px;
    }

    .gridPdf li {
        width: 178px;
    }

    .photoGrid {
        padding: 0;
    }

    .photoGrid li {
        width: 99px;
        height: 99px;
    }

    .img_add_icon li {
        width: 17% !important;
        height: 56px !important;
        border: 2px dashed #9d9b9b;
    }

    .file_add_icon li {
        width: 17% !important;
        height: 56px !important;
        border: 2px dashed #9d9b9b;
    }

    .pdfimg {
        width: 33px;
    }

    /* .photoGrid li:last-child a{
padding-top: 26px;
font-size: 38px;
} */
    .img_add_icon li:first-child a {
        padding-top: 10px;
        display: block;
    }

    .img_add_icon li:first-child img {
        width: 33px;
    }

    .file_add_icon li:first-child img {
        width: 33px;
    }

    .photoGrid li:nth-child(4) span {
        padding-top: 3%;
        font-size: 20px;
    }

    .file_add_icon li:first-child a {
        padding-top: 0px;
    }

    .studentlist li .profileimg {
        /* float: none;
margin-right: 0; */
        width: 65px;
        height: 65px;
    }

    .profiledetailscontent {
        text-align: center;
    }

    .bottomprofiledetails {
        margin-top: 25px;
        width: 100%;
        float: left;
    }

    .profiledetailscontent li .profileimg {
        width: 100px;
        height: 100px;
        margin: auto;
        display: block;
        float: none;
    }

    .profiledetailscontent .buttonContainer {
        text-align: center;
        width: 200px;
        margin: auto;
    }

    .profiledetailscontent .buttonContainer .btn002 {
        line-height: 42px;
    }


    .studentlist li h3 {
        font-size: 17px;
        margin: 8px 0 0 0;
    }

    .profiledetailscontent li h3 {
        font-size: 22px;
    }

    .studentlist li .tag_section {
        margin: 2px 0;
        font-size: 15px;
    }

    .routinelist li {
        text-align: center;
    }

    .routinelist li .subjectsDiv small {
        font-size: 15px;
        line-height: 18px;
    }

    .routinelist li .subjectsDiv {
        width: 148px;
        margin-right: 15px;
        height: 95px;
    }

    #sidebar .sidebar-header h3 {
        font-size: 18px !important;
    }



    /* .routinelist li h3{
margin-top: 0;
margin-bottom: 3px;
padding: 10px 0;
display: block;
float: left;
width: 100%;
}
.routinelist li .tag_section {
display: block;
float: left;
width: 100%;
padding-bottom: 10px;
} */

    .grid_row_left {
        width: 24%;
        text-align: right;
    }


    .noticeGrid {
        width: 90%;
    }

    .tableGrid {
        width: 95%;
        padding: 15px;
    }

    .table th {
        font-size: 14px;
    }

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

    .leftworks {
        width: 50%;
    }

    .rightworks {
        width: 50%;
        height: auto;
    }

    .rightworks img {
        max-width: 213px;
    }

    .subject_1 {
        height: 107px;
    }

    .subject_2 {
        height: 106px;
    }

    .subject_1 h3 {
        font-size: 13px;
    }

    .subject_2 h3 {
        font-size: 13px;
    }

    .grid_row_left {
        padding-top: 11px;
    }

    .grid_row_right {
        padding-left: 10px;
    }

    .grid_row_left h2 {
        font-size: 37px;
    }

    .dayText {
        font-size: 18px;
    }

    .grid_row_sub {
        font-size: 14px;
    }

    .calender .date {
        width: 33px;
        height: 33px;
        line-height: 30px;
        font-size: 12px;
    }

    .boxdashbord .section_Grid {
        padding: 7px 0px;
    }

    .dashboard_parent .section_Grid h3 {
        font-size: 19px;
    }

    .icon_tag {
        font-size: 40px;
    }

    .icon_tag img {
        width: 40px;
    }

    .routine_timetable {
        padding: 0 8px;
    }

    .wrappergrid_row_left {
        width: 23%;
        padding-top: 28px;
        height: 87px;
    }

    .wrappergrid_row_left h2 {
        font-size: 42px;
        line-height: 28px;
    }

    .noticedetails {
        width: 93%;
    }

    .dashbordprofileGrid {
        padding: 9px 15px;
    }

    .dashbordprofileGrid h3 {
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .switch_cls {
        position: relative;
    }

    .switch_cls .section_Grid {
        width: 100%;
        margin: 0px;
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .switch_cls .section_Grid h3 {
        font-size: 14px !important;
        height: auto;
        margin-bottom: 0;
        display: none;
    }

    .switch_cls .icon_tag {
        font-size: 28px;
        float: right;
        margin-top: -60px;
    }

    .filter_select {
        width: 80px;
        height: auto;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .filter_select a {
        font-size: 23px;
        display: inline-block;
        margin: 0 5px;
    }

    .filterPopup .modal-dialog {
        max-width: 300px;
    }

    .timetable_container {
        width: 49%;
    }

    .diary_container {
        width: 49%;
    }

    .filterPopup .custom-control-label::after {
        background-size: 60% 60%;
        top: -3px !important;
    }

    .timesummary_body {
        padding: 20px 10px;
    }
    .gap_border{
        width: 35px;
    }
    .listsummary li{
        font-size: 17px;
    }

    .buttonMarginPaymentSuccess {
        padding: 0 15px;
        display: block;
    }
    .buttonMarginPaymentSuccess .btn002 {
        display: block;
    }
    .virtual_btn{
        width: 100px;
        font-size: 11px !important;
        padding: 13px 13px;
    }
	.dashboardContentListing li {
		width: 50%;
		float: left;
		margin: 20px 0 0 0;
		min-height: 187px;
	}
	.videoListing li {
		width: 50%;
	}
	.videoListing li a {
		height: 160px;
	}
	.videoListing li a span h4{
		font-size: 11px;
	}
	.dashboardContentListing li {
		width: 50%;
		float: left;
		margin: 20px 0 0 0;
		min-height: 187px;
	}
	.videoListing li {
		width: 50%;
		margin: 6px 0 0 0;
		padding: 0 3px;
	}
	.videoListing li img {
		height: 100% !important;
		width: 100% !important;
	}
	.videoListing li a {
		height: 125px;
	}
	.videoLessonHeader {
		margin: 0 0 13px 0;
	}
	.videoPopcontent{
		width: 100%;
	}

	.videoPopcontent iframe {
		min-height: 211px;
		height: auto !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    #content .btn {
        padding: .44rem 0.14rem !important;
    }

    .brand_logo {
        margin-left: 52px;
    }

    .wrap_content {
        width: 100%;
        margin: auto;
    }

    .section_Grid {
        width: 43%;
    }

    .section_Grid2 {
        width: 75%;
    }

    .section_Grid h3 {
        font-size: 24px;
    }

    .section_selection {
        font-size: 15px;
    }

    .time_tag {
        font-size: 16px;
    }

    .studentGrid {
        width: 100%;
        margin: auto;
    }

    .gridPdf li {
        /* width: 237px; */
        width: 12% !important;
        height: 56px !important;
        border: 2px dashed #9d9b9b;
    }

    .photoGrid {
        padding: 0;
    }

    .photoGrid li {
        /* width: 125px;
height: 125px; */
        width: 12% !important;
        height: 56px !important;
        border: 2px dashed #9d9b9b;
    }

    /* .photoGrid li:last-child a{
padding-top: 36px;
font-size: 38px;
} */

    .img_add_icon li:first-child a {
        padding-top: 8px;
        display: block;
    }

    .img_add_icon li:first-child img {
        width: 36px;
    }

    .photoGrid li:nth-child(4) span {
        padding-top: 5%;
        font-size: 20px;
    }

    .file_add_icon li:first-child a {
        padding-top: 0px;
    }

    .noticeGrid {
        width: 90%;
    }

    .leftworks {
        width: 50%;
    }

    .rightworks {
        width: 50%;
        height: auto;
    }

    .rightworks img {
        max-width: 230px;
    }

    .subject_1 {
        height: 115px;
    }

    .subject_2 {
        height: 115px;
    }

    .subject_1 h3 {
        font-size: 15px;
    }

    .subject_2 h3 {
        font-size: 15px;
    }
    .heightFullwraper {
        /*        height: 100vh;*/
        min-height: 720px;
    }
.virtual_btn{
        width: 100px;
        font-size: 11px !important;
        padding: 13px 0;
    }
	.videoListing li {
		width: 33.33%;
		margin: 6px 0 0 0;
		padding: 0 3px;
	}
	.videoListing li img{
		width: 100% !important;
		height: auto !important;
	}
	.videoListing li a {
		height: 140px;
	}
	.videoLessonHeader {
		margin: 0 0 13px 0;
	}

}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    #content .btn {
        padding: .44rem 0.14rem !important;
    }

    .brand_logo {
        margin-left: 52px;
    }

    .wrap_content {
        width: 100%;
        margin: auto;
        height: auto;
    }

    .heightFullwraper {
        height: 100vh;
    }

    .section_Grid {
        width: 42%;
    }

    .studentbdContent {
        min-height: 830px;
    }

    .innerbodycontent {
        min-height: 830px;
    }

    .studentGrid {
        width: 100%;
        margin: auto;
    }

    .gridPdf li {
        width: 208px;
    }

    .photoGrid {
        padding: 0;
    }

    .photoGrid li {
        width: 170px;
        height: 170px;
    }

    /* .photoGrid li:last-child a{
padding-top: 58px;
font-size: 38px;
} */
    .img_add_icon li:first-child a {
        padding-top: 47px;
        display: block;
    }

    .img_add_icon li:first-child img {
        width: 80px;
    }

    .photoGrid li:nth-child(4) span {
        padding-top: 26%;
        font-size: 48px;
    }

    .file_add_icon li:first-child a {
        padding-top: 10px;
    }
    .virtual_btn{
        width: 100px;
        font-size: 11px !important;
        padding: 13px 0;
    }

}

@media (min-width: 768px) and (max-width: 799px) {
    .wrap_content {
        width: 100%;
        margin: auto;
        height: 100vh;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .brand_logo {
        margin-left: 40px;
    }

    #content .btn {
        padding: .74rem 0.14rem !important;
    }

    .studentbdContent {
        min-height: 600px;
    }

    .innerbodycontent {
        min-height: 600px;
    }

    .photoGrid {
        padding: 0;
    }

    .photoGrid li {
        width: 170px;
        height: 170px;
    }

    /* .photoGrid li:last-child a{
padding-top: 58px;
font-size: 38px;
} */
    .img_add_icon li:first-child a {
        padding-top: 47px;
        display: block;
    }

    .img_add_icon li:first-child img {
        width: 80px;
    }

    .photoGrid li:nth-child(4) span {
        padding-top: 28%;
        font-size: 48px;
    }

    .file_add_icon li:first-child a {
        padding-top: 10px;
    }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.rowBox02 {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: column;
	margin: 30px 0 0 0;
	align-items: center;
}

.wrappergrid_row {
	justify-content: center;
	align-items: center;
}


.allLogintotalWrap {
    width: 100%;
    min-height: 100vh;
    background-color: #dd818a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.allLoginContent {
    width: 700px;
    min-height: 300px;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
}

.allLoginContent picture {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0 20px 0;
}

.allLoginContent picture a.anImgLink{
    display: inline-block;
}

.allLoginContent picture a.anImgLink img{
    max-width: 100%;
}

.allLoginContent a.anLink {
    width: 30%;
    float: left;
    background-color: #fff4c7;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5% 1.5%;
    color: #000 !important;
    font-weight: 600;
    border-radius: 7px;
    font-size: 15px;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.04);
    flex-flow: column;
    transition: 0.3s ease-in-out;
}

.allLoginContent a.anLink:hover {
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.allLoginContent a.anLink img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    margin: 0px 0 15px 0;
}

.boxdashbord {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 50px 0 0 0;
}

.bodDbInner {
    width: 1100px;
    float: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 28px;
    margin: 60px 0 0 0;
}

.bodDbInner a {
    width: 31.6%;
    float: left;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
    transition: 0.3s ease-in-out;
}

.bodDbInner a:hover {
    transform: scale(1.05);
}

.bodDbInner a .section_Grid {
    width: 100%;
    margin: 0;
}

.bodDbInner a .section_Grid img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    object-position: center;
}

.bodDbInner a .section_Grid h3 {
    width: 100%;
    float: left;
    margin: 22px 0 0 0;
    font-family: 'Poppins';
    font-size: 22px;
}

.sInfoBox {
    width: 1100px;
    float: left;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 40px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    flex-flow:  row wrap;
}

.sInfoBox picture {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
    float: left;
    border: 1px solid #000;
}

.sInfoBox picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.sInfoBox h4 {
    float: left;
    display: flex;
    flex-flow: column;
    font-weight: 600;
    align-items: flex-start;
    gap: 7px;
    margin: 0 0 0 0;
}

.sInfoBox h4 small {
    width: 100%;
    float: left;
}

span.phoneNumber {
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 50px;
}

span.phoneNumber i {
    background-color: #fdd835;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px 0;
    transform: rotate(92deg);
    margin: 0 7px 0 0px;
}

.sInfoBox .expandBttn {
    position: absolute;
    right: 49px;
    top: 30px;
    transition: 0.3s ease-in-out;
}

.sInfoBox .expandBttn.rotateIcon {
    transform: rotate(90deg);
}

.sInfoBox .expandBttn i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffe9f1;
    border-radius: 100%;
    color: #e91e63;
    cursor: pointer;
}

.sfInfoPanel {
    min-width: 100%;
    float: left;
    position: relative;
    background-color: #f7f7f7;
    padding: 30px;
    display: none;
}

.sfInfoPanel h3 {
    min-width: 100%;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
    font-family: 'POPPINS';
    font-size: 20px;
}

.sfContents {
    min-width: 100%;
    float: left;
    flex-flow: row wrap;
    justify-content: center;
    display: flex;
    margin: 30px 0 0 0;
    border-collapse: collapse;
    gap: 10px;
}

.sfContents .infoBlocks {
    width: 32%;
    float: left;
    border: 1px solid #c3c3c3;
    font-family: Poppins;
    text-align: left;
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 500;
}

.sfContents .infoBlocks b {
    font-weight: 500;
}

.sfContents .infoBlocks a{
    font-family: 'Poppins';
    color: #005dff;
    margin: 0 0 0 6px;
}

.sfContents .infoBlocks.address {
    min-width: 98%;
}


@media screen and (min-width: 240px) and (max-width:600px){
    .allLoginContent a.anLink {
        width: 90%;
        float: left;
        margin: 8px 0;
        border-radius: 0;
    }

    .allLoginContent picture {
        margin: 30px 0 20px 0;
    }
}

.imageTypeFile {
    width: 100%;
    height: unset;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    background-image: url(../app_images/uploadImage.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
    padding: 15px 55px 15px 24px;
}

.imageTypeFile span {
    color: #000;
    font-weight: 400;
    float: left;
    word-break: break-all;
}

.imageTypeFile input[type="file"] {
    display: none;
}

.submitBttn {
    background-color: #FFC107;
    color: #000;
    border: 0;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 700;
}

@media screen and (min-width: 240px) and (max-width:500px){
    .img_add_icon li a {
        padding-top: 0 !important;
    }
    .img_add_icon li a img {
        width: 100% !important;
        height: 100%;
        object-fit: contain !important;
    }
}

.subjectBox {
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.sbInner {
    width: 100%;
    float: left;
    display: flex;
}
h3.subjectName {
    width: 250px;
    text-align: left;
    margin: 0 0;
    float: left;
    background: #e91e63;
    color: #fff;
    font-size: 20px;
    padding: 20px 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
h3.subjectName small {
    display: block;
    font-size: 14px;
    margin: 0 0 8px 0;
}

.setWrap {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    gap: 1%;
    padding: 10px 20px;
}

.setBox {
    width: 24%;
    float: left;
    background-color: #fff5cb;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    margin: 5px 0;
}

.setBox p {
    width: 70%;
    float: left;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.setBox b {
    float: left;
    margin: 0;
    text-align: left;
    font-size: 14px; 
	/* font-weight: bold; */
}
.redClass{
	color: #f00;
}


@media screen and (min-width: 240px) and (max-width: 600px){
    #logo_wrap {
        width: 100% !important;
        float: left !important;
        text-align: center !important;
    }

    #head_contain {
        width: 100% !important;
        float: left !important;
        text-align: center !important;
        border: 0px !important;
    }

    #head_contain span{
        width: 100% !important;
        float: left !important;
        margin: 0px 0px 15px 0px !important;
    }

    .student_description_list li {
        width: 50%;
    }

    .sInfoBox {
        width: 95%;
        padding: 8px;
        gap: 5px;
    }

    .sInfoBox h4 {
        font-size: 14px;
        gap: 0;
        margin: 0 0 0 8px;
    }

    .sInfoBox h4 small {
        text-align: left;
    }

    span.phoneNumber {
        float: left;
        font-size: 11px;
        margin: 0 0 0 14px;
    }

    span.phoneNumber i{
        width: unset;
        height: unset;
        background-color: #fff;
    }

    .sInfoBox picture {
        width: 40px;
        height: 40px;
    }

    .sInfoBox .expandBttn {
        right: 13px;
        top: 17px;
    }

    .sInfoBox .expandBttn i {
        width: 25px;
        height: 25px;
    }

    .sfInfoPanel {
        padding: 11px;
        margin: 8px 0 0 0;
    }
    
    .sfContents {
        flex-flow: column;
        margin: 17px 0 0 0;
    }

    .sfContents .infoBlocks {
        width: 100%;
    }

   .bodDbInner {
        margin: 15px 0 40px 0;
        width: 100%;
        padding: 0 4px;
        gap: 3%;
   }
   .bodDbInner a {
        width: 47%;
        margin: 8px 0 0 0;
        padding: 12px 0 0 0;
   }

   .bodDbInner a .section_Grid img {
        width: 38px;
        height: 42px;
    }

    .bodDbInner a .section_Grid h3 {
        margin: 4px 0 7px 0;
        font-size: 15px;
    }

    h3.subjectName {
        width: 170px;
        font-size: 14px;
        padding: 11px 15px;
    }
    
    .setWrap {
        gap: 6px;
        padding: 10px;
    }

    .setBox {
        width: 100%;
        padding: 10px;
        margin: 0;
    }
}

@media screen and (min-width: 601px) and (max-width: 1100px){


    .sInfoBox {
        width: 590px;
        padding: 8px;
        gap: 5px;
    }

    .sInfoBox h4 {
        font-size: 14px;
        gap: 0;
        margin: 0 0 0 8px;
    }

    .sInfoBox h4 small {
        text-align: left;
    }

    span.phoneNumber {
        float: left;
        font-size: 11px;
        margin: 0 0 0 14px;
    }

    span.phoneNumber i{
        width: unset;
        height: unset;
        background-color: #fff;
    }

    .sInfoBox picture {
        width: 40px;
        height: 40px;
    }

    .sInfoBox .expandBttn {
        right: 13px;
        top: 17px;
    }

    .sInfoBox .expandBttn i {
        width: 25px;
        height: 25px;
    }

    .sfInfoPanel {
        padding: 11px;
        margin: 8px 0 0 0;
    }
    
    .sfContents {
        flex-flow: column;
        margin: 17px 0 0 0;
    }

    .sfContents .infoBlocks {
        width: 100%;
    }

   .bodDbInner {
        margin: 15px 0 40px 0;
        width: 590px;
        padding: 0 4px;
        gap: 3%;
   }
   .bodDbInner a {
        width: 30%;
        margin: 15px 0 0 0;
   }

   .bodDbInner a .section_Grid {
    padding: 10px 0;
   }

   .bodDbInner a .section_Grid img {
        width: 38px;
        height: 42px;
    }

    .bodDbInner a .section_Grid h3 {
        margin: 4px 0 7px 0;
        font-size: 15px;
    }

    h3.subjectName {
        width: 170px;
        font-size: 14px;
        padding: 11px 15px;
    }
    
    .setWrap {
        gap: 6px;
        padding: 10px;
    }

    .setBox {
        width: 47%;
        padding: 10px;
        margin: 0;
    }
}

