body {
  font-size: 120%;
  -ms-text-size-adjust: 190%;
  -webkit-text-size-adjust: 190%;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: grey;
}

::-webkit-scrollbar-thumb {
  background: #265d80;
}

p {
  color: #4d4d4d;
}

* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: Cairo;
  src: url('fonts/Cairo.woff') format('woff');
}

@font-face {
  font-family: MoonDance;
  src: url('fonts/MoonDance.woff') format('woff');
}

@font-face {
  font-family: KaushanScript;
  src: url('fonts/KaushanScript-Regular.woff') format('woff');
}

/*********images**************/
.pics {
  box-shadow: -5px 10px 6px #bde3ee;
  border: 1px solid grey;
}

/****navbar****/
#navbar {
  overflow: hidden;
  background-color: #265d80;
  width: 100%;
}

#navbar a {
  display: block;
  color: white;
  font-family: Cairo;
  text-decoration: none;
  font-size: 17px;
  height: 100%;
  width: 100%;
}

#navbar td {
  padding: 18px;
  cursor: pointer;
}

#navbar td:hover {
  background: #ecf5f8;
}

#navbar td:hover a {
  color: black;
}

#other_option:hover, .hdrSpacetd:hover {
  background: none !important;
  color: white;
}

#navbar td.active {
  background-color: #72c1e2;
}

#navbar td.active a {
  color: white;
}

/******accordion***************/
.accordion {
  background-color: #18516a;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  margin-left: 5%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  font-family: Cairo;
  transition: 0.4s;
}

.active1, .accordion:hover {
  background-color: #ccc;
  color: black;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  color: white;
}

.active1:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 1%;
  font-family: "'PT Sans'", sans-serif;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.headings {
  float: left;
  white-space: nowrap;
  font-weight: bold;
  font-family: MoonDance;
  font-size: 36px;
  color: #2f739d;
  margin-top: -27px;
  margin-left: 7px;
}

/*************new change request class for heading container****/
.heading_container {
  border-bottom: 1px solid #2f739d;
}

.heading_container i {
  color: #2f739d;
}

/*****blue image heading******/
.bg-image {
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  /* Full height */
  height: 300px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  font-family: Cairo;
  left: 10%;
  z-index: 2;
  width: 80%;
  text-align: center;
}

/**************menu**************/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #18516a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  font-family: Cairo;
  color: white;
  display: block;
  float: left;
  margin-left: 7px;
  transition: 0.3s;
  white-space: nowrap;
}

.sidenav td {
  border-bottom: 1px dotted #f1f1f1;
}

.sidenav td:hover a {
  margin-left: 15px;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 17px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

#home_option {
  margin-left: 10%;
}

#navbar #other_option {
  display: none;
}

#navbar .main_option {
  display: table-cell;
}

.schl_detail {
  font-size: 19px;
  margin-top: -12px;
}

.adm_detail {
  font-size: 20px;
}

#testimonial_tble td {
  width: 25%;
}

#vision_text {
  width: 60%;
}

#vision_img {
  width: 40%;
}

#chairman_img, #principal_img {
  width: 20%;
}

#chairman_text, #principal_text {
  width: 80%;
}

#memorable_tble td {
  width: 25%;
}

#contact_detail {
  display: none;
}

#adm_option {
  display: none;
}

#schl_logo {
  height: 80px;
  margin-left: 15%;
}

.schl_name {
  color: #265d80;
  line-height: 1;
  font-family: "Aclonica", sans-serif;
  font-size: 28px;
}

.mandRecordTable th {
  border: 1px solid black;
  background: #344851;
  color: white;
}

.mandRecordTable td {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid black;
}

/********responsive******************/
@media screen and (max-width: 601px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  .schl_detail {
    font-size: 15px;
  }

  .adm_detail {
    font-size: 18px;
  }

  #testimonial_tble td {
    display: block;
    width: 90%;
    margin-top: 2%;
  }

  #vision_text {
    width: 90%;
    display: block;
  }

  #vision_img {
    width: 90%;
    display: block;
  }

  .leaders_img {
    width: 20%;
    display: block;
    margin-left: 10%;
  }

  .leaders_text {
    width: 80%;
    display: block;
    margin-top: 2%;
    margin-left: 3%;
  }

  #memorable_tble td {
    width: 80%;
    margin-left: 5%;
    display: block;
    margin-top: 2%;
  }

  #contact_detail {
    display: table-cell;
  }

  .org_contact_detail {
    display: none;
  }

  #adm_option {
    display: block;
  }

  #schl_logo {
    height: 68px;
    margin-left: 0%;
  }

  .fa-envelope, .fa-phone {
    display: none;
  }
}

@media screen and (min-width: 600px) and (max-width: 749px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  .schl_detail {
    font-size: 15px;
  }

  .adm_detail {
    font-size: 18px;
  }

  #testimonial_tble td {
    display: block;
    width: 90%;
    margin-top: 2%;
  }

  #vision_text {
    width: 90%;
    display: block;
  }

  #vision_img {
    width: 90%;
    display: block;
  }

  #chairman_img, #principal_img {
    width: 70%;
    display: block;
    margin-left: 10%;
  }

  #chairman_text, #principal_text {
    width: 90%;
    display: block;
    margin-top: 2%;
    margin-left: 3%;
  }

  #memorable_tble td {
    width: 80%;
    margin-left: 5%;
    display: block;
    margin-top: 2%;
  }

  #contact_detail {
    display: table-cell;
  }

  .org_contact_detail {
    display: none;
  }

  #adm_option {
    display: block;
  }

  #schl_logo {
    height: 70px;
    margin-left: 0%;
  }
}

@media screen and (min-width: 748px) and (max-width: 823px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  .schl_name {
    margin-left: 4%;
  }

  #testimonial_tble td {
    display: block;
    width: 90%;
    margin-top: 2%;
  }

  #vision_text {
    width: 90%;
    display: block;
  }

  #vision_img {
    width: 90%;
    display: block;
  }

  #chairman_img, #principal_img {
    width: 70%;
    display: block;
    margin-left: 10%;
  }

  #chairman_text, #principal_text {
    width: 90%;
    display: block;
    margin-top: 2%;
    margin-left: 3%;
  }

  #memorable_tble td {
    width: 80%;
    margin-left: 5%;
    display: block;
    margin-top: 2%;
  }

  #contact_detail {
    display: table-cell;
  }

  .org_contact_detail {
    display: none;
  }

  #adm_option {
    display: block;
  }
}

@media screen and (min-width: 822px) and (max-width: 965px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  #testimonial_tble td {
    display: block;
    width: 90%;
    margin-top: 2%;
  }

  #vision_text {
    width: 90%;
    display: block;
  }

  #vision_img {
    width: 90%;
    display: block;
  }

  #chairman_img, #principal_img {
    width: 70%;
    display: block;
    margin-left: 10%;
  }

  #chairman_text, #principal_text {
    width: 90%;
    display: block;
    margin-top: 2%;
    margin-left: 3%;
  }

  #memorable_tble td {
    width: 80%;
    margin-left: 5%;
    display: block;
    margin-top: 2%;
  }

  #contact_detail {
    display: table-cell;
  }

  .org_contact_detail {
    display: none;
  }

  #adm_option {
    display: block;
  }
}

@media screen and (min-width: 966px) and (max-width: 1067px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  #testimonial_tble td {
    display: block;
    width: 90%;
    margin-top: 2%;
  }

  #vision_text {
    width: 90%;
    display: block;
  }

  #vision_img {
    width: 90%;
    display: block;
  }

  #chairman_img, #principal_img {
    width: 70%;
    display: block;
    margin-left: 10%;
  }

  #chairman_text, #principal_text {
    width: 90%;
    display: block;
    margin-top: 2%;
    margin-left: 3%;
  }

  #memorable_tble td {
    width: 80%;
    margin-left: 5%;
    display: block;
    margin-top: 2%;
  }

  #contact_detail {
    display: table-cell;
  }

  .org_contact_detail {
    display: none;
  }

  #admision {
    display: table-cell;
  }

}

@media screen and (min-width: 1068px) and (max-width: 1087px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  .schl_detail {
    font-size: 17px;
    margin-top: 9px;
  }

  .adm_detail {
    font-size: 18px;
  }

  .schl_name {
    margin-left: 2%;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1141px) {
  #navbar .main_option {
    display: none;
  }

  #navbar #other_option {
    display: table-cell;
  }

  .schl_name {
    margin-left: 4%;
  }
}

@media screen and (min-width: 1142px) and (max-width: 1265px) {
  #navbar a {
    font-size: 16px;
  }

  #home_option {
    margin-left: 1%;
  }

  .schl_name {
    margin-left: 2%;
  }
}

@media screen and (max-width: 1266px) {
  #home_option {
    margin-left: 3%;
  }
}

/***infrastructure***/
#inf_lab td {
  width: 25%;
}

#library_text {
  width: 60%;
}

#library_img {
  width: 40%;
}

#inf_smart td {
  width: 33%;
}

#inf_indoor_txt {
  width: 60%;
}

#inf_indoor_img {
  width: 40%;
}

#class_txt {
  width: 60%;
}

#class_img {
  width: 40%;
}

#inf_medical td {
  width: 33%;
}

/*******academics*****/
#homework_txt {
  width: 70%;
}

#homework_img {
  width: 30%;
}

#study td {
  width: 33%;
}

#subject td {
  width: 33%;
}

/***about us**/
#env_edu td {
  width: 25%;
}

/***contact**/
#contact_tble td {
  width: 50%;
}

#cont_img {
  width: 70%;
}

@media screen and (max-width: 1177px) {
  #inf_lab td {
    display: block;
    width: 70%;
    margin-left: 10%;
    margin-top: 2%;
  }

  #library_text {
    width: 90%;
    display: block;
  }

  #library_img {
    width: 70%;
    margin-left: 10%;
    display: block;
  }

  #inf_smart td {
    width: 90%;
    display: block;
    margin-left: 10%;
    margin-top: 2%;
  }

  #inf_indoor_txt {
    width: 90%;
    display: block;
  }

  #inf_indoor_img {
    width: 70%;
    display: block;
    margin-left: 25%;
  }

  #class_txt {
    width: 90%;
    display: block;
  }

  #class_img {
    width: 70%;
    display: block;
    margin-left: 25%;
  }

  #inf_medical td {
    width: 90%;
    display: block;
    margin-left: 10%;
    margin-top: 2%;
  }

  #homework_txt {
    width: 90%;
    display: block;
  }

  #homework_img {
    width: 80%;
    margin-left: 10%;
    display: block;
  }

  #study td {
    width: 90%;
    margin-left: 10%;
    margin-top: 2%;
    display: block;
  }

  #subject td {
    width: 80%;
    margin-left: 10%;
    margin-top: 2%;
    display: block;
  }

  #morning_txt {
    width: 90%;
    display: block;
  }

  #morning_img {
    width: 90%;
    margin-left: 10%;
    display: block;
  }

  #science td {
    width: 90%;
    display: block;
    margin-left: 105;
    margin-top: 2%;
  }

  #student_txt {
    width: 90%;
    display: block;
  }

  #student_img {
    width: 90%;
    display: block;
    margin-left: 10%;
  }

  #env_edu td {
    width: 90%;
    display: block;
    margin-left: 10%;
    margin-top: 2%;
  }

  #contact_tble td {
    width: 80%;
    display: block;
    margin-top: 2%;
  }

  #cont_img {
    width: 70%;
    margin-left: 20%;
  }
}

.square_btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  font-family: Cairo;
  font-size: 16px;
  width: 15%;
  padding-left: 10px;
  padding-right: 20px;
}

.square_btn:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}