@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");

/*  Imports Close  */
[class^="flaticon-"]:before {
  margin-left: 0px !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  width: 100%;
  height: 100%;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
ul,
ol,
li,
span,
br,
hr,
b,
i,
u {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
a,
a:hover {
  text-decoration: none !important;
}
button:focus,
a:focus {
  outline: none;
}
/*  Header  */
header {
  padding: 10px 0 0;
  border-bottom: 5px solid #9bbf47;
  position: relative;
}
header img {
  margin-top: -7px;
  margin-bottom: 7px;
}
header nav ul li a {
  color: #66a103;
  font-size: 15px;
}
header nav ul li a:hover {
  color: #66a103;
}
header nav ul li {
  margin: 0;
  padding: 11px;
  display: inline-block;
  transition: 0.05s;
  text-transform: uppercase;
}
.top-header {
  background: #9bbf47;
  padding: 8px 15px;
}
.top-header a {
  color: #fff;
}
.top-header i {
  color: #008000;
  font-size: 18px;
}
.top-header span {
  font-size: 15px;
  position: relative;
  top: -4px;
}
.top-header i::after {
  content: "|";
  padding-left: 10px;
  top: -2px;
  position: relative;
}
/*  Header Close  */
nav {
  float: right;
}
/*  Footer  */
footer {
  background: #292929;
  width: 100%;
  padding: 50px 0 20px;
  text-align: center;
}
footer ul {
  margin-bottom: 20px;
  width: 100%;
}
footer ul li {
  font-size: 15px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 300;
  font-size: 17px;
}
footer ul li a {
  color: #d2d2d2;
  transition: 0.5s;
}
footer ul li a:hover {
  color: #fff;
}
footer span {
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
footer span i {
  color: #fff;
  background: #9bbf47;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  line-height: 50px !important;
  border-radius: 50px;
  font-size: 17px;
  transition: 0.5s;
}
footer span i:hover {
  color: #9bbf47;
  background: #fff;
}
footer .contact {
  display: block;
  font-size: 17px;
  font-weight: 300;
  color: #d2d2d2;
  transition: 0.5s;
}
footer .contact:hover {
  color: #fff;
}
footer p {
  color: #d2d2d2;
  font-size: 17px;
  font-weight: 300;
}
footer hr {
  background: #fff3;
  margin: 50px 0 20px;
}
footer .left {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
footer .right {
  text-align: right;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
footer .right a {
  color: #d2d2d2;
  transition: 0.5s;
}
footer .right a:hover {
  color: #fff;
}
/*  Footer Close  */

/*  Slider  */
#slider {
  background: #ecebe9;
}
#slider .indicators {
  position: absolute;
  right: 0px;
  background: #9bbf47;
  height: 40px;
  width: 120px;
  bottom: 219px;
}
.carousel-control-next,
.carousel-control-prev {
  position: static;
  display: inline-flex;
  opacity: 1;
  width: 58px;
  background: #9bbf47;
  transition: 0.5s;
}
#slider .indicators i {
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.carousel-control-next:hover {
  background: #68773d;
}
.carousel-control-prev:hover {
  background: #68773d;
}

/*  Slider Close  */

/*  Heading  */
h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 300;
  color: #008000;
  font-family: "Merriweather Sans", sans-serif;
}
h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  margin: 10px auto 0;
}
h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 200px;
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  margin: 0 auto 10px;
}
/*  Heading Close  */

/*  Home Page  */
#homeAbout {
  padding: 80px 0px;
  background: #fff;
  width: 100%;
}
#homeAbout .about-div {
  background: #9bbf47;
}
#homeAbout .about-des {
  padding: 20px;
  border: 10px solid transparent;
  border-image: url("../images/slides/slide5.JPG") 30 round;
  margin-top: 10px;
}
#homeAbout .col-lg-6 {
  margin-top: 40px;
}
#homeAbout img {
  width: 100%;
  height: 100%;
}
#homeAbout p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-family: "Open-Sans", sans-serif;
  text-align: justify;
}
#homeAbout a {
  margin: 0px !important;
  background: #fff;
  color: #9bbf47 !important;
}
#homeAbout .about-img {
  padding-right: 0px;
}
#misvis {
  padding: 0px;
  margin: 0;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/slides/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#misvis .box {
  width: 100%;
  padding: 54px 20px;
  background: #9bbf47;
}
#misvis .box hr {
  background: #fff5;
  margin: 20px 0;
}
#misvis .box .item h5 {
  color: #008000;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0;
}
#misvis .box .item p {
  color: #333;
  font-size: 15px;
  text-align: justify;
}
#misvis .item {
  background: #fff;
  height: 140px;
  padding: 13px;
  border-left: 5px solid #008000;
}
#desk {
  margin: 80px 0;
  width: 100%;
}
#desk .box {
  padding: 20px 20px;
  background: #fafafa;
  width: 100%;
  text-align: center;
  cursor: default;
  transition: 0.5s;
  height: 100%;
}
#desk .box:hover {
  box-shadow: 0 0 5px #0002;
}
#desk .box .image {
  margin: 0 auto 20px;
  height: 100px;
  width: 100px;
}
#desk .box .image img {
  width: 100%;
  border-radius: 130px;
}
#desk .box .text h4 {
  font-size: 20px;
  font-weight: 300;
  color: #505050;
  margin-bottom: 5px;
}
#desk .box .text b {
  color: #9bbf47;
  font-size: 15px;
  font-weight: 500;
}
#desk .box .text p {
  font-size: 15px;
  margin-top: 5px;
  text-align: justify;
}
#desk .box .text a {
  display: block;
  width: 150px;
  padding: 7px 20px;
  text-align: center;
  background: #9bbf47;
  color: #fff;
  margin: auto;
  transition: 0.5s;
  font-size: 15px;
}
#desk .box .text a:hover {
  border-radius: 20px 0 20px 0;
  background: #9bbf47;
}
.desk-row {
  margin-top: 40px;
}
.notice-content {
  width: 100%;
}

/*  Home Page Close  */

.event-box {
  height: 100%;
  border: 1px solid #eee;
  background: #92a54b;
}
#gallery {
  padding: 80px 0px;
  background: #f5f7fa;
}
#js-filters-masonry-projects {
  margin-top: 40px;
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
  padding: 0 40px !important;
  border-radius: 20px;
  border-color: #008000 !important;
  color: #008000 !important;
  font-size: 16px !important;
}
/* .notices-container{border: 1px solid #a2b848;padding: 5px;border-radius: 5px;} */
/* .notices-container .notice-icon{display: inline-block;background: #fff;padding: 5px 0px 0px;height: 130px;width: 145px;text-align: center;font-size: 40px;border-radius: 50%;left: 0;right: 0;margin: 0 auto;color: #8ec523;transition: all 0.3s ease 0s;position: absolute;top: -21%;z-index: -1;padding-right:20px;} */
/* .notices-container{background: #fff;margin-top: 10px;} */
.myclass ul {
  position: relative !important;
  padding: 20px;
}
.notice-info {
  padding: 16px;
}
.notice-info p {
  margin-bottom: 0px;
  margin: auto 0px;
}
.n-more-btn {
  text-align: right;
  margin: auto;
}
.btn-read {
  background-color: #fff;
  color: #fff;
  border: 1px solid #a2b848;
  padding: 6px 12px;
}
a:hover {
  text-decoration: none;
}
.btn-read:hover {
  color: #627137;
}
.notice {
  padding: 90px 0px 40px 0px;
}
.notice-date-i {
  padding-right: 10px;
  color: #979797;
}
.notice-date {
  font-size: 15px;
  display: inline-block;
  color: #979797 !important;
  float: right;
}
.nread-more {
  color: #92a54b !important;
  margin-right: 15px !important;
}
.nread-more i {
  padding-left: 10px;
  color: #92a54b !important;
  vertical-align: middle;
}
.notce-text {
  padding-top: 10px;
  color: #444 !important;
  font-size: 14px !important;
}
.notice-info {
  border-bottom: 1px solid #eee;
}
.carousel-caption {
  bottom: 40px;
  left: 3%;
  padding: 28px;
  width: 40%;
  background: #fff;
  color: #647135;
  border-top-left-radius: 20px;
  border-left: 10px solid #647135;
  border-bottom-right-radius: 20px;
  border-right: 10px solid #647135;
}
.carousel-caption h1 {
  font-size: 23px;
  font-weight: 500;
}
.student-login {
  background: #92a54b;
}
.teacher-login {
  background: #9bbf47;
}
.parents-login {
  background: #92a54b;
}
.login-div {
  padding: 30px;
  margin-top: 30px;
}
.login-div h3 {
  color: #fff;
  font-size: 24px !important;
  font-family: "Roboto", sans-serif;
  margin-top: 13px !important;
  margin-bottom: 10px;
}
.read-more-btn {
  display: block;
  width: 150px;
  padding: 7px 20px;
  text-align: center;
  background: #9bbf47;
  color: #fff !important;
  margin: auto;
  transition: 0.5s;
  font-size: 15px;
  border-radius: 20px;
}
.read-more-btn:hover {
  border-radius: 20px 0 20px 0;
  background: #9bbf47;
}
.desk-row {
  margin-top: 40px;
}
/* .announcement{border:1px solid #eee;} */
#events {
  padding: 80px 0px;
}
/* #events .event-date p{margin-bottom:0px!important;color:#f6f7f8}
#events .event-date h3{color:#f6f7f8} */
/* #events .event-date{background:#9BBF47;padding:3px 0px 3px;} */
/* .pdr{padding-right:0px;}
.pdl{padding-left:0px;} */
#events {
  background: #f5f7fa;
}
#events .event-name {
  text-align: center;
  padding: 20px 0px;
}
#events .event-name p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}
.event-button {
  margin-top: 60px;
}
.facility {
  margin-top: 24px;
}
.facility .box1 {
  text-align: center;
  width: 100%;
  color: #008000;
  cursor: default;
  background: #fff;
  margin-bottom: 20px;
  padding-top: 50px;
  height: 180px;
  border-radius: 5px;
  background-image: linear-gradient(
    to left,
    transparent,
    transparent 50%,
    #9bbf47 50%,
    #9bbf47
  );
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.facility .box1:hover {
  background-position: 0 0;
  color: #fff !important;
}
.facility .box1 i {
  font-size: 40px;
}
.facility .box1 h4 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
  background: #008000;
  color: #fff !important;
}
.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
  width: 90px !important;
  height: 90px !important;
  background: #92a54b !important;
}
.cbp-l-caption-buttonRight i {
  font-size: 20px;
  line-height: 4.5;
  color: #fff !important;
}
.cbp-l-caption-buttonRight i:hover {
  color: #fff !important;
}
.dropdown-toggle {
  color: #66a103;
}
.dropdown-toggle:hover {
  color: #66a103;
}
#navbarSupportedContent .dropdown-menu {
  left: -26px !important;
  top: 50px !important;
  font-size: 0.9em !important;
  border: none !important;
  text-align: center;
  background: #9bbf47;
  padding: 0px !important;
}
#navbarSupportedContent .dropdown-item {
  color: #fff !important;
  padding: 6px 0px !important;
  font-size: 14px;
}
#navbarSupportedContent .dropdown-menu .dropdown-item:hover {
  background: #5b6834;
}
.navbar-toggler {
  border: 1px solid #9bbf47 !important;
  padding: 0.4rem 0.75rem !important;
}
.navbar-toggler {
  color: #9bbf47;
}
.navbar-toggler:focus {
  outline: none !important;
}
/* about school section css */

.aboutschool-banner {
  background: url("../images/banner/school-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.list-breadcrumb {
  padding: 12px 22px 10px;
  display: inline-block;
  font-size: 12px;
  background-color: #9bbf47;
}
.list-breadcrumb li {
  margin-left: 7px;
  display: inline-block;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}
.list-breadcrumb > li + li::before {
  content: "/";
  margin-right: 9px;
  color: rgba(255, 255, 255, 0.7);
}
.list-breadcrumb li a {
  color: #fff;
}
.breadcrumb-div {
  margin-top: 84px;
}
.banner-heading {
  font-weight: 600;
  color: #fff;
  padding-top: 128px;
}
.announcement-section,
.contact-section,
.admissionform-section,
.admission-section,
.messagedesk-section,
.aboutschool-section {
  padding: 80px 0px;
}
.about-row p {
  text-align: justify;
  padding-top: 10px;
}
.feature-section {
  padding: 80px 0px;
  background: #f7f5f6;
}
.feature-content i::before {
  font-size: 40px;
  color: #9bbf47;
}
.feature-content .col-lg-3 {
  border-left: 1px solid #ddd;
}
.feature-content {
  margin-top: 50px;
}
.aboutus-content {
  padding: 20px;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
}
.aboutimg-div {
  background: url("../images/school-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 314px;
}
.announcement-title {
  font-size: 25px;
  margin-top: 20px;
  color: #5e6c31;
  margin-bottom: 20px;
}

/* messagedesk section css */
.messagedesk-banner {
  background: url("../images/banner/messagedesk-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.messagedesk-section p {
  color: #333;
  font-size: 15px;
  text-align: justify;
}
.regards-p {
  margin-bottom: 0.3rem !important;
}
.messagedesk-section h3 {
  border-left: 3px double #5e6c31;
  padding-left: 10px;
  font-size: 24px;
  margin-top: 20px;
  color: #5e6c31;
}
.messagedesk-content {
  margin-top: 16px;
}
.messagedesk-content h4 {
  color: #9bbf47;
  font-size: 17px;
  margin-bottom: 20px;
}
.principal-img {
  position: absolute;
  left: -35%;
  top: 26%;
  border: 5px double #9bbf47;
}
.desk-row1 {
  padding: 15px;
  border: 1px solid #eee;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
  margin-top: 40px;
}
.manager-img {
  position: absolute;
  top: 23%;
  right: -35%;
  border: 5px double #9bbf47;
}

/* admission css */

.admission-banner {
  background: url("../images/banner/admission-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.admission-section figure {
  width: 100%;
  margin: 0px !important;
  border: 1px solid #ccc;
  padding: 5px 5px 0px 5px;
  background: #9bbf47;
}
.button {
  background: #fff !important;
  border: none !important;
}
.admission-section figure figcaption {
  padding: 14px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.admission-section figure:hover {
  background: rgba(0, 0, 0, 0.2);
}
.admission-section figure:hover figcaption {
  color: #667632;
}
.announcement-row,
.admission-row {
  margin-top: 40px;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
}
.guideline-row {
  margin-top: 40px;
}
.admission-row h4 {
  color: #666;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.admission-row h3 {
  color: #5e6c31;
  font-size: 21px;
}
.classes-row {
  margin-top: 50px;
}
.class-name {
  margin-bottom: 20px;
  border-bottom: 3px dotted #9bb347;
  padding-bottom: 18px;
}
.admiss-card {
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
  padding: 25px;
}
.content .read-more-btn {
  width: 183px !important;
}
.admiss-card i {
  color: #9bb347;
}
.button {
  outline: none !important;
}

/* Admission form css */
.admissionform .row {
  margin-top: 25px;
}
.admissionform h3 {
  color: #5e6c31;
  font-size: 22px;
  font-weight: 500;
  border-left: 3px double #5e6c31;
  padding-left: 12px;
}
.admissionform {
  border: 1px solid #eee;
  padding: 31px;
  margin-top: 30px;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
}
.submit-button {
  background: #9bbf47;
  color: #fff;
  padding: 8px 40px;
  border-radius: 20px;
}
.submit-button:hover {
  border-radius: 20px 0 20px 0;
  color: #fff !important;
}

.admissionform label {
  color: #444;
}
.admissionform textarea {
  padding-left: 30px;
}

/* contactus banner css */

.contactus-banner {
  background: url("../images/banner/contactus-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.enquiry-row {
  margin-top: 30px;
}
.contactus-row {
  margin-top: 40px;
}
.enquiry-form h3 {
  color: #5e6c31;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding-left: 12px;
}
.contact-div {
  border: 2px solid #eee;
  padding: 20px;
}
.enquiry-form label {
  color: #444;
}
.cont-section {
  background: linear-gradient(rgba(155, 191, 71, 0.7), rgba(155, 191, 71, 0.7)),
    url("../images/banner/contact-back.jpg");
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.cont-section .card {
  height: 162px;
  margin-top: 73px;
  padding: 36px 0px 46px;
  border-top-left-radius: 54px;
  border-bottom-right-radius: 54px;
  border: 4px solid #ddd;
}
.cont-section .card i {
  color: #5e6c31;
  font-size: 30px;
  margin-bottom: 21px;
}
.cont-section .card p,
.cont-section .card a {
  color: #444;
}

/*student login css added by priyanka*/
.login-modal input[type="text"],
input[type="password"] {
  border-radius: 30px;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.login-modal button {
  background-color: #92a54b;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
/* .login-modal button:hover {opacity: 0.8;} */
.login-modal .cancelbtn {
  width: auto;
  padding: 10px 35px;
  background-color: #92a54b;
  margin-right: 580px;
  border-radius: 20px;
}
.login-modal .cancelbtn:hover {
  border-radius: 20px 0 20px 0;
  background: #9bbf47;
}
.login-modal .imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
.login-modal img.avatar {
  width: 40%;
  border-radius: 50%;
}
.login-modal .imgcontainer i {
  font-size: 8rem;
  color: #92a54b;
}
.login-modal .container {
  padding: 16px;
}
.login-modal span.psw {
  float: right;
  padding-top: 16px;
}
.login-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0, 0.2);
  /background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}
.login-modal .modal-content {
  text-align: center;
  background-color: #fefefe;
  border: 1px solid #888;
  width: 40%;
  margin: 0 auto;
  overflow: hidden;
}
.login-modal .close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.login-modal.close:hover,
.login-modal .close:focus {
  color: red;
  cursor: pointer;
}
.login-modal .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.login-modal .cancelbtn {
  width: 100%;
}

/* guideline section */
.guideline-banner {
  background: url("../images/banner/guideline-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.guideline-div h1 {
  font-size: 20px;
  color: #5e6c31;
}
.guideline-div {
  border: 1px solid #9bb347;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
  padding: 20px;
}
.guide-img {
  border-right: 3px double #ddd;
}
.guide-img img {
  width: 50px;
}

.dashbord-menu .toggle-div .navbar-toggler {
  display: none;
}

/* events page */
.events-banner {
  background: url("../images/banner/events-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.events-row {
  margin-top: 40px;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 20px 0 rgba(103, 15, 255, 0.1);
  padding-top: 34px;
}
.events-name {
  background-color: #9bbf47 !important;
  height: 100%;
}
.events-name:before {
  content: "";
  border-top: 20px solid #9bbf47;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -16px;
  left: 163px;
}

.events-name h3 {
  font-size: 19px;
  color: #fff;
  text-align: center;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.events {
  margin-bottom: 40px;
}
.events .col-lg-4 {
  padding-right: 0px;
}
.events .col-lg-8 {
  padding-left: 0px;
}
/*yoga event*/
.events-banneryoga {
  background: url("../images/banner/child-yoga-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.had {
  margin-bottom: 30px;
}

.cbp-item {
  height: 186px;
}

/* privacy-policy */
.policy-row {
  margin-top: 40px;
}
.policy-row p {
  text-align: justify;
  font-size: 15px;
}
.policy-row h3 {
  margin-bottom: 15px;
  color: #5e6c31;
  font-size: 22px;
}
/* media query */
::placeholder {
  color: #000 !important;
}
:-ms-input-placeholder {
  color: #000 !important;
}
#datepicker {
  color: #000 !important;
  font-size: 15px !important;
}

.tab1 {
  color: green;
}
.tab1 a {
  color: green;
}

/* dashboard layout */
/* .dashboard-section{padding:80px 0px} */
.sidebar-menu {
  border: 1px solid #eee;
  padding-top: 30px;
  box-shadow: 0 3px 20px 0 rgba(103, 15, 255, 0.1),
    0 3px 0px 0 rgba(103, 15, 255, 0.1);
  height: 100%;
}
.profile-img img {
  -webkit-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  -moz-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  border-radius: 50%;
  width: 30%;
}
.profile-img .student-name {
  font-size: 17px;
  color: #5c6a34;
  margin: 20px 0px;
}
.menu-item {
  padding: 15px 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}
.menu-link {
  color: #7c7c7c !important;
  cursor: pointer;
}
.menu-item span {
  color: #647324;
}

.menu-link:hover {
  color: #5c6a34 !important;
}
.menu-item:hover {
  background: #ecebe9;
}
.main-content {
  background: #f7f7f7;
}
.dashboard-content {
  background: #f7f7f7;
  padding: 35px 10px 50px;
}
/* .menu-content{background:url('../images/school-banner.jpg');background-size:cover;background-position: center;background-repeat:no-repeat;} */
.ebook-links {
  height: 100%;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  -moz-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  border-radius: 10px;
}
.dashboard-content .ebook-links {
  margin-top: 35px;
  height: 100%;
}
.ebook-img {
  width: 25%;
  background-image: linear-gradient(
    to right,
    #9bbf47,
    #a5c649,
    #afce4a,
    #bad54c,
    #c5dc4e
  );
  margin: 0 auto;
  padding: 7px 0px;
  border-bottom-left-radius: 55%;
}
.ebook-details h3 {
  font-size: 18px;
  margin-top: 20px;
}
.ebook-details h3 a {
  color: #5f6b3d;
}
.flaticon-book-2::before {
  margin-left: 0px !important;
  font-size: 43px !important;
  color: #fff;
}
.content-heading {
  font-size: 23px;
}
.pdf-viewpreface {
  background: #8ea840;
  padding: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pdf-viewpreface a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.result-table,
.report-row,
.book-row,
.card-row,
.video-row,
.e-video,
.academics-graph {
  padding: 35px 10px;
  background: #fff;
  border-radius: 10px;
  border: 5px double #eee;
  /* -webkit-box-shadow: 1px 1px 8px -4px rgba(136,136,136,1);
-moz-box-shadow: 1px 1px 8px -4px rgba(136,136,136,1);
box-shadow: 1px 1px 8px -4px rgba(136,136,136,1);} */
}
.result-table {
  padding: 23px 0px !important;
}
/* .report-div{margin-top:-90px;} */
.news-content h3,
.academics-graph h3,
.e-video h3 {
  font-size: 20px;
  color: #5c6a34;
}
.myclass1 ul,
.myclass ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative !important;
  color: #856a34;
}
.notice-info {
  padding: 14px;
}
.notice-info p {
  margin-bottom: 0px;
  margin: auto 0px;
}
.n-more-btn {
  text-align: right;
  margin: auto;
}
.news-content {
  padding: 35px 10px;
  border-radius: 5px;
  background: #f1f1f1;
  border: 3px double #ddd;
}
.notices-container .notice-icon {
  display: inline-block;
  background: #fff;
  padding: 5px 0px 0px;
  height: 130px;
  width: 145px;
  text-align: center;
  font-size: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #8ec523;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: -21%;
  z-index: -1;
  padding-right: 20px;
}
.notices-container {
  margin-top: 10px;
}
.read-more-span {
  color: #aaca4a;
  font-weight: 500;
}
.read-more-span:hover {
  color: #aaca4a;
}
.no-mrl {
  margin-left: 0px;
  margin-right: 0px;
}

/* media query */
.notice {
  padding: 90px 0px 40px 0px;
}
.notice-date-i {
  padding-right: 10px;
  color: #546922;
  float: right;
}
/* .news-content .notice-date{font-size:17px!important;display: inline-block;font-weight: 600!important;color:#252B0E!important;border-bottom:2px solid #eee!important;} */
.nread-more {
  color: #92a54b !important;
  margin-right: 15px !important;
}
.nread-more i {
  padding-left: 10px;
  color: #92a54b !important;
  vertical-align: middle;
}
.notce-text {
  color: #444 !important;
  font-size: 15px !important;
}
.news-content #ticker01 li {
  background: #fff;
  margin-bottom: 10px !important;
}
.notce-text i {
  color: #959595;
  font-size: 15px;
}
.news {
  margin: 45px 0px;
}
.sub-menu {
  display: none;
  margin-left: 45px;
}
.sub-menu i {
  color: #647324;
  font-size: 14px;
}
.sub-menu li {
  padding: 9px 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}
.sub-menu a {
  color: #7c7c7c !important;
}
.font-icon {
  font-size: 13px;
  margin-top: 10px;
  color: #8ea840;
  margin-left: 20px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
}
select::-ms-expand {
  display: none;
}
.select {
  border-radius: 30px;
  position: relative;
  height: 2.5em;
  line-height: 3;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  -moz-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  margin-top: 20px;
}
select {
  flex: 1;
  padding: 0 0.5em;
  cursor: pointer; /*line-height:2px;*/
  width: 100%;
  font-size: 14px;
}
/* Arrow */
.select::after {
  content: "\25BC";
  position: absolute;
  top: -4px;
  right: 0;
  padding: 0 1em;
  background: #5a682e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #fff !important;
}
.search-btn {
  background: #9bbf47;
  color: #fff;
  padding: 10px 0px;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
}
.search-btn:hover {
  color: #fff;
}
.report-row,
.book-row,
.result-table,
.card-row,
.video-row {
  margin-top: 40px;
  border-radius: 30px;
}
.video-name h3 {
  font-size: 16px;
  text-align: center;
}
.video-name {
  padding-top: 20px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-image: linear-gradient(
    to right,
    #9bbf47,
    #a5c649,
    #afce4a,
    #bad54c,
    #c5dc4e
  );
  margin-top: -6px;
  height: 80px;
}
.dashcontent {
  background: #f7f7f7;
  padding: 35px 10px;
}
.video-mt {
  margin-top: 30px;
}
.video-div {
  border: 5px double #ddd;
  border-radius: 20px;
}
.video-div iframe {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.pagination {
  padding: 0px 20px;
  background: #fff;
  border-radius: 50px;
  list-style-type: none;
  border: 1px solid #eee;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  float: right;
  /* width: 100%; */
}
.pagination li {
  margin: 0 10px;
}
.pagination li.active {
  background: #8ea840;
  border-radius: 50%;
  width: 35px;
  text-align: center;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.page-number {
  width: 40px;
  height: 47px;
  line-height: 50px;
  text-align: center;
}
.pagination li.page-number:hover a {
  color: white;
  background: #999;
}
.pagination li.page-number.active a {
  color: white;
  background: #777;
}
.pagination li.page-prev,
.pagination li.page-next {
  font-weight: 700;
}
.pagination li.page-prev {
  margin-right: 20px;
}
.pagination li.page-next {
  margin-left: 20px;
}
.pagination li a {
  display: block;
  line-height: 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #777;
  border-radius: 50%;
  transition: 0.3s;
  margin-top: 2px;
}
.pagination li a.prev:hover path,
.pagination li a.next:hover path {
  fill: black;
}
.book-div {
  margin-top: 35px;
}
.report-row p {
  margin-bottom: 0px !important;
  margin-top: 10px;
}
.studentreport-details {
  margin-top: 20px;
}
/* added by priynka */
.card-row .card {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #9bbf47;
  padding: 15px;
}
.card-row .card p {
  color: #444 !important;
  font-size: 14px !important;
  padding-top: 10px;
  margin-bottom: 0px !important;
  padding-bottom: 10px;
}
.card-row .card p span {
  font-weight: 500;
  color: #000;
  font-size: 15px;
}
.card-row .card h3 {
  font-size: 18px;
  color: #fff;
}
.card-row .card-1 {
  border-radius: 30px;
  background-image: url("../images/card1.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 130px;
}
.card-row .card-2 {
  border-radius: 30px;
  background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 130px;
}
.card-row .card-3 {
  border-radius: 30px;
  background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 130px;
  margin-top: 40px;
}
.admission-row .content p {
  margin-left: 7px;
  display: inline;
}

.admission-row .transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.25s ease-in-out;
}

.admission-row .flipIn,
.admission-row h1,
.admission-row ul li {
  animation: flipdown 0.5s ease both;
}

.admission-row .no-select,
h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.admission-row .content {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  /* max-height: 800px; */
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  height: auto;
}

.admission-row ul {
  list-style: none;
  perspective: 900;
  /* padding: 0; */
  margin-bottom: 20px;
}
.admission-row ul li {
  position: relative;
  padding: 20px 0px;
  border-top: 1px dotted #dce7eb;
  font-size: 16px;
}
.admission-row ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.admission-row ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.admission-row ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.admission-row ul li:last-of-type {
  padding-bottom: 0;
}
.admission-row ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.admission-row ul li i:before,
.admission-row ul li i:after {
  content: "";
  position: absolute;
  background-color: #008000;
  width: 3px;
  height: 9px;
}
.admission-row ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.admission-row ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.admission-row ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.admission-row ul li input[type="checkbox"]:checked ~ .content {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.admission-row ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.admission-row ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.tab {
  background-color: #9bbf47;
  color: #fff;
}
.result {
  width: 120px;
}
.summary {
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 400 !important;
}
.result-table th a {
  color: #000 !important;
  font-size: 14px;
}

.result-table a {
  color: #fff;
}
.result-table a:hover {
  color: #fff;
}

.apply-btn {
  color: #fff;
}
.gj-datepicker span {
  background: #5a682e !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.gj-datepicker {
  border-radius: 0px !important;
}
.gj-icon {
  color: #fff !important;
  top: 10px !important;
}
#datepicker {
  padding: 21px 21px 21px 5px !important;
  font-size: 12px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.create-btn,
.fetch-btn {
  background: #9bbf47;
  color: #fff;
  padding: 10px 35px !important;
  border-radius: 35px !important;
  -webkit-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  -moz-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
}
.create-btn:hover,
.fetch-btn:hover {
  color: #fff;
}
.create-btn {
  margin-top: 30px;
}
.password-details {
  color: #666;
  font-size: 17px;
}
.changepassword-div input {
  -webkit-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  -moz-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
}

.gj-datepicker-bootstrap [role="right-icon"] button {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*online exam result*/
.createcat-btn {
  background: #9bbf47 !important;
  color: #fff;
  border-radius: 30px !important;
  padding: 9px 25px;
}
.cate-select {
  margin-top: 0px !important;
  /*height:2.5em!important;*/
  box-shadow: none !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 30px;
}
/*.cate-select::after{top:-3px!important}*/
.apply-btn {
  background: #9bbf47 !important;
  color: #fff;
  border-radius: 20px !important;
  padding: 8px 48px !important;
}
.ud-btn {
  background: #9bbf47;
  padding: 10px 13px;
  border-radius: 50% !important;
  margin: 0px 3px;
  display: inline-block;
}
.fetchbtn-div {
  margin-left: auto;
  margin-top: 20px;
}
.send-select {
  box-shadow: none !important;
  border: 1px solid #d7d7d7 !important;
  margin-top: 0px !important;
  border-radius: 30px;
  font-size: 15px;
}

/* online-exam student */
.active-span {
  font-size: 16px;
  background: #046007;
  color: #fff;
  padding: 8px 20px;
  /* margin-top: -30px; */
  border-radius: 20px;
}
.exam-card h3 {
  font-size: 21px;
}
.exam-card .card-header {
  background: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.exam-card {
  margin-top: 22px;
  margin-bottom: 22px;
}
.exam-card .card {
  height: 100%;
  -webkit-box-shadow: 1px 1px 5px -4px rgba(136, 136, 136, 1);
  border-radius: 30px;
  -moz-box-shadow: 1px 1px 5px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 5px -4px rgba(136, 136, 136, 1);
  border-left: 6px solid #9bbf47;
}
.exam-card i {
  color: #596630;
  font-size: 13px;
  box-shadow: 0px 1px 3px 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}
.card-des {
  padding: 13px 0px;
}
.examres-card .card-des {
  padding: 15px;
}
.span-time {
  color: #000;
}
.des-text {
  color: #5d5d5d;
  font-size: 14px;
}
.noactive-span {
  background: #bc1707 !important;
}
.instruct-heading {
  font-size: 25px;
}
.instruct-card {
  padding: 40px 20px;
  border: 5px double #eee;
  border-radius: 20px;
}
.instruct-card p {
  color: #999999;
}
.instruct-card h3 {
  font-size: 20px;
  color: #5b6834;
}
.instruct-card h4 {
  color: #bc1707;
  font-size: 18px;
}
.start-test {
  background: #9bbf47;
  width: 165px;
}
/* .question-set{padding: 30px 30px;} */
.exam-desc {
  font-size: 17px;
  color: #fff;
}
.exam-desc i {
  color: #5f6c32;
}
.timer li {
  display: inline-block;
  list-style-type: none;
  padding-right: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.timer li span {
  display: inline-block;
}
.timer ul li:not(:last-child):after {
  content: ":";
  margin-left: 10px;
  font-size: 20px;
}
.exam-heading {
  font-size: 25px;
  color: #fff;
}

.timer i {
  font-size: 30px;
  color: #9bbf47;
}
.display-queset span {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
.display-queset p {
  font-size: 17px;
}
.display-queset {
  margin-top: 30px;
  background: #fcfcfc;
}
.homework-card img {
  position: absolute;
  bottom: 15px;
  width: 54px;
}
.homework-card .card-header {
  background: #9bbf47;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px;
}
.homework-card .homework-date {
  font-size: 15px;
  color: #606060;
}
.homework-card .card-body {
  padding: 0px 0px 25px;
  text-align: justify;
}
.homework-card .card {
  border-radius: 20px;
  border: 1px solid #eee;
  padding: 0px !important;
  height: 100%;
}
.homework-card .card-body p {
  font-size: 15px;
  color: #666666;
}
.homework-card .card-body {
  padding: 10px 15px;
}
.homework-card .card-footer {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.homework-card .homework-file {
  position: absolute;
  left: 10px;
  padding: 16px 21px;
  border: 1px solid #ddd;
  background-image: linear-gradient(
    to right,
    #9bbf47,
    #a5c649,
    #afce4a,
    #bad54c,
    #c5dc4e
  );
  border-radius: 5px;
  transform: translateY(-100%);
  top: 110%;
  border-radius: 30px;

  -webkit-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  -moz-box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
  box-shadow: 1px 1px 8px -4px rgba(136, 136, 136, 1);
}
.homework-card .homework-file i {
  font-size: 25px;
  color: #fff;
}
.homework-card .hw-readmore {
  color: #000;
}
.homework-card {
  margin-top: 25px;
  margin-bottom: 20px;
}
.table td,
tr,
th {
  vertical-align: middle;
  text-align: center;
}
/* .table td,.table th{padding:0.60rem} */
.table th {
  padding: 0.6rem;
}
.table {
  margin-bottom: 0px;
}
.table-btn {
  font-size: 14px;
}
.no-attemped {
  background: #bc1707;
}
.attemped {
  background: #046007;
}
.tab a {
  color: #fff;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 1px;
}
.fee-row h3 {
  font-size: 16px;
}
.fee-row {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.totalfee-row h4 {
  font-size: 14px;
  color: #757575;
  padding-bottom: 10px;
}
.fees-table .heading-td {
  font-size: 17px;
  font-weight: 500;
}
.fees-table .sub-head {
  font-size: 17px;
  color: #595959;
}
.attemped-span {
  background: #47a34a !important;
}

/*added by priyanka*/
/*online exam new*/
.viewstudent-result table td:last-child {
  padding: 5px 0px;
}
.fw-btn-fill {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  border: none;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 10px 4px;
  cursor: pointer;
  z-index: 9;
  border-radius: 10rem;
  transition: all 0.3s ease-out;
}
.btn-gradient-green {
  background-color: #9bbf47;
}
.btn-gradient-red {
  background-color: #bc1707;
}
.bread {
  color: #646464;
}
.bread:hover {
  color: #646464;
}
.text-orange-red {
  color: #ff0000;
}
.dataTables_wrapper
  .table
  tbody
  tr
  td
  .dropdown
  .dropdown-menu
  .dropdown-item
  i {
  margin-right: 14px;
  width: 22px;
}
/* .dropdown .dropdown-menu {
    top: 58px;
    min-width: 140px;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(33, 30, 30, 0.15);
}
.dataTables_wrapper .table tbody tr td .dropdown .dropdown-menu {
    border: none;
    padding: 15px 0 18px;
} */
.text-dark-pastel-green {
  color: #00c853;
}
.text-orange-peel {
  color: #ffa000;
}
.drop {
  z-index: 1000;
  display: none;
  float: left;
  margin: 0.125rem 0 0;
  color: #212529 !important;
  text-align: left;
  list-style: none;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #f9f9f9 !important;
}
.table thead tr th {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  padding: 14px 15px;
}

.table_border {
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}
.table td {
  font-size: 14px;
  font-weight: 400;
  /* color: #646464; */
}

/*internal exam*/
.md-form.md-outline input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #dadce0;
  border-radius: 4px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.md-form.md-outline label.active {
  left: 25px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: #fff;
  transform: translateY(-13px) scale(0.8);
}
.md-form.md-outline label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;

  transform-origin: 0 100%;
}
.md-form input[type="text"]:not(.browser-default) + label::after {
  position: absolute;
  top: 65px;
  display: block;
  content: "";
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.md-form.input-with-post-icon .input-prefix {
  right: 28px;
  left: initial;
}
.md-form .input-prefix.active {
  color: #4285f4;
}
.md-form .input-prefix {
  position: absolute;
  top: 41%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: rgba(0, 0, 0, 0.87);
  pointer-events: none;
}
div.datepicker input ~ i.input-prefix {
  cursor: pointer;
  pointer-events: all;
}
.md-form > label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*added by priya*/
.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
  line-height: 24px;
  font-size: 23px !important;
  left: 19px !important;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
  width: 63px !important;
}
/* .form {
  border-radius: 40px !important;
} */
#sms-message {
  border-radius: 50px;
}

/* .exam-test-card{box-shadow: 0px 0px 6px 4px #eee;
} */
.card-1 i,
.card-2 i,
.card-3 i {
  position: absolute;

  background-image: linear-gradient(
    to right,
    #9bbf47,
    #a5c649,
    #afce4a,
    #bad54c,
    #c5dc4e
  );
  color: #fff;
  border-radius: 30px;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  right: 20px;
  top: -44px;
}

.card-1 h3,
.card-2 h3,
.card-3 h3 {
  color: #5c6a34 !important;
  margin-bottom: 10px;
}
.card-1 p,
.card-2 p,
.card-3 p {
  padding-bottom: 5px !important;
}
.btn-row {
  border-top: 1px solid #eee;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* added by priyanka */
/* .icon-box {position:absolute;margin:auto} */
.icon-box img {
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 58px;
  /* margin-top: -117px; */
  border: 3px double #eee;
}
.icon-box {
  background-image: linear-gradient(
    to right,
    #9bbf47,
    #a5c649,
    #afce4a,
    #bad54c,
    #c5dc4e
  );
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.success-div {
  border: 1px solid #eee;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  box-shadow: 0px 1px 6px 2px #eee;
  border-radius: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;
}
.success-div h3 {
  font-size: 17px;
  color: #7e7e7e;
}
.success-div h4 {
  font-size: 35px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #454545;
}
.announcemet-div a {
  display: block;
  padding: 20px;
  border: 1px solid#eee;
  border-left: 3px solid #9bbf47;
  color: #454545;
  font-size: 18px;
}
.announcemets-div a {
  display: block;
  padding: 10px;
  border: 1px solid#eee;
  border-left: 3px solid #ddd;
  color: #454545;
  font-size: 16px;
}

@media only screen and (min-width: 319px) and (max-width: 480px) {
  #onlinetest-exam_instructions {
    width: 100%;
  }
  .event-img img {
    height: auto;
  }

  .card-1 i,
  .card-2 i,
  .card-3 i {
    width: 45px;
    height: 44px;
    line-height: 44px;
  }
  .ebook-details h3 {
    margin-bottom: 20px;
  }
  .fw-btn-fill {
    display: inline-block;
    font-size: 9px;
    padding: 4px 14px;
  }
  .teacher-report .tab li {
    margin-right: 18px;
  }
  #homework-questions_text {
    width: 100%;
  }
  .ud-btn {
    margin: 3px 3px !important;
  }
  .viewstudent-marks {
    float: none !important;
  }
  /* .homework-table, .heading-layout1  .text-right{text-align: center!important} */

  .homework-card img {
    bottom: 22px;
    width: 39px;
  }
  .des-text {
    margin-top: 10px;
  }
  .navbar-nav .dropdown-menu {
    margin-left: 0px !important;
  }
  .result-table .card-body {
    width: 100%;
  }
  #events .event-name p {
    font-size: 14px;
  }
  .toggle-div .collapse:not(.show) {
    display: none !important;
  }
  .active-span {
    display: table;
    float: none !important;
    font-size: 14px;

    width: auto;
    text-align: center;
    position: relative;
    top: 5px;
  }
  .exam-card h3 {
    font-size: 18px;
  }
  .admission-row .content p {
    font-size: 15px;
    font-weight: 600;
  }
  header img {
    width: 23% !important;
    margin: 0px !important;
  }
  header .col-lg-2 {
    text-align: left !important;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: -58px;
  }
  .navbar {
    padding-bottom: 5px;
    padding-left: 0px;
    float: none;
  }
  .displayquestion-no {
    font-size: 12px;
  }
  .next,
  .previous {
    padding: 5px 17px;
    font-size: 13px;
  }
  header nav ul li {
    padding: 0px;
    text-align: left;
    font-size: 14px;
  }
  header nav ul li a {
    font-size: 14px;
  }
  /* .about-menu{margin-left:52px;} */
  /* .contact-menu{margin-left:13px;} */
  /* .box{text-align:left!important} */
  .top-header a {
    display: inline-block;
  }
  /* .top-header .col-6 .box{text-align:center!important} */
  /* .box .cont-no{display:block;} */
  .carousel-caption h1 {
    font-size: 11px;
  }
  .carousel-caption {
    width: 85% !important;
    padding: 10px !important;
  }
  .login-div {
    padding: 13px;
  }
  .login-div h3 {
    font-size: 19px !important;
  }
  .login-div img {
    width: 21%;
  }
  .carousel-item img {
    height: 160px;
  }
  h2 {
    font-size: 23px;
  }
  #homeAbout {
    padding: 10px 0px 0px;
  }
  #homeAbout .about-img {
    padding-right: 15px;
  }
  #homeAbout img {
    height: 100%;
  }
  #homeAbout .col-lg-6 {
    margin-top: 25px !important;
  }
  #events {
    padding: 34px 0px !important;
  }
  .pdr {
    padding-right: 15px;
  }
  .pdl {
    padding-left: 15px;
  }
  .event-button {
    margin-top: 8px !important;
  }
  .facility .box1 {
    padding-top: 26px;
    height: 129px;
  }
  #misvis .item {
    height: auto;
  }
  #desk {
    margin: 35px 0px !important;
  }
  #gallery {
    padding: 35px 0px;
  }
  .cbp-l-caption-alignCenter {
    margin-top: -126px !important;
  }
  .cbp-l-caption-buttonLeft,
  .cbp-l-caption-buttonRight {
    background: transparent !important;
  }
  footer span i {
    width: 42px !important;
    height: 42px !important;
    line-height: 41px !important;
  }
  footer .right {
    text-align: center;
  }
  footer .left {
    text-align: center;
  }
  .desk-row {
    margin-top: 14px !important;
  }
  /* .text{margin-bottom:20px;} */
  .cbp-l-caption-buttonRight i {
    color: transparent !important;
  }
  .cbp-l-filters-buttonCenter .cbp-filter-item {
    padding: 0 19px !important;
    margin: 0px 0px 10px 0px !important;
  }
  #desk .box {
    margin-top: 15px;
  }
  footer ul li {
    padding: 0px 6px;
  }
  /* #navbarSupportedContent ul{margin-left: -20px;} */
  .login-modal .modal-content {
    width: 100%;
  }
  .login-modal .imgcontainer i {
    font-size: 6rem !important;
  }
  #homeAbout .about-des {
    margin-bottom: 10px;
    padding: 0px;
  }
  .banner-heading {
    padding-top: 54px;
    font-size: 25px;
  }
  .events-banneryoga,
  .events-banner,
  .contactus-banner,
  .admission-banner,
  .guideline-banner,
  .messagedesk-banner,
  .aboutschool-banner {
    height: 145px !important;
  }
  .breadcrumb-div {
    margin-top: 23px;
  }
  .list-breadcrumb {
    font-size: 11px;
  }
  .announcement-section,
  .contact-section,
  .admissionform-section,
  .admission-section,
  .messagedesk-section,
  .aboutschool-section {
    padding: 43px 0px;
  }
  .aboutimg-div {
    height: 118px;
  }
  .aboutus-content {
    margin-top: 30px;
  }
  .feature-section {
    padding: 50px 0px;
  }
  .feature-content {
    margin-top: 25px;
  }
  .about-pl-pr {
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-content .col-sm-6 {
    margin-bottom: 10px;
  }
  .principal-img {
    position: relative;
    left: 0%;
    top: 0%;
  }
  .manager-img {
    position: relative;
    right: 0%;
    top: 0%;
  }
  .guide-content {
    text-align: center;
  }
  .guideline-div h1 {
    font-size: 17px;
    margin-top: 10px;
  }
  .guide-img {
    border: none;
  }
  .admission-section figure {
    margin-bottom: 20px !important;
  }
  .content {
    margin-top: 27px;
  }
  .admiss-card {
    margin-bottom: 20px;
  }
  .content .read-more-btn {
    margin-top: 30px;
  }
  .admissionform .form-control {
    margin-bottom: 20px;
  }
  .admissionform .row {
    margin-top: 15px;
  }
  .admissionform h3 {
    font-size: 19px;
  }
  .enquiry-row .col-lg-6:nth-child(1) {
    margin-bottom: 20px !important;
  }
  .cont-section {
    height: auto;
    padding-bottom: 35px;
  }
  .cont-section .card {
    margin-top: 35px;
  }
  .events .col-lg-8 {
    padding-left: 15px !important;
  }
  .events-name {
    padding: 16px;
  }
  .events .col-lg-4 {
    padding-right: 15px !important;
  }
  .events-name::before {
    left: 45% !important;
  }
  /* .carousel-caption{bottom:60px;} */
  #slider .indicators {
    bottom: 691px;
  }

  #desk .col-lg-6 {
    margin-bottom: 30px;
  }
  #misvis {
    padding-bottom: 18px;
  }

  .dashbord-menu .navbar-toggler {
    position: relative;
    top: 0px;
    margin-bottom: 2px;
    margin-left: 10px;
    color: #fff !important;
  }
  .dashbord-menu .toggle-div {
    background: #99ba4b;
    padding: 5px 0px;
  }
  #menu {
    background: #fff !important;
    padding-left: 15px;
    margin-top: 10px;
    padding-right: 15px;
  }
  .dashbord-menu .toggle-div .navbar-toggler {
    display: block !important;
  }
  .dashbord-menu .toggle-div .navbar-toggler:focus {
    outline: none;
  }
  .dashboard-content {
    height: auto !important;
    padding: 35px 0px !important;
  }
  .report-div {
    margin-top: 0px !important;
  }
  .main-content {
    padding-left: 15px !important;
  }
  .e-video {
    margin-right: 0px !important;
    margin-top: 20px;
  }
  .academics-graph {
    margin-left: 0px !important;
  }
  .news {
    margin: 20px 0px !important;
  }
  .news-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* .no-mrl{margin-left:-15px!important;margin-right:-15px!important;} */

  .card-1,
  .card-2,
  .card-3 {
    margin-bottom: 20px;
  }
  .createcat-btn {
    margin-top: 20px;
  }
  /* .homework-card .card{padding:10px!important} */
  .homework-card {
    margin-top: 25px;
  }
  .homework-card .homework-file {
    top: 107% !important;
  }
  .card-row .card-3 {
    margin-top: 30px !important;
  }
  .card-row .card-2 {
    margin-top: 30px;
  }
  .report-div .e-video {
    margin-top: 30px !important;
  }
  .menu-content {
    padding-right: 15px !important;
  }
  .myclass li {
    height: auto !important;
  }
  .book-row .ebook-links {
    margin-top: 30px !important;
  }
  .book-row .book-div {
    margin-top: 0px !important;
  }
  .pagination li.active a,
  .pagination li.active {
    background: none;
    color: green;
    width: auto;
    line-height: 0px;
  }

  .pagination li a {
    line-height: 19px !important;
    font-size: 14px !important;
  }
  .pagination li.prev {
    margin-left: 8px !important;
  }
  .pagination {
    padding: 7px 5px;
    width: 100% !important;
  }
  .pagination li.next {
    padding: 0px 0px;
    float: none;
  }
  .pagination li {
    margin-right: 11px !important;
    margin-left: 0px !important;
  }
  .timer li,
  .exam-desc {
    font-size: 13px !important;
  }
  .exam-heading {
    font-size: 20px !important;
    margin-top: 10px;
    text-align: left;
  }
  .test-div {
    margin-left: 15px;
  }
  .timer ul li:not(:last-child)::after {
    font-size: 17px !important;
  }
  .btn-row {
    position: relative !important;
    width: 100% !important;
    left: 14px;
  }
  .display-queset p {
    font-size: 15px !important;
  }
  .display-queset span {
    font-size: 13px !important;
  }
  #slct {
    width: auto;
  }
  .send-select {
    margin-bottom: 20px;
  }
  .sub-menu {
    margin-left: 30px;
  }
  .sendsms-div .mt-4 {
    margin-top: 5px !important;
  }
  .internal-div {
    margin-bottom: 20px;
  }
  .fetchbtn-div {
    margin-top: 0px;
  }
  .homework-card .homework-file {
    padding: 9px 14px !important;
  }
  .homework-card .homework-date {
    font-size: 12px !important;
  }
  .createcat-btn {
    width: 100% !important;
  }
  .content-heading {
    font-size: 21px !important;
  }
  .top-header i {
    font-size: 16px;
  }
  .events-name h3 {
    top: 25%;
    font-size: 15px;
  }
  .text_heading .createcat-btn {
    padding: 9px 20px !important;
  }
  #desk .box .text h4 {
    text-align: center;
  }
  #events .col-lg-4 {
    margin-bottom: 26px;
  }
  .quotations-box a {
    display: inline-block;
  }
  /* .quote-a{float:right} */
  .top-header span {
    display: none;
  }
  .guideline-row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .dashbord-menu {
    padding-left: 0px !important;
  }

  .dashboard-content .ebook-links {
    height: auto;
  }
  .pdf-viewpreface {
    position: relative;
    width: 100%;
    bottom: 0px;
  }
  .card-row .card-2 {
    background-size: 60px;
  }
  .card-row .card-3,
  .card-row .card-1 {
    background-size: 80px;
  }
  .top-header .box .mr-3 {
    margin-right: 0.1rem !important;
  }
  #homework-assignment_file {
    width: 100%;
  }
  .ques-btn {
    padding: 8px 15px !important;
    font-size: 14px !important;
  }
  .add-item {
    padding: 0.25rem 0.3rem !important;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .top-examheader {
    position: relative !important;
    width: auto !important;
  }
  #quiz_form {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    height: auto !important;
  }
  .display-queset {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .btn-row {
    position: relative !important;
    width: 100% !important;
    left: 15px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 900px) {
  .event-img img {
    height: auto;
  }

  .control-label {
    font-size: 12px;
  }
  .ud-btn {
    margin: 3px 3px !important;
  }

  .viewstudent-marks {
    float: none !important;
  }
  #homework-assignment_file {
    width: 100%;
  }

  .active-span {
    font-size: 14px;

    display: table;
    float: none !important;
    width: auto;
    text-align: center;
    position: relative;
    top: 5px;
  }
  .navbar-nav .dropdown-menu {
    margin-left: 0px !important;
  }

  .menu-content {
    padding-right: 15px !important;
  }
  .dashboard-content .ebook-links {
    height: auto;
  }
  .pdf-viewpreface {
    position: relative;
    width: 100%;
    bottom: 0px;
  }
  .toggle-div .collapse:not(.show) {
    display: none !important;
  }
  .dashbord-menu {
    padding-left: 0px !important;
  }
  #events .col-lg-4 {
    margin-bottom: 26px;
  }
  .feature-section,
  .announcement-section,
  .contact-section,
  .admissionform-section,
  .admission-section,
  .messagedesk-section,
  .aboutschool-section {
    padding: 60px 0px;
  }
  /* .result-table .card-body{width:130%} */
  .dashbord-menu .navbar-toggler {
    position: relative;
    top: 0px;
    margin-bottom: 2px;
    margin-left: 10px;
    color: #fff !important;
  }
  .dashbord-menu .toggle-div {
    background: #99ba4b;
    padding: 5px 0px;
  }
  .dashbord-menu .toggle-div .navbar-toggler {
    display: block !important;
  }
  #menu {
    background: #fff !important;
    padding-left: 15px;
  }
  .dashboard-content {
    height: auto !important;
    padding: 35px 0px !important;
  }
  .report-div {
    margin-top: 0px !important;
  }
  .main-content {
    padding-left: 15px !important;
  }
  /* .homework-card .card{padding:10px!important} */
  .homework-card .homework-file {
    top: 107% !important;
  }
  .homework-card {
    margin-top: 25px;
  }
  .report-div .e-video {
    margin-top: 0px;
  }
  .e-video {
    margin-right: 0px !important;
    margin-top: 20px;
  }
  .academics-graph {
    margin-left: 0px !important;
  }
  .news {
    margin: 20px 0px !important;
  }
  /* .no-mrl{margin-left:-15px!important;margin-right:-15px!important;} */
  .card-1,
  .card-2,
  .card-3 {
    height: 100%;
  }
  .card-row .col-md-6 {
    margin-bottom: 20px;
  }
  .card-row .card .col-md-6 {
    margin-bottom: 0px !important;
  }
  .news-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  header .col-lg-2 {
    text-align: left !important;
  }
  header img {
    width: auto;
    height: auto;
    margin: 0px !important;
  }
  .navbar-toggler {
    position: absolute;
    top: -80px;
    right: 0;
  }
  .carousel-caption {
    padding: 17px;
    width: 70%;
  }
  #homeAbout {
    padding: 38px 0px;
  }
  #homeAbout .about-img {
    padding-left: 0px;
  }
  #homeAbout img {
    height: 100%;
  }
  #events {
    padding: 35px;
  }
  .pdr {
    padding-right: 15px;
  }
  #desk {
    margin: 50px 0px;
  }
  .desk-row {
    margin-top: 15px;
  }
  #gallery {
    padding: 38px 0px;
  }
  #js-filters-masonry-projects {
    margin-top: 32px;
  }
  .cbp-l-filters-buttonCenter .cbp-filter-item {
    margin: 0 0px 10px 3px !important;
  }
  .cbp-l-caption-alignCenter {
    margin-top: -120px;
  }
  .cbp-l-caption-buttonLeft,
  .cbp-l-caption-buttonRight {
    background: transparent !important;
  }
  .cbp-l-caption-buttonRight i {
    color: transparent !important;
  }
  /* footer .right{margin-top:-23px;} */
  footer .col-md-6:nth-child(1) {
    width: 52% !important;
  }
  footer .col-md-6:nth-child(2) {
    width: 48% !important;
  }
  .event-button {
    margin-top: 15px;
  }
  .pdl {
    padding-left: 15px;
  }
  .text {
    margin-bottom: 20px;
  }
  #misvis .item {
    height: auto !important;
  }
  .misvis-div {
    margin-bottom: 30px;
  }
  .facility .box1 {
    height: 150px !important;
    padding-top: 31px !important;
  }
  #desk .box {
    margin-top: 15px;
  }
  .login-modal .modal-content {
    width: 80%;
  }
  #slider .indicators {
    top: 225px;
    bottom: 0px !important;
  }
  #homeAbout .about-des {
    margin-bottom: 10px;
  }
  .aboutus-content {
    margin-top: 40px;
  }
  .about-pl-pr {
    padding-left: 0px;
    padding-right: 0px;
  }
  .feature-content .col-sm-6 {
    margin-bottom: 20px;
  }
  .feature-content {
    margin-top: 27px;
  }
  .principal-img {
    position: relative;
    left: 23%;
    top: 5%;
  }
  .manager-img {
    position: relative;
    top: 0%;
    right: -24%;
  }
  .guide-content {
    text-align: center;
  }
  .guideline-div h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .guide-img {
    border: none;
  }
  .admission-section figure {
    margin-bottom: 20px !important;
  }
  .content {
    margin-top: 27px;
  }
  .admiss-card {
    margin-bottom: 20px;
  }
  .content .read-more-btn {
    margin-top: 30px;
  }
  .admissionform .form-control {
    margin-bottom: 20px;
  }
  .admissionform .row {
    margin-top: 15px;
  }
  .enquiry-row .col-lg-6:nth-child(1) {
    margin-bottom: 20px !important;
  }
  .cont-section {
    height: auto;
    padding-bottom: 35px;
  }
  .cont-section .card {
    margin-top: 35px;
  }
  header nav ul li {
    padding-right: 19px !important;
    font-size: 11px;
    padding: 0px;
  }
  .carousel-caption h1 {
    font-size: 16px;
  }
  #desk .col-lg-6 {
    margin-bottom: 30px;
  }
  .events .col-lg-8 {
    padding-left: 15px !important;
  }
  .events-name {
    padding: 16px;
  }
  .events .col-lg-4 {
    padding-right: 15px !important;
  }
  .events-name::before {
    left: 45% !important;
  }
  .card-row .card-3 {
    margin-top: 30px !important;
  }
  /* .card-row .card-2{margin-top:30px;} */
  .pagination {
    padding: 0px !important;
  }
  .pagination li.page-number {
    width: 36px !important;
  }
  .pagination li a {
    line-height: 37px !important;
  }
  .pagination li.page-prev {
    margin-right: 5px !important;
  }
  .pagination li.page-next {
    margin-left: 5px !important;
  }
  .book-row .ebook-links {
    margin-top: 30px !important;
  }
  .book-row .book-div {
    margin-top: 0px !important;
  }
  .pagination li {
    margin: 0 14px !important;
  }
  .video-mt {
    margin-top: 0px !important;
  }
  .pagination .prev {
    top: 0px;
    position: relative;
  }
  .pagination li.active {
    width: 40px;
  }
  .profile-img img {
    width: 15% !important;
  }
  .send-select {
    margin-bottom: 20px;
  }
  .sendsms-div .mt-4 {
    margin-top: 5px !important;
  }
  .internal-div {
    margin-bottom: 20px;
  }
  #datepicker {
    font-size: 15px;
  }
  .fetchbtn-div {
    margin-top: 0px;
  }
  #navbarSupportedContent .dropdown-menu {
    top: 29px !important;
  }
  /* .box{text-align: left!important} */

  nav {
    float: none;
  }
  #events .event-name p {
    font-size: 14px;
  }
  .top-header span {
    display: none;
  }
  .announcement .read-more-btn {
    width: 35% !important;
  }
  .events-name h3 {
    top: 19%;
  }
  .homework-card .homework-file {
    padding: 11px 16px !important;
  }
  .homework-card .homework-date {
    font-size: 12px !important;
  }
  .notice-content {
    width: 100%;
  }
  #desk .box .text h4 {
    text-align: center;
  }
}
@media only screen and (min-width: 375px) and (max-width: 400px) {
  #slider .indicators {
    bottom: 725px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
  #slider .indicators {
    bottom: 716px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 415px) {
  /* .result-table .card-body{width:200%} */

  #slider .indicators {
    bottom: 750px;
  }
}

/* #slider .indicators {bottom: 619px;} */
@media only screen and (min-width: 479px) and (max-width: 510px) {
  #slider .indicators {
    bottom: 659px !important;
  }
}

@media only screen and (min-width: 667px) and (max-width: 750px) {
  #slider .indicators {
    top: 190px;
    bottom: 0px !important;
  }
}

@media only screen and (min-width: 568px) and (max-width: 590px) {
  #slider .indicators {
    top: 156px !important;
    bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 640px) {
  #slider .indicators {
    top: 167px;
    bottom: 0px !important;
  }
  .report-div .e-video {
    margin-top: 30px !important;
  }
  .card-row .card-2 {
    margin-top: 15px !important;
  }
  /* .result-table .card-body{width:134%} */
}
/*@media only screen and (max-width:767px){.question_top{margin-top:35px;}}*/
@media only screen and (min-width: 800px) and (max-width: 833px) {
  #slider .indicators {
    top: 236px;
    bottom: 0px !important;
  }
}
@media only screen and (min-width: 834px) and (max-width: 900px) {
  #slider .indicators {
    top: 248px;
    bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .ebook-details h3 {
    margin-bottom: 20px;
  }
  .card-row .card-1,
  .card-row .card-2,
  .card-row .card-3 {
    background-size: 80px;
  }
  .facility {
    margin-top: 82px;
  }
  .createcat-btn {
    width: 100% !important;
  }
  .top-header span {
    display: inline-block;
    font-size: 11px;
  }
  .top-header i {
    font-size: 14px;
  }
  .misvis-div {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .card-row .card-1,
  .card-row .card-2,
  .card-row .card-3 {
    background-size: 80px;
  }
  #homeAbout img {
    height: 100% !important;
  }
  #changepassword-form .apply-btn {
    padding: 8px 38px !important;
  }
  .hasDatepicker,
  .krajee-datepicker {
    background-size: 13px !important;
  }
  .active-span {
    font-size: 14px;
    display: table;
    float: none !important;
    width: auto;
    text-align: center;
    position: relative;
    top: 5px;
  }
  .exam-card h3 {
    font-size: 17px;
  }
  /* .pdf-viewpreface{width:88%} */

  .login-modal .modal-content {
    width: 54%;
  }
  .aboutimg-div {
    height: auto;
  }
  .notice-date {
    font-size: 13px;
  }
  .top-header span {
    font-size: 12px;
  }
  .nread-more {
    font-size: 14px;
  }
}

@media only screen and (min-width: 918px) and (max-width: 1024px) {
  .fetch-btn {
    width: 100% !important;
  }
  header nav ul li {
    padding: 0px;
    padding-right: 16px !important;
    font-size: 13px;
  }
  .events-name h3 {
    font-size: 16px;
  }
  .carousel-caption {
    width: 70%;
    padding: 22px;
  }
  #slider .indicators {
    bottom: 238px;
  }
  #homeAbout .about-des {
    padding: 8px;
  }
  .login-div {
    padding: 12px;
    margin-top: 30px;
  }
  #homeAbout .about-des {
    margin-bottom: 10px;
  }
  .aboutimg-div {
    height: auto;
  }
  .principal-img {
    left: -19%;
  }
  .manager-img {
    right: -19%;
  }
  .e-video iframe {
    height: 200px;
  }
  /* .e-video{height:100%} */
  .card-row .card {
    height: 100%;
  }
  .card-row .createcat-btn {
    padding: 5px 14px;
    width: auto !important;
    margin-left: -14px;
  }
  .book-row .ebook-links {
    height: 100%;
  }
  .cate-select {
    height: 2.5em;
  }
  .cate-select::after {
    top: -4px;
  }

  .ebook-details h3 {
    font-size: 16px !important;
  }
  .pagination li.page-number {
    height: 32px !important;
  }
  .pagination li {
    margin: 0 1px !important;
  }
  .pagination li a {
    line-height: 27px !important;
    font-size: 12px !important;
  }
  .menu-item {
    font-size: 16px !important;
  }
  .section-preview .createcat-btn {
    width: auto;
    padding: 12px 13px !important;
    font-size: 11px;
  }
  .section-preview .input-with-post-icon {
    margin-left: -77px;
  }

  .md-form.md-outline label.active {
    left: -42px !important;
  }
  .section-preview .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  h2 {
    font-size: 24px;
  }
  .pr-card {
    margin-bottom: 35px;
  }
  .sub-menu li {
    font-size: 15px !important;
  }
  .report-fetchbtn {
    margin-left: 0px !important;
    padding: 5px 20px !important;
  }
}
@media only screen and (min-width: 1336px) and (max-width: 1440px) {
  .createcat-btn {
    padding: 9px 22px;
  }
}

/* added by priya 08-10-2020 */
.leave-table th a {
  color: #000 !important;
}
.label-info {
  color: #288ad6;
}
.help-block {
  color: #e11404;
}
.select2-selection {
  border-radius: 30px !important;
}
.select2-selection__arrow {
  background: #5a682e;
  color: #fff;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  padding: 15px;
}
.select2-container--krajee
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent !important;
}
.hasDatepicker,
.krajee-datepicker {
  background: #fff
    url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png")
    97% 50% no-repeat;
  border-radius: 30px !important;
}
.leave-management-form label {
  margin-left: 10px;
}
.apply-btn {
  color: #fff !important;
}

/* added by priya 12-10-2020 */
.admissionform input,
.admissionform textarea {
  border-radius: 50px;
}
.page-header {
  font-size: 18px;
  color: #5a682e;
}
.createcat-btn {
  color: #fff !important;
}

.change-pass-btn {
  background: #9bbf47 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding: 8px 48px !important;
  width: 163%;
}
input[readonly] {
  background-color: #fff !important;
}

.admissionform .form-group {
  margin-bottom: 0px;
}

.thankyou-section {
  background: #f5f5f5;
}
.thankyou-div {
  box-shadow: 0px 0px 2px 2px #eee;
  padding: 40px;
  background: #fff;
  padding-top: 0px;
}
.tq-gif {
  margin: 0 auto;
}
.thanks-title h1 {
  color: #99ba4b;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.thanks-title h3 {
  color: #585858;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.contact-div input,
.contact-div textarea {
  border-radius: 50px;
}
.contact-div textarea {
  padding-left: 15px;
}
.question-data .form-inline,
.question-data .form-group {
  display: inline !important;
  padding-left: 0px;
  padding-right: 0px;
}
.question-data {
  margin-bottom: 20px;
}
.question-data .answer_option {
  margin-right: 3px;
}
.question-data .que-marks {
  margin-top: 20px;
}
.ol-btn {
  display: inherit;
}
.delete-item {
  border-radius: 50px !important;
}
.add-item {
  border-radius: 50px !important;
}
.random-btn {
  display: inherit !important;
}
.dashbord-menu {
  padding-left: 20px;
}
.jc-bs3-row {
  justify-content: center !important;
}
.jconfirm-buttons button:first-child {
  background: #6ea038 !important;
  color: #fff !important;
  border-radius: 30px !important;
}
.jconfirm-buttons button:last-child {
  background: #eb1a1f !important;
  color: #fff !important;
  border-radius: 30px !important;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  text-align: center !important;
}
.toggle-div .collapse:not(.show) {
  display: block;
}
.viewstudent-name {
  font-size: 16px;
}
.viewstudent-marks {
  float: right;
}

.teacher-report .tab {
  background-color: #fff;
  /* color: #fff; background: #9BBF47; */
  border: 1px solid #eee;
  /* padding: 30px; */
  margin-top: 20px;
}
.teacher-report .tab li {
  background: #999;
  margin-right: 30px;
  padding: 12px 37px;
}
.teacher-report .tab li a {
  color: #fff;
}
.teacher-report .nav-tabs {
  border: none;
}

#quiz_form {
  height: 100vh;
  /*overflow-y: scroll;*/
  padding-bottom: 70px;
  padding-top: 70px;
}
.question-display-div {
  min-height: 440px;
}
.top-examheader {
  background: #9bbf47;
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* #studentdata{width:100%!important;height:600px!important} */
/* #changepassword-form input::placeholder{font-size:14px!important;} */
.news-content {
  height: 100%;
}
.event-img img {
  height: 150px;
}
#changepassword-form input::placeholder {
  font-size: 15px;
  color: #666 !important;
}
.empty {
  margin-left: 15px;
}
.question_top label input {
  vertical-align: middle !important;
}

.video-div {
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 2px solid #ddd !important;
  padding: 20px !important;
  height: 100% !important;
}
.video-div div:first-child {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.video-div h3 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #66bb6a !important;
  margin-bottom: 10px !important;
}
.video-div .video-name {
  margin-top: 20px !important;
  background: transparent !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.video-div .video-name a {
  background: linear-gradient(
    to right,
    #9bbf47,
    #a5c649,
    #afce4a,
    #bad54c,
    #c5dc4e
  ) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  border: 0 !important;
  outline: 0 !important;
  font-weight: 600 !important;
  border-radius: 15px !important;
}
.video-div .video-name button {
  background: linear-gradient(
    to right,
    #3f4f0a,
    #323724,
    #363f19,
    #292e15,
    #404911
  ) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  font-size: 18px !important;
  border: 0 !important;
  outline: 0 !important;
  font-weight: 600 !important;
  border-radius: 15px !important;
}
.display-queset .question label {
  margin-right: 10px !important;
}

/* Variables */
:root {
  /* Fonts */
  --sans-serif: "Roboto", sans-serif;
  --serif: "Roboto Slab", serif;

  /* Colors */
  --primary: #9bbf47;
  --secondary: #647235;
  --dark: #292929;
  --dark-alt: #606772;
  --light: #ffffff;
  --light-alt: #f6fff2;
}

./* Button */
.button {
  display: inline-block;
  padding: 15px 25px;
  background: var(--secondary);
  color: var(--light);
  outline: 0;
  border: 0;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s ease all !important;
}
.button:hover {
  color: var(--light);
  background: var(--primary);
}
.shadow {
  box-shadow: 0 0rem 1rem 0.1rem #6cb44d45 !important;
}

/* Utilities */
.heading {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary);
}
.sub-heading {
  font-size: 23px;
  font-weight: 200;
  font-family: Roboto;
  color: var(--secondary);
}
.section {
  width: 100%;
  min-height: 100vh;
  background: #edffe5;
  padding: 70px 0;
}

/* Main Styling */
.content .nav-pills {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.content .nav-pills .nav-link {
  background: var(--light);
  border: 2px solid var(--primary);
  color: var(--dark-alt);
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 0 5px 5px #9bbf471f;
}
.content .nav-pills .nav-link.active {
  background: var(--primary);
  color: var(--light-alt);
}
.content .user-card {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.content .user-card .image {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 0 5px #5b702a30;
}
.content .user-card .image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.content .user-card .title {
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto;
  margin: 10px 0 20px;
}
.content .user-card .title::after {
  content: "";
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, var(--primary), var(--secondary));
  display: block;
  margin-top: 5px;
}
.content .user-card .std {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 10px;
}
.content .user-card .std i {
  margin-right: 5px;
  background: var(--primary);
  color: var(--light-alt);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.content .user-card .tag {
  font-size: 18px;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 5px;
}
.content .user-card .tag i {
  margin-right: 5px;
  background: var(--primary);
  color: var(--light-alt);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.content .user-card .toggle {
  padding: 7px 15px;
  background: var(--dark-alt);
  border: 0;
  outline: 0;
  color: var(--light);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  display: block;
}
.content .user-card .card-body:nth-child(2) {
  border-top: 3px solid #9bbf475e;
  background: var(--light-alt);
}
.content .modal {
  margin: 0;
  transition: 0.5s ease all;
}
.content .modal h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto;
  color: var(--dark);
}
.content .modal .btn-close {
  width: 30px;
  height: 30px;
  color: var(--light);
  background: var(--primary);
  opacity: 1;
  transition: 0.5s ease all;
  outline: 0;
  border: 0;
}
.content .modal .carousel {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.content .modal .carousel .carousel-inner,
.content .modal .carousel .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
  background: var(--light-alt);
  overflow: hidden;
}
.content .modal .carousel .carousel-inner .carousel-item img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.content .modal .carousel .carousel-control-next,
.content .modal .carousel .carousel-control-prev {
  width: 50px;
  height: 50px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  outline: 0;
  border: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}

.cbp-caption-defaultWrap {
  color: #000 !important;
  text-align: center;
}
..cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  transform: none !important;
}

/* Login page css add by priya 04-02-2020 */
.onlineexam-loginform-container{height:100vh;background-size:cover;background: linear-gradient(rgba(0, 0, 0, .9),rgba(0, 0, 0, 0.8)),url('../images/login-back.jpg');background-size:cover;}
.main-login-container{background:#fff;padding:20px;border-radius:10px;border:1px solid #C4343D;}
.user-icon{width:67px;height:67px;border-radius:50%;border:2px solid #2A5897;text-align:center;line-height:60px;font-size:42px;margin:auto;margin-top:-49px;color:#C4343D;background:#fff}
.input-field .form-control{background:#fff;;margin-bottom:20px;border:1px solid #2A5796;padding:8px;border-radius:15px!important}
.input-field .form-control:focus {outline: none !important;border-color: #2A5797;box-shadow: 0 0 3px #2A5797;}
.input-field .form-control::placeholder{color:#295797;margin-left:20px;font-size:16px;margin-left:20px;}
.submit-button{width:100%;border:1px solid #C4343D;margin-top:10px;border-radius:20px;height:36px;background-color:#C4343D;color:#fff;font-size:16px;font-weight:bold;}
.submit-button:hover{border:1px #2A5797;background-color:#2A5797;}
.stud-log-title{color:#2A5797;font-size:23px!important;margin-top:10px;margin-bottom:20px;}
.log-form{padding:18px;}

/* login page css end  */

.finish-inner img{width:10%;}
.finish-inner{padding-top:20%;}

/*added by vijay on 23-09-2024*/
.homework-card table tr td{border:1px solid #000 !important;}
/*end*/
