@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
}

.rc-anchor-invisible {
  display: none !important;
}

.icontextcontainer {
  pointer-events: none;
  position: fixed;
}

iframe {
  border: none;
  margin: 0 auto;
}

iframe.contact--iframe {
  border: none;
  margin: 0 auto;
}

.myModal-contact {
  height: 870px;
  width: 1250px;
  margin: 0 auto;
  border-radius: 65px;
  top: 60px !important;
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.myModal-contact .modal-content {
  border-radius: 65px;
}

.myModal-contact .close {
  float: none;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1000;
  background: #013d8f;
  padding: 10px 15px;
  border-radius: 90px;
  line-height: 25px;
  color: white;
  opacity: 1;
}

#icontext {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  padding: 23px 33px 5px;
  display: none;

  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

  background-image: url("../images/sbitspace/elementbg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  /*  */
  border: 4px solid rgba(0, 0, 0, 0.3);
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 31px;
}

#description,
#branchname {
  font-family: Poppins;
  word-spacing: 2px;
  text-align: center;
  color: #07408d;
}

#branchname {
  color: #171717;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 17px;
  font-weight: bold;
}

#description {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* video button start */

/* video button end */
