html {
    scroll-behavior: smooth;
    line-height: 1.3;
}
.logo-image {
  position: relative;
  top: 40px;
}
.site-theme-color{
  background-color: #026B37;
}
.site-theme-font-color{
  color:#026B37
}
.site-font-color{
  color:#80C241
}
.top-nav-bar {
  height: 145px;
  background-color: #026B37;
}
.btn-en {
	margin:0px 15px;
	font-size:20px !important; 
	font-weight: bold;
}



.mobile-nav {
  background-color:#026B37;
  height: 80px;
}

.main-row-margin {
    margin-top: 32px;
  }

.logo-image-mobile {
  position: relative;
  top: -3px;
}


.center-the-row {
  position: relative;
  top: 117px;
}

.logo-image-mobile {
  position: relative;
  top: -3px;
  /* animation: tilt-shaking 0.25s infinite; */
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}



.small-x {
  font-size: 0.79em;
}




.floating-button {
  display: inline;
  position: fixed;
  bottom: 10px;
  left: 63px;
  transition: all 0.25s ease-out;
  padding: 5px;
  background: #ffffffba;
  border-radius: 0.5rem;
  border: solid 1px #fff;
}

.login-text-top {
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
}









.terms-p{
  font-size: 11.0pt;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.forgot-pasword-body {
  height: 100%;
}



.privacy_frame{
  height:auto;
}

@media (max-width: 767.98px) {
  .privacy_frame {
    height: 1600px; 
  }
} 


@media (min-width: 768px) and (max-width: 1199.98px) {
  .privacy_frame {
    height: 1500px; 
  }
}

@media (min-width: 1200px) {
    .privacy_frame {
      height: 1000px; 
    }
  }


.five9-nlframe {
  display: block;
  position: fixed;
  bottom: 27px;
  right: 5%;
  z-index: 0;
  height: 38px;
  text-align: center;
}

.mainsubtitle_new_port {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins-Regular, Arial, sans-serif;
  background: linear-gradient(#026B37, #026B37);
  background-image: linear-gradient(#026B37, #026B37);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  vertical-align: middle;
  text-indent: 10px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}
.button_new_form {
  background: linear-gradient (#026B37, #026B37);
  border: 0;
  color: #FFF;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
  font-family: Lato;
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}
