/* start header */


body {

    width: 100%;
    height: 100%;
    background: #333;
    color: #666666;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;


}



/* love start */

.header-div {
    margin-right:0px !important;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px !important;
    
/*    background-image: url("/static/images/wealth/wealth_bg.jpg"); */
    background-image: url("/static/images/wealth/wealth_bg1.jpg");

    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    background-position: 50% 50%;
    background-attachment: fixed;

}

.header-div p{
  color: white;
}

.header-div label{
  color: white;
  line-height: 1.9em;
}

.form-control{
    font-size: 18px;
    height: 50px;
    font-weight: bold;
    color: #999;
}



#question_string{
  width: 100% !important;
  resize: none;
  height: 8em;

}

.invoice_info_div{
  display: none;

}

.second_birthtime_div{

  display: none;

}

#header_go_index{
    cursor: pointer;
}

.pro_info_div{
  display: none;

}

#second_gender_type{

  margin-bottom: 15px;
  
}

#second_birthtime{
  background-color: #d3eeeb;

}

.input-group{

  width: 100%;
}

#first_birthtime{
  background-color: white;
}

.center-ele{
  text-align: center !important;
}

.invoice-checkbox{
  opacity: 0.6;
}


.second-checkbox{
  text-align: left;
}

.pro-checkbox label{
  color:#f1c40f;
}


.sec_info{
  height: 50px;
  text-align: left;
  margin-bottom: 15px;
}

.sec_info_check{
  display: inline-block;
  height: 50px;
  width: 20px;
  margin-left: -15px;
  padding-top: 16px;
}
.sec_info_checkbox{



}


.sec_info_container {
    display: inline-block;
    position: absolute;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.sec_info_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 2px;
}




/* On mouse-over, add a grey background color */
.sec_info_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sec_info_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

#sec_input_option3 .input-group{

  width:70% !important;
  float: left;
}

#zodiac_option{
  width:28% !important;
  margin: 0px auto;
  text-align-last: center;

}

.second_birthtime_div input,
.second_birthtime_div select,
.second_birthtime_div .input-group-addon{
  background-color: #d3eeeb !important;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sec_info_container input:checked ~ .checkmark:after {
    display: block;
}


.sec_info_container .checkmark:after {
    left: 5px;
    top: 50%;
    margin-top: -7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.sec_info_div{
  
  display: inline-block;
  height: 50px;
  width: 100%;
  margin-right: -15px;
}

.sec_info_label{
  position: absolute;
  height: 50px;
  font-size: 1.1em;
}

.sec_info_label label{
  line-height: 50px;
}

.sec_info_input_div{
  position: absolute;
  height: 50px;
  display: none;
}

.sec_info_input_div input{
  height: 100%;
  width: 100%;
  height: 50px;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #ccc;

}

.sec_info_birthtime{
    font-size: 18px;
    height: 50px;
    font-weight: bold;
    color: #999;

}





  .invoice-checkbox{
    padding-top: 30px;
  }






  .custom-checkbox > [type="checkbox"],
  .custom-checkbox > label{
    margin-bottom:0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked),
  .custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label,
  .custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    font-size: 1.1em;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
  .custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; 
    top: 50%;
    margin-top:-9px;
    width: 17px; 
    height: 17px;
    border: 1px solid #ddd;
    border-radius: 2px;
  }
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
  .custom-checkbox > [type="checkbox"]:checked + label:after {
    font: normal normal normal 12px/1 'Glyphicons Halflings';
    content: '\e013';
    position: absolute;
    top: 50%;
    margin-top:-7px;
    left: 2px;
    color: white;
    xtransition: all .2s;
  }
  
  .custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
  }
  .custom-checkbox > [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
  }
  
  .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
  .custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
    content: '\2212';
    left: 2px;
    opacity: 1;
    transform: scale(1);
  }
  
  .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
      box-shadow: none;
      background-color: #eeeeee;
    border-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
    color: #dadada;
  }
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
    color: #dadada; cursor: not-allowed;
  }
  .custom-checkbox > [type="checkbox"]:disabled + label {
    color: #aaa; cursor: not-allowed;
  }
  .custom-checkbox > [type="checkbox"]:checked:focus + label:before,
  .custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #66afe9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
  .custom-checkbox > label:hover:before {
      border: 1px solid #88D2FF !important;
  }
  .custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
  .custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
    border: 1px solid #E4E4E4 !important;
  }



.section-2{
    background-color: #333;

    padding: 80px 0;
}

.section-2-img-div img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.section-2-txt-div{
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
  box-shadow: none;
  padding: 22px 26px;
  margin-top: 20px;
  text-align: left;

}

.section-2-txt-div h3{
  color:black;

}



.section-2-left{

     margin-left: 7.333333%;
}

.section-2-left-h4{

     color:  #e40613 !important;
     text-align: center;
}


.section-2-right-h4{

     color:  #0dc5b9 !important;
     text-align: center;

}


.section-2-right{
    margin-left: 1%;

}

.section-2-txt-div p{
    color: #555;
    font-weight: 500;
    font-size: 100%;

}


.section-3,
.section-4{
  background: #333;
  color: white;
  
}


.section-3-container{
    margin-left: 7%;
}





.user_name_odd{
  color:#e40613 !important;

}

.user_name_even{
  color:#0dc5b9 !important;

}

.panel-body{

    color: #666;
    text-align: left;
}



.animation-slide_in {
    opacity: 0;
}
.section-3 .panel-heading{
  cursor: pointer;
}

.section-4 a:hover{
    text-decoration: none;
}


.section-4{
  padding-top: 60px;
}


.row{

  margin-right: 0px !important;
  margin-left: 0px !important;
}


.section-4-container{
    margin-left: 7%;
    margin-right: 7%;


}

.user-icon{
  margin-top: 20px;
  width: 80px;
  height: 80px;
}

.star-icon{
  width: 200px;
  height: 30px;
  margin: 0px auto 20px;

}

.caption{

  text-align: center;
}

.thumbnail{
  height: 260px;
}

.thumbnail h3{
  margin-top: 0px;
  text-align: center;

}

.thumbnail p{
  text-align: center;

}


.promote-price{

    color: #e40613 !important;
    display: inline;
    font-weight: bold;
    font-size: 1.14em;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media only screen and (max-width: 1075px) {

  .divine-prefix-title{
    font-size: 47px !important;
  }




}


@media only screen and (max-width: 986px) {

  #question_string{
      height: 10em;


  }







}

@media only screen and (max-width: 842px) {

  #question_string{
      height: 11em;


  }

}

@media only screen and (max-width: 767px) {

  .section-2-left{
       margin-left: 10%;
       margin-right: 10%;
  }

  .section-2-right{
      margin-left: 10%;
      margin-right: 10%;
      margin-top: 40px;
  }

  .section-3-container,
  .section-4-container{
    margin-left: 10%;
    margin-right: 10%;
  }

  #question_string{
      height: 7em;


  }

}

@media only screen and (max-width: 618) {

  #question_string{
      height: 8em;


  }

}


@media only screen and (max-width: 509) {

  #question_string{
      height: 9em;


  }

}

@media only screen and (max-width: 453) {

  #question_string{
      height: 11em;


  }

}


@media only screen and (max-width: 414) {

  .section-2-left{
       margin-left: 4%;
       margin-right: 4%;
  }

  .section-2-right{
      margin-left: 4%;
      margin-right: 4%;
      margin-top: 40px;
  }

  .section-3-subtitle,
  .section-4-subtitle{
        font-size: 26px;

  }




}




/* love end */


.wrapper{
  background: #ffffff;
  width: 100%;

}






#navbar-title{
  color : #666;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-left: 0px;
  margin-top: -5px;
}

#white-logo{

   width: 70px;


}

.logo-div{

      margin: 0px 0px 25px 0px;
}

.white-logo-title{
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;

}

.header-div .col-sm-4,
.header-div .col-sm-6,
.header-div .col-sm-8
{
    padding-top: 30px;

}




.coupon-input{
    font-size: 18px;
    height: 50px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    width: calc(100% - 86px);
    display: inline;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;


}

.coupon-btn{
  height: 50px;
  width: 80px;
  color: #fff!important;
  background: #145fa9!important;
  border-color: #145fa9!important;

}

.form-coupon{
  margin-top: 10px;
  margin-bottom: 30px;
}

#coupon-input-footer{
    padding-bottom: 10px;
    width: 100%;
    padding-top: 0px;

}

.coupon_success{
  color: #0dc5b9 !important;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 6px;
}

.coupon_failure{
  color: #e40613 !important;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 6px;
}


#go_example,
#payBtn{
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.btn-pay {
  min-width: 150px;
  display: inline-block;
  margin-left: 20%;
  
}

.btn-example{
  background-color: #999999;
  min-width: 150px;
  display: inline-block;
  

}


.header-title{
  font-size: 3em;
  font-weight: bold;
  padding-top: 90px;
  padding-bottom: 20px;
}


/* end header */

.divine-note-div,
.divine-prefix-div{

  color: #666666;
}


.scrolled { 
   background-color: white;
}

.scrolled a,
.scrolled span { 
  color: #626262 !important;
}

.paragraph,
.media-body{

  text-align: center;
}

.menu-click{

  color:#111;
  font-size: 1.4em;

}

.scrolled span { 
  background-color: #626262 !important;
}

.scrolled .navbar-toggle {
    border-color: #626262  !important;
}

.scrolled .active a
{
  border: 2px solid #626262;
}

.payreturn-note-div{
  padding-top: 80px;
  text-align: center;

}


.process-vertical-layout{

  font-weight: 500;
  text-align: center;
  width: 50%;
  height: 118px;
  float: none;
  vertical-align: top;
  zoom: 1;
  display: flex!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-bottom: 50px;
  display: flex;
  margin-top: 11px;
  position: relative;

}

.process-item-infos{
    height: 100%;
    margin-right: 20px;

}


.process-item-index{
  
    align-items: center;
    border: 1px solid;
    display: inline-flex;
    font-size: 26px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    margin-bottom: 12px;
    width: 52px;
    color: #fff;

}

.process-item-linker{
  
    border-right: 1px solid;
    border-top: 0;
    height: 60px;
    left: 27px!important;
    position: absolute;
    top: 75px;
    width: 1px;
    opacity: .3;
    color: #fff;
    line-height: 1.45;

}

#header_go_coupon{
    cursor: pointer;

  
}

.process-text-group{
  color: #fff;
  line-height: 1.45;
  font-style: normal;
  font-size: 100%;
}

.process-text-title{
  text-align: left;
  margin-bottom: 5px;
}

.process-text-title p{
  font-size: 24px;
}

.process-text-text{
  text-align: left;
  
}

.process-text-text p{
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 1.63;
    font-style: normal;
}



.section-5{
  text-align: center;
  background: #333;
  color: white;
  
}

.section-5-container{

  padding: 30px 0px;

}


.footer-container{

    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 80%;

}

.footer-email-div{
    display: inline-block;


}

.footer-email-img{
      width: 200px;

}

.footer-email-text{
  width: 200px;
  margin-top: 10px;
  display: block;
  color: #fff;


}

.footer-fb-div{
  display: inline-block;

}

.footer-fb-img{
      width: 200px;

}

.footer-fb-text{
    width: 200px;
    display: block;
    color: #fff;
    margin-top: 10px;
}




.foot-btn{

  margin-bottom: 100px !important;
}


.active a{

    background-color: unset !important;
    border: 1px solid white;

}

.navbar{
  border: unset !important;
  background-color: unset;
  color: white;

}

#navbar{

  margin-bottom: 5px;
}

.navbar_dark_bg{
  background-color: #333;
}

.nav-item{
  display: none !important;
  color: white;

}

.navbar-nav li a{
  color: white !important;
  font-weight: bold;
  border: 2px solid white;
  border-radius: 6px;
  margin-top: 5px;
  margin-right: 10px;
}

.navbar-toggle{
  background-color: #e40613;


}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white !important;
}

.divine-note-inner{


  padding: 0px 20px 30px 20px;
}
.divine-prefix-inner{
  text-align: center;
  padding: 20px 20px 10px 20px;
}

.divine-prefix-inner hr{

  margin-bottom: 0px;
}

.divine-example-prefix-inner{
  text-align: center;
  padding: 10px 0px 10px 0px;

}

.divine-prefix-title{
  font-size: 56px;
  line-height: 1.2;
  font-weight: normal;
}

.divine-example-prefix-title{
  font-weight:bold;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.back_index_btn{

  min-width: 50px;
  max-width: 300px;
  display: block; 
  margin: 0 auto;
  margin-bottom: 40px;
}

.divine-prefix-text1{
    margin-top: 20px;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 20px;
}

.example-inner-text{
    margin-top: 0px;
    margin-bottom: 0px;
}


.divine-prefix-text2{
    margin-bottom: 30px;
}

.inline_p{

  display: inline;
}

.lutsun_string{

  color:#6495ed;
}

.huaji_string{

  color:#e05c5c;
}


.divine-note-subtitle{
  color: #333333;
  font-size: 34px;
  font-family: "Lora";
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 1.2em;

}


.divine-input-div{

  padding: 10px;
}

#divine-input-footer{
    padding-bottom: 10px;
    width: 100%;
    padding-top: 20px;

}

.divine-input-footer-text{
    color: #f1c40f !important;

    font-size: 1.1em;
    font-weight: bold;
    margin-top:  10px;
    margin-bottom: 0px;
}

.divine-principle-div  {

  padding-left: 20px;
  padding-bottom: 60px;
}

.divine-chatbot-div{
  padding-left: 20px;
  padding-bottom: 60px;

}

.divine-principle-title  {

  color:#2a2a2a;
  font-size: 34px;
}

.question{

  font-size: 18px;
  padding-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;

}

.level_list{
    font-size: 14px;
    padding-top: 20px;
    color: #9b9b9b;

}

#footer-div{
    padding: 60px 0px;
    width: 100%;
    background-color: #333;
    color: #999999;
    text-align: right;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;

}

.footer-right-div {
    font-weight: 400;
    line-height: normal;
    font-size: medium;
    padding-bottom: 20px;

}
.footer-left-div {
    font-weight: 400;
    line-height: normal;
    font-size: small;
    padding-bottom: 60px;

}

.example-img-div{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    border-radius: 4px;

}

.example-img-div img{
    width: 60%;
    height: 100%;
}

.divider{

  border-color: #3b3b3b;
}

.small-divider{
    margin-bottom: 10px !important;


}

.divine-time{
  text-align: center;
  margin-bottom: 0px;
  font-weight: 500;
}

.wsite-content-title{
  color: white;
  font-size: 20px;

}

  /* example */


.example-prefix-title{
  font-weight:bold;
  font-size: 20px;
}

.score-div hr{

    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dddddd;
}

.score-div{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 100px;
  margin-bottom: 0px;

}

.margin-top{
  margin-top: 20px;
}

.text-mleft{
  margin-left: 10px;
}

.text-blod{
  font-weight:bold;
}

.b-color{
  font-weight:bold;
  color:#337ab7;
}


@media only screen and (max-width: 1020px) {


  .header-div{

    background-attachment:scroll;

  }



}



@media only screen and (max-width: 880px) {

  .divine-prefix-title{
    font-size: 42px !important;
  }


  .btn-pay{
    margin-left: 10%;
  }

}

@media only screen and (max-width: 800px) {
  
  /* Force table to not be like tables anymore */

  .divine-prefix-title{
    font-size: 40px !important;
  }

  #stars-table table, 
  #stars-table thead, 
  #stars-table tbody, 
  #stars-table th, 
  #stars-table td, 
  #stars-table tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #stars-table thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #stars-table tr { border: 1px solid #ccc; }
 
  #stars-table td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 15%; 
    white-space: normal;
    text-align:left;
  }
 
  #stars-table td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 70%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
    padding-top: 10px;
  }




  .divine-prefix-text1{
    font-size: 1.2em;
  }

 
  /*
  Label the data
  */
  #stars-table td:before { content: attr(data-title); }
}



@media only screen and (max-width: 767px) {




  .nav-item{
    display: block !important;
  }

  .navbar-nav li a{
    color:#666 !important;
    border: 2px solid #666;
    font-weight: bold;
    border: unset !important;
    border-radius: unset !important;
    margin-top: 0px;
  }

  .navbar_dark_bg{
    background-color: unset;
  }

  .guide_header_img{
    height: 160px !important;

  }



}



@media only screen and (max-width: 727px) {

  .process-vertical-layout{
    width: 70%;

  }


}







@media only screen and (max-width: 414px) {


  .example-img-div img{
      width: 80%;
      height: 100%;
  }
  .btn-pay {
    min-width: 120px;
    
  }

  .btn-example{
    min-width: 120px;

  }
  .footer-button-inner span.text {
    padding: 0px;
  }

  .divine-prefix-title{

    font-size: 36px !important;
  }

  .divine-prefix-text1{
    font-size: 1.1em;
  }




  .process-vertical-layout{

    height: 148px;
    width: 84%;
  }



}


@media only screen and (max-width: 420px) {

  .footer-fb-div{
    margin-top: 30px;

  }




}


@media only screen and (max-width: 320px) {

  .btn-pay {
    min-width: 110px;
    
  }

  .divine-prefix-text1{
    font-size: 0.95em;
  }

  .btn-example{
    min-width: 110px;

    margin-left: 10%;


  }

  .footer-button-inner span.text {
    padding: 0px;
  }

  .divine-prefix-title{

    font-size: 28px !important;
  }

   .divine-prefix-text1{
    font-size: 0.75em;
  } 





}
