@font-face {
  font-family: 'TrebuchetMS';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/trebuchet/TrebuchetMS.woff") format("woff");
}

@font-face {
  font-family: 'futurastd-heavy';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/futurastd/FuturaStd-Heavy.woff") format("woff");
}

.butn {
  padding: 12px 34px;
  background: #fff;
  text-transform: uppercase;
  font-family: 'futurastd-heavy';
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}

.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.butn:before {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: -1;
  opacity: 0.4;
}

.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: -1;
  opacity: 0.4;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: #fff;
  opacity: 1;
}

.butn:hover:before {
  width: 100%;
}

.butn:hover:after {
  width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.butn:hover span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.butn-bg-blue{
  background: #004386;
  border-color: #004386;
  color: #fff;
}
.butn-bg-blue:hover {
  color: #004386;
  background: #fff;
  border-color: #004386;
}
.butn-bg {
  background: #527b53;
  border-color: #527b53;
  color: #fff;
}

.butn-bg:hover {
  color: #527b53;
}

.butn-light {
  background: #fff;
  color: #527b53;
}

.butn-light:before,
.butn-light:after {
  background: #527b53;
}

.butn-light:hover {
  color: #fff;
}

.butn-bord {
  background: transparent;
  border: 1px solid #eee;
}

.butn-bord:before,
.butn-bord:after {
  background: #527b53;
}

.butn-bord:hover {
  border-color: #527b53;
  color: #fff;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.aling-items-center {
  align-items: center;
}

#main-navbar .navbar-brand {
  height: auto;
}

#main-navbar .navbar li a {
  color: #5c8b60;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 10px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  background: transparent;
}

#myNavbar {
  margin-left: auto;
}

.login-pages {
  position: relative;
}

.login-pages::before {
  content: '';
  border-top: 10px solid #46884b;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.login-pages-blue::before {  
  border-color:#004386;
}

.main_wrapper.back-over {
  background: rgba(2555, 255, 255, .8);
  background-image: url(../img/login/research-min.png) !important;
  background-blend-mode: overlay;
}

#login-third-slide {
  overflow-x: hidden;
}

.login-slider-text {
  padding: 10px 0;
  max-width: 65%;
}

.login-slider-text h5 {
  font-family: 'futurastd-heavy';
  letter-spacing: 1.2px;
  font-size: 22px;
  color: #527b53;
  margin-bottom: 50px;
  margin-top: 0;
}

.login-slider-text h1 {
  font-family: 'TrebuchetMS';
  letter-spacing: 1.2px;
  line-height: 1.1 !important;
  font-size: 50px;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.login-slider-text p {
  letter-spacing: 1.2px;
  font-size: 20px;
  color: #fff;
  max-width: 60%;
  line-height: 1.2;
  font-weight: 400;
}

.animation-technology {
  position: relative;
}

.third-slide-some-time-1 {
  max-width: 100%;
  margin: 0 auto;
}

.third-slide-some-time-2 {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  right: 30%;
  bottom: 20px;
  max-width: 29%;
}

.third-slide-some-time-3 {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  right: 10%;
  bottom: 10px;
  max-width: 40%;
}

.third-slide-some-time-4 {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  right: -10%;
  max-width: 55%;
}

.all-testing {
  display: flex;
  align-items: flex-end;
}

.all-testing span {
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  color: #468b4d;
  font-size: 16px;
  font-family: 'TrebuchetMS';
}

.all-testing span img {
  margin-right: 8px;
}

.all-testing span.marijuana-location {
  background: #3f7b45;
  align-items: center;
  font-size: 12px;
  color: #fff;
  padding-right: 10px;
  min-width: 120px;
}

.all-testing span.marijuana-location img {
  border-right: 1px solid #fff;
  padding: 5px;
  width: 28px;
  filter: brightness(0) invert(1);
}

.all-testing span.hemp-location {
  background: #94c643;
  align-items: center;
  font-size: 12px;
  color: #fff;
  padding-right: 10px;
  min-width: 120px;
}

.all-testing span.hemp-location img {
  border-right: 1px solid #fff;
  padding: 5px;
  width: 28px;
  filter: brightness(0) invert(1);
}

.lab-about-hd {
  color: #fff;
  font-size: 26px;
  font-family: 'TrebuchetMS';
  line-height: 1.2;
  margin-bottom: 5px;
}

.lab-about-sub-hd {
  color: #fff;
  font-size: 18px;
  font-family: 'TrebuchetMS';
  line-height: 1.2;
  margin: 0;
}

.logins-btns {
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
}

.logins-btns li {
  margin-right: 15px;
}

.logins-btns li:last-child {
  margin-right: 0;
}

.btn-green {
  border-color: #527b53;
  color: #527b53;
}

.btn-green:hover {
  color: #fff !important;
}

.btn-lit-green {
  border-color: #86b63c;
  color: #86b63c;
}

.btn-lit-green:hover {
  color: #fff !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.login-phone {
  font-family: 'TrebuchetMS';
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.login-email {
  font-family: 'TrebuchetMS';
  font-size: 15px;
  color: #C4E1D7;
  font-weight: 500;
  margin-bottom: 0;
}

.login-email a {
  color: #d0ff85;
}

.login-phone span {
  border-bottom: 2px dotted #fff;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.w-300 {
  width: 300px;
  max-width: 100%;
}

.w-650 {
  width: 650px;
  max-width: 100%;
}

.login-pages .new-form {
  margin: 100px auto 0;
}

.login-pages .new-form.w-650 {
  padding-left: 50px;
}

.login-pages .new-form h3 {
  font-family: 'TrebuchetMS';
  font-size: 22px;
  position: relative;
  text-transform: uppercase;
  color: #272d27;
  margin: 25px 0;
  font-weight: 600;
}

.login-pages .new-form label {
  font-family: 'TrebuchetMS';
  color: #89928a;
  font-size: 12px;
  width: 100%;
}

.login-pages .new-form label .required-star {
  color: red;
  float: right;
  font-size: 18px;
  position: relative;
  top: 2px;
  font-weight: normal;
}

.out-icon {
  height: 45px;
  border-radius: 0;
  border: 2px solid #aeccb0 !important;
  z-index: 2;
  position: relative;
  background: #fff !important;
}
.out-icon-blue {
	border-color: #004386 !important;	
}
.icon-input {
  position: relative;
  background: #fff;
}

.icon-input input {
  height: 45px;
  border-radius: 0;
  border: 2px solid #aeccb0;
  background: transparent;
  z-index: 2;
  position: relative;
  background: #fff;
  padding-left: 60px;
}

.icon-input i {
  position: absolute;
  top: 2px;
  line-height: 41px;
  left: 2px;
  font-size: 20px;
  color: #ccd3cc;
  border-right: 1px solid #aeccb0;
  margin-right: 10px;
  padding: 0 15px;
  z-index: 99;
  background: #fff;
  font-size: 16px;
}
.icon-input-blue input{
	border-color: #004386 !important;
}
.icon-input-blue i{
	border-color: #004386 !important;
	color: #004386 !important;
}

.new-form-submit {
  width: 100%;
  margin: 20px 0;
  display: flex;
  padding: 10px 15px;
  align-items: center;
}

.new-form-submit span {
  margin-left: auto;
  border: 2px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
}

.new-form-submit span {
  margin-left: auto;
  border: 2px solid;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Keep-reset {
  display: flex;
  align-items: center;
  border-top: 2px dotted #6f9b70;
  padding: 25px 0;
  border-bottom: 2px dotted #6f9b70;
}
.Keep-reset-blue{
	border-color: #004386 !important;
}

.green-sm-text {
  margin-left: auto;
  color: #93bd4f !important;
  text-decoration: none;
  font-family: 'TrebuchetMS';
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}

.green-sm-text:hover {
  color: #93bd4f;
}

.blue-sm-text{
	color:#004386 !important;
}

.checkbox-new {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 22px;
}

.checkbox-new input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-new .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 2px solid #90b691;
}
.checkbox-new .checkmark-blue{
	border-color: #004386 !important;
}


.checkbox-new .checkbox-new:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-new .checkbox-new input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkbox-new .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-new input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-new .checkmark::after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #8fb590;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-new .checkmark-blue::after{
	border-color: #004386 !important;
}
.register-text a {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.footer-new {
  padding-left: 70px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.footer-new p {
  font-family: 'TrebuchetMS';
  color: #89928a;
  font-size: 12px;
}

.my-upload {
  margin-top: 12px;
  position: relative;
}

.my-upload .file-select {
  display: flex;
  cursor: pointer;
  width: 100%;
  text-align: left;
  align-items: center;
}

.my-upload .file-select .file-select-button {
  display: inline-block;
  color: #92bc4e;
  font-family: 'TrebuchetMS';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
}
.file-select-button-blue{
	color: #004386 !important;
}
.my-upload .file-select .file-select-name {
  font-family: 'TrebuchetMS';
  display: inline-block;
  color: #b0b5b1;
}

.my-upload.active .file-select {
  border-color: #3fa46a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
}

.my-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.my-upload .file-select.file-select-disabled {
  opacity: 0.65;
}

.my-upload .file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}

.my-upload .file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.my-upload .file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.new-select select {
  height: 45px;
  border-radius: 0;
  border: 2px solid #aeccb0;
  background: transparent;
  z-index: 2;
  position: relative;
}
.new-select-blue select{
	border-color: #004386 !important;
}

.new-select select {
  height: 45px;
  border-radius: 0;
  border: 2px solid #aeccb0;
  background: transparent;
  z-index: 2;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new-select {
  position: relative;
  background: #fff;
}

.new-select::before {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  font-size: 20px;
  line-height: normal;
  top: 50%;
  margin-top: -14px;
  color: #adcbb1;
}

.login-text {
  margin-left: auto;
  width: 160px;
  text-align: right;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .login-pages {
    padding: 50px 70px;
  }
  .third-slide-some-time-1 {
    padding-right: 100px;
  }
  .login-pages #login-third-slide::before {
    content: '';
    background-color: #7fa095;
    position: fixed;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    background-image: url(../img/login/pattern_right_.png);
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center center;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .threes-slides-setting {
    overflow: hidden;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1360px) {
  .minus-top {
    margin-top: -25px;
  }
}

@media screen and (min-width: 1550px) {
  .third-slide-some-time-2 {
    right: 25%;
  }
  .third-slide-some-time-3 {
    right: 7%;
  }
  .third-slide-some-time-4 {
    right: -14%;
  }
  .threes-slides-main .threes-slides-setting {
    padding-right: 80px;
  }
}

@media screen and (max-width: 1549px) {
  .third-slide-some-time-2 {
    right: 25%;
  }
  .third-slide-some-time-3 {
    right: 7%;
  }
  .third-slide-some-time-4 {
    right: -14%;
  }
  .threes-slides-main .threes-slides-setting {
    padding-right: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1400px) {
  .login-slider-text p {
    max-width: 60%;
    font-size: 16px;
  }
}

@media screen and (max-width: 1350px) {
  .login-slider-text h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 1199px) {
  .main_wrapper.back-over {
    background-image: url(../img/login/pattern_right_.png) !important;
    background-color: #7fa095;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    background-size: cover;
    background-position: center center;
  }
  .login-pages .new-form {
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    width: 100%;
  }
  .login-pages .logo-top.text-right {
    padding: 20px 0 0 30px;
    background: #fff;
    text-align: left;
  }
  #login-third-slide .row.d-lg-flex {
    display: flex;
    flex-direction: column;
  }
  #login-third-slide .row.d-lg-flex > div:nth-child(1) {
    order: 2;
  }
  #login-third-slide .row.d-lg-flex > div:nth-child(2) {
    order: 1;
  }
  .login-pages {
    padding: 50px;
  }
  .login-slider-text h1 {
    font-size: 50px;
  }
  .mb-on-lg-100 {
    margin-bottom: 100px;
  }
  .third-slide-some-time-2 {
    right: 24%;
  }
  .third-slide-some-time-3 {
    right: 8%;
  }
}

@media screen and (max-width: 991px) {
  .login-slider-text h1 {
    font-size: 70px;
    max-width: 90%;
    margin: 0 auto 30px;
  }
  .border-before h1::before {
    right: 0;
    margin: auto;
  }
  .login-slider-text p {
    margin: 0 auto 30px;
  }
  .all-testing {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .all-testing span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-slider-text {
    max-width: 100%;
    margin-top: 20px;
  }
  .lab-about-hd,
  .lab-about-sub-hd,
  .login-slider-text {
    text-align: center;
  }
  .threes-slides-setting {
    margin-top: 30px;
  }
  .login-phone,
  .login-email {
    text-align: center;
  }
  .logins-btns {
    justify-content: center;
    margin-top: 30px;
  }
  .third-slide-some-time-3 {
    right: 5%;
  }
  .third-slide-some-time-4 {
    right: -18%;
  }
  .threes-slides-main {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .login-pages {
    padding: 50px 15px;
  }
  .login-slider-text h1 {
    font-size: 52px;
  }
  .third-slide-some-time-3 {
    right: 10%;
  }
  .third-slide-some-time-4 {
    right: -18%;
  }
  .third-slide-some-time-2 {
    right: 32%;
  }
}

@media (max-width: 640px) {
  .login-slider-text h1 {
    font-size: 46px;
  }
  .third-slide-some-time-2 {
    width: 36%;
    right: 29%;
  }
  .third-slide-some-time-3 {
    width: 50%;
    right: 8%;
  }
  .third-slide-some-time-4 {
    width: 70%;
    right: -20%;
  }
}

@media screen and (max-width: 480px) {
  .login-slider-text h1 {
    font-size: 36px;
    line-height: normal;
  }
}

@media screen and (max-width: 360px) {
  .login-slider-text h1 {
    font-size: 32px;
  }
}

.footer-new.footer-normal {
	position: unset;
	padding: 0 !important;
}

.login-pages.login-pages-normal {
	min-height: calc(100vh - 30px);
}
.logo-top img {
	max-width: 150px;
}
