.sect2 p {
  font-size: 21px;
}

.logo-Top {
  position: absolute;
  z-index: +1;
  top: 5px;
  left: 15px;
}

.search {
  position: absolute;
  right: 5%;
  top: 68px;
  width: 57px;
  height: 57px;
  cursor: pointer;
}

.social {
  position: absolute;
  z-index: 9;
  right: 5%;
  top: 122px;
  background-color: #1a212c;
  border: none;
  cursor: pointer;
  width: 57px;
  height: 57px;
}

.search-box input[type="text"] {
  position: absolute;
  right: 0;
  width: 0;
  background-color: #1a212c;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/search.png");
  background-position: 10px 8px;
  background-repeat: no-repeat;
  padding: 15px 12px 12px 42px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  background-size: 35px;
  margin-right: -55px;
  border: none;
}

.search-box input[type="text"]:focus {
  width: 288px;
  background-color: #fff;
  background-image: url("https://baurs-2024.sgp1.digitaloceanspaces.com/images/search-black.png");
  background-size: 10%;
  padding: 9px 15px 12px 63px;
}

.search-box {
  position: absolute;
}

.nobullet {
  list-style-type: none;
}

.headericons {
  font-size: 52px;
  left: 77px;
  color: #ffffff;
  padding-top: 22px;
}

.searchimg {
  border-style: none;
  width: 77%;
  padding-top: 12px;
  padding-right: 11px;
}

.inq {
  background-color: rgb(0, 0, 0, 0.3);
  position: absolute;
  right: 5%;
  top: 80%;
  z-index: +1;
  margin-left: -350.4px;
  width: 300px;
}

.inq-btn {
  cursor: pointer;
  background-color: rgb(255, 255, 255, 0);
  border: 3px solid rgb(255, 255, 255);
  width: 300px;
  height: 60px;
}

.inq-btn p {
  font-size: 37px;
  text-align: center;
  color: #ffffff;
  font-weight: 100;
}

.inq-num {
  /* border-radius: 10px; */
  background: rgba(255, 255, 255, 0.7);
  width: 300px;
  height: 60px;
}

.inq-num p {
  font-size: 37px;
  text-align: center;
  color: #000000;
  font-weight: 400;
}

.sect2 h1 {
  font-size: 30px;
}

.sect3 p {
  font-size: 21px;
  padding-left: 60px;
  padding-right: 50px;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}
.colpaddingl {
  padding-left: 160px;
  padding-right: 70px;
}

.colpaddingr {
  padding-left: 70px;
  padding-right: 160px;
}

.sect2 p,
h1 {
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

.heading {
  padding-top: 10px;
  padding-bottom: 15px;
}

.bold-h1 {
  color: #0478a1;
}

.row2 {
  padding-top: 80px;
}

.sect2 img {
  opacity: 0.8;
}

.history-images {
  left: 60px;
}

.hisimg2 {
  position: absolute;
  left: 489px;
  top: 373px;
  width: 50%;
}

.hisimg1 {
  top: 9px;
  position: relative;
  left: -108px;
}

.history-h1 {
  position: absolute;
  left: 100px;
  top: 494px;
  font-size: 3.5rem;
}

.history-p {
  padding-top: 23px;
}

.readmore {
  border: 1px solid #0478a1;
  width: 139px;
  height: 47px;
  cursor: pointer;
  background: none;
}

.readmore2 {
  border: 1px solid #0478a1;
  width: 225px;
  height: 47px;
  cursor: pointer;
  background: none;
  margin-top: 40px;
}

.readmore p {
  padding-top: 6px;
  color: #0478a1;
}

.readmore2 p {
  padding-top: 6px;
  color: #0478a1;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.potrait {
  position: absolute;
  left: 754px;
  top: 9px;
}

.whatsapp {
  display: none;
}

/*scroll on animation*/
.sect2,
.sect3 {
  display: none;
}

.hisimg1lap {
  display: none;
}

@media only screen and (max-width: 1700px) and (min-width: 1320px) {
  .social {
    position: absolute;
    z-index: 9;
    right: 5%;
    top: 122px;
    background-color: #1a212c;
    border: none;
    cursor: pointer;
    width: 57px;
    height: 57px;
  }
  .ic {
    height: 20%;
  }

  .sect2 p {
    font-size: 17px;
  }

  .sect2 h1 {
    font-size: 24px;
  }

  .sect3 p {
    font-size: 17px;
  }

  .potrait {
    position: absolute;
    left: 538px;
    top: 0px;
  }

  .hisimg1 {
    left: -81px;
    width: 65%;
  }

  .hisimg1 {
    display: none;
  }

  .hisimg2 {
    position: absolute;
    left: 404px;
    top: 336px;
    width: 46%;
  }

  .hisimg1lap {
    display: block;
    left: 66px;
    position: absolute;
    top: 0px;
  }

  .row2 {
    padding-top: 0px;
  }

  .history-h1 {
    left: 83px;
    top: 454px;
    font-size: 3rem;
  }

  .inq {
    right: 5%;
    top: 73%;
  }

  .readmore2 {
    margin-top: -71px;
  }

  .sect3 p {
    padding-bottom: 38px;
  }

  .menu-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 1320px) and (min-width: 700px) {
  .social {
    position: absolute;
    z-index: 9;
    right: 5%;
    top: 122px;
    background-color: #1a212c;
    border: none;
    cursor: pointer;
    width: 57px;
    height: 57px;
  }
  .ic {
    height: 20%;
  }

  .sect2 p {
    font-size: 17px;
  }

  .sect2 h1 {
    font-size: 24px;
  }

  .sect3 p {
    font-size: 14px;
  }

  .history-p {
    padding-top: 16px;
  }

  .potrait {
    position: absolute;
    left: 504px;
    top: 0px;
    width: 26%;
  }

  .readmore2 {
    margin-top: 11px;
  }

  .hisimg1 {
    left: -81px;
    width: 65%;
  }

  .hisimg1 {
    display: none;
  }

  .hisimg2 {
    position: absolute;
    left: 375px;
    top: 301px;
    width: 46%;
  }

  .hisimg1lap {
    display: block;
    left: 66px;
    position: absolute;
    top: 0px;
    width: 66%;
  }

  .row2 {
    padding-top: 0px;
  }

  .history-h1 {
    left: 97px;
    top: 414px;
    font-size: 2.5rem;
  }

  .inq {
    right: 5%;
    top: 73%;
  }

  .menu-image img {
    width: 100%;
  }
}
