/* @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Piedra');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400'); 1*/

.newOrderPage .well.well-news .news-outer-wrap {
  height: 700px;
  overflow-y: auto;
  padding:12px;
}
.order-well .badge {
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
}

.ticketPage .card-body {
  background-color: #fff !important;
  color: #1f2324 !important;
}
.ticketPage .card-body .btn-green {
  background-color: #76ccc0 !important;
  border-color: #76ccc0 !important;
}
.ticketPage .well {
  background-color: #fff !important;
}
.ticketPage .well {
  background-color: #fff;
  border-color: #fff;
  filter: drop-shadow(0px 0px 5px #76ccc0);
}
.ticketPage label {
  color: #4bada0 !important;
}
.ticketPage .subSelectBtns li a.picked,
.ticketPage div.select2OptionPicker ul.select-buttons li a.picked {
  border-color: #4bada0 !important;
}
.ticketPage .subSelectBtns li a.picked::before,
.ticketPage div.select2OptionPicker ul.select-buttons li a.picked::before {
  color: #4bada0 !important;
}
.ticketPage .themeBtn {
  background-color: #4bada0 !important;
  border-color: #4bada0 !important;
}
.ticketPage .table > tbody > tr > td {
  border-color: #4bada0;
  color: #4bada0;
}















nav.dashboard .navbar-nav > li > a,
nav.dashboard .navbar-nav > li > .btn-group > a,
.goog-te-gadget-simple .goog-te-menu-value {
  color: #ffffff !important;
}
nav.dashboard .navbar-nav > li > a img,
nav.dashboard .navbar-nav > li > .btn-group > a img {
  filter: invert(1);
}
.FAQ-page .collapse.in{
  background-color: #ffffff;
}
.well.tableWell {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
  border-radius: 4px;
}
.well.tableWell th, .well.tableWell td {
  background-color: #fff;
  border-top: 1px solid #dee2e6 !important;
  color: #1f2324;
}
.well.tableWell th {
  border-bottom: 2px solid #dee2e6;
}

body.guest .navbar-brand img {
  width: auto !important;
  max-height: 90px;
}


.badge.badge-news {
  border-radius: 5px;
  padding: 10px 30px;
  margin-left: -10px;
  margin-bottom: 10px;
  background-color: #fcf8e3;
  color: #000;
}
li.cstm-dropdown .btn-group:hover .dropdown-menu {
  display: block;
  margin-top: 0; // remove the gap so it doesn't close
}
li.cstm-dropdown .btn {

  background-color: transparent !important;
  box-shadow: none;
  border: 0;
  padding: 10px 15px;

}
#exampleModal1 #exampleModalLabel {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

#exampleModal1 .modal-header button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ticket-message-left {
  margin-top: 15px;
}
.titcket-title {
  background-color: #fcf8e3;
  padding: 12px;
  border-radius: 3px;
  margin-bottom: 25px;
}
.ticket-message-right .row {
  display: flex;
  justify-content: flex-end;
}
.ticket-message-left .row {
  display: flex;
  justify-content: flex-start;
}
.avatar {
  float: right;
  margin-left: 15px;
  font-size: 40px;
  color: #000;
  line-height: 50px;
}
.ticket-message-right .ticket-message,
.ticket-message-left .ticket-message {
  background-color: #fff;
  overflow: hidden;
  padding: 12px;
  border-radius: 3px;
}
.ticket-message-left .ticket-message {
  background-color: #fff;
}
.ticket-message-right .info.text-right {
  text-align: left !important;
  margin-top: 8px;
}
.ticket-message-left .avatar {
  float: left;
}
.ticket-message-left .info {
  text-align: right !important;
  margin-top: 8px;
}
.add-fund-new-tabs {
  margin-top: 0 !important;
  justify-content: center;
  flex-wrap: wrap;
}
.add-fund-new-tabs li {
  flex-basis: 24% !important;
  margin: 5px 3px;
}

.navbar-brand { 
  display:flex;
}
.verify { 
  margin-bottom: -10px; 
  transform: scale(0.6) translateY(-20px);
}
#headingOne button {

  background-color: #fff;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 12px;

}
#headingOne {
  padding: 0;
}
.news-wrap ul {
  padding-left: 10px;
}
.dash-title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.news-wrap ul {
  padding-left: 10px;
}
.news-wrap ul li {
  list-style: none;
}
.news-wrap ul {

  padding-left: 10px;

}
.main-news {
  position: relative;
}

.news-wrap {
  border-left: 3px solid #fff;
}

.news-title {
  font-weight: 700 !important;
  position: relative;
  padding-left: 8px;
}
.news-title::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: -18px;
  top: 0px;
  border-radius: 25px;
  border: 3px solid #FFF;
}
.enable .news-title::before {
  background-color: #2272d6;
}
.disable .news-title::before {
  background-color: #e22424;
}
.update .news-title::before {
  background-color: #ff6d70;
}
.enable .news-title {
  color: #2272d6;
}
.disable .news-title {
  color: #e22424;
}
.update .news-title {
  color: #ff6d70;
}
.main-news ul {
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
}
body.guest nav.navbar-default {
  background: url('https://res.cloudinary.com/dmgunn7ve/image/upload/v1580461273/BBS/top-bg.png') no-repeat,radial-gradient(500px 600px at 74% 10%, rgba(255, 246, 166,0.6) 0%, rgba(34, 181, 115,0.6) 44%,rgba(5, 132, 125,0.6) 100%);
}

.img_height {
  margin-left: -62px;
  /*height:525px;*/
}


div.devCom {
  text-align: center;
  margin-bottom: 12px;
}
div.devCom img {
  width: 100%;
}

section.singleBnr ul li img {
  /* opacity: 0.2; */
}
section.singleBnr ul li {
  background-image: url('https://i.imgur.com/U2ILSwO.png');
}
section.singleBnr ul li.one {
  background-position: -34px -26px;
  width: 185px;
}
section.singleBnr ul li.two {
  background-position: -338px -16px;
  width: 75px;
}
section.singleBnr ul li.three {
  background-position: -576px -17px;
  width: 114px;
}
section.singleBnr ul li.four {
  background-position: -807px -26px;
  width: 148px;
}
section.singleBnr ul li.five {
  background-position: -62px -125px;
  width: 130px;
}
section.singleBnr ul li.six {
  background-position: -301px -129px;
  width: 148px;
}
section.singleBnr ul li.seven {
  background-position: -569px -123px;
  width: 127px;
}
section.singleBnr ul li.eight {
  background-position: 177px -126px;
  width: 117px;
}
section.singleBnr ul li.nine {
  background-position: -67px -233px;
  width: 119px;
}
section.singleBnr ul li.one0 {
  background-position: -292px -221px;
  width: 166px;
}
section.singleBnr ul li.one1 {
  background-position: -570px -227px;
  width: 125px;
}
section.singleBnr ul li.one2 {
  background-position: 191px -227px;
  width: 147px;
}
section.singleBnr ul li.one3 {
  background-position: -47px -324px;
  width: 159px;
}
section.singleBnr ul li.one4 {
  background-position: -326px -324px;
  width: 99px;
}
section.singleBnr ul li.one5 {
  background-position: -606px -325px;
  width: 53px;
}
section.singleBnr ul li.one6 {
  background-position: 149px -319px;
  width: 65px;
}
section.singleBnr ul li.one7 {
  background-position: -76px 393px;
  width: 100px;
}
section.singleBnr ul li.one8 {
  background-position: -301px 386px;
  width: 148px;
}
section.singleBnr ul li.one9 {
  background-position: -584px 382px;
  width: 97px;
}
section.singleBnr ul li.two0 {
  background-position: 200px 376px;
  width: 164px;
}
section.singleBnr ul li.two1 {
  background-position: -39px 276px;
  width: 176px;
}
section.singleBnr ul li.two2 {
  background-position: -297px 271px;
  width: 158px;
}
section.singleBnr ul li.two3 {
  background-position: -543px 274px;
  width: 179px;
}
section.singleBnr ul li.two4 {
  background-position: 208px 273px;
  width: 180px;
}
section.singleBnr ul li.two5 {
  background-position: -32px 180px;
  width: 187px;
}
section.singleBnr ul li.two6 {
  background-position: -293px 178px;
  width: 166px;
}
section.singleBnr ul li.two7 {
  background-position: -556px 189px;
  width: 156px;
}
section.singleBnr ul li.two8 {
  background-position: 211px 185px;
  width: 186px;
}
section.singleBnr ul li.two9 {
  background-position: -53px 86px;
  width: 145px;
}

#soundBtn {
  position: fixed;
  z-index: 999999;
  right: 0;
  top: 130px;
  background-color: 
    #fcb733;
  border: 0;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
#soundBtn img {
  width: 25px;
  transform: scale(-1);
  filter: invert(1);
}
#soundBtn .off {
  display: none;
}
#soundBtn.mute .off {
  display: block;
}
#soundBtn.mute .on {
  display: none;
}



a.ServicePg {
  text-transform: uppercase;
  background-color: #fcb733;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  box-shadow: 0 0 5px 0px #fcb733;
  text-decoration: none;
  margin-top: 15px;
}




div.marginDiv {
  height: 200px;
}
body.bg-img {
  background-color: #f6f9fc;
}
.card.help-panel.faqPanel .card-body {
  padding: 25px 1.25rem;
  background-color: #4bada0;
  /* background-color: #ffffff; */
  border-radius: 3px;
  color: #ffffff;
  /* color: #1f2324; */
  position: relative;
}
.card.help-panel.faqPanel div.card-title {
  display: inline-block;
  font-size: 16px;
}
.card.help-panel.faqPanel .card-body a.btn {
  background-color: #fcb733;
  /* background-color: #3ecf8e; */
  color: #ffffff;
  position: absolute;
  top: 19px;
  right: 15px;
}
.well.ticketListingWell {
  min-height: 518px;
  max-height: 518px;
  overflow: auto;
}
.well.ticketListingWell td a {
  font-weight: 600;
}

/* .ticketPage.container .order-stat {
background-color: #ffffff;
-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.ticketPage.container .order-icon {
color: #1f2324;
background-color: rgba(0, 0, 0, 0.1);
}
.ticketPage.container .text-white {
color: #1f2324 !important;
}
.ticketPage.container .well {
background-color: #ffffff;
border: 0;
-webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
} */
div.select2OptionPicker {
  overflow: hidden;
  margin: 0 0 10px;
}
div.select2OptionPicker ul.select-buttons {
  display: block;
  margin: 0;
}
div.select2OptionPicker ul.select-buttons li {
  margin: 0 auto;
  width: 25%;
}
div.select2OptionPicker ul.select-buttons li a {
  width: 95%;
  display: block;
  margin: auto;
  float: none;
  color: #1f2324;
  font-size: 14px;
  font-weight: 500;
  border-width: 2px;
  border-color: #eeeeee;
  padding: 10px 5px 10px 25px;
  position: relative;
  text-align: left;

}
#payment-group div.select2OptionPicker ul.select-buttons li a{
  min-height: 64px;
}
div.select2OptionPicker ul.select-buttons li a::before {
  content: '·';
  position: absolute;
  left: 5px;
  font-size: 70px;
  top: 5px;
  line-height: 20px;
  color: #dee2e6;
}
div.select2OptionPicker ul.select-buttons li a.picked {
  border-color: #054e44;
}
div.select2OptionPicker ul.select-buttons li a.picked::before {
  color: #054e44;
}
.ticketPage .subSelectBtns {
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin: 0 0 10px;
}
.ticketPage .subSelectBtns li {
  margin: 0 auto;
  width: 25%;
  float: left;
}
.ticketPage .subSelectBtns li a.picked {
  border-color: #054e44;
}
.ticketPage .subSelectBtns li a {
  width: 95%;
  display: block;
  margin: auto;
  float: none;
  color: #1f2324;
  font-size: 14px;
  font-weight: 500;
  border-width: 2px;
  border-color: #eeeeee;
  padding: 10px 5px 10px 25px;
  position: relative;
  text-align: left;
  border-style: solid;
  border-radius: 3px;
  text-decoration: none;
}
.ticketPage .subSelectBtns li a.picked::before {
  color: #054e44;
}
.ticketPage .subSelectBtns li a::before {
  content: '·';
  position: absolute;
  left: 5px;
  font-size: 70px;
  top: 5px;
  line-height: 20px;
  color: #dee2e6;
}


input#orderid::placeholder {
  font-size: 12px !important;
}
div#payment-group li {
  margin: 3px 0px;
}
.nav.nav-tabs.add-fund-des-tabs {
  display: flex;
}
.nav.nav-tabs.add-fund-des-tabs li {
  flex-basis: 100%;
  text-align: center;
}
.well.add-fund-form {
  padding: 0 0 30px;
  border: 0;
}
.well.add-fund-form .nav-tabs {
  margin: 0;
  border: 0;
  display: flex;
}
.well.add-fund-form .nav-tabs li {
  flex-basis: 100%;
  text-align: center;
  margin: 0;
}
.well.add-fund-form .nav-tabs li img {
  width: 60px;
}
.well.add-fund-form .nav-tabs li #aliPayMethod img,
.well.add-fund-form .nav-tabs li #payoneerMethod img { 
  width: 70px;
  padding: 9px 0;
}
.well.add-fund-form .nav-tabs li #freeTrailMethod span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  background-image: url('//i.imgur.com/nF7mqfW.png');
  background-size: 100% 100%;
  height: 60px;
  width: 60px;
  margin: auto;
  padding: 18px 0;
  line-height: 1;
}
.well.add-fund-form .nav-tabs li a {
  margin: 1px 0 0 1px;
  border: 0;
  background-color: #f7f7f7;
  /* background-color: #4bada0; */
}
.well.add-fund-form .nav-tabs li.active a,
.well.add-fund-form .nav-tabs li.active a:hover,
.well.add-fund-form .nav-tabs li a:hover {
  /* background-color: #fcb733; */
  background-color: #ffffff;
  border-bottom: 0;
  margin-top: 1px;
}
.well.add-fund-form li a:hover {
  border-bottom: 0;
}
.well.add-fund-form .tab-content {
  /* background-color: #4bada0; */
  background-color: #ffffff;
  padding: 15px 10px;
  margin:0;
}
.well.add-fund-form form.adcForm {
  background-color: #ffffff;
  padding: 0 10px 10px;
}
.well.add-fund-form .nav-tabs li a span {
  display: none;
}
.well.add-fund-form .paymentInfo p:first-child {
  color: #4bada0;
}
.well.add-fund-form .paymentInfo ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.well.add-fund-form .paymentInfo ul li {
  color: #1f2324;
}
.well.add-fund-form .form-group label {
  color: #4bada0;
}
.form-group.methodGrp {
  /*opacity: 0;
  height: 0;
  width: 0;*/
}
.well.add-fund-form ul.contactInfo {
  padding: 0;
  list-style: none;
  display: inline-block;
  float: right !important;
  margin: 5px 0 0;
}
.well.add-fund-form ul.contactInfo li {
  display: inline-block;
  width: auto;
}
.well.add-fund-form ul.contactInfo li .order-stat {
  margin: 0;
  padding: 3px 10px;
  background-color: transparent;
}
.well.add-fund-form ul.contactInfo li .order-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  display: none;
}
.well.add-fund-form ul.contactInfo li .order-info {
  font-size: 13px;
  text-align: left;
  color: #4bafba !important;
}
.well.add-fund-form ul.contactInfo li .order-info .counter {
  font-size: 16px;
}

.well.add-fund-form .payment_logos {
  margin-top: 10px;
}

.well.add-fund-form .paymentInfo ul ~ p {
  margin-top: 10px;
}
.well.add-fund-form .paymentInfo li a,
.well.add-fund-form .paymentInfo p a {
  color: #4bada0;
}
.well.add-fund-form .tab-content #wechatPay ul,
.well.add-fund-form .tab-content #aliPay ul{
  width: 50%;
  float: left;
}
.well.add-fund-form .tab-content #wechatPay ul ~ img,
.well.add-fund-form .tab-content #aliPay ul ~ img {
  position: relative;
  top: -32px;
  width: 230px;
}
.smm-services .cols {
  margin-bottom: 60px;
}
.card {
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 4px;
  border: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
}
.hvr-icon-push:active .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:hover .hvr-icon {
  -webkit-animation-name:hvr-icon-push;
  animation-name:hvr-icon-push;
  -webkit-animation-duration:.3s;
  animation-duration:.3s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:1;
  animation-iteration-count:1
}

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform:scale(0.5);
    transform:scale(0.5)
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform:scale(0.5);
    transform:scale(0.5)
  }
}
.smm-services .card:hover {
  background: #ffffff !important;
}
.smm-services .card {
  background: #ffffff;
  border-top: solid 3px;
}
.smm-services .card.youtube {
  border-top-color: #da2723;
}
.smm-services .card.facebook {
  border-top-color: #4768a0;
}
.smm-services .card.instagram {
  border-top-color: #7d479b;
}
.smm-services .card.twitter {
  border-top-color: #00aced;
}
.smm-services .card.soundcloud {
  border-top-color: #ff3a00;
}
.smm-services .card.other {
  border-top-color: #2979ff;
}

.smm-services .card.youtube .icon {
  background: #da2723;
}
.smm-services .card.facebook .icon {
  background: #4768a0;
}
.smm-services .card.instagram .icon {
  background: #7d479b;
}
.smm-services .card.twitter .icon {
  background: #00aced;
}
.smm-services .card.soundcloud .icon {
  background: #ff3a00;
}
.smm-services .card.other .icon {
  background: #2979ff;
}


.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.smm-services .card .card-body {
  padding-top: 0px;
  float: left;
}
.smm-services .card .icon {
  width: 60px;
  height: 60px;
  line-height: 78px;
  border-radius: 4px;
  text-align: center;
  float: left;
  margin-top: -30px;
  margin-right: 15px;
  color: #fff;
}
.smm-services .card .icon.tikTok {
  line-height: 60px;
}
.smm-services .card .icon.tikTok img {
  width: 40px;
}
.smm-services .card .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12px;
  font-weight: 600;
  overflow: hidden;
  display: block;
  min-height: 40px;
}
.smm-services .card .pera {
  display: block;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 0px;
  min-height: 105px;
}
.smm-services .card .icon i {
  font-size: 40px;
}
.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.smm-services .card .orderBtn {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fcb733;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}

.order-stat {
  padding: 12px;
  border-radius: 3px;
  border: 1px solid rgba(112,112,112,0.12);
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /* background-color: #4bada0; */
  background-color: #fff;
  box-shadow: 0px 2px 18px 0px rgba(75,173,160,0.4);
}
.order-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  /*margin-right: 10px;*/
  margin-right: 7px;
  color: #ffffff;
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-color: #4bada0;
}
.text-white {
  color: #ffffff !important;
}
.order-info.text-white {
  color: #1f2324 !important;
}
.order-info {
  font-size: 16px;
  padding-top: 2px;
}
.order-info span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.order-info span.counter p.dailyAve {
  margin: 0;
  /* color: #ffffff; */
  color: #1f2324;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.order-wrap {
  width: 100%;
  height: 86px;
  max-height: 100%;
}
.order-wrap a:hover {
  text-decoration:none;
  cursor: pointer;
}
.order-stat-hover {
  width: 100%;
  height: 100%;
  background-color: 
    #4bada0;
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  border-radius: 3px;
}
.order-stat-hover .text-white {
  font-weight: 600;
  font-size: 22px;

}
.order-wrap:hover .order-stat {
  display: none;
}
.order-wrap:hover .order-stat-hover {
  display: flex;
  transition: 5s ease-in-out;
}
.order-info span.counter .rwd-table.table.table-bordered,
.order-info span.counter br,
.order-info span.counter p,
.order-info span.counter ol {
  display: none;
}
#checkUpdTab p.dailyAve {
  display: none;
}
.order-well-top #history-search input.form-control {
  height: 40px;
  border-radius: 6px 0 0 6px !important;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.order-well-top #history-search button.btn {
  background-color: #5bc3b4;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  height: 40px;
}
.well.order-well .nav {
  display: flex;
  /* margin: 10px 0; */
  margin: 0;    
}
.well.order-well .nav li {
  flex-basis: 100%;
  margin: 0;
}
.well.order-well .nav li a {
  border-radius: 0;
}
div.order-well-top {
  margin-bottom: 20px;
}




a.link1 {
  color: #000000;
  text-decoration: none;
  font-weight: 800;
}

.forgot-password {

  color: white;
}


.completedTR .badge.statusSpan{
  /* background-color:#a1de0b; */
  /* background-color: orange; */
}
.CanceledTR .badge.statusSpan{
  /* background-color:#da053b; */
  /* background-color: red; */
}
.ProcessingTR .badge.statusSpan{
  /* background-color:#25cdff; */
  /* background-color: blue; */
}
.PendingTR .badge.statusSpan{
  /* background-color:#ffb83e; */
  /* background-color: blue; */
}
.In-progressTR .badge.statusSpan{
  /* background-color:#e9e936; */
}
.PartialTR .badge.statusSpan{
  /* background-color:#e90f48; */
}
.completedTR .badge.statusSpan {
  background-color: #3ecf8e;
}
.CanceledTR .badge.statusSpan {
  background-color: #f35151;
}
.PendingTR .badge.statusSpan {
  color: #1f2324;
  background-color: #afeeee;
}
.In-progressTR .badge.statusSpan{
  background-color: #2272d6;
}
.PartialTR .badge.statusSpan{
  background-color: #f35151;
}
.ProcessingTR .badge.statusSpan {
  color: #1f2324;
  background-color: #afeeee;
}

.service-well{
  background-color:#f1f1f3 !important;
}
.service-well .table > tbody > tr > td{
  color:#000 !important;
  border-color: #3FA192;
}
.order-well{
  background-color:#fff !important;
}
.order-well .table > tbody > tr > td{
  color:#000 !important;
  /* border-color: #3FA192; */
  border-color: #dee2e6;
  vertical-align: middle;
}
a.linkHref {
  /* color: #3fa192; */
  color:#054e44;
}
.well.order-well table tr:nth-child(2n+1) {
  background: #f5f5f5;
}



ul.nav.navbar-nav.navbar-right.navbar-right-block img {
  width: 19px;
  margin-right: 8px;
}


.nav-tabs {
  margin-top: 40px;

}

section.forget_pass {
  height: 100vh;
  padding: 50px 0;
  background-image: url('//i.imgur.com/xI2iYqA.png');
}

.nav-tabs > li > a {

  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-color: transparent;

}

.tab-content {
  margin-bottom: 40px;
}


.payment_logos img {
  /* width: 51px; */
  width: 43px;  	
  padding: 0;   
}

.add-fund-form:after{
  display:table;
  clear:both;
  content:"";
}

.payment_logos {
  display: inline-block;
  /* width: 80%;
  float: right; */
  padding-top: 0px;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.payment_logos p {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
footer .payment_logos {
  width: 100%;
  /* text-align: center;
  margin-top: 30px; */
  text-align: left;
  margin-top: 0px;
}
footer .payment_logos img {
  /* width: 51px; */
  width: 40px;
  border-radius: 2px;
  margin: 2px 0;
}


.bow p {
  font-size: 20px;
}
.contactPageHome {
  background-image: url('//i.imgur.com/xI2iYqA.png');
  padding: 40px 0;
}
.signInFormBg {
  padding: 30px 40px 60px !important;
}
.contactPageHome.contactWhite p,
.contactPageHome.contactWhite small {
  color: #ffffff;
  font-weight: 700;
}

section.vdo-sec {
  /* background: #ececec !important;  */
  background: #f2f2f2 !important;
  padding: 40px 0;
  color: #292929;
  background-repeat: no-repeat;
  background-size: 165% !important;
}

.instaGram {
  /* background: #ececec !important; */
  background: #f2f2f2 !important;
}



h1, h2, h3, h4, h5, h6, a, label, button, input{font-family: 'Montserrat', sans-serif;}
a{
  color:#fcb733;
  /* color: #054e44; */
}
p, li {font-family: 'Montserrat', sans-serif;} 

img.imur {
  width: 100%;
}

img.verify {
  /* width: 100px; */
  max-width: 190px;
  position: relative;
  top: 15px;
}
.guest img.verify {
  max-width: unset;
}

.content-wrapper h2, .content-wrapper h4, .content-wrapper p, .content-wrapper small {
  color: #000;
  font-weight: 700;
}

.bg-img #sidebar-wrapper {
  /* top: 101px !important; */
  top: 85px !important;
}

.bg-img .TM-logo {
  left: -9px !important;
}

.bg-img .navbar-brand > img {
  /* margin-left: 50px !important; */
  margin-left: 0px !important;
}


.goog-te-gadget-simple {
  /* background-color: #ffffff !important; */
  background-color:transparent !important;
  border: none !important;
  border-radius: 2px;
  padding: 9px 8px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.goog-te-gadget-simple:hover {
  background-color: #fcb733 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(5),
.goog-te-gadget-simple img:nth-child(4),.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3){
  display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(1) {
  font-weight: 400;
  font-size: 14px;
  /* text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px; */
}
.goog-te-gadget-simple .goog-te-menu-value:hover{
  color:#ffffff;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(1):hover{
  text-decoration:none !important;
}
a.navbar-brand {
  font-family: 'Piedra', cursive;
  color: #ce26bf !important;
  font-size: 40px;
  letter-spacing: 1px;
}


nav.navbar-default {
  /* padding: 30px 0 30px; */
  padding: 10px 0 10px;
  /* padding: 15px 0; */
  /* padding: 10px 0 0; */
}

.navbar-right {
  /* padding: 5px 0 0 !important; */
  padding:15px 0 0 !important;
}

.navbar-header .navbar-brand {
  width: auto !important;
  height: auto !important;
}
.navbar .navbar-brand{
  position:relative;
}
.navbar .navbar-brand {
  /* position: absolute !important;
  top: 14px; */
  /* width: 210px !important;
  height: 140px !important; */
  /* display: block;
  text-align: center; */
  /*filter: drop-shadow(5px 5px 5px #b0b0b0);
  -webkit-filter: drop-shadow(5px 3px 1px #ffffff); */
}
section.counter-sec img {
  width: 150px;
}

.img-box {
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transition-delay: 1.5s;
}
.img-box b {
  position: absolute;
  bottom:0px; 
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-box b.poz-1{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.img-box b.poz-2{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.counter-sec img {
  width: 150px;
}
.img-box i {
  font-size: 52px;
  color: #595555;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.count-box:hover b{
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.count-box:hover b.poz-1{
  -webkit-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  transform: rotate(450deg);
}
.count-box:hover b.poz-2{
  -webkit-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  transform: rotate(540deg);
}
.count-box:hover i{
  color:#4abdac;
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.content {
  /* padding: 80px 0; */
  /* text-align: center; */
  /* color: #ffffff; */
  position: relative;
  overflow: hidden;
}
.content.odd {
  /* background: #4abdac; */
  background:#4abdac;
}
.content.even {
  /* background: #f96922; */
}
/* .content.odd::after {
content: '';
background: #ffffff;
width: 100vw;
height: 160px;
position: absolute;
left: 0;
right: 0;
top: -75px;
z-index: 0;
transform: rotate(6deg);
}
.content.even:before {
content: '';
background: #f96922;
width: 100vw;
height: 160px;
position: absolute;
left: 0;
right: 0;
top: -85px;
z-index: 0;
transform: rotate(-6deg);
margin: auto;
display: block;
}
.content.even:after {
content: '';
background: #f96922;
width: 100vw;
height: 160px;
position: absolute;
left: 0;
right: 0;
bottom: -73px;
z-index: 0;
transform: rotate(6deg);
margin: auto;
display: block;
}
*/
.content h4 {
  /* font-size: 32px; */
  font-size: 35px;
  font-weight: 700;
  color:#ffffff;
}
.content p {
  text-align: justify;
  font-size: 14px;
  color:#ffffff;
}
.cont-img {
  /* border: 4px solid #ffffff;
  border-radius: 100%;
  padding: 15px;
  overflow: hidden;
  height: 330px;
  width: 100%;
  position: relative;
  z-index: 1;*/
}
.cont-img img {
  /*width: 100%;
  border-radius: 100%;
  height: 100%;*/
}
.content li {
  font-size: 16px;
  position: relative;
  list-style: none;
}
.content li:before {
  content: '♦';
  font-size: 18px;
  margin-right: 4px;
}
.content .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.content img {
  width: 111%;
}
.content-box {
  padding: 0 40px;
}
/* .content.odd .content-box {
background: #ffffff;
color: #262626;
left: -80px;
padding: 6px 25px;
width: 90%;
position: relative;
}
.content.even .content-box {
background: #ffffff;
color: #262626;
right: -80px;
padding: 6px 25px;
width: 90%;
position: relative;
}
*/
.content.odd .col-sm-6:first-child {
  padding-right: 0;
}
.content.even .col-sm-6:last-child {
  padding-left: 0;
}
.content ul {
  padding: 0;
  margin: 0;
}
.growing-section {
  padding: 70px 0;
}
.growing-section h2 {
  font-size: 28px;
  color: #292929;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 85px;
}
.growBox{
  border-bottom: 5px solid #fcb733;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  float: none;
  padding: 55px 20px 20px 20px;
  min-height: 275px;
  margin-bottom: 70px;
  line-height: 1.5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  color: #666666;
}
.growing-section .row:last-child .growBox {
  margin: 0;
}
.growing-section .growIcon {
  position: absolute;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  align-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  border-radius: 50px;
}
.growing-section .growing-youtube{
  background:#da2723 !important;
}
.growing-section .growing-facebook{
  background:#4768a0 !important;
}
/* .growing-section .growing-instagram{
background:#da2723 !important;
} */
.growing-section .growing-twitter{
  background:#00aced !important;
}
.growing-section .growing-sound{
  background:#190C1A !important;
}
.growing-section .growing-world{
  background:#DB4545 !important;
}
.growing-section .tic-tok-icon{
  margin-left:auto;
  margin-right:auto;
  width:50px;
}
.growing-section .growing-btn{
  padding: 12px 20px;
}

.growing-section .growIcon .fab,.growing-section .growIcon .fas {
  margin: 0 auto;
  font-size: 42px;
  color: #ffffff;
}
nav.dashboard {
  position: fixed;
  width: 100%;
  background:#0084c7 !important;
}

nav.dashboard a.navbar-brand {
  background: transparent !important;
}

.order {
  margin: 130px 0 0 20px;
}

/* HOme page */




body {
  padding: 0;
}

.bg-img footer {
  background-color: #54a2e9;
  padding: 25px 14px 25px 130px;
  width: 90%;
  position: relative;
  left: 120px;
}


.bg-img .col-md-10.col-md-offset-2 {
  min-height: 88.7vh;
}

nav.navbar-default {
  background-color: #0084C7;
  border: 0;
  margin-bottom: 0;
}

.navbar {
  min-height: 65px;
}
.container-fluid .navbar-header .navbar-brand {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
}
.container-fluid .navbar-brand img {
  /* margin-left: 10px; */
  margin-left: 15px !important;
  width: 130px;
}
.container-fluid .navbar-right {
  margin-right: 0;
}

.top-banner {
  /* background-image: url(//i.imgur.com/h7P8pk8.gif);
  background-repeat: no-repeat;
  background-size: 51%;
  background-color: #FAD62F; */
  /* background-image: url('//i.imgur.com/yhRRivq.jpg'); */
  background-image: url('//i.imgur.com/bHmw2Nx.jpg');
  background-size: cover;
  padding: 40px 0;
}
.FAQ-page .panel {
  background-color: #3FA192 !important;
  border: 1px solid #3FA192 !important;
}
.FAQ-page .panel-default > .panel-heading {
  background-color: transparent;
}
.FAQ-page .panel-heading h4 {
  color: #ffffff !important;
}
.FAQ-page .panel-group {
  margin-bottom: 0;
}
.FAQ-page .panel.panel-default.panel-help {
  margin: 10px 0;
}

.top-banner .text-block h1 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  /* letter-spacing: 2px; */
}
.top-banner .text-block h1 span {
  color: #FCB733;
}
.top-banner .text-block ul {
  padding: 0 0 0 20px;
  margin: 20px 0;
}
.top-banner .text-block li {
  font-size: 16px;
  color: #ffffff;
  margin: 5px 0;
  list-style: none;
  position: relative;
}
.top-banner .text-block li::before {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: -15px;
  top: 7px;
  border-radius: 50%;
  background: #FCB733;
}
.top-banner .text-block p {
  font-size: 18px;
  color: #ffffff;
}
.signInFormBg {
  background-color:#c1dfda80;
  /* background-color: #4abdac; */
  padding: 30px 40px;
  border: 1px solid #4abdac80;
  border-radius: 2px;
  margin-top: 57px;
}
.signInFormFields .form-group__password a.forgot-password {
  bottom: -31px;
  right: 0;
}
.top-banner .signInFormBg h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
}
.signInFormFields .checkbox label {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
.signInFormFields input.form-control {
  /* background-color: transparent !important;
  box-shadow: none;
  border-bottom: 2px dashed #ffffff;
  color: #ffffff;
  height: 42px;
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
  border-top: none; */
}
.signInFormFields input.form-control:focus{
  /* border-radius:0;
  margin:0;
  padding:6px 12px;
  border-bottom:2px solid #ffffff;
  box-shadow:none;
  border-top: none;
  border-left: none;
  border-right: none; */
}
input::placeholder, textarea::placeholder {
  font-size: 15px !important;
  color: #000000 !important;
}
.signInFormFields .btn.btn-primary {
  width: 100%;
}
.top-banner .col-sm-7 {
  /* padding: 20px 15px; */
  padding:50px 15px 0;
}
.top-banner .signInForm {
  padding: 30px 15px;
  overflow: hidden;
}
.top-banner .col-sm-5 {
  padding: 30px 15px;
}
.signInFormBg form {
  margin: 0;
}
.signInFormBg.form-group {
  margin: 0 0 5px;
}
.signInFormBg .form-group label {
  font-size: 14px;
  color: #ffffff;
}
.signInFormBg form span {
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  /* margin-top: 20px; */
  margin-top: 10px;
}
.signInFormBg form span a {
  color: #ffffff;
}


.counter-sec {
  padding: 60px 0 50px;
  /* padding: 60px 0 130px; */
  background-color: #ffffff;
}
.counter-sec .col-sm-4 {
  text-align: center;
}
.counter-sec p {
  font-size: 16px;
  font-weight: 600;
  margin: 25px 0 0;
  color: #fc4a1a;
  text-transform: uppercase;
}
.counter-sec h1 {
  color: #fcb733;
  margin: 0;
  font-size: 50px;
  font-weight: 700;
}
/*.social-media {*/
/* margin-top:170px; */
/*background-image: url('//i.imgur.com/VpygJYw.png');*/
/* background-image: url('//i.imgur.com/8EXHgnQ.png'); */
/*   background-image: url('//i.imgur.com/sIbtZqd.png');
background-repeat: no-repeat;
background-size: cover;
padding: 50px 0;
position:relative;
overflow:hidden
}*/

.social-media{
  /* background-image: url('//i.imgur.com/sIbtZqd.png'); */
  background-image: url('//i.imgur.com/Z03WLOr.png');  
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}


section.tagLine {
  background-color: #4abdac;
  padding: 35px 0;
}
section.tagLine h2 {
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 35px;
}
section.tagLine h2 p {
  margin: 0;
}


/*section.social-media:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
right: -375px;
top: -2px;
background-image: url(//i.imgur.com/RLPAtAi.gif);
z-index: -9;
background-size: 90%;
}*/

section.social-media::before {

  content: "";
  display: block;
  position: absolute;
  width: 1400px;
  height: 860px;
  right: -661px;
  bottom: -334px;
  background-image: url(//i.imgur.com/PuUdqXx.gif);
  background-size: 37%;
  background-repeat: no-repeat;
  background-position: 156px 7px;
  z-index: -9 !important;
  background-color: #000;

}


.social-media h1 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 15px;
}
.social-media p {
  font-size: 16px;
  color: #ffffff;
}
.social-media p.more-width {
  width: 70%;
}
.social-media p.less-width {
  width: 37%;
  margin: 25px 0 0px;
}

.IG-likes {
  background-color: #ffffff;
  padding: 30px 0;
}
.IG-likes ul {
  padding: 20px 0 20px 20px;
  margin: 0;
}
.IG-likes li {
  font-size: 20px;
  color: #000000;
  margin: 5px 0;
  position: relative;
  list-style: none;
}
.IG-likes li::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -20px;
  top: 11px;
  border-radius: 50%;
  background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 );
}
.IG-likes img {
  width: 100%;
  position: absolute;
  left: -20px;
  height: 310px;
}

.btm-thr {
  /*background-image: url('//i.imgur.com/XqtwnbE.png');*/
  /* background-image: url('//i.imgur.com/lptNOeh.jpg'); */
  background-image: url('//i.imgur.com/a3Kxykt.jpg');
  padding: 97px 0 50px;
  background-repeat: no-repeat;
  background-size: 100% 316px;
}
.btm-thr .btm-thr-box {
  border: 1px solid #fcb733;
  border-radius: 9px;
}
.btm-thr .btm-thr-box img {
  width: 100%;
}
.btm-thr .btm-thr-box p {
  padding: 0 25px;
  margin: 20px 0;
  font-size: 15px;
  color: #4abdac;
}

footer {
  background-color: #4abdac;
  /* padding: 25px 0; */
  padding: 25px 0 0;
}
footer div.ftrStrip {
  background-color: #28a895;
  padding: 20px 0;
}
footer div.ftrStrip p {
  margin-top: 6px;
}
footer div.ftrStrip p a {
  font-weight: 600;
}
footer p {
  margin: 0;
  /* font-size: 20px; */
  font-size: 14px;
  color: #ffffff;
}
footer ul li {
  list-style:  none;
  display:  inline-block;
  margin: 0px 10px;
}

footer ul li a {
  color:  #ffffff;
  /* font-size: 18px; */
  font-size: 14px;
}

footer ul {
  padding:  0;
  margin: 0;
  text-align: right;
}

footer ul li a i {
  margin-right: 5px;
}

footer ul li a:hover {
  color: #ffffff;
}

a[href="//www.liveinternet.ru/click"] {
  display: none;
}
footer .col-sm-4:nth-child(2) {
  padding: 0;
  text-align: center;
}
footer .col-sm-4:nth-child(2) p {
  display: inline-block;
  font-size: 12px;
}
.paymentIcons {
  width: 290px;
  margin-left: 10px;
}

.service-well table th .material-icons {
  font-size: 15px;
  vertical-align: sub;
  margin-right: 2px;
}
.service-well {
  margin: 30px 0 0 !important;
  border: 0 !important;
  background-color: #ffffff !important;
  padding: 10px !important;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
  border-radius: 4px !important;
}
.service-well thead tr {
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
.service-well thead tr th {
  padding: 15px 10px;
}
.service-well tbody tr td {
  border-bottom: 1px solid #dee2e6;
  padding: 5px 10px;
}
.service-well tbody tr td span.badge {
  background-color: transparent !important;
  color: #000000;
  font-weight: normal;
}
.service-well tbody tr td:nth-child(2) {
  width: 300px;
}
.service-well tbody tr td .btn-primary {
  color: #ffffff;
  border-radius: 5px;
  background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 );
  opacity: 0.8;
  border: 0;
  padding: 5px 10px;
  font-weight: 600;
}
.service-well table {
  width: 100%;
}

.service-well tr[visible="true"] {
  display: table-row;
}
.service-well[visible="false"], .service-well tr[visible="false"], .no-result {
  display: none;
}
.service-well-top div.dropdown {
  float: left;
  margin-right: 10px;
}
.service-well-top div.dropdown button#dropdownSerCate {
  padding: 10px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 0;
}
.service-well tbody tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}
ul.serTags {
  display: flex;
  padding: 0;
  margin: 30px 0 0;
  flex-wrap: wrap;
  justify-content: center;
}
ul.serTags li {
  list-style: none;
  /* display: inline-block;
  width: 13.95%; */
  text-align: center;
  background-color: #5bc3b4;
  border-radius: 40px;
  color: #000000;
  flex-basis: 100%;
  margin: 0 2.5px;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 500;
  flex: 0 0 13.84%;
}
ul.serTags li:last-child {
  flex: 0 0 20%;
  margin-top: 6px;
}

.signInFormBg ul,
.signInForm ul{
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  width: 100%;
  margin: 10px 0 0;
}
.signInFormBg ul li,
.signInForm ul li{
  flex-basis: 100%;
  text-align: center;
  margin: 0 2px;
}
.signInFormBg ul li a,
.signInForm ul li a {
  display: block;
  color: #ffffff;
  background-color: #fcb733;
  padding: 10px 0;
  text-decoration: none;
  box-shadow: 0 0 5px 0px #999999;
  font-weight: 500;
  border-radius: 2px;
}
.signInFormBg ul li a:hover,
.signInForm ul li a:hover {
  background-color: #3FA192;
}
#addFundModal .modal-dialog,
#placeOrderModal .modal-dialog,
#orderHistoryModal .modal-dialog {
  top: 40%;
}
#addFundModal .modal.fade .modal-dialog,
#placeOrderModal .modal.fade .modal-dialog,
#orderHistoryModal .modal.fade .modal-dialog{
  top: 40%;
}
#addFundModal .modal-content,
#placeOrderModal .modal-content,
#orderHistoryModal .modal-content{
  background-color: #ffffff;
}
#addFundModal .modal-content .modal-header,
#placeOrderModal .modal-content .modal-header,
#orderHistoryModal .modal-content .modal-header{
  border-color: #999999;
}
#addFundModal .modal-content button.close,
#placeOrderModal .modal-content button.close,
#orderHistoryModal .modal-content button.close{
  color: #000000;
  opacity: 1;
  text-shadow: none;
  font-size: 27px;
}
#addFundModal .modal-content #myModalLabel,
#placeOrderModal .modal-content #myModalLabel,
#orderHistoryModal .modal-content #myModalLabel{
  color: #000000;
}
#addFundModal .modal-content .modal-body,
#placeOrderModal .modal-content .modal-body,
#orderHistoryModal .modal-content .modal-body{
  color: #000000;
  font-size: 18px;
  text-align: center;
}



/*User Dashboard Inner page*/

.navbar-right {
  padding: 12px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size: 14px;
  border-radius: 2px;
  padding: 10px 15px;
  margin-left: 2px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #ffffff;
  background: #FCB733;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
  color: #ffffff;
  background: #FCB733;
}
.navbar-right a .fa {
  margin-right: 5px;
}
.navbar-header .navbar-brand {
  width: 300px;
  height: 65px;
}
.navbar-brand img {
  margin-top: 0px;  
  /* width: 220px; */
  /* width: 80px; */
  width: 180px;
  max-height: 116px;
}


select.form-control, input.form-control {
  height: 60px;
}
li.search {
  width: 200px;
}
li.search input.form-control,.search input.form-control {
  height: 40px;
  border-radius: 6px 0 0 6px !important;
}
.content-wrapper h2, .content-wrapper h4, .content-wrapper p,.content-wrapper small, .contactPageHome p {
  color: #000000;
  font-weight: 500;
}
#showOnContact .bow p {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
}
.container-fluid .navbar-right .badge {
  background:#fcb733;
}

select.form-control, input.form-control, textarea {
  border-color: transparent;
  transition: .3s ease-in-out !important;
  border-radius: 0 !important;
  background-color: #ffffff !important;
  border-radius: 6px !important;
}
.form-control:focus {
  box-shadow: -2px -2px 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 15px;
  margin: 5px 1px 5px 0;
  border: 1px solid rgba(81, 203, 238, 1);
  border-radius: 5px;
}
.search{
  width:auto;
}
.themeBtn {
  background: #FCB733;
  color: #ffffff;
  font-size: 15px;
  /* font-weight: 500; */
  font-weight: 600;
  padding: 15px 40px;
  text-align: center;
  display: inline-block;
  border-radius: 0;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  text-transform: uppercase;
  margin-top: 5px;
}
.themeBtn:hover {
  opacity: 1;
  background-color: #3FA192;
  border-color: #3FA192;
}
.well {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  margin-top: 56px;
  padding: 30px 30px;
  box-shadow: none;
}
.navbar-default .container-fluid .navbar-toggle {
  display: none !important;
}
.table > thead > tr > th {
  text-transform:uppercase;
  border-color: #ffffff;
  color: #ffffff;
  background: #3FA192;
}
.order-well thead tr th {
  background-color: #fff;
  color: #1f2331;
}
.table > tbody > tr > td {
  border-color: #ffffff;
  color: #ffffff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background: #fcb733;
  opacity: 1;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  color: #fff;
  background: #fcb733;
  opacity: 1;
}
.nav-pills > li > a {
  color: #ffffff;
  border-radius: 5px;
  background: #4abdac;
  opacity: 0.9;
  text-align: center;
}
/* .well.order-well .nav a {
border-radius: 0;
background: #e2e0e0;
color: #000000;
} */
/* .well.order-well .nav li.active a {
background: #fcb733;
color: #ffffff;
} */
.well.order-well .nav a {
  border-radius: 0;
  background: #fff;
  color: #000000;
  opacity: 0.5;
  border-bottom: 3px solid transparent;
}
.well.order-well .nav li.active a {
  background: #fff;
  color: #181818;
  opacity: 1;
  border-bottom: 3px solid #2272d6;
}
.nav-pills > li > a .fa {
  margin-right: 3px;
}
.search .form-control:focus {
  margin: 0;
}
.input-group-btn .btn.btn-default {
  color: #333333;
  padding: 7px 10px;
  border-color: #51cbee;
  background-color: #e8f0f6;
}
.table.table-bordered > tbody > tr > td, .table.table-bordered > thead > tr > th {
  border-color: #0006 !important;
}
.table.table-bordered > thead > tr > th {
  border-top: 1px solid #0006 !important;
}

td .btn.btn-primary {
  color: #ffffff;
  border-radius: 5px;
  background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 );
  opacity: 0.8;
  border: 0;
}
td .btn.btn-primary:hover, td .btn.btn-primary:focus {
  opacity: 1;
}

pre {
  /* color: #ea8e0f; */
  color: #054e44;
}
a.themeBtn {
  color: #ffffff !important;
}
.container.FAQ-page {
  padding: 0;
}
.page-name {
  color: #ffffff;
  font-weight: 700;
}
.FAQ-page .panel {
  margin: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.ticketsPage .nav-tabs > li.active > a,
.ticketsPage .nav-tabs > li.active > a:hover,
.ticketsPage .nav-tabs > li.active > a:focus,
.newOrderPage .nav-tabs > li.active > a,
.newOrderPage .nav-tabs > li.active > a:hover,
.newOrderPage .nav-tabs > li.active > a:focus,
.add-fund-des-tabs > li.active > a,
.add-fund-des-tabs > li.active > a:hover,
.add-fund-des-tabs > li.active > a:focus,
.addFundsTabs > li.active > a,
.addFundsTabs > li.active > a:hover,
.addFundsTabs > li.active > a:focus {
  /* background: #99d3fecc;
  border-color: #99d3fecc; */
  background:#FCB733;
  /* background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 ); */
  color: #ffffff;
}
.ticketsPage .nav-tabs > li > a,
.newOrderPage .nav-tabs > li > a,
.add-fund-des-tabs > li > a{
  /* background: #ffffff; */
  background: #4abdaccc;
  border-color: #4abdaccc;
  border-radius: 0;
  color: #000000;
  font-weight: 600;
}
.addfund-paage #newOrder .well,
.addfund-paage #PayoneerTab .well,
.addfund-paage #StripeTab .well,
.addfund-paage #WeChatTab .well, 
.addfund-paage #AlipayTab  .well,
.addfund-paage #BitcoinTab .well,
.addfund-paage #PerfectTab .well, 
.addfund-paage #ApplePaydTab .well {
  background-color: #fff;
  border: 1px solid #fff;
}
.rwd-table {
  font-size: 12px;
  width:100%;
}
.rwd-table th {
  background: #3FA192;
  color: #ffffff;
}
.rwd-table td.single-update {
  background: #fcb733;
  text-align: center;
  color: #ffffff;
}
#accntStatus .rwd-table {
  font-size: 14px;
  margin-bottom:35px;
}
#accntStatus .rwd-table th {
  padding: 8px 12px;
}
#accntStatus .rwd-table td {
  background: #ffffff;
  font-size: 16px;
}
#accntStatus tbody tr {
  border-top: 1px solid #ffffff;
}
.form-group {
  margin-bottom: 5px;
}
.form-group label {
  font-size: 14px;
  color: #ffffff;
}


.FAQ-page button {
  width: 100%;
  text-align: left;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-radius: 0;
  background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 );
  text-decoration: none;
  border: 0;
}
.FAQ-page button:hover {
  color: #ffffff;
  background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 );
  text-decoration: none;
}
.FAQ-page .collapse, .FAQ-page .collapsing {
  color: #000000;
  padding: 0 10px;
  margin-bottom: 10px;
}
.FAQ-page button::after {
  content: '_';
  position: absolute;
  right: 10px;
  font-size: 40px;
  top: -26px;
}
.FAQ-page button.collapsed::after {
  content: '+';
  font-size: 30px;
  top: -5px;
}
h3.terms, h3.ribbon {
  color: #ffffff;
  padding: 10px 0;
  position: relative;
  background: #fcb733;
  /* background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 ); */
  font-weight: 700;
}
h3.terms::before, h3.ribbon::before {
  content: '';
  width: 20px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  background: #fcb733;
  /*  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 ); */
  font-weight: 700;
}
h3.terms::after, h3.ribbon::after {
  content: '';
  width: 20px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  background: #fcb733;
  /* background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 ); */
  font-weight: 700;
}
.terms.well li {
  color: #000000;
}
tr.Pending {
  background-color: #ffb83e;
}
tr.Processing {
  background-color: #25cdff;
}
tr.Completed {
  background-color: #a1de0b;
}
tr.Canceled {
  background-color: #da053b;
}
tr.Partial {
  background-color: #e90f48;
}
tr.In.progress {
  background-color: #e9e936;
}
.paymentIconsDiv {
  display: inline-block;
  width: 60%;
  float: right;
  padding-top: 17px;
}
.paymentIconsDiv p {
  font-size: 12px;
  display: inline-block;
  text-align: left;
}
.paymentIcons {
  width: 290px;
  margin-left: 10px;
}


/* #wts1743066 {
display: none;
} */



/*User Dashboard Sidebar*/
.content-wrapper .container {
  width: 100%;
}
.content-wrapper {
  padding-left: 230px;
  padding-top:135px;
}
body.bg-img .content-wrapper {
  /* background-image: url('//i.imgur.com/xI2iYqA.png'); */
  min-height: 100vh;
}
nav.navbar-default {
  background-color: #ffffff; 
  border: 0;
  margin-bottom: 0;
  border-bottom: 4px solid #fcb733;
}
#sidebar-wrapper {
  top: 108px;
  left: -230px;
  width: 230px;
  color: white;
  position: fixed;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 10px 5px 5px rgba(0,0,0,0.14),0 1px 0 0 rgba(0,0,0,0.12),0 5px 4px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 10px 5px 5px rgba(0,0,0,0.14),0 1px 0 0 rgba(0,0,0,0.12),0 5px 4px -1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 10px 5px 5px rgba(0,0,0,0.14),0 1px 0 0 rgba(0,0,0,0.12),0 5px 4px -1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 10px 5px 5px rgba(0,0,0,0.14),0 1px 0 0 rgba(0,0,0,0.12),0 5px 4px -1px rgba(0,0,0,0.2);
  box-shadow: 0 10px 5px 5px rgba(0,0,0,0.14),0 1px 0 0 rgba(0,0,0,0.12),0 5px 4px -1px rgba(0,0,0,0.2);
  background-image: url('//media.giphy.com/media/eFmm3rq114lR6/source.gif');
  background-size: cover;
}
.sidebar-bg {
  height: 100%;
  background-color: #0084c7fa;
  /*background-color: #8760d1cc;*/
}
.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  /* padding-top: 90px; */
  padding-top:10px;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 48px;
  padding: 0 12px;
  margin-bottom: 8px;
}
.sidebar-nav li a {
  color: #000;
  display: block;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: .86;
}
.sidebar-nav .badge {
  background-color: #fcb733;
  width: auto;
  text-indent: initial;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50px;
  padding: 3px 5px;
  line-height: 10px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.sidebar-nav li a:hover .badge,
.sidebar-nav li.active a:hover .badge,
.sidebar-nav li.active a .badge {
  background-color: #3fa192 !important;
}
.sidebar-nav li a:hover i, .sidebar-nav li.active a:hover i, .sidebar-nav li.active a i {
  color: #ffffff;
}
.sidebar-nav li a .fa {
  text-indent: 0;
  width: 22px;
  margin-right: 15px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
}
.sidebar-nav li a img {
  filter: invert(0);
}
.sidebar-nav li a img {
  width: 22px;
  margin-right: 15px;

}
.sidebar-nav li a:hover,
.sidebar-nav li.active a:hover,
.sidebar-nav li.active a{
  color: #000;
  background:#fcb733;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(39,39,39,.1);
  box-shadow: 0 1px 15px 1px rgba(39,39,39,.1);
  /* background: #eaa50f;
  background: -moz-linear-gradient(top, #eaa50f 0%, #ea9e0f 40%, #ea960f 60%, #ea8e0f 100%);
  background: -webkit-linear-gradient(top, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background: linear-gradient(to bottom, #eaa50f 0%,#ea9e0f 40%,#ea960f 60%,#ea8e0f 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa50f', endColorstr='#ea8e0f',GradientType=0 ); */
  text-decoration: none;
  opacity: 1;
}
.sidebar-nav li a:hover::before, .sidebar-nav li.active a:hover::before, .sidebar-nav li.active a::before {
  /*content: '';
  display: block;
  position: absolute;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 20px solid #fff;
  border-bottom: 25px solid transparent;*/
}
.sidebar-nav li a:hover img,
.sidebar-nav li.active a:hover img,
.sidebar-nav li.active a img {
  filter: invert(0);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
#sidebar-wrapper.sidebar-toggle {
  transition: all 0.3s ease-out;
  margin-left: -230px;
}
#sidebar-wrapper.sidebar-toggle.revealed {
  margin-left: 230px;
}
.input-group-btn .btn.btn-default {
  color: #333333;
}





.instaGram h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.instaGram {
  background: #c1bbbb;
  margin: -3px 0;
  /* color: #000; */
  color: #292929;
  padding: 20px 0 39px;
  /* background: url(http://i.imgur.com/sIbtZqd.png); */
  background-size: auto auto;
  background-size: 137%;
  position: relative;
  z-index: 9;
  text-align: center;
}

section.vdo-sec {
  background: #c1bbbb;
  padding: 40px 0;
}

.vdo-sec h1 {
  margin: 30px 0 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.vdo-sec p {
  margin: 0;
  padding: 0 80px 0 0;
  text-align: justify;
}

section.singleBnr {
  padding: 30px 0;
}
section.singleBnr img {
  width: 100%;
}

section.singleBnr h2 {
  font-size: 28px;
  color: #292929;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
}
section.singleBnr ul {
  padding: 0;
  text-align: center;
  margin: 0 0 20px;
}
section.singleBnr ul li {
  list-style: none;
  display: inline-block;
  margin: 10px 4px;
}
section.singleBnr ul li img {
  width: auto;
  max-width: 100%;
}
section.singleBnr p {
  text-align: center;
  margin: 0 0 5px;
}

.okz .panel-heading {
  background: #4BADA0 !important;
}

.okz .alert-info {
  color: #31708f;
  background-color: #4BADA0 !important;
  border-color: #bce8f1;
}


/* footer img.TM-logo {
width: 96px;
position: absolute;
top: -14px;
left: -102px;
} */
footer .row.uprFtr {
  padding: 30px 0 50px;
}
footer .row.uprFtr .col-sm-3 {
  padding-left: 30px;
}
footer .row.uprFtr a {
  display: inline-block;
}
footer .row.uprFtr a img {
  width: 150px;
}
footer .row.uprFtr p.ftrDisc {
  /* font-size: 16px; */
  margin: 20px 0 0;
}
footer .row.uprFtr h3.title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px;
}
footer .row.uprFtr ul {
  text-align: left;
}
footer .row.uprFtr ul li {
  margin: 5px 0;
}
footer .row.uprFtr ul li a {
  font-size: 14px;
}
footer .row.uprFtr ul li a i {
  font-size: 20px;
}
footer .row.uprFtr .ml-form-embedContent p {
  margin: 5px 0;
  font-size: 16px;
}
footer .row.uprFtr input.form-control {
  height: 40px;
  margin-bottom: 15px;
}
footer .row.uprFtr button.primary {
  width: 100%;
  padding: 5px 10px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background-color: #fcb733;
  color: #ffffff;
  text-transform: uppercase;
}
footer .row.uprFtr input.form-control::placeholder {
  color: #666666 !important;
  font-size: 14px !important;
}
footer img.TM-logo {
  width: 80px;
  position: absolute;
  top: -7px;
  left: -50px;
  /* top: -14px;
  left: 0;
  right: 0;
  margin: auto; */
}


.bg-img .navbar.navbar-default{
  padding: 8px 0 8px;
  /* padding:8px 0 0; */
  min-height: 65px;
  /* background:#ffffff !important; */
  /* background: url('https://res.cloudinary.com/dmgunn7ve/image/upload/v1580461273/BBS/top-bg.png') no-repeat,radial-gradient(500px 600px at 74% 10%, rgba(255, 246, 166,0.6) 0%, rgba(34, 181, 115,0.6) 44%,rgba(5, 132, 125,0.6) 100%) !important; */
  /* background-color: #4bada0 !important; */
  background-color: #62c4b7 !important;
}
.bg-img .navbar.navbar-default .navbar-brand {
  font-size: 22px;
  color: #0084c7 !important;
  padding-top: 2px;
  padding-bottom: 3px;
}
.bg-img  .sidebar-nav li a{
  color: #ffffff;
}
.bg-img #sidebar-wrapper{
  /* background-image: url('//i.imgur.com/uEOd5hB.jpg'); */
  /* background-image: url('//i.imgur.com/2bfuIHf.jpg'); */
  /* top: 65px; */
  /* top:84px; */
  /* top:82px; */
  top:101px;
  /* background-image: url('https://res.cloudinary.com/dmgunn7ve/image/upload/v1580461273/BBS/top-bg.png');
  background: #62c4b7; */
  background: #62c4b7 url('https://i.imgur.com/wJlelBR.png');
background-size: 100% auto;
}
.bg-img .sidebar-bg{
  /*  background-color: #4abdaccc; */
  background-color: transparent;
}
.bg-img .sidebar-nav li a:hover,
.bg-img .sidebar-nav li.active a:hover,
.bg-img .sidebar-nav li.active a{
  color: #ffffff;
}
.bg-img .sidebar-nav li a img{
  filter: invert(1);
}
.bg-img .sidebar-nav li a:hover img,
.bg-img .sidebar-nav li.active a:hover img,
.bg-img .sidebar-nav li.active a img{
  filter: invert(1);
}
/* body.bg-img{
background-image: url(//i.imgur.com/dste7T9.jpg);
background-size: cover;
background-repeat: repeat-x;
} */
.bg-img .order {
  margin: initial;
}
.bg-img .well {
  background-color: #5bc3b4d1;
  border: 1px solid #5bc3b4;
  margin: initial;
  border-radius: initial;
  padding: 19px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
/* .well.order-well-top {
background-color: #ffffff;
margin-bottom: 20px;
} */
.well.order-well-top {
  background-color: 
    transparent;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none;
  padding:0;
}
.well {
  background-color: #5bc3b4d1;
  border: 1px solid #5bc3b4;
  margin: initial;
  border-radius: initial;
  padding: 19px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well.order-well {
  border: 0;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.navbar-header img.TM-logo {
  left: -54px;
  position: absolute;
  width: 57px;
  top: 13px;
  transform: rotate(-50deg);
}

.navbar-header {
  position: relative;
}

/* .navbar-default .navbar-nav > .active.signInCl a{
background: transparent ;
color: #000000;
}
.navbar-default .navbar-nav > .active.signInCl a:hover,
.navbar-default .navbar-nav > .active.signInCl a:focus{
color: #ffffff;
background: #FCB733;
} */
#fsModal .modal-content {
  /* background-image: url("//i.imgur.com/8YdpYEb.png"); */
  background-image: url("//i.imgur.com/Ao2YLcW.jpg");
  background-size: 100% 100%;
}
#fsModal .modal-header {
  /* position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: transparent; */
  border: 0;
}
/* #fsModal .modal-body {
position: absolute;
top: 50px;
bottom: 60px;
width: 100%;
font-weight: 300;
overflow: auto;
} */
#fsModal .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /*height: 60px;
  padding: 10px;*/
  background: transparent;
  border: 0;
}
#fsModal .modal-header button.close {
  font-size: 40px;
  color: #ffffff;
  opacity: 1;
}
div.modalCOntentDiv {
  text-align: center;
  padding: 150px 0;
}
div.modalCOntentDiv h3 {
  color: #ffffff;
  text-transform: uppercase;
}
div.modalCOntentDiv ul {
  padding: 0;
  margin: 30px 0 0;
}
div.modalCOntentDiv ul li {
  display: inline-block;
  margin: 0 5px;
}
div.modalCOntentDiv ul li a {
  text-transform: uppercase;
  background-color: #fcb733;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  box-shadow: 0 0 5px 0px #fcb733;
  text-decoration:none;
}
th.hidden-xs.hidden-sm.width-40 {
  text-align: right;
}
td.hidden-xs.hidden-sm.service-description {
  text-align: right;
  vertical-align: middle;
}
.detailsModal .modal-body {
  text-align: left;
}
.search-panel {
  margin-bottom: 10px;
}
.search-panel input.form-control {
  height: 33px;
  border-radius: 6px 0 0 6px !important;
  background-color: #ffffff !important;
}
.search-panel .btn.btn-default {
  background-color: #3fa192;
  color: #ffffff;
  border: 0;
}


body.guest .api-well,
body.guest .terms-well,
body.guest .contact-well{
  margin-top: 30px;
  margin-bottom: 30px;
}

.add_fund_btn {
  padding: 10px 16px;
  font-size: 16px;
}

select.af_select {
  font-size: 18px;
}

.order-actions{
  width: 92px;
}


.service-well-top select option .hide {
  display: none;
}

.selected{
  background-color:#5bc3b4d1 !important;
}



.selected span.check-mark{
  display:none !important;
}
/*filter text*/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  margin-right:50px !important;
}


@media (min-width: 768px) {
  #sidebar-wrapper.sidebar-toggle {
    transition: 0s;
    left: 230px;
  }
  .onMobileShow {
    display: none;
  }


  .signInFormBg h3 {
    color: white;
    font-weight: bold;
  }
  .counter-sec h3 {
    color: #fcb733;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
  }
  section.vdo-sec h2 {
    margin: 30px 0 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
  }
  .instaGram h2 {
    font-weight: bold;
    font-size: 36px;
  }
  section.social-media h2 {
    font-size: 44px;
    font-weight: bold;
    color: white;
  }
  .growing-section h2 {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .growing-section .col-sm-12 {
    margin-bottom: 50px;
  }


}


/*Responsive Css*/
@media (max-width: 5400px){
  .smm-services .card .pera {
    display: block;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    min-height: 10em !important;
  }
}


@media(max-width: 1200px){
  .order-actions{
    width: auto;
  }
  .order-actions .btn{
    margin-bottom: 2px;
  }
}

@media (max-width: 1199px) {
  .payment_logos{
    width:100%;
  }
  .payment_logos img{
    margin-top:5px;
  }
  .payment_logos .verified-by{
    margin-top:20px;
  }
  .add-fund-des-tabs li{
    float:left;
    display:inline-block;
    width:auto;
  }

  .navbar-brand img {
    width: 170px;
  }
  img.verify {
    width: 80px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding: 10px 10px;
  }

  /* .navbar-brand img {
  width: 250px;
  margin-left: -10px;
} */
  .top-banner .text-block h1 {
    font-size: 42px;
  }
  .top-banner .signInFormBg h1 {
    font-size: 45px;
  }


  .social-media p.more-width {
    width: 92%;
  }
  .social-media p.less-width {
    width: 43%;
  }


  body.bg-img table.table-bordered{
    border:0px !important;
  }



  .IG-likes li {
    font-size: 16px;
  }
  .IG-likes img {
    width: 95%;
    left: 10px;
    height: 270px;
  }
  .btm-thr {
    background-size: 100% 276px;
  }
  footer ul li {
    margin: 0px 3px;
  }
  footer ul {
    padding: 0 0 0 130px;
    text-align: left;
  } 
  section.social-media::before {
    right: -365px;
    top: 115px;
    background-position: 623px 134px;
    background-size: 32%;
  }
  footer .row.uprFtr ul {
    padding: 0 !important;
  }
  .content h4 {
    font-size: 30px !important;
  }

  .content p {
    font-size: 13px !important;
  }


  .content-box {
    padding: 0px 21px;
  }

  body.bg-img .add-fund-des-tabs > li > a {
    padding: 10px 2px;

  }


  footer img.TM-logo {
    width: 60px;
    position: absolute;
    top: 0;
    left: -20px;
  }

  footer ul {
    padding: 0 0 0 69px;
  }  

  footer ul {
    padding: 0 0 0 80px !important;
  }

  .table, #accntStatus .rwd-table {
    display: block;
    overflow-x: scroll;
  }
  .signInFormBg ul li a {
    font-size: 13px;
  }

  .growing-section h2 {
    font-size: 23px;

  }


  .well.add-fund-form .nav-tabs li img {
    width: 40px;
  }
  .well.add-fund-form .nav-tabs li #aliPayMethod img,
  .well.add-fund-form .nav-tabs li #payoneerMethod img {
    width: 50px;
    padding: 5px 0;
  }
  .well.add-fund-form .nav-tabs li #freeTrailMethod span {
    height: 40px;
    width: 32px;
    padding: 8px 0;
    background-image: none;
  }


  body.bg-img .navbar-right {
    padding-top: 23px !important;
  }
  body.bg-img .navbar-right li:nth-child(3),
  body.bg-img .navbar-right li:nth-child(4),
  body.bg-img .navbar-right li:nth-child(6),
  body.bg-img .navbar-right li:nth-child(7) {
    display: none;
  }


  .card.help-panel.faqPanel div.card-title {
    width: 80%;
  }
  .card.help-panel.faqPanel .card-body a.btn {
    top: 29px;
  }
  .ticketPage .order-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  div.select2OptionPicker ul.select-buttons li {
    margin: 1px 2px;
    width: auto;
    display: inline-block;
  }
  div#payment-group li {
    margin: 1px 2px;
  }
  .ticketPage .subSelectBtns li {
    margin: 1px auto;
    width: auto;
    float: none;
    display: inline-block;
  }
  .ticketPage .subSelectBtns li a {
    width: auto;
    padding: 10px 10px 10px 25px;
  }
  div.select2OptionPicker ul.select-buttons li a {
    width: auto;
    padding: 10px 10px 10px 25px;
  }

  .content img {
    width: 113.4%;
  }
  .bg-img #sidebar-wrapper {

    top: 129px !important;
  }
  .order-wrap {
    height: 160px;
    text-align: center;
  }
  .order-stat {
    min-height: 160px;
  }

}



@media (max-width: 991px) {
  .top-banner .text-block h1 {
    font-size: 30px;
  }
  .top-banner .signInFormBg h1 {
    font-size: 30px;
  }
  .top-banner .text-block p {
    font-size: 16px;
  }
  .signInFormBg {
    /* padding: 20px 20px !important; */
    padding: 20px 20px 40px !important;
  }
  .counter-sec img {
    width: 150px;
  }
  .counter-sec h1 {
    font-size: 30px;
  }
  .social-media h1 {
    font-size: 30px;
  }
  .social-media {
    background-position: 20% center;
  }
  .social-media p.less-width {
    width: 50%;
  }
  .btm-thr {
    background-size: 100% 231px;
  }
  footer p {
    font-size: 14px;
  }
  footer ul li a {
    font-size: 13px;
  }
  body {
    background-position: 30% center;
  }
  footer {
    padding: 10px 0 0;
  }
  footer div.ftrStrip p {
    font-size: 11px;
  }
  footer .col-sm-4 {
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  footer ul {
    padding: 0;
    text-align: center;
  }
  section.social-media::before {
    right: -295px;
    background-repeat: no-repeat;
    top: 168px;
    background-position: 773px 190px;
    background-size: 26%;

  }
  .navbar-brand img {
    /* width: 170px;*/
    width: 120px;

  }

  img.verify {
    width: 45px;
  }


  section.tagLine h2 {
    font-size: 28px;
  }
  footer .row.uprFtr .col-sm-4 {
    width: 33.33%;
    text-align: left;
    float: left;
    margin-left: 0;
  }
  footer .row.uprFtr .col-sm-3 {
    padding-left: 20px;
    width: 33.33%;
  }
  .navbar-default .navbar-nav > li > a {
    /*font-size: 13px;*/
    /*padding: 10px 8px;*/
    font-size: 12px;
    padding: 8px 3px;

  }

  .navbar-header img.TM-logo {
    right: -54px;
    width: 74px;
  }  

  .content h4 {
    font-size: 20px !important;
  }  

  .content p {
    font-size: 12px !important;
    line-height: 13px;
  }

  .content li {
    font-size: 12px;
    position: relative;
    list-style: none;
    line-height: 18px;
  }

  footer img.TM-logo {
    width: 80px;
    position: absolute;
    top: -10px;
    left: 60px;
  }  
  .growing-section h2 {
    font-size: 18px;
  }

  .bg-img .navbar.navbar-default {
    padding: 17px 0 18px;
  }
  .bg-img .navbar-brand > img {
    margin-left: 0px !important;
  }
  .bg-img img.verify {
    width: 80px;
  }
  body.bg-img .navbar-right {
    padding-top: 13px !important;
  }


  .well.order-well .nav {
    display: block;
    text-align: center;
    margin-bottom: 2px;
  }
  .well.order-well .nav li {
    float: none;
    display: block;
    margin: 0 0 2px;
  }
  .nav.nav-tabs.add-fund-des-tabs {
    display: block;
  }

  .ticketPage .col-md-6:last-child {
    margin-top: 20px;
  }



  body.guest .signInForm ul li:last-child a{
    line-height: 39px;
  }

  .signInForm ul li a{
    min-height: 60px;

  }

  .navbar-brand{
    padding: 0 8px 0 15px ;

  }

  .goog-te-menu-value{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }


  .goog-te-gadget-simple{
    padding: 7px 0px !important;

  }

  .navbar > .container .navbar-brand{
    margin-left: -30px;

  }

  .content img {
    width: 117%;
  }

  .img_height {
    margin-left: -62px;
    height: 383px;
  }



  .well-float {
    width: auto;
    min-width: 100%;
  }
  .badge.badge-news {
    padding: 10px 10px;
  }
  .order-stat-hover .text-white {
    font-size: 18px;
  }




}



@media (max-width: 767px) {


  body.bg-img .new-order-tabs li a{
    padding: 10px 5px;
    min-height: 62px;
    margin-bottom: 10px;

  }


  body.bg-img .add-fund-des-tabs > li > a {
    font-size:11px;
    padding: 5px 5px;
    min-height: 42px;
    /* line-height: 0px; */
  }

  .vdo-sec h1{
    font-size:21px;
  }
  .new-order-tabs{
    display: flex;
  }
  .new-order-tabs li{
    display: flex;
    flex: 1;
  }
  .new-order-tabs li a{
    flex: 1;
    width:100%;
  }
  .top-banner {
    padding: 40px 0;
  }
  .top-banner .col-sm-7 {
    padding: 30px 15px 0;
  }
  .top-banner .col-sm-5 {
    padding: 30px 15px 0;
  }
  .top-banner .text-block h1 {
    font-size: 30px;
  }
  .top-banner .text-block li {
    font-size: 15px;
  }
  .top-banner .text-block p {
    font-size: 14px;
  }
  .top-banner .signInFormBg h1 {
    font-size: 25px;
  }
  select.form-control, input.form-control {
    height: 45px;
  }
  .signInFormFields .checkbox label {
    margin-bottom: 0px;
  }
  .themeBtn {
    padding: 10px 40px;
  }
  .counter-sec {
    padding: 40px 0 10px;
  }
  .counter-sec .col-sm-4:first-child {
    margin-top: 0;
  }
  .counter-sec .col-sm-4 {
    margin: 30px 0;
  }
  .counter-sec p {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .counter-sec h1 {
    font-size: 25px;
  }
  .vdo-sec p {
    padding: 0 0px 0 0;
  }
  .social-media {
    /* background-image: none;
    background-color: #5eaeed; */
    padding: 30px 0;
    background-color: #4abdace6;
  }
  .social-media h1 {
    font-size: 25px;
  }
  .social-media p.less-width {
    width: 100%;
    margin-top: 0;
  }
  .IG-likes ul {
    padding: 0px 0 0px 20px;
  }
  .IG-likes li {
    font-size: 14px;
  }
  .IG-likes li::before {
    top: 6px;
  }
  .IG-likes img {
    width: 40%;
    left: auto;
    height: auto;
    right: -10px;
    transform: rotate(30deg);
    top: -15px;
  }
  .btm-thr {
    background-image: none;
    background-color: #4abdac;
    background-size: auto 251px;
    padding: 47px 0 50px;
  }
  .btm-thr .btm-thr-box {
    margin-bottom: 10px;
  }
  .btm-thr .btm-thr-box .box-icon {
    width: 200px;
    float: left;
    margin: 10px 10px 0px 10px;
  }
  .btm-thr .btm-thr-box p {
    padding: 0 10px;
    margin: 10px 0;
    color: #ffffff;
  }
  footer {
    background-color: #28a895;
    padding: 10px 0 0;
  }
  footer .row.uprFtr p.ftrDisc {
    text-align: left;
    color: #ffffff;
  }
  footer .row.uprFtr ul li {
    display: block;
  }
  footer .row.uprFtr ul li a {
    color: #ffffff;
  }
  footer p {
    color: #000000;
    text-align: center;
  }
  footer ul {
    margin: 10px 0 0;
    text-align: center;
  }
  footer ul li a {
    font-size: 14px;
    color: #000000;
  }
  .signInFormBg form span {
    margin-top: 10px;
  }
  body {
    background-position: center;
  }
  .content.odd .row{
    flex-direction:column;
  }
  .content.even .row{
    flex-direction:column-reverse;
  }
  .content-box {
    padding: 0 15px;
  }
  .content h4{
    font-size: 26px;
  }
  .content p {
    font-size: 14px;
  }
  .content ul{
    margin: 20px 0;
  }
  .content li {
    font-size: 14px;
  }
  .growing-section {
    padding: 40px 0;
  }
  .growing-section h2{
    font-size: 18px;
    margin-bottom: 55px;
  }
  .growing-section h2 br{
    display:none;
  }
  .growing-section .growIcon{
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .growing-section .growIcon .fa {
    font-size: 22px;
  }
  .growBox{
    padding: 40px 15px;
    min-height: 200px;
    margin-bottom: 40px;
  }
  section.social-media::before {
    right: -235px;
    top: 45px;
    background-position: 903px 220px;    

  }
  footer div.ftrStrip {
    background-color: #4abdac;
  }
  footer div.ftrStrip p {
    color: #ffffff;
    text-align: left;
  }
  footer img.TM-logo {
    top: -30px;
    left: auto;
    right: 20px;
  }
  .navbar-header img.TM-logo {
    left: 160px;
  }

  .navbar-default .container-fluid .navbar-toggle {
    display: block !important;
  }
  .navbar-default .container-fluid .navbar-right {
    display: none;
  }
  .navbar-right {
    box-shadow: none;
  }

  .bg-img .navbar-brand > img {
    margin-left: 0px !important;
  }
  .bg-img #sidebar-wrapper {
    top: 82px !important;
  }
  section.singleBnr ul li {
    margin: 5px 0px;
    width: 100px;
  }
  section.singleBnr ul li img {
    width: auto;
    max-width: 100%;
  }
  .bg-img .navbar.navbar-default {
    padding: 8px 0 8px;
  }

  .well.add-fund-form ul.contactInfo {
    margin: 0px 0 0px;
  }
  footer .row.uprFtr .col-sm-4 {
    width: 100% !important;
    padding: 10px 15px !important;
  }
  footer .row.uprFtr .col-sm-3 {
    padding-left: 15px !important;
    width: 100% !important;
  }

  footer .row.uprFtr .ml-form-embedContent p {
    text-align: left;
    color: #ffffff;
  }
  footer .row.uprFtr {
    padding: 30px 0 30px;
  }
  .content-wrapper .container {
    width: auto;
  }
  .content-wrapper {
    padding-left: 0;
    overflow: initial;
    padding-top: 110px;
  }
  #sidebar-wrapper{
    overflow:auto;
    top: 67px;
  }
  .bg-img #sidebar-wrapper{
    top: 70px;
  }
  .sidebar-nav{
    padding-bottom: 60px;
  }
  .sidebar-nav li{
    line-height: 35px;
    margin-bottom: 2px;
  }
  .sidebar-nav li a{
    font-size: 14px;
  }
  .sidebar-nav li a img {
    width: 18px;
    margin-right: 12px;
  }
  .well.well-float {
    float: none;
  }
  .table,
  #accntStatus .rwd-table{
    display: block;
    overflow-x: scroll;
  }
  .dashboard.navbar-default .navbar-collapse, .dashboard.navbar-default .navbar-form {
    border: none;
  }
  .nav-tabs > li{
    display:table-cell;
    float:none;
    width:1%;
  }



  .instaGram h1 {   
    text-align: left;
    font-size: 22px;
  }

  footer .payment_logos {

    /* background: #4abdac; */
    background: transparent;
    padding: 10px 0;
  }




  .navbar > .container .navbar-brand {
    margin-left: 0px;
  }

  body.guest .signInForm ul li:last-child a {
    line-height: inherit;
  }


  .signInForm ul li a {
    min-height: auto;
  }


  .content img {
    width:100%;
  }   
  .img_height {
    margin-left: -6px;
    height: 383px;
  }
  /* } */

  .signInFormBg h3 {
    color: white;
    font-weight: bold;
  }
  .counter-sec h3 {
    color: #fcb733;
    margin: 0;
    font-size: 42px;
    font-weight: 700;
  }
  section.vdo-sec h2 {
    margin: 30px 0 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
  }
  .instaGram h2 {
    font-weight: bold;
    font-size: 36px;
  }
  section.social-media h2 {
    font-size: 29px;
    font-weight: bold;
    color: white;
  }
  .growing-section h2 {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .growing-section .col-sm-12 {
    margin-bottom: 50px;
  }


  .rtl-navbar .navbar-nav {
    float: right !important;
    width: 100%;
    margin-right: 0px;
  }

  .rtl-navbar .navbar-nav li {
    width: 100%;
  }

  .rtl-navbar .navbar-header {
    float: none;
    margin-right: 0px;
  }

  .rtl-navbar .navbar-brand {
    float: right;
    padding-right: 15px;
  }

  .navbar-collapsed-before .navbar-header {
    width: auto;
  }
  .order-wrap {
    height: 86px;
    margin-bottom: 15px;
  }
  .order-stat {
    min-height: auto;
  }


}


@media (max-width: 550px) {
  .navbar-header .navbar-brand {
    /* width: 230px; */
    width:130px !important;
  }
  nav.navbar-default {
    padding: 10px 0 10px;
    border-bottom: 4px solid #fcb733;
  }
  .navbar-brand img {
    width: 170px;
    /* margin-left: -10px; */
    margin-left: 0;
  }
  .top-banner .col-sm-7 {
    padding: 0px 15px 0;
  }
  .top-banner .text-block h1 {
    font-size: 21px;
  }
  .top-banner .text-block ul {
    margin: 10px 0;
    padding: 0 0 0 8px;
  }
  .top-banner .signInFormBg h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  select.form-control, input.form-control {
    height: 40px;
  }
  .signInFormFields .checkbox label {
    font-size: 12px;
  }
  .themeBtn {
    font-size: 14px;
  }
  .signInFormBg ul, .signInForm ul {
    display: block;
  }
  .signInFormBg ul li, .signInForm ul li {
    flex-basis: unset;
    margin: 0px 0px 4px;
  }
  .signInFormBg form span {
    font-size: 12px;
  }
  .counter-sec img {
    width: 100px;
  }
  .counter-sec p {
    font-size: 14px;
  }
  .counter-sec h1 {
    font-size: 20px;
  }
  .social-media h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .social-media p.more-width {
    font-size: 14px;
  }
  .btm-thr .btm-thr-box p {
    word-break: break-all;
  }
  footer p {
    font-size: 12px;
  }
  footer ul {
    margin: 5px 0 0;
  }
  footer ul li a {
    font-size: 12px;
  }
  .btm-thr .btm-thr-box .box-icon {
    width: auto;
    float: none;
    margin: 6px;
    overflow: hidden;
  }
  .top-banner .text-block li {
    font-size: 15px;
  }
  .top-banner .text-block li::before {
    left: -9px;
    top: 4px;
  }
  .bg-img .navbar-brand > img {
    margin-left: 0 !important;
  }
  img.verify{
    top:0;
  }
  .bg-img #sidebar-wrapper {
    top: 70px !important;
  }
  .ticketContentPage h3 {
    font-size: 16px;
  }
  .vdo-sec p{
    padding:0;
  }



  .top-banner {
    padding: 40px 0 20px;
  }
  section.tagLine h2 p br {
    display: none;
  }
  .vdo-sec h1 {
    font-size: 20px;
    margin-top: 0;
  }
  .instaGram h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  section.tagLine h2 {
    line-height: 24px;
    font-size: 20px;
  }
  section.tagLine {
    padding: 30px 0;
  }
  section.vdo-sec {
    padding: 30px 0;
  }
  .vdo-sec p {
    margin-bottom: 20px;
    text-align: left;
  }
  .content p {
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 18px;
  }
  .content-box {
    padding: 15px 15px 0 15px;
  }
  .content ul {
    margin: 15px 0 25px;
  }
  .instaGram h1 {
    font-size: 19px;
  }
  .btm-thr {
    padding: 35px 0 30px;
  }
  footer ul {
    padding-left: 0 !important;
  }
  footer .payment_logos {
    margin-top: 10px;
  }
  footer {
    /* padding: 10px 0 70px; */
  }
  section.forget_pass .well h3 {
    color: #ffffff;
    font-size: 20px;
  }
  #addFundModal .modal-content #myModalLabel, #placeOrderModal .modal-content #myModalLabel, #orderHistoryModal .modal-content #myModalLabel {
    font-size: 16px;
  }
  #addFundModal .modal-content .modal-body, #placeOrderModal .modal-content .modal-body, #orderHistoryModal .modal-content .modal-body {
    font-size: 14px;
  }
  ul.serTags {
    display: block;
    text-align: center;
  }
  ul.serTags li {
    margin: 2px 2.5px;
    display: inline-block;
  }
  .service-well-top div.dropdown {
    float: none;
    margin-right: 0px;
  }
  .service-well-top div.dropdown button#dropdownSerCate {
    width: 100%;
    margin-bottom: 10px;
  }
  .well.add-fund-form .nav-tabs li a {
    padding: 10px 0;
  }
  .well.add-fund-form .nav-tabs li img {
    width: 35px;
  }
  .new-order-tabs {
    display: block;
    text-align: center;
    margin-bottom: 2px;
  }
  .new-order-tabs li {
    display: block;
    width: auto;
    margin: 0 0 2px;
  }
  .new-order-tabs li a {
    margin: 0;
    flex: unset;
  }
  .nav.nav-tabs.add-fund-des-tabs {
    text-align: center;
  }
  .add-fund-des-tabs li {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 2px;
  }
  .navbar-header img.TM-logo {
    left: 120px;
  }

  footer img.TM-logo {
    width: 49px;
    top: 80px;
    left: 120px;
  }
  section.singleBnr h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.singleBnr ul {
    margin: 0 0 10px;
  }
  section.singleBnr ul li {
    margin: 5px 0px;
  }

  .well.add-fund-form .nav-tabs li #aliPayMethod img,
  .well.add-fund-form .nav-tabs li #payoneerMethod img {
    width: 41px;
  }
  .well.add-fund-form .nav-tabs li #freeTrailMethod span {
    height: 35px;
    padding: 5px 0;
  }

  .well.add-fund-form form.adcForm {
    overflow: hidden;
  }
  .well.add-fund-form ul.contactInfo {
    margin: 10px 0 0px;
  }
  .well.add-fund-form ul.contactInfo li {
    margin: 2px auto !important;
  }

  footer div.ftrStrip {
    padding: 20px 0 50px;
  }
  footer div.ftrStrip p {
    text-align: center;
    font-size: 14px;
  }
  footer div.ftrStrip p a {
    display: block;
  }
  footer img.TM-logo {
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  footer {
    padding: 0px 0 0px;
  }
  footer div.ftrStrip p {
    text-align: center;
    font-size: 12px;
  }
  footer img.TM-logo {
    top: 5px;
    left: 0;
    right: 0;
  }







}


@media (max-width: 550px) {


  body.guest .signInForm ul li a{
    font-size:11px;
  } 


  body.bg-img .nav.nav-tabs.add-fund-des-tabs li{
    display:inline;
  }

  body.bg-img .nav.nav-tabs.add-fund-des-tabs li a{
    padding:14px 5px;
  }


  body.guest .top-banner .text-block h1 {
    font-size: 24.9px;
  }


  .new-order-tabs li a{
    padding: 9px 10px !important;
    font-size: 10px !important;
    min-height: 64px;


  }

  .nav-tabs{
    margin-bottom:10px;
  }


  .content img {
    width: 103% !important;
  } 

  .img_height {
    margin-left: -16px !important;
    height: 383px;
  }


  .social-media p {
    font-size: 14px;
    color: #ffffff;
  }


  section.social-media::before {
    right: -235px;
    top: 210px;
  }

  .beamer_defaultBeamerSelector{
    left: 79% !important;
  }
  jdiv .wrap_mW{
    bottom: 90px;
    width: 60px;
    right: 17px !important;
    height: 60px;
  } 
  jdiv .wrap_mW .button_1O {
    width: 60px;
    margin-bottom: 0 !important;
    height: 60px;
  }  

  img.verify {
    top: 50px;
    width: 60px !important;
    right: -38%;
  }




  body.guest nav.navbar-default {
    margin-bottom: 30px;
    padding: 12px 0;	
  }
  body.guest .navbar-brand img {
    width: auto !important;
    max-height: 60px;
  }
  body.guest img.verify {
    display: none !important;
  }
  body.guest .verify.verify2 {
    display: block !important;
    width: 100px !important;
    transform: none !important;
    position: absolute;
    right: 8px;
    top: 60px;
  }
  body.guest .navbar-brand {
    float: left;
    height: auto !important;
    padding: 15px 15px !important;
    font-size: 18px !important;
    line-height: 20px;
  }
  body.guest .navbar-header .navbar-brand {
    width: auto !important;
  }
  .navbar.dashboard {
    margin-bottom: 30px;
  }
  .navbar.dashboard .navbar-header .navbar-brand {
    height: 60px !important;
  }
  .navbar.dashboard img.verify {
    top: 12px;
    width: 150px !important;
    right: auto;
    float: right;
  }
}







#socialSharex {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

#socialSharex a,
#socialSharex > .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

#socialSharex  a {
  background-color: rgba(0, 0, 0, 0.2);
}

#socialSharex > * > span {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#socialSharex > * > span:hover,
#socialSharex > .open > span {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#socialGalleryx {
  left: 50%;
  margin: 0 auto 0;
  position: absolute;
  top: 60px;
  transform: translate(-50%, 0);
  visibility: hidden;
  width: 400px;
}

#socialGalleryx a {
  visibility: hidden;
  opacity: 0;
  margin: 5px 2px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: 10px;
}

#socialGalleryx a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.socialToolBoxx {
  cursor: default;
}

.pointerx {
  cursor: pointer
}

.facebook:hover {
  background: #3b5998 !important
}

.google:hover {
  background: #dd4b39 !important
}

.instagram:hover {
  background: #517fa4 !important
}

.tumblr:hover {
  background: #32506d !important
}

.twitter:hover {
  background: #00aced !important
}

.youtube:hover {
  background: #bb0000 !important
}

@media only screen and (max-width: 480px) {
  #socialGalleryx {
    width: 120px;
  }
  div.modalCOntentDiv h3 {
    font-size: 20px;
  }
  .ticketPage .subSelectBtns li a,
  div.select2OptionPicker ul.select-buttons li a {
    font-size: 13px;
    padding: 5px 5px 5px 15px;
    border-width: 1px;
  }
  .ticketPage .subSelectBtns li a::before,
  div.select2OptionPicker ul.select-buttons li a::before {
    left: 0px;
    font-size: 60px;
    top: 0px;
  }



  .content img {
    width: 105% !important;
  }


  .img_height {
    margin-left: -16px !important;
    height: 383px;
  }





  .social-media {
    padding: 4px 0;
    background-color: #4abdace6;
  }

  .social-media p.more-width {
    width: 100%;
  }


  .social-media h1 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin: 0px 0 4px;
  }


  .well.add-fund-2-well {
    margin-top: 25px;
  }








}




/* ==================================     only for snow ================================= */


.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:999999999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}
.snowflake:nth-of-type(12){left:5%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(13){left:15%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(14){left:25%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(15){left:35%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(16){left:45%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(17){left:55%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(18){left:65%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(19){left:75%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(20){left:85%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(21){left:95%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(22){left:1%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(23){left:25%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}

.snowflake {

  width: 0.1px;
  height: 0.1px;
  border-radius: 100px;
  /*  box-shadow: 0px 0px 8px 8px #fff; */
  background-color: transparent;
  font-size: 18px;

}


.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
}
.lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: rgba(0, 247, 165, 1);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
  animation-name: flash-1;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n + 1) {
  background: rgba(0, 255, 255, 1);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n + 2) {
  background: rgba(247, 0, 148, 1);
  box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
  animation-name: flash-3;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n + 1) {
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}
.order-wrap {
	height: 102px;
	position: relative;
	margin-bottom: 15px;
}
.order-wrap a {
	display: block;
	height: 102px;
}
.btn_filter {
	background-color: #fff;
	box-shadow: 0px 2px 18px 0px rgba(75,173,160,0.4);
	display: flex;
	align-items: center;
	align-content: center;
	padding: 5px;
	margin-bottom: 10px;
	text-decoration: none !important;
}
.btn_filter .icon {
	width: 30px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #76ccc0;
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}
.cat-name {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
.select2-container--default .select2-selection--single {
	border-color: transparent;
	transition: .3s ease-in-out !important;
	background-color: #ffffff !important;
	border-radius: 6px !important;
	height: 60px;
	line-height: 48px;
}
@keyframes flash-1 {
  0%, 100% {
    background: rgba(0, 247, 165, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: rgba(0, 255, 255, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: rgba(247, 0, 148, 1);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}



/* ================================ ///     only for snow ================================= */