.popup {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 50px 2px #000;
  padding-bottom: 5px;
}
#close {
  width: 100px;
  background-color: #ff0000;
  color: #ffffff;
  border: none;
  margin-left: 5px;
}
#block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99997;
  background: rgba(0, 0, 0, 0.5);
}

.itesc-widget {
  position: fixed;
  z-index: 1000;
  bottom: 176px;
  width: 60px;
  height: auto;
  right: 6px;
}

.widget-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70px;
  position: fixed;
  height: auto;
}
.whatsapp-widget {
  z-index: 300;
  background: #25d366;
  height: 48px;
  width: 48px;
  right: 16px;
  bottom: 107px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  transition: 0.3s;
}

.form-input {
  border: 1px solid #ececec;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 15px;
  width: 100%;
  font-size: 15px;
  color: #464444;
  font-weight: 500;
  border-radius: 5px;
}

.form-input:focus {
  border-color: #c84c2b;
}

.form-padding-top {
  padding: 40px 0;
}

.checkbox-align {
  margin-bottom: 11px;
  margin-left: 18px;
}

.flex {
  display: flex;
  justify-content: center;
}

.form-align-center {
  display: flex;
  align-items: center;
}

.section-bg-gray {
  padding: 50px 0 50px;
  background: #f3f3f378;
}

@media (max-width: 900px) {
  .itesc-widget {
    position: fixed;
    z-index: 1000;
    bottom: 151px;
    width: 60px;
    height: auto;
    right: 6px;
  }
  .whatsapp {
    position: fixed;
    z-index: 300;
    background: #25d366;
    height: 48px;
    width: 48px;
    right: 16px;
    bottom: 83px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    transition: 0.3s;
  }

  .form-padding-top {
    padding: 32px 0;
  }
}

  .form-privacy-policy {
    text-decoration: none;
    color: #0066c0;
  }
  
  .form-privacy-policy:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #c45500;
}

  .rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 0px 0px !important;
}

.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1008;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 16em;
  height: 56px;
  padding: 10px;

} 

  .flex-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  
  .rd-navbar-creative.rd-navbar-static .rd-navbar-main-2 {
    margin-left: 15em;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    right: 17em;
    padding: 0px 0px;
}

@media (min-width: 992px){
  .footer-2 {
	padding: 20px 0px 12px 0px;
  }
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    gap: 11rem;
    /*padding: 0 25px;*/
}

.alert-success{
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
}