html {
  width: 100%;
  height: 100%;
 
}

#mainContainer {
  min-height: 98vh;
}

@media screen and (max-width: 1280px) and (max-height: 720px) {
  html {
    zoom: 80%;
  }

  .modal-backdrop {
    width: 100% !important;
    height: 100% !important;
  }
}

body {
  background-color: #ebeff2 !important;
  margin: 0;
  padding: 0;
  height: 100%;
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Ubuntu, Arial, sans-serif; */
  font-family: "Baloo 2", cursive, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Ubuntu, Arial, sans-serif;
  color: #001022;
  overflow-x: hidden;
  width: 100%;
}

div,
p,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

a:focus,
button:focus,
a:active,
button.active,
input[type="button"]:active,
input[type="button"]:focus {
  outline: none !important;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

 select {
color: #000000!important;
 }

.mainbody {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.mobile-icon-text {
  display: none;
}

.desktop-menu-padding {
  padding-left: 80px;
}

.mobile-menu-hamburger {
  color: rgba(0, 0, 0, 0.6);
}

.bonus-badge { 

  float: right; 
  font-weight: 400!important; 
}

.brand-hamburger {
  color: #6dbe4f;
}

a {
  color: #6dbe4f;
}

a:hover {
  opacity: 1;
}

.display-4.promo-body-text {
  font-size: 2.8rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a:hover {
  text-decoration: none;
  color: #6dbe4f;
}

.gl-check {
  display: inline-block;
  transform: rotate(45deg);
  height: 24px;
  width: 12px;
  border-bottom: 7px solid #78b13f;
  border-right: 7px solid #78b13f;
}


.gl-article-link:hover {
  animation: pulse 5s infinite;
}

.gl-article-image:hover {
  animation: zoom-image 5s infinite;
}

.gl-article-image-container {
  overflow: hidden;
}

.gl-article-image-container-height {
  max-height: 20%;
}

    .gl-image-card {
  
      height: 200px;
    }

    .gl-image-card-large { 

      height: 100vh; 
    }

  .gl-image-card-shell { 

background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;

  }

  .gl-image-card-container { 

background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  }

  .carousel-flush { 

    margin-right: -15px; 
    margin-left: -15px; 
    margin-top: -15px; 
    border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }

  .carousel-image-indicator { 

    height: 10px!important; 
    width: 10px!important;
    overflow: hidden; 
    border-radius: 50%; 

  }

    .carousel-control-next.btn.focus,
    .carousel-control-next.btn:focus,
                .carousel-control-prev.btn.focus,
                .carousel-control-prev.btn:focus {
      outline: 0;
      box-shadow: none!important;
    }

    .tinny-input-text { 

      font-size: 0.7rem; 
    }

    .black-and-white { 

        -webkit-filter: grayscale(100%);
          /* Safari 6.0 - 9.0 */
          filter: grayscale(100%);
    }

.article-image-holder > img,
.article-image-holder > p > img,
.article-image-holder > span > img,
.article-image-holder > a > img,
.article-image-holder > h1 > img,
.article-image-holder > h2 > img,
.article-image-holder > h3 > img,
.article-image-holder > h4 > img,
.article-image-holder > h5 > img,
.article-image-holder > h6 > img,
.article-image-holder > strong > img {
  text-align: center;
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
}

.promo-block-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gl-fa-stack[data-count]:after {
  position: absolute;
  right: -10%;
  top: 1%;
  content: attr(data-count);
  font-size:9px;
  padding: .6em;
  border-radius: 999px;
  line-height: .75em;
  color: white;
  background: rgba(255, 0, 0, 1);
  text-align: center;
  min-width: 2em;
  font-weight: bold;
}

.announce-link {
  font-weight: 700;
}

.announce-link:hover {
  opacity: 0.8;
}

    .small-image { 
      width: 60%; 
      height: 80px; 

    }
.bg-warning-border { 

      border-bottom: 2px solid #ffc107 !important;
}

.gl-notification-panel { 

  position: fixed; 
  z-index: 1029;
}

.carousel-image-control-panel { 

  z-index: 1.2;
    position: absolute;
    bottom: 5px;
    width: 100%; 
    text-align: center; 
}

@keyframes zoom-image {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.5;
  }
}

.recharge.badge {
  font-size: 100%;
}

.gl-tinny-icons {
  color: rgba(0, 0, 0, 0.2);
}

.gl-tinny-link {
  cursor: pointer;
}

.gl-tinny-icons:hover {
  color: rgba(0, 0, 0, 0.5);
}

.gl-active-icons:hover {
  color: #28a745;
}

.gl-card-inner {
  min-height: 35%;
}

.gl-card-inner-sm {
  min-height: 18%;
}

.gl-card-inner-xs {
  min-height: 7%;
}

.gl-data-holder {
  background: rgba(200, 200, 200, 0.1);
  color: rgba(0, 0, 0, 0);
  min-height: 30px;
  width: 100px;
  margin-bottom: 3px;
}

.gl-blur {
  filter: blur(1.5rem);
}

.gl-data-holder-md,
.gl-data-holder-md small {
  background: rgba(240, 240, 240, 1);
  color: rgba(0, 0, 0, 0);
  min-height: 26px;
  width: 80px;
  margin-bottom: 3px;
}

.gl-data-holder-xs,
.gl-data-holder-xs small,
.gl-data-holder-xs small > i {
  background: rgba(240, 240, 240, 1);
  color: rgba(0, 0, 0, 0);
  min-height: 26px;
  width: 70px;
  margin-bottom: 3px;
}

.gl-data-review {
  color: rgba(0, 0, 0, 0);
  min-height: 30px;
  width: 180px;
  margin-bottom: 3px;
}

.gl-data-review-md,
.gl-data-review-md small {
  background: rgba(240, 240, 240, 1);
  color: rgba(0, 0, 0, 0);
  min-height: 26px;
  width: 100px;
  margin-bottom: 3px;
}

.gl-data-review-xs,
.gl-data-review-xs small,
.gl-data-review-xs small > i {
  background: rgba(240, 240, 240, 1);
  color: rgba(0, 0, 0, 0);
  min-height: 26px;
  width: 90px;
  margin-bottom: 3px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  border-color: rgba(77, 178, 86, 0.8);
  box-shadow: 0 1px 1px rgba(77, 178, 86, 0.075) inset,
    0 0 8px rgba(77, 178, 86, 0.4);
}

.gl-input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.pac-container {
  z-index: 999999;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: url("../img/dark_leather.png") repeat 0 0 rgba(0, 0, 0, 0.1);
  color: #444444;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(250, 250, 250, 2);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 0px 0px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 0px 0px 0px #000;
  line-height: 30px;
  border-width: 0px 0 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f7f7f7),
    color-stop(100%, #f1f1f1)
  );
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 0px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 0px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-widget.ui-widget-content {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.ui-state-active {
  background: #4db256 !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #4db256 !important;
  text-shadow: 0px 0px 0px #4db256 !important;
  filter: dropshadow(color=#4DB256, offx=0, offy=1);
  border: 1px solid #4db256 !important;
  position: relative;
  margin: -1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 0px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: rgba(240, 240, 240, 0.2) !important;
}

.ui-datepicker-calendar .ui-state-hover {
  background: rgba(40, 166, 69, 0.1) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 1px solid rgba(0, 0, 0, 0);
}

.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 0px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
}

.gl-loader-icon {
  opacity: 0.2;
}

.gl-status-icon {
  opacity: 0.3;
}

.gl-review-icon {
  opacity: 0.3;
}

.gl-cc-icon {
  opacity: 0.3;
}

.gl-cc-block {
  min-height: 15%;
  border-radius: 10px;
}

.gl-cc-block-body {
  min-height: 10%;
}

.gl-cc-card-number {
  letter-spacing: 0.5rem;
}

.gl-cc-cursor {
  cursor: pointer;
}
.gl-cc-cursor:hover {
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.1) !important;
}

.gl-mobile-menu-item {
  display: none;
}

.gl-custom-container {
  max-width: 40%;
}

.gl-dashboard-block {
  min-height: 176px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.bottom-row { 

  position: absolute;
    bottom: 40px;
      width: 100%;
          padding: 0px 20px 0px 5px;
}

.gl-dashboard-block-mini {
  min-height: 2%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.gl-dashboard-block:hover,
.gl-dashboard-block-mini:hover {
  box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.1) !important;
  background: rgba(250, 255, 251, 1) !important;
}

.gl-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 12px 35px -3px rgba(214, 214, 214, 1);
  width: 65px;
  min-height: 100%;
  z-index: 1030;
}

.gl-toggle-menu {
  width: 17%;
}

.main-menu-logo {
  width: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.main-logo {
  width: 150px;
}

.main-md-logo {
  width: 100px;
}

.gl-fa-2x {
  font-size: 1.2rem;
}

.gl-container {
  width: inherit;
  min-height: 100%;
  margin: 0;
  padding: 0px 10px;
}

.gl-inner-container {
  margin: 0 auto;
  width: 50%;
  min-height: inherit;
  padding: 5px;
}

.gl-card {
  width: 100%;
  margin: 20% auto 20% auto;
  background: #fff;
  min-height: 25%;
  border-radius: 5px;
}

.gl-loader-msg {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.gl-loader-msg-holder {
  margin-top: 3rem;
}

.gl-form-holder {
  width: 95%;
  margin: 5px auto;
  padding: 40px 0 10px 0;
}

.gl-form-title-holder {
  padding: 2px 0px;
}

.gl-form-title {
  font-weight: 600;
}

.gl-form-group {
  width: 100%;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.gl-form-block {
  padding: 40px 40px 40px 0px;
}

.gl-input,
.gl-input-filter,
.gl-input-search,
.gl-input-select {
  width: inherit;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-appearance: none;
  height: calc(3em + 0.75rem + 2px);
}

.gl-input-mini {
  height: calc(1.8em + 0.75rem + 2px);
}

.gl-input-xs {
  height: calc(1em + 0.75rem + 2px);
}

.gl-input-light {
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
}

.gl-input-rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.gl-input-rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.gl-link {
  font-weight: 600;
  cursor: pointer;
  opacity: 0.8;
}

.gl-profile-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.gl-profile-img-xs {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.gl-profile-img-xxs {
  width: 35px;
  height: 35px;
  border-radius: 100%;
}

.gl-profile-img-xxxs {
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.btn-receipt {
  opacity: 0.4;
}

.btn-receipt:hover {
  opacity: 0.8;
}

.gl-btn {
  width: 100%;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0px;
  background: rgba(77, 178, 86, 0.8) !important;
  color: #fff !important;
  cursor: pointer;
}

.gl-btn:hover {
  opacity: 0.9;
}

.gl-huge-text {
  font-size: 1rem;
}

.gl-small-input {
  padding: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
}

.gl-toggle-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.gl-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gl-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gl-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gl-flush-inner-row {
  margin-top: -1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gl-flush-inner-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gl-nounderline {
  text-decoration: none !important;
}

.opacity-100 {
  opacity: 100%;
}

.opacity-75 {
  opacity: 75%;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-25 {
  opacity: 25%;
}

.opacity-0 {
  opacity: 0%;
}

.mobile-icon-text:hover {
  font-weight: 700;
}

.gl-global-menu-list-vt {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
}
.onboard-list {
  display: list-item;
}
.onboard-list li {
  margin-bottom: 20px;
}

.gl-global-menu-list-vt li {
  padding: 10px 0px;
}

    .mobile-menu-top-margin {
  
      margin-top: 3rem;
    }

@media only screen and (min-width: 768px) {

  .mobile-menu-top-margin { 

    margin-top: 0rem!important; 
  }
  .adBlockContainer {
    margin-left: -62px;
    max-width: 110%;
    flex: 0 0 110%;
  }

  .adCarouselHolder {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .gl-ad-menu-list {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    display: inline-block !important;
  }

  .gl-ad-menu-list li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .gl-ad-menu-list li:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0.2);
    padding: 0px;
  }
}

.gl-global-menu-list {
  list-style-type: none;
  display: block;
  margin: 0px;
  padding: 0px;
}

.gl-global-menu-list li {
  display: inline;
  padding: 0px 20px;
}

.gl-nav-item {
  color: inherit;
  font-weight: inherit;
}

.gl-nav-item:hover {
  color: #000000;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

input[type="range"].gl-input {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  border: 0px solid #000000;
}

input[type="range"].gl-input:focus {
  outline: none;
}

input[type="range"].gl-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: rgba(77, 178, 86, 0.8) !important;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type="range"].gl-input::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid rgba(77, 178, 86, 0.8) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 1) !important;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type="range"].gl-input:focus::-webkit-slider-runnable-track {
  background: rgba(77, 178, 86, 0.8) !important;
}

input[type="range"].gl-input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: rgba(77, 178, 86, 0.8) !important;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type="range"].gl-input::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid rgba(77, 178, 86, 0.8) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 1) !important;
  cursor: pointer;
}

input[type="range"].gl-input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"].gl-input::-ms-fill-lower {
  background: rgba(77, 178, 86, 0.8) !important;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"].gl-input::-ms-fill-upper {
  background: rgba(77, 178, 86, 0.8) !important;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type="range"].gl-input::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid rgba(77, 178, 86, 0.8) !important;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 1) !important;
  cursor: pointer;
}

input[type="range"].gl-input:focus::-ms-fill-lower {
  background: rgba(77, 178, 86, 0.8) !important;
}

input[type="range"].gl-input:focus::-ms-fill-upper {
  background: rgba(77, 178, 86, 0.8) !important;
}

/*

input:checked + .gl-slider {
  background-color: rgba(77, 178, 86, 0.8)!important;
}

input:focus + .gl-slider {
  box-shadow: 0 0 1px rgba(77, 178, 86, 0.8)!important;
}

input:checked + .gl-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

*/

.dim-badge {
  opacity: 0.6;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.text-success.dim-badge:hover {
  opacity: 1;
  color: #ffffff !important;
}

.gl-carousel-control li {
  height: 15px;
  width: 15px;
  background: rgba(0, 0, 0, 0.3) !important;
}

.gl-carousel-control li:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}

.carousel-caption-onboarding {
  position: relative;
  right: 0;
  left: 0;
}

.gl-slider.round {
  border-radius: 17px;
}

.gl-slider.round:before {
  border-radius: 50%;
}

.gl-slider-checked:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.gl-slider-checked {
  background-color: rgba(77, 178, 86, 0.8) !important;
}

.gl-alert {
  font-size: 1rem;
  padding: 10px 10px;
  display: block;
  width: 96%;
  margin-bottom: 30px;
  text-align: center;
  margin-left: 8px;
  margin-right: 30px;
}

.gl-alert-success {
  color: rgba(77, 178, 86, 1);
  background-color: rgba(77, 178, 86, 0.1);
  border: 1px solid rgba(77, 178, 86, 0.9);
  border-radius: 10px;
}

.gl-alert-warning {
  color: red;
  background: rgba(100, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 10px;
}

.gl-btn-gray {
  background: rgba(4, 4, 4, 0.2) !important;
  color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 10px;
}

.gl-input-danger {
  border-color: rgba(217, 30, 24, 1);
  box-shadow: 0 1px 1px rgba(217, 30, 24, 0.075) inset,
    0 0 8px rgba(217, 30, 24, 0.4);
  outline: 0 none;
}

.gl-input:focus,
.gl-input:active,
.gl-btn:focus,
.gl-btn:active,
.gl-btn:hover {
  border-color: rgba(77, 178, 86, 0.8);
  box-shadow: 0 1px 1px rgba(77, 178, 86, 0.075) inset,
    0 0 8px rgba(77, 178, 86, 0.4);
  outline: 0 none;
}

.gl-btn-gray:focus,
.gl-btn-gray:active,
.gl-btn-gray:hover {
  border-color: rgba(4, 4, 4, 0.8);
  box-shadow: 0 1px 1px rgba(4, 4, 4, 0.075) inset, 0 0 8px rgba(4, 4, 4, 0.1);
  outline: 0 none;
}

.center-text {
  text-align: center;
}

.shadow-lg {
  -webkit-box-shadow: 0px 12px 35px -3px rgba(214, 214, 214, 1);
  -moz-box-shadow: 0px 12px 35px -3px rgba(214, 214, 214, 1);
  box-shadow: 0px 12px 35px -3px rgba(214, 214, 214, 1);
}

.gl-ghost {
  zoom: 0%;
}

.gl-loader {
  position: absolute;
  top: 0;
  height: calc(100% + 100%);
  width: 100%;
  background: #171718;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  z-index: 9999999;
  overflow: no-scroll;
}

.gl-loader-inner {
  position: relative;
  top: 25%;
  height: 50%;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.gl-hide {
  display: none;
}

.gl-show {
  display: block;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #6dbe4f;
  border-color: #6dbe4f transparent #6dbe4f transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

input.gl-password {
  -webkit-text-security: disc;
}

@media screen and (min-width: 1900px) {
  .gl-inner-container {
    width: 30%;
  }
}

@media screen and (min-width: 1600px) {
  .gl-inner-container {
    width: 30%;
  }
}

@media screen and (min-width: 1400px) {
  .gl-inner-container {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .gl-container-lg {
    max-width: 100% !important;
  }

  .gl-pt-x-5 {
    padding-top: 0px !important;
  }

  .gl-align-center {
    margin: 0 auto;
    max-width: 50%;
  }

  .gl-input-prepend {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .gl-input-append {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .gl-btn-height {
    height: 42px;
  }
}

@media screen and (min-width: 576px) { 
  .modal-dialog {
  max-width: 100%;
  margin: 1.75rem auto;
}

}

@media screen and (min-width: 1000px) {
  .gl-container-lg {
    max-width: 100% !important;
  }

  .gl-pt-x-5 {
    padding-top: 0px !important;
  }

  .gl-align-center {
    margin: 0 auto;
    max-width: 650px;
  }

  .gl-align-center-md {
    max-width: 650px;
  }
}

@media screen and (min-width: 1199px) {
  .gl-container-lg {
    max-width: 100% !important;
  }

  .gl-pt-x-5 {
    padding-top: 0px !important;
  }

  .gl-align-center {
    margin: 0 auto;
    max-width: 650px;
  }

  .gl-align-center-md {
    min-width: 650px;
  }
}

@media screen and (max-width: 1700px) {
  .gl-toggle-menu {
    width: 270px;
  }
}

@media screen and (max-width: 1400px) {
  .gl-mt-minus-5 {
    margin-top: 0.25rem !important;
    padding-top: 0.25rem !important;
  }

  .gl-toggle-menu {
    width: 265px;
  }

  .gl-dashboard-block {
    min-height: 176px;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .col-lg-3.article-section {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 1200px) {
  .gl-custom-container {
    max-width: 60%;
  }

  .col-lg-3.article-section {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .display-4.promo-body-text {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 1201px) {
  .mobile-promo-background {
    background-image: none !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .promo-block-container,
  .promoBannerContent {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-center {
    justify-content: center;
  }

  .promo-body-text-container {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 1200px) {
  .promo-body-text-container.col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobile-promo-background {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 12px 35px -3px rgb(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 12px 35px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 12px 35px -3px rgb(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

        .quick-rev {
          flex: 0 0 50% !important;
          max-width: 50% !important;
        }
}
@media screen and (max-width: 1024px) {
  .article-list-holder, .col-md-4, .col-md-8, .col-md-9, .col-md-3, .col-md-2, .col-md-1, .col-md-5, .col-md-6, .col-md-7 {
    flex: 0 0 100% !important;
    max-width: 100% !important                                                          ;
  }

  .article-toolbar-holder {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    order: -1;
    padding-right: 0px;
  }

  .recharge.badge {
    font-size: 130%;
  }


}
@media screen and (max-width: 992px) {
  .gl-custom-container {
    max-width: 80%;
  }

  .gl-ad-menu-list {
    display: none !important;
  }

  .desktop-menu-padding {
    padding-left: 15px !important;
  }

  .no-padding-tb-mobile {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .gl-menu-col-2 {
    text-align: center;
  }

  .gl-article-image-container-height {
    max-height: 35%;
  }

  .gl-mr-3 {
    margin-right: 0px !important;
  }

  .gl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gl-menu-container {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 12px 35px -3px rgba(214, 214, 214, 1);
    width: 100%;
    min-height: 5%;
    z-index: 1030;
  }

  .mobile-icon-text {
    display: inline-block;
    padding-top: 4px;
  }

  #navContainer {
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
  }

  #bodyContainer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gl-menu-col-2 {
    flex: 0 0 19.9999%;
    max-width: 19.9999%;
  }

  .gl-hide-menu-item {
    display: none;
  }

  .gl-hide-div { 

    display: none; 
  }

  .small-image { 

    width: 60px; 
    height: 60px;
  }

  .gl-mobile-menu-item {
    display: block;
  }

  .main-logo {
    width: 130px !important;
  }

  .gl-loader-inner {
    width: 100%;
  }

  .gl-container-lg {
    max-width: 100% !important;
  }

  .gl-pt-x-5 {
    padding-top: 0px !important;
  }

  .gl-align-center {
    margin: 0 auto;
    max-width: 100%;
  }

  .gl-col-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .display-4.promo-body-text {
    font-size: 2rem;
  }

  .gl-image-card { 

    height: 350px; 
  }

            .gl-image-card-large {
      
              height: 70vh;
            }
}

@media screen and (max-width: 768px) {
  body {
    background-color: #ffffff !important;
  }

  .display-1,
  .h1,
  h1 {
    font-size: 1.6rem;
  }

  .display-2,
  .h2,
  h2 {
    font-size: 1.5rem;
  }

  .display-3,
  .h3,
  h3 {
    font-size: 1.4rem;
  }

  .display-4,
  .h4,
  h4 {
    font-size: 1.3rem;
  }

  .gl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gl-custom-container {
    max-width: 100%;
  }

  .gl-shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0) !important;
  }

  .gt-m-0 {
    margin: 0 !important;
  }

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

  .gt-pt-3 {
    padding-top: 2rem !important;
  }

  .gl-text-right-mobile {
    text-align: left !important;
  }

  .col-lg-3.article-section {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .promo-body-text-container.col-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .promo-body-text {
    font-size: 1rem;
  }

  .w-25.plan-category {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .adCarouselHolder {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .gl-container {
    padding: 0px;
  }

  .mobile-promo-banner {
    margin-top: 2rem;
    font-size: 12px !important;
  }

  .mobile-promo-cta {
    margin-top: 1rem;
  }

  .mobile-promo-logo {
    width: 130px !important;
  }

  .mobile-promo-logo-holder {
    margin-bottom: 0px !important;
  }

  .gl-inner-container {
    width: 95%;
  }

  .gl-card {
    margin: 0% auto 5% auto;
  }

  .gl-btn {
    width: 107%;
  }
}

.dim {
  opacity: 0.3 !important;
}

.blinker {
  color: #32cd32 !important;
}

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 2s steps(5, start) infinite;
}

@keyframes blink {
  to {
    opacity: 0.5;
  }
}

@-webkit-keyframes blink {
  to {
    opacity: 0.5;
  }
}

.gl-slider-motion {
  transform: translateX(-100%);
}

.gl-slider-motion-snap {
  transform: translateX(0%);
}

.gl-slider-next {
  transform: translateX(-100%);
}

.ui-page,
.ui-loader {
  display: none !important;
}

.tox-button {
  background: #4db256;
}

.lead-status-icon {
  min-width: 70px;
  display: inline-block;
}

.bg-success-border {
  border-bottom: 2px solid #4db256;
}

.bg-danger-border {
  border-bottom: 2px solid #ff5151;
}

.gl-analytics-outer-circle {
  margin: 30px auto;
  width: 150px;
  height: 150px;

  padding: 10px;
  border-radius: 50%;

  /*
        behavior: url(PIE.htc);-webkit-box-shadow: -1px 3px 64px -6px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 64px -6px rgba(0,0,0,0.75);
box-shadow: -1px 3px 64px -6px rgba(0,0,0,0.75);

  background: #000;  

background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(255,0,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(255,0,0,.8), rgba(0,0,255,0) 70.71%);
            */
  display: inline-block;
}

.gl-analytics-inner-circle {
  width: 130px;
  height: 130px;
  position: relative;
  bottom: 1%;
  text-align: center;

  padding: 20px 5px;
  background: #fff;
  border-radius: 50%;
  behavior: url(PIE.htc);
  margin: 0 auto;
}

.gl-sidebar-sticky-top.sticky-top {
  top: 50px;
}

ul.gl-plan,
ul.gl-lg-plan {
  padding-left: 10px;
}

ul.gl-plan li {
  font-size: 0.8rem;
  margin-bottom: 5px;
}

ul.gl-lg-plan li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.revstar {
  padding: 0.15rem !important;
}

.revstar.text-muted {
  opacity: 0.4;
}

.review-star-five {
  color: #ffffff !important;
  background-color: #239c52;
  border-color: #239c52;
}
.review-star-four {
  color: #ffffff !important;
  background-color: #ffa300;
  border-color: #ffa300;
}
.review-star-three {
  color: #ffffff !important;
  background-color: #ff8500;
  border-color: #ff8500;
}
.review-star-two {
  color: #ffffff !important;
  background-color: #ff5600;
  border-color: #ff5600;
}

.review-star-one {
  color: #ffffff !important;
  background-color: #ff3700;
  border-color: #ff3700;
}

.planBtn.btn-outline-success:hover > span.plan-price {
  color: #ffffff !important;
}

.gl-square-switch {

  height: 25px;
}

.gl-slider-square:before {

  height: 20px;
  border-radius: 2px;

}

.pac-container { 

  border-top: 0px solid #d9d9d9; 
  box-shadow: 0 0px 0px rgba(0,0,0,.3); 

}

.time-span-label {
  min-width: 30% !important;
  display: inline-block;
  text-align: right;

}
