html {
    margin-top: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif !important;
    margin: 0;
}

a {
    transition: all .3s ease;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

.glx-btn {
    font-family: "Inter", sans-serif;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 8px;
    border: 1px solid;
    text-decoration: none;
    padding: 16px;
    transition: all .3s ease;
}

.btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #1C2835;
}

.btn-primary:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-secondary {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #1C2835;
}

/* --------------- HEADER --------------- */
.GLX-Header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.GLX-navbar {
    background-color: #1A3508;
    padding: 24px 32px 24px 56px;
    flex-wrap: wrap;
}

.GLX-navbar .nav-menu {
    gap: 32px;
}

.GLX-navbar .nav-menu:not(.show) {
    display: none;
}

.GLX-navbar .nav-menu a.menu-item {
    color: #fff;
    text-decoration: none;
}

.GLX-navbar .nav-menu a.menu-item:hover {
    color: #86a571;
}

.GLX-navbar .nav-menu .menu-list {
    gap: 32px;
}

.GLX-navbar .nav-menu .button-group {
    gap: 16px;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 9px;
    cursor: pointer;
}

.hamburger-menu .bar {
    width: 26px;
    height: 2px;
    background-color: #1A3508;
    transition: 0.3s;
}

.hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
}

.hamburger-menu.active .bar:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
}

.glx-download-ad {
    background-color: #fff;
    padding: 12px 17px 3px;
    gap: 5px;
}

.glx-download-ad .app-info {
    gap: 12px;
}

.glx-download-ad .appicon {
    width: 73px;
    height: 73px;
}

.glx-download-ad .appicon img{
    max-width: 100%;
}

.glx-download-ad .btn-secondary {
    border: 2px solid #1A3508;
    color: #1A3508;
    height: 50px;
    padding: 16px 14px;
    font-size: 15px;
    white-space: nowrap;
}

.glx-download-ad .app-rating {
    max-width: 160px;
}

.GLX-main-content-wrapper {
    margin-top: 100px;
}

.GLX-main-content-wrapper #header_spacer {
    height: 0;
}

/* --------------- MEMBERSHIP PLAN --------------- */
.GLX-membership-plans .membership-plan-wrap .membership-card {
    width: 276px;
}

.GLX-membership-plans .membership-card {
    gap: 16px;
    padding: 24px 20px;
    border-radius: 12px;
    background: #C7D6EA;
    box-shadow: 0px 6px 12px 3px rgba(28, 40, 53, 0.20);
}

.GLX-membership-plans .membership-card.premium-plan {
    width: 316px;
    background: #1C2835;
    border: 1px solid #C7D6EA;
}

.GLX-membership-plans .membership-card.premium-plan h1,
.GLX-membership-plans .membership-card.premium-plan p,
.GLX-membership-plans .membership-card.premium-plan .value,
.GLX-membership-plans .membership-card.premium-plan .month {
    color: #fff;
}

.GLX-membership-plans .membership-card.premium-plan h1 {
    font-size: 140px;
    font-weight: 700;
    line-height: 97px;
    letter-spacing: -4.92px;
    margin-bottom: 8px;
}

.GLX-membership-plans .membership-card.premium-plan .value {
    font-size: 51px;
    line-height: 54px;
}

.GLX-membership-plans .membership-card.regular-plan {
    padding-top: 56px;
    justify-content: flex-end;
}

.GLX-membership-plans .membership-plan-wrap {
    gap: 22px;
}

.GLX-membership-plans .membership-card p {
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    color: #1C2835;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 8px;
}

.GLX-membership-plans .membership-card p.trial{
    font-weight: 700;
    margin-bottom: 12px;
}

.GLX-membership-plans .membership-card h1 {
    font-weight: 600;
    line-height: 107px;
    letter-spacing: -7.68px;
    color: #1C2835;
    margin: 0;
}

.GLX-membership-plans .membership-card .amount {
    vertical-align: top;
    gap: 5px;
}

.GLX-membership-plans .membership-card .value {
    color: #1C2835;
    font-size: 51px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1.02px;
    vertical-align: top;
}

.GLX-membership-plans .membership-card .month {
    color: #1C2835;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.GLX-membership-plans .membership-card .saver-amount {
    height: 40px;
    padding: 0px 15px;
    border-radius: 100px;
    background: #C7D6EA;
    margin-bottom: 4px;
    white-space: nowrap;
}

.GLX-membership-plans .membership-card .saver-amount h6 {
    font-size: 16px;
    color: #1C2835;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.GLX-membership-plans .membership-card .btn-primary {
    border-color: #1C2835;
}

.GLX-membership-plans .membership-card .btn-primary:hover {
    background: #1A3508;
    border-color: #fff;
}

.GLX-membership-mob {
    padding: 32px 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
}

.GLX-membership-mob::before {
    content: none;
}

.GLX-membership-mob h2 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -1.52px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.GLX-membership-mob .membership-card {
    margin: 0 10px;
    width: auto !important;
}

.GLX-membership-mob .membership-card.regular-plan {
    margin-top: 47px;
}

.GLX-membership-mob .membership-card.premium-plan h1 {
    font-size: 128px;
}

.GLX-membership-plans .membership-card h1 {
    font-size: 115px;
}

/* --------------- FOOTER --------------- */
.GLX-footer {
    background: #1A3508;
    padding: 48px 20px 24px 20px;
}

.GLX-footer .footer-wrap .logo {
    margin-bottom: 32px;
}

.GLX-footer .footer-wrap .glx-address {
    gap: 12px;
}

.footer-wrap .glx-address .mail {
    min-width: 265px;
}

.GLX-footer .address-widget h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: -0.54px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
    padding: 0;
}

.GLX-footer .address-widget p,
.GLX-footer .address-widget a {
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

.GLX-footer .footer-wrap .menu-widget {
    gap: 24px;
}

.GLX-footer .footer-wrap .m-column {
    min-width: 190px;
}

.GLX-footer .footer-wrap .menu-widget a, 
.GLX-footer .footer-wrap .menu-widget .ot-sdk-show-settings{
    font-family: "Inter", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    display: flex;
}

.GLX-footer .footer-wrap .menu-widget a:hover, 
.GLX-footer .footer-wrap .menu-widget .ot-sdk-show-settings:hover{
    text-decoration: underline;
    color: #fff !important;
}

.GLX-footer .footer-wrap .social-icons {
    gap: 12px;
    margin: 32px 0 24px;
}

.GLX-footer .footer-wrap .glx-copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding-top: 14px;
}

.GLX-footer .footer-wrap .glx-copyright p,
.GLX-footer .footer-wrap .glx-copyright a {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

.GLX-footer .address-widget a:hover,
.footer-wrap .glx-copyright a:hover {
    text-decoration: none;
}
.half-col, .three-col
{
	display: flex;
  margin-bottom: 25px;
}
.three-col .mb-3 {
  margin: 0 20px 0 0;
  width: 50%;
}
.three-col .exp-date-field {
  display: flex;
}
.three-col .field-exp:first-child {
  margin-right: 20px;
}
.terms-wrap .form-container
{
	padding: 0px !important;
}
.mb-3 .error-message {
  font-size: 12px;
  color: red;
}


.disableLayer {
  background-color: #EFEFEF;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0px;
  left: 0px;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cvv-modal .modal-dialog {
    max-width: 768px;
}

.cvv-modal .modal-dialog .modal-header {
    border: 0;
}

.cvv-modal .modal-dialog .modal-header .btn-close {
    opacity: 1;
    font-size: 0;
    position: absolute;
    right: 17px;
    top: 18px;
    width: 36px;
    height: 36px;
    z-index: 1;
}

.cvv-modal .modal-dialog .modal-body {
    padding: 40px;
}

.terms-wrap .check, .terms-wrap .bottom-text {
    margin-bottom: 16px;
}

.glx-login-container .form-container label {
    font-family: "Inter", sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
}

.glx-login-container .form-container .two-fields {
    margin-bottom: 16px !important;
}

.glx-login-container .form-container .exp-field-wrap {
    display: flex;
    width: 100%;
    gap: 15px;
}

.glx-login-container .form-container .exp-main-class {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    width: 100%;
}

.glx-login-container .form-container .cvv-icon {
    position: absolute;
    top: -2px;
    left: 55px;
}

.form-container .exp-field-wrap .error-message {
    font-size: 12px;
    color: red;
}

.block-span {
    display: block;
    height: 32px;
}

.glx-login-container .form-container .form-check{
    padding-left: 0;
}

.glx-login-container .form-container .form-check-label {
    text-transform: none;
}

.terms-modal .modal-dialog {
    max-width: 768px;
}

.terms-modal .modal-dialog .modal-header {
    padding: 35px 35px 0;
    border: 0;
}

.terms-modal .modal-dialog .modal-header .btn-close {
    width: 36px;
    height: 36px;
    opacity: 1;
    font-size: 0;
}

    .terms-modal .modal-dialog .modal-header h3 {
        font-family: "Inter", sans-serif !important;
        font-size: 38px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: -1.52px;
        text-transform: capitalize;
        color: #1C2835;
    }

    .terms-modal .modal-dialog .modal-body h4 {
        font-family: "Inter", sans-serif !important;
        font-size: 20px;
        font-weight: 600;
        padding: 15px 0;
    }

    .terms-modal .modal-dialog .modal-body {
        max-height: 550px;
        overflow: auto;
        padding: 35px;
    }



.glx-confirmation-container {
    background-size: cover;
    background-position: center;
    min-height: 1050px;
    text-align: center;
    padding: 185px 16px 0;
}

.glx-confirmation-container h1, .glx-confirmation-container h2, .glx-confirmation-container p {
    color: #fff;
    line-height: 1;
}

.glx-confirmation-container h1 {
    letter-spacing: 2px;
    font-size: 70px;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.glx-confirmation-container h2 {
    font-size: 35px;
    margin-bottom: 39px;
}

.glx-confirmation-container p {
    font-size: 20px;
    margin-bottom: 22px;
}

.glx-confirmation-container .download-buttons {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
}

.glx-confirmation-container .download-buttons img {
    max-height: 75px;
}





/* --------------- MEDIA QUERY --------------- */
@media (min-width: 1025px) {
    .logo-mobile {
        display: none;
    }

    .hamburger-menu {
        display: none;
    }

    .GLX-navbar .nav-menu {
        display: flex !important;
    }

    .mo-show {
        display: none !important;
    }
  
  .download-mob{
    display: none;
  }
}

@media (min-width: 768px) {
    .glx-download-ad {
        display: none !important;
    }

    .GLX-footer .mob-title {
      display: none;
  }
}

@media screen and (max-width: 1180px) {
    .GLX-footer .footer-wrap .GLX-footer-widget {
        flex-direction: column;
    }

    .GLX-footer .footer-wrap .GLX-footer-widget .address-widget {
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 1024px) {
    .GLX-navbar {
        background-color: #fff;
    }

    .GLX-navbar .nav-menu a.menu-item, 
    .GLX-navbar .nav-menu .menu-mobile .nav-menu-item a {
        color: #1A3508;
    }

    .GLX-navbar .nav-menu .button-group .btn-primary{
        background: #1A3508;
        color: #fff;
    }

    .GLX-navbar .nav-menu .button-group .btn-primary:hover {
        border-color: #1A3508;
        background: transparent;
        color: #1A3508;
    }

    .GLX-navbar .nav-menu .button-group .btn-secondary{
        background: transparent;
        border-color: #1C2835;
        color: #1C2835;
    }

    .GLX-navbar .nav-menu .button-group .btn-secondary:hover {
        background: #1A3508;
        border-color: #1A3508;
        color: #fff;
    }

    .GLX-main-content-wrapper {
        margin-top: 64px;
    }

    .logo-web {
        display: none;
    }

    .mo-hide {
        display: none !important;
    }

    .GLX-navbar {
        padding: 16px 23px 16px 20px;
        flex-wrap: wrap;
    }

    .GLX-navbar .nav-menu {
        flex-basis: 100%;
        flex-grow: 1;
    }

    .GLX-navbar .nav-menu .menu-list {
        flex-direction: column;
        margin: 20px 0;
    }

    .GLX-navbar .nav-menu .menu-mobile {
        gap: 25px;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 !important;
    }
  
    .download-web{
      display: none;
    }
}

@media screen and (max-width: 992px) {

    .GLX-footer .footer-wrap .glx-address {
        display: none !important;
    }

    .GLX-footer .footer-wrap .GLX-footer-widget .address-widget {
        margin-bottom: 0;
    }

    .GLX-footer .footer-wrap .menu-widget {
        flex-direction: column;
    }

    .GLX-footer .footer-wrap .m-column {
        display: flex;
        min-width: auto;
    }

    .GLX-footer .footer-wrap .m-column li {
        min-width: 185px;
    }

    .GLX-footer .footer-wrap .menu-widget {
        gap: 12px;
    }
}

@media screen and (max-width: 767px) {
    .GLX-main-content-wrapper {
        margin-top: 152px;
    }

    .GLX-footer .footer-wrap .glx-copyright {
        gap: 8px;
        border-top: 0;
        padding-top: 0;
        flex-direction: column;
    }

    .GLX-footer .footer-wrap .social-icons {
        margin: 24px 0 14px;
    }

    .GLX-footer .footer-wrap .glx-copyright p{
        order: 2;
    }
    .no-overlay h1 {
        font-size: 38px;
        line-height: 52.8px;
        letter-spacing: -1.76px;
    }

    .glx-login-container .form-container .exp-field-wrap {
        flex-direction: column;
    }

    .glx-login-container .form-container .exp-main-class {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
}

@media screen and (max-width: 400px) {
    .GLX-footer .footer-wrap .menu-widget a {
        font-size: 16px;
    }

    .GLX-footer .footer-wrap .m-column li {
        min-width: 160px;
    }
    .glx-download-ad {
        padding: 12px 12px 3px 10px;
    }

    .glx-download-ad .app-info {
        gap: 6px;
    }

    .GLX-navbar .nav-menu .button-group .glx-btn{
        font-size: 15px;
    }
}