@media only screen and (min-width: 320px) {
  html {
    -webkit-text-size-adjust: none;
  }

  * {
    box-sizing: border-box;
  }

  body {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    font-family: "Bahnschrift";
    font-weight: 300; /*also 600 */
    overflow-x: hidden;
  }

  .popUp {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow-y: scroll;
    background: rgba(50, 51, 53, 0.4);
    backdrop-filter: blur(12px);
    z-index: 2001;
  }

  .form-control,
  .form-group .form-control {
    font-size: 16px;
    padding: 11px 10px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }

  .form-control[disabled],
  .form-group .form-control[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .form-group .form-control {
    color: #7e7c7c;
  }

  .form-control[readonly],
  .form-group .form-control[readonly],
  .form-group .form-control[readonly]:hover,
  .form-group .form-control[readonly]:focus,
  .form-group .form-control[readonly]:active {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
  }

  .form-group {
    margin: 0;
    padding-bottom: 10px;
    font-family: "Nunito", sans-serif;
  }

  .input-group {
    width: 100%;
    padding-right: 34px;
  }

  .input-group .input-group-btn {
    padding: 0;
  }

  .btn.btn-submit,
  .btn.btn-submit.active,
  .btn.btn-submit.active:focus,
  .btn.btn-submit.active:hover,
  .btn.btn-submit:active,
  .btn.btn-submit:active:focus,
  .btn.btn-submit:active:hover,
  .btn.btn-submit:focus,
  .btn.btn-submit:hover {
    width: 100%;
    max-width: 300px;
    background-color: #06d6a0;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
  }

  .btn.btn-submit:active,
  .btn.btn-submit:focus,
  .btn.btn-submit:hover {
    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42),
      0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
  }

  .btn.btn-submit.disabled,
  .btn.btn-submit.disabled.active,
  .btn.btn-submit.disabled.focus,
  .btn.btn-submit.disabled:active,
  .btn.btn-submit.disabled:focus,
  .btn.btn-submit.disabled:hover,
  .btn.btn-submit:disabled,
  .btn.btn-submit:disabled.active,
  .btn.btn-submit:disabled.focus,
  .btn.btn-submit:disabled:active,
  .btn.btn-submit:disabled:focus,
  .btn.btn-submit:disabled:hover,
  .btn.btn-submit[disabled],
  .btn.btn-submit[disabled].active,
  .btn.btn-submit[disabled].focus,
  .btn.btn-submit[disabled]:active,
  .btn.btn-submit[disabled]:focus,
  .btn.btn-submit[disabled]:hover {
    box-shadow: none !important;
    background-color: #999;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
  }

  .login {
    max-width: 100%;
    background-color: white;
    height: 100vh;
  }

  .login-form {
    padding: 30px 40px 50px 40px;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #323335;
    max-width: 500px;
    margin: 0 auto;
  }

  .login-close {
    position: absolute;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
  }

  .login-header-text {
    padding-top: 30px;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
  }

  .login-header-text-signup {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }

  .login-header-text-signupnow {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #bc9b5d;
    cursor: pointer;
    padding-top: 5px;
  }

  .registration {
    max-width: 100%;
    background-color: white;
    min-height: 100%;
  }

  .registration-close {
    position: absolute;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
  }

  .registration-form-header {
    height: 131px;
    width: 100%;
  }

  .registration-form-header-signup-text {
    padding-top: 30px;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
  }

  .registration-form-header-signup-label {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
  }

  .registration-form-header-login-label {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #bc9b5d;
  }

  .registration-footer {
    font-family: "Nunito", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
  }

  .control-label {
    padding-bottom: 5px;
    font-family: "Nunito", sans-serif;
  }

  .registration-form {
    padding: 20px 40px;
    font-weight: bold;
    font-size: 16px;
    color: #323335;
    margin: 0 auto;
    max-width: 500px;
  }

  .header-top-nav {
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 30px 20px 30px 20px;
    margin: 0 auto;
    height: 68px;
    background-color: transparent;
    position: fixed;
    z-index: 999;
  }

  .active {
    background-color: #fff;
  }

  .input-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  #sideNav {
    display: none;
  }

  .side-nav-2 {
    position: absolute;
    bottom: 0;
    padding-bottom: 30px;
  }

  .header-top-nav-right {
    margin-left: auto;
    padding-top: 10px;
    /* padding-right: 1px; */
  }

  .header-top-nav-right-icon {
    margin: 0 0 0 auto;
  }

  hr {
    width: 60vw;
  }

  .avator {
    height: 40px;
    width: 40px;
    background-color: #e2c286;
    border-radius: 50%;
    display: flex;
    color: white;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
  }

  .dropdown {
    list-style-type: none;
  }

  .dropdown-item {
    font-style: 16px;
  }

  .nav-link-right-icon {
    margin-right: 0px;
    margin-left: 20px;
    font-size: 1.2em;
    color: white;
    text-decoration: none;
    align-self: center;
    padding-left: 10px;
    width: 160px;
    height: 44px;
  }

  .div-block {
    display: none;
  }

  .div-block-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-self: center;
  }

  .header-logo {
    width: auto;
    height: 50px;
    margin-left: 10px;
  }
  .div-block-middle {
    display: none;
  }

  .div-block-logo {
    display: flex;
    flex: 5;
    align-self: center;
    cursor: pointer;
  }

  .side-menu-nav {
    top: 0px;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 999;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    color: #444;
    transition: 0.4s;
    min-width: 75%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
      0 7px 12px -5px rgba(100, 100, 100, 0.5);
  }

  .side-menu-nav a {
    padding: 22px 8px 8px 0px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .side-menu-nav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .side-menu-nav a:hover {
    color: #bc9b5d;
  }

  .banner-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .banner-section {
    height: 113vh;
    background-position: 0% 0%;
    background-size: cover;
    background-image: url("https://img.gloryfty.com/Mobile_banner.png");
  }

  .banner-section-column {
    display: flex;
    flex-direction: column;
    flex: 3;
    min-width: 0;
  }

  .banner-text-wrapper {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
  }

  .banner-text-header {
    text-align: left;
    text-justify: left;
    padding-top: 150px;
    word-spacing: 1000px;
    color: #323335;
    font-size: 2.8em;
  }

  .banner-text-header .lastWord {
    color: #bc9b5d;
    font-style: italic;
    font-weight: 400;
  }

  .banner-content-text {
    font-family: "Nunito", sans-serif;
    padding: 25px;
    line-height: 1.4;
    padding: 20px 20px 0px 0px;
    width: 200px;
    font-size: 0.9em;
    word-wrap: break-word;
    color: #909090;
  }

  .banner-footer {
    padding: 50px 0px 0px 0px;
  }
  .banner-footer .banner-button {
    background-color: #323335;
    font-family: "Nunito", sans-serif;
    color: #ffffff;
    height: 43px;
    padding: 10px 26px;
    font-size: 0.9em;
    word-spacing: 1px;
    border: none;
  }

  .banner-button:hover {
    background-color: #555555;
  }

  .banner-button:focus {
    background-color: #737373;
  }

  .section-row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }

  .section-column-l {
    flex: 2;
    width: 100%;
  }

  .section-image-section {
    padding: 0px;
  }
  .section-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }

  .section-column-r {
    flex: 2;
    width: 100%;
  }

  .section-1-background {
    background-image: url("https://img.gloryfty.com/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-1-content {
    width: 100%;
    padding-top: 50%;
    text-align: center;
    margin: 0 auto;
    height: 712px;
  }

  .section-text-wrapper {
    padding: 15% 8%;
    align-content: center;
    align-self: center;
  }

  .section-1-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 36px;
    font-size: 42px;
    color: #bc9b5d;
  }

  .section-1-description-text {
    margin-top: 10px;
    font-family: "Nexa", light;
    font-weight: 200;
    font-size: 32px;
    line-height: 32px;
    color: rgba(50, 51, 53, 0.6);
  }

  .section-1-content-text {
    font-family: "Nunito", sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    color: #909090;
  }

  .section-2-row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
  }

  .section-2-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: #323335;
    font-size: 24px;
    line-height: 30px;
    color: #323335;
    text-align: center;
  }

  .section-2-description-text {
    font-family: "Nexa", light;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: #909090;
    text-align: center;
  }

  .section-2-sub-desc-text {
    text-align: center;
  }

  .section-2-sub-desc-text a {
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #c79288;
  }

  .section-2-sub-desc-text a:hover {
    color: #c79288;
    text-decoration-line: underline;
  }

  .section-3-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
  }

  .section-3-description-text {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
  }

  .section-4-background {
    background-image: url("https://img.gloryfty.com/image7.png");
    background-size: cover;
    padding: 5%;
  }

  .section-4-row-background {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .section-4-column {
    padding: 10% 10% 0 10%;
  }

  .section-4-sub-column-2 {
    padding: 0% 10% 10% 10%;
  }

  .section-4-sub-column {
    padding: 10% 10% 0 10%;
  }

  .section-4-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: #323335;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .section-4-description-text {
    font-family: "Nexa";
    font-style: normal;
    color: rgba(0, 0, 0, 0.8);

    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .section-4-sub-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: #323335;

    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .section-4-sub-description-text {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
  }

  .section-6-background {
    /* background-image: url("https://img.gloryfty.com/image8.png"); */
    background-image: url("https://img.gloryfty.com/gloryfty/image8-3.png");
    background-size: cover;
    /* background-position: center -330px;
    background-repeat: no-repeat; */
    padding: 5%;
  }

  .section-6-row-background {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .section-7-background {
    top: 50%;
    position: absolute;
    padding: 0 10%;
    flex: 1;
    align-items: center;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }

  .section-7-row-background {
    position: relative;
    padding: 10% 10% 0 10%;
    background-color: #f7f7f5;
  }

  .section-7-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    text-align: center;
    color: #ffffff;

    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
  }

  .section-7-description-text {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
  }

  .section-7-sub-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: #323335;

    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .section-7-sub-header-desc-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: rgba(50, 51, 53, 0.8);

    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }

  .section-7-sub-description-text {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
  }

  .section-8-background {
    background-image: url("https://img.gloryfty.com/image5.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-8-header {
    font-family: "Bahnschrift";
    font-style: normal;
    color: #ffffff;
    text-align: center;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .section-8-description-text {
    font-family: "Nexa";
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }

  .section-9-header-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: #ffffff;
    text-align: center;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
  }

  .section-9-description-text {
    font-family: "Bahnschrift";
    font-style: normal;
    color: rgba(255, 255, 255, 0.8);

    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .section-9-sub-description-text {
    font-family: "Nexa";
    font-style: normal;
    color: rgba(255, 255, 255, 0.8);

    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .emailUs {
    text-align: center;
  }

  .emailUs a {
    width: 160px;
    font-family: "Bahnschrift";
    font-style: normal;
    border-radius: 0;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    height: 44px;
    background: #c79288;
    cursor: pointer;
  }

  .emailUs a:hover {
    background: #c79288;
    cursor: pointer;
  }

  .section-container {
    max-width: 1728px;
    margin: 0 auto;
  }

  .header-container {
    padding: 0px;
    max-width: 1728px;
  }

  .section-2-image-section {
    padding: 10% 15% 0 15%;
  }

  .section-2-text-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .section-2-title {
    padding-left: 20px;
    font-size: 2em;
    position: relative;
    text-align: center;
  }

  .section-5-title {
    margin-top: 60px;
    font-size: 2em;
    position: relative;
    text-align: center;
  }
  .section-5-row {
    line-height: normal;
    text-align: justify;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2-content1-column {
    padding: 32px 20px 0px 20px;
  }

  .section-2-content2-column {
    padding: 32px 20px 0px 20px;
  }

  .section-2-content3-column {
    padding: 32px 20px 0px 20px;
  }

  .grow-img-1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
  }

  .grow-img-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
  }

  .grow-img-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
  }

  .section-2-text-column {
    flex: 1;
  }

  .section-2-content-content-text {
    margin: auto;
    font-size: 20px;
    padding-top: 16px;
    text-align: center;
    color: #323335;
  }

  .section-2-content-footer-text {
    padding-top: 10px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    margin: auto;
    color: #909090;
    text-align: center;
    line-height: 1.4;
  }

  .section-2-container-lg {
    display: none;
  }

  .section-3-text-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .section-3-text-section-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 250px 20px;
  }
  #textSection {
    font-family: "Nunito", sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 200;
    color: #323335;
  }

  #footerText {
    text-align: right;
    font-size: 25px;
    padding-top: 25px;
    padding-right: 0px;
    color: #323335;
  }

  .section-4-title {
    padding-left: 20px;
    font-size: 2em;
    position: relative;
    text-align: center;
  }

  .section-4-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0px 20px;
  }

  .section-4-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    padding-top: 32px;
  }

  .section-4-text-centered {
    padding-right: 0px;
    font-size: 2.4em;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    color: white;
    align-self: center;
    text-align: center;
    line-height: 300px;
    transition: 0.3s;
  }

  .faq-section {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .faq-section-title {
    text-align: center;
    display: inline;
    justify-content: center;
    word-spacing: 0em;
    font-size: 32px;
    align-self: center;
    line-height: 1.4;
    color: #323335;
  }

  .faq-section-details {
    flex: 1;
    justify-content: center;
    padding: 32px 20px;
  }

  .panel-group .panel {
    box-shadow: none;
    border: 1px solid #ced4da;
  }

  .panel-default > .panel-heading {
    padding-bottom: 20px;
    color: #212121;
    border-top: 0px solid #ddd;
    border-bottom: none;
  }

  .panel .panel-heading .panel-title {
    font-weight: bold;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    line-height: 1.2;
  }

  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
  }

  .chat-icon {
    float: left;
    clear: left;
    margin-top: 0px;
    margin-right: 10px;
  }

  .icon-logo {
    margin-left: 0px;
  }

  a.anchor {
    display: block;
    position: relative;
    top: -68px;
    visibility: hidden;
  }

  .more-less {
    float: right;
    color: #212121;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    line-height: 1.4;
    color: #909090;
    padding: 0px 15px 15px 15px;
  }

  .accordion-toggle {
    color: #909090;
  }

  .footer-background {
    height: 15px;
    align-items: center;
    height: 200px;
    background-color: #1f2744;
  }

  .footer-section-l {
    text-align: center;
    padding-top: 10%;
  }

  .footer-section-r {
    padding-top: 8%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .footer-logo {
    height: 60px;
    color: white;
  }

  .footer-section-r-text {
    font-family: "Bahnschrift";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    align-self: center;
  }

  .footer-section-r-text:hover {
    color: #bc9b5d;
  }
}
