@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 55 Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Oblique'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 35 Light';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 35 Light Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light Oblique'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 45 Book';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 45 Book Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book Oblique'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 65 Medium Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium Oblique'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 85 Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 85 Heavy Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy Oblique'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 95 Black';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
}

@font-face {
  font-family: 'Avenir LT Std 95 Black Oblique';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black Oblique'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
}

html {
  scroll-behavior: smooth;

}

body {
  font-family: 'Avenir LT Std 45 Book', sans-serif !important;
  overflow-x: hidden;
  background-color: #fff !important;
  background-image: none !important;
  overflow-x: hidden;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.container-fluid{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 36px !important;
  color: #242424;
}
h2 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 28px !important;
  color: #242424;
}
h3 {
  font-family: 'Avenir LT Std 95 Black' !important;
  font-size: 22px !important;
  color: #3a3a3a;
}

p {
  color: #646465 !important;
  font-size: 14px;
  line-height: 28px;
}

.headersection{
  width: 383px;
  margin: 2% auto;
  text-align: center;
}
.headersection img {
  margin-bottom: 7px;
  text-align: center;
}
.formsection{
  background-color: white;
  box-shadow: 0px 1px 2.5px 0.5px rgba(86, 87, 88, 0.2);
  margin: 10px auto !important;
  border-radius: 10px;
  padding: 20px 40px 10px !important
}
.formsection input {
  font-size: 15px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  padding: 1% 1% 1% 38px;
  margin: 2% auto;
  height: 40px;
  color: #666 !important;
}
.account {
  background-image: url(../images/account.png);
  background-repeat: no-repeat;
  background-position: 8px;
}
.username {
  background-image: url(../images/username.png);
  background-repeat: no-repeat;
  background-position: 8px;
}
.password {
  background-image: url(../images/password.png);
  background-repeat: no-repeat;
  background-position: 8px;
}
.formsection a {
  float: right;
    font-size: 12px;
    margin-top: 12px;
    color: #25a3d5;
}
.signindiv{
  width: 100%;
  text-align: center;
  display: inline-block;
margin-bottom: 5px !important;
}
.btnsend {
    height: 39px;
    width: 100%;
    padding: 8px;
    background-color: #25a3d5;
    border: 1px solid #25a3d5;
    border-radius: 3px;
    color: #fff;
    margin: 2% 0% 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.btnsend:hover {
  background-color: white;
  color: #25a3d5;
  text-decoration: none;
}
.gray-box{
  height: 39px;
width: 100%;
padding: 8px;
background-color: #efeaea;
border: 1px solid #efeaea;
border-radius: 3px;
color: #666;
margin: 2% 0% 0px;
display: block;
text-align: center;
text-transform: uppercase;
}

.or {
    background-color: #efeaea;
    width: 23px;
    border-radius: 50px;
    height: 23px;
    border: 1px solid #efeaea;
    margin-left: 50%;
    margin-right: auto;
    font-size: 11px;
    padding: 4px 4px;
    display: block;
    line-height: normal;
    z-index: 10000;
    position: relative;
}
.googlebtn {
background-image: url(https://icons-for-free.com/iconfiles/png/512/Google-1320568266385361674.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-color: white;
    padding: 5px 25px;
    background-position: 15px 7px;
    border: 1px solid #25a3d5;
    border-radius: 3px; height: 39px;
width: 100%; margin: 5px auto 10px; text-transform: uppercase;
}
.googlebtn:hover {
background-color: #25a3d5;
color: white;
}

.starttrial{
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  font-weight: bold;
}
.starttrial a {
  color: #25a3d5;
  text-decoration: none;
}
.card-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fcfcfc;
}
.footerLink {
  color: #25a3d5;
  font-size: 12px !important;
  padding: 0px 15px;
}
.copyright {
    float: right;
    font-size: 12px !important;
}
/* The container */

.check-box-container {
  display: block;
  position: relative;
  padding-left: 35px;
  float: left;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 13px;
  line-height: 25px;
  margin-left: 0px !important;
  margin-right: 10px !important;
  margin-top: 8px;
  width: auto !important;
}


.select-list-container {
  margin: 0px !important;
  margin-bottom: 0px !important;
  width: 853px !important;
  padding-left: 10px;
}

/* Hide the browser's default checkbox */

.check-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #d7d7d7;
}

/* On mouse-over, add a grey background color */

.check-box-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check-box-container input:checked~.checkmark {
  background-color: #ffffff;
  border: 2px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

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

/* Show the checkmark when checked */

.check-box-container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.check-box-container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bgpopup{
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.popupcont {
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 35%;
    z-index: 10000;
    display: block;
    width: 35%;
    text-align: center;
    border-radius: 3px;
    padding: 2%;
}



@media (min-width: 768px) and (max-width: 1024px) {

}

@media (min-width: 30px) and (max-width: 480px) {

  .headersection {
    width: 95%;
  }
  .formsection{
    padding: 25px 25px 0;
  }
  .bgpopup{
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.8;
  }
  .popupcont {
      background-color: #fff;
      position: fixed;
      top: 20%;
      left: 10%;
      z-index: 10000;
      display: block;
      width: 80%;
      text-align: center;
      border-radius: 3px;
      padding: 2%;
  }
}
