﻿:root {
    --font-family: 'Barlow', sans-serif;
}
html, body {
    height:100%;
}
body {
    font-family: var(--font-family);
    overflow-x: hidden;
    padding-right: 0 !important;
}
#home {
    padding:0!important;
}
.navbar {
    border-radius: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}
.socialIcon ul {
    list-style: none;
    padding: 0;
}
.socialIcon ul li {
    display: inline-block;
    padding: 0 10px;
    font-size: 30px;   
}
p {
    word-wrap: break-word;
}
.socialIcon ul li a {
    color: #000;
}
.subHeader {
    min-height: 70px;
    border-bottom: solid 2px #000;
    position: relative;
}
.nopadding {
    padding-right:0;
    padding-left:0;
}
.subheaderboxshadow {
    /*box-shadow: 0 0 5px #ccc;*/
    position: absolute;
    bottom: -14px;
    /*border: solid 2px white;*/
    width: 100%;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
    z-index:-1;
}
.subheaderboxshadow.bottomshadow {
    bottom: -9px;
}
.subheaderboxshadow.bottom-9 {
    bottom: -9px;
}

.text-red {
    color: #ff0000;
    font-weight: 700;
}
.body_bg {
    background: rgba(107, 192, 115, 0.1);
    width: 100%;
    min-height: 200px;
    position: relative;
}
.p-b-30 {
    padding-bottom: 30px;
}
/*.main-wrapper {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -155px;
}*/
#mainHead h1 {
    font-family: var(--font-family);
    color: #6BC073;
    padding: 35px 0 0 0;
    letter-spacing: 0px;
    line-height: 45px;
    font-size: 35px;
    margin-top: 0;
}
#mainHead.SGfont15 h1  {
    font-size: 20px;
    line-height: normal;
}
#mainHead.SGfont40 h1 {
    font-size: 30px;
    line-height: normal;
}
#mainHead p {
    font-family: var(--font-family);
    color: #434A4F;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 0;
}
#mainHead.SGfont15 p, #mainHead.SGfont40 p {
    font-size: 15px;
}
#joinNowSec {
    /*background: url('../images/FrontPageImages.png') no-repeat;*/
    position: relative;
}
    #joinNowSec a {
        background: #434A4F;
        border: 4px solid #FFFFFF;
        border-radius: 24px;
        color: #fff;
        display: block;
        font-family: var(--font-family);
        font-size: 30px;
        left: 25px;
        letter-spacing: 2px;
        line-height: 36px;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 212px;
        position: absolute;
        top: 64%;
    }
#joinNowSec a:hover {
    background-color: #69ad00;
}
    /*#joinNowSec a.joinlinkfr {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}*/
#joinNowSec a.joinlinkfr {
    font-size: 20px;
    font-weight: 700;
    width: 250px;
    line-height:30px;
}
#joinNowSec a.joinlinkfr.font25 {
    font-size: 25px;
}
#joinNowSec a.joinlinkfr.font25.esjoin {
    font-size: 25px;
}

.threepartsec {
    margin-top: 30px;
}
.threepartsec p {
    font-size: 16px;
    line-height: 22px;
    color: #434A4F;
}
.threepartsec p strong {
    color: #00BBEA;
}
.threepartsec p strong.part2 {
    color: #9fd067;
}
.threepartsec p strong.part3 {
    color: #b54d00;
}
.threepartsec img {
    padding-bottom:15px;
}
footer {
    padding: 50px 0;
    border-top: solid 2px #000;
}
footer a {
    color: #333333;
    font-size: 13px;
}
footer a.padding10 {
padding:0 10px;
}
.width100percent {
    width: 100%;
}
.modal-header .close {
    margin-top: 3px;
    font-size: 30px;
}
.img-responsive-center {
    max-width: 100%;
    height: auto;
}
.width100 {
    width: 100% !important;
}
.oneimageunderbody {
    width: 100%;
}
.twoimageunderbody {
    display: block;
    max-width: 100%;
    width:100%;
    height: auto;
    vertical-align:middle;
}
.socialIcon {
    float: none;
}
.m-t-20 {
    margin-top:20px;
}
.m-b-20 {
    margin-bottom: 20px;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.responsive input[type=text], .responsive input[type=tel], .responsive input[type=email], .responsive .spreedly-input, .responsive input[type=password], select, .form-control {
    width: 100% !important;
    float: none;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CAC6BD;
    border-radius: 3px;
    background-color: #fff;
    /*moz-box-shadow: inset 0 2px 2px 0px rgba(0,0,0,0.21);
    -webkit-box-shadow: inset 0 2px 2px 0px rgba(0,0,0,0.21);
    box-shadow: inset 0 2px 2px 0px rgba(0,0,0,0.21);*/
}
    .responsive input[type=text], .responsive input[type=tel], .responsive input[type=email], .responsive .spreedly-input, .responsive input[type=password], select, .form-control:not(#reviewAnsVal) {
        height: 36px !important;
    }

    .form-control#reviewAnsVal {
        max-height: 20rem;
        min-height: 10rem;
    }

    .border-color-red {
        border-color: #ff0000 !important;
    } 
    textarea {
    width: 100% !important;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #CAC6BD;
    border-radius: 3px;
    background-color: #fff;
} 
    .SG_color {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
    .responsive .auth-box__body .row {
    margin-top: 15px;
}
    .contactus_heading {
    padding-top:0!important;
    margin-top:0;
}
    .green_button {
    display: block;
    padding: 7px 0 6px 0;
    font-size: 18px;
    font-weight: bold;
    color: #FAFAF0;
    background-color: #00869D;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-shadow: rgba(0,0,0,0.3),0,-1px;
}
    .green_button[disabled]{
    opacity: 0.75;
    cursor: not-allowed
}
 .text-link {
    color: #00869D !important;
    text-decoration: underline;
}
 .mt-0{
    margin-top: 0 !important;
}
 .mb-2{
    margin-bottom: 0.5rem !important;
}
 .p-t-10 {
    padding-top:10px;
}
 .p-t-20 {
    padding-top: 20px;
}
 .p-t-30 {
    padding-top: 30px;
}
  .white_bg{
    background:#fff;
    padding:35px;
}
  .join_white_bg {
    background: #fff;
    padding: 0px;
}
  .pageContainer p strong {
    margin: 0;
    display: inline;
}
  .pageContainer h3 {
    font-family: var(--font-family);
    /* color: #14ae92; */
    color: #999;
    font-weight: 100;
    padding: 20px 0 0 0;
}

  .pageContainer {
    font-size: 14px;
    line-height: 24px;   
}
  .page_content .nav > li > a {
    font-size: 13px;
    padding: 10px 5px;
}
  p.black {
    padding:0 20px;
}
  #joinNowSec a.joinlinkfr.font25.esjoin {
    font-size: 18px;
    left: 10px;
    width: auto;
}
  .threepartsec .col-sm-4 {
    text-align: center;
}
  .captchabox {
    background: #fff;
    padding: 5px;
    color: #000;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

  .captchabox:hover, .captchabox.active {
    background: #ccc;
}
  .bignumber {
   font-size:23px;
   font-weight:bold;
}
    /***********media section*/
    @media (min-width: 442px) {   
    .width100 {
        width: auto;
    }  
    .page_content .nav > li > a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .white_bg {
        padding: 50px;
        /*min-height: calc(100vh - 294px);*/
    }
}
    @media (min-width: 768px) {
    .bignumber {
        font-size: 40px;        
    }
    .questiontexttable.questiontext {
        font-size: 16px!important;
    }
    .captchabox {
        font-size: 30px;
    }
    .photouploadsec .box__file + label {
        font-size:20px!important;
    }   
    .photouploadsec .uploadsec {
        width: 81%;
    }
    .twoimageunderbody {    
        width: auto;        
    }
    .oneimageunderbody {
        width: auto;
    }

    .threepartsec .col-sm-4 {
        text-align: left;
    }
    #joinNowSec a.joinlinkfr.font25.esjoin {
        font-size: 25px;
        left: 15px;
        width: auto;
    }
    .body_bg {
        min-height: calc(100vh - 294px);
    }
    .join_white_bg {       
        /*padding: 30px;*/
        min-height:calc(100vh - 294px);
    }
    /*.white_bg span {
        word-break: break-all;
    }*/
    .imgright {
        float:right;
    }
    #mainHead p, #mainHead h1 {
        width: 350px;
    }
    #mainHead.SGfont15 p, #mainHead.SGfont15 h1, #mainHead.SGfont40 p, #mainHead.SGfont40 h1 {
        width: 350px;
    }

    .socialIcon {
        float: right;
    }

    footer {
        border-top: none;
    }

    #joinNowSec a {
        left:53px;
    }
        /*#joinNowSec a.joinlinkfr {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}*/
#joinNowSec a.joinlinkfr {
    left:29px;
}
}
  @media (min-width: 992px) {
    .photouploadsec .uploadsec {
        width: 87%;
    }
    #joinNowSec a.joinlinkfr.font25.esjoin {
        font-size: 25px;
        left: 70px;
        width: auto;
    }
    #mainHead p, #mainHead h1 {
        width: 400px;
    }
    #mainHead.SGfont15 p, #mainHead.SGfont15 h1, #mainHead.SGfont40 p, #mainHead.SGfont40 h1 {
        width: 400px;
    }
    
}
  @media (min-width: 1200px) {
    .thankyoumsg {       
        margin: 50px;
    }
    #joinDiv .col.col-sm-6:first-child, .uploadbtn {
        padding-right: 15px;
    }
    #joinDiv .col-sm-6:first-child, .uploadbtn {
        padding-right: 0;
    }
    #mainHead.SGfont15 h1 {
        font-size: 28px;
    }
    #mainHead.SGfont40 h1 {
        font-size: 40px;
    }
    #mainHead.SGfont15 p, #mainHead.SGfont15 h1, #mainHead.SGfont40 p, #mainHead.SGfont40 h1 {
        width: 500px;
    }
    .subheaderboxshadow {
        bottom: -22px;
    }
    .subheaderboxshadow.bottomshadow {
        bottom: -15px;
    }
    
}
  @media (min-width: 1600px) {
    .width100percent {
        width: auto;
    }
}
  
  .form-bottom {
    padding: 15px!important;
}
  .form-group .form-control {
    padding: 6px 10px 5px 10px!important;
    height:34px;
}
  .instructions {
    font-size: 12px;
    font-weight: 600;
    color: #474747;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height:20px;
}
  .questiontexttable.questiontext {
    font-size: 14px;
    font-weight: 600;
    color: #0097D5;
    line-height: normal;
    margin-bottom:0;
}
  #verifyPhotoID .box-header {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}
  #verifyPhotoID .box-body {
    padding:15px;
}
    /*.accept {
    margin-top:10px;
}*/
    #verifyPhotoID input[type="radio"] {
    vertical-align: top;
}

    .p-r-0 {
    padding-right:0;
}
    /* skin.css Style*/
    .photouploadsec {
    margin-bottom:15px;
}
    .photouploadsec .box {
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 25px 20px;
}
    .photouploadsec .box.has-advanced-upload {
    text-align:center;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
}
    .photouploadsec .box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 20px;
}
    svg:not(:root) {
    overflow: hidden;
}
    .photouploadsec .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
 .photouploadsec .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
}
  .photouploadsec label {
    position: relative;
}
  .photouploadsec .box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

  input[type="date"].form-control {
    text-transform:uppercase;
}
  .field-icon {
    margin-top: -23px!important;
}
 .form-top-right {
    line-height: 83px!important;
}
 .uploadbtnselect {
    background: #8bc973;
    color: #fff;
}
 .uploadbtn .btn:hover {
    background: #8bc973;
    color: #fff;
}

    /*****custom dropdown css*/
    .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px 2px 0px;
}

    .custom-dropdown select {
        color: #3a3a3a;
        font-size: 13px;
        padding: .5em;
        padding-right: 3em;
        border: 0;
        margin: 0;
        /*border: 1px solid #f7b71f;*/
        border: 1px solid #4b4b4b;
        border-radius: 4px;
        text-indent: 0.01px;
        text-overflow: '';
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        outline: none;
    }

  .custom-dropdown select option {
            color: #000;
            padding: 15px 5px;
        }

      .custom-dropdown select option:hover {
                background-color: #000;
            }

      .custom-dropdown select::-ms-expand {
            display: none;
        }
      
      .custom-dropdown::before,
      .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }
          
          .custom-dropdown::after {
        content: "\f107";
        font-family: fontAwesome;
        height: 1em;
        font-size: 1.1em;
        line-height: 1;
        right: 0.6em;
        top: 50%;
        margin-top: -.5em;
    }
      
      .custom-dropdown::before {
        width: 2em;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0;
        /*background-color: rgb(247, 183, 31, 0.8);*/
        background-color: rgba(71, 70, 69, 0.8);
    }

      .custom-dropdown::after {
        color: rgba(255,255,255,1);
    }

      #joinForm .caret {
    margin-top: 7px !important;
}
      .fbicon {
    font-size:30px;
    vertical-align:middle;
}
      .success_icon {  
    text-align: center;
}
      .thankyoumsg {
    background: rgba(190, 185, 185, 0.06);   
    padding: 30px;   
}
      .thankyoumsg h4 {
    font-size:16px;
}
      .intructionfile {
    font-size: 12px;
    color: #a2a2a2;
    display:block;
    line-height:14px;
}
  .instructiondragdrop {
    font-size: 14px;
    font-weight: normal;
    color: #808c90;
}
  #lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

  #lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}
  textarea {
    resize:vertical;
}
  .pageContainer ul li {
    list-style:none;
}
  .anchorlinkclr {
    color: #0097d5;
    text-decoration: underline;
}
  .thankmsg {
    font-size: 20px!important;
    font-weight: 600!important;
}
  .white_bg li {
    word-break:break-word;
}
  .socialIcon > .text-red {
    margin-bottom: 10px;
    display: block;
}
.logininfo {
    background: #EEE;
    padding: 10px;
    margin-bottom: 10px;
}\n.logininfo > span {
    color: #00869D;
}
  big {
    color: #69ad00;
    font-size: 20px;
}
  .tiktokicon, .tiktokicon li a, .flex-center{
    display: flex;
    justify-content: center; 
    align-items: center;
}

  .body_bg.announcement-wrap .white_bg *:not(span.fa):not(span.icon):not(i.fa):not(i.icon) {
    font-family: inherit !important
}

  .privacy-policy a,.privacy-policy a:hover, .privacy-policy a:focus {
    text-decoration: underline;
    color: #0097d5;
}

.cursor-pointer{
    cursor: pointer;
}