.size {
    height: 300px;
    width: 300px;
    background-color: rgb(241, 238, 238);
}

body, html {
    height: 100%;
  }
  
  * {
    box-sizing: border-box;
  }

.bg-image {
    /* The image used */
    background-image: url("/img/bg3.jpg");
  
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .user-bg-image {
    /* The image used */
    background-image: url("/img/loginb.jpg");
  
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-image {
    /* The image used */
    background-image: url("/img/bg3.jpg");
  
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .u-p-bg-image {
    /* The image used */
    background-image: url("/img/bg0.jpg");
  
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
  
    /* Full height */
    height: 100%;
  
    /* 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: 1px solid #f1f1f1;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40%;
    padding: 20px;
    text-align: center;
  }
  .bg-text-2 {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    color: white;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 60%;
    padding: 20px;
    text-align: center;
    display: none;
  }
  .p-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: 1px solid #f1f1f1;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }

table {
    height: 300px;
    width: 300px
}


.home {
  background-image: url("/img/bg6.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.adminBg {
    background-image: url("/img/adminbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.blur {filter: blur(4px);}

.user_login {
  max-width: 300px; 
  border-radius: 15px; 
  margin-top: 100px;
}

.imgM {
  max-height: 400px;
  max-width: 400px;
}

.p0 {
  padding: 0;
}

.payment_form {
  max-width: 500px;
}
.logo {
  height: 200px; 
  width: 400px;
}

/* .logo {
  height: 65px; 
  width: 130px; 
  margin-right: -15px;
  margin-top: 23px;
} */

#frame {
  height: 450px;
  width: 600px;
}
.gallery:hover .cImg {
  border: 1px solid black
}
.primary_contact_2 {
  display: none;
}
 
@media screen and (max-width: 520px) {
  .bg-text h3 a {
    font-size: 20px;
  }
  #frame {
    height: 300px;
    width: 300px;
  }
}

@media screen and (max-width: 400px) {
  .bg-text h3 a {
    font-size: 16px;
  }
  .user_login {
    margin-top: 30px;
  }
  .p {
    padding: 0;
  }
  .welcomeMsg {
    font-size: 20px;
  }
  .primary_contact_2 {
    display: block;
  }
  .primary_contact_1 {
    display: none;
  }
}


@media screen and (max-width: 345px) {
  .bg-text {
    display: none;
  }
  .bg-text-2 {
    display: block;
  }
  .admin-button {
    margin-top: 5px;
  }
  
}

#alertDiv {
  display: none;
}

.p0 {
  padding: 0;
}

.h {
    display: none;
}

.boxShadow {
    box-shadow: 10px 10px;
    border-radius: 8px;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.row1{
    background-image: url('/img/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: fixed;
}

.noticeTxt {
  display: none;
}

.icons {
  height: 70px;
  width: 200px;
}

.avatar_demo {
  border-radius: 8px; 
  max-height: 150px;
  max-width: 150px;
}

.noticeBoard {
  background-image: url('/img/noticeBoard-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.avtr {
  height: 150px;
  width: 150px;
}
.checked {
  color: orange;
}

/*Start*/
.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position:absolute;
  /* top:-9999px; */
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
/*End*/

  @media screen and (max-width: 800px) {
     .head {
       padding: 0;
     } 
     /* .logo {
      height: 50px; 
      width: 100px;
      margin-right: -7px;
     } */
     ._head {
      font-size: 25px;
     }
     ._headB {
      font-size: 12px;
     }
   }

   @media screen and (max-width: 500px) {
    .logo {
      height: 100px; 
      width: 200px;
      margin-right: -10px;
     }
     ._head {
      font-size: 20px;
     }
     ._headB {
      font-size: 10px;
     }
    .examadd {
      font-size: 25px;
    }
    .admission {
      margin-top: 30px;
    }
   }
   
   .headDiv3 {
    display: none;
  }

  #serviceDetailessHome {
    background-image: url("/img/banner/b-3.jpg") fixed cover;
  }
   
  div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
  }

  .blue {
    background-color: aqua;
  }

   @media screen and (max-width: 400px) {
    .logo {
      height: 45px; 
      width: 45px;
     }
     ._head {
      font-size: 22px;
     }
     ._headB {
      font-size: 10px;
     }
    .ftr_subsc {
      font-size: 16px;
    }
    .notice {
      display: none;
    }
    .aDiv {
      display: none;
    }
    .noticeTxt {
      display: block;
    }
    .f {
      padding: 0;
    }
    .avatar_demo {
      height: 50px;
      width: 50px;
    }
    .features {
      font-size: 25px;
    }
    .featuresDisc {
      font-size: 15px;
    }
    .headDiv2 {
      display: none;
    }
    .headDiv3 {
      display: block;
    }
   }

   #map {
    height: 100%;
  }
  #TxtFeatures {
    display: none;
  }
  

  @media screen and (max-width: 750px) {
    #ImgFeatures {
      display: none;
    }
    #TxtFeatures {
      display: block;
    }

   }

   @media screen and (max-width: 330px) {
    .h {
        display: block;
    }
    /* .s {
        display: none;
    } */
    #forms, #f {
      padding: 0;
    }
    .ip {
      padding: 0;
    }
   }

  @media screen and (max-width: 300px) {
    
    .logo {
      margin-right: -15px;
    }
    .headDiv {
      padding: 0;
    }
    .headDiv2 {
      margin-left: -50px;
    }
    .our_services,
    .ftr_head {
      font-size: 25px;
    }
    .ftr_subsc {
      font-size: 13px;
    }
    .ab_con {
      padding: 0;
    }
    .icons {
      height: 35px;
      width: 100px;
    }
    .examadd {
     font-size: 16px;
    }
    .admDisc {
      font-size: 16px;
    }
    ._head2,
    .ftr_disc,
    .about_disc,
    .ftr_address {
      font-size: 13px;
      
    }
  }
