@charset "utf-8";
body.home_page div#system-message-container {
  display: none;
}
.cashier_div {
  width: 840px;
  height: 665px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.cashier_div .profile_step {
  float: left;
  width: 100%;
}
.cashier_div .cashier_header {
  float: left;
  width: 100%;
  background: #4b0d01;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  padding: 0 30px;
}
.cashier_div .cashier_header .mobile_back_btn {
  font-size: 14px;
  color: #c38b29;
  float: right;
  display: none;
}
.cashier_div .cashier_header .mobile_back_btn a {
  color: #c38b29;
  text-decoration: none;
  margin-left: 5px;
}
.cashier_div .cashier_header .mobile_back_btn a i {
  font-size: 16px;
}
.cashier_div .cashier_content {
  float: left;
  width: 100%;
  padding: 13px 30px 10px;
  background: #fff;
}
.cashier_div .cashier_content .form-group {
  float: left;
  width: 100%;
  margin-bottom: 29.5px;
  position: relative;
}
.cashier_div .cashier_content .form-group.last {
  margin-bottom: 0;
}
.cashier_div .cashier_content .form-group label {
  font-size: 15px;
  float: left;
  width: 100%;
}
.cashier_div .cashier_content .form-group .custome_input {
  border: 1px solid #c5c5c5;
  float: left;
  width: 100%;
  height: 35px;
  padding: 5px;
  outline: 0;
}
.cashier_div .cashier_content .form-group select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #d4d4d4;
  background: #fff;
  vertical-align: middle;
  height: 35px;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group.fourinput .custome_input .cashier_div .cashier_content .form-group .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
}
.cashier_div .cashier_content .form-group .select_box select {
  position: relative;
  z-index: 1;
  background: 0 0;
}
.cashier_div .cashier_content .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 22px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.cashier_div .cashier_content .form-group input.error {
  border-color: #feb2b2;
}
.cashier_div .cashier_content .form-group .error_tooltip {
  position: absolute;
  bottom: -23px;
  left: 0;
  display: none;
  z-index: 1;
}
.cashier_div .cashier_content .form-group select.custome_input.error {
  border-color: #feb2b2;
}
.cashier_div .cashier_content .form-group .date {
  position: relative;
  float: left;
  width: 100%;
}
.cashier_div .cashier_content .form-group .date .custome_input {
  padding-right: 40px;
}
.cashier_div .cashier_content .form-group .date .btn_date {
  padding: 4px 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  width: auto;
}
.cashier_div .cashier_content .form-group .verify {
  position: relative;
  float: left;
  width: 100%;
}
.cashier_div .cashier_content .form-group .verify .custome_input {
  padding-right: 80px;
}
.cashier_div .cashier_content .form-group .verify .btn_do_verify {
  display: none;
}
.cashier_div .cashier_content .form-group .verify .btn_verify {
  padding: 10px 8px 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #88a309;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
}
.cashier_div .cashier_content .form-group .verify .btn_verify i {
  font-family: FontAwesome;
  font-style: normal;
}
.cashier_div .cashier_content .form-group .do_verify {
  position: relative;
  float: left;
  width: 100%;
}
.cashier_div .cashier_content .form-group .do_verify .custome_input {
  padding-right: 70px;
}
.cashier_div .cashier_content .form-group .do_verify .btn_verify {
  display: none;
}
.cashier_div .cashier_content .form-group .do_verify .btn_do_verify {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #945300;
  border-radius: 0 4px 4px 0;
  background: #be7401;
  background: -moz-linear-gradient(top, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #be7401 5%, #8e4f00 100%);
  line-height: 33px;
}
.cashier_div .cashier_content .form-group .do_verify .btn_do_verify:focus {
  outline: 0;
}
.cashier_div .cashier_content .form-group .checkbox {
  float: left;
  width: 100%;
}
.cashier_div .cashier_content .form-group .checkbox label {
  width: auto;
  float: left;
  padding: 0 30px 0 0;
}
.cashier_div .cashier_content .form-group.city_country .col-md-8 {
  width: 66.6667%;
  float: left;
}
.cashier_div .cashier_content .form-group.city_country .col-md-4 {
  width: 33.3333%;
  float: left;
}
.cashier_div .cashier_content .form-group.city_country .city .error_tooltip {
  left: 15px;
  width: 89%;
}
.cashier_div .cashier_content .form-group .static_value {
  line-height: 35px;
  color: #676767;
}
.cashier_div .cashier_content .form-group .btn_next {
  float: right;
  padding: 0 20px;
  margin-top: 20px;
  color: #fff;
  line-height: 35px;
}
.cashier_div .cashier_footer {
  float: left;
  width: 100%;
  padding: 0;
}
.cashier_div .cashier_footer .cashier_footer1 {
  float: left;
  width: 100%;
  padding: 5px 30px;
  color: #a88d88;
  text-align: center;
  background: #e5e5e5;
  border-top: 1px solid #c9c9c9;
}
.cashier_div .cashier_footer .cashier_footer1.mobile {
  display: none;
}
.cashier_div .cashier_footer .cashier_footer1 .fright img {
  padding-left: 5px;
}
.cashier_div .cashier_footer .cashier_footer2 {
  float: left;
  width: 100%;
  padding: 5px 30px;
  color: #a88d88;
  text-align: center;
  background: #4b0d01;
}
.cashier_div .cashier_footer .cashier_footer2 a {
  color: #a88d88;
  text-decoration: none;
}
.cashier_div .marquee {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 24px;
  line-height: 24px;
  border-top: 1px solid #ded4c6;
  font-size: 13px;
  background: #efe7dc;
  color: #474747;
}
.cashier_div .amount_div {
  float: left;
  width: 100%;
  padding: 0 30px 50px;
  background: #4b0d01;
  position: relative;
}
.cashier_div .amount_div .amount_tab {
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 2%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 2%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 2%, #8e4f00 100%);
  width: 115px;
  height: 90px;
  float: left;
  text-align: center;
  border-radius: 3px;
  margin-right: 17px;
  position: relative;
  cursor: pointer;
}
.cashier_div .amount_div .amount_tab .amout {
  color: #fff;
  padding: 8px 0 5px;
  float: left;
  width: 100%;
  text-align: center;
}
.cashier_div .amount_div .amount_tab .amout span {
  font-family: MyriadPro-BoldCond;
  line-height: 41px;
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
}
.cashier_div .amount_div .amount_tab .amout .rupees-symbol {
  font-size: 15px;
  line-height: 27px;
  font-family: "Rupee Foradian";
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.cashier_div .amount_div .amount_tab .bonus_strip {
  background: #370901;
  color: #b67669;
  font-size: 12px;
  padding: 5px 0 10px;
  border-radius: 0 0 3px 3px;
  height: 36px;
  float: left;
  width: 100%;
}
.cashier_div .amount_div .amount_tab.no_bonus .bonus_strip {
  display: none;
}
.cashier_div .amount_div .amount_tab.no_bonus.other .bonus_strip {
  display: block;
}
.cashier_div .amount_div .amount_tab.no_bonus .amout {
  padding-top: 25px;
  padding-bottom: 23px;
}
.cashier_div .amount_div .amount_tab .iradio_square-green {
  margin-top: -20px;
}
.cashier_div .amount_div .amount_tab.other .other_amount {
  position: relative;
}
.cashier_div .amount_div .amount_tab.other .other_amount .rupees-symbol {
  position: absolute;
  top: 10px;
  left: 16px;
}
.cashier_div .amount_div .amount_tab.other input {
  margin: 10px;
  width: 82%;
  height: 35px;
  text-indent: 18px;
  border-radius: 3px;
  font-family: MyriadPro-BoldCond;
  font-size: 30px;
}
.cashier_div .amount_div .amount_tab.selected {
  background: #9aed2e;
  background: -moz-linear-gradient(top, #9aed2e 0, #548f08 2%, #548f08 100%);
  background: -webkit-linear-gradient(top, #9aed2e 0, #548f08 2%, #548f08 100%);
  background: linear-gradient(to bottom, #9aed2e 0, #548f08 2%, #548f08 100%);
}
.cashier_div .amount_div .amount_tab.selected .bonus_strip {
  background: #3d6b02;
  color: #c8f292;
}
.cashier_div .amount_div .amount_tab.bonus {
  margin-right: 0;
  background: 0 0;
}
.cashier_div .amount_div .amount_tab.bonus input {
  margin: 0;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  font-family: MyriadPro-BoldCond;
  font-size: 20px;
  text-align: center;
}
.cashier_div .amount_div .amount_tab.bonus div {
  position: relative;
  z-index: 999;
}
.cashier_div .amount_div .amount_tab.bonus div a {
  color: #c38b29;
  font-size: 12px;
  text-decoration: underline;
  padding: 6px 0;
}
.cashier_div .amount_div .amount_tab.bonus div a.non_clickable {
  color: #c38b29;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
  display: block;
}
.cashier_div .amount_div .amount_tab.bonus div p {
  position: relative;
  background: #fadf2e;
  padding: 5px;
  border-radius: 5px;
  font-size: 13px;
  display: none;
  margin-top: 5px;
  box-shadow: 1px 1px 5px #000;
  color: #000;
}
.cashier_div .amount_div .amount_tab.bonus div:hover p {
  display: block;
}
.cashier_div .amount_div .amount_tab.bonus div p:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  margin-left: -7px;
  border-bottom: 10px solid #fadf2e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.cashier_div .amount_div .amount_tab.bonus div p a {
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: ubuntumedium;
  font-size: 14px;
}
.cashier_div .amount_div .error_strip {
  background: #bf2305;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 3px 0;
  display: none;
  font-family: ubuntumedium;
}
.cashier_div .amount_div .error_strip.show_error {
  display: block;
}
.cashier_div .amount_div .error_strip .close {
  opacity: 1;
  float: right;
  padding-right: 5px;
  line-height: 15px;
}
.cashier_div .amount_div .error_strip .close img {
  width: 18px;
  height: 18px;
}
.cashier_div .amount_div .bonus_details .modal-dialog {
  width: 780px;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content {
  padding: 0 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-header {
  padding: 15px 0 0;
  position: relative;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 15px;
  opacity: 1;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  color: #000;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body {
  padding: 30px 0;
  float: left;
  width: 100%;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul {
  width: 100%;
  float: left;
  padding: 0 0 0 20px;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li {
  float: left;
  width: 100%;
  list-style: disc;
  margin-bottom: 20px;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li:last-child {
  margin: 0;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li div.group {
  float: none;
  width: 100%;
  display: inline-flex;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li div.left {
  float: left;
  width: 80%;
  padding-right: 10px;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li strong {
  font-weight: 700;
  color: #b36700;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li div.right {
  float: left;
  width: 25%;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li a {
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  font-family: ubuntumedium;
  font-size: 12px;
  float: right;
  text-align: center;
  line-height: normal;
  width: 100%;
}
.cashier_div .amount_div .bonus_details .modal-dialog .modal-content .modal-body ul li a strong {
  color: #fff;
  font-size: 16px;
}
.cashier_div .amount_div .amount_tab .iradio_square-green {
  width: 20px;
  height: 20px;
  background: url(../images/common/green1.png) no-repeat;
}
.cashier_div .amount_div .amount_tab .iradio_square-green {
  background-position: 0 0;
}
.cashier_div .amount_div .amount_tab .iradio_square-green.hover {
  background-position: 0 0;
}
.cashier_div .amount_div .amount_tab .iradio_square-green.checked {
  background-position: -46px 0;
}
#cashiertab.resp-vtabs {
  position: relative;
  height: 378px;
  float: left;
  width: 100%;
  background: #fff;
}
#cashiertab .resp-tabs-list {
  margin: 0;
  padding: 0;
}
#cashiertab.resp-vtabs .resp-tabs-list li {
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
#cashiertab.resp-vtabs .resp-tabs-list li img {
  position: absolute;
  left: -5px;
  top: 0;
}
#cashiertab.resp-vtabs .resp-tabs-container {
  padding: 0;
  clear: left;
}
#cashiertab.resp-vtabs .resp-tab-content {
  display: none;
  padding: 15px 30px;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-content-active,
.resp-vtabs .resp-accordion-active {
  display: block;
}
#cashiertab.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 210px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #e9e0d4;
}
#cashiertab.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 0 25px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  color: #474747;
  position: relative;
  border: 0;
  font-size: 15px;
  border-bottom: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  background: #e9e0d4;
  border-left: 5px solid #e9e0d4;
}
#cashiertab.resp-vtabs .resp-tabs-list li img {
  position: absolute;
  left: -5px;
  top: 0;
}
#cashiertab.resp-vtabs .resp-tabs-container {
  padding: 0;
  float: right;
  width: 630px;
  clear: none;
  position: relative;
  height: 378px;
}
#cashiertab.resp-vtabs .resp-tab-content {
  border: none;
}
#cashiertab.resp-vtabs li.resp-tab-active {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  border-left: 5px solid #ba6f00;
  border-bottom: 1px solid #e9e0d4;
}
#cashiertab.resp-vtabs .resp-tabs-list li:hover {
  background: #f5efe7;
  color: #000;
  border-left: 5px solid #ba6f00;
  border-bottom: 1px solid #e9e0d4;
}
#cashiertab.resp-vtabs .resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #cab9a2;
  margin: 0;
  padding: 4px 20px;
  height: 46px;
  line-height: 38px;
  width: 100%;
  float: left;
  background: #e9e0d4;
  background: -moz-linear-gradient(top, #e9e0d4 0, #d8c5ac 100%);
  background: -webkit-linear-gradient(top, #e9e0d4 0, #d8c5ac 100%);
  background: linear-gradient(to bottom, #e9e0d4 0, #d8c5ac 100%);
  position: relative;
}
#cashiertab.resp-vtabs .resp-accordion img {
  position: absolute;
  left: 0;
  top: 4px;
}
#cashiertab.resp-vtabs .resp-tab-active {
  color: #fff;
  background: #be7401;
  background: -moz-linear-gradient(top, #be7401 0, #a25c00 100%);
  background: -webkit-linear-gradient(top, #be7401 0, #a25c00 100%);
  background: linear-gradient(to bottom, #be7401 0, #a25c00 100%);
}
#cashiertab.resp-vtabs .resp-accordion .resp-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #b39d80;
  border-radius: 30px;
  float: right;
  margin-top: 7px;
  position: relative;
  line-height: 25px;
  color: #8a673c;
  background: #fff;
}
#cashiertab.resp-vtabs .resp-accordion .resp-arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 5px;
}
#cashiertab.resp-vtabs .resp-accordion:hover .resp-arrow {
  background: #fff;
  color: #8a673c;
}
#cashiertab.resp-vtabs .resp-tab-active .resp-arrow {
  background: #fff;
  color: #8a673c;
}
#cashiertab.resp-vtabs .resp-tab-active .resp-arrow:after {
  content: "\f106";
  line-height: 20px;
}
#cashiertab.resp-vtabs .resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
#cashiertab.resp-vtabs .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
#cashiertab.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content {
  float: left;
  width: 100%;
  height: 348px;
  position: relative;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner {
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .title_header {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #000;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type {
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab {
  float: left;
  width: 98px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab.selected {
  background: #e9e0d4;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab.last {
  margin-right: 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab .card_icon {
  padding: 15px 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab .iradio_square-green {
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 22px;
  height: 22px;
  background: url(../images/cashier/green2.png) no-repeat;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab .iradio_square-green {
  background-position: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab .iradio_square-green.hover {
  background-position: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .content_inner .card_type .card_tab .iradio_square-green.checked {
  background-position: -46px 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .add_cash {
  float: right;
  padding: 0 20px;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-decoration: none;
  color: #fff;
  line-height: 35px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon {
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul {
  width: 100%;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li {
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li label {
  padding: 8px 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li label:hover {
  border: 1px solid #d8d8d8;
  padding: 8px 5px;
  border-radius: 3px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li label.selected {
  border: 1px solid #d8d8d8;
  padding: 8px 5px;
  border-radius: 3px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li .iradio_square-green {
  width: 22px;
  height: 22px;
  background: url(../images/cashier/green2.png) no-repeat;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li .iradio_square-green {
  background-position: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li .iradio_square-green.hover {
  background-position: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .banck_icon ul li .iradio_square-green.checked {
  background-position: -46px 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group {
  float: left;
  width: 60%;
  margin: 40px 0 0;
  position: relative;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  background: #fff;
  vertical-align: middle;
  min-height: 35px;
  padding: 8px 50px 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group .select_box select {
  position: relative;
  z-index: 1;
  background: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group .select_box:after {
  z-index: 0;
  height: 33px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .content_inner .form-group .custome_input.error {
  background: #ffefef;
  border-color: #feb2b2;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.net_banking .add_cash {
  bottom: 10px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cheque_transfer .content_inner .form-group .date {
  position: relative;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cheque_transfer .content_inner .form-group .date .custome_input {
  padding-right: 40px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cheque_transfer .content_inner .form-group .date .btn_date {
  padding: 4px 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  width: auto;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cheque_transfer .content_inner .form-group {
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cheque_transfer .content_inner .form-group .custome_input.error {
  border-color: #feb2b2;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cheque_transfer .content_inner .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .note {
  background: #e9e0d4;
  padding: 7px 10px;
  border-radius: 3px;
  margin-top: 10px;
  color: #474747;
  line-height: 22px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .note1 {
  background: #e9e0d4;
  padding: 7px 10px;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #474747;
  line-height: 22px;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .note1 ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 20px 30px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content .note1 ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: disc;
  display: list-item;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .date {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .date .custome_input {
  padding-right: 40px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .date .btn_date {
  padding: 4px 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  width: auto;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group {
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .custome_input.error {
  border-color: #feb2b2;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #d4d4d4;
  background: #fff;
  vertical-align: middle;
  min-height: 35px;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .select_box select {
  position: relative;
  z-index: 1;
  background: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group select.custome_input.error {
  background: 0 0;
  border-color: #feb2b2;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .view_details {
  font-weight: 700;
  color: #b46a00;
  text-decoration: underline;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog {
  width: 780px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content {
  padding: 0 30px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-header {
  padding: 15px 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-header .close {
  right: 0;
  top: 15px;
  opacity: 1;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
  color: #000;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-header .print_btn_mobile {
  float: right;
  margin: 15px 0 0;
  display: none;
  position: absolute;
  right: 50px;
  top: 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-header .print_btn_mobile a {
  color: #b46a00;
  text-decoration: none;
  font-size: 16px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body {
  padding: 30px 0;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab {
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs {
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs .print_btn {
  float: right;
  margin: 0 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs .tabs-menu {
  height: 50px;
  float: left;
  clear: both;
  padding-left: 30px;
  width: auto;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs .tabs-menu li {
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs .tabs-menu li.current {
  position: relative;
  background-color: #eee;
  border: 1px solid #cdcdcd;
  border-bottom: 1px solid #eee;
  z-index: 5;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs .tabs-menu li a {
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tabs .tabs-menu .current a {
  color: #2e7da3;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tab {
  border-top: 1px solid #cdcdcd;
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  margin-top: -1px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tab-content {
  width: 100%;
  padding: 20px 30px;
  display: none;
  background: #eee;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab #tab-1 {
  display: block;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tab-content .col-md-3 {
  width: 25%;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .bankdetailstab .tab-content .col-md-9 {
  width: 75%;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .payment_note {
  font-size: 16px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wire_transfer .content_inner .form-group .modal-dialog .modal-content .modal-body .payment_note a {
  color: #a50303;
  text-decoration: none;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group {
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .date {
  position: relative;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .date .custome_input {
  padding-right: 40px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .date .btn_date {
  padding: 4px 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group {
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.3);
  background: #fff;
  vertical-align: middle;
  min-height: 35px;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .select_box select {
  position: relative;
  z-index: 1;
  background: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.cash_card .content_inner .form-group .custome_input.error {
  border-color: #feb2b2;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon {
  float: left;
  width: 100%;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul {
  width: 100%;
  float: left;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li {
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li label {
  padding: 8px 5px;
  cursor: pointer;
  border: 1px solid transparent;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li label:hover {
  border: 1px solid #d8d8d8;
  padding: 8px 5px;
  border-radius: 3px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li label.selected {
  border: 1px solid #d8d8d8;
  padding: 8px 5px;
  border-radius: 3px;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li .iradio_square-green {
  width: 22px;
  height: 22px;
  background: url(../images/cashier/green2.png) no-repeat;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li .iradio_square-green {
  background-position: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li .iradio_square-green.hover {
  background-position: 0 0;
}
#cashiertab.resp-vtabs .resp-tab-content .card_content.wallets .content_inner .banck_icon ul li .iradio_square-green.checked {
  background-position: -46px 0;
}
.cashier_div .important_notice .modal-dialog {
  width: 780px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -95px 0 0 -390px !important;
}
.cashier_div .important_notice .modal-dialog .modal-content {
  padding: 0 30px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-header {
  padding: 15px 0 0;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-header .close {
  right: 0;
  top: 15px;
  opacity: 1;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-body {
  padding: 30px 0;
  float: left;
  width: 100%;
  text-align: center;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-body p {
  display: block;
  margin-bottom: 20px;
  text-align: justify;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-body a {
  float: none;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-body .color_green {
  color: #54860c;
}
.cashier_div .important_notice .modal-dialog .modal-content .modal-body .color_red {
  color: #c70505;
}
.cashier_div .cashier_success {
  float: left;
  width: 840px;
  height: 568px;
  padding: 10px 20px;
  background: #e9e0d5 url(../images/cashier/cashier_success_bg.jpg) repeat-x;
}
.cashier_div .cashier_success .print_receipt {
  float: right;
  color: #b46a00;
  font-family: ubuntubold;
  font-size: 15px;
  width: 100%;
}
.cashier_div .cashier_success .print_receipt a {
  color: #b46a00;
  text-decoration: none;
  float: right;
}
.cashier_div .cashier_success .title {
  float: left;
  width: 100%;
  font-family: ubuntumedium;
  font-size: 40px;
  color: #578000;
  text-align: center;
  padding-bottom: 40px;
}
.cashier_div .cashier_success .title_filed {
  float: left;
  width: 100%;
  font-family: ubuntumedium;
  font-size: 40px;
  color: #981314;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 20px;
}
.cashier_div .cashier_success .success_img {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.cashier_div .cashier_success .success_text {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 100px;
  color: #474747;
}
.cashier_div .cashier_success .success_text .deposit_amount {
  font-family: ubuntumedium;
  font-size: 20px;
  margin-bottom: 15px;
}
.cashier_div .cashier_success .success_text .deposit_amount strong {
  font-family: ubuntubold;
  color: #578000;
}
.cashier_div .cashier_success .success_text .transction_id {
  background: #fff;
  border-radius: 20px;
  font-size: 15px;
  color: #474747;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 20px;
  height: 25px;
}
.cashier_div .cashier_success .success_text p {
  color: #474747;
  font-size: 15px;
}
.cashier_div .cashier_success .success_text p strong {
  color: #578000;
}
.cashier_div .cashier_success .success_text p a {
  font-family: ubuntubold;
  color: #b46a00;
  text-decoration: underline;
}
.cashier_div .cashier_success .success_btn {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.cashier_div.PC .cashier_success .success_btn {
  display: block;
}
.cashier_div .cashier_success .success_btn a {
  font-size: 18px;
  font-weight: 600;
  font-family: ubuntumedium;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
  text-decoration: none;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #945300;
}
.cashier_div .cashier_success .success_btn_mobile {
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: none;
}
.cashier_div.PC .cashier_success .success_btn_mobile {
  display: none;
}
.cashier_div .cashier_success .success_btn_mobile a {
  font-size: 18px;
  font-weight: 600;
  font-family: ubuntumedium;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  line-height: 35px;
  display: inline-block;
}
.cashier_div .cashier_failed {
  float: left;
  width: 840px;
  height: 568px;
  padding: 10px 30px;
  background: #e9e0d5;
}
.cashier_div .cashier_failed .title_filed {
  float: left;
  width: 100%;
  font-family: ubuntumedium;
  font-size: 32px;
  color: #98220b;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 40px;
  line-height: 32px;
}
.cashier_div .cashier_failed .sub_text {
  float: left;
  width: 100%;
  font-family: ubuntumedium;
  font-size: 20px;
  color: #474747;
  text-align: center;
  padding: 0 130px 50px;
}
.cashier_div .cashier_failed .success_text {
  float: left;
  width: 100%;
  padding: 0 0;
  color: #474747;
}
.cashier_div .cashier_failed .success_text .row {
  margin: 0 -30px;
}
.cashier_div .cashier_failed .success_text .col-md-6 {
  padding: 0 30px 30px;
  width: 50%;
  float: left;
}
.cashier_div .cashier_failed .success_text p {
  color: #474747;
  font-size: 15px;
  text-align: justify;
}
.cashier_div .cashier_failed .success_text p strong {
  color: #474747;
}
.cashier_div .cashier_failed .success_text p a {
  font-family: ubuntubold;
  color: #b46a00;
  text-decoration: underline;
}
.cashier_div .cashier_failed .success_btn {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.cashier_div .cashier_failed .success_btn a {
  font-size: 18px;
  font-weight: 600;
  font-family: ubuntumedium;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
  text-decoration: none;
  padding: 0 20px;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #945300;
}
@media print {
  #cashiertab.resp-vtabs ul.resp-tabs-list,
  .cashier_div .amount_div,
  .cashier_div .cashier_header {
    visibility: hidden;
  }
  #cashiertab.resp-vtabs .resp-tab-content.resp-tab-content-active .card_content.wire_transfer .add_cash {
    visibility: hidden;
  }
  #cashiertab.resp-vtabs .resp-tab-content.resp-tab-content-active .card_content.wire_transfer .content_inner > div {
    visibility: hidden;
  }
  #cashiertab.resp-vtabs .resp-tab-content.resp-tab-content-active .card_content.wire_transfer .content_inner > div.form-group {
    visibility: visible;
  }
  #cashiertab.resp-vtabs .resp-tab-content.resp-tab-content-active .card_content.wire_transfer .content_inner > div.form-group .view_details {
    visibility: hidden;
  }
}
.mobikwik_div {
  width: 840px;
  height: 665px;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
.mobikwik_div .top_header {
  background: #36465b;
  height: 80px;
  padding: 0 50px;
}
.mobikwik_div .top_header .top_logo {
  float: left;
  padding: 22px 0;
}
.mobikwik_div .top_header .top_amount {
  float: right;
  padding: 26px 0;
  color: #fff;
  font-size: 18px;
  font-family: ubuntumedium;
}
.mobikwik_div .mobikwik_signup_form {
  width: 443px;
  margin: 45px auto;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 40px;
}
.mobikwik_div .mobikwik_signup_form .form_heading {
  color: #404040;
  font-size: 18px;
  font-family: ubuntumedium;
  text-align: center;
  margin-bottom: 30px;
}
.mobikwik_div .mobikwik_signup_form .form_heading1 {
  color: #404040;
  font-size: 18px;
  font-family: ubuntumedium;
  text-align: center;
  margin-bottom: 30px;
}
.mobikwik_div .mobikwik_signup_form .form_heading1 .loader {
  display: block;
  padding: 0 0 30px;
}
.mobikwik_div .mobikwik_signup_form .radio_btn {
  padding: 0 0 30px;
}
.mobikwik_div .mobikwik_signup_form .radio_btn ul li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #404040;
}
.mobikwik_div .mobikwik_signup_form .radio_btn ul li label {
  line-height: 22px;
  cursor: pointer;
}
.mobikwik_div .mobikwik_signup_form .radio_btn ul li .iradio_square-green {
  background: url(../images/mobikwik/radio_icon.png) no-repeat;
  width: 20px;
  height: 20px;
  margin: -5px 5px 0 0;
  background-position: 0 -20px;
}
.mobikwik_div .mobikwik_signup_form .radio_btn ul li .iradio_square-green.checked {
  background-position: 0 0;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group {
  margin-bottom: 40px;
  position: relative;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group .custome_input {
  height: 50px;
  padding: 5px 10px;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group.fourinput {
  margin-bottom: 25px;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group.fourinput .custome_input {
  width: 14.6%;
  margin: 0 1%;
  text-align: center;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group.error .error_tooltip {
  display: block;
  background: #a10505;
  color: #fff;
  position: absolute;
  bottom: -25px;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group.error .error_tooltip:after {
  border-bottom: 7px solid #a10505;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: -7px;
}
.mobikwik_div .mobikwik_signup_form .login_form .form-group.error .custome_input {
  border-color: #faa0a0;
  background: #ffe2e2;
}
.mobikwik_div .mobikwik_signup_form .login_form .button_holder {
  margin-bottom: 15px;
}
.mobikwik_div .mobikwik_signup_form .login_form .button_holder button {
  background: #0070d2;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: ubuntumedium;
  line-height: 50px;
  border: none;
  width: 100%;
}
.mobikwik_div .mobikwik_signup_form .login_form .form_links {
  margin-bottom: 15px;
}
.mobikwik_div .mobikwik_signup_form .login_form .form_links p {
  color: #404040;
  font-size: 15px;
  text-align: center;
  padding: 0 20px;
}
.mobikwik_div .mobikwik_signup_form .login_form .form_links p a {
  color: #0070d2;
  text-decoration: underline;
  font-family: ubuntumedium;
}
.mobikwik_div .mobikwik_signup_form .login_form .form_links p.error_msg {
  background: #da0707;
  border-radius: 5px;
  color: #fff;
  line-height: 35px;
}
.mobikwik_div .mobikwik_signup_form1 {
  width: 443px;
  margin: 45px auto;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding-bottom: 25px;
}
.mobikwik_div .mobikwik_signup_form1 .form_heading {
  color: #404040;
  font-size: 18px;
  font-family: ubuntumedium;
  text-align: center;
  margin: 20px 0;
}
.mobikwik_div .mobikwik_signup_form1 .login_details {
  background: #f5f5f5;
  padding: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.mobikwik_div .mobikwik_signup_form1 .login_details p {
  color: #404040;
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.mobikwik_div .mobikwik_signup_form1 .login_details p .user_details {
  float: left;
  line-height: 25px;
}
.mobikwik_div .mobikwik_signup_form1 .login_details p a {
  color: #0070d2;
  text-decoration: underline;
  font-family: ubuntumedium;
  float: right;
}
.mobikwik_div .mobikwik_signup_form1 {
  width: 443px;
  margin: 45px auto;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.mobikwik_div .mobikwik_signup_form1 .mobikwik_wallet_details {
  padding: 30px 30px 15px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 25px;
}
.mobikwik_div .mobikwik_signup_form1 .mobikwik_wallet_details p {
  color: #404040;
  font-size: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.mobikwik_div .mobikwik_signup_form1 .mobikwik_wallet_details p samp {
  float: right;
  font-family: ubunturegular;
}
.mobikwik_div .mobikwik_signup_form1 .login_form .button_holder {
  margin-bottom: 15px;
  padding: 0 30px;
  text-align: center;
}
.mobikwik_div .mobikwik_signup_form1 .login_form .button_holder button {
  background: #0070d2;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: ubuntumedium;
  line-height: 50px;
  border: none;
  padding: 0 20px;
}
.mobikwik_div .mobikwik_signup_form1 .login_form .form_links {
  margin-bottom: 15px;
}
.mobikwik_div .mobikwik_signup_form1 .login_form .form_links p {
  color: #404040;
  font-size: 15px;
  text-align: center;
  padding: 0 20px;
}
.mobikwik_div .mobikwik_signup_form1 .login_form .form_links p a {
  color: #0070d2;
  text-decoration: underline;
  font-family: ubuntumedium;
}
#email_verify .modal-header {
  padding: 8px 15px;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border-bottom: 1px solid #1d1d1d;
}
#email_verify .modal-sm {
  width: 380px;
  margin: 100px auto 0;
}
#email_verify .modal-sm .modal-content {
  border: 0;
}
#email_verify .modal-header .modal-title {
  color: #fff;
}
#email_verify .modal-header .close {
  margin: 0 0;
  opacity: 1;
}
#email_verify .modal-body {
  padding: 20px;
  background: #fff;
}
#email_verify .modal-body img {
  padding: 0 0 15px;
}
#email_verify .modal-body .form-group {
  padding: 0 0px 15px;
  position: relative;
  margin: 0;
  word-wrap: break-word;
  width: 100%;
  float: left;
}
#email_verify .modal-body .form-group.title {
  padding-top: 0 !important;
}
#email_verify .modal-body .form-group span {
  color: #578000;
  font-size: 18px;
  font-weight: 700;
}
#email_verify .modal-body .form-group .greenbg_btn {
  width: 100%;
  font-size: 18px;
}
#email_verify .modal-body .form-group a {
  color: #b46a00;
  text-decoration: underline;
  font-size: 12px;
}
#email_verify .modal-body .form-group .send_msg {
  background: #f6d367 none repeat scroll 0 0;
  border-radius: 5px;
  color: #000 !important;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
  min-height: 25px;
  padding: 8px 5px;
}
#email_verify .modal-body .form-group input {
  margin-bottom: 15px;
}
#email_verify .modal-body .form-group .error_tooltip {
  position: absolute;
  bottom: 6px;
}
#email_verify .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#email_verify .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#email_verify .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#email_verify .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 33.33%;
  float: left;
  text-align: center;
}
#email_verify .modal-footer .footer_mobile a span {
  display: block;
}
#email_verify .modal-footer a {
  color: #8a8a8a;
  text-decoration: none;
}
#mobile_verify .modal-header {
  padding: 8px 15px;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border-bottom: 1px solid #1d1d1d;
}
#mobile_verify .modal-sm {
  width: 380px;
  margin: 100px auto 0;
}
#mobile_verify .modal-sm .modal-content {
  border: 0;
}
#mobile_verify .modal-header .modal-title {
  color: #fff;
}
#mobile_verify .modal-header .close {
  margin: 0 0;
  opacity: 1;
}
#mobile_verify .modal-body {
  padding: 0;
  background: #fff;
}
#mobile_verify .modal-body img {
  padding: 0 0 15px;
}
#mobile_verify .modal-body .form-group {
  padding: 0 20px 10px;
  position: relative;
  margin: 0;
  word-wrap: break-word;
}
#mobile_verify .modal-body .form-group span {
  color: #578000;
  font-size: 18px;
  font-weight: 700;
}
#mobile_verify .modal-body .form-group small {
  color: #666767;
  font-size: 12px;
}
#mobile_verify .modal-body .divider {
  background: #d7d7d7 none repeat scroll 0 0;
  border-bottom: 1px solid #fff;
  float: none;
  height: 2px;
  margin: 10px auto 20px;
  padding: 0;
  width: 90%;
}
#mobile_verify .modal-body .form-group .input-group {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
#mobile_verify .modal-body .form-group .input-group .custome_input {
  padding-right: 100px;
  width: 100%;
}
#mobile_verify .modal-body .form-group .input-group.error .error_tooltip {
  display: block;
  text-align: left;
}
#mobile_verify .modal-body .form-group .input-group.error .custome_input {
  background-color: #ffefef;
  border-color: #feb2b2;
}
#mobile_verify .modal-body .form-group .input-group .btn_do_verify {
  padding: 7px 10px 8px;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 1px #000;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #8e4f00;
  border-radius: 0 4px 4px 0;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
}
#mobile_verify .modal-body .form-group .input-group .btn_do_verify:focus {
  outline: 0;
}
#mobile_verify .modal-body .form-group .error_tooltip {
  bottom: 5px;
  display: none;
  float: right;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
#mobile_verify .modal-body .form-group a {
  color: #b46a00;
  text-decoration: underline;
  font-size: 12px;
}
#mobile_verify .modal-body .form-group .send_msg {
  background: #f6d367 none repeat scroll 0 0;
  border-radius: 5px;
  color: #000 !important;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
  min-height: 25px;
  padding: 8px 5px;
}
#mobile_verify .modal-footer {
  background: #2f2f2f;
  color: #8a8a8a;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  border: 0;
}
#mobile_verify .modal-footer .footer_mobile {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: none;
}
#mobile_verify .modal-footer .footer_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 400;
}
#mobile_verify .modal-footer .footer_mobile a {
  color: #8a8a8a;
  font-size: 12px;
  margin-right: 0;
  line-height: 25px;
  width: 33.33%;
  float: left;
  text-align: center;
}
#mobile_verify .modal-footer .footer_mobile a span {
  display: block;
}
#mobile_verify .modal-footer a {
  color: #8a8a8a;
  text-decoration: none;
}
.inner_header {
  width: 100%;
  float: left;
  background: #400c00;
  background: -moz-linear-gradient(top, #400c00 0, #2c0700 100%);
  background: -webkit-linear-gradient(top, #400c00 0, #2c0700 100%);
  background: linear-gradient(to bottom, #400c00 0, #2c0700 100%);
  border-bottom: 1px solid #000;
}
.inner_header .logo {
  padding: 18px 0;
  float: left;
}
.inner_header .logo .notification_icon {
  display: none;
  float: right;
  margin: 3px 0 0 0;
}
.inner_header .logo .button {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 5px 0 0 15px;
  float: right;
  display: none;
}
.inner_header .logo .button:after {
  position: absolute;
  top: 7px;
  right: 0;
  display: block;
  height: 10px;
  width: 20px;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  content: "";
}
.inner_header .logo .button:before {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 3px;
  width: 20px;
  background: #ddd;
  content: "";
}
.inner_header .logo .name_user {
  color: #fff;
  font-size: 16px;
  float: right;
  margin: 3px 15px 0 0;
  display: none;
}
.inner_header .logo .name_user a {
  color: #fff;
  text-decoration: none;
}
.inner_header .new_menu {
  float: right;
  margin: 25px 0 0 0;
  padding: 0;
}
.inner_header .new_menu ul {
  float: right;
  margin: 0;
  padding: 0;
}
.inner_header .new_menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.inner_header .new_menu ul li a {
  text-decoration: none;
  padding: 0 15px 0 25px;
  height: 40px;
  line-height: 40px;
  background: #671605;
  background: -moz-linear-gradient(top, #671605 0, #330900 100%);
  background: -webkit-linear-gradient(top, #671605 0, #330900 100%);
  background: linear-gradient(to bottom, #671605 0, #330900 100%);
  color: #fff;
  font-size: 13px;
  font-family: ubuntumedium;
  border-radius: 5px 5px 0 0;
  position: relative;
  margin-right: 17px;
  display: block;
}
.inner_header .new_menu ul li a:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background: url(../images/common/menu_afterbg.png) no-repeat;
  height: 40px;
  width: 35px;
  z-index: 1;
}
.inner_header .new_menu ul li a.home,
.inner_header .new_menu ul li a.logout {
  background: 0 0;
  padding: 0 15px;
  font-size: 16px;
  margin: 0;
  color: #8e7a76;
}
.inner_header .new_menu ul li a.home:after,
.inner_header .new_menu ul li a.logout:after {
  height: 0;
  width: 0;
}
.inner_header .new_menu ul li.active a {
  background: #be660c;
  background: -moz-linear-gradient(top, #be660c 0, #623404 100%);
  background: -webkit-linear-gradient(top, #be660c 0, #623404 100%);
  background: linear-gradient(to bottom, #be660c 0, #623404 100%);
  color: #fff;
  font-size: 13px;
  font-family: ubuntumedium;
}
.inner_header .new_menu ul li.active a:after {
  background: url(../images/common/menu_active_afterbg.png) no-repeat;
}
.inner_header .new_menu ul li a:hover {
  background: #be660c;
  background: -moz-linear-gradient(top, #be660c 0, #623404 100%);
  background: -webkit-linear-gradient(top, #be660c 0, #623404 100%);
  background: linear-gradient(to bottom, #be660c 0, #623404 100%);
  color: #fff;
  font-size: 13px;
  font-family: ubuntumedium;
}
.inner_header .new_menu ul li a:hover:after {
  background: url(../images/common/menu_active_afterbg.png) no-repeat;
}
.inner_header .new_menu ul li.active a.home,
.inner_header .new_menu ul li.active a.logout {
  color: #fff;
  background: 0 0;
  font-size: 16px;
}
.inner_header .new_menu ul li a.home:hover,
.inner_header .new_menu ul li a.logout:hover {
  color: #fff;
  background: 0 0;
  font-size: 16px;
}
.main_body .container {
  padding: 0;
}
.main_body .notification_bar {
  background: #394152;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}
.main_body .notification_bar a {
  color: #e38431;
  text-decoration: none;
}
.main_body .notification_bar img {
  margin-right: 5px;
  display: inline-block;
}
.main_body .top_banner {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .top_banner .desktop_img {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #340e01;
}
.main_body .top_banner .desktop_img img {
  width: 100%;
}
.main_body .top_banner .tab_img {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  background: #340e01;
}
.main_body .top_banner .tab_img img {
  width: 100%;
}
.main_body .top_banner .mobile_img {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
  background: #340e01;
}
.main_body .top_banner .mobile_img img {
  width: 100%;
}
.main_body .mobile_user_bar {
  float: left;
  width: 100%;
  background: #2b3241;
  color: #464d5c;
  padding: 15px 20px;
  display: none;
}
.main_body .mobile_user_bar div {
  float: left;
  line-height: 35px;
}
.main_body .mobile_user_bar .name_user {
  color: #fff;
  font-size: 14px;
}
.main_body .mobile_user_bar .name_user a {
  color: #fff;
  text-decoration: none;
}
.main_body .mobile_user_bar .user_cash {
  color: #7cd104;
  font-size: 14px;
}
.main_body .mobile_user_bar a.brown_bg {
  float: right;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
  line-height: 32px;
  position: relative;
  overflow: hidden;
}
.main_body .mobile_user_bar a.green_bg {
  float: right;
  display: inline-block;
  font-size: 15px;
  padding: 0 10px;
  border-radius: 3px;
  line-height: 32px;
  margin-left: 10px;
  position: relative;
}
.main_body .mobile_user_bar a.brown_bg i,
.main_body .mobile_user_bar a.green_bg i {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.03)),
    color-stop(30%, rgba(255, 255, 255, 0.85)),
    color-stop(50%, rgba(255, 255, 255, 0.85)),
    color-stop(70%, rgba(255, 255, 255, 0.85)),
    color-stop(71%, rgba(255, 255, 255, 0.85)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.main_body .mobile_user_bar a.green_bg.download_app {
  font-size: 14px;
  padding: 0 6px;
}
.main_body .myaccount_topsection {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px 0 0;
  background: #162139;
}
.main_body .myaccount_topsection .header_section {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.main_body .myaccount_topsection .header_section .user_details {
  float: left;
  margin: 0;
  padding: 0;
  width: 30%;
}
.main_body .myaccount_topsection .header_section .user_details .user_pic {
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #848da0;
  overflow: hidden;
  text-align: center;
  background: #e4e0d6;
}
.main_body .myaccount_topsection .header_section .user_details .user_pic .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.main_body .myaccount_topsection .header_section .user_details .user_pic img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.main_body .myaccount_topsection .header_section .user_details .user_details {
  float: left;
  margin: 0;
  padding: 0;
  width: 73%;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_name {
  float: left;
  margin: 0;
  padding: 0 0 5px 0;
  width: 100%;
  font-weight: 16px;
  color: #fff !important;
  font-size: 16px !important;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_name a {
  color: #fff !important;
  text-decoration: none;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_links {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #474e5e;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_links div {
  float: left;
  position: relative;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_links div.change_avtar:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 170px;
  margin: 10px 0 0 0;
  left: -55px;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_links div.change_password:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 150px;
  margin: 10px 0 0 0;
  left: -30px;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_details .user_details .user_links a {
  color: #e38431;
  text-decoration: none;
  font-size: 12px;
}
.main_body .myaccount_topsection .header_section .user_ac_details {
  float: right;
  margin: 0;
  padding: 5px 0 0;
  width: 69%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details {
  float: left;
  width: 16%;
  position: relative;
  margin: 4px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details:after {
  content: "";
  background: #464d5c;
  height: 30px;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_inner {
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_inner:hover {
  cursor: pointer;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_inner:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 170px;
  margin: 55px 0 0 0;
  left: -5px;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip {
  position: absolute;
  background: #fadf2e;
  padding: 0;
  border-radius: 3px;
  font-size: 13px;
  width: 250px;
  margin-top: 55px;
  left: -50px;
  box-shadow: 1px 1px 5px #000;
  display: none;
  z-index: 999;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip:after {
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  margin-left: -10px;
  border-bottom: 10px solid #fadf2e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .close {
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .bonus_date {
  width: 100%;
  float: left;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .bonus_date .exp_date {
  width: 50%;
  float: left;
  color: #010000;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid #d1b51a;
  border-bottom: 1px solid #d1b51a;
  height: 60px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .bonus_date .exp_date p {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #661605;
  font-family: MyriadPro-BoldCond;
  padding: 5px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .bonus_date .remaining_bonus {
  width: 50%;
  float: left;
  color: #010000;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #d1b51a;
  height: 60px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .bonus_date .remaining_bonus p {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #661605;
  font-family: MyriadPro-BoldCond;
  padding: 3px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .remaining_bonus_tooltip .bonus_date .text {
  width: 100%;
  float: left;
  color: #010000;
  font-size: 13px;
  text-align: center;
  padding: 5px 20px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .icon {
  float: left;
  width: 32px;
  text-align: left;
  margin: 0 10px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_div {
  float: left;
  width: 70px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_div .title {
  font-size: 12px;
  color: #848da0;
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_div .progress.bonus_progress_bar {
  width: 60px;
  height: 8px;
  margin: 0;
  float: left;
  background: #424b5d;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_div .progress.bonus_progress_bar .progress-bar {
  background: #e38431;
}
.main_body .myaccount_topsection .header_section .user_ac_details .bonus_details .bonus_details_div .count {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details {
  float: left;
  width: 15%;
  position: relative;
  margin: 4px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details:after {
  content: "";
  background: #464d5c;
  height: 30px;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_inner {
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_inner:hover {
  cursor: pointer;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_inner:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 170px;
  margin: 55px 0 0 0;
  left: -5px;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .icon {
  float: left;
  width: 32px;
  text-align: left;
  margin: 0 10px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_div {
  float: left;
  width: 70px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_div .title {
  font-size: 12px;
  color: #848da0;
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_div .progress.club_progress_bar {
  width: 60px;
  height: 8px;
  margin: 0;
  float: left;
  background: #424b5d;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_div .progress.club_progress_bar .progress-bar {
  background: #e38431;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .club_details_div .count {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip {
  position: absolute;
  background: #fadf2e;
  padding: 60px 30px 30px;
  border-radius: 3px;
  font-size: 13px;
  width: 700px;
  margin-top: 55px;
  left: -270px;
  box-shadow: 0 3px 5px #000;
  display: none;
  z-index: 999;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip:after {
  position: absolute;
  content: "";
  right: 49%;
  top: -10px;
  margin-left: -10px;
  border-bottom: 10px solid #505050;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .close {
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #535353;
  background: -moz-linear-gradient(top, #535353 0, #000 100%);
  background: -webkit-linear-gradient(top, #535353 0, #000 100%);
  background: linear-gradient(to bottom, #535353 0, #000 100%);
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px 3px 0 0;
  text-align: center;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess {
  width: 100%;
  float: left;
  margin: 0 auto;
  background: url(../images/my_account/loyalty/your_club_arrow.png) no-repeat top 10px left;
  padding: 50px 0 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .curremt_club {
  float: left;
  margin: 0;
  padding: 0;
  width: 160px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .curremt_club .club_icon {
  float: left;
  width: 100%;
  text-align: center;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar {
  float: left;
  margin: 30px 20px;
  padding: 0;
  width: 280px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar p {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 8px 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar p .green_bg {
  display: inline-block;
  float: none;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress {
  border-radius: 15px;
  border: 1px solid #d7d2c6;
  background: #fff;
  margin: 0;
  height: 25px;
  overflow: visible;
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress .progress-bar.progress-bar-minium {
  background: #bb721a;
  background: -moz-linear-gradient(top, #bb721a 0, #925210 100%);
  background: -webkit-linear-gradient(top, #bb721a 0, #925210 100%);
  background: linear-gradient(to bottom, #bb721a 0, #925210 100%);
  position: relative;
  border-radius: 15px 0 0 15px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress .progress-bar.progress-bar-minium:hover .custome_tooltip {
  display: block;
  top: 28px;
  color: #fff;
  width: 200px;
  left: -40px;
  background: #985711;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress .progress-bar.progress-bar-minium:hover .custome_tooltip:after {
  border-bottom: 10px solid #985711;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress .progress-bar.progress-bar-req {
  background: #699805;
  background: -moz-linear-gradient(top, #699805 0, #4b7905 100%);
  background: -webkit-linear-gradient(top, #699805 0, #4b7905 100%);
  background: linear-gradient(to bottom, #699805 0, #4b7905 100%);
  border-radius: 0 15px 15px 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress .progress-bar.progress-bar-req:hover .custome_tooltip {
  display: block;
  top: 28px;
  color: #fff;
  width: 200px;
  left: -40px;
  background: #5b891a;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .club_progessbar .progress .progress-bar.progress-bar-req .custome_tooltip:after {
  border-bottom: 10px solid #5b891a;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .next_club {
  float: left;
  margin: 0;
  padding: 0;
  width: 160px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .club_progess .next_club .club_icon {
  float: left;
  width: 100%;
  text-align: center;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .text {
  width: 100%;
  float: left;
  color: #010000;
  font-size: 13px;
  text-align: center;
  padding: 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .text p {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip .text .green_bg {
  display: inline-block;
  float: none;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip.last_club .club_progess .club_progessbar {
  width: 440px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip.last_club .text1 {
  width: 480px;
  padding: 0 60px;
  color: #010000;
  font-size: 13px;
  text-align: center;
  padding: 0;
  float: left;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip.last_club .text1 p {
  float: left;
  width: 100%;
  font-size: 19px;
  padding-bottom: 15px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip.last_club .text1 p span {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  font-size: 36px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .club_details .loyalty_popup_tooltip.last_club .text1 .green_bg {
  display: inline-block;
  float: none;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip {
  float: left;
  width: 19%;
  position: relative;
  margin: 4px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip:after {
  content: "";
  background: #464d5c;
  height: 30px;
  width: 1px;
  right: 0;
  top: 0;
  position: absolute;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip .icon {
  float: left;
  width: 32px;
  text-align: left;
  margin: 0 10px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip .practice_chip_div {
  float: left;
  width: 80px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip .practice_chip_div .title {
  font-size: 12px;
  color: #848da0;
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip .practice_chip_div .count {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip .practice_chip_div .count a {
  float: right;
}
.main_body .myaccount_topsection .header_section .user_ac_details .practice_chip .practice_chip_div .count a:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 130px;
  margin: 10px 0 0 0;
  left: 57px;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip {
  float: left;
  width: 18%;
  position: relative;
  margin: 4px 0 0;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip:hover {
  cursor: pointer;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 230px;
  margin: 45px 0 0 0;
  left: 0;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip .icon {
  float: left;
  width: 32px;
  text-align: left;
  margin: 0 10px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip .real_chip_div {
  float: left;
  width: 75px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip .real_chip_div .title {
  font-size: 12px;
  color: #848da0;
  float: left;
  width: 100%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip .real_chip_div .count {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip .real_chip_div .count a {
  float: right;
}
.main_body .myaccount_topsection .header_section .user_ac_details .real_chip .real_chip_div .count a:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 130px;
  margin: 10px 0 0 0;
  left: 55px;
  color: #010000;
  text-align: center;
  font-size: 12px;
  z-index: 1;
}
.main_body .myaccount_topsection .header_section .user_ac_details .tab_act_btn {
  float: left;
  width: 32%;
}
.main_body .myaccount_topsection .header_section .user_ac_details .tab_act_btn .add_cash {
  display: inline-block;
  float: left;
  padding: 0 18px;
  position: relative;
  overflow: hidden;
}
.main_body .myaccount_topsection .header_section .user_ac_details .tab_act_btn .add_cash i {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.03)),
    color-stop(30%, rgba(255, 255, 255, 0.85)),
    color-stop(50%, rgba(255, 255, 255, 0.85)),
    color-stop(70%, rgba(255, 255, 255, 0.85)),
    color-stop(71%, rgba(255, 255, 255, 0.85)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.main_body .myaccount_topsection .header_section .user_ac_details .tab_act_btn .play_now {
  display: inline-block;
  float: right;
  padding: 0 18px;
  border-radius: 3px;
  line-height: 40px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .tab_act_btn .play_now_mb {
  display: inline-block;
  float: right;
  padding: 0 18px;
  border-radius: 3px;
  line-height: 40px;
}
.main_body .myaccount_topsection .header_section .user_ac_details .tab_act_btn .download_app {
  display: inline-block;
  float: right;
  padding: 0 18px;
  border-radius: 3px;
  line-height: 40px;
  display: none;
}
.main_body .myaccount_topsection .myaccount_page_menu {
  float: left;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_topsection .myaccount_page_menu ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 15.96%;
  border-bottom: none !important;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.last {
  margin: 0;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a {
  color: #848da0;
  text-decoration: none;
  font-size: 12px;
  background: #313e5c;
  border-radius: 3px 3px 0 0;
  float: left;
  padding: 8px 40px;
  position: relative;
  width: 100%;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1.42857143;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.last a span {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 2.7;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon {
  width: 33px;
  height: 33px;
  float: left;
  margin: 0 10px 0 0;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon1 {
  background: url(../images/my_account/myaccount_menu_icon1.png) no-repeat 0 1px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon2 {
  background: url(../images/my_account/myaccount_menu_icon2.png) no-repeat 0 3px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon3 {
  background: url(../images/my_account/myaccount_menu_icon3.png) no-repeat 0 3px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon4 {
  background: url(../images/my_account/myaccount_menu_icon4.png) no-repeat 0 4px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon5 {
  background: url(../images/my_account/myaccount_menu_icon5.png) no-repeat 0 0;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a span.icon6 {
  background: url(../images/my_account/myaccount_menu_icon6.png) no-repeat 0 7px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a.inbox {
  line-height: 33px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a.inbox span.mail_count {
  background: #f9dd44;
  min-width: 21px;
  padding: 2px;
  height: 21px;
  border-radius: 21px;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -5px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover {
  background: #6b9a05;
  background: -moz-linear-gradient(top, #6b9a05 0, #477505 100%);
  background: -webkit-linear-gradient(top, #6b9a05 0, #477505 100%);
  background: linear-gradient(to bottom, #6b9a05 0, #477505 100%);
  color: #fff;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover span.icon1 {
  background-position: 0 -34px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover span.icon2 {
  background-position: 0 -35px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover span.icon3 {
  background-position: 0 -37px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover span.icon4 {
  background-position: 0 -36px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover span.icon5 {
  background-position: 0 -37px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li a:hover span.icon6 {
  background-position: 0 -40px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a {
  background: #6b9a05;
  background: -moz-linear-gradient(top, #6b9a05 0, #477505 100%);
  background: -webkit-linear-gradient(top, #6b9a05 0, #477505 100%);
  background: linear-gradient(to bottom, #6b9a05 0, #477505 100%);
  color: #fff;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a span.icon1 {
  background-position: 0 -34px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a span.icon2 {
  background-position: 0 -35px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a span.icon3 {
  background-position: 0 -37px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a span.icon4 {
  background-position: 0 -36px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a span.icon5 {
  background-position: 0 -37px;
}
.main_body .myaccount_topsection .myaccount_page_menu ul li.active a span.icon6 {
  background-position: 0 -40px;
}
.main_body .div_404 {
  float: left;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  background: #2b3241 none repeat scroll 0 0;
}
.main_body .div_404 p {
  text-align: center;
  color: #fff;
  padding: 0 50px;
}
.main_body .div_404 p.pbottom30 {
  padding-bottom: 30px;
  padding-top: 20px;
}
.main_body .div_404 p a {
  color: #e38431;
}
.main_body .div_404 p a.green_link {
  color: #96e425;
}
.main_body .div_404 p .green_bg {
  display: inline-block;
  border-radius: 3px;
  line-height: 40px;
  float: none;
  color: #fff;
  margin: 20px 0 0;
}
#sp-breadcrumbs {
  float: left;
  margin: 0 0 10px;
  padding: 10px 0;
  width: 100%;
  background: #f7f7f7;
}
.breadcrumb {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.breadcrumb li {
  float: left;
  margin: 0;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
  color: #474747;
}
.breadcrumb li:first-child {
  padding-left: 0;
  display: none;
}
.breadcrumb li a {
  color: #474747;
  text-decoration: none;
}
.breadcrumb li:after {
  content: "/";
  position: absolute;
  right: 0;
}
.breadcrumb li:last-child:after,
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.main_body .myaccount_body_section {
  float: left;
  padding: 20px 0;
  margin: 0;
  width: 100%;
  min-height: 500px;
}
.main_body .myaccount_body_section .heading {
  float: left;
  padding: 0 0;
  margin: 0 0 30px;
  width: 100%;
  border-bottom: 1px solid #d7d8da;
}
.main_body .myaccount_body_section .heading h1 {
  float: left;
  font-size: 22px;
  color: #474747;
}
.main_body .myaccount_body_section .heading h2 {
  float: left;
  font-size: 22px;
  color: #474747;
}
.main_body .myaccount_body_section .heading ul {
  float: right;
  margin: -4px 0 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .heading ul li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0;
}
.main_body .myaccount_body_section .heading ul li a {
  font-size: 14px;
  color: #394152;
  background: #e7eaef;
  border-radius: 3px;
  padding: 2px 7px;
  position: relative;
  transition: none;
}
.main_body .myaccount_body_section .heading ul li.active a {
  background: #394152;
  color: #fff;
  text-decoration: none;
}
.main_body .myaccount_body_section .heading ul li.active a:after {
  position: absolute;
  border-top: 7px solid #394152;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -7px;
}
@media only screen and (min-width: 992px) {
  .main_body .myaccount_body_section .heading ul li a:hover {
    background: #394152;
    color: #fff;
    text-decoration: none;
  }
  .main_body .myaccount_body_section .heading ul li a:hover:after {
    position: absolute;
    border-top: 7px solid #394152;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -7px;
  }
}
.main_body .myaccount_body_section .heading a.back_btn1 {
  background: 0 0;
  color: #c36512;
  font-size: 14px;
  border: 0;
  text-shadow: none;
  margin: -3px 0 0 0;
  padding: 0;
  float: right;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .profile_details {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.main_body .myaccount_body_section .profile_details .form-group {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.main_body .myaccount_body_section .profile_details .form-group.last {
  margin-bottom: 0;
}
.main_body .myaccount_body_section .profile_details .form-group label {
  font-size: 15px;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .profile_details .form-group label.address {
  font-size: 18px;
  font-weight: bold;
}
.main_body .myaccount_body_section .profile_details .form-group label.address .flright,
.main_body .myaccount_body_section .profile_details .form-group label.address .flright1 {
  float: right;
  font-size: 14px;
  line-height: 25px;
}
.main_body .myaccount_body_section .profile_details .form-group label.address .flright strong {
  font-weight: normal;
  color: #f10000;
}
.main_body .myaccount_body_section .profile_details .form-group label.address .flright.mobile,
.main_body .myaccount_body_section .profile_details .form-group label.address .flright1.mobile {
  display: none;
}
.main_body .myaccount_body_section .profile_details .form-group .custome_input {
  border: 1px solid #c5c5c5;
  float: left;
  width: 100%;
  height: 35px;
  padding: 5px;
}
.main_body .myaccount_body_section .profile_details .form-group .custome_input.after_save {
  color: #474747;
  border-color: #f6f6f6;
  background: #f6f6f6;
}
.main_body .myaccount_body_section .profile_details .form-group select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #c5c5c5;
  background: #fff;
  vertical-align: middle;
  height: 35px;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.main_body .myaccount_body_section .profile_details .form-group .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
}
.main_body .myaccount_body_section .profile_details .form-group .select_box select {
  position: relative;
  z-index: 1;
  background: 0 0;
}
.main_body .myaccount_body_section .profile_details .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.main_body .myaccount_body_section .profile_details .form-group input.error,
.main_body .myaccount_body_section .profile_details .form-group select.error,
.main_body .myaccount_body_section .profile_details .form-group textarea.error {
  border-color: #feb2b2;
  background-color: #ffefef;
}
.main_body .myaccount_body_section .profile_details .form-group .error_tooltip {
  position: absolute;
  bottom: -24px;
  left: 0;
  display: none;
  z-index: 1;
}
.main_body .myaccount_body_section .profile_details .form-group.error .error_tooltip {
  display: block;
}
.main_body .myaccount_body_section .profile_details .form-group.error select.custome_input {
  border-color: #feb2b2;
  background-color: #ffefef;
}
.main_body .myaccount_body_section .profile_details .form-group.error .select_box:after {
  z-index: 1;
}
.main_body .myaccount_body_section .profile_details .form-group .date {
  position: relative;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .profile_details .form-group .date .custome_input {
  padding-right: 40px;
}
.main_body .myaccount_body_section .profile_details .form-group .date .custome_input.after_save {
  cursor: not-allowed !important;
}
.main_body .myaccount_body_section .profile_details .form-group .date .btn_date {
  padding: 4px 10px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  outline: 0;
  width: auto !important;
}
.main_body .myaccount_body_section .profile_details .form-group .date .btn_date[disabled] {
  cursor: not-allowed !important;
}
.main_body .myaccount_body_section .profile_details .form-group .verify {
  position: relative;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .profile_details .form-group .verify .custome_input {
  padding-right: 80px;
}
.main_body .myaccount_body_section .profile_details .form-group .verify .btn_do_verify {
  display: none;
}
.main_body .myaccount_body_section .profile_details .form-group .verify .btn_verify {
  padding: 10px 8px 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #88a309;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
}
.main_body .myaccount_body_section .profile_details .form-group .verify .btn_verify i {
  font-family: FontAwesome;
  font-style: normal;
}
.main_body .myaccount_body_section .profile_details .form-group .do_verify {
  position: relative;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .profile_details .form-group .do_verify .custome_input {
  padding-right: 70px;
}
.main_body .myaccount_body_section .profile_details .form-group .do_verify .btn_verify {
  display: none;
}
.main_body .myaccount_body_section .profile_details .form-group .do_verify .btn_do_verify {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #945300;
  border-radius: 0 4px 4px 0;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
}
.main_body .myaccount_body_section .profile_details .form-group .do_verify .btn_do_verify:focus {
  outline: 0;
}
.main_body .myaccount_body_section .profile_details .form-group .checkbox {
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .profile_details .form-group .checkbox.after_save label,
.main_body .myaccount_body_section .profile_details .form-group .checkbox.after_save label .iradio_square-green .iCheck-helper {
  cursor: not-allowed !important;
}
.main_body .myaccount_body_section .profile_details .form-group .checkbox label {
  width: auto;
  float: left;
  padding: 0 30px 0 0;
}
.main_body .myaccount_body_section .profile_details .form-group.city_country .city .error_tooltip {
  left: 15px;
  width: 92.5%;
}
.main_body .myaccount_body_section .profile_details .form-group .static_value {
  line-height: 35px;
  color: #676767;
}
.main_body .myaccount_body_section .profile_details .form-group .btn_next {
  float: right;
  margin-top: 20px;
  color: #fff;
  line-height: 35px;
}
.main_body .myaccount_body_section .profile_details .form-group .btn_next:hover {
  text-decoration: none;
}
.main_body .myaccount_body_section .profile_details .form-group .red_clr {
  color: #f30;
}
.main_body .myaccount_body_section .profile_details .form-group .red_clr strong {
  color: #474747;
}
.form-group.kyc_verify {
  position: relative;
}
.form-group.kyc_verify strong {
  font-weight: 400;
  float: left;
}
.form-group.kyc_verify strong img {
  vertical-align: middle;
  width: 32px;
  margin: 0 10px;
}
.form-group.kyc_verify .btn_do_verify {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #945300;
  border-radius: 2px;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
  float: left;
  margin: 3px 0;
}
.form-group.kyc_verify .btn_verify {
  padding: 4px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #88a309;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  float: left;
  margin: 3px 0;
  font-family: ubuntubold;
}
.form-group.kyc_verify .btn_verify i {
  font-family: FontAwesome;
  font-style: normal;
}
.form-group.kyc_verify .kyc_pending {
  float: left;
  color: #b16801;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin: 0;
  line-height: 33px;
  font-family: ubuntubold;
  cursor: pointer;
}
.form-group.kyc_verify .kyc_pending i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
.form-group.kyc_verify .kyc_pending:hover .custome_tooltip {
  display: block;
  position: absolute;
  width: 170px;
  margin: 0;
  left: 100px;
  top: -3px;
  color: #010000;
  text-align: center;
  font-size: 10px;
  font-family: ubunturegular;
  line-height: normal;
  z-index: 1;
}
.form-group.kyc_verify .kyc_pending:hover .custome_tooltip:after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fadf2e;
  border-top: 10px solid transparent;
  left: -20px;
  top: 50%;
  margin: -9px 0 0 0;
}
.form-group.kyc_verify .kyc_failed {
  float: left;
  color: #b61f30;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin: 0;
  line-height: 33px;
  font-family: ubuntubold;
  cursor: pointer;
  width: 72%;
}
.form-group.kyc_verify .kyc_failed strong {
  float: left;
}
.form-group.kyc_verify .kyc_failed strong i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
.form-group.kyc_verify .kyc_failed span {
  float: left;
  width: 80%;
  font-size: 10px;
  font-family: ubunturegular;
  line-height: 16px;
  margin-left: 10px;
  padding: 0 10px;
  position: relative;
}
.form-group.kyc_verify .kyc_failed span:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #e8e8e8;
}
.main_body .myaccount_body_section .profile_details.change_password .form-group .btn_next {
  float: left;
  margin-top: 15px;
  color: #fff;
}
.main_body .myaccount_body_section .profile_details.change_password .form-group .btn_next:hover {
  text-decoration: none;
}
.main_body .myaccount_body_section .profile_details .help_strip {
  float: left;
  width: 100%;
  margin: 25px 0 10px 0;
  padding: 15px 0;
  background: #b16801;
  color: #fff;
  border-radius: 3px;
}
.main_body .myaccount_body_section .profile_details .help_strip .col-md-4 {
  font-family: ubuntumedium;
  font-size: 15px;
}
.main_body .myaccount_body_section .profile_details .help_strip .col-md-8 ul {
  float: right;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .profile_details .help_strip .col-md-8 ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .profile_details .help_strip .col-md-8 ul li a {
  color: #fff;
  font-size: 15px;
}
.main_body .myaccount_body_section .profile_details .help_strip_mobile {
  margin: 0 0 10px 0;
  padding: 15px;
  float: left;
  width: 100%;
  display: none;
  background: #b16801;
  color: #fff;
  border-radius: 3px;
}
.main_body .myaccount_body_section .profile_details .help_strip_mobile strong {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  font-family: ubuntumedium;
  font-size: 15px;
}
.main_body .myaccount_body_section .profile_details .help_strip_mobile a {
  color: #fff;
  font-size: 13px;
  margin-right: 0;
  line-height: 25px;
  width: 33.33%;
  float: left;
  text-align: center;
}
.main_body .myaccount_body_section .profile_details .help_strip_mobile a span {
  display: block;
}
.main_body .myaccount_body_section .edit_avtar {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar {
  text-align: center;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .user_avtar {
  border: 3px solid #d0c6af;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  height: 200px;
  width: 200px;
  white-space: nowrap;
  background: #e4e0d6;
  margin: 0 auto;
  overflow: hidden;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .user_avtar .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .user_avtar img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  margin: 0 0 0 -3px;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic_actbtn {
  float: left;
  width: 100%;
  padding: 0;
  margin: 30px 0 0 0;
  color: #474747;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic_actbtn .save_btn {
  font-size: 16px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  background: #9be137;
  background: -moz-linear-gradient(top, #9be137 0, #6ca31e 5%, #54860c 100%);
  background: -webkit-linear-gradient(top, #9be137 0, #6ca31e 5%, #54860c 100%);
  background: linear-gradient(to bottom, #9be137 0, #6ca31e 5%, #54860c 100%);
  text-decoration: none;
  padding: 5px 30px;
  border: 1px solid #5a8a16;
  display: inline-block;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic_actbtn .saved_btn {
  font-size: 16px;
  color: #629914;
  font-family: ubuntubold;
  text-transform: uppercase;
  padding: 5px 10px 6px;
  display: inline-block;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic_actbtn .saving_btn {
  font-size: 16px;
  color: #629914;
  font-family: ubuntubold;
  text-transform: uppercase;
  padding: 5px 10px 6px;
  display: inline-block;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic_actbtn .divider {
  float: left;
  width: 100%;
  margin: 20px auto;
  padding: 0;
  height: 1px;
  background: #e4e0d6;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #474747;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_pic .upload_btn {
  font-size: 16px;
  font-family: ubuntubold;
  text-transform: uppercase;
  color: #629913;
  border-radius: 25px;
  background: #fff;
  text-decoration: none;
  padding: 5px 30px;
  border: 2px solid #5a8a16;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_btn i {
  font-size: 0;
}
.main_body .myaccount_body_section .edit_avtar .selected_avtar .upload_btn.done i {
  font-size: 16px;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul {
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul li {
  float: left;
  width: 14%;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul li label {
  width: 90px;
  height: 90px;
  position: relative;
  cursor: pointer;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul li label span {
  border-radius: 50px;
  float: left;
  background: #e4e0d6;
  width: 90px;
  height: 90px;
  border: 3px solid #d0c6af;
  position: relative;
  overflow: hidden;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul li label.selected span {
  border: 3px solid #629913;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul li label img {
  margin: 7px 0 0 0;
  width: 100%;
}
.main_body .myaccount_body_section .edit_avtar .avtar_list ul li label .iradio_square-green {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main_body .myaccount_body_section .transaction_details {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .transaction_details .transction_filter {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter {
  padding: 0 15px 0 0;
  float: left;
  width: 160px;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter.select_type {
  width: 210px;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group {
  margin: 0;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group label {
  float: left;
  width: 100%;
  padding: 0 0 5px;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .custome_input {
  background: #394152;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  height: 40px;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .custome_input::placeholder {
  color: #fff;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .custome_input::-webkit-input-placeholder {
  color: #fff;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .custome_input:-moz-placeholder {
  color: #fff;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .custome_input::-moz-placeholder {
  color: #fff;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .custome_input:-ms-input-placeholder {
  color: #fff;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .date {
  float: left;
  width: 100%;
  position: relative;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .date .btn_date {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  border: 0;
  color: #f9dd44;
  font-size: 30px;
  line-height: 40px;
  padding: 0 7px;
  width: auto;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .form-group .error_tooltip {
  top: 45px;
  position: absolute;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .btn_search {
  display: inline-block;
  padding: 0 20px;
  margin: 24px 0 0 0;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .btn_search:hover {
  text-decoration: none;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
  background: #394152;
  border-radius: 3px;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .select_box select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  vertical-align: middle;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: 0 0;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .select_box select.custome_input option {
  background: #394152;
}
.main_body .myaccount_body_section .transaction_details .transction_filter .filter .select_box:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 30px;
  right: 1px;
  top: 1px;
  padding: 0 7px;
  text-align: center;
  line-height: 40px;
  color: #f9dd44;
  z-index: 0;
}
.main_body .myaccount_body_section .transaction_details .alert_msg_div {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.main_body .myaccount_body_section .transaction_details .alert_msg_div .alert {
  margin: 0;
}
.main_body .myaccount_body_section .transaction_details .transaction_table {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .transaction_details .transaction_table p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  color: #474747;
}
.main_body .myaccount_body_section .transaction_details .transaction_table p strong {
  font-family: ubuntubold;
  color: #578000;
}
.main_body .myaccount_body_section .transaction_details .transaction_table .footable > thead > tr > th {
  background: #898f9d;
  font-family: ubuntubold;
  font-size: 14px;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #898f9d;
}
.main_body .myaccount_body_section .transaction_details .transaction_table .footable > tbody > tr > td {
  font-size: 14px;
  height: 35px;
  padding: 5px 10px;
  color: #474747;
  background: #fff;
  border: 1px solid #d7d8da;
}
.main_body .myaccount_body_section .transaction_details .transaction_table .footable > tbody > tr:nth-child(2n + 2) > td {
  background: #edeeef;
}
.main_body .myaccount_body_section .heading span.mail_count {
  color: #699c24;
}
.main_body .myaccount_body_section .heading .search_mail {
  float: right;
  width: auto;
}
.main_body .myaccount_body_section .heading .search_mail .search_box {
  float: left;
  margin: -4px 0 0 0;
  width: 200px;
}
.main_body .myaccount_body_section .heading .search_mail .search_box .input-group {
  border: 1px solid #c5c5c5;
  float: left;
  width: 100%;
  height: 25px;
  border-radius: 25px;
  padding: 0;
}
.main_body .myaccount_body_section .heading .search_mail .search_box .input-group .btn.btn-default {
  border: 0;
  background: 0 0;
  border-radius: 25px 0 0 25px;
  height: 23px;
  padding: 0 10px;
  color: #777;
}
.main_body .myaccount_body_section .heading .search_mail .search_box .input-group .custome_input {
  border: 0;
  background: 0 0;
  border-radius: 0 25px 25px 0;
  padding-right: 15px;
  height: 23px;
  font-size: 14px;
  color: #777;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn {
  float: right;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn a.maroon_bg {
  float: left;
  margin: -4px 0 0 10px;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn a.green_bg {
  float: left;
  font-size: 14px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  margin: -4px 0 0 0;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn a.back_btn {
  background: 0 0;
  float: left;
  font-family: ubuntubold;
  color: #474747;
  font-size: 14px;
  border: 0;
  text-shadow: none;
  margin: -1px 10px 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn_inner {
  float: right;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.maroon_bg {
  float: left;
  margin: -4px 0 0 10px;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.green_bg {
  float: left;
  font-size: 14px;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  margin: -4px 0 0 0;
}
.main_body .myaccount_body_section .heading .search_mail .mail_actionbtn_inner a.back_btn {
  background: 0 0;
  float: left;
  font-family: ubuntubold;
  color: #474747;
  font-size: 14px;
  border: 0;
  text-shadow: none;
  margin: -1px 10px 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .inbox {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .inbox .footable > tbody > tr > td {
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 0;
}
.main_body .myaccount_body_section .inbox .mail_item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px;
  background: #f6f6f6;
}
.main_body .myaccount_body_section .inbox .mail_item:last-child {
  border: 0;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_checkbox {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 25px;
  height: 25px;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_checkbox .icheckbox_square-green {
  background-position: -119px 0;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_checkbox .icheckbox_square-green.hover {
  background-position: -119px 0;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_checkbox .icheckbox_square-green.checked {
  background-position: -176px 0;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_shortinfo {
  float: right;
  margin: 0;
  padding: 0;
  width: 94%;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title {
  float: left;
  margin: 0;
  padding: 0 0 15px;
  width: 100%;
  font-size: 16px;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title a {
  float: left;
  font-size: 16px;
  color: #9f0000;
  text-decoration: none;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_title .mail_date {
  float: right;
  margin: 0;
  padding: 0;
  color: #474747;
  font-size: 14px;
}
.main_body .myaccount_body_section .inbox .mail_item .mail_shortinfo .mail_info {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #777;
  font-size: 14px;
}
.main_body .myaccount_body_section .inbox .mail_item.unread {
  background: #ebebeb;
}
.main_body .myaccount_body_section .inbox .mail_item.unread .mail_shortinfo .mail_title a {
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .inbox .mail_item.unread .mail_shortinfo .mail_title .mail_date {
  font-family: ubunturegular;
}
.main_body .myaccount_body_section .inbox .inbox_inner {
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .heading .search_mail a.back_btn i {
  font-size: 25px;
  float: left;
  margin: -4px 5px 0 0;
}
.main_body .myaccount_body_section .inbox .inbox_inner .mail_heading {
  float: left;
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  font-size: 15px;
  color: #9f0000;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .inbox .inbox_inner .mail_heading .mail_date {
  float: right;
  margin: 0;
  font-family: ubunturegular;
  padding: 0;
  color: #474747;
  font-size: 14px;
}
.main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer {
  width: 100%;
  float: left;
  margin: 0 auto;
}
.body-innerwrapper section > .container > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.body-innerwrapper section.main_body > .container > .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
#sp-footer {
  padding: 0;
}
#offcanvas-toggler {
  display: none;
}
.sp-module ul > li {
  border-bottom: none;
  -webkit-transition: none;
  transition: none;
}
.sp-module ul > li > a {
  line-height: 1.42857143;
  -webkit-transition: none;
  transition: none;
}
.sp-module ul > li > a:hover {
  background: inherit;
}
.sp-module ul > li > a:before {
  display: none;
  content: "";
}
.sp-module ul > li > a:hover {
  color: #c39551;
}
#sp-header .logo {
  height: auto;
  display: block;
}
#sp-mainbody-top-banner {
  background: #340e01;
}
#sp-mainbody-top-banner .sp-module {
  margin: 0;
}
#sp-mainbody-notification-bar {
  background: #394152;
}
#sp-mainbody-myaccount-header-section,
#sp-mainbody-myaccount-page-menu {
  background: #162139;
}
.main_body article.item,
.main_body article.item .entry-header {
  margin-bottom: 0;
}
.sp-module .myaccount_topsection ul > li > a:before {
  content: "";
  margin: 0;
  padding: 0;
}
#sp-mainbody-myaccount-page-menu .myaccount_topsection {
  padding-top: 0;
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidthouter {
    width: 100% !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth {
    width: 100% !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth img.feature {
    width: auto !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .btnWidth {
    width: 210px !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidthouter {
    width: 100% !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .deviceWidth {
    width: 100% !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .btnWidth {
    width: 210px !important;
    padding: 0;
  }
  .main_body .myaccount_body_section .inbox .inbox_inner .inbox_mailer .center {
    text-align: center !important;
  }
}
.main_body .myaccount_body_section .refer_friend {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #474747;
}
.main_body .myaccount_body_section .refer_friend span.title {
  font-size: 20px;
  color: #474747;
  line-height: 1.1;
  text-align: center;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .refer_friend .refer_friend_img {
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .refer_friend .refer_option {
  margin: 40px auto 0;
  width: 82%;
  float: none;
}
.main_body .myaccount_body_section .refer_friend .refer_option ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_body_section .refer_friend .refer_option ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 16.66%;
  text-align: center;
}
.main_body .myaccount_body_section .refer_friend .refer_option ul li a {
  text-decoration: none;
  line-height: 30px;
}
.main_body .myaccount_body_section .refer_friend .refer_option ul li span {
  margin: 0 0;
  padding: 0;
  font-size: 14px;
  color: #474747;
}
.main_body .myaccount_body_section .refer_friend .divider {
  float: none;
  width: 96%;
  margin: 30px auto;
  padding: 0;
  height: 1px;
  border-bottom: 1px solid #d7d7d7;
}
.main_body .myaccount_body_section .refer_friend .refer_link {
  margin: 40px auto 0;
  width: 100%;
  float: none;
}
.main_body .myaccount_body_section .refer_friend .refer_link .form-group {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.main_body .myaccount_body_section .refer_friend .refer_link .form-group label {
  float: left;
  font-weight: 400;
  padding: 6px 0;
  width: 20%;
  font-size: 18px;
}
.main_body .myaccount_body_section .refer_friend .refer_link .form-group .input-group {
  float: left;
  position: relative;
  width: 70%;
}
.main_body .myaccount_body_section .refer_friend .refer_link .form-group .input-group .custome_input {
  border-radius: 3px;
  float: left;
  width: 100%;
  color: #0071b9;
  font-size: 17px;
}
.main_body .myaccount_body_section .refer_friend .refer_link .form-group .input-group .custome_input {
  padding-right: 80px;
}
.main_body .myaccount_body_section .refer_friend .refer_link .form-group .input-group .btn_copy {
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  border-radius: 0 3px 3px 0;
  line-height: 33px;
}
.main_body .myaccount_body_section .refer_friend .refer_link .refer_code {
  border-right: 1px solid #e4e0d6;
}
.main_body .myaccount_body_section .refer_friend .refer_link .referral_link .form-group {
  padding-left: 50px;
}
.main_body .myaccount_body_section .refer_friend .refer_link .referral_link .form-group label {
  width: 22%;
}
.main_body .myaccount_body_section .refer_friend .refer_link .referral_link .form-group .input-group {
  float: right;
  width: 77%;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual {
  margin: 40px auto 10px;
  width: 80%;
  float: none;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .row {
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .row.last {
  margin-bottom: 0;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .row.last .brown_bg {
  display: inline-block;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .row.last .brown_bg:hover {
  text-decoration: none;
  color: #fff;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .form-group {
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .form-group label {
  float: left;
  font-weight: 400;
  padding: 10px 0;
  width: 38%;
  font-size: 14px;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .form-group .input-group {
  float: left;
  position: relative;
  width: 62%;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .form-group .input-group .custome_input {
  border-radius: 3px;
  float: left;
  width: 100%;
  font-size: 14px;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .form-group .input-group .custome_input.error {
  border-color: #feb2b2;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .form-group .input-group .error_tooltip {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: none;
  z-index: 1;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .add_friend {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 35px;
}
.main_body .myaccount_body_section .refer_friend .refer_link_manual .remove_friend {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 35px;
}
.main_body .myaccount_body_section .refer_friend .transaction_table {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section p {
  float: left;
  margin: 0;
  padding: 0;
  color: #474747;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section p strong {
  font-family: ubunturegular;
  color: #c36512;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section .search_box {
  float: right;
  margin: 0;
  width: 200px;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section .search_box .input-group {
  border: 1px solid #c5c5c5;
  float: left;
  width: 100%;
  height: 25px;
  border-radius: 25px;
  padding: 0;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section .search_box .input-group .btn.btn-default {
  border: 0;
  background: 0 0;
  border-radius: 25px 0 0 25px;
  height: 23px;
  padding: 0 10px;
  color: #777;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .top_section .search_box .input-group .custome_input {
  border: 0;
  background: 0 0;
  border-radius: 0 25px 25px 0;
  padding-right: 15px;
  height: 23px;
  font-size: 14px;
  color: #777;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .footable > thead > tr > th {
  background: #898f9d;
  font-family: ubuntubold;
  font-size: 14px;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #898f9d;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .footable > tbody > tr > td {
  font-size: 14px;
  height: 35px;
  padding: 5px 10px;
  color: #474747;
  background: #fff;
  border: 1px solid #d7d8da;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .footable > tbody > tr:nth-child(2n + 2) > td {
  background: #edeeef;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .action_btn {
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .action_btn div {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-size: 25px;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .action_btn div strong {
  color: #c36512;
  font-family: ubunturegular;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .action_btn a.brown_bg {
  display: inline-block;
}
.main_body .myaccount_body_section .refer_friend .transaction_table .action_btn a.brown_bg.disabled {
  background: #868686;
  background: -moz-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: -webkit-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  border-color: #4a4a4a;
  cursor: default;
}
#refer_friend_sms .modal-content {
  background: 0 0;
}
#refer_friend_sms .modal-header {
  background: #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding: 8px 15px;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#refer_friend_sms .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#refer_friend_sms .modal-header .modal-title {
  color: #fff;
}
#refer_friend_sms .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
}
#refer_friend_sms .modal-body {
  padding: 20px 0;
  background: #fff;
  float: left;
}
#refer_friend_sms .modal-body img {
  padding: 0 0 15px;
}
#refer_friend_sms .modal-body .form-group {
  width: 100%;
}
#refer_friend_sms .modal-body .form-group p {
  color: #606060;
  font-size: 18px;
}
#refer_friend_sms .modal-body .form-group p strong {
  color: #000;
}
#refer_friend_sms .modal-body .form-group {
  padding: 0 20px 0;
  position: relative;
  margin: 0;
  float: left;
}
#refer_friend_sms .modal-body .form-group .custome_input {
  width: 100%;
  display: inline;
  margin-bottom: 30px;
}
#refer_friend_sms .modal-body .form-group .error_tooltip {
  display: none;
  position: absolute;
  bottom: 5px;
  font-size: 12px;
  width: 83%;
}
#refer_friend_sms .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
#refer_friend_sms .modal-body .form-group .brown_bg {
  display: inline-block;
}
#refer_friend_sms .modal-body .form-group .brown_bg:hover {
  color: #fff;
  text-decoration: none;
}
#withdrawltab.resp-vtabs {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
#withdrawltab .resp-tabs-list {
  margin: 0;
  padding: 0;
}
#withdrawltab.resp-vtabs .resp-tabs-list li {
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
#withdrawltab.resp-vtabs .icon {
  float: left;
  width: 30%;
  padding: 0px 0;
  margin: 0 0 0 0;
  text-align: center;
}
#withdrawltab.resp-vtabs .icon img {
  width: 80%;
}
#withdrawltab.resp-vtabs .resp-tabs-container {
  padding: 0;
  float: right;
  width: 70%;
  clear: none;
  position: relative;
  background: #f2eee5;
  border-radius: 5px;
}
#withdrawltab.resp-vtabs .resp-tab-content {
  display: block;
  padding: 30px;
  float: left;
  width: 100%;
  color: #474747;
}
#withdrawltab.resp-vtabs .resp-content-active,
.resp-vtabs .resp-accordion-active {
  display: block;
}
#withdrawltab.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 25%;
}
#withdrawltab.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 10px 25px 10px 15px;
  margin: 0;
  cursor: pointer;
  float: left;
  width: 100%;
  color: #474747;
  position: relative;
  border: 0;
  font-size: 15px;
  border-bottom: 1px solid #e6e2d9;
}
#withdrawltab.resp-vtabs .resp-tabs-list li:last-child {
  border: 0;
}
#withdrawltab.resp-vtabs .resp-tabs-list li span.icon {
  float: left;
  width: 85px;
  margin: 0;
  padding: 0;
}
#withdrawltab.resp-vtabs .resp-tabs-list li span.text {
  float: left;
  margin: 0;
  padding: 12px 10px;
  width: 80px;
}
#withdrawltab.resp-vtabs .resp-tab-content {
  border: none;
}
#withdrawltab.resp-vtabs li.resp-tab-active {
  background: #f6f3eb;
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
}
#withdrawltab.resp-vtabs li.resp-tab-active:after {
  content: "";
  border-left: 20px solid #f6f3eb;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
#withdrawltab.resp-vtabs .resp-tabs-list li:hover {
  background: #f6f3eb;
}
#withdrawltab.resp-vtabs .resp-tabs-list li:hover:after {
  content: "";
  border-left: 20px solid #f6f3eb;
  border-top: 46px solid transparent;
  border-bottom: 46px solid transparent;
  position: absolute;
  right: -20px;
  top: 0;
}
#withdrawltab.resp-vtabs .resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #cab9a2;
  margin: 0;
  padding: 4px 15px;
  width: 100%;
  float: left;
  background: #f2eee5;
}
#withdrawltab.resp-vtabs .resp-accordion span.icon {
  float: left;
  width: 85px;
  margin: 0;
  padding: 0;
}
#withdrawltab.resp-vtabs .resp-accordion span.text {
  float: left;
  margin: 0;
  padding: 0 10px;
  width: auto;
  line-height: 65px;
}
#withdrawltab.resp-vtabs .resp-accordion .resp-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #cab599;
  border-radius: 30px;
  float: right;
  margin-top: 20px;
  position: relative;
  line-height: 25px;
  color: #a55e00;
  background: #fff;
}
#withdrawltab.resp-vtabs .resp-accordion .resp-arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 5px;
}
#withdrawltab.resp-vtabs .resp-accordion:hover .resp-arrow {
  background: #fff;
  color: #a55e00;
}
#withdrawltab.resp-vtabs .resp-tab-active .resp-arrow {
  background: #fff;
  color: #8a673c;
}
#withdrawltab.resp-vtabs .resp-tab-active .resp-arrow:after {
  content: "\f106";
  line-height: 20px;
}
#withdrawltab.resp-vtabs .resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
#withdrawltab.resp-vtabs .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
#withdrawltab.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
#withdrawltab.resp-vtabs .resp-tab-active {
  color: #fff;
  background: #be7401;
  background: -moz-linear-gradient(top, #be7401 0, #a25c00 100%);
  background: -webkit-linear-gradient(top, #be7401 0, #a25c00 100%);
  background: linear-gradient(to bottom, #be7401 0, #a25c00 100%);
}
#withdrawltab.resp-vtabs .resp-tab-content .marquee {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 13px;
  color: #000;
  background: #fff;
  line-height: normal;
}
#withdrawltab.resp-vtabs .resp-tab-content .marquee a {
  text-decoration: underline;
  color: #b46a00;
}
#withdrawltab.resp-vtabs .resp-tab-content .title {
  font-size: 20px;
  float: left;
  width: 100%;
}
#withdrawltab.resp-vtabs .resp-tab-content .title p {
  font-size: 13px;
  padding: 10px 0 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .withdrawl_amount {
  font-size: 18px;
  color: #974f05;
  float: left;
  width: 100%;
  padding: 0 0 20px;
}
#withdrawltab.resp-vtabs .resp-tab-content .withdrawl_amount strong {
  font-family: ubuntubold;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_account_link {
  padding: 2px 15px 0;
  float: left;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_account_link a {
  color: #5e960e;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_account_link a i {
  border: 2px solid #5e960e;
  border-radius: 25px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  background: #fff;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .error_tooltip {
  position: relative;
  top: auto;
  left: auto;
  display: none;
  z-index: 1;
  margin-top: -7px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox .bank_ac_list {
  position: relative;
  margin-bottom: 10px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.last {
  margin-bottom: 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group a {
  display: inline-block;
  float: left;
  line-height: 35px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group label {
  font-size: 15px;
  float: left;
  width: 100%;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .custome_input {
  border: 1px solid #c5c5c5;
  float: left;
  width: 100%;
  height: 35px;
  padding: 5px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #c5c5c5;
  height: 35px;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .select_box {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  float: left;
  background: #fff;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .select_box select {
  position: relative;
  z-index: 1;
  background: 0 0;
  padding-right: 50px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group input.error {
  border-color: #feb2b2;
  background-color: #ffefef;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .select_box_searchable:after {
  display: none;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .error_tooltip {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  z-index: 1;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.success .error_tooltip.success_tooltip {
  display: block;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .error_tooltip.success_tooltip {
  background: #588418;
  color: #fff;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .error_tooltip.success_tooltip:after {
  border-bottom-color: #588418;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .select_box .error_tooltip {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 1;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group select.custome_input.error {
  border-color: #feb2b2;
  background-color: #ffefef;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .select_box.error:after {
  z-index: 1;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .withdraw_charges {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd8ca;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .withdraw_charges strong {
  color: #bc0406;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.error .error_tooltip {
  display: block;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac a.brown_bg {
  display: block;
  float: none;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox {
  margin-top: 30px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox label {
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  padding: 5px 0 5px 40px;
  color: #474747;
  position: relative;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox label strong {
  display: block;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox label .iradio_square-green {
  position: absolute;
  left: 8px;
  top: 15px;
  background: url(../images/my_account/withdraw/bank_green_tick.png) no-repeat;
  background-size: 100%;
  background-position: 0 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox label .iradio_square-green.checked {
  background-position: 0 -35px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox label.active {
  border: 1px solid #588418;
  background: #588418;
  color: #fff;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox .bank_ac_list {
  position: relative;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox .bank_ac_list .document_action {
  float: right;
  padding-top: 0;
  position: absolute;
  right: -1px;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 2%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 2%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 2%, #8e4f00 100%);
  border: 1px solid #945300;
  border-radius: 0 3px 3px 0;
  top: 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox .bank_ac_list .document_action a {
  display: inline-block;
  float: left;
  height: 52px;
  position: relative;
  padding: 0 3px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group.select_bank_ac .checkbox .bank_ac_list a img {
  vertical-align: top;
  height: 100%;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .upi_msg {
  margin-top: 10px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .upi_msg .green_tick {
  width: 14px;
  display: inline-block;
  margin-right: 5px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .verify {
  position: relative;
  float: left;
  width: 100%;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .btn_do_verify {
  display: none;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .btn_verify {
  display: none;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .verify .custome_input {
  padding-right: 80px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .verify .btn_do_verify {
  display: none;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .verify .btn_verify {
  padding: 10px 8px 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #88a221;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  display: block;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .verify .btn_verify i {
  font-family: FontAwesome;
  font-style: normal;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .do_verify {
  position: relative;
  float: left;
  width: 100%;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .do_verify .custome_input {
  padding-right: 70px;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .do_verify .btn_verify {
  display: none;
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .do_verify .btn_do_verify {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 2;
  border: 1px solid #945300;
  border-radius: 0 4px 4px 0;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
}
#withdrawltab.resp-vtabs .resp-tab-content .form-group .do_verify .btn_do_verify:focus {
  outline: 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_details_btn a {
  font-size: 16px;
  color: #949494;
  text-decoration: none;
  background: #fff;
  border: 1px solid #949494;
  line-height: 33px;
  padding: 0 15px;
  border-radius: 20px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .divider {
  float: left;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  height: 2px;
  background: #ddd7cb;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .title p {
  margin: 20px 0;
  font-size: 14px;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .profile_details {
  float: left;
  width: 100%;
  padding: 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .profile_details .form-group .checkbox label {
  width: auto;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .profile_details .form-group .error_tooltip {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: none;
  z-index: 1;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .profile_details .form-group .error_tooltip {
  position: relative;
  bottom: -3px;
  left: 0;
  display: none;
  z-index: 1;
  top: auto;
}
.main_body .myaccount_body_section .profile_details .form-group .select_box .select2-container .select2-selection--single {
  height: 35px;
}
#withdrawltab.resp-vtabs .resp-tab-content .add_new_account .profile_details .form-group a.cancel {
  text-decoration: underline;
  color: #b46a00;
  font-size: 18px;
  font-family: ubuntumedium;
  margin-left: 20px;
  text-transform: uppercase;
  padding: 7px 0;
}
#withdrawltab.resp-vtabs .resp-tab-content .row.add_new_account {
  padding: 0;
}
.main_body .myaccount_body_section .transaction_details .transaction_table.Withdraw_status .footable > tbody > tr > td a {
  text-decoration: none;
  color: #e38431;
  font-size: 15px;
  font-family: ubuntumedium;
}
.main_body .myaccount_body_section .loyalty {
  float: left;
  margin: 0;
  padding: 0 0 10px;
  width: 100%;
}
.main_body .myaccount_body_section .loyalty .loyalty_msg {
  float: left;
  width: 100%;
  margin: 0;
  padding: 70px 20px;
  text-align: center;
  background: #f2eee5;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details {
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .curremt_club {
  float: left;
  margin: 0;
  padding: 0;
  width: 250px;
  border-right: 1px solid #d7d8da;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .curremt_club .club_icon {
  float: left;
  width: 63px;
  margin: 0 10px 0 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .curremt_club .club_icon img {
  width: 100%;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .curremt_club .club_name {
  float: right;
  font-size: 18px;
  color: #474747;
  width: 170px;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .curremt_club .club_name span {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #e38431;
  line-height: 24px;
  padding: 10px 0 0 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .total_loyalty_point {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .total_loyalty_point .total_loyalty_point_icon {
  float: left;
  width: 63px;
  margin: 0 10px 0 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .total_loyalty_point .loyalty_point_count {
  float: left;
  font-size: 18px;
  color: #474747;
  width: 180px;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .total_loyalty_point .loyalty_point_count span {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #e38431;
  line-height: 24px;
  padding: 10px 0 0 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_point_details .total_loyalty_point .redeem {
  font-size: 16px;
  text-shadow: 0 1px 0 #171717;
  font-family: ubuntubold;
  text-transform: capitalize;
  color: #fff;
  border-radius: 25px;
  background: #9be137;
  background: -moz-linear-gradient(top, #9be137 0, #6ca31e 5%, #54860c 100%);
  background: -webkit-linear-gradient(top, #9be137 0, #6ca31e 5%, #54860c 100%);
  background: linear-gradient(to bottom, #9be137 0, #6ca31e 5%, #54860c 100%);
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid #5a8a16;
  display: inline-block;
  float: left;
  margin: 30px 0 0 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details {
  float: left;
  margin: 30px 0;
  padding: 0;
  background: #f2eee5;
  border-radius: 5px;
  width: 100%;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .title {
  text-align: center;
  float: left;
  width: 100%;
  margin: -20px 0 20px 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .title span {
  background: #2b3241;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  margin: 0 auto;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess {
  width: 58%;
  margin: 0 auto;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .curremt_club {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .curremt_club .club_icon {
  float: left;
  width: 100%;
  text-align: center;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .curremt_club .club_icon img {
  width: 70px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .curremt_club .club_name {
  float: left;
  width: 100%;
  text-align: center;
  color: #474747;
  font-size: 18px;
  padding: 5px 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar {
  float: left;
  margin: 20px 0;
  padding: 0;
  width: 440px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar p {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar .progress {
  border-radius: 15px;
  border: 1px solid #d7d2c6;
  background: #fff;
  margin: 0 0 5px 0;
  height: 25px;
  overflow: visible;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar .progress .progress-bar.progress-bar-minium {
  background: #bb721a;
  background: -moz-linear-gradient(top, #bb721a 0, #925210 100%);
  background: -webkit-linear-gradient(top, #bb721a 0, #925210 100%);
  background: linear-gradient(to bottom, #bb721a 0, #925210 100%);
  position: relative;
  border-radius: 15px 0 0 15px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar .progress .progress-bar.progress-bar-minium:hover .custome_tooltip {
  display: block;
  top: 30px;
  color: #000;
  width: 200px;
  left: -40px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar .progress .progress-bar.progress-bar-req {
  background: #699805;
  background: -moz-linear-gradient(top, #699805 0, #4b7905 100%);
  background: -webkit-linear-gradient(top, #699805 0, #4b7905 100%);
  background: linear-gradient(to bottom, #699805 0, #4b7905 100%);
  border-radius: 0 15px 15px 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .club_progessbar .progress .progress-bar.progress-bar-req:hover .custome_tooltip {
  display: block;
  top: 30px;
  color: #000;
  width: 200px;
  left: -40px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .next_club {
  float: left;
  margin: 0;
  padding: 0;
  width: 120px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .next_club .club_icon {
  float: left;
  width: 100%;
  text-align: center;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .next_club .club_icon img {
  width: 70px;
}
.main_body .myaccount_body_section .loyalty .loyalty_level_details .club_progess .next_club .club_name {
  float: left;
  width: 100%;
  text-align: center;
  color: #474747;
  font-size: 18px;
  padding: 5px 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_table {
  float: left;
  width: 100%;
  padding: 0;
  padding: 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading {
  float: left;
  width: 100%;
  padding: 0;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading span {
  float: left;
  font-size: 20px;
  color: #474747;
}
.loyalty_table .heading1 {
  float: left;
  width: 100%;
  padding: 0;
  padding: 0;
  border: 0;
  margin: 0 0 10px;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading1 {
  font-size: 20px;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading1 span {
  color: #578000;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading .select_box {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  width: 150px;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading .select_box select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #c5c5c5;
  background: #fff;
  vertical-align: middle;
  height: 35px;
  padding: 8px 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: 0 0;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .heading .select_box:after {
  position: absolute;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .footable > thead > tr > th {
  background: #898f9d;
  font-family: ubuntubold;
  font-size: 14px;
  border: 1px solid #898f9d;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .footable > tbody > tr > td {
  font-size: 14px;
  border: 1px solid #d7d8da;
}
.main_body .myaccount_body_section .loyalty .loyalty_table .footable > tbody > tr > td a {
  color: #e38431;
  text-decoration: underline;
}
.single_page {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: table;
}
.single_page .container {
  width: 950px;
}
.single_page .header_content_div {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100px;
}
.single_page .header_content_div .logo {
  padding: 0 15px;
  line-height: 100px;
}
.single_page .body_content_div {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/login_register/single_page_bg.jpg) no-repeat center;
  height: 460px;
}
.single_page.activation_link_expired {
  background: #000;
}
.single_page.activation_link_expired .body_content_div {
  background: url(../images/login_register/link_expired_bg.jpg) no-repeat center;
}
.single_page.forgot_link_expired {
  background: #000;
}
.single_page.forgot_link_expired .body_content_div {
  background: url(../images/login_register/link_expired_bg.jpg) no-repeat center;
}
.single_page .body_content_div .container {
  min-height: 100%;
  height: 100%;
}
.single_page .body_content_div .container .row {
  min-height: 100%;
  height: 100%;
}
.single_page .body_content_div .body_content_div_inner {
  min-height: 100%;
  height: 100%;
  display: table;
}
.single_page .body_content_div .login_form {
  width: 320px;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.single_page .body_content_div .login_form .login_mobile_banner {
  display: none;
}
.single_page .body_content_div .login_form .login_form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.single_page .body_content_div .login_form .login_form_inner .page-header {
  font-size: 24px;
  color: #b46a00;
  border: 0;
  padding: 0 0 20px;
  margin: 0;
}
.single_page.activation_link_expired .body_content_div .login_form .login_form_inner .page-header {
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}
.single_page.activation_link_expired .body_content_div .login_form .login_form_inner .page-header span {
  color: #dc0a03;
}
.single_page.forgot_link_expired .body_content_div .login_form .login_form_inner .page-header {
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}
.single_page.forgot_link_expired .body_content_div .login_form .login_form_inner .page-header span {
  color: #dc0a03;
}
.single_page .body_content_div .login_form .login_form_inner .form-group p {
  color: #8b8b8b;
  font-size: 14px;
}
.single_page .body_content_div .login_form .login_form_inner .input-group {
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .hide_pa,
.single_page .body_content_div .login_form .login_form_inner .input-group .show_pa {
  display: none;
  position: absolute;
  right: 10px;
  top: 7px;
  color: #b4b4b4;
  cursor: pointer;
  font-size: 20px;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .show_pa .fa-eye {
  display: block;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .show_pa .fa-eye-slash {
  display: none;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .hide_pa .fa-eye {
  display: none;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .hide_pa .fa-eye-slash {
  display: block;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .req_star {
  position: absolute;
  right: -10px;
  top: 0;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .custome_input {
  width: 100%;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #4b4b4b;
  color: #b4b4b4;
  border: 1px solid #616161;
  padding-right: 40px;
}
.single_page .body_content_div .login_form .login_form_inner .form-group .brown_bg {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.single_page .body_content_div .login_form .login_form_inner .form-group a {
  color: #b46a00;
  text-decoration: underline;
  font-size: 14px;
}
.single_page .body_content_div .login_form .login_form_inner .form-group a.brown_bg {
  display: inline-block;
  height: 40px;
  color: #fff;
  text-decoration: none;
}
.single_page .body_content_div .login_form .login_form_inner .input-group.error .custome_input {
  background: #4b4b4b none repeat scroll 0 0;
  border: 1px solid #feb2b2;
  border-left: 0;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .custome_input.error {
  background: #4b4b4b none repeat scroll 0 0;
  border: 1px solid #feb2b2;
  border-left: 0;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .input-group-addon {
  padding: 5px 7px;
  background: #4b4b4b;
  border: 1px solid #616161;
  height: 22px;
  width: 36px;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .input-group-addon.user_icon.user_icon {
  background-position: -264px -78px;
  background-color: #4b4b4b;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .input-group-addon.password_icon {
  background-position: -314px -78px;
  background-color: #4b4b4b;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .input-group-addon.email_icon2 {
  background-position: -363px -77px;
  background-color: #4b4b4b;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .input-group-addon.mobile_icon {
  background-position: -407px -78px;
  background-color: #4b4b4b;
}
.single_page .body_content_div .login_form .login_form_inner .input-group.error .input-group-addon {
  border: 1px solid #feb2b2;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .error_tooltip {
  display: none;
}
.single_page .body_content_div .login_form .login_form_inner .input-group.error .error_tooltip {
  bottom: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.single_page .body_content_div .login_form .login_form_inner .input-group .error_tooltip {
  bottom: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  display: none;
}
.single_page .body_content_div .login_form .login_form_inner .form-group p.note {
  font-size: 12px;
  color: #8b8b8b;
  line-height: 16px;
}
.single_page .body_content_div .login_form .login_form_inner .form-group p.note strong {
  color: #c70d0d;
}
.single_page .body_content_div .login_form .login_form_inner .form-group .no_crcard {
  border-bottom: 1px solid #4b4b4b;
  margin: 0 0 0;
  padding: 0 0 10px;
  color: #707070;
  font-size: 13px;
}
.single_page .body_content_div .login_form .login_form_inner .form-group .no_crcard span.no_crcard_img {
  width: 20px;
  height: 20px;
  background-position: -999px -143px;
  position: relative;
  right: auto;
  top: 5px;
  display: inline-block;
}
.single_page .body_content_div .login_form .login_form_inner .form-group p.mtop10 {
  font-size: 14px;
  color: #fff;
}
.single_page .body_content_div .login_form .login_form_inner .form-group.text-center {
  margin: 0;
}
.single_page .body_content_div .login_form .login_form_inner .form-group p a {
  color: #b46a00;
  text-decoration: underline;
}
.single_page .footer_content_div {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100px;
}
.single_page .footer_content_div p {
  padding: 40px 15px;
  color: #969696;
}
.single_page .footer_content_div p a {
  color: #969696;
  text-decoration: none;
}
.single_page .footer_content_div p a.popup_mail {
  width: 18px;
  height: 18px;
  background-position: -928px -43px;
  display: inline-block;
}
.single_page .footer_content_div p a.popup_chat {
  width: 20px;
  height: 20px;
  background-position: -963px -43px;
  display: inline-block;
}
.single_page .footer_content_div p span.popup_call {
  width: auto;
  height: 20px;
  background-position: -1004px -44px;
  display: inline-block;
  padding-left: 17px;
  color: #8a8a8a;
}
.single_page .footer_content_div .smk_accordion {
  position: relative;
  margin: 0;
  padding: 0 0;
  list-style: none;
  margin-bottom: 0;
}
.single_page .footer_content_div .smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: 0;
  overflow: hidden;
}
.single_page .footer_content_div .smk_accordion .accordion_in:last-child {
  border: 0;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_head {
  position: relative;
  color: #000;
  padding: 10px;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_head h3 {
  font-size: 18px;
  color: #fff;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background-position: -1006px -5px;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content {
  color: rgba(255, 255, 255, 0.7);
  padding: 3px 10px 15px;
  float: left;
  font-size: 14px;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content h1:first-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content h2:first-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content h3:first-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content h4:first-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content h5:first-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.single_page .footer_content_div .smk_accordion .accordion_in:first-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 3px 3px 0 0;
}
.single_page .footer_content_div .smk_accordion .accordion_in:last-of-type,
.single_page .footer_content_div .smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 3px 3px;
}
.single_page .footer_content_div .smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.single_page .footer_content_div .smk_accordion .accordion_in.acc_active > .acc_content span.strong {
  font-weight: 700;
}
.single_page .footer_content_div .smk_accordion .accordion_in.acc_active > .acc_head {
  color: #000;
}
.single_page .footer_content_div .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background-position: -1006px -23px;
}
.single_page .footer_content_div .smk_accordion.acc_with_icon .accordion_in .acc_content,
.single_page .footer_content_div .smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-left: 30px;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content .seo_pic_app {
  float: right;
  margin: 0 0 -15px 20px;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 20px;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content ul li {
  list-style: disc;
  margin-bottom: 5px;
  float: left;
  width: 100%;
  display: list-item;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content ul li ul li {
  list-style: disc;
}
.single_page .footer_content_div .smk_accordion .accordion_in .acc_content a {
  color: #fdb34b;
  text-decoration: underline;
}
body.register {
  background: #130503;
}
body.register .single_page .body_content_div {
  background: url(../../../images/promotions/common/welcome-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.login {
  background: #150603;
}
body.login .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.forgot-password {
  background: #150603;
}
body.forgot-password .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.forgot-password-success {
  background: #150603;
}
body.forgot-password-success .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.reset-password {
  background: #150603;
}
body.reset-password .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.verification-pending {
  background: #150603;
}
body.verification-pending .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.password-changed {
  background: #150603;
}
body.password-changed .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.password-reset {
  background: #150603;
}
body.password-reset .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.activation-link-expired {
  background: #150603;
}
body.activation-link-expired .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.forgot-password-link-expired {
  background: #150603;
}
body.forgot-password-link-expired .single_page .body_content_div {
  background: url(../../../images/promotions/2019/august/refer-bonus/form-page-dekstop-2000x510.jpg) no-repeat center;
}
body.promotion-link-expired {
  background: #03030f;
}
body.promotion-link-expired .single_page.forgot_link_expired {
  background: #03030f;
}
body.promotion-link-expired .single_page .body_content_div {
  background: url(../../../images/common/link_expired_bg.jpg) no-repeat center;
}
.main_body .myaccount_body_section .withdrawl_static_page {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main_body .myaccount_body_section .withdrawl_static_page .icon {
  float: left;
  width: 30%;
  padding: 30px 0;
  margin: 0 5% 0 0;
  border-right: 1px solid #d7d8da;
  text-align: center;
}
.main_body .myaccount_body_section .withdrawl_static_page .text {
  float: left;
  width: 65%;
  padding: 0 0 10px;
  margin: 0;
  color: #474747;
}
.main_body .myaccount_body_section .withdrawl_static_page .text.insufficient_cash {
  padding-top: 60px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text .title {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0 0 20px;
  font-size: 20px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0 0 20px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p strong {
  color: #578000;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p a {
  color: #b46a00;
  font-family: ubuntubold;
  text-decoration: underline;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p span {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p span.rupees-symbol {
  float: none;
  width: auto;
  margin: 0;
}
.main_body .myaccount_body_section .withdrawl_static_page .text a.brown_bg {
  line-height: 40px;
  display: inline-block;
}
.main_body .myaccount_body_section .withdrawl_static_page .text a.green_bg {
  line-height: 40px;
  display: inline-block;
  border-radius: 3px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text a.disabled {
  background: #7e7e7e !important;
  color: #b8b8b8 !important;
  border-color: #7e7e7e !important;
  text-shadow: 0px 1px 0px #2d2d2d !important;
  cursor: not-allowed;
}
.main_body .myaccount_body_section .withdrawl_static_page .text .highlight {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: ubunturegular;
  font-size: 20px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text .highlight strong {
  font-family: ubunturegular;
  color: #c36512;
}
.main_body .myaccount_body_section .withdrawl_static_page .text.ptop20 {
  padding-top: 20px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text.ptop40 {
  padding-top: 40px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p samp {
  font-family: ubuntubold;
  color: #c36512;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p samp i {
  font-style: normal;
  font-weight: 700;
}
#redeemtab {
  float: left;
  width: 100%;
  border: 1px solid #d7d8da;
}
#redeemtab .resp-tabs-list {
  float: left;
  width: 100%;
}
#redeemtab .resp-tabs-list li {
  text-align: center;
  width: 50%;
  float: left;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  color: #474747;
  line-height: 70px;
  border-top: 3px solid #f6f3eb;
  background: #f6f3eb;
  background: -moz-linear-gradient(top, #f6f3eb 0, #e6e2d7 100%);
  background: -webkit-linear-gradient(top, #f6f3eb 0, #e6e2d7 100%);
  background: linear-gradient(to bottom, #f6f3eb 0, #e6e2d7 100%);
}
#redeemtab .resp-tabs-list li:last-child {
  margin: 0;
}
#redeemtab .resp-tabs-list li .icon {
  margin-right: 15px;
  display: inline-block;
}
#redeemtab .resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  border-top: 3px solid #f6f3eb;
  margin: 0;
  padding: 0 15px;
  line-height: 70px;
  color: #010000;
}
#redeemtab .resp-tabs-list li.resp-tab-active {
  color: #5e9511;
  border-top: 3px solid #71aa20;
  position: relative;
  background: #fff;
}
#redeemtab .resp-accordion .icon img {
  width: 60px;
}
#redeemtab .resp-tab-content {
  padding: 50px 50px 20px;
  width: 100%;
  float: left;
  display: none;
}
#redeemtab .resp-accordion .resp-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  float: right;
  margin-top: 23px;
  position: relative;
  line-height: 25px;
  color: #000;
  background: #fff;
}
#redeemtab .resp-accordion .resp-arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 5px;
}
#redeemtab .resp-accordion:hover .resp-arrow {
  background: #fff;
  color: #000;
  border-color: #fff;
}
#redeemtab .resp-accordion.resp-tab-active .resp-arrow,
#redeemtab .resp-accordion:hover .resp-arrow {
  background: #71aa20;
  color: #fff;
  border-color: #fff;
}
#redeemtab .resp-accordion.resp-tab-active .resp-arrow:after {
  content: "\f106";
  line-height: 20px;
}
#redeemtab .resp-accordion.resp-tab-active,
#redeemtab .resp-accordion:hover {
  color: #5e9511;
  border-top: 3px solid #71aa20;
  position: relative;
  background: #fff;
}
#redeemtab .resp-tab-content .slick-slider {
  background: 0 0;
  margin: 0;
}
#redeemtab .resp-tab-content .slick-slide {
  outline: 0;
}
#redeemtab .resp-tab-content .slick-next,
#redeemtab .resp-tab-content .slick-prev {
  background: #9be137;
  background: -moz-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: -webkit-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: linear-gradient(to bottom, #9be137 0, #6ca31e 2%, #54860c 100%);
  color: #fff;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
}
#redeemtab .resp-tab-content .slick-next.slick-disabled,
#redeemtab .resp-tab-content .slick-prev.slick-disabled {
  background: #868686;
  background: -moz-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: -webkit-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  border-color: #4a4a4a;
}
#redeemtab .resp-tab-content .slick-prev {
  left: -35px;
}
#redeemtab .resp-tab-content .slick-next {
  right: -35px;
}
#redeemtab .resp-tab-content .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  opacity: 1;
  padding-right: 7px;
}
#redeemtab .resp-tab-content .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 40px;
  color: #fff;
  opacity: 1;
  padding-left: 7px;
}
#redeemtab .resp-tab-content .slick-list {
  margin-left: 25px;
}
#redeemtab .resp-tab-content .redeem_box {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  background: #2b3241;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_icon {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #2f3d54;
  background: -moz-linear-gradient(top, #2f3d54 0, #181c26 100%);
  background: -webkit-linear-gradient(top, #2f3d54 0, #181c26 100%);
  background: linear-gradient(to bottom, #2f3d54 0, #181c26 100%);
  position: relative;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_icon .outofstock_tag_img {
  display: none;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_icon.outofstock_tag .outofstock_tag_img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_icon img {
  display: inline-block;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_title {
  float: left;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background: #000;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_title .item_name {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_title .lps_count {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #e38431;
  font-family: ubuntubold;
  text-align: center;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 15px;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity .select_box {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 15px;
  background: #475063;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity .select_box select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 0;
  background: 0 0;
  vertical-align: middle;
  height: 30px;
  padding: 0 12px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: 0 0;
  color: #fff;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity .select_box:after {
  position: absolute;
  content: "\f0d7";
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  right: 0;
  top: 0;
  z-index: 0;
  background: #1a1f2a;
  width: 35px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 0 15px 15px 0;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity .select_box select.custome_input option {
  background: #475063;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity.disabled .select_box {
  background: #4f4f4f;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_quantity.disabled .select_box:after {
  background: #3a3a3a;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_action {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 15px 20px;
  text-align: center;
}
#redeemtab .resp-tab-content .redeem_cash .redeem_box .redeem_item_action {
  float: left;
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  text-align: center;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_action .green_bg {
  line-height: 30px;
  width: 100%;
  font-size: 13px;
  padding: 0 10px;
}
#redeemtab .resp-tab-content .redeem_box .redeem_item_action.disabled .green_bg {
  background: #868686;
  background: -moz-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: -webkit-linear-gradient(top, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  background: linear-gradient(to bottom, #868686 0, #5b5b5b 2%, #4a4a4a 100%);
  border-color: #4a4a4a;
}
#redeemtab .resp-tab-content .redeem_cash .redeem_box .redeem_item_action .green_bg {
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
}
#redeemtab .resp-tab-content p {
  color: #000;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-left: 10px;
}
#redeemtab .resp-tab-content p a {
  color: #b46a00;
  text-decoration: underline;
  font-family: ubuntubold;
}
#redeemtab .resp-tab-content .cash_redeem_msg {
  min-height: 423px;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.redeem_confirmation_popup .modal-sm {
  width: 600px;
  padding: 0;
  border: 3px solid #565656;
  border-radius: 10px;
  margin: 100px auto 0;
  box-shadow: none;
}
.redeem_confirmation_popup .modal-sm .modal-content {
  background: #fff;
  position: relative;
  border: 0;
}
.redeem_confirmation_popup .modal-sm .modal-content .close {
  opacity: 1;
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body {
  padding: 50px 40px 40px;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .item {
  float: left;
  margin: 0;
  padding: 0;
  width: 170px;
  text-align: center;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .item img {
  display: inline-block;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .text {
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 340px;
  text-align: center;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .text p {
  font-size: 18px;
  color: #474747;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .text p strong {
  color: #b46a00;
  font-family: ubunturegular;
  font-weight: 400;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .text .form-group {
  margin: 15px 0 0;
  text-align: center;
}
.redeem_confirmation_popup .modal-sm .modal-content .modal-body .text .form-group button {
  margin: 0 10px;
  float: none;
  padding: 0 30px;
}
.success_popup .modal-sm {
  width: 600px;
  padding: 0;
  border: 3px solid #565656;
  border-radius: 10px;
  margin: 100px auto 0;
  box-shadow: none;
}
.success_popup .modal-sm .modal-content {
  background: #fff;
  position: relative;
  border: 0;
}
.success_popup .modal-sm .modal-content .close {
  opacity: 1;
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}
.success_popup .modal-sm .modal-content .modal-body {
  padding: 0 100px 10px;
}
.success_popup .modal-sm .modal-content .modal-body .text {
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.success_popup .modal-sm .modal-content .modal-body .text .success_title {
  color: #588a0f;
  font-size: 30px;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.success_popup .modal-sm .modal-content .modal-body .text .success_title span {
  line-height: 50px;
}
.success_popup .modal-sm .modal-content .modal-body .text .success_title img {
  margin: -5px 0 0 0;
}
.success_popup .modal-sm .modal-content .modal-body .text p {
  font-size: 18px;
  color: #474747;
}
.success_popup .modal-sm .modal-content .modal-body .text p span {
  color: #474747;
}
.success_popup .modal-sm .modal-content .modal-body .text p strong {
  color: #b46a00;
  font-family: ubunturegular;
  font-weight: 400;
}
.success_popup .modal-sm .modal-content .modal-body .text p strong span {
  color: #b46a00;
}
.success_popup .modal-sm .modal-content .modal-body .text p a.green_bg {
  float: none;
  margin: 20px 0 0;
}
.success_popup .modal-sm .modal-content .modal-footer {
  background: #2e3442;
  border: 0;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #747986;
  border-radius: 0 0 5px 5px;
}
.success_popup .modal-sm .modal-content .modal-footer a {
  color: #747986;
  text-decoration: underline;
}
.insuffi_loyalty_popup .modal-sm {
  width: 600px;
  padding: 0;
  border: 3px solid #565656;
  border-radius: 10px;
  margin: 100px auto 0;
  box-shadow: none;
}
.insuffi_loyalty_popup .modal-sm .modal-content {
  background: #fff;
  position: relative;
  border: 0;
}
.insuffi_loyalty_popup .modal-sm .modal-content .close {
  opacity: 1;
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body {
  padding: 0 60px 0;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text {
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text .success_title {
  color: #811901;
  font-size: 30px;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text .success_title span {
  line-height: 50px;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text .success_title img {
  margin: -5px 0 0 0;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text p {
  font-size: 18px;
  color: #474747;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text p span {
  color: #747986;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text p strong {
  color: #b46a00;
  font-family: ubunturegular;
  font-weight: 400;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-body .text p strong span {
  color: #7fbc26;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-footer {
  background: #2e3442;
  border: 0;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  color: #747986;
  border-radius: 0 0 5px 5px;
}
.insuffi_loyalty_popup .modal-sm .modal-content .modal-footer a {
  color: #747986;
  text-decoration: underline;
}
#loyalty_detail_popup .modal-header {
  padding: 8px 15px;
  color: #fff;
  font-size: 24px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border-bottom: 1px solid #1d1d1d;
}
#loyalty_detail_popup .modal-sm {
  width: 720px;
}
#loyalty_detail_popup .modal-sm .modal-content {
  border: 0;
}
#loyalty_detail_popup .modal-header .modal-title {
  color: #fff;
}
#loyalty_detail_popup .modal-header .close {
  margin: 0 0;
  opacity: 1;
}
#loyalty_detail_popup .modal-body {
  padding: 20px;
  background: #fff;
}
#loyalty_detail_popup .modal-body .footable > thead > tr > th {
  background: #898f9d;
  font-family: ubuntubold;
  font-size: 14px;
  border: 1px solid #898f9d;
}
#loyalty_detail_popup .modal-body .footable > tbody > tr > td {
  font-size: 14px;
  border: 1px solid #d7d8da;
  vertical-align: top;
}
.upload_doc_section {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
#upload_doc_tab {
  float: left;
  width: 100%;
  border: 1px solid #d7d8da;
}
#upload_doc_tab .resp-tabs-list {
  float: left;
  width: 100%;
}
#upload_doc_tab .resp-tabs-list li {
  text-align: center;
  width: 50%;
  float: left;
  font-size: 24px;
  position: relative;
  cursor: pointer;
  color: #474747;
  line-height: 70px;
  border-top: 3px solid #f6f3eb;
  background: #f6f3eb;
  background: -moz-linear-gradient(top, #f6f3eb 0, #e6e2d7 100%);
  background: -webkit-linear-gradient(top, #f6f3eb 0, #e6e2d7 100%);
  background: linear-gradient(to bottom, #f6f3eb 0, #e6e2d7 100%);
}
#upload_doc_tab .resp-tabs-list li:last-child {
  margin: 0;
}
#upload_doc_tab .resp-tabs-list li .icon {
  margin-right: 15px;
  display: inline-block;
}
#upload_doc_tab .resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  border-top: 3px solid #f6f3eb;
  margin: 0;
  padding: 0 15px;
  line-height: 70px;
  color: #010000;
}
#upload_doc_tab .resp-tabs-list li.resp-tab-active {
  color: #5e9511;
  border-top: 3px solid #71aa20;
  position: relative;
  background: #fff;
}
#upload_doc_tab .resp-accordion .icon img {
  width: 60px;
}
#upload_doc_tab .resp-tab-content {
  padding: 30px;
  width: 100%;
  float: left;
  display: none;
}
#upload_doc_tab .resp-accordion .resp-arrow {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  float: right;
  margin-top: 23px;
  position: relative;
  line-height: 25px;
  color: #000;
  background: #fff;
}
#upload_doc_tab .resp-accordion .resp-arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 5px;
}
#upload_doc_tab .resp-accordion:hover .resp-arrow {
  background: #fff;
  color: #000;
  border-color: #fff;
}
#upload_doc_tab .resp-accordion.resp-tab-active .resp-arrow,
#upload_doc_tab .resp-accordion:hover .resp-arrow {
  background: #71aa20;
  color: #fff;
  border-color: #fff;
}
#upload_doc_tab .resp-accordion.resp-tab-active .resp-arrow:after {
  content: "\f106";
  line-height: 20px;
}
#upload_doc_tab .resp-accordion.resp-tab-active,
#upload_doc_tab .resp-accordion:hover {
  color: #5e9511;
  border-top: 3px solid #71aa20;
  position: relative;
  background: #fff;
}
#upload_doc_tab .resp-tab-content p {
  color: #000;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#upload_doc_tab .resp-tab-content .upload_doc {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group {
  position: relative;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group.last {
  margin: 0;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group label {
  padding-bottom: 10px;
  width: 100%;
  font-size: 15px;
  color: #000;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group input.custome_input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .select_box {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .select_box select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #c5c5c5;
  background: 0 0;
  vertical-align: middle;
  height: 40px;
  padding: 8px 45px 8px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  width: 100%;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  color: #000;
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 40px;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .btn-browse {
  margin-right: 20px;
  float: left;
}
#upload_doc_tab .resp-tab-content .upload_doc .progress {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d7d2c6;
  box-shadow: none;
  margin: 15px 0 0 0;
}
.doc_upload.btn-browse {
  background: 0 0;
  opacity: 0;
  margin-bottom: 20px;
  float: left;
  width: 152px;
  position: absolute;
  left: 0;
  margin-top: -36px;
  height: 42px;
  width: 114px;
}
#upload_doc_tab .resp-tab-content .upload_doc .progress .progress-bar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #bb721a;
  background: -moz-linear-gradient(top, #bb721a 0, #925210 100%);
  background: -webkit-linear-gradient(top, #bb721a 0, #925210 100%);
  background: linear-gradient(to bottom, #bb721a 0, #925210 100%);
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f8f8f8;
  border: 1px solid #c5c5c5;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 0 0 20px;
  float: left;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview .document_details {
  float: left;
  width: 84%;
  overflow: hidden;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview .document_details .icon {
  float: left;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview .document_details .document_name {
  float: left;
  font-size: 15px;
  color: #303030;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview .document_details .document_name strong {
  font-weight: 400;
  color: #686868;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview .document_action {
  float: right;
  padding-top: 0;
  background: #d7d7d7;
  position: absolute;
  right: 0;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .document_preview .document_action a {
  display: inline-block;
  float: left;
  height: 38px;
  border-left: 1px solid #c5c5c5;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group.error .error_tooltip {
  display: block;
  bottom: -25px;
  position: absolute;
  padding: 2px 20px;
  z-index: 2;
}
#upload_doc_tab .resp-tab-content .upload_doc .form-group .error_tooltip {
  display: none;
  bottom: -25px;
  position: absolute;
  padding: 2px 20px;
  z-index: 2;
}
#upload_doc_tab .resp-tab-content .upload_doc .divider {
  float: left;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  height: 1px;
  background: #d7d8da;
}
.upload_doc_section .upload_doc_thankyou {
  padding: 30px 80px;
  font-size: 15px;
  color: #000;
  float: left;
  width: 100%;
}
.upload_doc_section .upload_doc_thankyou h2 {
  font-size: 44px;
  margin-bottom: 20px;
  color: #609005;
  font-family: ubuntubold;
}
.upload_doc_section .upload_doc_thankyou a {
  text-decoration: underline;
  color: #b46a00;
  font-family: ubuntubold;
}
.withdraw_status_popup .modal-sm {
  width: 600px;
  padding: 0;
  border: 3px solid #565656;
  border-radius: 10px;
  margin: 100px auto 0;
  box-shadow: none;
}
.withdraw_status_popup .modal-sm .modal-content {
  background: #fff;
  position: relative;
  border: 0;
}
.withdraw_status_popup .modal-sm .modal-content .close {
  opacity: 1;
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body {
  padding: 20px 40px 40px;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
  text-align: center;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text .success_title {
  color: #811901;
  font-size: 30px;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text .success_title img {
  margin: -5px 0 0 0;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text .success_title span {
  line-height: 50px;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text p {
  font-size: 18px;
  color: #474747;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text p strong {
  color: #7fbc26;
  font-family: ubunturegular;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text .form-group {
  margin: 15px 0 0;
  text-align: center;
}
.withdraw_status_popup .modal-sm .modal-content .modal-body .text .form-group button {
  margin: 0 10px;
  float: none;
  padding: 0 30px;
}
.withdraw_status_popup1 .modal-sm {
  width: 600px;
  padding: 0;
  border: 3px solid #565656;
  border-radius: 10px;
  margin: 100px auto;
  box-shadow: none;
}
.withdraw_status_popup1 .modal-sm .modal-content {
  background: #fff;
  position: relative;
  border: 0;
}
.withdraw_status_popup1 .modal-sm .modal-content .close {
  opacity: 1;
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body {
  padding: 20px 40px 40px;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
  text-align: center;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text .success_title {
  color: #588a0f;
  font-size: 30px;
  float: left;
  width: 100%;
  padding: 15px 0;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text .success_title img {
  margin: -5px 0 0 0;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text .success_title span {
  line-height: 50px;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text p {
  font-size: 18px;
  color: #474747;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text p strong {
  color: #7fbc26;
  font-family: ubunturegular;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text .form-group {
  margin: 15px 0 0;
  text-align: center;
}
.withdraw_status_popup1 .modal-sm .modal-content .modal-body .text .form-group button {
  margin: 0 10px;
  float: none;
  padding: 0 30px;
}
.terms_popup .modal-sm {
  width: 600px;
  padding: 0;
  border: 3px solid #565656;
  border-radius: 10px;
  margin: 100px auto 30px;
  box-shadow: none;
}
.terms_popup .modal-sm .modal-content {
  background: #fff;
  position: relative;
  border: 0;
}
.terms_popup .modal-sm .modal-content .close {
  opacity: 1;
  right: 10px;
  top: 10px;
  z-index: 1;
  position: absolute;
}
.terms_popup .modal-sm .modal-content .modal-body {
  padding: 30px;
}
.terms_popup .modal-sm .modal-content .modal-body .text {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
  text-align: left;
}
.terms_popup .modal-sm .modal-content .modal-body .text .success_title {
  color: #588a0f;
  font-size: 30px;
  float: left;
  width: 100%;
  padding: 0 0 15px;
}
.terms_popup .modal-sm .modal-content .modal-body .text ul {
  float: left;
  margin: 0;
  padding: 0 0 0 15px;
  width: 100%;
}
.terms_popup .modal-sm .modal-content .modal-body .text ul li {
  float: left;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  list-style: disc;
  color: #474747;
}
.terms_popup .modal-sm .modal-content .modal-body .text ul li:last-child {
  margin: 0;
}
.terms_popup .modal-sm .modal-content .modal-body .text ul li a {
  color: #b46a00;
  text-decoration: underline;
}
.terms_popup .modal-sm .modal-content .modal-body .text ul li .table {
  border: 1px solid #ddd;
  margin-top: 10px;
}
.terms_popup .modal-sm .modal-content .modal-body .text ul li .table td {
  border: 1px solid #ddd;
  font-size: 14px;
}
#loadingImage {
  z-index: 100000000;
  height: 100%;
  width: 100%;
  background: 0 0;
  opacity: 0.5;
  position: fixed;
  display: none;
  top: 0;
  background-color: #000;
}
#loadingImage img {
  position: fixed;
  z-index: 50;
  height: 100px;
  width: 100px;
  left: 45%;
  top: 45%;
}
.main_body .promotion_page {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .promotion_page .promotion_left_div {
  float: left;
  width: 280px;
  margin: 0;
  padding: 0;
}
#sp-left ul.nav {
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
#sp-left ul.nav li {
  width: 100%;
  border-top: 1px solid #ebebeb;
  margin: 0;
  line-height: 40px;
  list-style: none;
  position: relative;
  float: left;
}
#sp-left ul.nav li:first-child {
  border: 0;
}
#sp-left ul.nav li:hover {
  background: 0 0;
}
#sp-left ul.nav li:hover > ul > li,
#sp-left ul.nav ul li {
  height: auto;
}
#sp-left ul.nav li a {
  padding: 9px 10px 9px 25px;
  font-size: 14px;
  color: #474747;
  text-decoration: none;
  position: relative;
  width: 100%;
  float: left;
}
#sp-left ul.nav li.active > a {
  background: #0d6c4a;
  color: #fff;
  position: relative;
}
#sp-left ul.nav li.active > a::after {
  border-bottom: 20px solid #fff;
  border-left: 15px solid #0d6c4a;
  border-top: 20px solid #fff;
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
}
#sp-left ul.nav li.active.parent:before {
  color: #fff;
}
#sp-left ul.nav li a {
  width: 100%;
  border-bottom: 0;
  line-height: 22px;
}
#sp-left ul.nav > li.parent > a {
  padding-right: 40px;
}
#sp-left ul.nav ul li a {
  padding: 0 0 0 40px;
  background: #f6f6f6;
}
#sp-left ul.nav ul li:first-child {
  border-top: 1px solid #ebebeb;
}
#sp-left ul.nav ul ul li a {
  padding-left: 35px;
}
#sp-left ul.nav ul li a {
  color: #6a6969;
  background: #f6f6f6;
  padding-bottom: 9px;
  padding-top: 9px;
}
#sp-left ul.nav ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
  display: none;
  padding: 0;
}
#sp-left ul.nav #head-mobile {
  display: block;
  padding: 23px;
  color: #ddd;
  font-size: 12px;
  font-weight: 700;
}
#sp-left ul.nav .parent:before {
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  color: #2b3241;
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 22px;
  z-index: 10;
}
#sp-left ul.nav .parent.open:before {
  content: "\f0d8";
  color: #2b3241;
}
#sp-left ul.nav ul ul li.active a {
  border-left: none;
}
#sp-left ul.nav ul > li.parent > ul > li.active > a,
#sp-left ul.nav > li.has-sub > ul > li.active > a {
  border-top: none;
}
#sp-left ul.nav li img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#sp-left ul.nav li img {
  display: block;
}
#sp-left ul.nav li img {
  margin-top: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div {
  float: right;
  width: 800px;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.width100 {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .page_heading {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  font-size: 24px;
  color: #474747;
  border-bottom: 1px solid #d7d8da;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .row {
  margin: 0 -20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 20px 30px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb img {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb.video {
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb.video .inner {
  padding-bottom: 50%;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb.video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb span.title {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  padding: 0;
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #d7d8da;
  font-family: ubuntumedium;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb p {
  float: left;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #474747;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb span.readmorelink {
  float: left;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_big_thumb span.readmorelink a {
  color: #e38431;
  text-align: none;
  float: right;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_small_thumb {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 20px 30px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_small_thumb img {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_small_thumb span.title {
  float: left;
  width: 100%;
  margin: 10px 0 20px;
  padding: 0;
  font-size: 18px;
  color: #474747;
  border-bottom: 1px solid #d7d8da;
  font-family: ubuntumedium;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_small_thumb p {
  float: left;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #474747;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_small_thumb span.readmorelink {
  float: left;
  width: 100%;
  margin: 0 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_small_thumb span.readmorelink a {
  color: #e38431;
  text-align: none;
  float: right;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img {
  float: left;
  width: 100%;
  padding: 0 0 30px;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.video {
  padding-bottom: 50%;
  margin-bottom: 30px;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_act_btn {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_act_btn .brown_bg {
  display: inline-block;
  line-height: 35px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_act_btn {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_act_btn .brown_bg {
  display: inline-block;
  line-height: 35px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_act_btn .green_bg {
  display: inline-block;
  line-height: 35px;
  float: none;
  border-radius: 3px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  font-size: 15px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.portrait {
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable {
  font-size: 15px;
  border: 1px solid #ccc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable th {
  border: 1px solid #ccc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td {
  border: 1px solid #ccc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .row {
  margin: 0 -10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .double_table {
  float: left;
  width: 47.5%;
  margin: 0 10px 20px;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img img {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .sub_heading {
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  font-size: 15px;
  color: #8a1c03;
  font-family: ubuntubold;
  line-height: 22px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .sub_heading .terms_heading {
  font-size: 18px;
  cursor: pointer;
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .sub_heading .terms_heading #terms_plus_icon {
  display: inline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .sub_heading .terms_heading #terms_minus_icon {
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .sub_heading .terms_heading .terms_icon {
  padding-right: 10px;
  font-size: 21px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content h2.sub_heading {
  padding: 0 0 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content p {
  float: left;
  width: 100%;
  padding: 0 0 30px;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .terms_ul {
  float: left;
  width: 100%;
  padding: 0 0 10px 15px;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .terms_ul li {
  float: left;
  width: 100%;
  padding: 0 0 5px;
  margin: 0;
  list-style: disc;
  line-height: 22px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .terms_ul li a {
  color: #965201;
  text-decoration: underline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .sub_title {
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  font-size: 15px;
  color: #8a1c03;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .hashtag_link {
  float: left;
  width: 100%;
  padding: 0 0 0 21px;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .hashtag_link li {
  float: left;
  width: 100%;
  padding: 0 0 5px;
  margin: 0;
  list-style: decimal;
  line-height: 22px;
  color: #965201;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .hashtag_link li a {
  color: #965201;
  text-decoration: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .divider {
  border-bottom: 1px solid #d7d7d7;
  float: left;
  height: 1px;
  margin: 30px auto;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .hashtag_link_title {
  float: left;
  width: 100%;
  padding: 0 50px 20px 0;
  margin: 0;
  font-size: 15px;
  color: #8a1c03;
  line-height: 23px;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .hashtag_link_title .green_bg {
  float: right;
  display: inline-block;
  font-size: 10px;
  text-shadow: none;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 3px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .para_text {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page p {
  float: left;
  width: 100%;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page p a {
  color: #965201;
  text-decoration: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page ul {
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page ul li {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0 0 5px;
  list-style: disc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page ul li a {
  color: #965201;
  text-decoration: underline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page ul li ul {
  margin-top: 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .promotion_table {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  font-size: 15px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .promotion_table .footable {
  font-size: 15px;
  border: 1px solid #ccc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .promotion_table .footable th {
  border: 1px solid #ccc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .promotion_table .footable td {
  border: 1px solid #ccc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .sub_heading {
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  font-size: 15px;
  color: #8a1c03;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .sub_heading .terms_heading {
  font-size: 18px;
  cursor: pointer;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .sub_heading .terms_heading #terms_plus_icon {
  display: inline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .sub_heading .terms_heading #terms_minus_icon {
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .sub_heading .terms_heading .terms_icon {
  padding-right: 10px;
  font-size: 21px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page h2.sub_heading {
  padding: 0 0 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page p {
  float: left;
  width: 100%;
  padding: 0 0 30px;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .terms_ul {
  float: left;
  width: 100%;
  padding: 0 0 10px 15px;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .terms_ul li {
  float: left;
  width: 100%;
  padding: 0 0 5px;
  margin: 0;
  list-style: disc;
  line-height: 22px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .terms_ul li a {
  color: #965201;
  text-decoration: underline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .past_promotion {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .past_promotion .year_div {
  width: 15%;
  position: relative;
  float: left;
  height: 60px;
  background: #272727;
  color: #e38431;
  display: table;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .past_promotion .year_div span {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .past_promotion .month_name {
  width: 85%;
  position: relative;
  float: left;
  height: 60px;
  color: #e38431;
  background: #1d1d1d;
  display: table;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .past_promotion .month_name a {
  color: #e38431;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
}
.main_body .myaccount_body_section .after_registration {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .after_registration .top_section_info {
  float: left;
  width: 100%;
  margin: 30px 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #e3e3e3;
}
.main_body .myaccount_body_section .after_registration .top_section_info .divider {
  text-align: center;
  padding: 0 15px;
  float: left;
  margin: 0;
  width: 4%;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 {
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 48%;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 .icon {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 .text {
  float: left;
  width: 370px;
  margin: 0;
  padding: 0 0 0 20px;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 .text p {
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 .text p span {
  color: #71aa20;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 .text p a {
  color: #b46a00;
  text-decoration: none;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box1 .text .brown_bg {
  display: inline-block;
  line-height: 35px;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box2 {
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 48%;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box2 .icon {
  float: left;
  width: 112px;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box2 .text {
  float: left;
  width: 430px;
  margin: 0;
  padding: 0 0 0 20px;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box2 .text p {
  margin-bottom: 5px;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box2 .text p a {
  color: #b46a00;
  text-decoration: none;
}
.main_body .myaccount_body_section .after_registration .top_section_info .box2 .text a {
  color: #71aa20;
  text-decoration: none;
}
.main_body .myaccount_body_section .after_registration .bottom_section_info {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 0;
}
.main_body .myaccount_body_section .after_registration .bottom_section_info .heading {
  border: 0;
  text-align: center;
  font-size: 25px;
}
.main_body .myaccount_body_section .after_registration .bottom_section_info .row {
  margin: 0 -5px;
}
.main_body .myaccount_body_section .after_registration .bottom_section_info .box {
  width: 386px;
  float: left;
  margin: 0 5px;
  padding: 0;
  text-align: center;
}
.main_body .myaccount_body_section .after_registration .bottom_section_info .box .green_bg {
  display: inline-block;
  float: none;
  margin-top: 20px;
}
.main_body .myaccount_body_section .after_registration .bottom_section_info .box.mobile_show {
  display: none;
}
.tips_popup .modal-sm {
  width: 600px;
  margin: 100px auto 0;
}
.tips_popup .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: ubuntumedium;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tips_popup .modal-header .modal-title {
  color: #fff;
}
.tips_popup .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}
.tips_popup .modal-body {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.tips_popup .modal-body img {
  padding: 0 0;
}
.tips_popup .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tips_popup .modal-body .form_inner .icon {
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
  text-align: center;
}
.tips_popup .modal-body .form_inner .text {
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
  width: 430px;
}
#my_share_link,
div.date input {
  cursor: pointer !important;
}
div.date input {
  cursor: pointer !important;
}
.stopScroll {
  overflow: hidden;
}
#system-message-container #system-message .alert-heading {
  display: none;
}
body.mobile-app #sp-mainbody .container {
  width: 100%;
  max-width: 100%;
}
body.mobile-app #sp-mainbody .container .mobile_rummy_app .container {
  width: 1180px;
}
body.mobile-app.rummy-hindi #sp-mainbody .container .mobile_rummy_app .banner .container {
  width: 400px;
}
.main_body .mobile_rummy_app {
  float: left;
  margin: -10px 0 30px;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 391px;
  background: url(../../../images/mobile_rummy_app/banner.jpg) no-repeat center bottom;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text {
  float: left;
  margin: 50px 0 0;
  padding: 0;
  width: 50%;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .text {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .text h1 {
  font-family: ubuntumedium;
  font-size: 40px;
  color: #000;
  padding-bottom: 25px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .text span {
  font-size: 26px;
  color: #2b3241;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .text ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .text ul li {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0 0 30px;
  list-style: none;
  background: url(../../../images/mobile_rummy_app/green_tick.png) no-repeat left center;
  color: #2b3241;
  font-size: 18px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .amount_text {
  float: left;
  margin: 0;
  padding: 20px;
  width: 100%;
  font-size: 80px;
  color: #c26600;
  background: url(../../../images/mobile_rummy_app/get.png) no-repeat left top 0;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .amount_text .rupees-symbol {
  font-size: 80px;
  color: #c26600;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .amount_text strong.amount_1000 {
  font-size: 80px;
  padding-top: 20px;
  padding-right: 20px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .amount_text strong {
  float: left;
  font-size: 44px;
  line-height: 44px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .amount_text strong.amount_1000 sup {
  font-size: 50px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .desktop_btn {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .desktop_btn ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .desktop_btn ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: 0 0;
  width: 33.33%;
  text-align: center;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .desktop_btn ul li.google_play_icon {
  background: url(../../../images/mobile_rummy_app/khelplay-google-play.png) no-repeat center top;
  padding-bottom: 40px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .desktop_btn ul li.andorid_icon {
  background: url(../../../images/mobile_rummy_app/khelplay-andorid-app.png) no-repeat center top;
  padding-bottom: 40px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .desktop_btn ul li.ios_icon {
  background: url(../../../images/mobile_rummy_app/khelplay-app_store.png) no-repeat center top;
  padding-bottom: 40px;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .mobile_btn {
  display: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .mobile_btn ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app .banner_app_text .app_download_btn .mobile_btn ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: 0 0;
  width: 50%;
  text-align: center;
}
.main_body .mobile_rummy_app .banner_app .banner_app_img {
  float: right;
  margin: 0px 0 0;
  padding: 0;
}
.main_body .mobile_rummy_app .download_by_sms {
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
  background: #2b3241;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile {
  float: left;
  margin: 7px 0 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .download-msg {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 22px;
  color: #fff;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .download-msg img {
  float: left;
  margin-top: 3px;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .download-msg span {
  margin-left: 10px;
  float: left;
  line-height: 36px;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .number_box {
  float: left;
  margin: 0;
  padding: 0;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .number_box .p-code {
  background-color: #fff;
  border-right: 1px solid #c8c8c8;
  color: #b6b6b6;
  float: left;
  font-size: 16px;
  min-height: 37px;
  padding: 0 10px;
  line-height: 37px;
  font-family: ubuntumedium;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .number_box .number_input {
  float: left;
  position: relative;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .number_box .number_input input {
  border: 0 none;
  border-radius: 0;
  float: left;
  font-size: 16px;
  margin: 0;
  min-height: 37px;
  outline: 0 none;
  padding: 0 9px 0 15px;
  line-height: 37px;
  color: #545454;
  font-family: ubuntumedium;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .number_box .number_input .error_tooltip {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 1;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .send-link {
  float: left;
}
.main_body .mobile_rummy_app .download_by_sms .download_app_mobile .send-link input {
  background: #9be137;
  background: -moz-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: -webkit-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: linear-gradient(to bottom, #9be137 0, #6ca31e 2%, #54860c 100%);
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid #5a8a16;
  font-size: 16px;
  display: inline-block;
  line-height: 35px;
  color: #fff;
  font-family: ubuntumedium;
}
.main_body .mobile_rummy_app .download_by_sms .success-msg {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
.main_body .mobile_rummy_app .banner_app_mobile {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img {
  float: right;
  margin: 70px 0 0;
  padding: 0;
  background: url(../../../images/mobile_rummy_app/banner.jpg) no-repeat right bottom;
  background-size: cover;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img span.img {
  padding: 10px;
  float: left;
  width: 100%;
  text-align: center;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .desktop_btn {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .desktop_btn ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .desktop_btn ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: 0 0;
  width: 33.33%;
  text-align: center;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .desktop_btn ul li.google_play_icon {
  background: url(../../../images/mobile_rummy_app/khelplay-google-play.png) no-repeat center top;
  padding-bottom: 40px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .desktop_btn ul li.andorid_icon {
  background: url(../../../images/mobile_rummy_app/khelplay-andorid-app.png) no-repeat center top;
  padding-bottom: 40px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .desktop_btn ul li.ios_icon {
  background: url(../../../images/mobile_rummy_app/khelplay-app_store.png) no-repeat center top;
  padding-bottom: 40px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .mobile_btn {
  display: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .mobile_btn ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_img .app_download_btn .mobile_btn ul li {
  float: left;
  margin: 0 0 20px;
  padding: 0;
  background: 0 0;
  width: 100%;
  text-align: center;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile {
  float: left;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
  background: #2b3241;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile {
  float: left;
  margin: 7px 0 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .download-msg {
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  font-size: 22px;
  color: #fff;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .download-msg img {
  float: left;
  margin-top: 3px;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .download-msg span {
  margin-left: 10px;
  float: left;
  line-height: 36px;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .number_box {
  float: left;
  margin: 0;
  padding: 0;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .number_box .p-code {
  background-color: #fff;
  border-right: 1px solid #c8c8c8;
  color: #b6b6b6;
  float: left;
  font-size: 16px;
  min-height: 37px;
  padding: 0 10px;
  line-height: 37px;
  font-family: ubuntumedium;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .number_box .number_input {
  float: left;
  position: relative;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .number_box .number_input input {
  border: 0 none;
  border-radius: 0;
  float: left;
  font-size: 16px;
  margin: 0;
  min-height: 37px;
  outline: 0 none;
  padding: 0 9px 0 15px;
  line-height: 37px;
  color: #545454;
  font-family: ubuntumedium;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .number_box .number_input .error_tooltip {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  z-index: 1;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .send-link {
  float: left;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .download_app_mobile .send-link input {
  background: #9be137;
  background: -moz-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: -webkit-linear-gradient(top, #9be137 0, #6ca31e 2%, #54860c 100%);
  background: linear-gradient(to bottom, #9be137 0, #6ca31e 2%, #54860c 100%);
  text-decoration: none;
  padding: 0 20px;
  border: 1px solid #5a8a16;
  font-size: 16px;
  display: inline-block;
  line-height: 35px;
  color: #fff;
  font-family: ubuntumedium;
}
.main_body .mobile_rummy_app .banner_app_mobile .download_by_sms_mobile .success-msg {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text {
  float: left;
  margin: 40px 0 0;
  padding: 0 20px;
  width: 50%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .text {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .text h2 {
  font-family: ubuntumedium;
  font-size: 40px;
  color: #000;
  padding-bottom: 15px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .text span {
  font-size: 20px;
  color: #2b3241;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .text ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .text ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  background: url(../../../images/mobile_rummy_app/green_tick.png) no-repeat left center;
  color: #2b3241;
  font-size: 15px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .amount_text {
  float: left;
  margin: 0;
  padding: 20px;
  width: 100%;
  font-size: 80px;
  color: #c26600;
  background: url(../../../images/mobile_rummy_app/get.png) no-repeat left top 0;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .amount_text .rupees-symbol {
  font-size: 80px;
  color: #c26600;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .amount_text strong.amount_1000 {
  font-size: 80px;
  padding-top: 20px;
  padding-right: 20px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .amount_text strong {
  float: left;
  font-size: 44px;
  line-height: 44px;
}
.main_body .mobile_rummy_app .banner_app_mobile .banner_app_text .amount_text strong.amount_1000 sup {
  font-size: 50px;
}
.main_body .mobile_rummy_app .grey_bg_container {
  background: #f1f1f1;
  color: #2b3241;
  float: left;
  margin: 0;
  padding: 30px 0;
  width: 100%;
  line-height: 22px;
}
.main_body .mobile_rummy_app .content_container {
  float: left;
  margin: 0;
  padding: 30px 0 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .divider {
  background: #dedede none repeat scroll 0 0;
  float: left;
  height: 1px;
  margin: 30px auto;
  padding: 0;
  width: 100%;
  font-size: 0;
}
.main_body .mobile_rummy_app .content_container .rummy_features {
  float: left;
  margin: 0;
  padding: 0 0 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .rummy_features .title {
  float: left;
  margin: 0;
  padding: 0 0 30px;
  width: 100%;
  font-size: 24px;
}
.main_body .mobile_rummy_app .content_container .rummy_features ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0;
}
.main_body .mobile_rummy_app .content_container .rummy_features ul li {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #2b3241;
}
.main_body .mobile_rummy_app .content_container .rummy_features ul li:after {
  background: url(../../../images/mobile_rummy_app/features_divider.png) no-repeat;
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: 1px;
  height: 180px;
}
.main_body .mobile_rummy_app .content_container .rummy_features ul li.last:after {
  width: 0;
}
.main_body .mobile_rummy_app .content_container .rummy_types {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .rummy_types ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0;
}
.main_body .mobile_rummy_app .content_container .rummy_types ul li {
  float: left;
  width: 28.5%;
  margin: 0 7% 0 0;
  padding: 0 0;
}
.main_body .mobile_rummy_app .content_container .rummy_types ul li.last {
  margin: 0;
}
.main_body .mobile_rummy_app .content_container .rummy_types ul li .title {
  float: left;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  font-size: 24px;
  text-align: left;
}
.main_body .mobile_rummy_app .content_container .rummy_types ul li p {
  text-align: center;
  padding: 0 20px;
  font-size: 14px;
  color: #2b3241;
}
.main_body .mobile_rummy_app .content_container .content_div {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .content_div .title {
  float: left;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  font-size: 24px;
  color: #474747;
}
.main_body .mobile_rummy_app .content_container .content_div p {
  font-size: 14px;
  color: #2b3241;
  line-height: 22px;
  float: left;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .content_div a {
  color: #965201;
  text-decoration: none;
}
.main_body .mobile_rummy_app .content_container .content_div a:hover {
  color: #965201;
  text-decoration: none;
}
.main_body .mobile_rummy_app .content_container .content_div ul {
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .content_div ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: decimal;
  line-height: 24px;
}
.main_body .mobile_rummy_app .content_container .content_div .left_content {
  float: none;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img {
  float: left;
  width: 50%;
  position: relative;
  height: 320px;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device {
  position: absolute;
  bottom: 0;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device img {
  vertical-align: bottom;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device.ipad {
  left: 0;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device.mobile {
  right: 0;
  z-index: 1;
  bottom: 18px;
  text-align: right;
}
.main_body .mobile_rummy_app .content_container .content_div .footer_app_links {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.main_body .mobile_rummy_app .content_container .content_div .footer_app_links a {
  display: inline-block;
  float: left;
  font-size: 0;
  height: 50px;
  margin-right: 10px;
  width: 150px;
}
.main_body .mobile_rummy_app .content_container .content_div .footer_app_links a.app_store {
  background-position: -765px -337px;
}
.main_body .mobile_rummy_app .content_container .content_div .footer_app_links a.google_play {
  background-position: -275px -5px;
}
.main_body .mobile_rummy_app .content_container .content_div .footer_app_links a._real {
  background-position: -765px -278px;
}
.main_body .mobile_rummy_app .content_container .step_video {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .step_video .video_inner {
  width: 500px;
  margin: 0 auto;
  position: relative;
  padding-top: 30%;
}
.main_body .mobile_rummy_app .content_container .step_video .video_inner iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step {
  float: left;
  margin: 0;
  padding: 0 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step .title {
  float: left;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
  font-size: 24px;
  color: #474747;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step ul li {
  float: left;
  margin: 0 2.4% 0 0;
  padding: 0;
  width: 18%;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step ul li.last {
  margin: 0;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step p {
  font-size: 13px;
  color: #2b3241;
  line-height: 22px;
  margin-top: 20px;
}
.main_body .mobile_rummy_app .content_container .mobile_app_step p span {
  display: block;
  font-size: 18px;
  color: #3a670e;
  text-align: center;
  font-family: ubuntubold;
}
.main_body .mobile_rummy_app .content_container .content_div .left_content {
  float: none;
  width: 100%;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img {
  float: left;
  width: 50%;
  position: relative;
  height: 320px;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device {
  position: absolute;
  bottom: 0;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device img {
  vertical-align: bottom;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device.ipad {
  left: 0;
}
.main_body .mobile_rummy_app .content_container .content_div .ipad_mobile_img .device.mobile {
  right: 0;
  z-index: 1;
  bottom: 18px;
  text-align: right;
}
.main_body .myaccount_body_section .post_login {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_body_section .post_login .post_login_content_div {
  float: left;
  margin: 0 10px 10px 0;
  padding: 30px;
  width: 560px;
  background: #2b3241;
  height: 230px;
}
.main_body .myaccount_body_section .post_login .post_login_content_div .title {
  font-size: 26px;
  color: #fff;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.main_body .myaccount_body_section .post_login .post_login_content_div ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_body_section .post_login .post_login_content_div ul li {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  color: #808a9f;
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 36px;
}
.main_body .myaccount_body_section .post_login .post_login_content_div ul li a {
  color: #808a9f;
  text-decoration: none;
}
.main_body .myaccount_body_section .post_login .post_login_content_div ul li a img {
  float: left;
}
.main_body .myaccount_body_section .post_login .post_login_content_div ul li a span {
  float: left;
  padding: 7px 0 0 10px;
}
.main_body .myaccount_body_section .post_login .post_login_img_big_div {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 560px;
}
.main_body .myaccount_body_section .post_login .post_login_img_big_div img {
  width: 100%;
}
.main_body .myaccount_body_section .post_login .post_login_img_big_div .mobile_tab_img {
  display: none;
}
.main_body .myaccount_body_section .post_login .post_login_img_div {
  float: left;
  margin: 0 0 11px;
  padding: 0 0;
  width: 300px;
}
.main_body .myaccount_body_section .post_login .post_login_img_div img {
  width: 100%;
}
.main_body .myaccount_body_section .post_login .post_login_img_div.img2,
.main_body .myaccount_body_section .post_login .post_login_img_div.img4 {
  margin-left: 10px;
}
.main_body.post_login_custom {
  margin: 0;
  padding: 0;
  width: 100%;
}
.main_body.post_login_custom .container {
  padding: 0 15px;
}
.main_body.post_login_custom .container .row {
  margin-top: 25px;
  margin-bottom: 15px;
}
.main_body.post_login_custom #sp-postloginbox4 {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 560px;
}
.main_body.post_login_custom #sp-postloginbox4 .post_login_img_big_div {
  float: left;
  width: 100%;
}
.main_body.post_login_custom #sp-postloginbox4 .post_login_img_big_div img {
  width: 100%;
}
.main_body.post_login_custom #sp-postloginbox4 .post_login_img_big_div .mobile_tab_img {
  display: none;
}
.main_body.post_login_custom #sp-postloginbox1 {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0;
  width: 560px;
}
.main_body.post_login_custom #sp-postloginbox1 .post_login_img_big_div {
  float: left;
  width: 100%;
}
.main_body.post_login_custom #sp-postloginbox1 .post_login_img_big_div img {
  width: 100%;
}
.main_body.post_login_custom #sp-postloginbox1 .post_login_img_big_div .mobile_tab_img {
  display: none;
}
.main_body.post_login_custom #sp-postloginbox2,
.main_body.post_login_custom #sp-postloginbox3,
.main_body.post_login_custom #sp-postloginbox5,
.main_body.post_login_custom #sp-postloginbox6 {
  float: left;
  margin: 0 0 11px;
  padding: 0 0;
  width: 300px;
}
.main_body.post_login_custom .post_login_img_div {
  float: left;
  width: 100%;
}
.main_body.post_login_custom .post_login_img_div img {
  width: 100%;
}
.main_body.post_login_custom #sp-postloginbox3,
.main_body.post_login_custom #sp-postloginbox6 {
  margin-left: 10px;
}
.main_body .myaccount_body_section .sitemap {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}
.main_body .myaccount_body_section .sitemap .sitemap_inner {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}
.main_body .myaccount_body_section .sitemap .sitemapbox {
  margin-bottom: 15px;
}
.main_body .myaccount_body_section .sitemap .sitemapbox span {
  border-radius: 5px;
  background: #4b1102;
  padding: 5px 5px 5px 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
}
.main_body .myaccount_body_section .sitemap .sitemapbox ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .sitemap .sitemapbox ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #c2c2c2;
  color: #000;
  font-size: 14px;
  line-height: 30px;
}
.main_body .myaccount_body_section .sitemap .sitemapbox ul li:last-child {
  border: none;
}
.main_body .myaccount_body_section .sitemap .sitemapbox ul li a {
  color: #000;
  text-decoration: none;
}
.main_body .myaccount_body_section .sitemap .sitemapbox ul li a:hover {
  color: #974f05;
  text-decoration: none;
}
#sp-custom-popups {
  height: 0 !important;
  min-height: 0;
}
.post_login_popup .modal-sm {
  width: 750px;
  margin: 100px auto 0;
}
.post_login_popup .modal-body .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}
.post_login_popup .modal-body {
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.post_login_popup .modal-body .slick-slider {
  margin: 0;
}
.post_login_popup .modal-body .slick-slider .slick-next,
.post_login_popup .modal-body .slick-slider .slick-prev {
  width: 40px;
  height: 40px;
  margin-top: -25px;
  top: 50%;
  opacity: 0.5;
}
.post_login_popup .modal-body .slick-slider .slick-prev {
  left: 10px;
  z-index: 1;
  background: url(../images/home/banner_left_arrow.png) no-repeat;
  background-size: 40px;
}
.post_login_popup .modal-body .slick-slider .slick-next {
  right: 10px;
  z-index: 1;
  background: url(../images/home/banner_right_arrow.png) no-repeat;
  background-size: 40px;
}
.post_login_popup .modal-body .slick-slider .slick-prev:before {
  z-index: 10;
  content: "";
}
.post_login_popup .modal-body .slick-slider .slick-next:before {
  z-index: 10;
  content: "";
}
.post_login_popup .modal-body .slick-slider .slick-next:hover,
.post_login_popup .modal-body .slick-slider .slick-prev:hover {
  opacity: 1;
}
.post_login_popup .modal-body .slick-slide {
  position: relative;
  height: auto;
}
.main_body .myaccount_body_section .playerspeak {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}
.main_body .myaccount_body_section .playerspeak .footable > tbody > tr > td {
  border: 0;
  padding: 0;
}
.main_body .myaccount_body_section .playerspeak .player_div {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}
.main_body .myaccount_body_section .playerspeak .player_div .player_img {
  float: left;
  margin: 0;
  width: 102px;
}
.main_body .myaccount_body_section .playerspeak .player_div .player_text {
  float: left;
  width: 668px;
  padding: 15px;
  background: #f1f5f6;
  border-radius: 5px;
  position: relative;
  margin-left: 30px;
}
.main_body .myaccount_body_section .playerspeak .player_div .player_text span.title {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #8a1c03;
  margin-bottom: 15px;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .playerspeak .player_div .player_text p {
  float: left;
  width: 100%;
  padding: 0;
  font-size: 14px;
}
.main_body .myaccount_body_section .playerspeak .player_div .player_text .player_name {
  float: left;
  margin-top: 20px;
  font-size: 13px;
  font-family: ubuntubold;
}
body.post-login .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_act_btn.hide_after_login {
  display: none !important;
}
.rummy-legends-winner .modal-header {
  background: #3a3a3a;
  background: -moz-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3a3a3a), color-stop(100%, #1d1d1d));
  background: -webkit-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -o-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: -ms-linear-gradient(top, #3a3a3a 0, #1d1d1d 100%);
  background: linear-gradient(to bottom, #3a3a3a 0, #1d1d1d 100%);
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.rummy-legends-winner .modal-header .modal-title {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.rummy-legends-winner .modal-header .close {
  margin: 0 0;
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .video_div {
  float: none;
  background: url(images/videobg.png) 0 0 no-repeat;
  width: 80%;
  height: 0;
  padding: 0 0 42% 0;
  position: relative;
  border: 3px solid #47393b;
  border-radius: 5px;
  margin: 0 auto;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .video_div .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div {
  float: left;
  width: 780px;
  margin: 30px 0 0;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li {
  width: 1%;
  margin: 0;
  padding: 0;
  display: table-cell;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li.middle {
  padding: 0 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li p {
  background: #840000;
  float: left;
  margin: 0;
  padding: 7px 3px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ffe189;
  height: 54px;
  line-height: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li p strong {
  font-family: ubunturegular;
  color: #f1bb00;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container {
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 360px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container .form_header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #840000;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  color: #f1bb00;
  font-family: ubuntumedium;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container .survey_monkey_form {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container .form_footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container .form_footer a {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .offer_deatils {
  float: left;
  width: 100%;
  margin: 0;
  padding: 30px 0 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .offer_deatils p {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #474747;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .offer_deatils p a {
  color: #965201;
  text-decoration: underline;
  cursor: pointer;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .divider {
  border-bottom: 1px solid #d7d7d7;
  float: left;
  height: 1px;
  margin: 30px auto;
  padding: 0;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .img_video {
  width: 100%;
  max-width: 360px;
  cursor: pointer;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_btn1 {
  cursor: pointer;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder {
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .left_video {
  float: left;
  width: 360px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .right_video {
  float: right;
  width: 360px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_holder {
  border: solid 1px #e5dbb8;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box {
  width: 50%;
  float: left;
  background: #fcf5dc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .header {
  background: #f2ebd4;
  border-bottom: solid 1px #e5dbb8;
  text-transform: uppercase;
  font-size: 19px;
  text-align: center;
  padding: 15px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row1 {
  width: 220px;
  margin: auto;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row2 {
  width: 340px;
  margin: auto;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row {
  width: 100%;
  float: left;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row .prize {
  float: left;
  width: 20%;
  text-align: center;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prize {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prize.last {
  margin-right: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .prize_column {
  padding: 30px 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_btn {
  cursor: pointer;
  text-decoration: underline;
}
.simplePopupClose {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  background: url(/images/landing/rummy-rap-video-contest/close.png) left top no-repeat;
}
.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999998;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  width: 850px;
  display: none;
  z-index: 999999;
  background: #fff;
  position: fixed;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .inner {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 20px;
  overflow-y: scroll;
  height: 500px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .title_heading {
  font-size: 22px;
  font-family: ubuntumedium;
  padding-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .terms_popup_ul {
  padding-left: 20px;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .terms_popup_ul li {
  list-style: disc;
  padding: 0 0 10px 0;
  line-height: 17px;
  font-size: 13px;
}
.rummy_video_contest_pp .terms_popup .terms_popup_ul li a {
  color: #965201;
  text-decoration: underline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  width: 850px;
  display: none;
  z-index: 999999;
  background: #fff;
  position: fixed;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .inner {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 20px;
  overflow-y: scroll;
  height: 500px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .title_heading {
  font-size: 22px;
  font-family: ubuntumedium;
  padding-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .terms_popup_ul {
  padding-left: 20px;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .terms_popup_ul li {
  list-style: disc;
  padding: 0 0 10px 0;
  line-height: 17px;
  font-size: 13px;
}
.do_hook_step_contest .terms_popup .terms_popup_ul li a {
  color: #965201;
  text-decoration: underline;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  width: 720px;
  display: none;
  z-index: 999999;
  background: #fff;
  position: fixed;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 10px;
  overflow-y: hidden;
  height: 405px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .video {
  width: 100%;
  height: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup {
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  width: 460px;
  display: none;
  z-index: 999999;
  background: #fff;
  position: fixed;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup .inner {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px;
  height: 520px;
  overflow-y: scroll;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup .title_heading {
  font-size: 22px;
  font-family: ubuntumedium;
  padding-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup .sub_heading {
  font-size: 16px;
  font-family: ubuntumedium;
  padding-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup table {
  border: 1px solid #000;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 0;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup table th {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup table td {
  border: 1px solid #000;
  padding: 5px;
}
.smcx-embed {
  max-width: 100% !important;
  border: 0 !important;
  height: auto !important;
}
.smcx-embed > .smcx-embed-footer {
  display: none !important;
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .video_div {
    width: 70%;
    padding-bottom: 40%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div {
    width: 100%;
    margin-bottom: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li p {
    font-size: 13px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container {
    width: 35%;
    margin: 0 auto;
    float: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
    width: 700px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_div {
    width: 70%;
    padding-bottom: 40%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 700px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 700px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 410px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .rummy_video_contest_pp .form_container {
    width: 360px;
  }
}
@media only screen and (max-width: 800px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .video_div {
    width: 92%;
    padding-bottom: 56%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li p {
    font-size: 13px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container {
    width: 47%;
    margin: 0 auto;
    float: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
    width: 700px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_div {
    width: 92%;
    padding-bottom: 56%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 700px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 700px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 410px;
  }
}
@media screen and (max-width: 740px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .video_div {
    width: 100%;
    padding-bottom: 56%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .left_div ul li p {
    font-size: 14px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container {
    width: 57%;
    margin: 0 auto;
    float: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
    width: 280px;
    height: 500px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .inner {
    height: 500px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup {
    width: 280px;
    height: 500px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup .inner {
    height: 500px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_div {
    width: 100%;
    padding-bottom: 56%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box {
    width: 100%;
    float: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .prize_column {
    padding: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 280px;
    height: 500px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .inner {
    height: 500px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 500px;
    height: 340px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 340px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row .prize {
    width: 33.33%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
    width: 500px;
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .inner {
    height: 280px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup {
    width: 500px;
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup .inner {
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container_reg .form {
    height: 200px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box {
    width: 100%;
    float: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .prize_column {
    padding: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 500px;
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .inner {
    height: 280px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 500px;
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .left_video {
    width: 50%;
    padding: 10px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .right_video {
    width: 50%;
    padding: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container {
    width: 77%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
    width: 450px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup {
    width: 450px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 450px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 450px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 280px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row .prize {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 415px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .form_container {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup {
    width: 280px;
    height: 400px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .terms_popup .inner {
    height: 400px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup {
    width: 280px;
    height: 400px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_video_contest_pp .winners_popup .inner {
    height: 400px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 340px;
    height: 600px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .inner {
    height: 600px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 360px;
    height: 230px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 230px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .left_video {
    width: 100%;
    padding: 0 0 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_holder .right_video {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 320px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup {
    width: 280px;
    height: 420px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .terms_popup .inner {
    height: 420px;
    overflow-y: scroll;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup {
    width: 280px;
    height: 180px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .video_popup .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 10px;
    overflow-y: hidden;
    height: 180px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .do_hook_step_contest .content_box .prizes_row2 {
    width: 320px;
    margin: auto;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .page_heading {
  border: 0;
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .sub_heading1 {
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
  font-size: 23px;
  color: #474747;
  font-family: ubunturegular;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .sub_heading1 strong {
  color: #8a1c03;
  font-family: ubunturegular;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 p {
  font-size: 17px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 p strong {
  color: #8a1c03;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative {
  background: #d07d24;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step .star_divider {
  text-align: center;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step .star_divider:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
  height: 1px;
  background: #e2a01c;
  content: "";
  width: 100%;
  z-index: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step .star_divider img {
  z-index: 1;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step .heading_div {
  text-align: center;
  padding: 20px 0 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul li strong {
  color: #003145;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul li p {
  font-size: 17px;
  padding: 10px 0 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul li p strong {
  color: #8a1c03;
  font-size: 17px;
  display: inline-block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .promotion_inner_content .terms_ul li strong {
  color: #8a1c03;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .remember {
  background: url(../images/promotions/2017/november/special-loyalty-offer/lamp.png) no-repeat;
  padding: 20px 0 20px 60px;
  background-position: 0 18px;
}
@media only screen and (max-width: 800px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_img {
    width: 30%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_text_img {
    width: 60%;
  }
}
@media only screen and (min-width: 0) and (max-width: 415px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_img {
    width: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_text_img {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step .heading_div img {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 375px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_img {
    width: 90%;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_img {
    width: 30%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_creative img.trofy_text_img {
    width: 60%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step .heading_div img {
    width: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_nov17 .loyalty_step ul li {
    width: 100%;
  }
}
.valentine_leaderboard {
  width: 266px;
  float: left;
  padding: 0 5px;
}
.valentine_leaderboard .title_tag {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-family: ubuntumedium;
}
.valentine_leaderboard .table {
  border: 0 !important;
  text-align: center;
}
.valentine_leaderboard .table th {
  border: 0 !important;
  border-right: 1px solid #000 !important;
  font-weight: 400;
  font-size: 16px;
  font-family: ubunturegular;
  text-align: center;
}
.valentine_leaderboard .table th:last-child {
  border-right: 0 solid #000 !important;
}
.valentine_leaderboard .table td {
  border: 0 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
.valentine_leaderboard .table td:last-child {
  border-right: 0 !important;
  font-weight: 700;
}
.valentine_leaderboard.green_color .title_tag {
  background: #00ac76;
}
.valentine_leaderboard.green_color .table th {
  background: #34a380;
  color: #fff;
}
.valentine_leaderboard.green_color tbody {
  background: #48b593;
  background: -moz-linear-gradient(top, #48b593 0, #99e6ce 100%);
  background: -webkit-linear-gradient(top, #48b593 0, #99e6ce 100%);
  background: linear-gradient(to bottom, #48b593 0, #99e6ce 100%);
  color: #000;
}
.valentine_leaderboard.lightblue_color .title_tag {
  background: #027894;
}
.valentine_leaderboard.lightblue_color .table th {
  background: #408ea0;
  color: #fff;
}
.valentine_leaderboard.lightblue_color tbody {
  background: #72adbb;
  background: -moz-linear-gradient(top, #72adbb 0, #b6e1eb 100%);
  background: -webkit-linear-gradient(top, #72adbb 0, #b6e1eb 100%);
  background: linear-gradient(to bottom, #72adbb 0, #b6e1eb 100%);
  color: #000;
}
.valentine_leaderboard.darkblue_color .title_tag {
  background: #1d3c6a;
}
.valentine_leaderboard.darkblue_color .table th {
  background: #244a84;
  color: #fff;
}
.valentine_leaderboard.darkblue_color tbody {
  background: #7b98c2;
  background: -moz-linear-gradient(top, #7b98c2 0, #d5e0f1 100%);
  background: -webkit-linear-gradient(top, #7b98c2 0, #d5e0f1 100%);
  background: linear-gradient(to bottom, #7b98c2 0, #d5e0f1 100%);
  color: #000;
}
@media only screen and (min-width: 0) and (max-width: 800px) {
  .valentine_leaderboard {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media only screen and (min-width: 0) and (max-width: 415px) {
  .valentine_leaderboard {
    margin: 0 auto 20px;
    float: none;
    width: 280px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .valentine_leaderboard {
    width: 33.33%;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .valentine_leaderboard {
    margin: 0 auto 20px;
    float: none;
    width: 350px;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  .valentine_leaderboard {
    margin: 0 auto 20px;
    float: none;
    width: 290px;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
  font-size: 15px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.mobile {
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.rang-rummy-offer .footable {
  font-size: 15px;
  border: 1px solid #bf9816;
  background: #fcc200;
  background: -moz-linear-gradient(top, #fcc200 0, #fff 100%);
  background: -webkit-linear-gradient(top, #fcc200 0, #fff 100%);
  background: linear-gradient(to bottom, #fcc200 0, #fff 100%);
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.rang-rummy-offer .footable th {
  border: 1px solid #bf9816;
  background: #fde287;
  background: -moz-linear-gradient(top, #fde287 0, #f1bb06 100%);
  background: -webkit-linear-gradient(top, #fde287 0, #f1bb06 100%);
  background: linear-gradient(to bottom, #fde287 0, #f1bb06 100%);
  color: #000;
  text-align: center;
  font-size: 18px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.rang-rummy-offer .footable td {
  border: 1px solid #bf9816;
  color: #fe0002;
  text-align: center;
  font-size: 25px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.march-bonus-bonanza-offer .footable {
  font-size: 15px;
  border: 1px solid #000;
  background: #9a9a9a;
  background: -moz-linear-gradient(top, #9a9a9a 0, #fff 100%);
  background: -webkit-linear-gradient(top, #9a9a9a 0, #fff 100%);
  background: linear-gradient(to bottom, #9a9a9a 0, #fff 100%);
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.march-bonus-bonanza-offer .footable th {
  border: 1px solid #000;
  background: #585c61;
  background: -moz-linear-gradient(top, #585c61 0, #1f2023 100%);
  background: -webkit-linear-gradient(top, #585c61 0, #1f2023 100%);
  background: linear-gradient(to bottom, #585c61 0, #1f2023 100%);
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.march-bonus-bonanza-offer .footable td {
  border: 1px solid #000;
  color: #465600;
  text-align: center;
  font-size: 25px;
}
@media only screen and (min-width: 0) and (max-width: 800px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.desktop {
    display: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.mobile {
    display: block;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_offer_details.mobile .footable {
    background: #fff;
  }
}
.top_rummy_destination {
  background: #fff5d7;
}
.top_rummy_destination .winner_speak {
  position: relative;
  padding-bottom: 0;
  background: #fff;
}
.top_rummy_destination .winner_speak .winner_photo {
  float: left;
  width: 250px;
  position: absolute;
  z-index: 1;
}
.top_rummy_destination .winner_speak .winner_speak_text {
  float: right;
  background: #400;
  color: #fff;
  width: 80%;
  margin: 20px 0 0;
  padding: 20px 30px 20px 100px;
  border-radius: 0 3px 3px 0;
}
.top_rummy_destination .winner_speak .winner_speak_text p {
  padding: 0 !important;
}
.top_rummy_destination .winner_speak .winner_speak_text p img {
  float: left;
  padding: 0 30px 0 0;
}
.top_rummy_destination .indias_most {
  padding: 50px 0 30px;
  text-align: center;
}
.top_rummy_destination .features_div ul.three_li {
  background: url(/images/promotions/2018/april/top-rummy-destination/divider_line.png) no-repeat center top;
  float: left;
  width: 100%;
  padding-top: 2px;
}
.top_rummy_destination .features_div ul.three_li li {
  float: left;
  width: 33.33%;
  text-align: center;
}
.top_rummy_destination .features_div ul.three_li li.middle {
  border-left: 1px solid #8d7632;
  border-right: 1px solid #8d7632;
}
.top_rummy_destination .features_div ul.two_li {
  background: url(/images/promotions/2018/april/top-rummy-destination/divider_line.png) no-repeat center top;
  float: left;
  width: 100%;
  padding-top: 2px;
}
.top_rummy_destination .features_div ul.two_li li {
  float: left;
  width: 50%;
  text-align: center;
  border-right: 1px solid #8d7632;
}
.top_rummy_destination .features_div ul.two_li li:last-child {
  border: 0;
}
@media only screen and (max-width: 800px) {
  .top_rummy_destination .indias_most img {
    width: auto;
  }
  .top_rummy_destination .winner_speak .winner_speak_text p img {
    padding: 0 4px 0 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 415px) {
  .top_rummy_destination .winner_speak .winner_speak_text p {
    text-align: center;
  }
  .top_rummy_destination .winner_speak .winner_speak_text p img {
    float: none;
    padding: 0 0 30px 0;
  }
  .top_rummy_destination .winner_speak .winner_speak_text p span {
    width: 100%;
    float: left;
  }
  .top_rummy_destination .winner_speak {
    padding: 0;
  }
  .top_rummy_destination .winner_speak .winner_photo {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .top_rummy_destination .winner_speak .winner_speak_text {
    width: 100%;
    padding: 20px;
  }
  .top_rummy_destination .indias_most {
    padding: 30px 0;
  }
  .top_rummy_destination .features_div ul.three_li li {
    width: 100%;
  }
  .top_rummy_destination .features_div ul.three_li li.middle {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #00295c;
    border-top: 1px solid #00295c;
  }
  .top_rummy_destination .features_div ul.two_li li {
    width: 100%;
    border-bottom: 1px solid #00295c;
    border-right: 0;
  }
  .top_rummy_destination .indias_most img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .top_rummy_destination .winner_speak .winner_speak_text {
    width: 83%;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .top_rummy_destination .winner_speak {
    padding: 0;
  }
  .top_rummy_destination .winner_speak .winner_photo {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .top_rummy_destination .winner_speak .winner_speak_text {
    width: 100%;
    padding: 20px;
  }
  .top_rummy_destination .winner_speak .winner_speak_text p {
    text-align: center;
  }
  .top_rummy_destination .winner_speak .winner_speak_text p img {
    float: none;
    padding: 0 0 30px 0;
  }
  .top_rummy_destination .winner_speak .winner_speak_text p span {
    width: 100%;
    float: left;
  }
  .top_rummy_destination .indias_most {
    padding: 30px 0;
  }
  .top_rummy_destination .features_div ul.three_li li {
    width: 100%;
  }
  .top_rummy_destination .features_div ul.three_li li.middle {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #00295c;
    border-top: 1px solid #00295c;
  }
  .top_rummy_destination .features_div ul.two_li li {
    width: 100%;
    border-bottom: 1px solid #00295c;
    border-right: 0;
  }
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
  .top_rummy_destination .indias_most img {
    width: 100%;
  }
}
.online_rummy_destination {
  background: #fff;
  padding: 0 30px;
}
.top_header_banner img.portrait {
  display: none;
}
.offer_logos {
  background: #f5ffea;
  padding: 0 30px;
}
.offer_logos ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 800px) {
  .top_header_banner img {
    width: 100%;
  }
  .offer_logos {
    padding-top: 20px;
  }
  .offer_logos ul li img {
    width: 90%;
  }
}
@media only screen and (min-width: 0) and (max-width: 415px) {
  .top_header_banner img {
    width: 100%;
  }
  .offer_logos {
    padding-top: 20px;
  }
  .offer_logos ul li {
    width: 100%;
  }
  .offer_logos ul li img {
    width: 100%;
  }
  .top_header_banner img.portrait {
    display: block;
  }
  .top_header_banner img.landscape {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .top_header_banner img {
    width: 100%;
  }
  .offer_logos {
    padding-top: 20px;
  }
  .offer_logos ul li img {
    width: auto;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .offer_logos ul li img {
    width: 90%;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .page_heading {
  border: 0;
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .sub_heading1 {
  float: left;
  width: 100%;
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
  font-size: 23px;
  color: #474747;
  font-family: ubunturegular;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .sub_heading1 strong {
  color: #8a1c03;
  font-family: ubunturegular;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 p {
  font-size: 17px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 p strong {
  color: #8a1c03;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_creative {
  background: #8f1818;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step .star_divider {
  text-align: center;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step .star_divider:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0 0;
  height: 1px;
  background: #b30c0c;
  content: "";
  width: 100%;
  z-index: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step .star_divider img {
  z-index: 1;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step .heading_div {
  text-align: center;
  padding: 20px 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li .inner_div {
  border: 1px solid #d88f91;
  height: 280px;
  margin-bottom: 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li .inner_div img {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li strong {
  color: #b11f24;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li p {
  font-size: 17px;
  padding: 10px 0 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li p strong {
  color: #8a1c03;
  font-size: 17px;
  display: inline-block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .promotion_inner_content .terms_ul li strong {
  color: #8a1c03;
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_creative img {
    width: 50%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li .inner_div {
    height: 250px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li p {
    font-size: 15px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li strong {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 440px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_creative img {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step ul li .inner_div {
    height: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.loyalty_offer_jun18 .loyalty_step .heading_div img {
    width: 100%;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div {
  width: 50%;
  float: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form {
  float: right;
  margin-bottom: 40px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form {
  width: 330px;
  margin: 0 auto;
  background: #dedede;
  border-radius: 15px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form .form_heading img {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form .survey_monkey_form_inner {
  padding: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form .form_item_holder {
  margin-bottom: 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form .form_item_holder input {
  width: 100%;
  height: 33px;
  border-radius: 10px;
  padding: 5px 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form .button_holder button {
  width: 100%;
  background: #5b9a03;
  text-transform: uppercase;
  border: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step {
  float: left;
  padding: 10px 0;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step .icon {
  float: left;
  width: 48px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step .icon img {
  vertical-align: top;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step .text {
  float: left;
  padding-left: 20px;
  width: 300px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step .text strong {
  display: block;
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form {
    margin-bottom: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step .text {
    width: 80%;
  }
}
@media only screen and (min-width: 0) and (max-width: 440px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form {
    margin-bottom: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div .offer_step .text {
    width: 80%;
  }
}
@media only screen and (min-width: 0) and (max-width: 360px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .half_div.survey_form .survey_monkey_form {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .get4000_box {
  text-align: center;
  background: #f4f2f2;
  padding: 10px;
  border-radius: 5px;
  width: 48%;
  float: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .get4000_box.right {
  float: right;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .get4000_box p {
  color: #000;
  text-align: center;
  font-size: 13px;
  padding-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .get4000_box p strong {
  font-size: 15px;
  display: block;
  padding-bottom: 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .get4000_box a {
  display: inline-block;
  padding-bottom: 5px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .get4000_box a img {
  vertical-align: top;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_act_btn a img {
  vertical-align: top;
  width: 200px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards table {
  border: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr {
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr td {
  border: 0;
  position: relative;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr td:after {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #4a4949 47%, #fff 100%);
  background: -webkit-linear-gradient(top, #fff 0, #4a4949 47%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #4a4949 47%, #fff 100%);
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  top: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr td:last-child:after {
  width: 0;
}
@media only screen and (min-width: 0) and (max-width: 740px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards thead {
    display: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr td {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr:after {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 0, #4a4949 47%, #fff 100%);
    background: -webkit-linear-gradient(left, #fff 0, #4a4949 47%, #fff 100%);
    background: linear-gradient(to right, #fff 0, #4a4949 47%, #fff 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr td:after {
    width: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.fun_cards tbody tr:last-child:after {
    height: 0;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 {
  float: left;
  width: 100%;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box {
  width: 259px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box a {
  display: inline-block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box img {
  vertical-align: top;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 {
  float: none;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box {
  width: 259px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .coming_soon {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .coming_soon img {
  vertical-align: top;
  width: 290px;
}
@media only screen and (min-width: 0) and (max-width: 768px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box {
    width: 240px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box img {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box {
    width: 240px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box img {
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 440px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box img {
    width: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box img {
    width: auto;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box {
    width: 150px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box img {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box {
    width: 150px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box1 .box {
    width: 140px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .offer_box2 .box {
    width: 140px;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .double_table img {
  vertical-align: top;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .double_table {
  width: 45%;
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or {
  width: 10%;
  float: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div {
  display: table;
  height: 630px;
  text-align: center;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div span {
  display: table-cell;
  vertical-align: middle;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div span img {
  vertical-align: middle;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content {
  display: block;
  border: 3px solid #bc0000;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 20px;
  height: 450px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content strong {
  color: #bc0000;
  padding: 20px 0;
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content ul {
  display: block;
  padding: 0 0 0 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content ul li {
  list-style: decimal;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content ul li ul li {
  list-style: disc;
}
@media only screen and (min-width: 0) and (max-width: 768px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content {
    height: 510px;
  }
}
@media only screen and (min-width: 0) and (max-width: 600px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .double_table {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content {
    height: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or {
    width: 100%;
    padding: 10px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div {
    height: auto;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .double_table {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content {
    height: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or {
    width: 100%;
    padding: 10px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div {
    height: auto;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.landscape .tc_offer_box {
  width: 140px;
  float: left;
  height: 160px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.landscape .tc_offer_arrow {
  width: 71px;
  float: left;
  display: table;
  height: 160px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.landscape .tc_offer_arrow span {
  display: table-cell;
  vertical-align: middle;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.portrait .tc_offer_box {
  width: 100%;
  float: left;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.portrait .tc_offer_box img {
  width: auto;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.portrait .tc_offer_arrow {
  width: 100%;
  float: left;
  display: table;
  height: 100px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.portrait .tc_offer_arrow img {
  width: auto;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.portrait .tc_offer_arrow span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 0) and (max-width: 768px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.landscape .tc_offer_box {
    width: 128px;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.landscape.tc_offer {
    display: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_main_img.portrait.tc_offer {
    display: block;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div1 {
  display: table;
  height: 290px;
  text-align: center;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div1 span {
  display: table-cell;
  vertical-align: middle;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div1 span img {
  vertical-align: middle;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content_heading {
  display: block;
  background: #f89402;
  border-radius: 10px 10px 0 0;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: normal;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 {
  display: block;
  border: 3px solid #f89402;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  height: 200px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 strong {
  color: #bc0000;
  padding: 20px 0;
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 ul {
  display: block;
  padding: 0 0 0 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 ul li {
  list-style: disc;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 ul li ul li {
  list-style: disc;
}
@media only screen and (min-width: 0) and (max-width: 768px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content_heading {
    font-size: 22px;
  }
}
@media only screen and (min-width: 0) and (max-width: 600px) and (orientation: portrait) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 {
    height: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div1 {
    height: auto;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .terms_content1 {
    height: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table.trip_details .div_or .inner_div1 {
    height: auto;
  }
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .sub_heading .terms_heading strong {
  border: 1px solid #6e1316;
  height: 30px;
  line-height: 32px;
  border-radius: 20px;
  width: 160px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .step_title {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .step_title:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #6d6d6d;
  z-index: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .step_title strong {
  display: inline-block;
  height: 30px;
  line-height: 32px;
  border-radius: 20px;
  width: 160px;
  font-size: 15px;
  color: #fff;
  background: #6d6d6d;
  position: relative;
  z-index: 1;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .step_holder .promotion_main_img img {
  width: auto;
}
@media only screen and (max-width: 500px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .step_holder .promotion_main_img img {
    width: 100%;
  }
}
#popup-blocker .modal-sm {
  width: 90%;
  max-width: 750px;
  margin: 50px auto 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .page_heading {
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .page_heading img {
  vertical-align: top;
  max-width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .kajal_inner_bg {
  background: url(/images/promotions/2019/october/grand-diwali-celebrations/offer_main_bg1.jpg) no-repeat;
  padding: 70px 70px 0;
  min-height: 1463px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .kajal_inner_bg_footer {
  background: url(/images/promotions/2019/october/grand-diwali-celebrations/offer_main_bg_bottom.jpg) no-repeat;
  height: 23px;
  display: block;
  background-size: cover;
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .promotion_main_img {
  padding-bottom: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .promotion_main_img img {
  vertical-align: top;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .promotion_main_img.landscape {
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_outer {
  width: 470px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
  width: 426px;
  float: right;
  padding: 0;
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer:nth-child(2n + 1) {
  float: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer:last-child {
  margin: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer .title {
  display: block;
  text-decoration: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer .title img {
  width: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 1370px) {
}
@media only screen and (max-width: 1024px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content {
    background: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .page_heading {
    display: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .promotion_main_img.landscape {
    display: block;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .kajal_inner_bg {
    background: none;
    padding: 0;
    min-height: auto;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_outer {
    background: url(/images/promotions/2019/october/grand-diwali-celebrations/offer_main_bg_repeat.jpg) repeat;
    background-size: 100%;
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    background: url(/images/promotions/2019/october/grand-diwali-celebrations/offer_main_bg_mobile.jpg) no-repeat;
    background-size: 100%;
    padding: 100px 60px 0;
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
    width: 560px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .kajal_inner_bg_footer {
    background-size: 100%;
    display: block;
  }
}
@media only screen and (max-width: 820px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
    width: 426px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 50px 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 50px 30px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 415px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .promotion_main_img.landscape {
    display: none;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 30px 20px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
}
@media only screen and (min-width: 0px) and (max-width: 360px) {
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
}
@media only screen and (max-width: 1030px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 80px 40px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .promotion_main_img.landscape {
    display: block;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 80px 40px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
    width: 426px;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 70px 30px 0;
  }
}
@media only screen and (max-width: 667px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
}
@media only screen and (max-width: 568px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer_inner {
    padding: 50px 20px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
    width: 400px;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div.kajal_bg .promotion_inner_content .box_offer {
    width: 100%;
  }
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos .outer_div_vd {
  position: relative;
  padding: 5px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos .outer_div_vd strong {
  font-size: 15px;
  display: block;
  padding: 5px 0 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos .outer_div_vd .inner_div_vd {
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos .outer_div_vd img {
  vertical-align: top;
  visibility: hidden;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos .outer_div_vd iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 840px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 670px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .kajal_videos {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ldb_table > tbody > tr > td {
  vertical-align: top;
}
.ldb_table > tbody > tr > td:first-child {
  background: #f7eace;
  color: #474747;
  font-weight: bold;
  vertical-align: middle;
}
ul.tabletolist .title_sec {
  background: #6d6d6d;
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-family: ubuntubold;
}
ul.tabletolist {
  border-bottom: 0px solid #eee;
  font-size: 14px;
  margin: 0 0 0px;
}
ul.tabletolist li {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
ul.tabletolist li:last-child {
  margin-bottom: 0px;
}
ul.tabletolist img {
  max-width: 100%;
}
ul.tabletolist.nrh {
  border-bottom: 2px solid #ddd;
}
ul.tabletolist.nrh > li {
  border-top: 2px solid #ddd;
}
ul.tabletolist,
ul.tabletolist > li > ul {
  padding: 0 !important;
  list-style: none !important;
}
ul.tabletolist > li > ul {
  margin: 0 !important;
}
ul.tabletolist > li .titles {
  width: calc(100% / 2);
  background-color: #6d6d6d;
  display: table-cell;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-bottom: 0;
}
ul.tabletolist > li > ul > li {
  display: table;
  width: 100%;
  font-weight: 200;
  border-bottom: 0px solid #ccc;
  margin: 0px;
}
ul.tabletolist > li > ul > li:last-child {
  border-bottom: none;
}
ul.tabletolist ul > li .row_headers {
  width: calc(100% / 2);
  display: table-cell;
  vertical-align: middle;
  background: #f7eace;
  color: #474747;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ccc;
  border-bottom: 0px solid #f7eace;
}
ul.tabletolist ul > li .row_data {
  display: table-cell;
  width: calc(100% / 2);
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
  border-bottom: 0px solid transparent;
  word-break: break-all;
  border-left: 0px;
}
ul.tabletolist > li > ul > li:before {
  content: " ";
  display: table;
}
ul.tabletolist > li > ul > li:after {
  content: " ";
  display: table;
  clear: both;
}
ul.tabletolist ul > li .row_data.html {
  font-weight: 400;
}
ul.tabletolist ul > li .row_data.html ul {
  list-style-type: disc;
}
ul.tabletolist ul > li .row_data ul {
  margin-left: 15px;
}
ul.tabletolist ul > li .row_data ul li {
  list-style: decimal;
  border: 0;
  margin-bottom: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul {
  margin-left: 15px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul li {
  list-style: decimal;
  border: 0;
  margin-bottom: 0;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul.icon {
  margin-left: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul.icon li {
  list-style: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul.icon li.star {
  background: url(../images/promotions/2020/may/leaderboard/position-icon/star.png) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 25px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul.icon li.right {
  background: url(../images/promotions/2020/may/leaderboard/position-icon/right.png) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 25px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul.icon li.up {
  background: url(../images/promotions/2020/may/leaderboard/position-icon/up.png) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 25px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable td ul.icon li.down {
  background: url(../images/promotions/2020/may/leaderboard/position-icon/down.png) no-repeat;
  background-size: 18px;
  background-position: left center;
  padding-left: 25px;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table {
  font-size: 13px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table th {
  padding: 5px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table td {
  padding: 5px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table td ul {
  margin-left: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table td ul li {
  padding-right: 30px;
  position: relative;
  list-style: decimal inside;
  float: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table td ul li:after {
  content: "|";
  right: 15px;
  position: absolute;
  top: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .promotion_table .footable.mobile-app-table td ul li:last-child:after {
  display: none;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot {
  position: relative;
  width: 100%;
  display: grid;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two {
  grid-template-columns: repeat(2, 1fr);
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.three {
  grid-template-columns: repeat(3, 1fr);
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot .outer_div_vd {
  position: relative;
  padding: 0px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd {
  padding-right: 50px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd.even {
  padding-left: 50px;
  padding-right: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd .inner_div_vd {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot .outer_div_vd img {
  vertical-align: top;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot .outer_div_vd strong {
  font-size: 15px;
  display: block;
  padding: 5px 0 20px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 415px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two,
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.three {
    grid-template-columns: repeat(1, 1fr);
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd {
    padding: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd.even {
    padding: 0;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd {
    padding-right: 30px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .new_app_screenshot.two .outer_div_vd.even {
    padding-left: 30px;
    padding-right: 0;
  }
}

/********** EKYC **************/
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .btn_do_verify.disable {
  background: #6d6d6d;
  border: 1px solid #6d6d6d;
  pointer-events: none;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p strong.bcolorf {
  color: #474747;
}
.main_body .myaccount_body_section .withdrawl_static_page .text a.skip_btn {
  border-radius: 15px;
  border: 1px solid #1ea119;
  color: #1ea119;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p.note {
  background: #f8df71;
  border-radius: 5px;
  border: 1px solid #010600;
  color: #202020;
  font-family: ubunturegular;
  padding: 15px 10px;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p.note strong {
  font-family: ubuntubold;
  color: #202020;
}
.main_body .myaccount_body_section .withdrawl_static_page .text p.note a {
  text-decoration: underline;
  color: #202020;
  font-family: ubunturegular;
}
.upload_doc_section {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.upload_doc_section .upload_doc_thankyou {
  padding: 30px 80px;
  font-size: 15px;
  color: #000;
  float: left;
  width: 100%;
}
.upload_doc_section .upload_doc_thankyou h2 {
  font-size: 44px;
  margin-bottom: 20px;
  color: #609005;
  font-family: ubuntubold;
}
.upload_doc_section .upload_doc_thankyou a {
  text-decoration: underline;
  color: #b46a00;
  font-family: ubuntubold;
}
#upload_doc_tab {
  float: left;
  width: 100%;
  border: 0;
}
#upload_doc_tab .upload_doc {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#upload_doc_tab .upload_doc .heading {
  float: left;
  padding: 0 0;
  margin: 0 0 30px;
  width: 100%;
  border-bottom: 1px solid #d7d8da;
  color: #474747;
  font-size: 20px;
}
#upload_doc_tab .upload_doc p {
  color: #000;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#upload_doc_tab .upload_doc p a {
  font-family: ubuntubold;
}
#upload_doc_tab .upload_doc p.note {
  background: #f8df71;
  border-radius: 5px;
  border: 1px solid #010600;
  color: #202020;
  font-family: ubunturegular;
  padding: 10px;
}
#upload_doc_tab .upload_doc p.note1 {
  color: #696969;
  font-style: italic;
}
#upload_doc_tab .upload_doc .or_div {
  color: #474747;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  padding: 3px 0;
  font-family: ubuntubold;
  text-transform: uppercase;
  position: relative;
}
#upload_doc_tab .upload_doc .or_div span {
  position: relative;
  background: #fff;
  padding: 0 10px;
}
#upload_doc_tab .upload_doc .or_div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0;
  height: 1px;
  margin-top: -1px;
  z-index: -1;
  background: #c5c5c5;
  width: 100%;
}
#upload_doc_tab .upload_doc .form-group {
  position: relative;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
#upload_doc_tab .upload_doc .form-group.last {
  margin: 0;
}
#upload_doc_tab .upload_doc .form-group label {
  padding-bottom: 10px;
  width: 100%;
  font-size: 15px;
  color: #000;
}
#upload_doc_tab .upload_doc .form-group input.custome_input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
}
#upload_doc_tab .upload_doc .form-group .custom-file-input {
  position: relative;
  overflow: hidden;
}
#upload_doc_tab .upload_doc .form-group input[type="file"].custome_input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
#upload_doc_tab .upload_doc .form-group .select_box {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#upload_doc_tab .upload_doc .form-group .select_box select.custome_input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-font-smoothing: antialiased;
  border: 1px solid #c5c5c5;
  background: 0 0;
  vertical-align: middle;
  height: 40px;
  padding: 8px 45px 8px 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 1;
  position: relative;
  width: 100%;
  font-family: ubunturegular;
}
#upload_doc_tab .upload_doc .form-group .select_box:after {
  position: absolute;
  content: "\f0d7";
  color: #000;
  font-family: FontAwesome;
  font-size: 15px;
  right: 1px;
  top: 1px;
  z-index: 0;
  background: #e1e1e1;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 40px;
}
#upload_doc_tab .upload_doc .form-group .btn-browse {
  float: left;
}
#upload_doc_tab .upload_doc .form-group .btn-browse.disabled {
  pointer-events: none;
  background: #6d6d6d;
  border: 1px solid #6d6d6d;
}
#upload_doc_tab .upload_doc .form-group .document_action.disabled {
  border: 1px solid #6d6d6d;
  background: #6d6d6d;
}
#upload_doc_tab .upload_doc .form-group .document_action.disabled .brown_bg {
  pointer-events: none;
  background: #6d6d6d;
  border: 1px solid #6d6d6d;
}
#upload_doc_tab .upload_doc .form-group .btn-browse-file {
  margin-right: 20px;
  float: right;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  margin: 0;
  line-height: 37px;
  border-radius: 0 3px 3px 0;
  padding: 0 14px;
}
#upload_doc_tab .upload_doc .form-group a.skip_btn {
  border-radius: 15px;
  border: 1px solid #1ea119;
  color: #1ea119;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  width: 90px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-family: ubuntubold;
  margin-top: 20px;
}
#upload_doc_tab .upload_doc .progress {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d7d2c6;
  box-shadow: none;
  margin: 15px 0 0 0;
}
#upload_doc_tab .upload_doc .doc_upload.btn-browse {
  background: 0 0;
  opacity: 0;
  margin-bottom: 20px;
  float: left;
  width: 152px;
  position: absolute;
  left: 0;
  margin-top: -36px;
  height: 42px;
  width: 114px;
}
#upload_doc_tab .upload_doc .progress .progress-bar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #bb721a;
  background: -moz-linear-gradient(top, #bb721a 0, #925210 100%);
  background: -webkit-linear-gradient(top, #bb721a 0, #925210 100%);
  background: linear-gradient(to bottom, #bb721a 0, #925210 100%);
}
#upload_doc_tab .upload_doc .form-group .document_action {
  float: right;
  padding-top: 0;
  position: absolute;
  right: 0;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0%, #be7401 2%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0%, #be7401 2%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0%, #be7401 2%, #8e4f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffda61', endColorstr='#8e4f00',GradientType=0 );
  border: 1px solid #945300;
  border-radius: 0 3px 3px 0;
  z-index: 2;
}
#upload_doc_tab .upload_doc .form-group .document_action a {
  display: inline-block;
  float: left;
  height: 38px;
  position: relative;
  padding: 0 3px;
}
#upload_doc_tab .upload_doc .form-group .document_action a img {
  vertical-align: top;
  height: 100%;
}
#upload_doc_tab .upload_doc .form-group .document_action a:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  background: #fff;
  width: 1px;
  height: 26px;
}
#upload_doc_tab .upload_doc .form-group .document_action a:last-child:after {
  display: none;
}
#upload_doc_tab .upload_doc .form-group .document_action a input {
  width: 100%;
  margin: 0;
  height: 100%;
  cursor: pointer;
  top: 0;
}
#upload_doc_tab .upload_doc .form-group.error .error_tooltip {
  display: none;
  bottom: -25px;
  position: absolute;
  padding: 2px 20px;
  z-index: 2;
}
#upload_doc_tab .upload_doc .form-group .error_tooltip {
  display: none;
  bottom: -25px;
  position: absolute;
  padding: 2px 20px;
  z-index: 2;
}
#upload_doc_tab .upload_doc .divider {
  float: left;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  height: 1px;
  background: #d7d8da;
}
#upload_doc_tab .upload_doc .form-group .after_save .custome_input {
  color: #202020 !important;
  border-color: #a3a3a3 !important;
  background: #e9e9e9 !important;
  cursor: not-allowed !important;
}
#upload_doc_tab .upload_doc .form-group .select_box.after_save::after {
  z-index: 1;
}
#upload_doc_tab .upload_doc .form-group .btn_verify {
  padding: 11px 8px 11px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #58a001;
  position: absolute;
  right: 1px;
  z-index: 2;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
}
#upload_doc_tab .upload_doc .form-group .btn_verify i {
  font-family: FontAwesome;
  font-style: normal;
}
#upload_doc_tab .upload_doc .form-group .document_uploading {
  position: absolute;
  right: 0;
  background: #018e01;
  border: 1px solid #053a02;
  border-radius: 0 5px 5px 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
}
#upload_doc_tab .upload_doc .form-group .document_uploading span {
  background: repeating-linear-gradient(55deg, #199b17 1px, #018e01 2px, #018e01 11px, #199b17 12px, #199b17 20px);
  position: absolute;
  left: -46px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  animation: MOVE-BG 2s linear infinite;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(46px);
  }
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(46px);
  }
}
#upload_doc_tab .upload_doc .form-group .document_uploading strong {
  z-index: 1;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
#upload_doc_tab .upload_doc .form-group .doc_upload_done {
  position: absolute;
  right: 46px;
  height: 38px;
  padding: 0 10px;
  overflow: hidden;
  color: #58a001;
  font-size: 10px;
  text-transform: uppercase;
  background: #fff;
  text-align: center;
  margin: 1px 0;
}
#upload_doc_tab .upload_doc .form-group .doc_upload_done span {
  display: block;
  padding: 3px 0;
}
#upload_doc_tab .upload_doc .form-group .doc_upload_done span img {
  width: 17px;
  vertical-align: top;
}
#upload_doc_tab .upload_doc .form-group input.custome_input[readonly] {
  background: #fff;
}

.main_body .myaccount_body_section .profile_details .form-group.kyc_verify {
  position: relative;
  float: left;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify strong {
  font-weight: 400;
  line-height: 32px;
  float: left;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify strong img {
  vertical-align: middle;
  width: 32px;
  margin: 0 18px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify.pancard {
  border-left: 1px solid #c5c5c5;
  padding-left: 57px;
  margin-left: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify.pancard strong img {
  vertical-align: middle;
  width: 50px;
  margin: 0 20px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .btn_do_verify {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 1px 0 #000;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #945300;
  border-radius: 2px;
  background: #ffda61;
  background: -moz-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: -webkit-linear-gradient(top, #ffda61 0, #be7401 5%, #8e4f00 100%);
  background: linear-gradient(to bottom, #ffda61 0, #be7401 5%, #8e4f00 100%);
  float: left;
  margin: 3px 0;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .btn_do_verify.disable {
  background: #6d6d6d;
  border: 1px solid #6d6d6d;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .btn_verify {
  padding: 4px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #88a309;
  border: 0 none;
  border-radius: 0;
  background: 0 0;
  float: left;
  margin: 3px 0;
  font-family: ubuntubold;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .btn_verify i {
  font-family: FontAwesome;
  font-style: normal;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .kyc_pending {
  float: left;
  color: #cd6400;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin: 0;
  line-height: 33px;
  font-family: ubuntubold;
  cursor: pointer;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .kyc_pending i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  float: left;
  color: #e57000;
  margin-right: 10px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .kyc_failed {
  float: left;
  color: #e20101;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  margin: 0;
  line-height: 33px;
  font-family: ubuntubold;
  cursor: pointer;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .kyc_failed i {
  font-family: FontAwesome;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  float: left;
  color: #a50000;
  margin-right: 10px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0px;
  top: 40px;
  color: #000;
  text-align: left;
  font-size: 12px;
  font-family: ubunturegular;
  line-height: normal;
  z-index: 1;
  box-shadow: none;
  padding: 10px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip a {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: 21px;
  top: 0%;
  margin: -10px 0 0 0;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  left: 19px;
  top: 0%;
  margin: -12px 0 0 0;
  position: absolute;
  content: "";
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.failed_msg {
  background: #fac1c1;
  border: 1px solid #d57473;
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  top: 10px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.failed_msg strong {
  line-height: normal;
  font-weight: bold;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.failed_msg:after {
  border-bottom: 10px solid #fac1c1;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.failed_msg:before {
  border-bottom: 12px solid #d57473;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.note_msg {
  background: #f7de79;
  border: 1px solid #010600;
  font-size: 13px;
  position: relative;
  top: 10px;
  margin-bottom: 10px;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.note_msg strong {
  line-height: normal;
  font-weight: bold;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.note_msg:after {
  border-bottom: 10px solid #f7de79;
}
.main_body .myaccount_body_section .profile_details .form-group.kyc_verify .custome_tooltip.note_msg:before {
  border-bottom: 12px solid #010600;
}
.alertpop .modal-sm {
  width: 380px;
  margin: 30px auto;
}
#upload_doc_tab .upload_doc .form-group .btn-browse-file.disabled {
  pointer-events: none;
  background: #6d6d6d;
  border: 1px solid #6d6d6d;
}
.alertpop .modal-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a3a3a+0,1d1d1d+100 */
  background: #3a3a3a; /* Old browsers */
  background: -moz-linear-gradient(top, #3a3a3a 0%, #1d1d1d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a3a3a), color-stop(100%, #1d1d1d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3a3a3a 0%, #1d1d1d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3a3a3a 0%, #1d1d1d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3a3a3a 0%, #1d1d1d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #3a3a3a 0%, #1d1d1d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
  border: 0;
  padding: 8px 15px;
  color: #fff;
  font-family: "ubuntumedium";
  font-size: 18px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.alertpop .modal-header .modal-title {
  color: #fff;
}
.alertpop .modal-header .close {
  background: url(../images/common/home-sprite.png) no-repeat;
  margin: 0px 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: alpha(opacity=100);
  width: 24px;
  height: 24px;
  background-position: -995px -99px;
}
.alertpop .modal-body {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.alertpop .modal-body img {
  padding: 0 0px;
}
.alertpop .modal-body .form_inner {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px;
}
.alertpop .modal-body .form-group {
  padding: 0 0px 15px;
  position: relative;
  margin: 0;
  float: left;
  width: 100%;
}
.alertpop .modal-body .form-group input {
  margin-bottom: 15px;
}
.alertpop .modal-body .form-group .error_tooltip {
  position: absolute;
  bottom: 6px;
}
.alertpop .modal-body .form-group.pbottom0 {
  padding-bottom: 0;
}
.alertpop .modal-body .form-group p {
  color: #606060;
  font-size: 16px;
  text-align: center;
}
.alertpop .modal-body .form-group p a {
  margin: 0;
  text-decoration: underline;
}
.alertpop .modal-body .form-group ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.alertpop .modal-body .form-group ul li {
  display: list-item;
  list-style: disc;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.alertpop .modal-body .form-group a {
  margin: 0 10px;
}
.alertpop .modal-body .form-group .brown_bg {
  display: inline-block;
}
.alertpop .modal-body .form-group .green_bg {
  display: inline-block;
  line-height: 40px;
  float: none;
  padding: 0 20px;
  border-radius: 3px;
}
.alertpop .modal-body .form-group.select-region1 p {
  color: #202020;
  font-size: 20px;
}
.alertpop .modal-body .form-group.select-region1 strong {
  display: block;
  color: #d10005;
  font-weight: bold;
  font-size: 30px;
  padding: 15px 0 0;
}
.alertpop .modal-body .form-group.select-region1 img {
  width: auto;
  max-width: 100%;
}
/********** EKYC **************/

/*Rummy Academy CSS Start*/
.main_body .rummy-academy {
  margin: -20px 0 0 0;
  padding: 30px 0;
}
.main_body .rummy-academy .page_heading {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  font-size: 24px;
  color: #474747;
  border-bottom: 1px solid #d7d8da;
}
.main_body .rummy-academy .action_btn {
  text-align: center;
  margin-top: 10px;
}
.main_body .rummy-academy .action_btn .brown_bg {
  display: inline-block;
  border-radius: 5px;
}
.main_body .rummy-academy .academy_box .academy_box_big {
  width: 580px;
  float: left;
  margin: 0 20px 40px 0;
}
.main_body .rummy-academy .academy_box .academy_box_big img {
  border-radius: 10px;
  width: 100%;
}
.main_body .rummy-academy .academy_box .academy_box_big .video_block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.main_body .rummy-academy .academy_box .academy_box_big .video_block img {
  vertical-align: top;
  visibility: hidden;
}
.main_body .rummy-academy .academy_box .academy_box_big .video_block iframe {
  border: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main_body .rummy-academy .academy_box .academy_box_big p {
  padding: 20px 0 0;
}
.main_body .rummy-academy .academy_box .academy_box_big p a {
  font-weight: bold;
  text-decoration: underline;
}
.main_body .rummy-academy .academy_box .academy_box_big p a:hover {
  color: #965201;
}
.main_body .rummy-academy .academy_box .academy_box_big p strong {
  color: #965201;
}
.main_body .rummy-academy .academy_box .academy_box_small {
  width: 280px;
  float: left;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 0 20px 20px 0;
  min-height: 415px;
}
.main_body .rummy-academy .academy_box .academy_box_small.last {
  margin: 0;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_title {
  font-size: 20px;
  color: #fff;
  background: #3e475b;
  background: -moz-linear-gradient(top, #3e475b 0%, #2b3241 100%);
  background: -webkit-linear-gradient(top, #3e475b 0%, #2b3241 100%);
  background: linear-gradient(to bottom, #3e475b 0%, #2b3241 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e475b', endColorstr='#2b3241',GradientType=0 );
  border-bottom: 1px solid #d7d8da;
  border-radius: 8px 8px 0 0;
  padding: 10px 20px;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content {
  padding: 20px;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner:last-child {
  padding: 0;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner img {
  border: 1px solid #d7d8da;
  border-radius: 5px;
  float: left;
  width: 90px;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner p,
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner span {
  width: calc(100% - 90px);
  float: left;
  color: #474747;
  font-size: 14px;
  padding-left: 20px;
  line-height: 17px;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner a span {
  color: #474747;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .inner a:hover span {
  text-decoration: underline;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .action_btn {
  margin: 0;
}
.main_body .rummy-academy .academy_box .academy_box_small .box_content .action_btn .brown_bg {
  display: block;
  border-radius: 5px;
}

/*Rummy Academy Mobile CSS Start*/
@media only screen and (max-width: 1024px) {
  .main_body .rummy-academy {
    padding: 20px;
  }
  .main_body .rummy-academy .academy_box .academy_box_big {
    width: 472px;
  }
  .main_body .rummy-academy .academy_box .academy_box_small {
    width: 236px;
  }
  .main_body .rummy-academy .academy_box .academy_box_small .box_content .inner img {
    width: 70px;
  }
  .main_body .rummy-academy .academy_box .academy_box_small .box_content .inner p {
    width: calc(100% - 70px);
    font-size: 13px;
  }
}

/*Common Tab & Ipad Css for portrait Mode Start*/
@media only screen and (max-width: 840px) {
  .main_body .rummy-academy .academy_box .academy_box_big {
    width: 100%;
  }
  .main_body .rummy-academy .academy_box .academy_box_small {
    width: 100%;
    min-height: auto;
  }
  .main_body .rummy-academy .academy_box .academy_box_small.last {
    margin: 0 0 20px;
  }
  .main_body .rummy-academy .academy_box .academy_box_small .box_content .inner img {
    width: 90px;
  }
  .main_body .rummy-academy .academy_box .academy_box_small .box_content .inner p {
    width: calc(100% - 90px);
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
}
@media only screen and (min-width: 0px) and (max-width: 415px) {
}
/*Common Ipad Css for landscape Mode Start*/
@media only screen and (max-width: 1024px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
}
@media only screen and (max-width: 820px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .rummy-academy .academy_box .academy_box_small .box_content .action_btn .brown_bg {
    display: inline-block;
  }
}
/*Rummy Academy CSS End*/

body.auto-bonus header,
body.auto-bonus footer {
  display: none;
}
body.auto-bonus .main_body .myaccount_body_section .promotion_page .promotion_right_div {
  width: 100%;
}

/*Rummy Week CSS Start*/
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer {
  display: block;
  border: 2px solid #909090;
  text-align: center;
  padding: 30px 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 2px solid #00a453;
  border-radius: 15px;
  margin-bottom: 30px;
  font-family: ubuntumedium;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box:last-child {
  margin-bottom: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box:after {
  clear: both;
  content: "";
  display: table;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .inner_div {
  display: table;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .v_middle {
  display: table-cell;
  vertical-align: middle;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date {
  float: left;
  width: 130px;
  height: 100px;
  display: table;
  background: #00a453;
  color: #fff;
  font-size: 18px;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date span {
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date .expired_tag {
  position: absolute;
  background: #000;
  bottom: -2px;
  left: -2px;
  width: 132px;
  color: #fff;
  height: 32px;
  font-size: 15px;
  line-height: 30px;
  border-radius: 0 0 0 10px;
  display: none;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_name {
  float: left;
  height: 100px;
  display: table;
  color: #202020;
  font-size: 20px;
  padding: 0 20px;
  width: calc(100% - 300px);
  text-align: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action {
  float: right;
  width: 170px;
  height: 100px;
  display: table;
  padding-right: 20px;
  font-size: 18px;
  color: #f94f05;
  border-radius: 0 12px 12px 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action a {
  background: #00a453;
  height: 50px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.comingsoon {
  border-color: #f94f05;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.comingsoon .offer_date {
  background: #f94f05;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired {
  border-color: #504f4f;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_date {
  background: #504f4f;
  color: #909090;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_date .v_middle {
  vertical-align: top;
  padding-top: 7px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_date .expired_tag {
  display: block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_name {
  background: #909090;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_action {
  background: #909090;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_action a {
  background: #504f4f;
  color: #909090;
}
/*Mobile CSS Start*/
@media only screen and (max-width: 600px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer {
    border: 0;
    padding: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date {
    font-size: 17px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_name {
    font-size: 17px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 510px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date {
    width: 100%;
    height: 50px;
    border-radius: 10px 10px 0 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date span {
    display: inline-block;
    padding-right: 5px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_name {
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action {
    width: 100%;
    height: auto;
    padding: 10px 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action a {
    padding: 0 20px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_action {
    border-radius: 0 0 12px 12px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box.expired .offer_date .v_middle {
    display: block;
    padding: 7px 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date .expired_tag {
    border-radius: 0;
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 820px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date {
    font-size: 18px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_name {
    font-size: 18px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 570px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_date {
    font-size: 16px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_name {
    font-size: 16px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .rummy_week_offer .offer_box .offer_action a {
    font-size: 16px;
  }
}

/*Rummy Week CSS End*/

/*Mega Bonanza Offer start*/
.main_body .myaccount_body_section .promotion_page .promotion_right_div.megabonanzaoffer .promotion_main_img {
  padding-bottom: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_main_img img {
  vertical-align: top;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer {
  background: #201649;
  background: -moz-linear-gradient(left, #201649 0%, #a6001b 100%);
  background: -webkit-linear-gradient(left, #201649 0%, #a6001b 100%);
  background: linear-gradient(to right, #201649 0%, #a6001b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#201649', endColorstr='#a6001b',GradientType=1 );
  float: left;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .divider {
  margin-bottom: 10px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box {
  display: block;
  position: relative;
  padding-top: 10px;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
  width: 90%;
  margin: 0px auto 20px;
  padding: 20px;
  position: relative;
  height: 145px;
  background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/desktop/coming-soon.png) no-repeat left top;
  background-size: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.first .inner {
  margin-top: 20px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active .inner {
  background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/desktop/active.png) no-repeat left top;
  background-size: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active:before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 100%;
  height: 100%;
  background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/desktop/yellow-ribbon.png) no-repeat center;
  background-size: 95%;
  z-index: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .inner {
  background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/desktop/expired.png) no-repeat left top;
  background-size: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .date {
  float: left;
  width: 140px;
  height: 50px;
  margin: 30px 0 0;
  color: #f0ca58;
  font-size: 15px;
  line-height: 45px;
  text-indent: 10px;
  font-weight: bold;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon {
  float: left;
  margin: -30px 0 0 10px;
  width: 160px;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon img {
  width: 100%;
  max-width: 160px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action {
  width: calc(100% - 310px);
  float: right;
  padding: 0 60px 0 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_name {
  display: block;
  color: #f0ca58;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 2px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_action {
  display: block;
  text-align: center;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_action a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #1ba308;
  border: 2px solid #1ba308;
  height: 34px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_action p {
  line-height: 30px;
  text-transform: uppercase;
  color: #f0ca58;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active .date {
  color: #fff;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active .offer_name_action .offer_name {
  color: #fff;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .date {
  color: #a1893f;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .offer_name_action .offer_name {
  color: #a1893f;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .offer_name_action .offer_action a {
  background: #050505;
  border: 2px solid #ababab;
  color: #ababab;
}
/*Mobile CSS Start*/

@media only screen and (max-width: 820px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
    width: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active:before {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/coming-soon.png) no-repeat left top;
    background-size: 100%;
    max-width: 450px;
    height: 352px;
    padding: 40px 60px;
    margin-bottom: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box:last-child .inner {
    margin-bottom: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active .inner {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/active.png) no-repeat left top;
    background-size: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .inner {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/expired.png) no-repeat left top;
    background-size: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.first .inner {
    margin-top: -20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .date {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 120px;
    left: 0;
    height: 40px;
    text-indent: 0;
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/date-tag.png) no-repeat center top;
    background-size: 200px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .date {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/date-tag-expired.png) no-repeat center top;
    background-size: 200px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon {
    width: 100%;
    margin-left: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
/*Common Tab & Ipad Css for portrait Mode Start*/

/*Common Mobile Css for portrait Mode Start*/
@media only screen and (min-width: 0px) and (max-width: 510px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
    padding: 30px 40px;
    height: 294px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon img {
    width: 140px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .date {
    background-size: 160px;
    top: 90px;
    line-height: 33px;
    font-size: 13px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .date {
    background-size: 160px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action {
    margin-top: 20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_name {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_action a {
    height: 30px;
    line-height: 26px;
    font-size: 13px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_action p {
    line-height: 26px;
    font-size: 13px;
  }
}
/*Common Mobile Css for portrait Mode End*/
@media only screen and (min-width: 0px) and (max-width: 375px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
    height: 264px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon img {
    width: 120px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .date {
    top: 70px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 360px) {
}
@media only screen and (min-width: 0px) and (max-width: 320px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
    padding: 30px 40px;
    height: 222px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon img {
    width: 80px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .date {
    top: 30px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action .offer_name {
    font-size: 16px;
  }
}

@media only screen and (max-width: 820px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .inner {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/coming-soon.png) no-repeat left top;
    background-size: 100%;
    max-width: 450px;
    height: 352px;
    padding: 40px 60px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.active .inner {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/active.png) no-repeat left top;
    background-size: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .inner {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/expired.png) no-repeat left top;
    background-size: 100%;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.first .inner {
    margin-top: -20px;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .date {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 120px;
    left: 0;
    line-height: 50px;
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/date-tag.png) no-repeat center;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box.expired .date {
    background: url(/images/promotions/2021/january/mega-rummy-bonanza/promotion-page/box-bg/mobile/date-tag-expired.png) no-repeat center;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_icon {
    width: 100%;
    margin-left: 0;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .promotion_inner_content .mega_bonanza_offer .offer_box .offer_name_action {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
/*Mega Bonanza Offer End*/

.animate_download_cta {
  background: #109e38;
  font-size: 21px;
  font-family: "ubuntubold";
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  animation: grow 2s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  max-width: 300px;
  background: #fbe06f;
  background: -moz-linear-gradient(top, #fbe06f 0%, #efaa2d 30%, #eea725 50%, #f6de24 100%);
  background: -webkit-linear-gradient(top, #fbe06f 0%, #efaa2d 30%, #eea725 50%, #f6de24 100%);
  background: linear-gradient(to bottom, #fbe06f 0%, #efaa2d 30%, #eea725 50%, #f6de24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbe06f', endColorstr='#f6de24',GradientType=0 );
}
.animate_download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.animate_download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@keyframes move {
  0% {
    left: -20px;
    opacity: 0.2;
  }
  5% {
    opacity: 0.4;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    left: 100%;
    opacity: 0.2;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px #007e23;
  }
  50% {
    box-shadow: 0 0 20px #007e23;
  }
  100% {
    box-shadow: 0 0 5px #007e23;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.autoheight {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /*.autoheight{display:none;}*/
}

/* css for otp based login registration  */
.home_register_section {
  position: absolute;
  left: 822px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 330px;
  z-index: 999;
  margin: 0 auto;
}
.otp_box_sec {
  width: 100%;
  position: relative;
  background: #f1ebd8;
  margin-top: 33px;
  padding: 48px 30px 18px;
  border: 5px solid #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  min-height: 450px;
}
.otp_box_sec p {
  color: #000000;
}
.otp_box_sec .head_title {
  font-size: 19.5px;
  text-shadow: 1px 1px 1px #00000052;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 15px;
  right: 15px;
  text-align: center;
  background: url(/images/mobile-otp-img/login_header_background.png) no-repeat center;
  padding: 20px 0;
  background-size: 100%;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: ubuntumedium;
}
.otp_box_sec img {
  display: block;
  max-width: 100%;
}
.otp_box_sec .or_div_sec {
  position: relative;
  text-align: center;
  margin: 0 0 10px;
}
.otp_box_sec .or_div_sec:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  background: #a6a6a6;
}
.otp_box_sec .or_div_sec span {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 10px;
  background: #f1ebd8;
  color: #000;
  position: relative;
  z-index: 1;
}
.otp_box_sec .tc_sec p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #474747;
}
.otp_box_sec .tc_sec p a {
  color: #474747;
  text-decoration: underline;
  font-size: 12px;
}
.otp_box_sec .otp_btn {
  background: #089715;
  border: 1px solid #089715;
  height: 42px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: ubuntumedium;
}
.otp_box_sec .disable_btn {
  background: #aeaeae;
  border: 1px solid #aeaeae;
  cursor: no-drop;
}
.otp_box_sec .border_btn {
  background: #fff;
  height: 40px;
  line-height: 37px;
  color: #089715;
  font-size: 18px;
  border-radius: 5px;
  display: block;
  text-align: center;
  width: 100%;
  outline: none;
  margin-bottom: 12px;
  border: 1px solid #089715;
  cursor: pointer;
  margin-top: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.otp_box_sec input::-webkit-inner-spin-button,
.otp_box_sec input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp_box_sec .password_control {
  position: absolute;
  width: 29px;
  height: 42px;
  background: url("/images/mobile-otp-img/eye_password_hide.png") no-repeat center;
  right: 10px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  top: 3px;
}
.otp_box_sec .password_control.active {
  width: 29px;
  height: 42px;
  background: url("/images/mobile-otp-img/eye_password_show.png") no-repeat center;
  background-size: 100%;
}
.otp_box_sec .otp_verify_icon {
  position: absolute;
  width: 13px;
  height: 48px;
  background: url("/images/mobile-otp-img/cancel.png") no-repeat center;
  right: 14px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  top: 0;
}
.otp_box_sec .input_group.active .otp_verify_icon {
  position: absolute;
  width: 19px;
  height: 48px;
  background: url("/images/mobile-otp-img/check.png") no-repeat center;
  right: 14px;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  top: 3px;
}
.otp_box_sec .input_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  min-height: 53px;
  overflow: hidden;
  transition: all 0.2s linear;
  margin-bottom: 12px;
  background: #fff;
}
.otp_box_sec .input_group.active {
  border: 1px solid #089715;
  transition: all 0.2s linear;
}
.otp_box_sec .input_group.active .input_code_sec .input_code {
  border-right: 1px solid #089715;
  transition: all 0.2s linear;
}
.otp_box_sec .input_group.error .input_code_sec .input_code {
  border-right: 1px solid #e3060d;
  transition: all 0.2s linear;
}
.otp_box_sec .input_group.error {
  border-color: #e3060d;
}
.otp_box_sec .input_group p.otp_error {
  display: none;
}
.otp_box_sec .input_group.error p.otp_error {
  background: #e3060d;
  color: #fff;
  width: 100%;
  font-size: 11px;
  padding: 4px 12px;
  position: relative;
  display: block;
}
.otp_box_sec .input_group .input_code_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.otp_box_sec .input_group .input_code_sec .input_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 12px;
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #b7b7b7;
  transition: all 0.2s linear;
  color: #202020;
  font-size: 14px;
  font-family: ubuntumedium;
  height: 51px;
}
/* .otp_box_sec .input_group .input_code_sec .input_code {border-right: 1px solid #b7b7b7 !important} */
.otp_box_sec .input_group .input_outline {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}
.otp_box_sec .input_group .input_outline input {
  cursor: auto;
  width: 100%;
  margin-bottom: 0;
  display: block;
  padding: 0.5rem 11px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  box-shadow: none;
  height: 42px;
  outline: none;
  top: 0px;
  position: relative;
  font-family: ubunturegular;
}
.otp_box_sec .mobile_numer_otp .input_group .input_outline input {
  top: 8px;
}
.otp_box_sec .mobile_password_login .input_group .input_outline.input_sec_set_pass input {
  top: 1px;
}
.otp_box_sec .mobile_password_login .input_group .input_outline input {
  top: 5px;
}
.otp_box_sec .mobile_password_login .input_group .input_outline input.mobile_password_login_password_field {
  padding-right: 47px;
}
.otp_box_sec .input_group .input_outline input.email_text {
  font-size: 14px;
  top: 7px;
  padding-right: 42px;
}
.otp_box_sec .email_password_login .input_group .input_outline input.email_text {
  top: 0px;
}
.otp_box_sec .email_password_login .input_group .input_outline input.email_password_login_password_field {
  top: 9px;
  padding-right: 48px;
}
.otp_box_sec .mobile_email_set_password .input_group .input_outline input.mobile_email_password_input,
.otp_box_sec .mobile_email_set_password .input_group .input_outline input.mobile_confirm_password_input {
  top: 8px;
}
.otp_box_sec .reset_password .input_group .input_outline input,
.otp_box_sec .reset_password .input_group .input_outline input {
  top: 8px;
}
.otp_box_sec .mobile_email_set_password .input_group .input_outline label {
  top: 13px;
  left: 12px;
}
.otp_box_sec .input_group .input_outline label {
  position: absolute;
  top: 11px;
  left: 11px;
  padding-top: 0.37rem;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  color: rgba(32, 32, 32, 0.6);
  font-size: 15px;
  margin-bottom: 0;
}
.otp_box_sec .input_group .input_outline label.active {
  -webkit-transform: translateY(-1rem) translateY(0.1rem) scale(0.7);
  transform: translateY(-1rem) translateY(0.1rem) scale(0.7);
  top: 13px;
}
.otp_box_sec .checkbox_sec {
  display: block;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 12px;
}
.otp_box_sec .checkbox_sec .input_group {
  display: none;
}
.otp_box_sec .checkbox_sec .checkbox_mark {
  display: block;
}
.otp_box_sec .checkbox_sec.active {
  border-bottom: 0 solid #a6a6a6;
  margin-bottom: 0;
}
.otp_box_sec .checkbox_sec.active .checkbox_mark {
  display: none;
}
.otp_box_sec .checkbox_sec.active .input_group {
  display: flex;
}
.otp_box_sec .email_login .checkbox_mark,
.otp_box_sec .mobile_number .checkbox_mark {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 7px;
}
.otp_box_sec .email_login .forgot_link,
.otp_box_sec .mobile_number .forgot_link {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 9px;
  color: #089715;
  text-align: center;
  display: block;
  padding-bottom: 11px;
}
.otp_box_sec .reset_mobile_number .forgot_sec:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .reset_mobile_number .border_btn {
  margin-bottom: 0;
}
.otp_box_sec .reset_mobile_number .otp_btn {
  margin-bottom: 5px;
}
.otp_box_sec .reset_mobile_number .forgot_sec .checkbox_mark {
  display: inline-block;
  float: left;
  width: 50%;
}
.otp_box_sec .reset_mobile_number .forgot_sec .checkbox_mark label {
  font-size: 13px;
}
.otp_box_sec .reset_mobile_number .forgot_sec .forgot_link {
  display: inline-block;
  float: right;
  width: 50%;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 13px;
  padding-top: 10px;
  color: #089715;
  text-align: right;
}
.otp_box_sec .reset_mobile_number .text_title {
  font-size: 13px;
  padding-bottom: 13px;
}
.otp_box_sec .checkbox_mark {
  display: block;
  padding-top: 11px;
  padding-bottom: 12px;
}
.otp_box_sec .checkbox_mark .icheckbox_square-green {
  display: none !important;
  width: 0px;
}
.otp_box_sec .checkbox_mark input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.otp_box_sec .checkbox_mark label {
  position: relative;
  color: black;
}
.otp_box_sec .checkbox_mark label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
  border-radius: 5px;
}
.otp_box_sec .checkbox_mark.checked label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #089715;
  border: 1px solid #089715;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 11px;
  border-radius: 5px;
}
.otp_box_sec .checkbox_mark.checked label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.otp_box_sec .title_sec h2 {
  font-size: 17px;
  line-height: 25px;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: ubuntumedium;
  display: none;
}
.otp_box_sec .title_sec h2 span {
  float: left;
  display: inline-block;
  padding-right: 10px;
  height: 34px;
  width: 26px;
  padding-top: 6px;
}
.otp_box_sec .title_sec h2.active {
  display: block;
}
.otp_box_sec .input_sec_set_pass input {
  width: 100%;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  line-height: 1.5;
  color: #202020;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  height: 49px;
  outline: none;
  font-weight: 500;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  margin-bottom: 12px;
}
/* .otp_box_sec .input_sec_set_pass input.disabled {pointer-events: none; opacity: 0.7} */
.otp_box_sec input.disabled,
.otp_box_sec .mobile_password_login .input_sec_set_pass,
.otp_box_sec .mobile_password_login .input_code_sec {
  pointer-events: none;
  opacity: 0.6;
}
.otp_box_sec .mobile_password_login .input_code_sec span {
  font-size: 17px;
  font-weight: 600;
}
.input_sec_set_pass input.email_texts {
  font-size: 14px;
}
.otp_box_sec .input_sec_set_pass .border_btn {
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  width: 75px;
  border-radius: 50px;
  margin: 0 auto 12px;
}
.otp_box_sec .thrice_otp .text_sec {
  font-size: 14px;
  color: #b51a1a;
  margin-top: 16px;
  border-top: 1px solid #a6a6a6;
  padding-top: 8px;
}
.otp_box_sec .thrice_otp .text_sec button {
  color: #089715;
  background: 0 0;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  float: right;
}
.otp_box_sec .thrice_otp .text_sec button.disable_btn {
  color: #aeaeae;
  cursor: no-drop;
}
.otp_box_sec .thrice_otp .text_sec:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .thrice_otp .text_sec span.otp_limit_exhaust_title {
  float: left;
  color: #b51a1a;
  max-width: 149px;
}
.otp_box_sec .thrice_otp .text_sec span.otp_limit_exhaust_title br {
  display: none;
}
.otp_box_sec .thrice_otp .text_sec span {
  color: #000000;
  float: right;
}
/* .otp_box_sec .resend {margin-bottom: 12px; border-top: 1px solid #a6a6a6; padding-top: 6px;} */
.otp_box_sec .reset_password .text_title,
.otp_box_sec .reset_password .note_text {
  font-size: 13px;
  padding-bottom: 13px;
}
.otp_box_sec .resend:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .resend .resent_btn {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  float: right;
  color: #089715;
}
.otp_box_sec .resend .resent_btn.disabled {
  color: #aeaeae;
  cursor: no-drop;
}
.otp_box_sec .verified_text {
  margin-bottom: 12px;
}
.otp_box_sec .verified_text p {
  margin: 0;
  color: #089715;
  text-align: center;
  font-size: 15px;
}
.otp_box_sec .otp_verify_wait .time_wait_loader {
  width: 23px;
  height: 23px;
  margin: 0;
  background: transparent;
  border-left: 2px solid #00961696;
  border-top: 2px solid #00961696;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1.2s spin linear infinite;
  animation: 1.2s spin linear infinite;
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.otp_box_sec .otp_verify_wait {
  border-top: 1px solid #a6a6a6;
}
.otp_box_sec .otp_verify_wait .text_sec {
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding-top: 4px;
}
.otp_box_sec .otp_verify_wait .text_sec:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .otp_verify_wait .text_sec span {
  float: right;
  font-size: 14px;
}
.otp_box_sec .others_option .other_link {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  height: 43px;
  line-height: 40px;
  border: 1px solid transparent;
  font-size: 14px;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 47px;
  background: #fff;
}
.otp_box_sec .others_option .other_link img {
  width: 23px;
  position: absolute;
  left: 10px;
  top: 13px;
}
.otp_box_sec .others_option .other_link.email {
  color: #b41b1b;
  border-color: #b41b1b;
}
.otp_box_sec .others_option .other_link.fb {
  color: #315086;
  border-color: #315086;
}
.otp_box_sec .others_option .other_link.fb img {
  width: 13px;
  top: 10px;
  left: 14px;
}
.otp_box_sec .others_option .other_link.apple {
  color: #000000;
  border-color: #000000;
}
.otp_box_sec .others_option .other_link.gmail {
  color: #000000;
  border-color: #000000;
}
.otp_box_sec .others_option .other_link.gmail img {
  width: 18px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.otp_box_sec .others_option .other_link.apple img {
  width: 20px;
  top: 8px;
  left: 12px;
}
.otp_box_sec .verify_input_sec p {
  font-size: 13px;
  margin: 5px 0;
}
.otp_box_sec .verify_input_sec .verify_otp {
  display: block;
  text-align: center;
  margin: 18px 0;
  padding-bottom: 12px;
  position: relative;
}
.otp_box_sec .verify_input_sec .verify_otp .error_text {
  color: #b51a1a;
  margin: 19px 0 0;
  position: absolute;
  top: 34px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  text-transform: capitalize;
}
.otp_box_sec .verify_input_sec .verify_otp input {
  width: calc(100% / 4 - 12px);
  display: inline-block;
  float: left;
  height: 49px;
  margin: 0 6px;
  color: #202020;
  text-align: center;
  font-size: 22px;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  font-weight: 800;
}
.otp_box_sec .verify_input_sec .verify_otp .otp_enter:after {
  content: "";
  display: table;
  clear: both;
}
.otp_box_sec .verify_input_sec .verify_otp.active input {
  border: 1px solid #089715;
}
.otp_box_sec .verify_input_sec .verify_otp.error input {
  border: 1px solid #b51a1a;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#home_register .modal-body,
#home_login .modal-body {
  background: transparent;
}
#home_register .modal-header,
#home_login .modal-header {
  background: #d30d00;
  background: linear-gradient(180deg, #d30d00 0, #f72000 18%, #ba0800 42%, #9a0400 100%);
  padding: 10px 20px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
#home_register .home_register_section,
#home_login .home_register_section {
  position: static;
  width: 100%;
}
#home_register .home_register_section .otp_box_sec,
#home_login .home_register_section .otp_box_sec {
  min-height: auto;
  padding: 26px 30px 18px;
  margin-top: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#home_register .home_register_section .otp_box_sec .head_title,
#home_login .home_register_section .otp_box_sec .head_title {
  display: none;
}
#home_register .modal-header .close,
#home_login .modal-header .close {
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  background: url(/images/common/home-sprite.png) no-repeat;
  background-position: -995px -99px;
}
@media only screen and (min-width: 416px) and (max-width: 430px) {
  #home_register .modal-sm,
  #home_login .modal-sm {
    width: 90%;
  }
  .banner .home_mobile_banner .slide_bg {
    background-size: cover !important;
  }
}
/* ending css for otp based login registration */
.single_page .body_content_div .login_form {
  width: 330px;
}
.single_page .body_content_div .login_form .home_register_section {
  position: static;
}
.single_page .body_content_div .login_form .home_register_section .otp_box_sec {
  margin: 0;
  padding: 20px 30px;
  min-height: 430px;
}
.single_page .body_content_div .login_form .home_register_section .otp_box_sec .head_title {
  display: none;
}
.single_page .footer_content_div {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0px;
  font-size: 16px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner.last {
  border: 0px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner span {
  width: 90px;
  margin: 0px 40px 0 20px;
  display: inline-block;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner span img {
  width: 100%;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner strong {
  color: #965201;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner a {
  text-decoration: underline;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner {
    text-align: center;
  }
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner span {
    width: 80px;
    margin: 0px auto 20px;
    display: block;
  }
}
@media only screen and (max-width: 700px) and (orientation: landscape) and (min-aspect-ratio: 13/9) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .static_page .three_col .inner {
    font-size: 14px;
  }
}
.banner_app_mobile .download_section {
  padding: 30px 20px 20px;
  position: relative;
  text-align: center;
}
.banner_app_mobile .download_section .download_cta {
  background: #17b000;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-family: "ubuntumedium";
}
.banner_app_mobile .download_section .download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.banner_app_mobile .download_section .download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@keyframes move {
  0% {
    left: -20px;
    opacity: 0.2;
  }
  5% {
    opacity: 0.4;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    left: 100%;
    opacity: 0.2;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px #007e23;
  }
  50% {
    box-shadow: 0 0 20px #007e23;
  }
  100% {
    box-shadow: 0 0 5px #007e23;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.banner_app_mobile .download_section p {
  color: #202020;
  font-size: 12px;
  margin-top: 10px;
}
.banner_app_mobile .download_section p .mobile_icon {
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.banner_app_mobile .download_section p .mobile_icon:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  height: 29px;
  width: 20px;
  background: url(/images/landing/home-new-b/mobile_icon.gif) no-repeat;
  background-size: 100%;
  vertical-align: top;
}
.sticky-footer {
  width: 100%;
  position: fixed;
  background: #fff;
  border-top: solid 1px #c8c8c8;
  z-index: 100;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: ubunturegular, Arial, Helvetica, sans-serif;
  padding: 15px 0 5px 0;
  text-align: center;
  left: 0;
  bottom: -80px; /*visibility:hidden;opacity:0;*/
  display: none;
}
.sticky-footer.show {
  bottom: 0;
}
.sticky-footer .container {
  padding: 0 20px;
}
.sticky-footer .download_cta {
  background: #17b000;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-family: "ubuntumedium";
}
.sticky-footer .download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.sticky-footer .download_cta span img {
  width: 100%;
}
.sticky-footer .download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@media only screen and (max-width: 1024px) {
  .banner_section.mobile .download_section p {
    font-size: 15px;
  }
  .sticky-footer {
    display: block;
  }
  .main_body .mobile_rummy_app .content_container .content_div .footer_app_links {
    display: none;
  }
  .downloadCTA footer.footer2 {
    margin-bottom: 80px;
  }
}

.mobile_rummy_app .banner .container.otp_form .home_register_section {
  left: 0;
}
body.mobile-app header #sp-loginbox {
  display: none;
}
body.mobile-app.homepage-copy header #sp-loginbox {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .mobile_rummy_app .banner .container.otp_form {
    display: none;
  }
  #launcher {
    margin: 0 !important;
    z-index: 90 !important;
  }
  body.mobile-app.with_downloadCTA {
    padding-bottom: 80px;
  }
  body.mobile-app.homepage-copy header #sp-loginbox {
    display: none;
  }
}
.appdownload_section {
  padding: 50px 0;
  background: #f5f0e2;
  color: #202020;
}
.appdownload_section .heading {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.appdownload_section ul {
  width: 50%;
  margin: 0 auto;
}
.appdownload_section ul li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
  border-right: 1px solid #b2b2b2;
  height: 180px;
}
.appdownload_section ul li:last-child {
  border: 0;
}
.appdownload_section ul li img {
  vertical-align: top;
}
.appdownload_section ul li strong {
  padding-bottom: 30px;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.appdownload_section ul li .app_btn a {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .appdownload_section {
    display: none;
  }
}

.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner {
  padding: 50px 0;
  color: #202020;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner .heading {
  text-align: left;
  color: #8a1c03;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  border: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner ul {
  margin: 0 auto;
  padding: 0;
  width: 60%;
  float: left;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner ul li {
  width: 50%;
  float: left;
  text-align: center;
  list-style: none;
  border-right: 1px solid #b2b2b2;
  height: 180px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner ul li:last-child {
  border: 0;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner ul li img {
  vertical-align: top;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner ul li strong {
  padding-bottom: 20px;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner ul li .app_btn a {
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .main_body .myaccount_body_section .promotion_page .promotion_right_div .appdownload_section_inner {
    display: none;
  }
}

.download_counter_section {
  padding: 15px 20px 30px;
  position: relative;
  text-align: center;
  display: none;
}
.download_counter_section .download_cta {
  background: #17b000;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 50px;
  overflow: hidden;
  font-family: "ubuntumedium";
}
.download_counter_section .download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.download_counter_section .download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@keyframes move {
  0% {
    left: -20px;
    opacity: 0.2;
  }
  5% {
    opacity: 0.4;
  }
  48% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.4;
  }
  100% {
    left: 100%;
    opacity: 0.2;
  }
}
@keyframes glow {
  0% {
    box-shadow: 0 0 5px #007e23;
  }
  50% {
    box-shadow: 0 0 20px #007e23;
  }
  100% {
    box-shadow: 0 0 5px #007e23;
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.download_counter_section p {
  color: #202020;
  font-size: 12px;
  margin-top: 10px;
}
.download_counter_section p .mobile_icon {
  position: relative;
  display: inline-block;
  line-height: 20px;
}
.download_counter_section p .mobile_icon:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -4px;
  height: 29px;
  width: 20px;
  background: url(/images/landing/home-new-b/mobile_icon.gif) no-repeat;
  background-size: 100%;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .download_counter_section {
    display: block;
  }
}
.sticky-footer_inner {
  width: 100%;
  position: fixed;
  background: #fff;
  border-top: solid 1px #c8c8c8;
  z-index: 9999999;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  font-family: ubunturegular, Arial, Helvetica, sans-serif;
  padding: 15px 0 5px 0;
  text-align: center;
  left: 0;
  bottom: 0px; /*visibility:hidden;opacity:0;*/
  display: none;
}
.sticky-footer_inner.show {
  bottom: 0;
}
.sticky-footer_inner .container {
  padding: 0 20px;
}
.sticky-footer_inner .download_cta {
  background: #17b000;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-family: "ubuntumedium";
  max-width: 350px;
}
.sticky-footer_inner .download_cta span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.sticky-footer_inner .download_cta span img {
  width: 100%;
}
.sticky-footer_inner .download_cta span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 71%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -o-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: -ms-linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  background: linear-gradient(to right, rgba(25, 165, 148, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(30, 196, 180, 0) 99%, rgba(30, 196, 180, 0) 100%);
  transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  -moz-transform: skew(30deg, 0deg);
  -ms-transform: skew(30deg, 0deg);
  -o-transform: skew(30deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}
@media only screen and (max-width: 1024px) {
  .sticky-footer_inner {
    display: block;
  }
}
