﻿body {
    font-size: 14px;
    font-family: "Nunito", sans-serif !important;
}
/*
.preheader {
  width: 100%;
background-color: #232936;
  height: 35px;
  line-height:35px;
  font-size:14px;
}*/
.preheader {
    height: 35px !important;
    line-height: 35px !important;
}
a {
    text-decoration:none !important;
}
.preheader a {color:#fff;}
.header {
    background-color: #fff;
    position:relative;z-index:0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #2329365e;
}
.header:after {
    content:'';
        background-image: url('../images/round.jpg');
  position:absolute;left:0;top:0;
  width:100%;height:100%;
  z-index:-1;opacity:.8;
}
.img_header {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  float:left;
}
.mpo_logo {
    height:auto;
    padding-top:15px;
}
.mpo_logo img {height:40px;}
/* Navigation CSS */
/*.menubar.dtl_media {
    background: #232936;
    padding: 0;
    position: relative;
}

#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#cssmenu ul li a {
    color: #fff;
    padding: 14px 18px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s;
}

#cssmenu ul li a:hover {
    background: #003f7f;
}
*/
#cssmenu {
     
    z-index: 9999 !important;
}
/* ---- Mobile View ---- */
#menu-button {
    display: none;
    padding: 14px;
    font-size: 18px;
    color: #fff;
    /*background: #005bab;*/
    cursor: pointer;
}

@media (max-width: 768px) {
    #menu-button {
        display: block;
    }

    #cssmenu ul {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    #cssmenu ul.open {
        display: block;
    }

    #cssmenu ul li a {
        border-top: 1px solid rgba(255,255,255,0.2);
    }
}
/* End of Navigation Styles */
.school_name {
  float: left;
padding: 10px 0 0 0;
}
.school_name h1 {letter-spacing: -1px;
  font-size: 1.3rem;  font-family: "Ubuntu", sans-serif !important;font-weight: 800;
  margin:0;
}
.school_name h2 {
  font-size: 1rem;  font-family: "Ubuntu", sans-serif !important;
}

/* Banner School */
.osmsSchool-banner {
   padding:30px 0;
    background-image: url('../images/innerimages/35188211_school3.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:0;
}
.osmsSchool-banner:after {
 content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #ffdfd4 0%, #fcbaa3 100%);
  z-index: -1;
  opacity: 0.9;
}
.welcome_text {
  width:80%;
  margin: 0 auto;
  padding: 2% 0;
  text-align:center;
}
.welcome_text h1 {
  font-size: 3em;
  color: #000;font-family: "Ubuntu", sans-serif !important;
  margin-bottom: 20px;
}
.citizen_login_btn {
  background-color:transparent;
  border-radius: 50px;
  border: 2px solid #000;padding:10px 20px;
  color:#000;font-weight:600;
  margin: 0 auto;display:inline-block;width:auto !important;
 
}
.citizen_login_btn:hover {
   background-color: #232936;
  color: #fff;
}
    .citizen_login_btn:hover span {color:#fff !important;}
    .bannerlogo {
        text-align: center;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }
.about-school {
    background-image: url('../images/innerimages/about-bg.jpg');

}
.section {
    padding:40px 0;
}
.sectionheading {
    font-size:40px;
    font-weight:800;color: #334359;
}
.principal-img {
    width:250px;
    border:10px solid #fff;
  position: relative;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,.1);
float:right;
border-radius:4px;
}
 .principal-img img {
object-fit: fill;
  height: 200px;
  width: 100%;
  object-position: top;
 }
 .btn_area_readmore {

  width: 100%;
  margin: 20px 0 20px 0;
  text-align: left;
}
 .btn_area_readmore .btn {
  border: 1px solid #02035a;
  text-align: center;
  display: inline block;
  cursor: pointer;
  color: #000;
  padding: 10px 20px;
  transition:.5s all;
}
    .btn_area_readmore .btn:hover {
        background-color:#0a2359;color:#fff;
    }
 .about-school-people {

 }
 .name-principal {
     padding:10px;
     text-align:center;
     background-color:#fff;
 }
  .name-principal strong {
   display: block;
  font-weight: 700;
  font-size: 20px;
  }

.category {
    color:#000 !important;
}
.category_name {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
  .category_name:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);

}
  .blackwindow {
   position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(59, 71, 100,.8);
  top: 0;
  padding: 70px 20px;
  text-align: center;
  color: #fff;transition:.5s all;
  }
    .blackwindow:hover {
        background:rgba(59, 71, 100,.1);
  }

  .blackwindow strong {
      font-size:20px;
  }
    .blackwindow:hover strong {
        color:#000;
    }
.album {
    margin-bottom:20px;
}
.category_name img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
}
  .category_name:hover img{
  transform: scale(1.1);
}
  .contactdetails-school {
      padding:30px 0 0 0;
  }
  .contactdetails-school h2 {font-size:25px;font-weight:700;}
  .contact-content-list {
  display: flex;
    padding: 10px 30px 10px 0;
  }
  .contactdetails-school ul {
      margin:0;padding:0;
      list-style-type:none;
  }
  .contactus-schoolimg  {
      height:20px;width:40px;
  }
    .contactus-schoolimg img {
       max-width:100%;
    }
    .contactdetails-school strong {
        font-weight: 700;
        text-transform: uppercase;
        margin: 6px 1px 0 5px;
        font-size: 16px;
        width: 80%;
    }
        .contactdetails-school strong span {
            display:block;text-transform:lowercase;
        }
            .contactdetails-school strong span, .contactdetails-school strong span span {
                display:inline-block !important;
            }
            .contact-content-list span {
                margin: 0;
                display: block;
                font-size: 14px;
                font-weight: 500;
            }
.contactschool {
  background-color: #ececec3b;
}
.footer {
  width: 100%;
background-color: #232936;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}

.srvr_area {
  position: relative;
}
.servr_name {
  position: absolute;
  color: #000;
  background-color: #FFCF06;
  left: 8px;
  bottom: 8px;
  text-align: center;
  box-shadow: 0 0 5px #000;
  padding: 10px;
}
.disclaimer {
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 144px;
}


/* School Login In */

/* Sidebar container */
.sidebar {
    /*width: 240px;
    background: #1e2a38;*/
    color: #fff;
    /*font-family: Arial, sans-serif;*/
    /*height: 100vh;*/
    /*overflow-y: auto;*/
    /*padding-top: 10px;*/
    box-shadow: 7px 0 60px rgba(0,0,0,.05);
    position:relative;
}

/* Main menu */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu > li > a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.menu img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Hover */
.menu a:hover {
    background: #2c3e50;
}

/* Submenu */
.submenu {
    list-style: none;
    padding-left: 0;
    display: none;
    background: #263544;
}

.submenu li a {
    display: block;
    padding: 10px 30px;
    font-size: 14px;
    color: #ddd;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.submenu li a:hover {
    background: #32475a;
}

/* Arrow indicator */
.has-sub > a::after {
    content: "▸";
    float: right;
    transition: 0.3s;
}

/* Expand State */
.has-sub.open > a::after {
    transform: rotate(90deg);
}

/* Show submenu when open */
.has-sub.open > .submenu {
    display: block;
}
/* Submenu container */
.submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #263544;      /* submenu background */
    display: none;            /* hidden by default */
    border-left: 2px solid #3e536a;
}

/* Submenu items */
.submenu li a {
    display: block;
    padding: 10px 30px;        /* indent */
    color: #dcdcdc;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-decoration: none;
}

/* Submenu hover */
.submenu li a:hover {
    background: #32475a;
    color: #fff;
}

/* Open submenu */
.has-sub.open > .submenu {
    display: block;
}

/* Arrow icon for items with submenus */
.has-sub > a::after {
    content: "▸";
    float: right;
    margin-right: 10px;
    transition: 0.3s;
    opacity: 0.8;
}

/* Rotate arrow when menu is opened */
.has-sub.open > a::after {
    transform: rotate(90deg);
    opacity: 1;
}


@charset "UTF-8";
.nav-side-menu {
  overflow: auto;
  /*font-family: verdana;
  font-size: 12px;*/
  font-weight: 200;
  /*background-color: #2e353d;*/ 
  background-color: #fff;
  /*position: fixed;*/
  top: 0px;
  width: 300px;
  height: 100%;
  color: #000;
   
}

.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.nav-side-menu .toggle-btn {
  display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  cursor: pointer;
  /*    
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
 font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-left: 10px;
  padding-right: 15px;
  vertical-align: middle;
  float: right;
  font-weight: 300 !important;
  font-size: 10px;
  color: #a3a3a3;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #fcbaa3;
  background-color: #fcbaa3;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
 background-color: #3e434f;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;color:#fff;
  font-size: 14px;
  font-weight: 400;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #f1f4f6;
  border-bottom: 1px solid #f1f4f6;
}

.nav-side-menu li a {
 color: #000;
  font-weight: 500;
  font-size: 14px;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu ul ul li a {
    color:#fff;
}
.nav-side-menu li:hover {
  
border-left: 3px solid #4e618a;
  background-color: #a3cdff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: inherit;
  }

  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }

  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
.outerDisplay {
    display:flex;
}
 .menuSide-block {
     /*padding-left:300px !important;*/
     /*padding:30px;*/width:100%;background-color:#f1f4f6;
 }
 ul.menu-content li a img {height:20px;padding-left: 10px;
 
 }
 .dashboard-page-title {
      
             background-image: url('../images/innerimages/profilebg.jpg');
          background-size: cover;
  background-position: bottom;
padding: 1rem;
  position: relative;z-index:0;
  margin-bottom:10px;

}
    .dashboard-page-title:after {
       content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #232936;
  opacity: 0.1;
     
    }
 .page-title-wrapper {
     position:relative;
     display:flex;align-items:center;
 }
 .dashboard-page-title strong {
     font-size:20px;font-weight:700;color:#fff;
 }
.page-title-heading {
  font-size: 1.1rem;
  font-weight: 400;
  display: flex;
  align-content: center;
  align-items: center;
}
.page-title-icon {
  font-size: 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: .8333333333rem;
  margin: 0 1.5rem 0 0;
  background: #fff;
  box-shadow: 0 .46875rem 2.1875rem rgba(31.5,53,108,.03),0 .9375rem 1.40625rem rgba(31.5,53,108,.03),0 .25rem .53125rem rgba(31.5,53,108,.05),0 .125rem .1875rem rgba(31.5,53,108,.03);
  border-radius: .375rem;
  width: 60px;
  height: 60px;
}
 .page-title-icon img {height:36px;}

 .detail_box {
  background-color: #fff;
  text-align: center;
  width: 100%;
  margin:20px auto;
  min-height:auto !important;
  padding:20px 0;border-radius:0.375rem;
transition:.5s all;
box-shadow: 0 .46875rem 2.1875rem rgba(58,196,125,.03),0 .9375rem 1.40625rem rgba(58,196,125,.03),0 .25rem .53125rem rgba(58,196,125,.05),0 .125rem .1875rem rgba(58,196,125,.03);
}
 .detail_box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  transform: translateY(-15px);
}
 .detail_box h2 {
font-size: 1.1em;
  font-weight: 700;
  margin:0;padding:0;
}
 .detail_box h3 {
  font-size: 1em;
  color: #eee;
  margin:0px 0;
  color: #818181;
}
 .card {
  box-shadow: 0 .46875rem 2.1875rem rgba(31.5,53,108,.03),0 .9375rem 1.40625rem rgba(31.5,53,108,.03),0 .25rem .53125rem rgba(31.5,53,108,.05),0 .125rem .1875rem rgba(31.5,53,108,.03);
  border-width: 0;
  transition: all .2s;
}
 .card-header {
     background-color:transparent !important;
 }
 .card-header, .card-title {
  text-transform: uppercase;
  color: rgba(37.8,63.6,129.6,.7);
  font-weight: bold;
  font-size: 1rem;margin:0;
}
 .detail_icn {
     margin-bottom:10px;
 }
 .card-notification {
     margin-bottom:20px;
 }
 .card-notification ul {
     margin:0 !important;padding:0 0 0 0 !important;
 }
  .card-notification ul li {font-size:14px;font-weight:500;list-style:none;}
 .card-notification ul li strong{
     font-weight:700;font-size:17px;

 }
    .card-notification ul li {
        font-size: 14px;
        padding: 10px;
        border-bottom: 1px dashed #ddd;
        display: flex;
    }
   .card-notification ul li p {
       margin:0;
   }
   .card-notification ul li img {height:30px;}
 .card-notification ul li.citab {
     line-height: 1 !important;
 }
  .citab {
      padding:0 !important;
  }
 .citab img {
  display: block;
  height: 25px;
}
 .citab strong {

  display: block;
  font-size: 13px;
}
 #vertical_tab_nav a img {
  margin: 0 10px 0 10px;
}
 .citab a {
     line-height:1.5;
 }
 /* Slim vertical scrollbar - base */
.scroll-y-slim {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

/* WebKit browsers (Chrome, Edge, Safari) */
.scroll-y-slim::-webkit-scrollbar {
  width: 8px;                /* width of the vertical scrollbar */
  height: 8px;               /* height for horizontal, kept small */
}
.scroll-y-slim::-webkit-scrollbar-track {
  background: transparent;   /* track color */
  border-radius: 8px;
}
.scroll-y-slim::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.35); /* thumb color */
  border-radius: 8px;
  border: 2px solid transparent;      /* gives padding inside track */
  background-clip: padding-box;
}

/* Thumb hover/active state for better affordance */
.scroll-y-slim::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,0.55);
}
.scroll-y-slim::-webkit-scrollbar-thumb:active {
  background-color: rgba(0,0,0,0.7);
}

/* Firefox: thin + colors */
.scroll-y-slim {
  scrollbar-width: thin;                /* "auto" | "thin" | "none" */
  scrollbar-color: rgba(0,0,0,0.35) transparent; /* thumb then track */
}

/* Optional: a dark variant */
.scroll-y-slim.dark::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.25);
}
.scroll-y-slim.dark {
  scrollbar-color: rgba(255,255,255,0.25) transparent;
}

/* Optional: completely hidden default and show on hover (nice for minimal UIs) */
.scroll-y-slim.hide-default::-webkit-scrollbar { width: 0; }
.scroll-y-slim.hide-default { scrollbar-width: none; } /* FF */
.scroll-y-slim.hide-default:hover::-webkit-scrollbar { width: 8px; }
.scroll-y-slim.hide-default:hover { scrollbar-width: thin; }

/* Form design */

.form_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    background-color: #fff;
    margin: 10px 0;
}

    .form_table input[type="checkbox"] {
        margin: 0 8px 0 0;
    }

    .form_table input[type="radio"] {
        margin: 0 8px 0 0;
        border: none !important;
        width: auto !important;
        background-color: transparent !important;
    }

    .form_table input[type="password"] {
        width: 100%;
    }


    .form_table th {
        padding: 5px;
        border-bottom: #eef0f3 1px solid;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        background-color: #e2eaef;
    }

    .form_table td {
        padding: 6px;
        border-bottom: #eef0f3 1px solid;
        text-align: left;
        color: #000;font-size:14px;
    }
      .form_table td span {
        font-size:14px;
    }
/* provide some minimal visual accomodation for IE8 and below */

.table tr {
    background: #fff;
}
/*  Define the background color for all the ODD background rows  */

.form_table tr:nth-child(odd) {
}
/*  Define the background color for all the EVEN background rows  */

.form_table tr:nth-child(even) {
}

.form_table input[type="text"], .form_table input[type="password"], .form_table textarea, .form_table select {
    padding: 7px;
    border-radius: 4px;
    background-color: #fff;
    border: #ddd 1px solid;
    font-size: 15px;
}

.form_table input:focus {
    outline: none;
    box-shadow: 0px 0px 5px #ddd;
}

.form_table input:hover {
    border-radius: 5px;
}

.form_table select {
    width: 100%;
}

.form_table input[type="text"] {
    width: 100%;
}

.form_table select:focus {
    outline: none;
    box-shadow: 0px 0px 5px #61C5FA;
    border: #ddd 1px solid;
}

.form_table select:hover {
    border: #ddd 1px solid;
    border-radius: 5px;
}

.form_table textarea {
    width: 100%;
    resize: vertical;
}

.btn_form {
    border: none;
    padding: 6px 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px 5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 96px) calc(1em + -6px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    min-width: 120px;
    margin-bottom:0 !important;
}

.feeLable {
    display: none;
}




.btn_reset {
    background-color: #0092d9;
}

    .btn_reset:hover {
        background-color: #54B9EB;
        cursor: pointer;
    }

.btn_cancel {
    background-color: #C51616;
}

    .btn_cancel:hover {
        background-color: #A80000;
        cursor: pointer;
    }

.form_table4 td {
    width: 25%;
}


.none table td {
    border: none !important;
    width: auto !important;
    background-color: transparent !important;
}
 
.center {
    text-align: center !important;
}

.red {
    color: #ff000;
}
.profiledetails-card {
    margin-bottom:20px !important;
}
.profiledetails-card .card-header{
    border-bottom:0 !important;
}
.profiledetails-card h6 {
margin: 0 0 0 10px;
    
  padding: 0;font-weight:700;
}
.aboutschool-profile p {
    color:#98A4AE;
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.hstack p {
    margin:0;padding:0;font-size:14px;
}
.hstack strong {
    margin-right:4px;
}
.card-contact {
    margin-top:10px;
    padding:5px !important;width:100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}
.card-contact .hstack h6 {
    font-size:15px;
    margin:0;
}
.card-contact .hstack img {
    height:50px;margin-right:10px;
}
.basicdetails ul {
    margin:10px 0 0 0 !important;
    padding:0 !important;
    list-style-type:none;
}
.basicdetails ul li {
display: inline-block;
  width: 49.5%;
  border-bottom: 1px solid #dddddd4a;
  padding: 4px 0;
}
.basicdetails ul li label {
    color: #98A4AE
}
.cardimage {
    display:block;
    text-align:center;
}

.wrapper {
    background-color:#f1f4f6;
}

.theme_area label {display:inline !important;}
.table-heading {
    padding: 5px;
    color: #000;
    font-weight: 700;
    font-size: 16px;     
}
.schoolsession-table td:nth-child(1) {
    width:5% !important;
}
.session-term td:nth-child(1) {
    width: 5% !important;
}
.addcontent-table td:nth-child(4) {
    width: 5% !important;
}
.addcontent-table td:nth-child(6) {
    width:15% !important;
}

.addcontent-table td span {
    display: block !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .about-school-people .principal-img {
        float:none;
        margin:0 auto;
    }
    .sectionheading {
        text-align:center;
    }
    .about-school-content p{
        text-align:center;
    }
    .btn_area_readmore { text-align:center;}
    .feature.map iframe {
        height:100% !important;
    }
    .contact-content-list {
         display: block !important; 
        text-align: center;
       
    }
    .contactus-schoolimg {
        width: 40px;height:100% !important;
        margin: 0 auto;
        text-align: center;
    }
    .contactdetails-school {
        text-align:center;
    }
    .schoolsession-table td:nth-child(1) {
        width:100% !important;
    }
    .session-term td:nth-child(1) {
        width: 100% !important;
    }
 
}