body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f8f9fa ;
  color: #575757; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 , b, footer{
  font-family: "Poppins", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 3.5rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

.form-control {
 
  border-bottom: 1px solid #d9d9d9;

}
.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; 
}
  
.form-check-label{
  font-family: "Poppins", sans-serif;
}

.btn, .form-control {
  height: 55px; }

form.border-right {
  padding-right: 6rem !important; }
  @media (max-width: 991.98px) {
    form.border-right {
      padding-right: 0 !important;
      border-right: none !important; } }

label.error {
  font-size: 12px;
  color: red; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; 
  margin-top: 10px;
}

#form-message-warning {
  color: #B90B0B; }

#form-message-success {
  color: #000;
  font-size: 18px;
  font-weight: bold; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

#survey_form{
  display: none;
}

video {
  width: inherit;
}

#loadingDiv{	
  position: fixed;
  top: 0;
  z-index: 1600;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #4a90e2 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

.notes-form {
  margin-left: 16px;
  display: none;
}

footer{
  color: #9e9e9e;
}


.notification-screen{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
}
.notification-screen .floating-container {
 
  text-align: center;
  position: absolute;
  top: 20%;
  left: 33%;
  min-height: 350px;
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;

}

.notification-screen .floating-container .animation{
  margin-top : 20px;
  width : 200px
}

#title{
  display: none;
}