body {
    font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 100;
  }
  
  b {
    font-weight: 700;
  }
  
  #header {
    width: 100%;
    clear: both;
    float: left;
  }
  #header #languages {
    height: 20px;
    overflow: hidden;
    text-align: right;
  }
  #header #links {
    float: left;
    width: 555px;
    height: 20px;
    color: #7c7c7c;
    text-align: right;
    padding: 5px 0 0 0;
    margin-bottom: 5px;
  }
  #header #links a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  #header #links a:hover {
    color: #000;
    text-decoration: underline;
  }
  
  a.signup {
    color: #fff;
    font-weight: bold;
    padding: 6px 10px;
    margin-right: 3px;
    background: #1877f2;
    border: 1px solid #1877f2;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  a {
    color: #3494cf;
    text-decoration: none;
  }
  a:hover.signup {
    color: #fff;
    background: #166fe5;
    border: 1px solid #166fe5;
  }
  a:hover.login {
    color: #1877f2;
  }
  a:hover {
    color: #94ca29;
    text-decoration: none;
  }
  a:hover .imgs {
    border-color: #f3f3f3;
  }
  a:hover.goback {
    background: #ddd url("../images/icon_back.png") no-repeat center left;
    color: #000;
    text-decoration: none;
  }
  a:hover.report {
    color: #565656;
    text-decoration: none;
  }
  a:hover.more {
    color: #000;
    text-decoration: none;
  }
  a:hover.income {
    color: #777;
  }
  a:hover.outgo {
    color: #777;
  }
  a:hover.stitle {
    color: #94ca29;
  }
  a:hover.retailer_title {
    color: #94ca29;
    text-decoration: none;
  }
  a:hover.retailer_title_s {
    color: #94ca29;
    text-decoration: none;
  }
  
  a.login {
    color: #000;
    font-weight: bold;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #eee;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  .member {
    color: #000;
    font-weight: bold;
  }
  
  .referrals {
    color: #000;
    font-weight: bold;
  }
  
  .navbar-light .navbar-collapse {
    border-color: #0baf84;
  }
  .navbar-light .navbar-nav {
    background: transparent;
    border: none;
    margin-top: 5px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #1877f2;
    display: block;
    padding: 0 5px 5px 5px;
    font-family: "Open Sans Condensed", Times, Arial, Verdana, sans-serif;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    position: relative;
    margin-right: 20px;
  }
  .navbar-light .navbar-nav .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: 0.5s all ease;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-decoration: none;
  }
  .navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
  }
  .navbar-light .navbar-nav .nav-link .home {
    background: url("../images/home.png") no-repeat 15px;
    padding-left: 38px;
  }
  .navbar-light .navbar-nav .nav-link .home:hover {
    background: #555 url("../images/home.png") no-repeat 15px;
    padding-left: 38px;
  }
  .navbar-light .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  
  #body-ctnr {
    padding: 15px 0 40px 0;
    background: #fff;
  }
  #body-ctnr h1 {
    padding: 0 0 5px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #f0f2f5;
  }
  
  #body-ctnr.dark {
    background: #f0f2f5;
  }
  
  hr {
    border-top: 1px solid #cee2c5;
  }
  
  .box {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .box .top {
    margin-left: 2px;
    padding: 3px 0px 3px 7px;
    color: #444;
    font-size: 19px;
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #eee;
  }
  .box .top img {
    float: left;
    margin-right: 5px;
  }
  .box .middle {
    background: #fff;
    padding: 8px;
  }
  .box .bottom {
    height: 5px;
  }
  
  .login_box {
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0;
  }
  
  .form_box {
    width: 99%;
    background: #f9f9f9;
    border: 1px solid #f7f7f7;
    padding: 10px;
    margin: 2px 0;
  }
  
  th {
    font-size: 15px;
    background: #f5f5f5;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    border-right: 1px solid #fff;
    padding: 8px 0px;
    font-size: 16px;
  }
  
  .row_odd {
    height: 35px;
    background: #fff;
  }
  .row_odd:hover {
    background: #f5f5f5;
  }
  
  .row_even {
    height: 35px;
    background: #f7f7f7;
  }
  .row_even:hover {
    background: #f5f5f5;
  }
  
  .tb1 {
    color: #000;
    font-weight: bold;
  }
  
  .btb {
    border-bottom: solid 1px #eee;
  }
  
  .rets_list {
    height: 25px;
    border-bottom: 1px dotted #eaeaea;
  }
  .rets_list:hover {
    background: #f7f7f7;
  }
  .rets_list a.fav {
    display: block;
    float: left;
    margin: 0 11px 0 5px;
    width: 16px;
    height: 16px;
    background: url("../images/icon_favstars.png") left -16px no-repeat;
  }
  .rets_list a.fav:hover {
    background-position: left top;
  }
  
  .sfeatured {
    background: #fcf5e0;
  }
  .sfeatured:hover {
    background: #fff1c9;
  }
  
  a.newa {
    color: #5bbc2e;
    text-decoration: none;
  }
  a.newa:hover {
    color: #333;
    text-decoration: none;
  }
  
  a.start_link {
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 30px;
    font-weight: normal;
    padding: 7px 20px;
    display: inline;
    background: #87c310;
    border: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 1px 1px #999;
    -webkit-box-shadow: 0 0 7px #91c42d;
    box-shadow: 0 0 7px #91c42d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  .start_link:hover {
    background: #0bb586;
  }
  
  a.goback {
    background: #eee url("../images/icon_back.png") no-repeat center left;
    padding: 10px 15px 10px 35px;
    color: #777;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  a.report {
    background: url("../images/icon_report.png") no-repeat center left;
    padding: 5px 5px 5px 19px;
    margin-left: 15px;
    color: #737373;
  }
  
  a.more {
    color: #a0a0a0;
    background: url("../images/icon_more.png") no-repeat center left;
    padding: 4px 5px 5px 13px;
    text-decoration: none;
  }
  
  a.income {
    color: #77b540;
  }
  
  a.outgo {
    color: #77b540;
  }
  
  .disabledbox {
    opacity: 0.4;
  }
  
  .confirmed_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #84ad09;
    background: url("../images/icons/status-confirmed.png") no-repeat center left;
  }
  
  .pending_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #f7b400;
    background: url("../images/icons/status-pending.png") no-repeat center left;
  }
  
  .declined_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #ff5558;
    background: url("../images/icons/status-declined.png") no-repeat center left;
  }
  
  .failed_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #ff000a;
    background: url("../images/icons/status-failed.png") no-repeat center left;
  }
  
  .request_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #f79731;
    background: url("../images/icons/status-request.png") no-repeat center left;
  }
  
  .paid_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #86c125;
    background: url("../images/icons/status-paid.png") no-repeat center left;
  }
  
  .payment_status {
    float: left;
    margin-left: 3px;
    padding: 5px 5px 5px 20px;
    color: #535352;
  }
  
  .active_s {
    color: #26cd34;
    background: url("../images/icons/status-active.png") no-repeat center left;
    padding: 5px 0 5px 18px;
  }
  
  .inactive_s {
    color: #b5b5b5;
    background: url("../images/icons/status-inactive.png") no-repeat center left;
    padding: 5px 0 5px 18px;
  }
  
  .info_msg {
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: bold;
    width: 91%;
    margin: 7px auto;
    padding: 7px 7px 7px 7px;
    color: #adadad;
    background-color: #f4f4f4;
    border: 1px solid #f2f2f2;
    background-image: url("../images/icon_info.png");
  }
  
  .success_msg {
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: bold;
    width: 91%;
    margin: 7px auto;
    padding: 7px 7px 7px 7px;
    color: #fff;
    background-color: #90ea2a;
    border: 1px solid #76d806;
    background-image: url("../images/icon_success.png");
  }
  
  .error_msg {
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: bold;
    width: 91%;
    margin: 7px auto;
    padding: 7px 7px 7px 7px;
    color: #e94e4e;
    background-color: #fbe1d8;
    border: 1px solid #ffd4c6;
    background-image: url("../images/icon_error.png");
  }
  
  .login_msg {
    background-repeat: no-repeat;
    background-position: 8px center;
    font-weight: bold;
    width: 91%;
    margin: 7px auto;
    padding: 7px 7px 7px 7px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #c1c0bf;
    padding: 10px;
    font-weight: bold;
  }
  .login_msg a {
    color: #fff;
    text-decoration: underline;
  }
  .login_msg a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  li {
    padding: 0 0 0 0;
    margin: 0;
  }
  
  #categories {
    padding: 0;
    margin: 0 5px 5px 10px;
  }
  #categories li {
    list-style-type: none;
    background: url("../images/list-arrow.gif") 0 3px no-repeat;
    padding-left: 10px;
    line-height: 19px;
  }
  #categories li a {
    color: #333;
    text-decoration: none;
  }
  #categories li a:hover {
    color: #94ca29;
    text-decoration: none;
  }
  #categories li.active {
    background: url("../images/list-arrow-b.gif") 0 3px no-repeat;
  }
  #categories li.active a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  #categories li.active a:hover {
    color: #444;
    text-decoration: none;
  }
  
  #most_popular {
    color: #b7b7b7;
    text-align: center;
  }
  #most_popular .label {
    background: #f8a51b;
    bottom: 5px;
    left: 21px;
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 0 5px;
    position: absolute;
  }
  
  #popular_list {
    padding: 0;
    margin: 0 5px 5px 2px;
  }
  #popular_list li {
    list-style-type: none;
    background: url("../images/icon_popular.png") 0 7px no-repeat;
    padding: 10px 0 8px 22px;
    line-height: 13px;
    border-bottom: 1px dotted #eee;
  }
  #popular_list li a {
    display: block;
    color: #6da300;
    text-decoration: none;
  }
  #popular_list li a:hover {
    color: #555;
    text-decoration: none;
  }
  
  #benefits li {
    list-style-type: none;
    background: url("../images/icon_check.png") 0 4px no-repeat;
    padding-left: 20px;
    line-height: 19px;
  }
  
  .click {
    background: url("../images/check_blue.png") no-repeat 2px center;
    padding: 5px 5px 2px 25px;
  }
  
  .steps {
    list-style: none;
    margin: 7px;
    line-height: 33px;
  }
  .steps .step1 {
    background: url("../images/icons/1.png") no-repeat 0px 5px;
    padding-left: 35px;
  }
  .steps .step2 {
    background: url("../images/icons/2.png") no-repeat 0px 5px;
    padding-left: 35px;
  }
  .steps .step3 {
    background: url("../images/icons/3.png") no-repeat 0px 5px;
    padding-left: 35px;
  }
  
  #alphabet {
    margin: 5px 0 5px 0;
    background-color: #f7f7f7;
    border-top: 1px #eee dotted;
    border-bottom: 1px #eee dotted;
    color: #bbb;
    height: 35px;
    white-space: nowrap;
  }
  #alphabet ul {
    width: 98%;
    margin: 0 auto;
    position: relative;
    list-style-type: none;
    padding: 9px;
    text-align: center;
  }
  #alphabet li {
    float: center;
    margin: 0 0 0 4px;
    padding: 0 4px 0 0;
    border-right: 1px solid #dbdbdb;
    line-height: 15px;
    display: inline;
  }
  #alphabet li a {
    color: #000;
    font-size: 16px;
    padding: 2px 1px 2px 1px;
    text-decoration: none;
  }
  #alphabet li a:hover {
    color: #94ca29;
    text-decoration: none;
  }
  #alphabet li a:hover.active {
    color: #fff;
    text-decoration: none;
  }
  #alphabet li a.active {
    background: #0bb586;
    color: #fff;
    padding: 2px 5px;
  }
  #alphabet li.last {
    border: none;
  }
  
  p {
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
  }
  
  h1 {
    color: #000;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
    border-bottom: 4px solid #f7f7f7;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Open Sans Condensed", Times, Arial, Verdana, sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #444;
    margin: 5px 0;
    padding: 0;
  }
  
  h2 {
    color: #000;
    margin: 5px 0;
    padding: 5px;
    font-family: "Open Sans Condensed", Times, Arial, Verdana, sans-serif;
    font-size: 25px;
    font-weight: normal;
  }
  
  h3 {
    color: #444;
    margin: 5px 0;
    padding: 0;
    font-family: "Open Sans Condensed", Times, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
  }
  
  h4 {
    color: #000;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans Condensed", Arial, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
  }
  
  label {
    font-weight: 700;
  }
  
  .fast-exchange h2 {
    white-space: nowrap;
    padding-top: 10px;
  }
  
  .lined {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
  }
  .lined:before {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 17%;
    height: 3px;
    content: " ";
    background-color: #97cc6a;
    margin-left: -17%;
    text-align: right;
  }
  .lined:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 17%;
    height: 3px;
    content: " ";
    background-color: #97cc6a;
  }
  
  .brd {
    border-bottom: 2px solid #f5f5f5;
  }
  
  .highlight {
    color: #9eef07;
  }
  
  .stitle {
    font-family: "Open Sans Condensed", Times, Arial, Verdana, sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #555;
    margin: 0;
    padding: 0;
  }
  
  .req {
    color: #f00;
    font-weight: normal;
  }
  
  .note {
    padding-top: 4px;
    font-size: 13px;
    color: #bfbdbd;
    margin-left: 3px;
    width: 100%;
    clear: both;
    float: left;
    font-weight: 400;
    color: #666;
    line-height: 21px;
    margin-top: 50px;
  }
  
  .username {
    color: #000;
    font-weight: bold;
  }
  
  .user {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    padding: 2px 0 2px 18px;
    background: url("../images/user.png") no-repeat center left;
  }
  
  .newnum {
    font-size: 12px;
    color: #fff;
    background: #8e8e8e;
    font-weight: normal;
    padding: 1px 4px;
    margin-left: 3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  .count {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    padding: 5px 15px;
    font-family: "Open Sans Condensed", Times, Arial, Verdana, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .count a {
    color: #fff;
    text-decoration: none;
  }
  
  .stats1 {
    background: #6eb8c9;
  }
  
  .stats2 {
    background: #939393;
  }
  
  .stats3 {
    background: #ffad16;
  }
  
  .stats4 {
    background: #7ad108;
  }
  
  #shadow {
    background: url("../images/shadow.gif") no-repeat bottom right;
    margin: 10px 0 0 5px !important;
    float: left;
    text-align: center;
  }
  #shadow img {
    display: block;
    background-color: #fff;
    margin: -3px 6px 6px -3px;
    padding: 3px;
  }
  
  .img_s {
    border-radius: 5px;
    box-shadow: 0 10px 6px -6px #eee;
  }
  
  .balance {
    color: #fff;
    background: #89d70d;
    padding: 3px 8px;
  }
  
  .abalance {
    float: right;
    width: 200px;
    border: 1px solid #eee;
    background: #f9f9f9;
    color: #333;
    padding: 15px 10px;
    margin: 10px 5px 10px 5px;
    text-align: center;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .abalance span {
    padding-top: 4px;
    font-size: 33px;
    color: #44aa04;
  }
  
  .mbalance {
    color: #000;
    font-weight: bold;
  }
  
  .available_balance {
    height: 35px;
    background: #cef8a1;
    color: #000;
  }
  
  .cashout_requested {
    height: 35px;
    background: #ebebeb;
  }
  
  .cashout_processed {
    height: 35px;
    background: #e0ffe7;
  }
  
  .imgs {
    border: 1px solid #efefef;
    margin-right: 3px;
    padding: 2px;
    background: #fff;
  }
  
  .imagebox {
    width: 120px;
    height: 70px;
    background: url("../images/shadow.png") no-repeat;
    margin: 0 auto;
  }
  .imagebox img {
    border: 1px solid #f5f5f5;
  }
  
  .dealbox {
    height: 95px;
    float: left;
    margin: 0 0 0 20px;
    background: url("../images/shadow.png") no-repeat;
  }
  .dealbox img {
    padding-top: 1px;
    margin-bottom: 3px;
  }
  
  .oldcash {
    text-decoration: line-through;
    display: block;
    text-align: center;
    padding: 2px 0 0 0;
    font-weight: bold;
    color: #555;
    clear: both;
  }
  
  .ccash {
    display: block;
    text-align: center;
    padding: 2px 0 0 0;
    font-weight: bold;
    color: #5bbc2e;
    font-size: 15px;
    clear: both;
  }
  
  .conditions_title {
    color: #454545;
    font-weight: bold;
    background: url("../images/icon_conditions.png") no-repeat center left;
    padding: 5px 5px 5px 25px;
  }
  
  .sline {
    background: #fff url("../images/line.gif") no-repeat center bottom;
    margin: 2px auto;
    height: 1px;
  }
  
  .bline {
    background: #f2f2f2 url("../images/px.gif") no-repeat center bottom;
    margin: 2px auto;
    height: 1px;
  }
  
  .answer {
    padding: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
  }
  
  .support_message {
    padding: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
  }
  
  .message_date {
    float: right;
    padding: 2px 6px;
    text-align: right;
    font-size: 13px;
    color: #777;
    background: #f7f7f7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  
  .answer_date {
    float: right;
    padding: 2px 6px;
    text-align: right;
    font-size: 13px;
    color: #777;
    background: #f7f7f7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  
  .message_subject {
    color: #444;
    font-weight: bold;
  }
  
  .message_text {
    padding: 7px 5px 5px 0px;
  }
  
  .answer_sender {
    color: #000;
    font-weight: bold;
    background: url("../images/icons/user.png") no-repeat center left;
    padding: 5px 10px 5px 20px;
  }
  
  .answer_support {
    color: #000;
    font-weight: bold;
    background: url("../images/icons/admin.png") no-repeat center left;
    padding: 5px 10px 5px 20px;
  }
  
  .answer_text {
    padding: 7px 5px 5px 0;
  }
  
  .no_replies {
    color: #cecece;
  }
  
  .all_replies {
    color: #47c8f7;
  }
  
  table {
    border-collapse: collapse;
  }
  
  .table td {
    padding: 8px;
    border-top: transparent;
    white-space: nowrap;
  }
  
  .buy-sell-rate-table td {
    padding: 5px;
    vertical-align: middle;
  }
  
  .odd {
    background: #fff;
    border-bottom: 1px solid #d0f9ca;
  }
  
  .even {
    background: #f9f9f9;
    border-bottom: 1px solid #d0f9ca;
  }
  
  .featured_title {
    color: #fc9207;
    border-bottom: 1px solid #fee4c1;
    margin: 0;
  }
  
  .featured_stores {
    float: left;
    width: 96%;
    padding: 5px 5px 5px 25px;
    margin: 10px 0;
  }
  
  .featured {
    position: relative;
    top: 38px;
    left: -40px;
    color: #bb6caa;
    margin-bottom: -50px;
  }
  
  .old_value {
    font-size: 14px;
    color: #555;
    font-weight: bold;
    text-decoration: line-through;
  }
  
  .bvalue {
    font-family: "Open Sans Condensed", Times, Arial, Helvetica, sans-serif;
    color: #74bc00;
    font-weight: normal;
    font-size: 27px;
    vertical-align: middle;
    margin-right: 5px;
  }
  
  .info_box {
    float: left;
    width: 85%;
  }
  
  .item_store {
    width: 100%;
    min-height: 210px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 5px;
    padding: 8px;
  }
  .item_store:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  a.retailer_title_s {
    color: #5e5e5e;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .retailer_description {
    min-height: 40px;
    text-align: justify;
  }
  
  #next-button {
    color: #0bb586;
    margin-left: 3px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline;
  }
  #next-button:hover {
    color: #777;
  }
  
  #prev-button {
    color: #0bb586;
    margin-left: 3px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline;
  }
  #prev-button:hover {
    color: #777;
  }
  
  .tags {
    font-size: 13px;
    color: #d3d3d3;
  }
  
  .s_statistics {
    line-height: 1.6em;
    margin: 5px;
    font-size: 13px;
  }
  .s_statistics label {
    display: block;
    float: left;
    clear: left;
    width: 68px;
    color: #737373;
  }
  
  .retailer_statistics .label {
    color: #737373;
  }
  
  .category_description {
    color: #5f5f5f;
  }
  
  .browse_top {
    padding: 8px 4px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border: 1px dotted #f5f5f5;
    border-radius: 5px;
  }
  .browse_top .sortby span {
    color: #444;
    font-weight: bold;
  }
  .browse_top .results span {
    color: #444;
    font-weight: bold;
  }
  
  .visits {
    background: #eee;
    color: #000;
    padding: 4px 9px;
    margin-left: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
  }
  
  form {
    margin: 0;
    padding: 0;
    display: inline;
  }
  
  .checkboxx {
    float: left;
    display: block;
    margin: 4px 4px 4px 0px;
  }
  
  .sletter {
    font-size: 13px;
    font-weight: bold;
    color: #567f03;
    background: #d7f993;
  }
  
  .submit {
    margin: 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #0bb586;
    background: #0bb586;
    color: #fff;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    overflow: visible;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .submit:hover {
    border: 1px solid #555;
    background: #555;
    color: #fff;
  }
  .submit:focus {
    outline: 0;
  }
  
  .submit.signup {
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    padding: 3px 25px 3px 25px;
  }
  
  .cancel {
    margin: 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #d3d3d3;
    background: #d3d3d3;
    color: #fff;
    font-size: 14px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    overflow: visible;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .cancel:hover {
    border: 1px solid #b5b5b5;
    background: #b5b5b5;
  }
  .cancel:focus {
    outline: 0;
  }
  
  a.button {
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 15px;
    display: inline;
    border: 1px solid #dbfb9d;
    background: #0bb586;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #707070;
    text-decoration: none;
  }
  
  .button:hover {
    background: #b9fb36;
  }
  
  div.pagination {
    width: 100%;
    clear: both;
    font-size: 15px;
    margin: 20px 0 20px 0;
    text-align: center;
    padding: 2px 0;
  }
  div.pagination a {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 6px 11px;
    text-decoration: none;
    margin: 2px;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  div.pagination a:hover {
    border: 1px solid #efefef;
    padding: 6px 11px;
    background: #efefef;
    color: #000;
  }
  div.pagination span.disabled {
    padding: 6px 11px;
    margin: 2px;
    color: #bcbcbc;
  }
  div.pagination span.curPage {
    background: #5bbc2e;
    border: 1px solid #5bbc2e;
    padding: 6px 11px;
    color: #fff;
    margin: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  div.pagination a.text {
    margin: 0 1px;
    background: none;
    border: none;
  }
  div.pagination a.text:hover {
    color: #000;
  }
  
  .breadcrumbs {
    background: #f7f7f7;
    padding: 7px 5px;
    width: 100%;
    margin: 5px 0;
  }
  .breadcrumbs .home_link {
    background: url("../images/icon_home.png") no-repeat left;
    padding-left: 18px;
  }
  .breadcrumbs a {
    color: #333;
    text-decoration: underline;
  }
  .breadcrumbs a:hover {
    color: #000;
    text-decoration: none;
  }
  
  .scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    z-index: 99999;
    background: url("../images/icon_top.png") no-repeat;
  }
  
  .search_box {
    width: 100%;
    background: #f7f7f7;
    margin: 5px 0;
    padding: 8px 5px;
    text-align: center;
    white-space: nowrap;
  }
  
  .share_box {
    margin: 0 auto;
    width: 220px;
    display: block;
    padding: 3px 0 2px 10px;
    text-align: center;
  }
  
  .share_textbox {
    width: 210px;
    background: #fff;
    border: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #898989;
    margin: 2px 0;
    padding: 4px 3px;
  }
  
  .referral_link {
    font-size: 18px;
    background: #eaf8e9;
    border: 1px dotted #caecb9;
    padding: 15px 10px;
    text-align: center;
    margin: 0 0 5px 0;
    border-radius: 8px;
  }
  
  .reflink_textbox {
    background: #fff;
    border: 1px solid #f0ebe4;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 2px 0;
    padding: 5px 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  .referral_link_share {
    width: 100%;
    text-align: right;
    margin: 2px 0;
  }
  
  .link-sharer {
    width: 180px;
  }
  
  .payment_details {
    padding: 5px 0;
    background: #f9f9f9;
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
  }
  
  #tabs_wrapper {
    width: 420px;
  }
  
  #tabs_container {
    margin-top: 15px;
    border-bottom: 1px solid #eee;
  }
  
  #tabs {
    list-style: none;
    padding: 5px 0 4px 0;
    margin: 0 0 0 10px;
    font-size: 13px;
  }
  #tabs li {
    display: inline;
  }
  #tabs li a {
    color: #b5b5b5;
    border: 1px solid #eee;
    padding: 5px 10px;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: none;
    outline: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
  }
  #tabs li a:hover {
    color: #fff;
    background: #beef5b;
    border: 1px solid #beef5b;
    padding: 5px 10px;
  }
  #tabs li.active a {
    color: #000;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 5px 10px 6px 10px;
    border-bottom: none;
    font-weight: bold;
  }
  #tabs li.active a:hover {
    color: #fff;
    background-color: #9eef07;
    border: 1px solid #eee;
    padding: 5px 10px 6px 10px;
    border-bottom: none;
  }
  
  #tabs_content_container {
    padding: 5px;
    width: 750px;
    overflow: hidden;
  }
  
  .tab_content {
    display: none;
    margin-top: 5px;
  }
  
  .news_info {
    border-bottom: 2px solid #f7f7f7;
    margin: 5px 0;
    padding: 5px 0;
  }
  .news_info a {
    color: #5bbc2e;
    text-decoration: none;
  }
  .news_info a:hover {
    color: #777;
    text-decoration: none;
  }
  
  .news_date {
    color: #444;
    padding: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  
  .news_title {
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #000;
    font-size: 16px;
    padding: 7px 0;
  }
  .news_title a {
    color: #0099de;
  }
  .news_title a:hover {
    color: #007bff;
  }
  
  .news_description {
    font-size: 15px;
    line-height: 1.3;
  }
  
  .jscarousal-horizontal {
    width: 100%;
    height: 100px;
    background-color: #fff;
    margin: 10px 0;
    padding: 5px 3px 5px 3px;
    position: relative;
  }
  
  .jscarousal-horizontal-back {
    float: left;
    width: 20px;
    height: 60px;
    color: white;
    position: relative;
    top: 2px;
    cursor: pointer;
    background-image: url("../images/left_arrow.gif");
    background-repeat: no-repeat;
    background-position: left;
  }
  
  .jscarousal-horizontal-forward {
    float: left;
    width: 20px;
    height: 60px;
    color: white;
    position: relative;
    top: 2px;
    cursor: pointer;
    background-image: url("../images/right_arrow.gif");
    background-repeat: no-repeat;
    background-position: right;
  }
  
  .jscarousal-contents-horizontal {
    width: 94%;
    height: 100px;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .jscarousal-contents-horizontal > div {
    position: absolute;
    width: 100%;
    height: 100px;
  }
  .jscarousal-contents-horizontal > div > div {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
  }
  .jscarousal-contents-horizontal img {
    max-width: 120px;
    max-height: 60px;
    border: solid 1px #eee;
  }
  
  .hidden {
    display: none;
  }
  
  .visible {
    display: block;
  }
  
  .thumbnail-active {
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
  }
  
  .thumbnail-inactive {
    filter: alpha(opacity=70);
    opacity: 0.7;
    cursor: pointer;
  }
  
  .thumbnail-text {
    font-size: 13px;
    color: #b7b7b7;
    font-weight: normal;
    text-align: center;
    display: block;
    padding: 2px;
    text-wrap: normal;
    width: 125px;
  }
  
  .rating {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 10px;
  }
  .rating .cover {
    position: absolute;
    background: transparent url("../images/rating_stars.png") top left no-repeat;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 10px;
    z-index: 101;
  }
  .rating .progress {
    position: absolute;
    background: transparent url("../images/rating_stars_full.png") top left no-repeat;
    top: 0px;
    left: 0px;
    height: 10px;
    z-index: 102;
  }
  
  .review-form {
    padding: 5px 0;
    margin-bottom: 15px;
    line-height: 19px;
  }
  
  #add_review_link {
    float: right;
    padding-top: 20px;
  }
  #add_review_link a {
    background: url("../images/icon_add.png") no-repeat 2px;
    padding: 4px 4px 4px 22px;
    color: #88b527;
    font-weight: normal;
    text-decoration: none;
    border-radius: 5px;
  }
  #add_review_link a:hover {
    color: #000;
    text-decoration: none;
  }
  
  .store_reviews {
    background: url("../images/icon_reviews.png") 1px 1px no-repeat;
    padding: 1px 0 5px 38px;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 17px;
  }
  
  #review {
    border-bottom: 1px dotted #eee;
    padding: 5px 0;
  }
  
  .review-author {
    background: url("../images/user.png") no-repeat center left;
    padding: 5px 5px 5px 20px;
    color: #777;
    font-weight: bold;
  }
  
  .review-date {
    float: right;
    color: #ccc;
  }
  
  .review-title {
    font-size: 15px;
    font-weight: bold;
  }
  
  .review-text {
    padding: 5px 0;
  }
  
  .myreview {
    background: #f9f9f9;
    padding: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  
  .review_brd {
    border-bottom: 1px dotted #eee;
  }
  
  .statistics {
    background: #f9f9f9;
    padding: 7px 5px;
    text-align: center;
    color: #777;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
  }
  .statistics span {
    color: #888;
    font-size: 25px;
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  }
  .statistics .allcashback {
    color: #91db08;
  }
  
  .stores_list {
    margin: 15px 0 0 0;
    list-style-type: none;
  }
  
  .store2 {
    position: relative;
    margin: 0 0 0 -40px;
    padding: 0 0 30px 50px;
    left: 50px;
    font-size: 14px;
    line-height: 13px;
    zoom: 1;
    overflow: hidden;
  }
  .store2 .letter {
    position: absolute;
    font-size: 33px;
    line-height: 33px;
    top: 0;
    left: 0;
    color: #d3d3d3;
    font-weight: bold;
    clear: both;
    float: left;
  }
  .store2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 160px;
  }
  .store2 ul li {
    margin: 0 0 5px 0;
  }
  .store2 ul li a {
    color: #000;
    text-decoration: none;
  }
  .store2 ul li a:hover {
    color: #7dbced;
    text-decoration: none;
  }
  
  #slider {
    margin: 1em 0 0 0;
    padding: 0;
  }
  #slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #slider li {
    width: 570px;
    height: 225px;
    overflow: hidden;
  }
  
  ol#controls {
    display: none;
    position: relative;
    right: 0;
    top: -10px;
    height: 15px;
    margin: 0;
  }
  ol#controls li {
    margin: 0 0 0 3px;
    padding: 0;
    float: left;
    list-style: none;
    height: 28px;
    line-height: 28px;
  }
  ol#controls li a {
    float: left;
    height: 16px;
    line-height: 16px;
    background: #eee;
    border: 1px solid #eee;
    color: #555;
    padding: 0 4px;
    text-decoration: none;
  }
  ol#controls li a:focus {
    outline: none;
  }
  ol#controls li.current a {
    border: 1px solid #0bb586;
    background: #0bb586;
    color: #fff;
  }
  
  #prevBtn a:focus {
    outline: none;
  }
  
  #nextBtn a:focus {
    outline: none;
  }
  
  #footer {
    width: 100%;
    color: #fff;
    background: #073b4c;
    margin-top: 0px;
    padding: 20px 0;
  }
  #footer img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #footer h3 {
    color: #fff;
    margin: 20px 0;
  }
  #footer .rss {
    padding: 7px 0 7px 20px;
    background: url("../images/icon_rss.png") no-repeat center left;
  }
  #footer .powered-by-exchangerix {
    position: relative;
    white-space: nowrap;
    top: 5px;
    right: 45px;
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
  }
  #footer .powered-by-exchangerix a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  #footer .powered-by-exchangerix a:hover {
    color: #94d802;
    text-decoration: none;
  }
  #footer .copyright {
    padding-top: 15px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding-bottom: 0px;
    line-height: 22px;
  }
  #footer .copyright p {
    color: #eee;
  }
  #footer a {
    padding: 0;
    color: #eee;
  }
  #footer a:hover {
    color: #fff;
  }
  
  .footer-col {
    margin-left: 0px !important;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 10px;
  }
  .footer-col h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }
  .footer-col ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-col li {
    list-style-type: none;
    clear: both;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
  }
  
  #social {
    margin: 10px 5px 5px 10px;
    padding: 0;
    line-height: 12px;
  }
  #social a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
    filter: alpha(opacity=70);
    opacity: 0.7;
    cursor: pointer;
  }
  #social a:hover {
    color: #000;
    text-decoration: none;
    filter: alpha(opacity=100);
    opacity: 1;
    cursor: pointer;
  }
  #social .facebook_icon {
    background: url("../images/facebook.png") no-repeat left;
    padding: 18px 18px 15px 13px;
  }
  #social .twitter_icon {
    background: url("../images/twitter.png") no-repeat left;
    padding: 18px 18px 15px 13px;
  }
  #social .rss_icon {
    background: url("../images/rss.png") no-repeat left;
    padding: 18px 18px 15px 13px;
  }
  
  #quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 20px;
  }
  #quote-carousel .blockquote {
    font-size: 14px;
  }
  #quote-carousel b {
    font-weight: 700;
  }
  #quote-carousel .carousel-control {
    background: none;
    color: #ccc;
    font-size: 1.3em;
    text-shadow: none;
    margin-top: 50px;
  }
  #quote-carousel .carousel-control.left {
    left: -12px;
  }
  #quote-carousel .carousel-control.right {
    right: -12px !important;
  }
  #quote-carousel .carousel-indicators {
    right: 25%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
  }
  #quote-carousel .carousel-indicators li {
    background: #c0c0c0;
    background: #c0c0c0;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: transparent;
  }
  #quote-carousel .carousel-indicators .active {
    background: #333;
  }
  
  .item blockquote {
    font-size: 1em;
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .item blockquote img {
    margin-bottom: 10px;
  }
  
  .progress-bar-x {
    width: calc(96% - 6px);
    height: 27px;
    background: #e1e1e1;
    padding: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 5px 0;
    position: absolute;
    z-index: 2;
  }
  
  .progress-bar-fill {
    display: block;
    height: 16px;
    background: #b7d6b7;
    border-radius: 3px;
    transition: width 60s ease-in-out;
    position: relative;
    top: -17px;
    z-index: -1;
  }
  
  .progress-note {
    color: #000;
    font-size: 13px;
    padding-top: 3px;
    text-align: center;
    z-index: 0;
  }
  
  .reseting {
    transition: none;
  }
  
  .widget {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 1px #eee;
    padding: 15px;
    margin-bottom: 15px;
  }
  
  #expage_details .table td {
    white-space: wrap;
  }
  
  .widget.gray {
    background: #f9f9f9;
  }
  
  .carousel-item-next {
    display: flex;
    justify-content: center;
  }
  
  .carousel-item-prev {
    display: flex;
    justify-content: center;
  }
  
  .carousel-item.active {
    display: flex;
    justify-content: center;
  }
  
  .carousel-inner.onebyone-carosel {
    margin: auto;
    width: 90%;
  }
  
  .onebyone-carosel .active.left {
    left: -33.33%;
  }
  .onebyone-carosel .active.right {
    left: 33.33%;
  }
  .onebyone-carosel .next {
    left: 33.33%;
  }
  .onebyone-carosel .prev {
    left: -33.33%;
  }
  
  #ltable .morediv {
    display: none;
  }
  #ltable tr:hover .morediv {
    display: block;
  }
  #ltable .reserve_a {
    font-size: 22px;
    font-weight: bold;
  }
  
  .btn {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
  
  .btn-success {
    background: #1877f2;
    border: 1px solid #1877f2;
    transition: 0.5s all ease;
  }
  .btn-success:hover {
    background: #166fe5;
    border: 1px solid #166fe5;
  }
  
  .badge {
    font-size: 13px;
    font-weight: normal;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
  }
  
  .badge-success {
    background-color: #1877f2;
  }
  
  .badge-warning {
    background-color: #f0ad4e;
  }
  
  .wrap {
    text-align: center;
    margin: 25px auto;
    position: relative;
    width: 70%;
  }
  .wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 3px dotted #ccc;
    background: #fff;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .links {
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .dot {
    font-weight: bold;
    background: #eee;
    color: #ccc;
    padding: 5px 10px;
    border-radius: 15px;
  }
  
  .dot.done {
    background: #79b45b;
    color: #fff;
  }
  
  .dot.current {
    background: #fff;
    border: 1px solid #999;
    color: #000;
  }
  
  .dot.disabled {
    background: #eee;
    color: #ccc;
  }
  
  .modal-open {
    position: fixed;
    width: 100%;
  }
  
  #testimonials div {
    border-right: 2px dotted #eee;
  }
  #testimonials div.last {
    border: none;
  }
  
  [data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #72b437;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
  }
  
  .icircle {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    padding: 8px;
    margin: 0 5px;
  }
  
  #acc_user_menu {
    width: 100%;
    background: #f6f6f6;
    border-radius: 7px;
    padding: 15px 8px 15px 15px;
    margin: 5px 0 20px 0;
    height: 50px;
    box-shadow: 3px 2px 2px 2px #eee;
  }
  #acc_user_menu ul {
    float: left;
    list-style: none;
    margin: 0;
  }
  #acc_user_menu li {
    float: left;
    list-style: none;
    margin-right: 17px;
    padding: 0;
  }
  #acc_user_menu a {
    color: #000;
  }
  #acc_user_menu a:hover {
    color: #5bbc2e;
  }
  
  .imgrs {
    border-radius: 50%;
    margin-right: 5px;
  }
  
  textarea {
    padding: 10px;
  }
  
  .operator_box {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    border-radius: 10px;
  }
  
  .home_h1 {
    color: #000;
    font-size: 40px;
    border-bottom: 1px solid #cee2c5 !important;
  }
  
  .home_btn {
    margin-left: 56px;
  }
  .home_btn button {
    font-family: "Open Sans Condensed", Times, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 27px;
    padding: 10px 30px;
    border-radius: 10px;
  }
  
  h5 {
    color: #000;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
  }
  
  h6 {
    color: #000;
    font-weight: 100;
    margin: 0px;
    padding: 0px;
  }
  
  #wrapper {
    width: 100%;
    clear: both;
    float: left;
  }
  
  #nav {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 10px;
  }
  
  .logo {
    margin: 20px 0px 10px 0px;
    position: relative;
    z-index: 9999;
  }
  .logo img {
    width: 288px;
    height: auto;
  }
  
  .header-top {
    width: 100%;
    float: right;
    clear: both;
  }
  .header-top h2 {
    font-size: 13px;
    color: #000;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
  }
  
  .Signin {
    background-color: #1bb2d0;
    font-size: 14px;
    color: #fff;
    border-bottom-right-radius: 5px;
    float: right;
    font-weight: 400;
    padding: 7px 20px 7px 20px;
    color: #fff;
    text-decoration: none;
  }
  .Signin:hover {
    background-color: #1bb2d0;
    color: #fff;
    text-decoration: none;
  }
  
  .Signup {
    background-color: #0b30a6;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 5px;
    float: right;
    text-decoration: none;
    font-weight: 400;
    padding: 7px 20px 7px 20px;
  }
  .Signup a {
    background-color: #0b30a6;
    font-size: 14px;
    text-decoration: none;
  }
  
  #banner-cntr {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    background: url(../images/bannerbg-.png) no-repeat center;
    background-size: cover;
    padding: 60px 0px;
  }
  
  .banner-text {
    width: 100%;
    float: left;
    text-align: center;
  }
  .banner-text h1 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
  }
  .banner-text h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 30px;
  }
  
  .banner-search {
    width: 750px;
    text-align: center;
    padding-top: 20px;
    margin: 0px auto;
  }
  .banner-search input {
    background-color: #fff;
    color: #666;
    border: none;
    font-size: 14px;
    padding: 10px 0px 10px 20px;
    width: 80%;
  }
  .banner-search button {
    background-color: #fa8d00;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    padding: 10px 25px 10px 25px;
  }
  
  .check-box {
    float: left;
    clear: both;
    padding: 20px;
    width: auto;
  }
  
  .checkbox-inline {
    width: 80px;
    float: left;
  }
  
  .check-boxText {
    font-size: 14px;
    color: #ccc;
    float: right;
    text-align: right;
    margin-right: 7px;
    padding-top: 20px;
  }
  
  .menu-row {
    width: 100%;
    clear: both;
    float: right;
  }
  
  .banner-icon {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 80px;
  }
  
  .icon-col {
    width: 100%;
    float: left;
    clear: both;
  }
  .icon-col img {
    float: left;
    clear: both;
    margin-left: -8px;
  }
  .icon-col h2 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    margin-top: 6px;
  }
  .icon-col h3 {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-weight: 500;
  }
  
  .product-cntr {
    width: 100%;
    float: left;
    clear: both;
  }
  
  .heading {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 15px;
    text-align: center;
  }
  .heading h1 {
    font-size: 28px;
    color: #7ca629;
    margin-top: 20px;
  }
  
  .product-col {
    width: 96%;
    float: left;
    border: 1px solid #eaeaea;
    padding: 5px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .product-col:hover {
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.35);
    cursor: pointer;
  }
  .product-col img {
    width: 100%;
    float: left;
    padding-bottom: 8px;
  }
  .product-col h2 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .product-col p {
    font-size: 13px;
    color: #4c4c4c;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
    margin-bottom: 16px;
  }
  .product-col a {
    font-size: 13px;
    background-color: #fff;
    border: #ccc solid 1px;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
    float: left;
    margin-left: 3px;
    margin-bottom: 10px;
  }
  .product-col a:hover {
    background-color: #fa8d00;
    border: #fa8d00 solid 1px;
    color: #fff;
  }
  .product-col span {
    font-size: 20px;
    font-weight: 600;
    color: #fa8d00;
    float: right;
    margin-top: -9px;
  }
  
  .brands {
    width: 100%;
    float: left;
    clear: both;
  }
  
  .brands-logo {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 18px;
  }
  .brands-logo p {
    font-size: 12px;
    color: #000;
    text-align: center;
    font-weight: 600;
  }
  
  .reviews {
    width: 100%;
    float: left;
    clear: both;
  }
  
  .reviews-col {
    width: 100%;
    float: left;
    clear: both;
    padding: 14px;
  }
  .reviews-col img {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .reviews-col h2 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  .reviews-col h2 span {
    float: right;
  }
  .reviews-col h3 {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    line-height: 23px;
  }
  .reviews-col h4 {
    font-size: 18px;
    color: #0b30a6;
    font-weight: 600;
  }
  .reviews-col p {
    font-size: 14px;
    color: #333;
    font-weight: 100;
    line-height: 19px;
    padding-bottom: 9px;
  }
  .reviews-col a {
    font-size: 15px;
    color: #0b30a6;
    font-weight: 600;
    text-decoration: none;
  }
  
  .boder {
    border-bottom: 1px #eaeaea solid;
    border-top: 1px #eaeaea solid;
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  
  .reviews-img-top {
    float: left;
    top: 15px;
    left: 10px;
    padding-left: 16px;
    position: absolute;
    background: url(../images/img-top.png) no-repeat left;
    font-size: 14px;
    color: #fff;
    width: 132px;
    padding: 7px 0px 9px 12px;
  }
  
  .advt1 {
    position: absolute;
    left: 10%;
    top: 150px;
  }
  
  .advt2 {
    position: absolute;
    right: 5%;
    top: 160px;
  }
  
  .header-in {
    background-color: #f0f2f5;
  }
  
  .menu-ctnr {
    background-color: #1877f2;
    height: 65px;
    width: 100%;
    clear: both;
    float: left;
    border-bottom: #ccc solid 2px;
    border-top: #eee solid 1px;
  }
  .menu-ctnr .nav {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    background-color: #1ac6ff;
  }
  .menu-ctnr .nav li a {
    color: #fff;
  }
  
  .sign-upbtn {
    float: right;
  }
  
  .search-ctnr {
    float: left;
    margin: 5px 0px;
    width: 70%;
  }
  .search-ctnr input {
    width: 80%;
    background-color: #fff;
    padding: 3px 10px;
    color: #666;
    border-bottom: #ccc solid 3px;
    border-left: #ccc solid 3px;
    border-top: #ccc solid 3px;
    border-right: #fff solid 3px;
    float: right;
  }
  .search-ctnr button {
    background-color: #7ca629;
    border: #7ca629 solid 1px;
    padding: 5px 20px;
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .panel-deal-logo {
    width: 100%;
    clear: both;
    border: #e3e1e1 solid 1px;
    text-align: center;
    padding: 8px 0px 8px 0px;
  }
  .panel-deal-logo h2 {
    border-top: #e3e1e1 solid 1px;
    padding: 10px 0px 20px 0px;
    font-size: 18px;
  }
  .panel-deal-logo a {
    background-color: #e43e94;
    border-radius: 4px;
    color: #fff;
    padding: 7px 25px;
    font-weight: 700;
  }
  
  .padding-ctnr {
    padding-left: 45px;
  }
  
  .copun-head {
    width: 100%;
    clear: both;
    float: left;
  }
  .copun-head h2 {
    font-size: 36px;
    color: #7ea82c;
    font-weight: 100;
  }
  .copun-head h3 {
    font-size: 18px;
    color: #333;
    font-weight: 100;
    padding: 5px 0px 10px 0px;
  }
  .copun-head h3 strong {
    color: #e43f94;
  }
  
  .tab-ctnr {
    width: 100%;
    clear: both;
    float: left;
    border-bottom: #ccc solid 1px;
    margin-top: 20px;
  }
  .tab-ctnr ul {
    margin: 0;
    padding: 0;
  }
  .tab-ctnr li {
    list-style-type: none;
    float: left;
    padding: 10px 15px;
    cursor: pointer;
  }
  
  .subscribe-btn {
    float: right;
  }
  .subscribe-btn a {
    float: right;
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    background-color: #7ea82c;
    padding: 7px 20px;
    font-weight: 400;
    border-radius: 4px;
  }
  
  .drop-down-ctnr {
    float: right;
  }
  
  .panel-cate {
    background-color: #fff;
    border-bottom: #e0e0e0 solid 1px;
    border-right: #e0e0e0 solid 1px;
    border-left: #e0e0e0 solid 1px;
    margin-top: 10px;
  }
  .panel-cate h1 {
    font-size: 21px;
    background-color: #2890bd;
    padding: 7px 15px;
    color: #fff;
  }
  .panel-cate ul {
    margin: 0px;
    padding: 0px;
  }
  .panel-cate li {
    list-style-type: none;
    padding: 0px 10px 0px 15px;
    border-bottom: #e0e0e0 solid 1px;
    line-height: 30px;
    font-size: 14px;
  }
  .panel-cate li:hover {
    background-color: #fbfbfb;
    border-bottom: #c9c9c9 solid 1px;
    color: #000;
    cursor: pointer;
  }
  .panel-cate li img {
    float: left;
    border-right: #e0e0e0 solid 1px;
    margin-right: 10px;
    background-color: #fbfbfb;
    padding: 5px;
  }
  .panel-cate li span {
    color: #999;
    font-size: 12px;
    padding-left: 10px;
  }
  
  .cash-bonus {
    clear: both;
    float: left;
    width: 100%;
    text-align: right;
    color: #fff;
    padding: 10px 0px;
    font-weight: bold;
    text-shadow: #fa8d00 0px 1px 0px;
  }
  .cash-bonus strong {
    background-color: #ff535a;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5px;
  }
  
  .brands-section {
    clear: both;
    float: left;
    width: 100%;
  }
  
  .brands-ctnr {
    width: 15%;
    height: auto;
    float: left;
    text-align: center;
    border: #ccc solid 1px;
    margin: 10px 0.83%;
    padding-bottom: 10px;
  }
  .brands-ctnr:hover {
    box-shadow: 3px 6px 1px 5px #eee;
    border: #666 solid 1px;
    cursor: pointer;
  }
  .brands-ctnr img {
    margin-top: 2px;
    width: 80%;
    height: auto;
  }
  .brands-ctnr h4 {
    text-align: center;
    font-size: 15px;
  }
  
  .copun-ctnr {
    width: 90%;
    float: left;
    border: #eee solid 1px;
    text-align: center;
    position: relative;
    margin: 25px 0px 0px 0px;
  }
  .copun-ctnr img {
    width: 45%;
    height: auto;
    margin-top: 30px;
  }
  .copun-ctnr h2 {
    font-size: 13px;
    text-align: left;
    padding: 20px 10px 0px 15px;
    text-transform: uppercase;
    color: #222;
    text-align: center;
    line-height: 22px;
  }
  .copun-ctnr h3 {
    color: #4705db;
    font-size: 13px;
  }
  .copun-ctnr h4 {
    background-color: #223348;
    text-align: center;
    padding: 7px 0px;
    margin-top: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 30px;
    margin-right: 30px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .copun-ctnr h4:hover {
    background-color: #ea8604;
    cursor: pointer;
  }
  .copun-ctnr h5 {
    background-color: #78b536;
    text-align: center;
    padding: 7px 0px;
    margin-top: 40px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 40px;
    margin-right: 40px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .copun-ctnr h5:hover {
    background-color: #ef2e49;
    cursor: pointer;
  }
  
  .copun-label {
    float: left;
    top: 5px;
    left: 10px;
    padding-left: 16px;
    position: absolute;
    background: url(../images/img-top.png) no-repeat left;
    font-size: 14px;
    color: #fff;
    width: 132px;
    margin-left: -16px;
    padding: 7px 0px 9px 12px;
    font-weight: 700;
  }
  
  .cachback-label {
    float: left;
    top: 5px;
    left: 10px;
    padding-left: 16px;
    position: absolute;
    background: url(../images/cashback-label.png) no-repeat left;
    font-size: 14px;
    color: #fff;
    width: 132px;
    margin-left: -16px;
    font-weight: 700;
    padding: 7px 0px 9px 12px;
  }
  
  .copun-logo {
    top: 5px;
    right: 10px;
    position: absolute;
    font-size: 16px;
    color: #666;
    padding: 5px 0px 9px 12px;
    font-weight: 600;
  }
  
  .banner-slide {
    height: 340px;
    clear: both;
    width: 100%;
  }
  
  .top1 {
    clear: both;
    width: 100%;
    float: left;
    text-align: right;
    padding: 5px 0px;
    color: #666;
    font-size: 13px;
  }
  
  .top2222 {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0px;
  }
  
  .search-filed {
    width: 40%;
    float: left;
    padding-top: 22px;
  }
  
  .login-reg {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: right;
    padding: 12px 0;
  }
  .login-reg .dropdown-menu {
    z-index: 9999;
    transform: translate3d(-45px, 23px, 0px) !important;
  }
  .login-reg .dropdown-menu a {
    font-size: 14px;
    padding: 3px 17px;
    line-height: 1.8;
    color: #333333;
  }
  .login-reg .dropdown-menu li:hover {
    background: #f5f5f5;
  }
  
  #account_nav {
    margin-left: 10px;
  }
  #account_nav .btn {
    font-size: 14px;
    padding: 0 5px;
  }
  
  #custom-search-input {
    padding: 3px;
    border: solid 1px #e4e4e4;
    border-radius: 6px;
    background-color: #fff;
  }
  #custom-search-input input {
    border: 0;
    box-shadow: none;
  }
  #custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
  }
  #custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
  }
  #custom-search-input .glyphicon-search {
    font-size: 23px;
  }
  
  .bee {
    width: 1000px;
    clear: both;
    float: left;
    border-radius: 4px;
    text-align: center;
    padding: 20px 0;
  }
  .bee img {
    border: #e0e0e0 solid 1px;
    width: 985px;
    height: auto;
  }
  
  .list-ctnr {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
  }
  .list-ctnr ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
  }
  .list-ctnr li {
    list-style-type: disc;
    color: #999;
    font-size: 12px;
    padding: 0px 30px 0px 0px;
    float: left;
  }
  .list-ctnr h2 {
    font-size: 19px;
    padding: 5px 0px 5px 0px;
    color: #666;
    clear: both;
    line-height: 24px;
    width: 350px;
  }
  .list-ctnr h3 {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
    color: #666;
    clear: both;
    line-height: 21px;
    border-top: #ccc dashed 1px;
  }
  .list-ctnr h5 {
    font-size: 15px;
    padding: 0px 0px 10px 0px;
    color: #e43e94;
    clear: both;
  }
  
  .button-get-code {
    font-size: 16px;
    font-weight: 400;
    float: right;
    position: absolute;
    right: 5px;
    top: 25px;
  }
  .button-get-code a {
    background-color: #2890bd;
    border: #2890bd solid 1px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 5px;
    width: 170px;
    margin-bottom: 7px;
    display: block;
    text-align: center;
  }
  .button-get-code a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  .panel-login .panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
  }
  .panel-login .panel-heading a {
    text-decoration: none;
    color: #8dbf27;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 20px;
    border: #8dbf27 solid 1px;
    border-radius: 3px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    margin-right: 30px;
    text-align: right;
  }
  .panel-login .panel-heading a.active {
    color: #2890bd;
    font-size: 15px;
    border: #2890bd solid 1px;
    border-radius: 3px;
    padding: 5px 20px;
    text-align: left;
  }
  .panel-login .panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  }
  .panel-login input[type=text] {
    border: 1px solid #ddd;
    font-size: 13px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .panel-login input[type=email] {
    border: 1px solid #ddd;
    font-size: 13px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .panel-login input[type=password] {
    border: 1px solid #ddd;
    font-size: 13px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .panel-login input:hover {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
  }
  .panel-login input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
  }
  
  .btn-login {
    background-color: #59b2e0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59b2e6;
  }
  .btn-login:hover {
    color: #fff;
    background-color: #53a3cd;
    border-color: #53a3cd;
  }
  .btn-login:focus {
    color: #fff;
    background-color: #53a3cd;
    border-color: #53a3cd;
  }
  
  .forgot-password {
    text-decoration: underline;
    color: #888;
  }
  .forgot-password:hover {
    text-decoration: underline;
    color: #666;
  }
  .forgot-password:focus {
    text-decoration: underline;
    color: #666;
  }
  
  .btn-register {
    background-color: #1cb94e;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1cb94a;
  }
  .btn-register:hover {
    color: #fff;
    background-color: #1ca347;
    border-color: #1ca347;
  }
  .btn-register:focus {
    color: #fff;
    background-color: #1ca347;
    border-color: #1ca347;
  }
  
  .g-fb-login-btn {
    float: left;
    width: 40%;
  }
  .g-fb-login-btn ul {
    margin: 0px;
    padding: 0px;
  }
  .g-fb-login-btn li {
    border: #3b5998 solid 1px;
    border-radius: 2px;
    padding: 2px 0px;
    list-style-type: none;
    margin-bottom: 15px;
  }
  .g-fb-login-btn h6 {
    font-size: 11px;
    color: #666;
  }
  
  .or-login {
    width: 10%;
    text-align: center;
    float: left;
  }
  
  .login-section {
    width: 50%;
    float: left;
  }
  .login-section input {
    width: 100%;
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 5px 10px;
    color: #666;
    font-size: 13px;
    border-radius: 3px;
  }
  .login-section button {
    background-color: #e43e94;
    border: #e43e94 solid 1px;
    border-radius: 3px;
    padding: 5px 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .login-section h6 {
    font-size: 11px;
    color: #666;
  }
  
  .sign-upIn-btn {
    color: #666;
    text-align: center;
    padding: 10px 0px;
    font-weight: 400;
  }
  .sign-upIn-btn a {
    color: #e43e94;
  }
  .sign-upIn-btn a:hover {
    color: #2890bd;
    font-weight: bold;
  }
  
  .quick-reminder {
    width: 100%;
    clear: both;
    float: left;
  }
  .quick-reminder ul {
    margin: 0px;
    padding: 0px;
  }
  .quick-reminder li {
    list-style-type: none;
    float: left;
    text-align: center;
    width: 25%;
  }
  .quick-reminder li img {
    width: 90px;
    height: auto;
  }
  .quick-reminder h5 {
    padding: 10px 0px;
    color: #666;
    font-size: 13px;
  }
  
  .continue-btn {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    margin-top: 20px;
  }
  .continue-btn a {
    background-color: #2890bd;
    border: #2890bd solid 1px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
  }
  .continue-btn a:hover {
    background-color: #e43e94;
    border: #e43e94 solid 1px;
  }
  
  .header {
    background-color: #fff;
  }
  
  .sticky {
    position: fixed;
    width: 100%;
    padding: 0px 0;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    -moz-transition: padding 0.3s ease-in;
    -o-transition: padding 0.3s ease-in;
    -webkit-transition: padding 0.3s ease-in;
    transition: padding 0.3s ease-in;
  }
  
  .sticky-menu {
    width: 85%;
    float: right;
  }
  
  .sticky-logo {
    display: none !important;
  }
  
  .deal-advt {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
  }
  
  .dashboard-member {
    width: 100%;
    clear: both;
    border: #e3e1e1 solid 1px;
    text-align: left;
    padding: 8px;
  }
  .dashboard-member h5 {
    background-color: #66940c;
    padding: 5px 10px;
    color: #fff;
    margin-top: 5px;
  }
  
  .cashbook-ctnr {
    background-color: #ccc;
    width: 100%;
    clear: both;
  }
  .cashbook-ctnr td {
    padding: 8px 0px;
    font-size: 16px;
  }
  
  .lasrab td {
    padding-left: 10px;
  }
  
  .my-details {
    font-size: 21px;
    color: #2890bd;
  }
  
  .my-cashabck {
    color: #fff;
    font-size: 21px !important;
    background-color: #2890bd;
    text-align: center;
  }
  
  .dash-head {
    width: 100%;
    clear: both;
    float: left;
    font-size: 21px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .table-ctnr {
    width: 100%;
    clear: both;
    float: left;
    background-color: #ccc;
    margin-bottom: 10px;
  }
  .table-ctnr th {
    background-color: #eee;
    padding: 5px 10px;
    color: #000;
  }
  .table-ctnr td {
    padding: 5px 10px;
    background-color: #fff;
  }
  
  .ewal {
    width: 100%;
    clear: both;
    float: left;
    font-weight: 400;
    color: #2890bd;
    margin-bottom: 20px;
  }
  
  .form-dash {
    width: 100%;
    clear: both;
    float: left;
  }
  .form-dash h6 {
    font-size: 13px;
    color: #666;
    padding-bottom: 2px;
  }
  .form-dash input {
    width: 60%;
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 5px 10px;
    color: #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    clear: both;
  }
  .form-dash textarea {
    width: 60%;
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 5px 10px;
    color: #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    clear: both;
  }
  .form-dash button {
    background-color: #7fb613;
    border: #7fb613 solid 1px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 30px;
    clear: both;
    display: block;
  }
  
  .invation-deta {
    width: 100%;
    clear: both;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
  }
  
  .form-section {
    width: 100%;
    clear: both;
    float: left;
  }
  .form-section h6 {
    font-size: 13px;
    color: #666;
    padding-bottom: 2px;
  }
  .form-section input {
    width: 95%;
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 5px 10px;
    color: #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    clear: both;
  }
  .form-section select {
    width: 95%;
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 5px 10px;
    color: #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    clear: both;
  }
  .form-section textarea {
    width: 95%;
    background-color: #fff;
    border: #ccc solid 1px;
    padding: 5px 10px;
    color: #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 12px;
    clear: both;
  }
  .form-section button {
    background-color: #7fb613;
    border: #7fb613 solid 1px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 30px;
    clear: both;
    display: block;
  }
  
  .invite-social {
    width: 100%;
    clear: both;
    margin-top: 15px;
    float: left;
  }
  .invite-social ul {
    margin: 0px;
    padding: 0px;
  }
  .invite-social li {
    list-style-type: none;
    margin-bottom: 20px;
    border: #ccc solid 1px;
    border-radius: 4px;
    padding: 4px 8px;
  }
  
  .filter-top {
    width: 100%;
    clear: both;
    float: left;
  }
  .filter-top h4 {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    padding-bottom: 4px;
  }
  .filter-top select {
    width: 90%;
  }
  .filter-top button {
    background-color: #e6489a;
    padding: 6px 0px;
    width: 90%;
    color: #fff;
    border: #e6489a solid 1px;
    border-radius: 3px;
    margin-top: 19px;
  }
  
  .childTable {
    width: 100%;
    clear: both;
    float: left;
    background-color: #fff;
  }
  .childTable th {
    background-color: #e5f8ff;
  }
  .childTable td {
    padding: 5px 5px 5px 10px;
    font-size: 13px;
  }
  .childTable tr:nth-child(even) {
    background: #fff;
  }
  .childTable tr:nth-child(odd) {
    background: #f3f3f3;
  }
  
  .select-btn {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 20px;
  }
  .select-btn ul {
    margin: 0px;
    padding: 0px;
  }
  .select-btn li {
    list-style-type: none;
    background-color: #5cb85c;
    margin-right: 4px;
    border-radius: 3px;
    color: #fff;
    padding: 7px 20px;
    float: left;
    cursor: pointer;
  }
  
  .contact-dash {
    width: 100%;
    clear: both;
    float: left;
    font-size: 14px;
    line-height: 21px;
  }
  
  .mark-red {
    color: #f00;
  }
  
  .upload-photo {
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 20px;
  }
  
  .update-btn {
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
  }
  .update-btn button {
    background-color: #7faa2a;
    padding: 7px 30px;
    color: #fff;
    border: #7faa2a solid 1px;
    border-radius: 4px;
    font-weight: 400;
    text-transform: uppercase;
  }
  
  .member-head {
    width: 95%;
    clear: both;
    float: left;
    border-bottom: #ccc solid 1px;
    font-size: 15px;
    padding: 5px 0px 5px 0px;
    margin-bottom: 15px;
    color: #208cba;
  }
  
  .account-form {
    width: 100%;
    clear: both;
    float: left;
  }
  
  .accpunt-filed {
    width: 95%;
    clear: both;
    float: left;
    margin-bottom: 10px;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
  }
  .accpunt-filed h2 {
    font-size: 13px;
    float: left;
    width: 35%;
    color: #666;
  }
  .accpunt-filed h4 {
    font-size: 13px;
    float: left;
    width: 35%;
    color: #666;
    padding-top: 5px;
  }
  .accpunt-filed h3 {
    font-size: 13px;
    float: left;
    width: 65%;
    color: #000;
    font-weight: 400;
  }
  .accpunt-filed input {
    width: 95%;
    float: left;
    border: #ccc solid 1px;
    color: #666;
    border-radius: 2px;
    padding: 5px;
  }
  .accpunt-filed h6 {
    color: #666;
    font-size: 13px;
  }
  
  .advt-ctnr {
    clear: both;
    float: left;
    width: 98.6%;
    margin: 0px 0.8%;
    text-align: center;
    border: #e6e6e6 solid 1px;
    padding-bottom: 10px;
  }
  
  .two-ctnr {
    clear: both;
    float: left;
    width: 100%;
  }
  .two-ctnr ul {
    margin: 0px;
    padding: 0px;
  }
  .two-ctnr li {
    list-style-type: none;
    float: left;
    width: 50%;
  }
  .two-ctnr li img {
    width: 100%;
    padding: 10px 10px 0px 10px;
    height: auto;
  }
  
  .three-ctnr {
    clear: both;
    float: left;
    width: 100%;
  }
  .three-ctnr ul {
    margin: 0px;
    padding: 0px;
  }
  .three-ctnr li {
    list-style-type: none;
    float: left;
    width: 33.33%;
  }
  .three-ctnr li img {
    width: 100%;
    padding: 10px 10px 0px 10px;
    height: auto;
  }
  
  .four-ctnr {
    clear: both;
    float: left;
    width: 100%;
  }
  .four-ctnr ul {
    margin: 0px;
    padding: 0px;
  }
  .four-ctnr li {
    list-style-type: none;
    float: left;
    width: 25%;
  }
  .four-ctnr li img {
    width: 100%;
    padding: 10px 10px 0px 10px;
    height: auto;
  }
  
  .withdreal-ctnr {
    clear: both;
    float: left;
    width: 100%;
    border: #dfdfdf solid 1px;
    background-color: #f6f6f6;
    padding: 10px;
  }
  
  .balance-ctnr {
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
  }
  .balance-ctnr h2 {
    font-size: 28px;
    color: #2890bd;
  }
  .balance-ctnr h3 {
    font-size: 14px;
    color: #666;
  }
  
  .w3Boxctnr {
    clear: both;
    float: left;
    width: 100%;
    border: #dfdfdf solid 1px;
    background-color: #fff;
  }
  
  .border-ctn {
    border-left: #dfdfdf solid 1px;
    border-right: #dfdfdf solid 1px;
  }
  
  .w3ctnr {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 30px 10px;
  }
  .w3ctnr h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #2890bd;
    padding-bottom: 5px;
    padding-top: 9px;
    font-weight: 400;
  }
  .w3ctnr h3 {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 80px;
  }
  .w3ctnr a {
    background-color: #7faa2a;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    width: 80%;
    display: block;
    margin-left: 10%;
    font-weight: 400;
    text-transform: uppercase;
  }
  .w3ctnr h4 {
    font-size: 13px;
    color: #666;
    padding-top: 15px;
  }
  
  .nav-dash2 {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 10px;
    background-color: #2890bd;
  }
  .nav-dash2 ul {
    margin: 0px;
    padding: 0px;
  }
  .nav-dash2 li {
    list-style-type: none;
    float: left;
    padding: 5px 20px;
    color: #fff;
    border-right: #fff solid 1px;
  }
  .nav-dash2 li:hover {
    background-color: #064b69;
    cursor: pointer;
  }
  
  .account-detail-ctnr {
    background-color: #eee;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 10px;
  }
  .account-detail-ctnr td {
    padding: 5px;
    background-color: #fff;
    color: #666;
    font-size: 12px;
  }
  
  .largeModel-2 {
    width: 750px !important;
  }
  
  .transfer-btn {
    background-color: #ed3f94;
    padding: 3px 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
  }
  .transfer-btn:hover {
    background-color: #7ea82d;
    color: #fff;
  }
  
  .missing-cash {
    width: 100%;
    clear: both;
    float: left;
  }
  
  #first-slider .main-container {
    padding: 0;
  }
  #first-slider .slide1 {
    background-image: url(../images/banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #first-slider .slide1 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide1 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide1 .text-left {
    padding-left: 40px;
  }
  #first-slider .slide2 {
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #first-slider .slide2 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide2 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide3 {
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #first-slider .slide3 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide3 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide3 .text-left {
    padding-left: 40px;
  }
  #first-slider .slide4 {
    background-image: url(../images/banner-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #first-slider .slide4 h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .slide4 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #first-slider .carousel-indicators {
    bottom: 0;
  }
  #first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
  }
  #first-slider .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
  }
  #first-slider .carousel-control.right {
    background-image: none;
  }
  #first-slider .carousel-control.left {
    background-image: none;
  }
  #first-slider .carousel .item {
    min-height: 340px;
    height: 100%;
    width: 100%;
  }
  #first-slider h3 {
    animation-delay: 1s;
  }
  #first-slider h4 {
    animation-delay: 2s;
  }
  #first-slider h2 {
    animation-delay: 3s;
  }
  #first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
  }
  #first-slider h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
  }
  #first-slider .p {
    padding-top: 125px;
    text-align: center;
  }
  #first-slider .p a {
    text-decoration: underline;
  }
  
  .carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active.left {
    opacity: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner .active {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next.left {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  
  .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
  }
  .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
  }
  
  .categroy-head {
    padding: 7px 0px;
    color: #258fbc;
    font-weight: 400;
    font-size: 16px;
  }
  
  .hide-show {
    display: block;
  }
  
  .navbar-brand {
    float: left;
    height: 45px;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
  }
  
  .color-icon {
    top: 0px !important;
    color: #258fbc;
  }
  
  .tab-pane {
    padding-top: 10px;
  }
  
  .account-address {
    word-wrap: break-word;
    word-break: break-all;
  }
  
  .site-warning {
    background: #fff;
    padding: 20px;
    border: 1px solid #e74c3c;
    margin-bottom: 15px;
  }
  .site-warning p {
    color: #e74c3c;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
  
  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }

  .fee-notice {
    border: 1px solid #cc3300;
    padding: 5px 10px;
}

.fee-notice h4 {
    color: #cc3300;
}

.fee-notice p {
    color: #cc3300;
    padding-bottom: 0;
}


.user-instructions {
    border: 1px solid #cc3300;
    padding: 5px 10px;
    word-break: keep-all;
    color: #cc3300;
}

.user-instructions h4 {
    color: #cc3300;
}
  
  .input-group-text img {
    margin-right: 5px;
  }
  
  @media (min-width: 565px) {
    .site-heading {
      font-size: 14px;
    }
  }
  @media (min-width: 768px) {
    #quote-carousel {
      margin-bottom: 0;
      padding: 0 20px 30px 20px;
      min-height: 200px;
    }
  }
  @media (min-width: 1268px) {
    #body-ctnr {
      min-height: 500px;
    }
  }
  @media (max-width: 991px) {
    h1 {
      font-size: 25px;
    }
    h2.lined {
      font-size: 28px;
    }
    .total_pay {
      font-size: 18px;
    }
    .progress-bar-x {
      width: 92%;
    }
    .operator_box {
      border-radius: 0;
      text-align: center;
      margin: 2px 0;
    }
    .login-reg {
      padding: 12px;
      background: #eef2f4;
      text-align: center;
    }
    #account_nav {
      margin-top: 0;
    }
    #account_nav button {
      padding: 1px 10px;
    }
    .fast-exchange h2 {
      font-size: 18px;
    }
    #ltable h3 {
      font-size: 19px;
    }
    #ltable .reserve_a {
      font-size: 19px;
      font-weight: bold;
    }
    .modal-dialog h2 {
      font-size: 19px;
    }
    .home_h1 {
      margin: 5px;
    }
    .home_btn {
      margin: 5px;
    }
    .home_btn button {
      display: block;
      min-width: 100%;
      font-size: 24px;
    }
    .powered-by-exchangerix {
      margin-right: 17%;
    }
    .navbar-light .navbar-nav .nav-link {
      margin-right: 3px;
    }
    .logo {
      margin: 10px auto;
    }
  }
  @media (max-width: 767px) {
    .wrap {
      width: 100%;
    }
    #testimonials div {
      border-right: none;
      border-bottom: 3px dotted #eee;
    }
    .navbar {
      width: 100%;
      margin-bottom: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
      color: #000;
      background: #fff;
    }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #fff;
      background: #1877f2;
    }
    .navbar-light .navbar-nav li a {
      color: #000 !important;
    }
    .navbar-light .navbar-nav li a:hover {
      color: #fff !important;
    }
    .navbar-light .navbar-toggler {
      position: absolute;
      top: 10px;
      right: 15px;
    }
    .navbar-light .navbar-collapse {
      margin-top: 48px;
    }
    #quote-carousel .carousel-indicators {
      bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
      display: inline-block;
      margin: 0px 5px;
      width: 15px;
      height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
      margin: 0px 5px;
      width: 20px;
      height: 20px;
    }
    .navbar-brand {
      display: block;
    }
    .nav-tabs {
      margin: 0;
      padding: 0;
    }
    .nav-tabs li {
      font-size: 12px;
    }
    .search-filed {
      width: 100%;
      float: left;
      margin: 3px 0;
      z-index: 1000;
    }
    .login-reg {
      width: 100%;
      margin: 3px 0;
    }
    .abalance {
      width: 96%;
      clear: both;
    }
    .info_box {
      width: 100%;
    }
    .logo {
      width: 250px;
      float: left;
      clear: both;
      text-align: center;
      margin: 10px !important;
    }
    .logo img {
      width: 100%;
      float: left;
    }
    .menu-ctnr {
      position: absolute;
      top: 5px;
      right: 0px;
      z-index: 1001;
      background: transparent;
      border: none;
    }
    .reflink_textbox {
      font-size: 14px;
      width: 98%;
      display: block;
    }
    #copy-button {
      display: block;
    }
    .navbar-collapse {
      background: #fff;
      color: #000;
    }
    .advt1 {
      position: absolute;
      left: 10%;
      display: none;
      top: 150px;
    }
    .advt2 {
      position: absolute;
      right: 5%;
      top: 120px;
      display: none;
    }
    .Signin {
      background-color: #1ac6ff;
      font-size: 14px;
      color: #fff;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      float: right;
      text-decoration: none;
      font-weight: 600;
      padding: 7px 20px 7px 20px;
      margin-top: 20px;
      background-color: #1bb2d0;
      color: #fff;
      text-decoration: none;
    }
    .Signin:hover {
      background-color: #1bb2d0;
      color: #fff;
      text-decoration: none;
    }
    .Signup {
      background-color: #0b30a6;
      font-size: 14px;
      color: #fff;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      float: right;
      text-decoration: none;
      font-weight: 600;
      padding: 7px 20px 7px 20px;
      margin-top: 20px;
    }
    .Signup a {
      background-color: #0b30a6;
      font-size: 14px;
      text-decoration: none;
    }
    .header-top {
      width: 100%;
      float: none;
      text-align: center;
      clear: both;
    }
    .header-top h2 {
      font-size: 13px;
      color: #000;
      float: left;
      width: 100%;
      margin-top: 10px;
      padding-left: 0px;
    }
    .banner-search {
      width: 100%;
      text-align: center;
      background-color: #fff;
      padding-top: 20px;
      float: left;
      margin-left: 0px;
    }
    .banner-search input {
      background-color: #efefef;
      color: #666;
      border: none;
      font-size: 14px;
      padding: 10px 0px 10px 20px;
      width: 80%;
      margin-bottom: 10px;
      clear: both;
    }
    .banner-search button {
      background-color: #fa8d00;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      border: none;
      padding: 10px 25px 10px 25px;
    }
    .check-boxText {
      font-size: 14px;
      color: #666;
      float: left;
      text-align: center;
      margin-right: 7px;
      padding-top: 0px;
      width: 100%;
      display: none;
    }
    .banner-text h1 {
      color: #fff;
      text-align: center;
      font-size: 40px;
      font-weight: 700;
      padding-top: 10px;
    }
    .check-box {
      float: left;
      clear: both;
      padding: 10px;
      width: auto;
    }
    .banner-icon {
      width: 100%;
      float: left;
      clear: both;
      margin-top: 30px;
      display: none;
    }
    .icon-col {
      width: 100%;
      float: left;
      clear: both;
      margin-bottom: 30px;
    }
    .icon-col img {
      float: left;
      clear: both;
      margin-left: -8px;
    }
    .icon-col h2 {
      font-size: 22px;
      color: #fff;
      text-align: left;
      font-weight: 500;
      margin-top: 6px;
    }
    .icon-col h3 {
      font-size: 14px;
      color: #fff;
      text-align: left;
      font-weight: 500;
    }
    .brands-logo {
      width: 100%;
      float: left;
      clear: both;
      padding-top: 18px;
      text-align: center;
    }
    .brands-logo p {
      font-size: 12px;
      color: #000;
      text-align: center;
      font-weight: 600;
    }
    .top1 {
      display: none;
    }
    .banner-slide {
      display: none;
    }
    .heading {
      width: 100%;
      float: left;
      clear: both;
      padding-top: 15px;
    }
    .heading h1 {
      font-size: 24px;
      color: #7ca629;
      margin-top: 15px;
    }
    .brands-ctnr {
      width: 30%;
      height: auto;
      float: left;
      text-align: center;
      border: #ccc dashed 1px;
      margin: 10px 1.5%;
      padding-bottom: 10px;
    }
    .brands-ctnr:hover {
      border: #666 dashed 1px;
      cursor: pointer;
    }
    .brands-ctnr img {
      margin-top: 10px;
      width: 90%;
      height: auto;
    }
    .brands-ctnr h4 {
      text-align: center;
      font-size: 13px;
    }
    .advt-ctnr {
      display: none;
    }
    .hide-ctnr {
      display: none;
    }
    .cashback-ctnr {
      display: none;
    }
    .g-fb-login-btn {
      float: left;
      width: 100%;
      clear: both;
    }
    .or-login {
      width: 100%;
      clear: both;
      text-align: center;
      float: left;
      border-bottom: #eee solid 1px;
      margin: 10px 0px;
    }
    .or-login img {
      display: none;
    }
    .login-section {
      float: left;
      width: 100%;
      clear: both;
    }
    .copun-head {
      width: 100%;
      clear: both;
      float: left;
    }
    .copun-head h2 {
      font-size: 24px;
      color: #7ea82c;
      font-weight: 100;
    }
    .copun-head h3 {
      font-size: 16px;
      color: #333;
      font-weight: 100;
      padding: 5px 0px 10px 0px;
    }
    .copun-head h3 strong {
      color: #e43f94;
    }
    .subscribe-btn {
      width: 100%;
      clear: both;
      float: left;
      margin: 20px 0px 10px 0px;
    }
    .subscribe-btn a {
      float: none;
      font-size: 16px;
      margin: 0px 0px;
      color: #fff;
      background-color: #7ea82c;
      padding: 7px 20px;
      font-weight: 400;
      border-radius: 4px;
    }
    .tab-ctnr {
      width: 100%;
      clear: both;
      float: left;
      border-bottom: #ccc solid 1px;
      margin-top: 20px;
    }
    .tab-ctnr ul {
      margin: 0;
      padding: 0;
    }
    .tab-ctnr li {
      list-style-type: none;
      float: left;
      padding: 10px 5px;
      cursor: pointer;
    }
    .drop-down-ctnr {
      float: right;
      display: none;
    }
    .padding-ctnr {
      padding-left: 15px;
    }
    .cashback-box {
      width: 100%;
      clear: both;
      text-align: center;
    }
    .cashback-box strong {
      font-size: 24px;
    }
    .cashback-box h2 {
      border: #ccc dashed 2px;
      color: #e43e94;
      font-size: 18px;
      padding: 22px;
      border-radius: 4px;
      margin-bottom: 1px;
    }
    .list-ctnr {
      width: 100%;
      float: left;
      clear: both;
      position: relative;
      padding-left: 5px;
    }
    .list-ctnr ul {
      margin: 0px;
      padding: 0px;
      width: 100%;
      clear: both;
    }
    .list-ctnr li {
      list-style-type: disc;
      color: #999;
      font-size: 12px;
      padding: 0px 30px 0px 0px;
      float: left;
    }
    .list-ctnr h2 {
      font-size: 17px;
      padding: 5px 0px 5px 0px;
      color: #666;
      clear: both;
      line-height: 24px;
      width: 100%;
    }
    .list-ctnr h3 {
      font-size: 16px;
      padding: 10px 0px 10px 0px;
      color: #666;
      clear: both;
      line-height: 21px;
      border-top: #ccc dashed 1px;
    }
    .list-ctnr h5 {
      font-size: 15px;
      padding: 0px 0px 10px 0px;
      color: #e43e94;
      clear: both;
    }
    .button-get-code {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      padding: 7px 15px;
      float: none !important;
      position: static;
      right: 0;
      top: 0;
      text-align: center;
      width: 80%;
      margin-left: 10%;
    }
    .button-get-code a {
      color: #fff;
    }
    .button-get-code a:hover {
      color: #fff;
      text-decoration: none;
    }
    .cashbook-ctnr {
      background-color: #ccc;
      width: 100%;
      clear: both;
      margin-top: 15px;
    }
    .dash-detail td {
      width: 50% !important;
    }
    th {
      width: 50% !important;
    }
    .buy-sell-rate-table th {
      width: 10% !important;
    }
    .dash-head {
      width: 100%;
      clear: both;
      float: left;
      font-size: 21px;
      color: #333;
      margin-top: 15px;
      margin-bottom: 10px;
    }
    .form-dash input {
      width: 100%;
      background-color: #fff;
      border: #ccc solid 1px;
      padding: 5px 10px;
      color: #ccc;
      border-radius: 3px;
      margin-bottom: 20px;
      font-size: 12px;
      clear: both;
    }
    .select-btn {
      width: 100%;
      clear: both;
      float: left;
      margin-top: 20px;
    }
    .select-btn ul {
      margin: 0px;
      padding: 0px;
    }
    .select-btn li {
      list-style-type: none;
      background-color: #5cb85c;
      margin-right: 4px;
      border-radius: 3px;
      color: #fff;
      padding: 7px 10px;
      float: left;
      cursor: pointer;
    }
    .update-btn {
      width: 100%;
      clear: both;
      float: left;
      text-align: left;
    }
    .update-btn button {
      background-color: #7faa2a;
      padding: 7px 0px;
      text-align: center;
      color: #fff;
      border: #7faa2a solid 1px;
      border-radius: 4px;
      font-weight: 400;
      width: 95%;
      text-transform: uppercase;
    }
    .quick-reminder li {
      list-style-type: none;
      float: left;
      text-align: center;
      width: 50%;
    }
    .w3ctnr {
      width: 100%;
      float: left;
      text-align: center;
      padding: 30px 10px;
    }
    .border-ctn {
      border-left: #dfdfdf solid 0px;
      border-right: #dfdfdf solid 0px;
      border-top: #dfdfdf solid 1px;
      border-bottom: #dfdfdf solid 1px;
    }
    .largeModel-2 {
      width: 94% !important;
    }
    .account-detail-ctnr {
      margin-top: 10px;
    }
    .categroy-head {
      padding: 7px 0px;
      color: #258fbc;
      font-weight: 400;
      font-size: 16px;
      width: 80px;
    }
  }
  @media (max-width: 575px) {
    .extitle {
      font-size: 19px;
    }
  }
  @media (max-width: 450px) {
    #account_nav button {
      padding: 1px 3px;
    }
  }
  
  /*# sourceMappingURL=style.css.map */
  