@charset "UTF-8";

/*
  * Author : Mesh Creative
  * Website Name :  HomeWAV
  * Version : 1.0
*/
/*------------------------
       Web Fonts css
 ------------------------*/
@font-face {
  font-family: 'GothamBlack';
  src: url("../fonts/GothamBlack.eot");
  src: url("../fonts/GothamBlack.eot") format("embedded-opentype"), url("../fonts/GothamBlack.woff2") format("woff2"), url("../fonts/GothamBlack.woff") format("woff"), url("../fonts/GothamBlack.ttf") format("truetype"), url("../fonts/GothamBlack.svg#GothamBlack") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot") format("embedded-opentype"), url("../fonts/GothamBold.woff2") format("woff2"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBold") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot") format("embedded-opentype"), url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg");
}

@font-face {
  font-family: 'GothamLight';
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot") format("embedded-opentype"), url("../fonts/GothamMedium.woff2") format("woff2"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: 'GothamUltra';
  src: url("../fonts/GothamUltra.eot");
  src: url("../fonts/GothamUltra.eot") format("embedded-opentype"), url("../fonts/GothamUltra.woff2") format("woff2"), url("../fonts/GothamUltra.woff") format("woff"), url("../fonts/GothamUltra.ttf") format("truetype"), url("../fonts/GothamUltra.svg#GothamUltra") format("svg");
  font-weight: normal;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  font-family: 'GothamBook';
  color: #000;
}

@media (min-width: 991px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

body.signup__page {
  background: #404041;
}

*,
::after,
::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  * {
    scrollbar-width: none;
  }

  *::-webkit-scrollbar {
    /* This is the magic bit for WebKit */
    display: none;
  }
}

body>* {
  /* Track */
  /* Handle */
}

body>* ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

body>* ::-webkit-scrollbar-track {
  background: #f8f8f8;
}

body>* ::-webkit-scrollbar-thumb {
  background: #cccccc;
}

body>* ::-webkit-scrollbar-thumb:window-inactive {
  background: #cccccc;
}

ul,
li {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

select {
  outline: none;
}

input:focus,
select:focus {
  outline: 0;
}

a img {
  border: none;
}

.clr {
  clear: both;
  height: 0px;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.padding-primary {
  padding: 88px 0;
  position: relative;
}

@media (max-width: 991px) {
  .padding-primary {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .padding-primary {
    padding: 40px 0;
  }
}

h1 {
  font-size: 64px;
  line-height: 64px;
  font-family: "GothamBlack";
  margin: 0 0 20px;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
  }
}

h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 0 0 15px;
  font-family: "GothamMedium";
  position: relative;
}

h2:after {
  width: 145px;
  height: 2px;
  background: #97d700;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
  font-family: "GothamMedium";
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px;
  font-family: "GothamMedium";
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 28px;
  font-family: "GothamBold";
  text-align: center;
  display: inline-block;
  box-shadow: none;
  border: 0;
}

.btn:hover {
  cursor: pointer;
  box-shadow: none !important;
}

.btn:focus {
  outline: 0;
}

.btn.btn-primary {
  color: #fff;
  background: #0054ff;
}

.btn.btn-primary:hover {
  background: #97d700;
}

.btn.btn-primary:focus {
  background: #97d700;
}

.btn.btn-green {
  color: #000;
  background: #97d700;
}

.btn.btn-green:hover {
  background: #0054ff;
  color: #fff;
}

.btn.btn-outline-primary {
  border: 2px solid #0054ff;
  color: #0054ff;
}

.btn.btn-outline-primary:hover {
  color: #fff;
  background: #0054ff;
}

.btn.btn-white {
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-white:hover {
  color: #000;
  background: #fff;
}

.btn.btn-links {
  padding: 0;
  color: #0054ff;
  font-family: "GothamMedium";
}

.btn.btn-links i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.btn-links:hover i {
  margin-left: 5px;
}

.btn.btn-outline-secondary {
  width: 100%;
  display: block;
  background: transparent;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: red;
  border: 1px solid red;
}

.btn.btn-outline-secondary:hover {
  background: red;
  color: #fff;
}

.btn.btn-submit {
  padding: 0 15px;
  line-height: 28px;
  border: 0;
  background: red;
  color: white;
}

.btn.btn-submit:hover {
  box-shadow: 0 8px 8px 0 rgba(65, 57, 244, 0.2);
}

.add-fund-btn {
  text-align: center;
  background: #fff;
  color: #0054ff;
  padding: 10px 32px;
  font-size: 16px;
  line-height: 32px;
  font-family: "GothamMedium";
  display: block;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.btn-step {
  padding: 14px 15px;
  background: transparent;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #97d700;
}

.btn-step i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-step:hover {
  color: #97d700;
}

.btn-step:hover i {
  margin-left: 5px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #97d700;
  border-color: #97d700;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group label {
  font-size: 12px;
  font-family: "GothamMedium";
  line-height: 16px;
}

.form-group label sup {
  color: #c20000;
  font-size: 12px;
}

.form-group input.form-control,
.form-group select.form-control,
.form-group textarea.form-control {
  border-radius: 4px;
  background: #f0faff;
  padding: 12px 15px 8px;
  border: 1px solid #bbbdbf;
  height: 56px;
  font-size: 14px;
  line-height: 34px;
  width: 100%;
}

.form-group textarea.form-control {
  resize: none;
  height: 110px;
}

.form-group select.form-control:not([size]):not([multiple]) {
  height: 56px;
}

.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f0faff url(../images/select-arrow.png) 100% 50% no-repeat !important;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 20px;
  padding-left: 0;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 20px;
  height: 20px;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 12px;
  font-family: "GothamMedium";
  padding-left: 30px;
  color: #000;
}

.custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #bbbdbf;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::after {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #0054ff;
  background-color: #0054ff;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}

.checkbox-right {
  padding-left: inherit;
  padding-right: 0px;
}

.checkbox-right .custom-control-input {
  left: inherit;
  right: 0;
}

.checkbox-right .custom-control-label {
  padding-right: 20px;
}

.checkbox-right .custom-control-label::before {
  left: inherit;
  right: 0px;
}

.checkbox-right .custom-control-label::after {
  left: inherit;
  right: 0px;
}

.invalid-feedback {
  font-family: "GothamMedium";
  margin: -60px 0 40px;
  font-size: 14px;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  background-color: #ffe5e5;
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  background-color: #0054ff;
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #000;
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  background-color: #fff;
}

.custom-control .form-control {
  padding: 0;
  border: 0;
}

.custom-control .form-control .wpcf7-list-item {
  margin: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1430px;
  }
}

header {
  padding: 0;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  min-height: 88px;
}

@media (max-width: 1200px) {
  header {
    padding: 16px 0;
    min-height: unset;
  }
}

header .header__left__padding {
  position: relative;
  padding-left: 260px;
}

@media (max-width: 1200px) {
  header .header__left__padding {
    padding-left: 15px;
  }
}

header .homewav__logo {
  max-width: 195px;
  position: absolute;
  top: 24px;
  left: 15px;
}

header .homewav__logo a {
  display: block;
}

header .homewav__logo a img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  header .homewav__logo {
    position: relative;
    top: inherit;
    left: inherit;
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  header .homewav__logo {
    max-width: 140px;
  }
}

header .theme__menu {
  padding: 24px 0;
}

header .theme__menu li {
  margin-right: 5px;
}

header .theme__menu li a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: "GothamBlack";
  padding: 10px 15px;
  border: 2px solid transparent;
  border-bottom: 0 !important;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

header .theme__menu li a:hover {
  color: #97d700;
}

header .theme__menu li a.active {
  border-color: #97d700;
  color: #97d700;
}

header .theme__menu li.current_page_item a,
header .theme__menu li.current-page-ancestor a {
  border-color: #97d700;
  color: #97d700;
}

@media (max-width: 1500px) {
  header .theme__menu li a {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  header .theme__menu {
    padding: 16px 0 0;
    width: calc(100% - 15px);
    max-width: 370px;
    position: absolute;
    top: -18px;
    left: 250px;
  }

  header .theme__menu li {
    margin: 0;
    width: 50%;
  }

  header .theme__menu li a {
    font-size: 16px;
    line-height: 26px;
    font-family: "GothamMedium";
    text-transform: none;
    border: 2px solid #6d6e70 !important;
    border-radius: 8px 0 0 8px;
    color: #6d6e70;
    display: block;
    text-align: center;
  }

  header .theme__menu li a.active {
    border-color: #97d700 !important;
  }

  header .theme__menu li:last-child a {
    border-radius: 0 8px 8px 0;
  }
}

@media (max-width: 1200px) {
  header .theme__menu li a {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 1023px) {
  header .theme__menu {
    left: 180px;
    top: -22px;
  }
}

@media (max-width: 767px) {
  header .theme__menu {
    position: relative;
    top: inherit;
    left: inherit;
  }
}

header .menu {
  padding: 22px 0;
}

header .menu li {
  margin: 0 12px;
  position: relative;
}

@media (min-width: 1500px) {
  header .menu li {
    margin: 0 20px;
  }
}

header .menu li a {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-family: "GothamMedium";
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

header .menu li a i {
  margin-left: 4px;
}

header .menu li a:hover {
  color: #97d700;
}

@media (min-width: 1200px) {
  header .menu li a.active {
    color: #97d700;
  }
}

header .menu li .submenu {
  display: none;
}

header .menu li .submenu ul {
  padding: 0 0 0 24px;
}

header .menu li .submenu ul li {
  margin: 0;
}

header .menu li .submenu ul li a {
  color: #9f9f9f;
  font-size: 13px;
}

@media (min-width: 1200px) {
  header .menu li .submenu {
    position: absolute;
    padding-top: 20px;
    top: 100%;
    left: 50%;
    z-index: 9;
    display: none;
    transform: translateX(-50%);
  }

  header .menu li .submenu:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
  }

  header .menu li .submenu ul {
    padding: 20px 20px 10px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);
    background-color: #ffffff;
    border-radius: 8px;
    min-width: 220px;
  }

  header .menu li .submenu ul li {
    margin: 0 0 10px;
  }

  header .menu li .submenu ul li a {
    text-transform: none;
    font-size: 13px;
    font-family: "GothamMedium";
    color: #0054ff;
    line-height: 24px;
    display: inline-block;
  }

  header .menu li .submenu ul li a:hover {
    text-decoration: underline;
  }
/* 	MR-144 */
.subsubmenu.menu-item > .submenu::before {
  content: "";
  position: fixed;
  border: 0.4em solid transparent;
  top: 25px;
  left: -12px;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 10px solid transparent ;
  border-top: 10px solid transparent ;
}
.subsubmenu{
	position:relative;
}
.subsubmenu.menu-item:hover > .submenu 
	{
	position:absolute;
    top: -10px;
    left: 130%;
   }
/* 	MR-144 */
}


header .menu li:hover>a {
  color: #97d700;
}

header .menu li:hover > .submenu {
  display: block;
}

header .menu li.current_page_item>a,
header .menu li.current-menu-parent>a {
  color: #97d700;
}

@media (max-width: 1500px) {
  header .menu li a {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  header .menu {
    flex-direction: column;
    padding: 0 30px;
  }

  header .menu li {
    margin: 0 0 10px;
    position: relative;
  }

  header .menu li a {
    font-size: 16px;
    font-family: "GothamMedium";
    text-transform: none;
    position: relative;
  }

  header .menu li a.active:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #97d700;
    content: "";
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }

  header .menu li.current_page_item>a:before,
  header .menu li.current-menu-parent>a:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #97d700;
    content: "";
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1100px) {
  header .menu {
    justify-content: flex-end;
  }
}

header .download-app-text {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
  font-family: "GothamMedium";
  color: #6d6e70;
}

@media (min-width: 1200px) {
  header .download-app-text {
    display: none;
  }
}

header .top-right-btns {
  padding: 20px 0;
  position: relative;
}

header .top-right-btns li {
  position: relative;
}

header .top-right-btns li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: "GothamBold";
}

header .top-right-btns li a.btn-green {
  padding: 12px 32px;
  font-size: 14px;
  line-height: 24px;
}

header .top-right-btns:before {
  content: "";
  background: #404041;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
}

@media (max-width: 1200px) {
  header .top-right-btns {
    padding: 4px 0;
    margin-bottom: 25px;
    justify-content: center !important;
    background: #0054ff;
    border-radius: 8px;
  }

  header .top-right-btns li a {
    font-size: 16px;
  }

  header .top-right-btns li a.btn-signin {
    padding: 10px !important;
    position: relative;
  }

  header .top-right-btns li a.btn-signin:after {
    content: "/";
    margin: 0 -10px 0 8px;
  }

  header .top-right-btns li a.btn-green.btn-signin-sm {
    padding: 10px !important;
    background: transparent;
    color: #fff;
    font-size: 16px;
    display: block;
  }

  header .top-right-btns:before {
    display: none;
  }
}

@media (min-width: 1500px) {
  header .top-right-btns {
    padding-left: 35px;
  }

  header .top-right-btns:before {
    left: 0px;
  }
}

@media (max-width: 1200px) {
  header {
    padding: 16px 0;
  }
}

.login__box {
  width: 400px;
  position: absolute;
  top: 47px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: #fff;
  padding: 40px;
  display: none;
  z-index: 2;
}

.login__box:after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 20px solid transparent;
  border-bottom-color: #ffffff;
  margin-left: 0;
}

.login__box .forgot__pass {
  color: #0054ff;
  font-size: 12px;
}

.login__box .forgot__pass:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .login__box .forgot__pass {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}

.login__box p {
  margin: 0;
}

.login__box p a {
  color: #0054ff !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-decoration: underline;
}

.login__box p a:hover {
  text-decoration: none;
}

.login__box .login__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #000;
  opacity: .7;
}

.login__box .login__close:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .login__box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    padding: 35px 25px;
  }

  .login__box:after {
    display: none;
  }
}

.menu-icon {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 99999;
}

@media (max-width: 1200px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon span {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-icon:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px) rotate(0deg);
  -moz-transform: translate(-50%, -10px) rotate(0deg);
  -ms-transform: translate(-50%, -10px) rotate(0deg);
  transform: translate(-50%, -10px) rotate(0deg);
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.menu-icon:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 8px) rotate(0deg);
  -moz-transform: translate(-50%, 8px) rotate(0deg);
  -ms-transform: translate(-50%, 8px) rotate(0deg);
  transform: translate(-50%, 8px) rotate(0deg);
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.menu-icon.active span {
  display: none;
}

.menu-icon.active::before {
  -webkit-transform: translate(-50%, 0px) rotate(45deg);
  -moz-transform: translate(-50%, 0px) rotate(45deg);
  -ms-transform: translate(-50%, 0px) rotate(45deg);
  transform: translate(-50%, 0px) rotate(45deg);
}

.menu-icon.active::after {
  -webkit-transform: translate(-50%, 0px) rotate(-45deg);
  -moz-transform: translate(-50%, 0px) rotate(-45deg);
  -ms-transform: translate(-50%, 0px) rotate(-45deg);
  transform: translate(-50%, 0px) rotate(-45deg);
}

body.login__open .login__box {
  display: block;
}

@media (max-width: 1200px) {
  .menu-links {
    position: fixed;
    width: calc(100%);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 9999;
    width: calc(100%);
    height: 100%;
    max-height: calc(100% - 59px);
    top: 0%;
    background: #000;
    left: 0px;
    margin: 0;
    align-items: flex-start !important;
    right: 0;
    padding: 0 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    padding: 40px 100px;
    flex-wrap: wrap;
  }

  .menu-links .col-xl-9 {
    flex-direction: column !important;
  }

  .menu-links .col-xl-9 .menu {
    flex-direction: column !important;
  }

  .menu-links .col-xl-3 {
    margin-top: auto;
  }

  .menu-links .col-xl-8 {
    flex-direction: column !important;
  }

  .menu-links .col-xl-8 .menu {
    flex-direction: column !important;
  }

  .menu-links .col-xl-4 {
    margin-top: auto;
  }

  body.menu-in {
    overflow: hidden;
  }

  body.menu-in .menu-links {
    top: 59px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .menu-links {
    padding: 20px 0 0;
  }
}

@media (min-width: 1500px) {
  .correctional__staff header .top-right-btns {
    padding-left: 60px;
  }

  .correctional__staff header .top-right-btns:before {
    left: 0px;
  }
}

@media (min-width: 1100px) {
  .correctional__staff header .top-right-btns li a.btn-green {
    padding: 12px;
  }
}

@media (max-width: 1200px) {
  .correctional__staff header .top-right-btns {
    background: transparent;
    padding: 0;
    border-radius: 0;
    flex-direction: column;
  }

  .correctional__staff header .top-right-btns>li {
    display: block;
    width: 100%;
  }

  .correctional__staff header .top-right-btns>li a.btn-signin {
    display: block;
    padding: 11px !important;
    text-align: center;
    border: 2px solid #97d700;
    border-radius: 8px;
    color: #97d700;
  }

  .correctional__staff header .top-right-btns>li a.btn-signin:after {
    display: none;
  }

  .correctional__staff header .top-right-btns>li a.btn-signin span:before {
    content: "Correctional Staff ";
  }

  .correctional__staff header .top-right-btns>li a.btn-green {
    display: block;
    font-size: 16px;
  }

  .correctional__staff header .top-right-btns>li:last-child {
    margin-top: 16px;
  }
}

.body__inner {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
}

@media (min-width: 767px) {
  .body__inner {
    padding: 24px;
  }
}

.was-validated .body__inner {
  margin-top: 30px;
}

.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

@media (min-width: 767px) {
  .close {
    font-size: 40px;
  }
}

.close:hover {
  color: #0054ff !important;
}

.btn.c-sign-in {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  display: none;
}

@media (min-width: 767px) {
  .btn.c-sign-in {
    display: block;
  }
}

#loginModal .form-group label {
  font-family: "GothamBook";
}

#loginModal .forgot__pass {
  color: #0054ff;
  font-size: 12px;
}

#loginModal .forgot__pass:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #loginModal .forgot__pass {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "GothamMedium";
  }
}

.modal-body {
  padding: 16px 16px;
}

.modal-body h4 {
  font-family: "GothamBold";
  margin-bottom: 8px;
}

@media (min-width: 767px) {
  .modal-body {
    padding: 24px 24px 0;
  }
}

.modal-header {
  padding: 16px;
  background-color: #000;
  border-bottom: 0;
}

@media (min-width: 767px) {
  .modal-header {
    padding: 28px 24px;
  }
}

.modal-header h3 {
  color: #fff;
}

.modal-footer {
  border-top: 0;
  padding: 16px;
  font-size: 14px;
}

.modal-footer p {
  font-size: 14px;
}

.modal-footer a {
  color: #0054ff;
  font-size: 14px;
}

.modal-footer a:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .modal-footer {
    padding: 24px;
  }
}

.continue__desktop {
  color: #0054ff;
  font-size: 14px;
  font-family: "GothamMedium";
  cursor: pointer;
}

.qr__list li {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.qr__list li img {
  margin-right: 16px;
}

.qr__scan img {
  display: block;
  margin: 0 auto 5px;
}

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

.qr__scan .app_links a {
  margin: 0;
  font-size: 14px;
  color: #0054ff;
}

.qr__scan .app_links a i {
  font-size: 14px;
}

.qr__scan .app_links a:hover {
  color: #0054ff;
}

.showmobileview-form {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 345px;
  position: relative;
}

.showmobileview-form .btn {
  position: absolute;
  top: 4px;
  right: 4px;
}

.alert-light {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding-left: 102px;
  padding-right: 20px;
  margin: 0 !important;
  position: sticky;
  bottom: 0;
  z-index: 99;
  border-top: 1px solid #c4c4c4;
}

.alert-light img {
  position: absolute;
  top: 15px;
  left: 56px;
}

.alert-light .close {
  opacity: 1;
  color: #000;
  right: inherit;
  left: 0;
  top: 10px;
}

.alert-light span {
  font-family: "GothamMedium";
}

.alert-light a {
  display: block;
  color: #0054ff;
}

.modal-content {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .modal {
    top: 0 !important;
  }

  .modal-backdrop {
    top: 0 !important;
  }

  .modal-dialog {
    min-height: 100%;
    margin: 0;
  }

  .modal-dialog .modal-content {
    height: 100vh;
    /* mobile viewport bug fix */
    min-height: 100vh;
    /* mobile viewport bug fix */
    border: 0;
    background-color: #000;
  }

  .modal-dialog .modal-content .back__arrow {
    display: none;
  }

  .modal-dialog .modal-content .modal-header h3 {
    font-size: 18px;
    font-family: "GothamUltra";
  }

  .modal-dialog .modal-content .modal-body {
    border-top: 0px solid rgba(255, 255, 255, 0.5);
  }

  .modal-dialog .modal-content .modal-body form {
    height: 100%;
  }

  .modal-dialog .modal-content .body__inner {
    border: 0;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    height: 100%;
  }

  .modal-dialog .modal-content .body__inner .invalid-feedback {
    margin: 0 0 16px;
  }

  .modal-dialog .modal-content .body__inner .custom-control-label {
    color: #fff !important;
    font-family: "GothamMedium" !important;
    line-height: 20px;
  }

  .modal-dialog .modal-content .modal-footer {
    display: none;
  }

  .modal-dialog .modal-content .signin__sm__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 15px;
  }

  .modal-dialog .modal-content .signin__sm__btns .form-group {
    width: 100%;
    margin: 0;
  }

  .modal-dialog .modal-content .signin__sm__btns .btn.btn-primary {
    width: 100%;
    color: #000;
    background: #97d700;
  }
}

.modal-dialog .modal-content .modal-header h3 span:before {
  content: "Account ";
}

.correctional__staff .modal-dialog .modal-content .modal-header h3 span:before {
  content: "Correctional Staff ";
}

@media (min-width: 991px) {
  .correctional__staff .modal-dialog .modal-content .modal-header h3 span:before {
    content: "Account ";
  }
}

.signin-logo {
  margin: 0 -15px 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.signin-logo img {
  max-width: 140px;
}

.signin-logo .close {
  font-size: 36px;
  line-height: 36px;
}

.filter__icon {
  display: none;
}

main {
  padding-top: 119px;
}

@media (min-width: 767px) {
  main {
    padding-top: 60px;
  }
}

@media (min-width: 991px) {
  main {
    padding-top: 67px;
  }
}

@media (min-width: 1100px) {
  main {
    padding-top: 88px;
  }
}

.covid__alert {
  padding: 12px 0;
  background: #f57c23;
}

.covid__alert p {
  margin: 0;
  font-size: 14px;
  font-family: "GothamMedium";
}

.covid__alert p span {
  font-family: "GothamBold";
}

.covid__alert p img {
  max-width: 24px;
  margin-right: 5px;
}

.covid__alert .covid__more {
  display: none;
}

@media (max-width: 1100px) {
  .covid__alert p {
    font-size: 13px;
    text-align: left !important;
    padding-left: 25px;
    position: relative;
  }

  .covid__alert p img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 17px;
  }
}

@media (max-width: 991px) {
  .covid__alert p {
    padding-right: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .covid__alert .covid__more {
    display: block;
    font-size: 14px;
    font-family: "GothamBold";
    color: #000;
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: 15px;
  }
}

@media (max-width: 991px) {
  .covid__alert.full__alert p {
    overflow: visible;
    display: inherit;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
  }

  .covid__alert.full__alert .covid__more {
    top: inherit;
    bottom: 0;
  }
}

.hero__banner {
  position: relative;
  background: #f7f7f7 url(../images/img-father-daughter.jpg) 50% 0% no-repeat;
  padding: 24px 0 0;
  height: 830px;
  overflow: hidden;
}

.hero__banner .hero__banner__overlay {
  position: relative;
  z-index: 2;
}

.hero__banner .banner__shape {
  display: none;
}

@media (min-width: 991px) {
  .hero__banner .banner__shape {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 243px;
    background: url(../images/elements-swoosh-green-thick.png) 50% 0% no-repeat;
  }
}

@media (max-width: 991px) {
  .hero__banner {
    height: inherit;
    padding: 0;
    background: #fff;
  }

  .hero__banner .hero__banner__overlay {
    position: relative;
    top: inherit;
    left: inherit;
  }
}

@media (min-width: 991px) {
  .hero__banner:before {
    width: 100%;
    height: 530px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.08);
    content: "";
  }
}

.hero__banner.correctional__hero__banner {
  background: #8ac400 url(../images/correctiona__banner__bg.png) 50% 0% no-repeat;
  background-color: #8ac400 !important;
}

.hero__banner.correctional__hero__banner .banner__shape {
  background: url(../images/correctional__black__shape.png) 50% 0% no-repeat;
}

@media (max-width: 991px) {
  .hero__banner.correctional__hero__banner {
    background: #000 !important;
    height: auto;
  }

  .hero__banner.correctional__hero__banner .hero__box__img:after {
    border: 20px solid rgba(151, 215, 0, 0.6);
    border-bottom: 0;
  }

  .hero__banner.correctional__hero__banner .hero__over__box h1 {
    color: #fff;
  }

  .hero__banner.correctional__hero__banner .hero__over__box p {
    color: #fff;
  }
}

@media (min-width: 1500px) {
  .hero__banner.correctional__hero__banner {
    background-size: 1800px !important;
    background-position: 50% -18px !important;
  }
}

@media (max-width: 1500px) {
  .hero__banner {
    background-size: 1890px !important;
    height: 700px;
  }
}

@media (max-width: 1100px) {
  .hero__banner {
    background-size: 1890px !important;
    height: 700px;
  }
}

@media (max-width: 991px) {
  .hero__banner {
    height: inherit !important;
  }
}

@media (min-width: 991px) {
  .hero__box__shadow {
    border-radius: 16px;
    margin-top: 48px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);
  }
}

.hero__box {
  position: relative;
}

@media (min-width: 991px) {
  .hero__box .hero__box__img img {
    border-radius: 16px 16px;
  }
}

@media (max-width: 991px) {
  .hero__box .hero__box__img {
    position: relative;
  }

  .hero__box .hero__box__img:after {
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    border-radius: 0px 0px 0 0;
    z-index: 2;
    content: "";
    border: 20px solid rgba(0, 0, 0, 0.16);
    border-bottom: 0;
  }

  .hero__box .hero__box__img img {
    max-width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.hero__over__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background-image: linear-gradient(35deg, #000000 -2%, rgba(0, 0, 0, 0) 55%), linear-gradient(152deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.64) 91%);
  padding: 160px 80px 80px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}

@media (max-width: 1500px) {
  .hero__over__box {
    height: 585px;
    padding: 80px;
  }
}

@media (max-width: 1100px) {
  .hero__over__box {
    height: 465px;
    padding: 60px;
  }
}

@media (max-width: 991px) {
  .hero__over__box {
    position: relative;
    top: inherit;
    left: inherit;
    background: transparent;
    height: inherit;
    padding: 20px 0 0;
  }

  .hero__over__box h1 br {
    display: none;
  }

  .hero__over__box .btn {
    display: block;
  }
}

.hero__over__box h1 {
  color: #000;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 20px;
  max-width: 620px;
}

.hero__over__box h1:after {
  width: 145px;
  height: 2px;
  background: #97d700;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}

@media (min-width: 991px) {
  .hero__over__box h1 {
    color: #fff;
  }

  .hero__over__box h1:after {
    background: #fff;
    width: 250px;
    height: 8px;
  }
}

@media (min-width: 1100px) {
  .hero__over__box h1 {
    padding: 0 0 60px;
    margin-bottom: 40px;
  }

  .hero__over__box h1:after {
    background: #fff;
    width: 320px;
  }
}

.hero__over__box p {
  color: #000;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .hero__over__box p {
    color: #fff;
    font-family: "GothamMedium";
    margin-bottom: 30px;
    max-width: 64%;
  }
}

.hero__over__box .btn-white {
  line-height: 24px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .hero__over__box .btn-white {
    margin: 15px 0 0;
  }
}

.hero__top__link {
  width: 100%;
  background: #fff;
  padding: 0 40px;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  border-radius: 16px 16px 0 0;
  display: none;
}

.hero__top__link li {
  margin: 0 20px;
}

.hero__top__link li a {
  display: block;
  color: #0054ff;
  font-size: 14px;
  line-height: 48px;
  font-family: "GothamMedium";
  text-transform: uppercase;
}

.hero__top__link li a:hover {
  color: #97d700;
}

@media (min-width: 991px) {
  .hero__top__link {
    display: flex;
  }
}

.adding__fund__section {
  position: relative;
}

.adding__fund__section .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .adding__fund__section {
    padding-bottom: 70px;
  }
}

.left__shape1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .12;
  display: none;
}

@media (min-width: 1100px) {
  .left__shape1 {
    display: block;
  }
}

.left__shape3 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .12;
  display: none;
}

@media (min-width: 1100px) {
  .left__shape3 {
    display: block;
  }
}

.right__shape1 {
  position: absolute;
  top: -170px;
  right: 0;
  opacity: .12;
  display: none;
}

@media (min-width: 1100px) {
  .right__shape1 {
    display: block;
  }
}

.right__shape3 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .12;
  display: none;
}

@media (min-width: 1100px) {
  .right__shape3 {
    display: block;
  }
}

.homewav__features__section .container {
  position: relative;
  z-index: 1;
}

.homewav__features__section .left__shape1 {
  opacity: 1;
  display: none;
}

@media (min-width: 1100px) {
  .homewav__features__section .left__shape1 {
    display: block;
  }
}

.homewav__features__section .right__shape1 {
  opacity: 1;
  display: block;
}

.adding__fund__slider {
  margin: 0 -15px;
}

.adding__fund__list {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .adding__fund__list {
    padding: 0 0 0 16px;
  }
}

.adding__fund__box {
  background: #404041;
  padding: 4px;
  text-align: center;
  margin: 50px 0 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}

.adding__fund__box .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: -15px auto 15px;
  text-align: center;
  border-radius: 100%;
  background: #97d700;
  position: relative;
}

.adding__fund__box .icon img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 30px;
}

@media (min-width: 991px) {
  .adding__fund__box .icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    margin-top: -40px;
  }

  .adding__fund__box .icon img {
    max-height: 48px;
  }
}

.adding__fund__box h4 {
  color: #fff;
  margin-bottom: 10px;
  padding: 0 10px;
}

.adding__fund__box p {
  color: #fff;
  padding: 0 10px;
  font-size: 14px;
  font-family: "GothamMedium";
}

.adding__fund__box:hover {
  transform: scale(1.03);
}

.adding__fund__box:hover .add-fund-btn {
  color: #97d700;
}

@media (max-width: 991px) {
  .adding__fund__box {
    margin: 30px 0 20px;
    max-width: 306px;
  }

  .adding__fund__box p {
    font-family: "GothamBook";
  }
}

.homewav__features__section {
  background-image: linear-gradient(to bottom, #e6e7e8, #ffffff 22%);
  position: relative;
}

.homewav__features__section:before {
  width: 100%;
  height: 26px;
  opacity: 0.08;
  background-image: linear-gradient(to bottom, #000000 1%, rgba(0, 0, 0, 0) 99%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.homewav__features__section .btn {
  margin-top: 28px;
  font-size: 14px;
}

.features__box {
  position: relative;
  margin: 0 0 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  min-height: 185px;
}

@media (min-width: 1100px) {
  .features__box {
    min-height: 251px;
  }
}

.features__box:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.features__box img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  min-height: 100%;
}

.features__box .feature__box__details {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.features__box .feature__box__details h3 {
  color: #fff;
  margin: 0;
}

.features__box .feature__box__details p {
  color: #fff;
  display: none;
}

.features__box:hover:after {
  background-image: linear-gradient(to bottom, #97d700, rgba(0, 0, 0, 0.5) 80%);
}

.features__box:hover .feature__box__details p {
  margin-top: 20px;
  display: block;
}

@media (max-width: 767px) {
  .mobile__feature {
    height: 540px;
    overflow: hidden;
    position: relative;
  }

  .mobile__feature:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    background: #606060;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#ffffff', GradientType=0);
  }
}

.features__box__new {
  margin: 15px 0;
  position: relative;
}

.features__box__new .features__thumb {
  height: 184px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: block;
}

.features__box__new .features__thumb img {
  margin: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  min-height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 767px) {
  .features__box__new .features__thumb img {
    max-width: inherit;
  }
}

@media (min-width: 767px) {
  .features__box__new .features__thumb {
    height: 310px;
  }
}

@media (min-width: 767px) {
  .features__thumb_img {
    height: 310px !important;
  }
}

.features__box__new .feature__box__details {
  padding: 8px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 8px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
}

@media (min-width: 991px) {
  .features__box__new .feature__box__details {
    padding: 7px 24px;
  }
}

.features__box__new .feature__box__details h3 {
  color: #fff;
  font-family: "GothamBold";
  text-align: center;
  margin: 10px 0;
}

.features__box__new .feature__box__details h3 a {
  color: #fff;
}

.features__box__new .feature__box__details p {
  display: none !important;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 767px) {
  .features__box__new .feature__box__details p {
    -webkit-line-clamp: 2;
  }
}

.features__box__new:hover .features__thumb img {
  margin: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%) scale(1.04);
  min-height: 100%;
}

.features__box__new:hover .feature__box__details h3 {
  color: #97d700;
}

.features__box__new:hover .feature__box__details h3 a {
  color: #97d700;
}

.features__section__new .varticale {
  display: none;
}

.features__section__new .horizontal {
  display: none;
}

@media (min-width: 767px) {
  .features__section__new .horizontal {
    display: block;
  }
}

@media (min-width: 1100px) {
  .features__section__new .col-xl-6:nth-child(3) {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .features__section__new .col-xl-6:nth-child(4) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .features__section__new .horizontal {
    display: none;
  }

  .features__section__new .varticale {
    display: block;
  }
}

@media (min-width: 1500px) {
  .features__section__new .col-xl-6:nth-child(3) {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .features__section__new .col-xl-6:nth-child(4) {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (min-width: 1100px) {
  .last__thumb {
    margin-top: -215px;
  }

  .last__thumb .features__box {
    min-height: 385px;
  }
}

@media (min-width: 1100px) {
  .first__thumb {
    margin-top: 80px;
  }

  .first__thumb .features__box {
    min-height: 385px;
  }
}

@media (min-width: 991px) {
  .zoom__effects {
    overflow: hidden;
    display: block;
  }

  .zoom__effects img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
  }

  .zoom__effects:hover img {
    transform: scale(1.1);
  }
}

.homewav__step__section,
.gray_bg {
  background: #404041;
  position: relative;
  z-index: 2;
}

.homewav__step__section .slick-dots li.slick-active button,
.homewav__step__section .slick-dots li.slick-active a,
.gray_bg .slick-dots li.slick-active button,
.gray_bg .slick-dots li.slick-active a {
  background: #97d700;
  border-color: #97d700;
}

.homewav__step__section h2,
.homewav__step__section p,
.homewav__step__section h4,
.homewav__step__section h5,
.gray_bg h2,
.gray_bg p,
.gray_bg h4,
.gray_bg h5 {
  color: #fff;
}

.homewav__step__section h5,
.gray_bg h5 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.57;
}

@media (min-width: 991px) {

  .homewav__step__section h5,
  .gray_bg h5 {
    margin-bottom: 40px;
    font-size: 16px;
  }
}

.step__slider {
  margin: 0 -15px;
}

.step__slide__list {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .step__slide__list {
    padding: 0 0 0 16px;
  }
}

.step__box {
  padding: 15px 15px 0;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
  position: relative;
}

@media (max-width: 991px) {
  .step__box {
    max-width: 306px;
    min-height: 306px;
    margin: 0 0 15px;
  }
}

.step__box h3 {
  margin: 0 0 20px;
  padding: 0 0 0 70px;
  color: #97d700;
  font-family: "GothamLight";
  font-size: 32px;
  line-height: 1.25;
}

.step__box p {
  font-size: 14px;
  border-bottom: 1px solid #6d6e70;
  margin: 0 -15px;
  padding: 0 15px;
  padding-bottom: 20px;
}

.step__box p br {
  display: none;
}

.step__box p:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .step__box p {
    min-height: 110px;
  }

  .step__box p:last-of-type {
    min-height: 0;
  }
}

.step__box .btn-step {
  margin: 0 -15px;
}

@media (min-width: 1100px) {
  .step__box {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .step__box h3 {
    padding: 0;
    margin: 0 0 100px;
    font-size: 40px;
    line-height: 1.2;
  }

  .step__box p {
    margin: 0;
    padding: 0 0 20px;
  }

  .step__box .btn-step {
    margin: 0;
    font-family: "GothamMedium";
    padding: 14px 0 0;
  }

  .step__box:before {
    width: calc(100% + 34px);
    height: 1px;
    content: "";
    position: absolute;
    left: 24px;
    top: 82px;
    background-image: linear-gradient(to right, rgba(247, 247, 247, 0.48) 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x;
  }
}

.wavess {
  position: absolute;
  top: 24px;
  left: 34px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #97d700;
}

.wavess:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #97d700;
  top: 0;
  left: 0;
  content: "";
  border-radius: 100%;
  animation: waves 2.5s linear 0s forwards infinite;
}

@media (min-width: 1100px) {
  .wavess {
    width: 24px;
    height: 24px;
    top: 70px;
    left: 20px;
  }
}

@-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.step__shape__top,
.step__shape__bottom {
  margin: -1px 0;
  position: relative;
  z-index: 2;
}

.step__shape__top img,
.step__shape__bottom img {
  width: calc(100% + 10px);
  max-width: calc(100% + 10px);
  margin-left: -5px;
  display: block;
}

.shape3 {
  width: 100%;
  position: relative;
  min-height: 171px;
}

.shape3 img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .shape3 {
    height: 25px;
    min-height: 25px;
    background: rgba(151, 215, 0, 0.12);
  }

  .shape3 img {
    display: none;
  }
}

.homewav__system__section {
  background: #fff;
}

.homewav__system__section h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 1100px) {
  .homewav__system__section h2 {
    margin-bottom: 88px;
    padding-bottom: 50px;
  }
}

.homewav__system__section h2:after {
  height: 2px;
  width: 260px;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .homewav__system__section h2:after {
    height: 8px;
    width: 684px;
  }
}

@media (min-width: 1100px) {
  .homewav__system__section {
    padding-bottom: 138px;
  }
}

@media (min-width: 991px) {
  .homewav__system__section {
    background: #f7f7f7 url(../images/texture-dots-grey.png);
  }

  .homewav__system__section h2 {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .homewav__system__section .btn {
    display: block;
  }
}

.homewav__system__thumb {
  height: 400px;
  position: relative;
  margin-bottom: 40px;
}

.homewav__system__thumb img {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}

@media (min-width: 767px) {
  .homewav__system__thumb {
    height: 670px;
  }
}

@media (min-width: 991px) {
  .homewav__system__thumb {
    margin-bottom: 0;
  }
}

.homewav__system__detail p {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .homewav__system__detail p {
    margin-bottom: 20px;
  }
}

.homewav__system__detail ul {
  padding-left: 17px;
  margin-bottom: 20px;
}

.homewav__system__detail ul li {
  list-style: outside;
  margin-bottom: 4px;
}

.homewav__system__detail__more {
  height: 430px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .homewav__system__detail__more {
    height: 310px;
  }
}

@media (min-width: 991px) {
  .homewav__system__detail__more {
    height: 380px;
  }
}

@media (min-width: 1500px) {
  .homewav__system__detail__more {
    height: 360px;
  }
}

.homewav__system__detail__more.show__details {
  height: auto;
  overflow: inherit;
}

@media (max-width: 767px) {
  .homewav__system__detail .d-flex {
    flex-direction: column;
  }

  .homewav__system__detail .d-flex a {
    margin: 5px 0 !important;
  }
}

.homewav__system__detail .homewav__system__detail__more {
  position: relative;
}

.homewav__system__detail .homewav__system__detail__more:after {
  width: 100%;
  height: 105px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #606060;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#ffffff', GradientType=0);
  content: "";
}

.homewav__system__detail .homewav__system__detail__more.show__details {
  height: auto;
  overflow: inherit;
}

.homewav__system__detail .homewav__system__detail__more.show__details:after {
  display: none;
}

.ream__system {
  font-size: 16px;
  font-family: "GothamMedium";
  color: #0054ff;
  display: inline-block;
  margin: 10px 0 20px;
}

.video__book__box__section {
  background: url(../images/GreenKeyboard.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  /*@media (min-width: $screen-mdx) {
        margin-top: -138px;
        padding-top: 220px;
    }*/
}

.video__book__box__section:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(151, 215, 0, 0.72);
}

.video__book__box__section .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .video__book__box__section {
    padding-top: 0;
  }
}

.video__book__box {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 15px 10px;
  display: flex;
  margin-top: 80px;
  flex-direction: column;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 991px) {
  .video__book__box {
    padding: 0 30px 10px;
    margin: 0;
  }
}

@media (min-width: 1100px) {
  .video__book__box {
    padding: 0 20px 10px;
    min-height: 334px;
  }
}

@media (min-width: 1500px) {
  .video__book__box {
    padding: 0 56px 10px;
  }
}

.video__book__box .icon {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  position: relative;
  top: -36px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  border: 1px solid #000;
}

.video__book__box .icon img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 48px;
}

.video__book__box h3 {
  margin: -10px 0 20px;
}

.video__book__box p {
  margin-bottom: 20px;
}

.video__book__box .video__btns {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.video__book__box .btn {
  margin-bottom: 15px;
}

.video__book__box:hover {
  transform: scale(1.03);
}

.create__account__sec h2 {
  padding: 0;
  margin-bottom: 20px;
}

.create__account__sec h2:after {
  display: none;
}

.create__account__sec p {
  margin-bottom: 40px;
}

.create__account__sec p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .create__account__sec {
    padding: 70px 0;
  }

  .create__account__sec h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .create__account__sec .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .d-n-md {
    display: none;
  }

  .p-md-0 {
    padding: 0 !important;
  }
}

/*corectional home page css */
.homeWAV__makes__detention {
  background: #000;
  position: relative;
  padding: 30px 0 0;
}

.homeWAV__makes__detention .top__shape {
  margin-top: 70px;
}

.homeWAV__makes__detention .top__shape img {
  width: 100%;
  display: block;
}

@media (min-width: 991px) {
  .homeWAV__makes__detention {
    padding-top: 40px;
  }

  .homeWAV__makes__detention .top__shape {
    margin-top: 120px;
    margin-bottom: -2px;
  }

  .homeWAV__makes__detention .col-lg-5 {
    max-width: 460px;
  }
}

.homeWAV__makes__detention .chart__shape {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 250px;
  display: none;
  width: 100%;
}

@media (min-width: 1100px) {
  .homeWAV__makes__detention .chart__shape {
    max-width: 400px;
    top: 70px;
    display: block;
  }
}

@media (min-width: 1500px) {
  .homeWAV__makes__detention .chart__shape {
    max-width: 600px;
    top: 70px;
  }
}

.homeWAV__makes__detention h2 {
  color: #fff;
}

.homeWAV__makes__detention .homeWAV__makes__detention__box {
  position: relative;
  padding-left: 25px;
  margin: 0 0 40px 0;
}

@media (max-width: 991px) {
  .homeWAV__makes__detention .homeWAV__makes__detention__box {
    margin: 10px 0;
  }

  .homeWAV__makes__detention .homeWAV__makes__detention__box h4 {
    margin-bottom: 10px;
  }
}

.homeWAV__makes__detention .homeWAV__makes__detention__box:before {
  width: 12px;
  height: 12px;
  background: #97d700;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}

.homeWAV__makes__detention .homeWAV__makes__detention__box h4 {
  color: #fff;
  font-size: 16px;
}

.homeWAV__makes__detention .homeWAV__makes__detention__box p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.homeWAV__makes__detention .btn {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .homeWAV__makes__detention .btn {
    width: 100%;
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  .homeWAV__makes__detention .homewav__system__detail__more {
    height: 515px;
    position: relative;
  }

  .homeWAV__makes__detention .homewav__system__detail__more:after {
    width: 100%;
    height: 105px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #606060;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#ffffff', GradientType=0);
    content: "";
  }

  .homeWAV__makes__detention .homewav__system__detail__more.show__details {
    height: auto;
    overflow: inherit;
  }

  .homeWAV__makes__detention .homewav__system__detail__more.show__details:after {
    display: none;
  }
}

@media (min-width: 991px) {
  .homeWAV__makes__detention .homewav__system__detail__more {
    height: auto;
  }
}

.homeWAV__makes__detention .ream__system {
  color: #fff;
  margin: 15px 0 15px;
}

@media (min-width: 991px) {
  .homeWAV__makes__detention .ream__system {
    display: none;
  }
}

.service__support__sec {
  padding: 35px 0 50px;
  background: #fbfdf6;
  position: relative;
  z-index: 2;
}

@media (min-width: 1100px) {
  .service__support__sec {
    padding-bottom: 90px;
  }
}

.service__support__sec .btn-outline-primary {
  display: block;
  margin-top: 55px;
}

@media (min-width: 767px) {
  .service__support__sec .btn-outline-primary {
    display: inline-block;
  }
}

@media (min-width: 1500px) {
  .service__support__sec .btn-outline-primary {
    margin-top: 20px;
  }
}

.service__support__slider {
  margin: 0 -15px;
}

.service__support__list {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .service__support__list {
    padding: 0 0 0 16px;
  }
}

.service__support__box {
  background: #fff;
  padding: 15px;
  margin: 10px 0 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}

.service__support__box .icon {
  margin: 0 0 24px;
  position: relative;
  display: block;
  min-height: 56px;
  width: 56px;
}

.service__support__box .icon img {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .service__support__box .icon {
    margin: 0 auto 16px;
    display: table;
  }
}

.service__support__box h4 {
  margin-bottom: 10px;
}

.service__support__box p {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 1100px) {
  .service__support__box {
    box-shadow: none;
    padding: 0;
    background: transparent;
  }
}

@media (max-width: 1100px) {
  .service__support__box {
    width: 306px;
    min-height: 366px;
  }

  .service__support__box p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 360px) {
  .service__support__box {
    width: 270px;
    min-height: 420px;
  }
}

.years__in__visitations__section {
  padding: 0 0 70px;
  background: #000 url(../images/Animationcss.svg) 50% 0% no-repeat;
}

.years__in__visitations__section .visitations__shape {
  margin-bottom: 95px;
}

@media (min-width: 991px) {
  .years__in__visitations__section .visitations__shape {
    margin-bottom: 150px;
  }
}

.years__in__visitations__section .visitations__shape img {
  width: 100%;
  display: block;
}

.years__in__visitations__section .visitations__box {
  text-align: center;
  margin-bottom: 70px;
}

.years__in__visitations__section .visitations__box h3 {
  font-size: 40px;
  line-height: 40px;
  color: #97d700;
  font-family: "GothamLight";
  margin: 0 0 10px;
  margin-bottom: 15px;
}

.years__in__visitations__section .visitations__box h4 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-family: "GothamBook";
  margin-bottom: 35px;
}

.years__in__visitations__section .visitations__box .wavess {
  display: none;
}

@media (min-width: 991px) {
  .years__in__visitations__section .visitations__box .wavess {
    position: relative;
    top: inherit;
    left: inherit;
    display: block;
    margin: 0 auto;
  }

  .years__in__visitations__section .visitations__box .wavess:before {
    width: 208px;
    height: 208px;
    background: url(../images/path-10.svg) 50% 0% no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 991px) {
  .years__in__visitations__section .visitations__box h3 {
    font-size: 60px;
    line-height: 64px;
  }
}

@media (min-width: 991px) {
  .years__in__visitations__section {
    padding: 0 0 130px;
  }
}

@media (max-width: 767px) {
  .years__in__visitations__section {
    /* background:$primary url(../images/group-16.svg) 100% 0% no-repeat;*/
    background-size: auto 60%;
  }
}

.correctional__video__box__section {
  background: url(../images/correctional__video__bg.png) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 0 0 50px;
}

.correctional__video__box__section:after {
  width: calc(100% - 40px);
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 40px;
  background-color: rgba(151, 215, 0, 0.87);
  border-radius: 16px 0 0 0;
}

@media (min-width: 991px) {
  .correctional__video__box__section {
    padding: 130px 0 56px;
  }

  .correctional__video__box__section .video__book__box {
    min-height: 400px;
  }
}

.correctional__video__box__section .video__book__box {
  margin-top: 60px;
}

.ready__to__become__partner {
  background: #fff;
}

.ready__to__become__partner h2 {
  color: #000;
  margin: 0;
}

.ready__to__become__partner h2:after {
  display: none;
}

.ready__to__become__partner p {
  color: #000;
  margin: 0;
}

.ready__to__become__partner .w-sm-100 {
  width: 100%;
}

.ready__to__become__partner .btn {
  width: 100%;
}

@media (min-width: 991px) {
  .ready__to__become__partner .btn {
    /*padding-left: 15px;
            padding-right: 15px; */
  }

  .ready__to__become__partner .btn i {
    margin-right: 10px;
  }
}

@media (min-width: 1500px) {
  .ready__to__become__partner .btn {
    /*padding-left: 32px;
            padding-right: 32px;*/
  }

  .ready__to__become__partner .btn i {
    margin-right: 15px;
  }
}

.ready__to__become__partner .btn-white {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 24px 0 0;
}

.ready__to__become__partner .btn-white i {
  position: relative;
  transform: rotate(90deg);
}

@media (min-width: 767px) {
  .ready__to__become__partner .btn-white {
    margin: 0 0 0 15px;
  }
}

@media (min-width: 1500px) {
  .ready__to__become__partner .btn-white {
    margin: 0 0 0 24px;
  }
}

@media (min-width: 767px) {
  .ready__to__become__partner .btn {
    width: auto;
  }
}

@media (max-width: 991px) {
  .ready__to__become__partner {
    text-align: center;
    padding: 60px 0 80px;
  }

  .ready__to__become__partner h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .ready__to__become__partner p {
    margin-bottom: 30px;
  }
}

/*Signup Page css*/
.signup__section {
  padding: 30px 0;
  position: relative;
  z-index: 3;
  background: #fff;
}

.signup__section .signup__details h3 {
  padding: 0 0 20px;
  position: relative;
  margin-bottom: 20px;
}

.signup__section .signup__details h3:before {
  width: 160px;
  height: 4px;
  background: #97d700;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 1100px) {
  .signup__section {
    padding: 72px 0 45px;
  }
}

.signup__box {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px;
  margin: -15px;
}

@media (min-width: 1100px) {
  .signup__box {
    padding: 40px 45px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.16);
    margin: 0;
    position: absolute;
    top: -35px;
    left: 15px;
    width: calc(100% - 15px);
    min-height: 595px;
  }

  .signup__box .btn {
    margin-top: 30px;
  }
}

.signup__box .signup__login__show {
  position: relative;
}

.signup__box p {
  font-size: 14px;
  position: relative;
}

.signup__box p a {
  font-family: "GothamMedium";
}

.signup__box .login__box {
  background: #000;
  left: 0;
  transform: inherit;
  z-index: 99;
}

.signup__box .login__box .login__close {
  color: #fff;
}

.signup__box .login__box h4 {
  color: #fff;
}

.signup__box .login__box .custom-control-label {
  color: #fff;
}

.signup__box .login__box .forgot__pass {
  color: #fff;
}

.signup__box .login__box:after {
  border-bottom-color: #000;
}

.signup__box .btn-outline-primary {
  line-height: 24px;
  margin-right: 15px;
}

.login__open #signup {
  opacity: .4;
}

/*form styles*/
#signup {
  width: 100%;
  margin: 40px 0 0;
  position: relative;
}

#signup fieldset {
  position: relative;
}

/*Hide all except first fieldset*/
#signup fieldset:not(:first-of-type) {
  display: none;
}

/*progressbar*/
#progressbar {
  margin-bottom: 50px;
  /*CSS counters to number the steps*/
  counter-reset: step;
  display: flex;
  flex-wrap: wrap;
}

#progressbar li {
  list-style-type: none;
  color: transparent;
  font-size: 9px;
  width: 25%;
  position: relative;
}

@media (min-width: 1100px) {
  #progressbar li {
    font-size: 16px;
  }
}

#progressbar li:before {
  width: 12px;
  height: 12px;
  display: block;
  background: #97d700;
  border-radius: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 2;
}

#progressbar li:nth-child(2) {
  text-align: center;
}

#progressbar li:nth-child(2):before {
  left: 33.33%;
}

#progressbar li:nth-child(3) {
  text-align: right;
}

#progressbar li:nth-child(3):before {
  left: 66.66%;
}

#progressbar li:nth-child(4) {
  text-align: right;
}

#progressbar li:nth-child(4):before {
  left: calc(100% - 12px);
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: calc(100%);
  height: 2px;
  position: absolute;
  left: 0;
  top: 40px;
  border-top: 1px dashed rgba(109, 110, 112, 0.46);
  z-index: 1;
  /*put it behind the numbers*/
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active {
  color: #52742f;
}

#progressbar li.active:before {
  box-shadow: 0px 0px 0px 8px rgba(151, 215, 0, 0.5);
  width: 16px;
  height: 16px;
  top: 32px;
}

#progressbar li.active:after {
  border-top: 1px dashed #97d700;
}

.signup__page .step__shape__top {
  background: #fff;
  overflow: hidden;
}

.signup__testimonial {
  background: #404041;
  padding: 20px 0;
  position: relative;
}

@media (min-width: 1100px) {
  .signup__testimonial {
    padding: 0 0 40px;
  }
}

@media (min-width: 991px) {
  .signup__testimonial .Testimonials__boxes {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .signup__testimonial .Testimonials__boxes {
    flex-direction: column;
  }
}

.signup__testimonial__box {
  padding: 16px;
  padding-left: 96px;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .signup__testimonial__box {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media (min-width: 1100px) {
  .signup__testimonial__box {
    width: 100%;
  }
}

.signup__testimonial__box .avtar {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 100%;
  overflow: hidden;
}

.signup__testimonial__box .avtar img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.signup__testimonial__box h4 {
  color: #fff;
  padding-right: 50px;
}

.signup__testimonial__box h4 span {
  display: block;
  font-size: 12px;
  opacity: .8;
}

.signup__testimonial__box h5 {
  color: #fff;
  font-size: 14px;
}

.signup__testimonial__box p {
  color: #fff;
  font-style: italic;
}

.signup__testimonial__box:before {
  content: "”";
  position: absolute;
  top: 16px;
  right: 16px;
  color: #97d700;
  font-size: 85px;
  line-height: 80px;
  font-family: "GothamBold";
}

/*News Page css */
.page__content__section {
  position: relative;
  padding: 56px 0 40px;
  background: #fff url(../images/page__content__shape.svg) 50% 0% no-repeat;
  background-size: calc(100% + 10px) auto;
}

.page__content__section h1 {
  margin-bottom: 12px;
  padding: 0 0 24px;
  position: relative;
}

.page__content__section h1:after {
  width: 230px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #97d700;
}

.page__content__section h1::before {
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #52742f;
  border-left: 20px solid #324700;
}

@media (max-width: 360px) {
  .page__content__section h1 {
    font-size: 24px;
  }
}

.page__content__section h4 {
  font-size: 14px;
  line-height: 22px;
  font-family: "GothamBook";
  margin: 0 0 24px;
}

@media (min-width: 1100px) {
  .page__content__section {
    padding: 88px 0 70px;
  }

  .page__content__section .left__shape1 {
    top: 300px;
    opacity: 1;
  }

  .page__content__section h1 {
    font-size: 35pt;
    line-height: 56px;
    margin: 0 0 24px;
  }

  .page__content__section h4 {
    font-size: 18pt;
    line-height: 22px;
    font-family: "GothamMedium";
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  .page__content__section {
    background-size: auto 50px;
    background-position: 10% 0px;
  }
}

@media (max-width: 767px) {
  .page__content__section {
    background: #fff url(../images/content__bg__sm.svg) 50% 0% no-repeat;
    background-size: calc(100% + 10px) auto;
  }

  .page__content__section #loadMore {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .filter__search__area {
    margin-bottom: 20px;
  }
}

.web__filters {
  margin-right: 90px;
}

.web__filters li {
  margin-right: 30px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .web__filters {
    display: none !important;
  }
}

.filter__icon {
  display: block;
  margin-right: 20px;
}

@media (min-width: 1100px) {
  .filter__icon {
    display: none;
  }
}

.web-search {
  position: relative;
}

.web-search .search__icon {
  font-size: 20px;
  color: #abadb0;
  cursor: pointer;
}

.web-search .web__search__show {
  position: absolute;
  top: -20px;
  right: 0;
  width: 0;
  overflow: hidden;
  z-index: 3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.web-search .web__search__show .form-control {
  padding-left: 50px;
  padding-right: 50px;
}

.web-search .web__search__show .fa-search {
  position: absolute;
  left: 15px;
  top: 19px;
  color: #6d6e70;
  font-size: 20px;
}

.web-search .web__search__show .close__search {
  position: absolute;
  right: 15px;
  top: 19px;
  color: #6d6e70;
  font-size: 20px;
  cursor: pointer;
}

.web-search .web__search__show.web__search__show__on {
  width: 510px;
}

@media (max-width: 1100px) {
  .web-search {
    position: inherit;
  }

  .web-search .web__search__show.web__search__show__on {
    width: auto;
    left: 15px;
    right: 15px;
  }
}

.news__lg__thumb {
  margin: 0 0 24px;
}

.news__lg__thumb img {
  border-radius: 8px;
}

@media (min-width: 1100px) {
  .news__lg__thumb {
    margin-bottom: 0;
  }
}

.news__date {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 22px;
  display: block;
  color: #6d6e70;
}

.news__date span {
  display: block;
  color: #404041;
}

.news__date span a {
  color: #404041;
  text-decoration: underline;
}

.news__date span a:hover {
  text-decoration: none;
}

.news__lg__details h2 {
  padding: 0;
  margin-bottom: 16px;
}

.news__lg__details h2:after {
  display: none;
}

.news__lg__details .read__article {
  font-family: "GothamMedium";
  color: #0054ff;
}

.news__lg__details .read__article i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.news__lg__details .read__article:hover i {
  margin-left: 5px;
}

@media (min-width: 1500px) {
  .news__lg__details {
    padding-left: 0px;
  }

  .news__lg__details .news__date {
    margin-bottom: 30px;
  }

  .news__lg__details p {
    margin-bottom: 30px;
  }
}

.news__slider__section {
  padding: 32px 0 72px;
}

.news__slider__section .news__slide__list {
  margin: 0;
}

.news__slider__section .news__slide__list .news__slide__box {
  width: 306px;
  margin: 8px 0 8px 16px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
}

.news__slider__section .news__slide__list .news__slide__box .news__slide__thumb {
  width: 100%;
  padding-top: 175px;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.news__slider__section .news__slide__list .news__slide__box .news__slide__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news__slider__section .news__slide__list .news__slide__box .news__slide__detail {
  padding: 16px;
  border-radius: 0 0 8px 8px;
  min-height: 95px;
  background: #fff;
}

.news__slider__section .news__slide__list .news__slide__box .news__slide__detail a {
  color: #000;
  font-size: 14px;
  line-height: 1.57;
  font-family: "GothamBold";
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news__slider__section .news__slide__list .news__slide__more {
  width: 306px;
  margin: 8px;
}

.news__slider__section .news__slide__list .news__slide__more a {
  display: block;
  text-align: center;
  padding: 22px;
  background: #fff;
  border-radius: 8px;
  min-height: 175px;
}

.news__slider__section .news__slide__list .news__slide__more a img {
  display: block;
  margin: 0 auto 25px;
}

.news__slider__section .news__slide__list .news__slide__more a span {
  display: block;
  font-family: "GothamMedium";
}

.news__slider__section .news__slide__list .news__slide__more a span i {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.news__slider__section .news__slide__list .news__slide__more a:hover span i {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .news__slider__section .news__slide__list .news__slide__more a {
    padding: 69px 22px;
  }
}

@media (min-width: 1100px) {
  .news__slider__section .news__slide__list {
    margin: 0 0 0 0;
  }

  .news__slider__section .news__slide__list .news__slide__box {
    box-shadow: none;
    width: 357px;
    padding: 0 20px;
    margin: 0;
  }

  .news__slider__section .news__slide__list .news__slide__box .news__slide__thumb {
    padding-top: 180px;
    border-radius: 8px;
  }

  .news__slider__section .news__slide__list .news__slide__box .news__slide__detail {
    padding: 24px 0 0 0;
    border-radius: 0;
    min-height: 95px;
    background: transparent;
  }

  .news__slider__section .news__slide__list .news__slide__box .news__slide__detail a {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
  }

  .news__slider__section .news__slide__list .news__slide__more {
    width: 317px;
    margin: 0 20px;
  }

  .news__slider__section .news__slide__list .news__slide__more a {
    min-height: 180px;
  }

  .news__slider__section .news__slide__list:hover .news__slide__thumb {
    transform: scale(1.03);
  }

  .news__slider__section .news__slide__list:hover .news__slide__detail a {
    text-decoration: underline;
  }
}

.mobile__filters {
  width: 100%;
  height: 100vh;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  display: none;
}

@media (min-width: 1100px) {
  .mobile__filters {
    display: none;
  }
}

.mobile__filters .close__filter {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}

.mobile__filters h2 {
  margin-bottom: 24px;
  padding: 0 0 24px;
  font-size: 26px;
  line-height: 30px;
  position: relative;
}

.mobile__filters h2:after {
  width: 230px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #97d700;
}

.mobile__filters h2::before {
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #52742f;
  border-left: 20px solid #324700;
}

@media (max-width: 360px) {
  .mobile__filters h2 {
    font-size: 24px;
  }
}

.mobile__filters .clear__filter {
  font-size: 14px;
  color: #0054ff;
  font-family: "GothamMedium";
  margin-bottom: 20px;
  display: inline-block;
}

.mobile__filters .filters__list li {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.fliters__show {
  overflow: hidden;
}

.fliters__show .mobile__filters {
  display: block;
}

.breadcrumb {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

@media (min-width: 1100px) {
  .breadcrumb {
    margin-bottom: 40px;
  }
}

.breadcrumb-item {
  font-size: 12px;
  font-family: "GothamMedium";
  color: #abadb0;
}

.breadcrumb-item a {
  color: #0054ff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "»";
}

.all__post__box {
  width: 100%;
  margin: 30px 0;
}

.all__post__box .all__post__thumb {
  width: 100%;
  padding-top: 150px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 24px;
}

.all__post__box .all__post__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.all__post__box .all__post__details a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "GothamBold";
}

.all__post__box:hover .all__post__thumb {
  transform: scale(1.05);
}

.all__post__box:hover .all__post__details a {
  color: #0054ff;
  text-decoration: underline;
}

@media (min-width: 1500px) {
  .all__post__box .all__post__thumb {
    padding-top: 180px;
  }
}

@media (max-width: 991px) {
  .all__post__box {
    margin: 0 0 30px;
  }

  .all__post__box .all__post__thumb {
    padding-top: 180px;
  }
}

@media (max-width: 360px) {
  .all__post__box .all__post__thumb {
    padding-top: 150px;
  }
}

#myList .col-md-6 {
  display: none;
}

@media (min-width: 991px) {
  .article__detail__page .sm__title {
    display: none;
  }
}

.article__detail__page .blog__thumb__side {
  margin-bottom: 16px;
}

@media (min-width: 991px) {
  .article__detail__page .blog__thumb__side {
    width: 50%;
    margin-left: 24px;
    float: right;
  }
}

@media (max-width: 991px) {
  .article__detail__page .news__lg__thumb {
    margin: 0 0 10px;
  }
}

.article__detail__page .news__lg__details p {
  font-size: 16px;
  line-height: 24px;
}

.article__detail__page .news__lg__details p a {
  color: #0054ff;
}

.article__detail__page .news__lg__details p a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .article__detail__page .news__lg__details {
    margin: 0px 0 0;
  }

  .article__detail__page .news__lg__details h1 {
    display: none;
  }

  .article__detail__page .news__lg__details .news__date {
    display: none;
  }
}

.article__detail__page .thumb__tagline {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin: 10px 0 0;
}

@media (min-width: 767px) {
  .article__detail__page h1 {
    font-size: 35pt;
    line-height: 48px;
  }
}

.homewav__post__tag {
  margin: 0 0 24px;
}

.homewav__post__tag li {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #e6e7e8;
}

.homewav__post__tag li:last-child {
  border: 0;
}

.homewav__post__tag li a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #6d6e70;
}

.homewav__post__tag li a i {
  display: inline-block;
  margin-right: 7px;
}

.homewav__post__tag li a span {
  text-decoration: underline;
}

.homewav__post__tag li a:hover {
  color: #0054ff;
}

@media (min-width: 991px) {
  .homewav__post__tag.last {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .homewav__post__tag li {
    display: none;
  }

  .homewav__post__tag li:first-child {
    display: inline-block;
    border-right: 0;
  }

  .homewav__post__tag.last li {
    display: block;
  }

  .homewav__post__tag.last li:first-child {
    display: none;
  }
}

.article__bottom__links {
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.article__bottom__links li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  margin-bottom: 10px;
}

.article__bottom__links li:last-child {
  border-right: 0;
}

.article__bottom__links li a {
  display: block;
  color: #0054ff;
}

.article__bottom__links li a:hover {
  text-decoration: underline;
}

/*Standard Page css */
.standard__banner__sec {
  position: relative;
}

.standard__banner__sec .standard__img {
  min-height: 120px;
  position: relative;
  background-size: auto 100% !important;
  background-position: 75% 0 !important;
  border-bottom: 12px solid #97d700;
}

.standard__banner__sec .standard__img:after {
  width: 100%;
  height: 12px;
  background: rgba(151, 215, 0, 0.63);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.standard__banner__sec .standard__img .standard__banner__shape {
  display: none;
}

.standard__banner__sec .standard__banner__details {
  padding: 20px 0 0;
}

.standard__banner__sec .standard__banner__details h1 {
  position: relative;
  padding: 0 0 16px;
}

.standard__banner__sec .standard__banner__details h1:after {
  width: 230px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #97d700;
}

.standard__banner__sec .standard__banner__details h1::before {
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #52742f;
  border-left: 20px solid #324700;
}

@media (min-width: 767px) {
  .standard__banner__sec .standard__banner__details h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media (min-width: 991px) {
  .standard__banner__sec .standard__banner__details h1 {
    color: #fff;
  }
}

.standard__banner__sec .standard__banner__details p {
  margin: 0;
}

@media (min-width: 991px) {
  .standard__banner__sec .standard__img {
    min-height: 370px;
    border-bottom: 0;
  }

  .standard__banner__sec .standard__img:after {
    display: none;
  }

  .standard__banner__sec .standard__img .standard__banner__shape {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
  }

  .standard__banner__sec .standard__img .standard__banner__shape img {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    display: block;
    margin: 0 0 0 -5px;
  }

  .standard__banner__sec .standard__banner__details {
    padding: 40px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
  }

  .standard__banner__sec .standard__banner__details p {
    color: #fff;
    font-size: 18px;
    font-family: "GothamMedium";
  }
}

@media (min-width: 2000px) {
  .standard__banner__sec .standard__img {
    padding-top: 20%;
  }
}

.standard__content__section {
  padding: 30px 0 30px;
  position: relative;
}

.standard__content__section .left__shape1 {
  opacity: 1;
  bottom: 0;
  top: inherit;
}

.standard__content__section .st__shape {
  position: absolute;
  display: none;
}

@media (min-width: 1100px) {
  .standard__content__section .st__shape {
    display: block;
  }
}

.standard__content__section .st__shape.standard__left__shape1 {
  top: 80px;
  left: 0;
}

.standard__content__section .st__shape.standard__right__shape1 {
  bottom: 640px;
  right: 0;
}

.standard__content__section .st__shape.standard__left__shape1a {
  top: 80px;
  left: 0;
}

.standard__content__section .st__shape.standard__left__shape2a {
  top: 50%;
  left: 0;
}

.standard__content__section .st__shape.standard__right__shape1a {
  top: 20%;
  right: 0;
}

.standard__content__section .st__shape.standard__right__shape2a {
  top: 70%;
  right: 0;
}

.standard__content__section h2 {
  padding: 0;
}

@media (min-width: 767px) {
  .standard__content__section h2 {
    font-size: 27pt;
  }

  .page__content__section h2 {
    font-size: 27pt;
  }
}

@media (max-width: 767px) {
  .standard__content__section h2 {
    margin-bottom: 16px;
  }
}

.standard__content__section h2:after {
  display: none;
}

@media (min-width: 991px) {
  .standard__content__section h2 span {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #8ac400;
    border-radius: 100%;
    position: relative;
    margin-right: 30px;
  }

  .standard__content__section h2 span:after {
    width: 56px;
    height: 56px;
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    border: 14px solid rgba(151, 215, 0, 0.57);
    border-radius: 100%;
  }
}

@media (min-width: 1100px) {
  .standard__content__section h5 {
    font-size: 15pt;
  }

  .page__content__section h5 {
    font-size: 15pt;
  }
}

@media (min-width: 1100px) {
  .standard__content__section h6 {
    font-size: 13pt;
  }

  .page__content__section h6 {
    font-size: 13pt;
  }
}


.standard__content__section h3 {
  line-height: 24px;
  font-family: "GothamBold";
  margin-bottom: 16px;
}

@media (min-width: 1100px) {
  .page__content__section h3 {
    font-size: 20.5pt;
  }
}

@media (min-width: 1100px) {
  .standard__content__section h4 {
    font-size: 18pt;
  }
}

@media (min-width: 991px) {
  .standard__content__section {
    padding: 60px 0;
  }
}

@media (min-width: 1100px) {
  .standard__content__section {
    padding: 88px 0;
  }

  .standard__content__section h3 {
    font-size: 20.5pt;
    line-height: 48px;
    margin-bottom: 24px;
  }
}

.standard__thumb {
  margin: 0 0 24px;
}

.standard__thumb img {
  border-radius: 8px;
}

.standard__thumb span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
}

@media (min-width: 1100px) {
  .standard__thumb {
    margin: 0 0 40px;
  }

  .standard__thumb img {
    border-radius: 16px;
  }
}

.standard__content__box {
  padding-bottom: 20px;
  border-bottom: 4px solid #e6e7e8;
  margin-bottom: 40px;
}

.standard__content__box p {
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .standard__content__box p .btn-primary {
    display: block;
    margin-bottom: 15px;
  }
}

.standard__content__box ul {
  margin-bottom: 20px;
  padding-left: 25px;
}

.standard__content__box ul li {
  font-size: 16px;
  line-height: 24px;
  list-style: outside;
  margin-bottom: 4px;
}

.standard__content__box ul.detention__facility__benefits {
  flex-wrap: wrap;
  padding: 0;
}

.standard__content__box ul.detention__facility__benefits li {
  width: 100%;
  margin: 16px 0;
  list-style: none;
  position: relative;
}

.standard__content__box ul.detention__facility__benefits li img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 53px;
}

.standard__content__box ul.detention__facility__benefits li h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0 32px;
  padding-left: 75px;
}

.standard__content__box ul.detention__facility__benefits li p {
  margin: 0;
}

.standard__content__box ul.detention__facility__benefits li:last-child {
  margin-bottom: 0;
}

@media (min-width: 991px) {
  .standard__content__box ul.detention__facility__benefits {
    justify-content: space-between;
    column-count: 2;
  }

  .standard__content__box ul.detention__facility__benefits li {
    width: 48%;
    margin: 0 0 40px;
  }

  .standard__content__box ul.detention__facility__benefits li h4 {
    margin: 0 0 16px;
    padding-left: 75px;
  }

  .standard__content__box ul.detention__facility__benefits li p {
    padding-left: 75px;
  }
}

.standard__content__box ul.detention__facility__benefits.standard__services__list {
  margin-bottom: 0;
}

.standard__content__box ul.detention__facility__benefits.standard__services__list li {
  width: 100% !important;
  border-bottom: 1px solid #e6e7e8;
  padding-bottom: 32px;
}

.standard__content__box ul.detention__facility__benefits.standard__services__list li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
}

@media (min-width: 1100px) {
  .standard__content__box ul.detention__facility__benefits.standard__services__list li {
    margin-bottom: 32px;
  }
}

.standard__content__box ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.standard__content__box ol li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  padding-left: 4px;
  list-style: outside decimal;
}

@media (min-width: 1100px) {
  .standard__content__box {
    padding-bottom: 25px;
    margin-bottom: 45px;
  }
}

.standard__content__box.no__border {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 1100px) {
  .facility__benefits__sec .service__support__box {
    background: #000;
    margin-top: 40px;
    padding-top: 0;
    min-height: 340px;
  }

  .facility__benefits__sec .service__support__box .icon {
    margin-bottom: 0;
    top: -25px;
  }

  .facility__benefits__sec .service__support__box h4 {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .facility__benefits__sec .service__support__box {
    min-height: 375px;
  }
}

.faq__lists {
  margin: 30px 0 16px 0;
}

.faq__lists .faq__card {
  margin: 16px 0 0;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.faq__lists .faq__card h4 {
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  padding-right: 40px;
  margin: 0;
  position: relative;
  cursor: pointer;
  color: #0054ff;
  font-family: "GothamMedium";
}

.faq__lists .faq__card h4:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.faq__lists .faq__card h4[aria-expanded="true"]:after {
  content: "\f077";
}

.faq__lists .faq__card>div {
  padding: 0 16px 2px;
}

@media (min-width: 1100px) {
  .faq__lists .faq__card h4 {
    padding-left: 64px;
  }

  .faq__lists .faq__card h4:after {
    right: inherit;
    left: 24px;
  }

  .faq__lists .faq__card>div {
    padding-left: 64px;
  }
}

.form__area {
  margin-top: 30px;
}

.form__area .form-group {
  margin-bottom: 24px;
}

.form__area .form-group label {
  font-size: 14px;
  line-height: 16px;
  font-family: "GothamMedium";
}

.form__area .form-group label .fa-info-circle {
  color: #0054ff;
}

.form__area .form-group .add__another__num {
  font-size: 14px;
  line-height: 18px;
  font-family: "GothamMedium";
  color: #0054ff;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.form__area .btn-primary {
  margin: 10px 0 30px;
}

.form__area p {
  font-size: 14px;
}

.form__area p a {
  color: #0054ff;
  font-family: "GothamMedium";
}

@media (max-width: 767px) {
  .search__listing {
    background: #f7f7f7;
  }

  .search__listing .all__post__box {
    margin: 0 -15px;
    padding: 15px;
    display: flex;
    width: calc(100% + 30px);
    border-bottom: 1px solid #d0d2d3;
  }

  .search__listing .all__post__box .all__post__thumb {
    padding-top: 56px;
    width: 100px;
    min-width: 100px;
    margin: 0;
  }

  .search__listing .all__post__box .all__post__details {
    width: 100%;
    padding: 0 0 0 15px;
  }

  .search__listing .all__post__box .all__post__details a {
    font-size: 14px;
    line-height: 22px;
    font-family: "GothamBook";
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* White paper css */
.whitepaper__details img {
  margin-bottom: 24px;
}

@media (min-width: 991px) {
  .whitepaper__details img {
    margin-bottom: 40px;
  }
}

.whitepaper__form {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 16px 40px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16), 0 8px 24px 0 rgba(0, 0, 0, 0.32);
}

.whitepaper__form .custom-control-label,
.whitepaper__form .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
  font-family: "GothamBook";
  position: relative;
}

.whitepaper__form .custom-control {
  position: relative;
}

.whitepaper__form .custom-control label {
  padding-left: 30px;
}

.whitepaper__form .custom-control input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .whitepaper__form .btn {
    width: 100%;
    display: block;
  }
}

@media (min-width: 991px) {
  .whitepaper__form {
    padding: 28px 40px 40px;
  }

  .whitepaper__form h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.additional__white__paper h2 {
  margin-bottom: 24px;
}

@media (min-width: 991px) {
  .additional__white__paper h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}

/* How to CSS */
.how__to__section p {
  max-width: 1160px;
}

.how__to__section p a {
  color: #0054ff;
  font-family: "GothamMedium";
}

.howto__top {
  padding: 15px;
  margin: 0 -15px 40px;
  background-color: #404041;
  color: #fff;
}

.howto__top a {
  color: #fff;
  font-family: "GothamMedium";
  text-decoration: underline;
}

@media (min-width: 1100px) {
  .howto__top {
    color: #000;
    padding: 0;
    margin: 0 0 80px;
    background-color: transparent;
    font-size: 24px;
    line-height: 32px;
    max-width: 1160px;
  }

  .howto__top a {
    color: #0054ff;
    font-family: "GothamBook";
    text-decoration: none;
  }

  .howto__top a:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1100px) {
  .howto__video__sec h2 {
    margin-bottom: 24px;
  }
}

.howto__video__sec p {
  margin-bottom: 40px;
  font-family: "GothamMedium";
}

.howto__video__box {
  background-color: #000;
  padding: 16px;
}

.howto__video__box video,
.howto__video__box .video__area {
  width: 100%;
  height: 220px;
  display: block;
  margin-bottom: 16px;
}

.howto__video__box p {
  margin: 0;
  font-family: "GothamBold";
}

@media (min-width: 991px) {
  .howto__video__box {
    padding: 0;
    background-color: transparent;
  }
}

@media (max-width: 1100px) {
  .howto__video__box {
    width: 306px;
  }
}

.howtovideo-slider,
.partner-slider {
  margin: 0 -15px;
}

/*Contact Us page */
@media (max-width: 767px) {
  .contact__details__form .form-group textarea.form-control {
    height: 220px;
  }

  .contact__details__form .form__area .btn-primary {
    width: 100%;
  }
}

ul.contact__links {
  padding: 0;
  margin-top: 30px;
}

ul.contact__links li {
  list-style: none;
  margin-right: 20px;
  margin-bottom: 0;
}

ul.contact__links li a {
  font-size: 16px;
  font-family: "GothamMedium";
  color: #0054ff;
  display: flex;
  align-items: center;
}

ul.contact__links li a img {
  max-width: 24px;
  margin-right: 8px;
}

ul.contact__links li:last-child {
  margin-right: 0;
}

@media (min-width: 991px) {
  ul.contact__links li {
    margin-right: 60px;
  }

  ul.contact__links li a {
    font-size: 20px;
  }

  ul.contact__links li a img {
    max-width: 30px;
  }
}

.contact__sidebar {
  background-color: #ececec;
  border-radius: 8px;
  padding: 24px 0 0;
  border: 4px solid #ececec;
}

.contact__sidebar h3 {
  padding: 0 16px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-family: "GothamBold";
  margin-bottom: 0;
}

.contact__sidebar .contact__map__are {
  padding: 20px 16px;
}

.contact__sidebar .contact__social {
  padding: 32px 0 40px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.contact__sidebar .contact__social h4 {
  font-size: 18px;
  font-family: "GothamBold";
  text-align: center;
}

.contact__sidebar .contact__social .contact__social__links li {
  margin: 0 8px;
}

.contact__sidebar .contact__social .contact__social__links li a {
  font-size: 40px;
  line-height: 40px;
  display: block;
}

.contact__sidebar .contact__social .contact__social__links li a i.fa-linkedin {
  color: #0a66c2;
}

.contact__sidebar .contact__social .contact__social__links li a i.fa-youtube-square {
  color: #ff0000;
}

.contact__sidebar .contact__social .contact__social__links li a i.fa-instagram {
  color: #c2009a;
}

.contact__sidebar .contact__social .contact__social__links li a i.fa-twitter-square {
  color: #1d9bf0;
}

.contact__sidebar .contact__social .contact__social__links li a i.fa-facebook-square {
  color: #1877f2;
}

@media (min-width: 991px) {
  .contact__sidebar h3 {
    padding: 0 36px;
    text-align: left;
  }

  .contact__sidebar .contact__map__are {
    padding: 32px 36px 40px;
  }

  .contact__sidebar .contact__social {
    padding: 32px 0 40px;
  }

  .contact__sidebar .contact__social .contact__social__links li {
    margin: 0 16px;
  }

  .contact__sidebar .contact__social .contact__social__links li a {
    font-size: 48px;
    line-height: 48px;
    display: block;
  }
}

.Partnership__sec {
  padding: 32px 0 0;
  background-color: #404041;
}

.Partnership__sec h2 {
  color: #fff;
  margin: 0;
  font-family: "GothamBold";
}

@media (min-width: 1100px) {
  .Partnership__sec {
    background-color: #2b2b2b;
    text-align: center;
    padding: 24px 0;
  }

  .Partnership__sec h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .Partnership__sec h2:after {
    right: 0;
    margin: 0 auto;
  }
}

.Partnership__slider__sec {
  padding: 32px 0 72px;
  border-bottom: 0px solid #fff;
}

.Partnership__slider__sec .howto__video__box {
  min-height: 225px;
  border-radius: 8px;
  position: relative;
}

.Partnership__slider__sec .howto__video__box img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 230px;
  transform: translate(-50%, -50%);
}

@media (min-width: 1100px) {
  .Partnership__slider__sec {
    padding: 48px 0;
  }

  .Partnership__slider__sec .howto__video__box {
    min-height: 150px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  color: green !important;
  margin: -40px 0 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  padding: 0 !important;
  border: 0 !important;
  color: red !important;
  margin: -40px 0 20px !important;
}

.whitepaper__form .wpcf7 form.invalid .wpcf7-response-output,
.whitepaper__form .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0px 0 20px !important;
}

.whitepaper__form .wpcf7 form.sent .wpcf7-response-output {
  margin: 0px 0 20px !important;
}

.page_not_found_sec {
  position: relative;
  padding: 40px 0 80px;
}

.page_not_found_sec .left__shape1 {
  top: 180px;
  opacity: 1;
}

.page_not_found_sec h1 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 24px;
  color: #97d700;
  text-transform: uppercase;
}

.page_not_found_sec h2 {
  font-family: "GothamUltra";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 36px;
}

@media (min-width: 991px) {
  .page_not_found_sec {
    padding: 190px 0;
  }

  .page_not_found_sec h1 {
    font-size: 64px;
    line-height: 64px;
  }

  .page_not_found_sec h2 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 40px;
  }
}

.master-footer {
  background: #000;
  padding: 0 0;
  position: relative;
}

@media (min-width: 991px) {
  .master-footer {
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .master-footer:after {
    position: absolute;
    width: 25%;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    background: #2b2b2b;
  }
}

.footer__links__side {
  position: relative;
}

.footer__links__side .footer__logo__icon {
  display: table;
  margin: 0 auto 0px;
}

@media (min-width: 991px) {
  .footer__links__side {
    padding-left: 90px;
  }

  .footer__links__side .footer__logo__icon {
    position: absolute;
    top: 56px;
    left: 0;
  }
}

.footer__links {
  margin: 50px 0 30px;
}

.footer__links h4 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.footer__links ul li {
  margin-bottom: 10px;
}

.footer__links ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: "GothamMedium";
}

.footer__links ul li a i {
  width: 17px;
  display: inline-block;
}

.footer__links ul li a:hover {
  color: #0054ff;
}

@media (max-width: 991px) {
  .footer__links {
    margin: 30px 0;
    padding: 0 15px;
  }

  .footer__links h4 {
    font-size: 16px;
  }

  .footer__links ul li {
    font-size: 14px;
  }
}

.copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.copyright a {
  color: #fff;
  font-family: "GothamMedium";
  display: inline-block;
  margin: 0 5px;
}

.copyright a:hover {
  color: #0054ff;
}

.copyright span {
  display: none;
}

@media (min-width: 1100px) {
  .copyright span {
    display: inline-block;
  }
}

@media (min-width: 1100px) {
  .copyright {
    text-align: left;
  }

  .copyright br {
    display: none;
  }
}

.gray__area {
  background: #2b2b2b;
  padding: 50px 35px 0 45px;
  position: relative;
  /*&:before {
        content:"";
        background: #2b2b2b;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -15px;
    }*/
}

.gray__area .btn {
  padding: 5px 15px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
}

.gray__area p {
  font-size: 12px;
  line-height: 20px;
  font-family: "GothamMedium";
  color: #fff;
  position: relative;
  z-index: 1;
}

.gray__area p a {
  color: #97d700;
  text-decoration: underline;
}

.gray__area p a:hover {
  text-decoration: none;
}

.gray__area h4 {
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}

@media (min-width: 991px) {
  .gray__area {
    position: absolute;
    right: 0;
    width: 28%;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .gray__area {
    padding: 32px 15px;
    margin-bottom: 30px;
  }

  .gray__area:before {
    width: calc(100%);
    left: 0px;
  }

  .gray__area .btn {
    padding: 10px 32px;
    line-height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .gray__area .btn {
    display: block;
  }
}

.map__area__outer {
  padding: 21px;
  width: 100%;
  z-index: 2;
  background: url(../images/map__grid.svg);
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .map__area__outer {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    margin: 0;
    min-height: 307px;
    height: 100%;
  }
}

@media (min-width: 1500px) {
  .map__area__outer {
    padding: 50px 40px;
    min-height: 322px;
  }
}

.map__area {
  width: 100%;
}

.map__area img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 1500px) {
  .map__area img {
    max-height: 222px;
  }
}

.map__area .map__over {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.map__area .map__over img {
  display: block;
  margin: 0 auto 10px;
}

@media (min-width: 1500px) {
  .map__area .map__over {
    top: 95px;
  }
}

.correctional__staff .master-footer {
  padding: 0;
  background-color: #2B2B2B;
}

@media (max-width: 991px) {
  .correctional__staff .master-footer {
    background: #2b2b2b;
  }

  .correctional__staff .master-footer .gray__area:before {
    background: #000;
  }
}

.place__work {
  display: block;
  max-width: 96px;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .place__work {
    margin: 50px 0 30px;
  }
}

.balver {
  color: red;
}


@media (max-width:400px) {
  .reps-image {
    height: auto;
    width: 345px !important
  }

  .reps_font_family {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;

  }

  .reps_name_font {
    font-size: 30px;
    color: black;
  }

  .reps_role_font {
    font-size: 12px;
    margin-top: -4px;
    color: #94d40b;
  }

  .reps_email_font {
    font-size: 9px;
    color: black;
    font-weight: 600;
    margin-top: -6px;
  }

  .reps_number_font {
    font-size: 9px;
    color: black;
    font-weight: 600;
    margin-top: -10px;

  }

  .reps_region_font {
    font-size: 8px;
    color: black;
    margin-top: -1px;
  }

  .reps_region_span_font {
    font-weight: 900;
  }

  #img_cont {
    z-index: 1;
    position: relative;
    left: 169px;
    top: -108px;
  }
}

@media (min-width:401px) and (max-width:510px) {
  .reps-image {
    height: auto;
    width: 390px !important
  }

  .reps_font_family {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;

  }

  .reps_name_font {
    font-size: 38px;
    color: black;
  }

  .reps_role_font {
    font-size: 15px;
    color: #94d40b;
  }

  .reps_email_font {
    margin-top: -3px;
    font-size: 12px;
    color: black;
    font-weight: 600;
  }

  .reps_number_font {
    margin-top: -3px;
    font-size: 12px;
    color: black;
    font-weight: 600;

  }

  .reps_region_font {
    margin-top: -3px;
    font-size: 11px;
    color: black;
  }

  .reps_region_span_font {
    font-weight: 900;
  }

  #img_cont {
    z-index: 1;
    position: relative;
    left: 185px;
    top: -124px;
  }
}

@media (min-width:510px) and (max-width:767px) {
  .reps-image {
    height: auto;
    width: 510px !important
  }

  .reps_font_family {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;

  }

  .reps_name_font {
    font-size: 41px;
    color: black;
  }

  .reps_role_font {
    font-size: 17px;
    color: #94d40b;
  }

  .reps_email_font {
    font-size: 13px;
    color: black;
    font-weight: 600;
  }

  .reps_number_font {
    font-size: 13px;
    color: black;
    font-weight: 600;

  }

  .reps_region_font {
    font-size: 13px;
    color: black;
    padding-top: 9px;
  }

  .reps_region_span_font {
    font-weight: 900;
  }

  #img_cont {
    z-index: 1;
    position: relative;
    left: 235px;
    top: -151px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .reps-image {
    height: auto;
    width: 690px !important
  }

  .reps_font_family {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;
    padding-bottom: 12px;

  }

  .reps_name_font {
    font-size: 56px;
    color: black;
  }

  .reps_role_font {
    font-size: 22px;
    color: #94d40b;
  }

  .reps_email_font {
    font-size: 18px;
    color: black;
    font-weight: 600;
  }

  .reps_number_font {
    font-size: 18px;
    color: black;
    font-weight: 600;

  }

  .reps_region_font {
    font-size: 18px;
    color: black;
    padding-top: 10px;
  }

  .reps_region_span_font {
    font-weight: 900;
  }

  #img_cont {
    z-index: 1;
    position: relative;
    left: 320px;
    top: -192px;
  }
}

@media (min-width: 991px) {
  .reps-image {
    height: auto;
    width: 850px !important
  }

  .reps_font_family {
    font-family: 'Bebas Neue', cursive;
    font-style: italic;
    padding-bottom: 19px;

  }

  .reps_name_font {
    font-size: 70px;
    color: black;
  }

  .reps_role_font {
    font-size: 29px;
    color: #94d40b;
  }

  .reps_email_font {
    font-size: 22px;
    color: black;
    font-weight: 600;
  }

  .reps_number_font {
    font-size: 22px;
    color: black;
    font-weight: 600;

  }

  .reps_region_font {
    font-size: 22px;
    color: black;
    padding-top: 10px;
  }

  .reps_region_span_font {
    font-weight: 900;
  }

  #img_cont {
    z-index: 1;
    position: relative;
    left: 401px;
    top: -230px;
  }
}

@media (max-width:400px) {
  .map__over .btn {
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 14px;
  }
}


.contact_us_map__area .contact_us_map__over {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 1500px) {
  .contact_us_map__area .contact_us_map__over {
    top: 145px;
  }
}

.contact_us_map__area .contact_us_map__over img {
  display: block;
  margin: 0 auto 10px;
}

@media (min-width: 1500px) {
  .map__area img {
    max-height: 222px;
  }

  .contact_us_map__area img {
    max-height: 235px;
  }
}

.contact_us_map__area img {
  display: block;
  margin: 0 auto;
}

.new_login_model_footer {
  background: linear-gradient(#97d700, #577c01);
  color: white;
  cursor: pointer;
  padding: 16px;
}

.new_login_model_footer span {
  font-size: 1.4rem;
}

.new_login_model_footer img {
  height: 45px;
  width: 43px;
  border-radius: 5px;
}

.new_login_model_footer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

.reps_region_head {
  width: -webkit-fill-available;
  display: grid;
  justify-content: space-around;
}

.reps_profile_image_large {
  width: 12vw;
}

.reps_profile_image {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 6vw;
  opacity: .3;

}

.reps_region_block {
  border: none;
  border-style: solid;
  border-width: 1px;
  width: fit-content;
  border-color: #fff;
  border-radius: 10px;
}

.div_svg_container {
  width: 50%;
}

.reps_info_top_section {
  display: flex;
}

.reps_info_card_inline {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.reps_data_card {
  background: linear-gradient(146deg, rgb(248 248 248) 0%, rgba(255, 255, 255, 1) 55%, rgb(210 202 202) 100%);
  width: fit-content;
  min-width: 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: none;
}

.reps_contact_info .reps_name_style {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.5vw;
}

.reps_contact_info .reps_role_style {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.5vw;
}

.reps_contact_info .reps_email_style {
  cursor: pointer;
  font-size: 1vw;
  font-weight: 600;
  text-decoration: underline;
}

.reps_contact_info .reps_number_style {

  font-weight: 600;
  font-size: 1vw;
  cursor: pointer;
  text-decoration: underline;

}

.reps_contact_info .reps_region_style {

  font-size: 1vw;
  font-weight: 600;
}

.reps_contact_info {
  margin-top: 20px;
  padding: 10px;
}

.reps_info_bottom_section {
  display: flex;
  justify-content: space-evenly;
  margin: 30px;
}

.resp_linkedin_style {
  width: 3vw;
  cursor: pointer;
}

.reps_info_bottom_section_container {
  display: inline-flex;
}


@media (max-width: 600px) {
  .reps_info_card_inline {
    width: 0;
    display: none;
    align-items: center;
    justify-content: space-around;
  }

  .div_svg_container {
    width: 100%;
  }

  .reps_info_bottom_section_container {
    display: inline-flex;
    flex-direction: column;

  }

  .reps_profile_image {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 15vw;
    opacity: .3;
  }

  .reps_region_head {
    width: -webkit-fill-available;
    display: grid;
    justify-content: start;
    font-size: smaller;
    margin-left: 10px;

  }

  .modal-content {
    width: 60%;
  }

  .reps_data_card {
    background: linear-gradient(146deg, rgb(248 248 248) 0%, rgba(255, 255, 255, 1) 55%, rgb(210 202 202) 100%);
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    display: none;
  }

  .rep-modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .reps_profile_image_large {
    width: 50vw;
    margin-left: 1.5vw;
  }

  .reps_contact_info .reps_name_style {
    font-family: 'Bebas Neue', cursive;
    font-size: 10vw;
  }
	
  .reps_contact_info .reps_role_style {
    font-family: 'Bebas Neue', cursive;
    font-size: 6vw;
  }

  .resp_linkedin_style {
    width: 11vw;
  }

  .reps_contact_info .reps_region_style {
    font-size: 4vw;
    font-weight: 600;
  }

  .reps_contact_info .reps_number_style {
    font-weight: 600;
    font-size: 4vw;
  }

  .reps_contact_info .reps_email_style {
    font-size: 4vw;
    font-weight: 600;
  }
}

.rep-modal-window {
  position: fixed;
  background-color: rgb(0 0 0 / 25%);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}


.rep-modal-window>div {
  width: 80%;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
}

.rep-modal-window header {
  font-weight: bold;
}

.rep-modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.rep-modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.rep-modal-close:hover {
  color: black;
}

/* Demo Styles */
.rep-modal-window>div {
  border-radius: 1rem;
}

/* .rep-modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
} */
.block_loading_screen {
  width: 55vw;
  /* height: 3vh; */
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: wave;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: wave;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: wave;
  -moz-animation-timing-function: linear;
  background: #dddddd;
  background-image: -webkit-gradient(linear, left center, right center, from(#dddddd), color-stop(.2, #f5f5f5), color-stop(.4, #e5e5e5), to(#dddddd));
  background-image: -webkit-linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
  background-image: -moz-gradient(linear, left center, right center, from(#dddddd), color-stop(.2, #f5f5f5), color-stop(.4, #e5e5e5), to(#dddddd));
  background-image: -moz-linear-gradient(left, #dddddd 0%, #f5f5f5 20%, #e5e5e5 40%, #dddddd 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  height: 1.5vh;
  position: relative;
  margin-bottom: 10px;
}

@-webkit-keyframes wave {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@-moz-keyframes wave {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.reps_profile_image_div {
  width: 100%;
  display: grid;
  justify-content: space-around;

}
/* @media (min-width: 1100px) {
.slick-track{
	width:100vw !important;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
	transform: translate3d(0px, 0px, 0px) !important;
}
} */