.logo {
  height: 90px;
  width: 90px;
  margin-right: -15px;
}

.bgDiv {
  height: 720px;
}

.hide {
  display: none;
}

#homeDivForPc {
  background-image: url(/img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

/* .imgHoverDiv :hover{
  background-color: rgba(180, 246, 180, 0.504);
} */

#galleryFrontDiv {
  background-image: url(/img/reserved/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

.roundedDiv {
  margin-top: 50px;
    margin-left: 100px;
    rotate: -20deg;
    width: 350px;
    background-color: #008a4ce4;
    box-shadow: 3px 3px 7px;
}

#gradientBackground {
  background-image: linear-gradient(to right, #03340727, rgba(255, 0, 0, 0));
}

#mainDiv_1,
#footer {
  background-image: linear-gradient(to right, #008a4cc4, #008a4ca8);
  /* background-color: rgba(237, 161, 11, 0.3); */
}

.lessOpecityBg {
  background-color: whitesmoke;
  box-shadow: 2px 2px 5px;
  border-radius: 20px;
  padding: 10px;
}

.h {
  display: none;
}

/* #footer {
  margin-top: 100px;
} */

@media screen and (max-width: 800px) {
  .head {
    padding: 0;
  }

  .logo {
    height: 80px;
    width: 80px;
  }

  ._head {
    font-size: 25px;
  }

  ._headB {
    font-size: 12px;
  }
}

#wwelcomeText {
  padding-top: 180px;
}

@media screen and (max-width: 500px) {
  .logo {
    height: 70px;
    width: 70px;
    margin-right: -10px;
  }

  ._head {
    font-size: 20px;
  }

  ._headB {
    font-size: 10px;
  }

  #wwelcomeText {
    padding-top: 10px;
  }

  .hotline {
    font-size: 25px;
  }

  .bgDiv {
    height: auto;
  }
}

.showInMobile {
  display: none;
}

#mainDiv_2 {
  display: none;
}

.mapName:hover{
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .logo {
    height: 45px;
    width: 45px;
  }

  ._head {
    font-size: 20px;
  }

  ._headB {
    font-size: 10px;
  }

  .ftr_subsc {
    font-size: 16px;
  }

  .f {
    padding: 0;
  }

  .showInMobile {
    display: block;
  }

  .hideInMobile {
    display: none;
  }

  #homeDivForPc {
    height: auto;
  }

    .roundedDiv {
      margin-left: 0px;
    }

    #ourVision {
      margin-top: 100px;
    }

}

@media screen and (max-width: 300px) {

  .logo {
    margin-right: -15px;
  }

  .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;
  }

  ._head2,
  .ftr_disc,
  .about_disc,
  .ftr_address {
    font-size: 13px;

  }
}

.change-bg {
  background-image: url('/img/3.png');
}

@media print {
  #takePrint {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  html,
  body {
    height: 100%;
    width: 100%;
  }
}

.f30 {
  font-size: 30px;
}

.f30v {
  font-size: 26px;
}

.customTable tr td{
  border: 1px solid black;
}