html {
  height: 100%;
}
body {
  height: auto;
  font-size: 15px;
  line-height: 24px;
  line-height: 18px;
  color: #efefef;
  background-attachment: fixed;
  font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
}
input[type="text"] {
  background: none;
}
body.modal-open {
  overflow: hidden;
}
ul,
li {
  padding: 0;
  margin: 0;
}
a {
  color: #FF9900;
}
a:hover {
  color: #FF9900;
}
input {
  width: 290px;
}
input,
select {
  font-family: Arial, Helvetica, sans-serif;
}
legend {
  font-size: 13px;
  text-align: left;
  border-bottom: 0;
}
.form-control {
  color: #292f33;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
li {
  list-style: none;
}
input {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.clearfix {
  overflow: auto;
  _height: 1%;
}
.widget_box {
  width: 498px;
  margin: 0 auto;
  border: 1px #d5d5d5 solid;
  border-radius: 3px;
  padding-bottom: 25px;
}
.widget_box .hdr-lang {
  line-height: 33px;
  background: #f2c200;
  height: 33px;
}
.widget_box .hdr-lang .county {
  width: 120px;
  float: right;
  border-left: 1px #e2b900 solid;
  line-height: 33px;
  height: 33px;
  color: #fff;
  padding-left: 10px;
  cursor: pointer;
  background: url(../img/down_down.png) no-repeat 100px 15px;
}
.widget_box .hdr-lang .county img {
  display: inline-block;
}
.hdr-lang .county p {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  color: #ffffff;
}
.hdr-lang .county a {
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.hdr-lang .dropdown-menu {
  min-width: 77px;
  margin-top: 10px;
}
.hdr-lang .dropdown-menu::after {
  content: " ";
  width: 0;
  position: absolute;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -8px;
  right: 20px;
}
.hdr-lang .dropdown-menu::before {
  content: " ";
  width: 0;
  position: absolute;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #ccc;
  top: -10px;
  right: 19px;
}
.hdr-lang .dropdown-menu li:hover {
  background: #f5f5f5;
}
.hdr-lang .dropdown-menu img {
  display: inline-block;
  margin-left: 15px;
}
.hdr-lang .dropdown-menu a {
  display: inline-block;
  font-size: 12px;
  padding: 0;
  padding-left: 10px;
  padding-right: 20px;
}
.logo_box {
  height: 120px;
  background-color: #ffcc00;
  padding-top: 15px;
}
.logo_box .logo {
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 44px;
  margin: 0px 0 0 20px;
  text-align: center;
  padding-top: 13px;
}
.logo_box .content {
  margin-left: 15px;
  width: 75%;
}
.logo_box .content a {
  color: #333;
  text-decoration: none;
}
.logo_box .content h4 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 30px;
}
.logo_box .content p {
  font-style: italic;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.progress_bar ul {
  margin-top: 35px;
  padding-bottom: 40px;
  padding-left: 50px;
}
.progress_bar ul li {
  float: left;
  width: 46%;
  position: relative;
}
.progress_bar ul li p {
  height: 5px;
  background: #e0e0e0;
}
.progress_bar ul li a {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 14px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: -10px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 9;
  text-decoration: none;
}
.progress_bar ul li a em {
  font-style: normal;
}
.progress_bar ul li span {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  font-weight: bold;
  color: #e0e0e0;
}
.progress_bar ul li .pos_1 {
  right: -20px;
}
.progress_bar ul li .pos_2 {
  right: -29px;
}
.progress_bar ul li .pos_3 {
  right: -25px;
}
.progress_bar ul li.selc p {
  background: #ffcc00;
  height: 5px;
}
.progress_bar ul li.selc a {
  background: #ffcc00;
  color: #2b2a29;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 203, 5, 0.5);
  -moz-box-shadow: 0px 0px 0px 4px rgba(255, 203, 5, 0.5);
  box-shadow: 0px 0px 0px 3px rgba(255, 203, 5, 0.5);
}
.progress_bar ul li.selc a em {
  color: #2b2a29;
  font-style: normal;
}
.progress_bar ul li.selc span {
  color: #ffcc00;
}
.progress_bar ul li.finish p {
  background-color: #ffcc00;
  height: 5px;
}
.progress_bar ul li.finish a {
  background: url(../img/finish.png) no-repeat center;
  background-color: #ffcc00;
  color: #2b2a29;
}
.progress_bar ul li.finish a em {
  color: #2b2a29;
  display: none;
}
.progress_bar ul li.finish span {
  color: #ffcc00;
}
.progress_bar ul li.specil {
  width: 28px;
}
.progress_bar ul li.specil a {
  left: -6px;
  z-index: 10;
}
.progress_bar ul li.specil a em {
  font-style: normal;
}
.progress_bar ul li.specil span {
  position: absolute;
  bottom: -40px;
  left: -25px;
}
.progress_bar ul li.last_one {
  width: 42%;
}
.progress_bar ul li.last_one a {
  right: 0px;
}
.pro_long ul li {
  width: 31%;
}
.pro_long ul li.last_one {
  width: 27%;
}
.pro_long ul li.last_one a {
  right: 0px;
}
.inputbox {
  width: 90%;
  margin: 0 auto;
  border: 1px #ededed solid;
  padding: 20px 0px;
}
.inputbox li {
  display: inline-block;
  margin-left: 27px;
  margin-bottom: 12px;
}
.inputbox li .dropdown-toggle {
  background: url(../img/down_grey.png) no-repeat 160px 10px;
  width: 180px;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  cursor: pointer;
  position: relative;
}
.inputbox li .dropdown-toggle img {
  display: inline-block;
  float: left;
  margin-top: 7px;
}
.inputbox li .dropdown-toggle span {
  display: inline-block;
  float: left;
  margin-left: 10px;
  line-height: 31px;
  color: #2b2a29;
  overflow: hidden;
  width: 70%;
  height: 31px;
}
.inputbox li .dropdown-toggle #date-field {
  border: 0;
  position: absolute;
  width: 150px;
  background: none;
  left: 32px;
  cursor: pointer;
  top: -3px;
  line-height: 33px;
  height: 33px;
}
.inputbox .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
.inputbox #calendar-drop {
  max-height: 500px;
  overflow: visible;
  max-width: 500px;
}
.inputbox .dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.inputbox .dropdown-menu li:hover {
  background: #f5f5f5;
}
.calendar {
  width: 250px;
  margin: 0 auto 0 auto;
  left: 0;
  color: #fff;
  table-layout: fixed;
  border-top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calendarhead {
  border: 0;
  border-bottom: 0;
  width: 260px;
}
.calendarhead th {
  color: #404545;
  background: #404545;
  background: #fff;
  text-align: center;
  padding: 5px;
}
.calendarhead th .year,
.calendarhead th .month {
  font-size: 14px;
  margin: 5px;
  font-weight: bold;
  position: relative;
  display: inline;
}
.calendarhead th.sel:hover {
  outline: 0 none;
  cursor: pointer;
  color: #ffffff;
}
.calendarhead .arrow {
  padding: 3px 0;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.calendarhead .arrow .glyphicon {
  font-size: 10px;
}
.calendarhead .arrow:hover {
  background: #303535;
  background: #fbfbfb;
  color: #303535;
}
.calendar {
  padding: 10px;
}
.calendar body {
  position: absolute;
}
.calendar th {
  width: 37px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
}
.calendar .calendar-header th {
  font-weight: normal;
  color: #999;
  color: #7e7e7e;
  border-bottom: 0;
  font-size: 12px;
}
.calendar td {
  background: #fff;
  border: none;
  height: 35px !important;
  width: 35px !important;
  font-size: 16px;
  font-size: 12px;
  text-align: center;
  padding: 0;
}
.calendar td.day {
  color: #404545;
  background: #ffffff;
}
.calendar td:first-child {
  border-left: 0;
}
.calendar td:last-child {
  border-right: 0;
}
.calendar td.selected {
  background: url("../img/bg.gif") no-repeat scroll 0 0 transparent;
  background-position: center;
}
.calendar td.day_selected {
  outline: 0 none;
  cursor: pointer;
  color: #232323;
  background: #f1d124;
  background: #facb28;
  border-radius: 50%;
  /*background:url(../img/close.png) no-repeat; height:30px*/
}
.calendar td.day:hover {
  outline: 0 none;
  cursor: pointer;
  color: #404545;
  background: #eaeaea;
  background: #f3f3f3;
  border-radius: 50%;
}
.calendar td.day_selected:hover {
  color: #232323;
  background: #f1d124;
  background: #facb28;
}
.calendar td.waitlist:hover {
  color: #ff9900;
}
.calendar td.day_selected.waitlist {
  color: #000;
  background: #ff9900;
}
.calendar td.today {
  color: #facb28;
}
.calendar td.today.day_selected {
  background: #facb28;
  color: #000;
}
.calendar td.today.day_selected.waitlist {
  color: #000;
  background: #ff9900;
}
.calendar td.today:hover {
  border-radius: 50%;
  outline: 0 none;
  cursor: pointer;
}
.calendar td.past {
  color: #d3d3d3;
  /*background:#fbfbfb;*/
  color: #e1e1e1;
}
.calendar td.holiday {
  background: #ffffff;
}
.calendar td.holiday:hover {
  background: #eaeaea;
}
.calendar td.holiday.day_selected {
  outline: 0 none;
  cursor: pointer;
  color: #232323;
  background: #f1d124;
  background: #facb28;
}
.calendar td.full.today,
.calendar td.full {
  color: #aaa;
  /*background:#f0f0f0;*/
  font-size: 12px;
}
.calendar td.full.today .icon-full,
.calendar td.full .icon-full {
  position: absolute;
  top: -70%;
  top: -10%;
  left: 10%;
  font-size: 8px;
}
.calendar td.closed {
  color: #d3d3d3;
  color: #aaa;
  font-size: 11px;
}
.calendar td.closed .icon-closed {
  position: absolute;
  top: -70%;
  top: -10%;
  left: 10%;
  font-size: 8px;
}
.calendar td span.weekday:hover {
  background: #333333;
}
.calendar tfoot,
.calendar tfoot tr th.sel {
  height: 35px;
  width: 50px;
  font-size: 14px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: background .2s linear 0s;
  border: 0;
  cursor: pointer;
  padding: 5px;
  color: #000000;
}
.calendar tfoot tr th.sel:hover {
  outline: 0 none;
  cursor: pointer;
  background: #fbfbfb;
  color: #303535;
}
.calendar td.waitlist.today,
.calendar td.waitlist {
  color: #f90;
  font-size: 12px;
}
.textbox {
  width: 90%;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 3px;
  max-height: 210px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.text_boxs {
  width: 96%;
  margin: 0px auto;
  background: #f7f7f7;
  max-height: 190px;
  overflow: auto;
}
/*.text_boxs h4{ font-size:12px;  padding-left:30px; font-weight:bold; margin-left:19px; width:90%; min-height:26px; background:url(../img/warning.png) no-repeat left center; }
.text_boxs .detail{ color:#2b2a29; font-size:12px; line-height:18px; width:80%; margin-left:50px; word-wrap:break-word}
*/
.text_boxs h4 {
  font-size: 12px;
  font-weight: bold;
  margin-left: 2%;
  width: 95%;
  min-height: 26px;
}
.text_boxs .detail {
  color: #2b2a29;
  font-size: 12px;
  line-height: 18px;
  width: 95%;
  margin-left: 2%;
  word-wrap: break-word;
}
.agree {
  margin-left: 30px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.agree label {
  margin-top: 5px;
  font-weight: normal;
  font-size: 12px;
}
.agree input[type="checkbox"] {
  padding: 0;
  display: inline-block;
  width: 20px;
  float: left;
  margin: 0;
  margin-top: 8px;
}
.agree lable {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #2b2a29;
  width: 100%;
}
.nextbut {
  border: none;
  padding: 0px 40px;
  background: #e0e0e0;
  color: #fff;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 20px;
}
.clickable {
  background: #ffcc00;
  color: #2b2a29;
}
.footer {
  width: 490px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
.footer span {
  color: #2b2a29;
  font-size: 14px;
  line-height: 18px;
}
.footer em {
  color: #b5b5b5;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
}
.flash_box_new {
  border-radius: 4px;
  border: 2px #facb28 solid;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 76%;
  padding-top: 5px;
  margin-top: 20px;
  margin-left: 17%;
}
.flash_box_new .woucher {
  background: url(../img/flash_away.png) no-repeat;
  width: 110px;
  height: 112px;
  position: absolute;
  left: -60px;
  top: -12px;
  text-align: center;
}
.flash_box_new .woucher p {
  font: 700 40px/30px Arial;
  margin-top: 25px;
  margin-bottom: 9px;
  color: #000000;
}
.flash_box_new .woucher span {
  color: #2a2929;
  font: 700 14px/14px Arial;
  display: block;
}
.flash_box_new .text_box {
  padding-left: 65px;
}
.flash_box_new .text_box em {
  color: #2a2929;
  font: 700 13px/20px Arial;
  font-style: italic;
}
.flash_box_new .text_box span {
  color: #facb28;
  font: 700 17px/16px Arial;
  font-style: italic;
}
.flash_box_new .text_box p {
  color: #2b2a29;
  font: 400 12px/15px Arial;
  margin: 0;
  padding: 0;
}
.flash_box_new .text_box a {
  color: #2b2a29;
  font: 400 12px/15px Arial;
}
.flash_box_new .text_box input {
  width: 130px;
  border-radius: 2px;
  border: 1px #ccc solid;
  line-height: 18px;
  color: #595656;
  font-size: 12px;
}
.flash_box_new .text_box .flash_botton {
  width: 80px;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  background-color: #facb28;
  border-radius: 2px;
  border: 1px #facb28 solid;
  text-align: center;
}
.detail_res {
  background: #fff2bf;
  width: 90%;
  margin: 0 auto;
  padding: 10px 10px;
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.detail_res h4 {
  font-size: 14px;
  font-weight: bold;
}
.detail_res p {
  font-size: 14px;
  margin-bottom: 0;
}
.detail_res p strong {
  font-size: 14px;
  margin-left: 5px;
}
.detail_res em {
  font-size: 14px;
}
.detail_res span {
  font-size: 14px;
  color: #2b2a29;
}
.detail_res .speci {
  color: #ffab1f;
  font-weight: bold;
}
.timeout {
  background: #ffe1e1;
}
.timeout span {
  color: #fe1b0b;
  width: 260px;
  display: block;
  margin: 0 auto;
}
/*2*/
.infor_box {
  border: 1px #ededed solid;
  border-radius: 3px;
  padding: 25px 10px;
  margin: 0 auto;
  width: 90%;
  margin-top: 10px;
}
.infor_box .mrbox {
  background: url(../img/down_grey.png) no-repeat 160px 10px;
  width: 180px;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  height: 32px;
  padding-left: 10px;
  cursor: pointer;
  margin-left: 17px;
  margin-bottom: 20px;
}
.infor_box .mrbox img {
  padding-right: 10px;
}
.infor_box .mrbox .dropdown-menu {
  min-width: 180px;
  max-height: 400px;
  overflow: auto;
}
.infor_box .must_write {
  color: #fb2117;
  line-height: 32px;
}
.infor_box .names {
  width: 180px;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  height: 31px;
  margin-left: 7px;
  background: url(../img/people.png) 12px 7px no-repeat;
  padding-left: 40px;
  margin-top: 1px;
}
.infor_box .name_name {
  width: 47%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  height: 33px;
  margin-left: 14px;
  padding-left: 10px;
  display: inline-block;
}
.mtp {
  margin-top: 20px;
}
.infor_box .mail {
  width: 92%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  height: 31px;
  padding-left: 40px;
  background: url(../img/mail.png) 12px 9px no-repeat;
  display: inline-block;
  margin-left: 7px;
}
.infor_box .phone {
  width: 94%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 33px;
  padding-left: 40px;
  background: url(../img/phone.png) 12px 9px no-repeat;
  margin-left: 16px;
  height: 33px;
}
.infor_box .phone_num {
  background: url(../img/down_grey.png) no-repeat 90px 12px;
  width: 100px;
  line-height: 31px;
  height: 31px;
  padding-left: 10px;
  cursor: pointer;
  float: left;
}
.infor_box .phone_num .dropdown-menu {
  min-width: 100px;
}
.infor_box .phone_num .dropdown-menu li {
  text-align: left;
}
.infor_box .phone_num .dropdown-menu > li > a {
  padding: 3px 10px;
}
.infor_box .phone .p_num {
  display: inline-block;
  width: 60%;
  float: left;
  border: none;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
}
.infor_box .phone .p_num:focus {
  outline: none;
}
.infor_box .notes {
  width: 94%;
  height: 60px;
  margin-left: 17px;
  background: url(../img/phonebook.png) no-repeat 10px 10px;
  padding-left: 45px;
}
.infor_box .promo_box {
  color: #f90;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 16px;
  width: 94%;
}
.infor_box .promo_box label {
  line-height: 36px;
  margin-right: 5px;
}
.infor_box .promo_box .form_box {
  display: none;
  width: 100%;
}
.infor_box .promo_box .form_box label {
  font-weight: normal;
}
.infor_box .promo_box .ues_pro {
  padding-right: 10px;
  width: 138px;
  background: url(../img/down-arrow.png) 125px 5px no-repeat;
  border-bottom: 1px #fead1e  solid;
  font-size: 12px;
}
.infor_box .promo_box #promo_code {
  width: 51%;
  float: left;
}
.infor_box .promo_box .if_right {
  background: url(../img/rightimage.jpg) no-repeat right;
}
.infor_box .promo_box .if_wrong {
  border: 1px #F00 solid;
}
.infor_box .btn_style {
  background: #cbcbcb !important;
  color: #fff !important;
  border: none !important;
}
.infor_box #applybutton {
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  font-size: 14px;
  float: right;
  width: 90px;
}
.infor_box #confirm-details .if_wrongtext {
  color: #ff0000;
}
.infor_box .btn_box {
  padding-top: 40px;
  width: 92%;
  margin: 0 auto;
}
.infor_box .btn_box button {
  width: 115px;
  border: none;
  line-height: 30px;
  border: 2px #ffcc00 solid;
  border-radius: 5px;
  height: 36px;
  background-color: #fff;
  color: #2b2a29;
  font-size: 14px;
  font-weight: bold;
}
.infor_box .btn_box button.nexts {
  background-color: #ffcc00;
  border: 1px #ffcc00 solid;
}
/*3*/
.paybox .needpay {
  padding: 0px 20px;
}
.paybox .needpay p {
  float: left;
  color: #2b2a29;
  font-size: 12px;
  line-height: 24px;
}
.paybox .needpay span {
  float: right;
  color: #2b2a29;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.paybox .total {
  height: 50px;
  line-height: 50px;
  border-bottom: 2px #2b2a29 solid;
  border-top: 1px #2b2a29 solid;
  margin-top: 100px;
  padding: 0 10px;
}
.paybox .total p {
  float: left;
  color: #2b2a29;
  font-size: 12px;
  line-height: 50px;
  width: 300px;
}
.paybox .total a {
  float: left;
  margin-right: 25px;
  position: relative;
}
.paybox .total a .answerbox {
  position: absolute;
  width: 190px;
  bottom: 40px;
  left: -88px;
  border: 1px #ccc solid;
  background: #fff;
  padding: 10px 0px;
  display: none;
}
.paybox .total span {
  float: right;
  color: #2b2a29;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
}
.paybox .total a:hover .answerbox {
  display: block;
}
.answerbox::after {
  content: " ";
  width: 0;
  position: absolute;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  bottom: -8px;
  right: 90px;
}
.answerbox::before {
  content: " ";
  width: 0;
  position: absolute;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #ccc;
  bottom: -10px;
  right: 89px;
}
.paybox .total .answerbox p {
  font-size: 12px;
  color: #333;
  line-height: 20px;
  width: 170px;
  margin-left: 10px;
}
.infor_box button.paypal {
  line-height: 36px;
  border-radius: 5px;
  height: 36px;
  background: url(../img/paypal.png) no-repeat 80px 7px;
  width: 190px;
  background-color: #ffcc00;
  text-align: left;
  padding-left: 15px;
  border: none;
}
.infor_box button.reddot {
  line-height: 36px;
  border-radius: 5px;
  height: 36px;
  background: url(../img/reddot.png) no-repeat 88px 7px;
  width: 235px;
  background-color: #ffcc00;
  text-align: left;
  padding-left: 15px;
  border: none;
}
.alone_pay {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  width: 190px;
}
/*4*/
.conf_box {
  border: 1px #ffcc00 solid;
  border-radius: 3px;
  padding: 25px 10px;
  margin: 0 auto;
  width: 90%;
  margin-top: 10px;
}
.conf_box h4 {
  font-size: 18px;
  color: #333333;
  margin-left: 10px;
}
.conf_box h4 span {
  color: #f4ab21;
}
.conf_box ul {
  margin-left: 10px;
}
.conf_box ul li {
  margin-top: 20px;
}
.conf_box ul li img {
  display: inline-block;
}
.conf_box ul li span {
  font-size: 14px;
  color: #333333;
  margin-left: 13px;
  display: inline-block;
  width: 80%;
}
.reser_de {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.reser_de a {
  color: #f4ab20;
}
.solids {
  border-bottom: 1px #d4d4d4 solid;
  width: 205px;
  margin: 0 auto;
  height: 8px;
}
.invite {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  padding: 8px 0px;
  padding-bottom: 0;
}
.mail_fri {
  width: 90%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  padding-left: 40px;
  background: url(../img/mail.png) 12px 9px no-repeat;
  display: inline-block;
  margin-left: 7px;
  margin-left: 5%;
  color: #333333;
}
.fri_send {
  width: 119px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  height: 40px;
  background-color: #ffcc00;
  color: #2b2a29;
  font-size: 14px;
  font-weight: bold;
  margin: 15px auto;
  display: block;
}
.store {
  text-align: center;
}
.store a {
  display: inline-block;
}
.done {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.done a {
  color: #f4ab20;
}
h4.confir_id {
  font-size: 18px;
  color: #333333;
  margin-left: 20px;
  line-height: 30px;
}
h4.confir_id span {
  color: #f4ab21;
}
.process {
  margin-left: 15px;
  margin-bottom: 10px;
}
.process span {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 14px;
  background: #ffcc00;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
.process p {
  font-size: 18px;
  color: #333;
  float: left;
  margin-left: 15px;
}
.nostyle {
  padding: 0;
  border: 0;
}
.warn_red {
  border: 1px #fe1b0b solid !important;
}
.warn_red span {
  color: #fe1b0b !important;
}
.suggest {
  background: #f7f7f7;
  padding: 20px 0 20px 15px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.suggest h4 {
  font-size: 12px;
  font-weight: bold;
  width: 98%;
  min-height: 26px;
}
.suggest p {
  font-size: 12px;
  color: #2b2a29;
  margin: 0;
  line-height: 30px;
}
.suggest span {
  display: inline-block;
  font-size: 14px;
  color: #2b2a29;
  font-weight: bold;
  line-height: 28px;
  padding: 0 10px;
  background: #ffcc00;
  margin-right: 8px;
  border-radius: 3px;
  margin-bottom: 10px;
  cursor: pointer;
}
/*sign*/
.signbox {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 0 25px 0;
  border: 1px #efefef solid;
  margin-top: 20px;
  text-align: center;
}
.signbox .login {
  width: 70%;
  display: block;
  background: #ffcc00;
  margin: 0 auto;
  border-radius: 5px;
  height: 37px;
  border: none;
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
}
.signbox .loginface {
  width: 70%;
  display: block;
  background: url(../img/facebook.png) no-repeat 60px 6px;
  background-color: #3b5998;
  margin: 0 auto;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 70px;
}
.signbox .orbox {
  width: 70%;
  margin: 0 auto;
  height: 63px;
  position: relative;
}
.signbox .orbox p {
  border-bottom: 1px #ededed solid;
  height: 33px;
}
.signbox .orbox span {
  position: absolute;
  left: 41%;
  top: 26px;
  font-size: 16px;
  color: #818181;
  width: 60px;
  background-color: #fff;
  line-height: 16px;
}
.signbox .textsign {
  color: #ffab1f;
}
.signbox .con_with {
  color: #ffab1f;
  font-weight: bold;
  font-size: 16px;
}
.mar_top {
  line-height: 75px;
  height: 75px;
  background: #f7f7f7;
  margin-bottom: 0;
}
.no_margito {
  padding-bottom: 0;
}
.signbox .textpl {
  font-size: 16px;
  line-height: 24px;
  color: #2b2a29;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.signbox .infor_box {
  width: 80%;
  border: 0;
  text-align: left;
  padding: 0;
}
.signbox .infor_box input {
  margin-left: 0;
}
.signbox .infor_box .mrbox {
  text-align: left;
  margin-left: 0;
}
.signbox .infor_box .phone {
  text-align: left;
  margin-left: 0;
}
.signbox .infor_box .names {
  width: 140px;
  margin-bottom: 0;
}
.signbox .infor_box .name_name {
  margin-left: 10px;
  width: 189px;
  -moz-width: 162px;
  float: right;
  height: 34px;
  line-height: 34px;
}
.signbox .infor_box .mail {
  margin-top: 20px;
  width: 100%;
}
.signbox .infor_box .phone {
  margin-top: 20px;
  width: 100%;
}
.signbox .infor_box .passwordin {
  width: 100%;
  margin-top: 20px;
  height: 31px;
  line-height: 31px;
}
.signbox .canclelogo {
  margin-left: 43px;
}
.signbox h4 {
  margin: 0;
 /*  line-height: 73px; */
  margin-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.canclebox {
  text-align: left;
  padding-left: 43px;
  margin-top: 20px;
}
.canclebox p {
  font-size: 14px;
}
.agree_3 {
  margin-left: 16px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.agree_3 input {
  width: 20px;
  float: left;
  margin-top: 8px !important;
}
.agree_3 label {
  margin-top: 8px;
  font-weight: bold;
  font-size: 12px;
  float: left;
  width: 95%;
}
.popup_box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
  left: 0;
  top: 0;
}
.popup_box .bg_d {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  z-index: 11;
}
.popup_box .content {
  position: absolute;
  z-index: 12;
  width: 50%;
  background: #fff;
  border-radius: 3px;
  left: 50%;
  margin-left: -25%;
  margin-top: 5%;
  padding-top: 30px;
  text-align: center;
}
.popup_box .content .close_p {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 13;
  cursor: pointer;
}
.popup_box .content h4 {
  font-size: 22px;
  font-weight: bold;
}
.popup_box .content .text_box {
  border-top: 1px #d4d4d4 solid;
  padding-top: 30px;
  width: 98%;
  margin: 0 auto;
  margin-top: 25px;
}
.popup_box .content .text_box p {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
}
.popup_box .content .text_box button {
  width: 45%;
  border-radius: 4px;
  background: #ff9501;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 25px;
  border: none;
}
.cq input[type=checkbox] {
  width: 30px;
  position: static !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#select_id {
  margin-left: 17px !important;
  width: 94%;
}
#agree-check-required0 {
  position: static;
  margin-left: 0;
  height: 14px;
}
.calendar td .dropdown {
  display: block;
  padding: 8px 0;
}
.calendar td .dropdown .dropdown-toggle {
  pointer-events: none;
}
.calendar td .dropdown .dropdown-toggle-new {
  display: none;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  bottom: -50%;
  border-style: solid;
  border-color: #fff;
  left: 50%;
  margin-left: -14px;
  margin-bottom: 0;
  position: static;
  line-height: 0px;
  padding: 0;
}
.calendar td .dropdown .dropdown-toggle-new:before {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #cdcdcd;
  border-width: 9px;
  margin-left: -9px;
}
.calendar td .dropdown .dropdown-toggle-new:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.calendar td .dropdown .dropdown-menu-new {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #cdcdcd;
  border-width: 9px;
  margin-left: -9px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: -95%;
  list-style: none outside none;
  margin: 0;
  max-width: 160px;
  min-width: 120px;
  padding: 5px 4px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  color: #232323;
}
.calendar td .dropdown .dropdown-toggle-new {
  display: none;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  bottom: -50%;
  border-style: solid;
  border-color: #ffffff transparent rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -19px;
  margin-bottom: 0;
}
.calendar td .dropdown .dropdown-toggle-new:before,
.calendar td .dropdown .dropdown-toggle-new:after {
  bottom: -2%;
  left: 44%;
  border: solid #fff;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.calendar td .dropdown .dropdown-toggle-new:before {
  border-color: transparent transparent #fff;
  border-width: 9px;
  margin-left: -9px;
}
.calendar td .dropdown .dropdown-toggle-new:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.2);
  border-width: 0;
  margin-left: 0;
}
.calendar td .dropdown .dropdown-menu {
  font-weight: normal;
  color: #232323;
  font-size: 11px;
  left: -70%;
  top: 134%;
  top: 95%;
  min-width: 120px;
  left: -95%;
  max-width: 160px;
  width: auto;
  padding: 5px 4px;
  text-align: left;
  z-index: 99;
}
.calendar td .dropdown .dropdown-menu .session {
  white-space: nowrap;
  display: block;
}
.calendar td .dropdown .dropdown-menu:before,
.calendar td .dropdown .dropdown-menu:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 50%;
  left: 55%;
  bottom: 100%;
}
.calendar td .dropdown .dropdown-menu:before {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #cdcdcd;
  border-width: 9px;
  margin-left: -9px;
}
.calendar td .dropdown .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.calendar td .dropdown .dropdown-menu-new {
  border-color: rgba(255, 0, 0, 0);
  border-bottom-color: #cdcdcd;
  border-width: 9px;
  margin-left: -9px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: -95%;
  list-style: none outside none;
  margin: 0;
  max-width: 160px;
  min-width: 120px;
  padding: 5px 4px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}
.calendar td .dropdown:hover .dropdown-menu {
  z-index: 9999;
}
.calendar td.past {
  color: #d3d3d3;
  color: #e1e1e1;
}
.calendar td.past .dropdown .dropdown-toggle,
.calendar td.past .dropdown .dropdown-menu {
  display: none;
}
.forgetbox {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.forgetbox .mail_fri {
  margin-left: 2%;
}
.forgetbox p {
  padding-bottom: 20px;
}
.remeberme {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
}
.remeberme input {
  width: 15px;
  float: left;
  margin-right: 5px !important;
}
.remeberme span {
  font-size: 12px;
  text-align: left;
  float: left;
  color: #333;
  line-height: 14px;
  margin-top: 3px;
}
.inputbox li.open .dropdown-toggle {
  border: 1px #facb28 solid;
}
.phones {
  width: 90%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 33px;
  padding-left: 40px;
  background: url(../img/phone.png) 12px 9px no-repeat;
  height: 33px;
  margin-top: 20px;
}
.phones .phone_num {
  background: url(../img/down_grey.png) no-repeat right center;
  width: 80px;
  line-height: 31px;
  height: 31px;
  padding-left: 0px;
  cursor: pointer;
  float: left;
}
.phones .phone_num .dropdown-menu {
  min-width: 80px;
}
.phones .phone_num .dropdown-menu li {
  text-align: left;
}
.phones .phone_num .dropdown-menu > li > a {
  padding: 3px 10px;
}
.phones .p_num {
  display: inline-block;
  width: 65%;
  float: left;
  border: none;
  height: 29px;
  line-height: 29px;
  margin-left: 15px;
}
.location_box .dropdown-toggle {
  background: url(../img/down_grey.png) no-repeat 98% center;
  width: 90%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 33px;
  height: 33px;
  padding-left: 10px;
  cursor: pointer;
  margin-top: 20px;
  text-align: left;
  padding-right: 10px;
  margin-bottom: 50px;
}
.location_box .dropdown-toggle span {
  padding-left: 18px;
}
.location_box .dropdown-menu {
  width: 90%;
  max-height: 150px;
}
.notcenter {
  text-align: left;
}
.cloloor {
  color: #ffab1f;
}
.Confirm_chope {
  font-size: 14px;
  color: #333;
  font-weight: 200;
  width: 100%;
  margin: 0 auto;
  line-height: 25px;
  text-align: center;
  padding-top: 10px;
}
.signbox .mail {
  display: block;
  width: 100%;
  border: none;
  height: 31px;
  line-height: 31px;
}
.mail_box {
  width: 70%;
  margin: 0 auto;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  padding-left: 40px;
  background: url(../img/mail.png) 12px 11px no-repeat;
  margin-top: 30px;
}
.signbox .passwordin {
  width: 100%;
  border: none;
  line-height: 31px;
  background: none;
  height: 31px;
}
.signbox .pass {
  width: 70%;
  margin-top: 10px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative ;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  padding-left: 40px;
  background: url(../img/password.png) 12px 9px no-repeat;
  display: block;
  background-size: 18px;
}
.signbox .pass a {
  position: absolute;
  right: 10px;
  top: 2px;
}
.mail_boxs {
  width: 100%;
  margin: 0 auto;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 33px;
  padding-left: 40px;
  background: url(../img/mail.png) 12px 9px no-repeat;
  margin-top: 20px;
  display: inline-block;
}
.mail_boxs input.mail {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  border: none;
  background: none;
}
.birth_boxes {
  width: 100%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  padding-left: 40px;
  background: url(../img/birth.png) 12px 6px no-repeat;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  background-size: 18px;
}
.signbox .infor_box .birth {
  width: 100%;
  border: 0;
  line-height: 31px;
  height: 31px;
}
.password_box .passwordin {
  width: 100%;
  border: none;
  margin: 0 !important;
  line-height: 30px;
  background: none;
}
.password_box {
  width: 100%;
  margin-top: 10px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative ;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  padding-left: 40px;
  background: url(../img/password.png) 12px 9px no-repeat;
  display: block;
  background-size: 18px;
}
.name_boxs {
  width: 182px;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  background: url(../img/people.png) 12px 7px no-repeat;
  padding-left: 35px;
  display: inline-block;
}
.name_boxs .names {
  border: none;
  width: 100%;
  background: none;
  padding: 0;
  line-height: 31px;
}
.havemaige {
  margin-left: 7px;
}
.other_width {
  width: 94%;
}
.concode_inbox {
  width: 90%;
  border: 1px #d4d4d4 solid;
  border-radius: 3px;
  line-height: 31px;
  padding-left: 60px;
  background: url(../img/concode.png) 12px 9px no-repeat;
  display: inline-block;
  margin-left: 0px;
  color: #333;
  text-align: left;
  display: block;
}
.concode_in {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  line-height: 31px;
}
.location_box .dropdown-menu {
  overflow: auto;
}
.waitlists {
  border: 1px #facb28 solid !important ;
}
.margin_other {
  margin-left: 3%;
}
.smart-banner {
  width: 90%;
  margin: 10px auto;
  display: block;
}
.contry_in {
  width: 49%;
  border: none;
  line-height: 30px;
  background: none;
  margin-left: 10px;
}
.wait_listbox {
  padding-left: 20px;
  margin-top: 10px;
}
.wait_listbox .bl {
  color: #404545 ;
  line-height: 16px;
  font-size: 12px;
}
.wait_listbox .or {
  color: #ffab1f;
  line-height: 16px;
  font-size: 12px;
}
.wait_listbox .gr {
  color: #bdbdbd;
  line-height: 16px;
  font-size: 12px;
}
.phone_num .dropdown-menu {
  height: 200px;
  overflow: auto;
}
.phone_num .dropdown-menu li {
  cursor: pointer;
}
.power_by {
  text-align: right;
  padding-right: 20px;
  margin-top: 25px;
  background: #f7f7f7;
  padding-bottom: 10px;
  padding-top: 10px;
}
.power_by em {
  font-size: 14px;
}
.power_by img {
  margin-left: 10px;
}
.waitbutton {
  background: #ffab1f !important;
  color: #fff !important;
}
.infor_box .phone_num .dropdown-menu li.others {
  text-align: center;
}
.otheriuput {
  width: 70px;
  border: none;
  line-height: 30px;
  height: 30px;
}
.align_margin {
  margin-left: 11px;
}
.align_width {
  width: 45% !important;
}
.inputbox #calendar-drop {
  padding: 0;
}
.detail_res a {
  color: #ffab1f;
}
.mobileview {
  display: none;
}
.havenomargin {
  margin-top: 0;
}
.greenline {
  border: 1px #8cc051 solid !important;
}
.longbutton {
  width: 175px  !important;
}
.infor_box .btn_box button.likegrey {
  background-color: #e0e0e0;
  color: #fff;
  border: none;
}
.suggest_new {
  background-color: #fff2bf;
}
.resetbox p {
  text-align: left;
}
.reset_boxs {
  background: url(../img/password.png) no-repeat 12px 9px;
  margin-top: 5px;
  background-size: 18px;
}
.resetbox span {
  text-align: left;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.resetbox .errorborder {
  border: 1px #fe1b0b solid;
}
.resetbox .errorp {
  padding: 0 !important;
  margin: 0;
  color: #fe1b0b;
  margin-top: 5px;
}
.wrong_pro_message {
  margin-left: 24%;
  color: red;
}
.inputbox li .longlocation {
  width: 390px;
  background-position: 370px 10px;
}
.inputbox li .dropdown-toggle span.locationspan {
  width: 90%;
}
.refer_p {
  width: 90%;
  margin: 0 auto;
}
.refer_face {
  margin-bottom: 0 !important;
  margin-top: 35px !important;
  padding: 0;
}
.refer_log {
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
.refer_in {
  font-size: 12px;
  font-style: normal;
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.refer_acolor {
  color: #333;
  text-decoration: none;
}
.vocate {
  margin-left: 2%;
  font-size: 12px;
}
.show_voct_time {
  margin-left: 2%;
  font-size: 12px;
}
.birth_boxes input[type='text'] {
  border: none !important;
  background-color: #fff !important;
  padding: 0;
  height: 31px;
  line-height: 31px;
  margin: 0;
}
.datetimepicker {
  margin-top: 20px !important;
}
#loading-over img,#loading img{
  width:60px;
}