/********************oldzimcare*******************/
body{
    overflow-x:hidden;
}
#loadschool1,
#loadschool2 {
  margin-left: 10px;
  border-radius: 20px;
}

.error,
.form-error {
  color: red;
}

button[type='submit'] {
  border-radius: 25px;
  width: -webkit-fill-available;
  font-family: 'Barlow Condensed', sans-serif;
}

label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

td {
  font-family: 'Barlow Condensed', sans-serif;
}

li,
ul,
div,
p,
a,
nav,
span {
  font-family: 'Barlow Condensed', sans-serif;
}

form {
  border-radius: 25px;
  top: 0px;
  margin-bottom: 50px;
}

nav {
  height: fit-content;
  top: 0;
  right: 0;
  left: 0;
  background-color: rgba(35, 35, 35, 0.63);
  border-top: 0px solid rgba(47, 46, 46, 1);
  border-bottom: 0px solid rgba(47, 46, 46, 1);
}

.nav-link {
  color: white !important;
}

.nav-img {
  max-width: 55px;
}

#header {
  height: 40vw;
  max-height: 40vw;
  min-height: 40vw;
}

@media only screen and (max-width: 768px) {
  nav {
    text-align: center;
  }
  #header {
    height: 100vw;
    max-height: 100vw;
    min-height: 100vw;
  }
}

footer {
  background: #0a4d86;
  color: white;
}

.footer-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

i {
  font-size: 25px !important;
  margin-left: 10px;
  margin-top: 30px;
  color: white;
}

.footer-copyright {
  margin-top: 30px;
}

.btn-email {
  background: white;
  color: #0a4d86;
  border-radius: 30px;
  width: 8em;
}

.footer-logo>a>img {
  height: 3vw;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .footer-container {
    text-align: center;
  }
  .footer-container>div>div {
    margin-top: 0.5em;
  }
}

.intro-text {
  color: white !important;
  position: absolute;
  top: 200px;
  font-size: 50px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

.font_3 {
  font-weight: 600;
}

.main-heading {
  margin-top: 1em;
  margin-bottom: 1em;
}

.nav_3>a {
  color: #99D337 !important;
}

.nav-link {
  font-size: 1.2vw;
  font-weight: 500;
}

.nav-link:hover {
  color: #2FB1DC !important;
  transition: color 0.4s;
}

nav {
  z-index: 1 !important;
}

.hero-image {
  height: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

@media only screen and ( max-width: 768px) {
  nav {
  background-color: rgba(35, 35, 35, 0.63);
  border-top: 0px solid rgba(47, 46, 46, 1);
  border-bottom: 0px solid rgba(47, 46, 46, 1);
  }
  #header-school{
      height:65vw !important;
  }
  nav {
    position: absolute !important;
  }
}

@media only screen and (min-width: 769px) {
  nav {
    position: absolute !important;
  }
}

.btn-file {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}


/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: fit-content;
}


/* The Close Button */

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.files input {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  padding: 120px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.files input:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
  border: 1px solid #92b0b3;
}

.files {
  position: relative
}

.files:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color input {
  background-color: #f1f1f1;
}

.files:before {
  position: absolute;
  bottom: 10px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

@media only screen and ( min-width: 768px) {
  #header {
    height: 40vw !important;
    max-height: 40vw !important;
    min-height: 40vw !important;
  }
  .hero-image {
    height: inherit !important;
  }
  .lg-line {
    left: 70px;
  }
}

form {
  border: unset;
}

#phone-error {
  font-size: 12px;
  color: red;
}

tr {
  cursor: pointer;
}

tr:hover td {
  background: #87878a;
  color: white;
}

.selected_row {
  background: #87878a !important;
  color: white;
}

label {
  justify-content: left !important;
}

.cntus>h4 {
  font-size: 25px !important;
  font-weight: 600 !important;
}

.cntus>a {
  border-radius: 30px;
  background: white;
  color: #0a4d86;
  width: 110px;
  height: 36px;
  font-size: 20px;
  padding: 0px;
}

.footer-copyright {
  font-size: 17px;
  font-weight: 500;
}

.scrolltable {
  margin-top: 20px;
  height: 500px;
  overflow: auto;
}

.scrolltable table {
  border-collapse: collapse;
}

.scrolltable th div {
  position: absolute;
  margin-top: -20px;
}

.bottom-line {
  font-style: italic;
  font-weight: 500;
  line-height: 0.1;
}


.btn-success{
  background-color: rgba(153, 211, 55, 1);
  border: solid rgba(182, 243, 232, 1) 0px;
  cursor: pointer !important;
  border-radius: 100px;
}
.btn-success:hover{
  background-color: rgba(0, 138, 252, 1);
  border-color: rgba(61, 155, 233, 1);
}
.h1_ext{
  font-size: 3.5vw;
  font-weight: 400;
}
.font_1_ext{
  font-weight: 600;
  font-size: 4vw;
}
.font_1{
  font-weight: 600;
  font-size: 4vw;
}
.font_2{
  font-weight: 600;
  font-size: 2rem;
}
.color-dark{
  color:rgb(65, 64, 66);
}
.color-blue{
  color:#41b8df;
}
.bg-img-500{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}

.bg-img-cover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-2{
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}
#header-school{
  height: 30vw;
}
.bg-3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-success{
  background-color: #94c83c !important;
}
.thumbnail-logo>img{
  height: 70px;
  width: auto;
  margin-top: 10px;
}
@media only screen and (max-width : 600px){
  .nav-link {
    font-size: 5vw;
  }
  .h1_ext{
    font-size: 2rem;
    font-weight: 400;
  }
  .font_1{
    font-weight: 600;
    font-size: 2rem;
  }
  .quote-txt{
    font-size: 4vw !important;
  }
  .quote-txt-credits{
    font-size: 3vw !important;
  }
  .font_2{
    font-size: 1.5rem;
  }
  .font_1_ext{
    font-weight: 500;
    font-size: 10vw;
  }
  .left-pattern>img{
    height: 30vw !important;
  }
}


@media (min-width: 992px){
  .px-lg-5 {
      padding-left: 10vw!important;
      padding-right: 10vw!important;
  }
}
@media (min-width: 1400px){
  .nav-img{
    min-width: 5vw !important;
  }
}

.about_text{
  font-size: 1.5vw;
}
.footer-copyright{
  font-size: 1.5vw;
}
@media only screen and (max-width: 1000px){
 .about_text{
    font-size: 4vw;
  }
 .footer-copyright{
    font-size: 1.5vw;
  }
  .footer-logo>a>img {
    height: 5vw;
    margin-top: 15px;
  } 
}
.thumb_header{
  font-size: 2vw;
}
@media only screen and (max-width: 700px){
 .thumb_header{
    font-size: 5vw;
  } 
  .footer-copyright{
    font-size: 4vw;
  }
  
  .footer-logo>a>img {
    height: 10vw;
    margin-top: 15px;
  } 
  
}
.thumb_description{
  font-size: 1.5vw;
}
@media only screen and (max-width: 700px){
 .thumb_description{
    font-size: 3.5vw;
  } 
}
.testimonial{
  font-size: 1.5vw;
}
@media only screen and (max-width: 700px){
 .testimonial{
    font-size: 4vw;
  } 
}
.testimonial_credits{
  font-size: 1.2vw;
}
@media only screen and (max-width: 700px){
 .testimonial_credits{
    font-size: 4vw;
  } 
}

.btn_font_1{
  font-size: 1vw;
}
@media only screen and (max-width: 700px){
 .btn_font_1{
    font-size: 4.5vw;
  } 

  .font_1_ext{
    font-weight: 500;
    font-size: 10vw;
  }


  .pattern>img{
    height: 40vw !important;
  }
}
@media only screen and (min-width: 800px){
  .thumbnail_image{
    height:18vw;
  }
}

.partner-logo{
  width:14%;
  height:auto;
  object-fit: contain;
}


@media only screen and (max-width: 550px){
  .partner-logo{
    width:18%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}


@media only screen and (max-width: 450px){
  .partner-logo{
    width:24%;
    padding:10px !important;
  }
}

@media only screen and (max-width: 350px){
  .partner-logo{
    width: 26%;
    padding: 5px !important;
  }
}
