/*  Font-family  Variable  */
/*  Color Variable  */
/*  Font Variable  */
/* h1 Large */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* Global Section Variables */
/*  Mixin and Inheritance */
/* Transition */
.transition{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; 
}

.ellips{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; 
}

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

/* Button Size variant */
/* button with custom colors */
/* Button variant */
/*  Font-family  Variable  */
/*  Color Variable  */
/*  Font Variable  */
/* h1 Large */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* Global Section Variables */
/*  Mixin and Inheritance */
/* Transition */
.transition {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

/* Button Size variant */
/* button with custom colors */
/* Button variant */
.letsplay-wrap {
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+47,bababa+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 47%, #bababa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 47%, #bababa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 47%, #bababa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bababa',GradientType=0 );
  /* IE6-9 */ }

.block-icon {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  min-height: 200px; }
  .block-icon li {
    display: inline-block;
    vertical-align: middle; }
    .block-icon li a {
      width: 120px;
      height: 120px;
      background: #ECECEC;
      display: block;
      text-align: center;
      border-radius: 50%;
      padding: 25px 16px;
      color: #333333;
      box-shadow: 0 3px 12px #ccc; }
      .block-icon li a i {
        font-size: 40px; }
      .block-icon li a:hover {
        background: #3880ff;
        color: #fff; }
    .block-icon li .icn {
      margin-bottom: 5px; }
    .block-icon li span {
      display: block;
      text-align: center; }

      .service-wrap {
        padding: 0;
        margin-top: 1em;
      }
  .service-wrap ol li, .service-wrap ul li {
    line-height: 1.5;
    margin-bottom: 15px; }

.left-border {
  padding-left: 15px;
  border-left: 3px solid #3880ff; }

.service-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem; }
  .service-head h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    padding-top: 0px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    position: relative; }
    .service-head h3.left-border {
      padding-left: 15px; }
      .service-head h3.left-border:before {
        left: 0; }
      .service-head h3.left-border .service-desc {
        padding-left: 30px; }
    .service-head h3.right-border {
      padding-right: 30px; }
      .service-head h3.right-border:before {
        right: 0; }
      .service-head h3.right-border .service-desc {
        padding-right: 30px; }

.indent {
  text-indent: 1rem; }

.rmore {
  margin-top: 20px; }
  .rmore a {
    background: #333333; }
    .rmore a:hover {
      background: #000; }

.home-banner {
  position: relative;
  text-align: center;
  max-width: 100vw;
  height: 75%;
  margin: 0 auto;
  overflow: hidden; }
  .home-banner .banner-text {
    position: absolute;
    right: 40px;
    top: 40%;
    text-align: left;
    width: 450px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    padding: 30px;
    transform: translate(0%, -50%);
    z-index: 9; }
    .home-banner .banner-text .inner-boxcont {
      color: #fff;
      list-style: none; }
      .home-banner .banner-text .inner-boxcont h2 {
        border-bottom: solid 1px #fff;
        padding-bottom: 15px;
        margin-bottom: 25px; }
      .home-banner .banner-text .inner-boxcont label {
        color: #F97C08; }
  .home-banner .bg-resendotp {
    background: rgba(25, 65, 152, 0.75); }

.otp-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/ }

.notaccount a {
  color: #F97C08; }

.tagbanner {
  /*background: #000;
  color: #fff;
  position: relative;
  bottom: 5px;
  width: 100%;
  padding: 15px 0;
  font-size: 30px;
  z-index: 5;
  font-weight: bold;*/
}

.text-bullet {
  margin-left: 20px; }
  .text-bullet li {
    list-style: disc;
    line-height: 1.5; }

@media all and (max-width: 992px) {
  .home-banner .banner-text {
    top: 35px;
    transform: translate(-50%, 0px);
    left: 50%;
    right: auto; 
  }

  .tagbanner {
    /*display: none;
    position: relative;
    background: #000;
    border-radius: 5px;*/ 
  }
}
@media all and (max-width: 767px) {
  .user-block {
    display: none; }

  .service-wrap {
    padding: 25px 0; 
  }
    .service-wrap h2 {
      padding-top: 0px;
      font-size: 24px; }

  .service-head h3 {
    font-size: 22px;
    padding-top: 0px; }
    .service-head h3.left-border, .service-head h3.right-border {
      padding-left: 10px; }
      .service-head h3.left-border:before, .service-head h3.right-border:before {
        left: 0; }
      .service-head h3.left-border .service-desc, .service-head h3.right-border .service-desc {
        padding-left: 10px; }

  .service-desc {
    width: 100%;
    max-width: 100%; }

  .service-summery {
    order: 1; }

  .block-icon {
    min-height: inherit; }
    .block-icon li a {
      width: 78px;
      height: 78px;
      padding: 8px; }
      .block-icon li a i {
        font-size: 20px; }
    .block-icon li .icn {
      margin-bottom: 0px; }
    .block-icon li .icn-text {
      font-size: 15px; }

  .home-banner {
    padding: 15px; }
    .home-banner img {
      display: none; }
    .home-banner .banner-text {
      position: relative;
      right: auto;
      top: 70px;
      width: 100%;
      transform: inherit;
      margin-bottom: 15px;
      background: #000;
      left: 0px;
      padding: 15px; }

  .service-wrap h2 {
    font-size: 22px; }

  .notaccount {
    font-size: 14px; }

  .tournament-wrap .col-sm-4 {
    margin-bottom: 15px; } }
@media all and (max-width: 499px) {
  .block-icon {
    width: 270px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; }
    .block-icon li {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      text-align: center; }
      .block-icon li a {
        width: 100px;
        height: 100px;
        padding: 25px 8px;
        text-align: center;
        margin: 30px auto 0px;
        display: block;
        text-align: center;
        line-height: 22px; } }
.box-common {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/ }
  .box-common .icon-block i {
    font-size: 40px;
    font-weight: 300; }

.insie-techno i {
  font-weight: 300; }

/*Faq*/
/*FAQ page*/
.faq-top {
  padding: 30px;
  margin-bottom: 20px;
  background: #E6E6E6; }
  .faq-top h1 {
    margin-bottom: 20px;
    position: relative; }
    .faq-top h1 span {
      position: relative;
      padding-bottom: 20px;
      display: inline-block; }
      .faq-top h1 span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #EC1E24;
        height: 3px;
        content: ""; }

.faq-listing {
  padding: 0px; }
  .faq-listing li {
    border-bottom: solid 1px #ccc;
    position: relative; }
    .faq-listing li a {
      align-items: center;
      padding: 15px 30px 15px 0px;
      display: table; }
    .faq-listing li .fa-minus:before {
      content: "\f068"; }
    .faq-listing li .icon-fablock {
      position: absolute;
      right: 0;
      top: 20px;
      z-index: 99;
      cursor: pointer; }
      .faq-listing li .icon-fablock i {
        color: #000; }
    .faq-listing li .icon-block {
      margin-right: 15px;
      width: 35px;
      height: 35px;
      line-height: 42px;
      display: inline-block; }
      .faq-listing li .icon-block i {
        font-size: 24px;
        position: relative;
        left: 2px; }
    .faq-listing li .faq-title {
      font-size: 18px;
      color: #000;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .faq-listing li:first-child {
      border-top: solid 1px #ccc; }
    .faq-listing li .faq-content {
      display: block;
      padding: 0 100px 25px 52px;
      display: none; }

/*blog page start*/
.blog-block .blogbox {
  box-shadow: 0 0 20px 0 #d4d4d4;
  border-radius: 10px;
  height: 100%;
  position: relative;
  padding: 0 0 55px 0; }
  .blog-block .blogbox .blogbox_img {
    height: 200px;
    overflow: hidden; }
    .blog-block .blogbox .blogbox_img img {
      width: 100%;
      object-fit: fill;
      transition: transform .5s;
      border-radius: 10px 10px 0 0;
      height: 100%; }
      .blog-block .blogbox .blogbox_img img:hover {
        transform: scale(1.5); }
  .blog-block .blogbox h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0 6px 0;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .blog-block .blogbox:hover {
    box-shadow: 0px 0px 26px 0px #6762f5; }
.blog-block p {
  padding: 0 15px;
  color: #848489;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal; }
.blog-block .blogtime {
  padding: 5px 15px 15px 15px;
  color: #848489;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }
.blog-block .mrgnBlog {
  margin-bottom: 50px; }
.blog-block .blog-link {
  cursor: pointer; }

.blog-article {
  padding-left: 120px;
  position: relative;
  color: #717589; }
  .blog-article h4 {
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    color: #3d425d; }
  .blog-article .share_blog {
    position: absolute;
    left: 0px;
    top: 0; }
    .blog-article .share_blog li {
      text-align: center; }
    .blog-article .share_blog a {
      color: #424242;
      font-size: 30px; }

/*content page setting*/
.blue {
  color: #263275 !important; }

.pdTop40 {
  padding-top: 40px;
  padding-bottom: 0px; }

.box-content {
  padding: 50px 0;
  color: #717589; }
  .box-content h1 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #263275; }
  .box-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #3d425d; }
  .box-content h5 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold; }
  .box-content p {
    font-size: 15px;
    line-height: 27px;
    color: #717589; }
  .box-content ol li {
    line-height: 27px;
    margin-bottom: 15px;
    padding-left: 10px; }
  .box-content .pokList li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px; }
    .box-content .pokList li:before {
      content: '\2660';
      position: absolute;
      left: 0;
      top: 0;
      width: 12px;
      height: 12px;
      color: #263275;
      font-size: 16px; }

@media all and (max-width: 767px) {
  .blog-article {
    padding-left: 0px; }
    .blog-article .share_blog {
      position: relative; }
      .blog-article .share_blog li {
        display: inline-block; } }
/*  Font-family  Variable  */
/*  Color Variable  */
/*  Font Variable  */
/* h1 Large */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* Global Section Variables */
/*  Mixin and Inheritance */
/* Transition */
.transition {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.box-shadow {
  box-shadow: 0 3px 20px #000;
  -webkit-box-shadow: 0 3px 20px #000; }

/* Button Size variant */
/* button with custom colors */
/* Button variant */
.contact-wraps {
  position: relative; }

.contact-wrap {
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  color: #000;
  width: 50%;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
  overflow-x: auto; }
  .contact-wrap h3 {
    font-size: 18px; }

.contact-info {
  border-bottom: 2px solid #B2B2B2;
  padding-bottom: 30px;
  margin-bottom: 40px; }

/*Start Career Page*/
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-item {
  padding: 12px 25px 25px 25px;
  border: 1px solid #B8B8B8;
  margin-bottom: 30px;
  width: calc(50% - 15px);
  float: left; }
  .grid-item p {
    max-width: 80%; }
  .grid-item h2 {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 10px; }

/*End Career Page*/
/*Start website Services Page*/
.cms-benefits {
  background-color: #E6E6E6;
  padding: 30px; }
  .cms-benefits h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .cms-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }

@media all and (max-width: 767px) {
  .grid-item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px; }
    .grid-item p {
      max-width: 100%; }

  .cms-benefits {
    padding: 15px; }

  .contact-wrap {
    position: static;
    width: 100%;
    padding: 15px 15px 50px 15px;
    box-shadow: none; } }
.account-bx {
  padding: 50px; }

.userpofile{
  /*background: #fff;*/
  /*padding: 15px 0px;*/
  margin-top: 6em;
}
.userpofile li a{
  color: #000;
  padding: 10px;
  position: relative;
  display: block;
  margin-bottom: 1px; 
}
.userpofile li a:hover{
  background: #f3f3f3; 
}
.userpofile li a.active{
  color: #3880ff;
  background: #f3f3f3; 
}
.userpofile li a.active:after{
  position: absolute;
  right: 10px;
  top: 50%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  transform: translate(0%, -50%); 
}

.box-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px; }
  .box-flex a {
    border-radius: 0px;
    width: 50%;
    text-align: center;
    font-size: 14px;
    border: solid 1px #F2F2F2;
    background: #fff; }
    .box-flex a.active {
      background: #4B70C1;
      color: #fff; }
    .box-flex a:focus {
      outline: 0;
      box-shadow: none; }

.balance-wrap {
  padding: 0.5em;
  /*border-top: solid 2px #b7aba5;
  border-bottom: solid 2px #b7aba5;*/
  border: solid 2px #1e97cc;
  border-radius: 3px;
  margin-bottom: 1em; 
}

.balance-wrap .balance-info{
  font-size: 1rem;
  color: #2E7D32;
  font-weight: 700;
  text-align: right;
  float: right;
}

.balance-wrap p{
  margin-bottom: 0px;
  font-size: 0.9rem;
  font-weight: 600;
  /*width: 50%;*/
  display: inline;
  text-transform: capitalize;
  text-align: left;
  line-height: 1.2em;
}

.profile-wrap{
  margin-bottom: 2.5em;
  text-align: center;
}
.profile-wrap .avatar{
  width: 6.6em;
  /*margin-left: 33%;*/
  /*height: 100px;*/
  /*overflow: hidden;*/
  border-radius: 50%;
  background: #dcdcdc;
  /*position: relative;*/
  /*margin: 0 auto 15px;*/
  padding: 0.3em;
  margin: auto;
}
.profile-wrap .avatar img, .profile-wrap .avatar i {
  /*position: absolute;
  right: 50%;
  top: 50%;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  transform: translate(50%, -50%);
  font-size: 30px;
  color: #707070; */
}
.profile-wrap .profile-name{
  margin-top: 0.5em;
  font-size: 1.2rem;
  color: #0685b5;
  font-weight: 800;
}
.profile-wrap .progress{
  margin: 0.5em 0 0 0;
  height: 1em;
  position: relative;
  overflow: visible;
  border: solid 1px #158876;
}
.profile-wrap .progress-bar{
  height: 0.85em;
  background-color: #14c79a;
}
.profile-wrap .count{
  position: absolute;
  bottom: -21px;
  color: #000;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 700;
}

.pro-detail {
  padding: 15px;
  background: #F7F7F7; }

.detil-inner {
  background: #fff; }
  .detil-inner .nav-tabs {
    border-bottom: none; }
    .detil-inner .nav-tabs .nav-link {
      border: solid 1px #ddd !important;
      border-radius: 0px;
      color: #707070;
      background: #E9E9E9;
      border: #CCCCCC;
      padding: 10px 20px; }
      .detil-inner .nav-tabs .nav-link.active {
        background: #fff;
        border-color: #fff !important;
        color: #3880ff; }
  .detil-inner .tab-content {
    padding: 15px 20px; }

.link-p-info {
  margin: 15px 0;
  text-align: right; }
  .link-p-info a {
    color: #3880ff;
    text-decoration: underline;
    margin-left: 20px; }

.upload-wrap {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/ }
  .upload-wrap li {
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px; }
    .upload-wrap li a {
      width: 213px;
      height: 155px;
      border: dashed 1px #A5A5A5;
      background: #F7F7F7;
      border-radius: 10px;
      position: relative;
      display: block;
      padding: 10px; }
  .upload-wrap .bx-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    display: block;
    margin: 15px auto 8px; }
    .upload-wrap .bx-icon i {
      font-size: 18px;
      color: #9B9898; }
  .upload-wrap .doc-support {
    font-size: 12px;
    margin-top: 10px; }
  .upload-wrap .upld-file {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9; }

.head-title {
  background: #F3F3F3;
  padding: 10px 15px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 5px;
  font-weight: bold; }

.history-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: solid 1px #B8B8B8;
  margin-bottom: 10px;
  padding: 10px 15px 10px 15px; }
  .history-list li:last-child {
    border-bottom: none; }
.history-list .context-text {
  padding-right: 15px;
  text-align: left; }
  .history-list .context-text h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  .history-list .context-text p {
    margin-bottom: 0px; }
.history-list .his-amount {
  min-width: 100px;
  text-align: right; }

.shadow-wrap {
  box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.25); }

.add-money-cont label {
  margin-bottom: 15px; }

.money-box {
  padding: 15px;
  text-align: center; }
  .money-box .ipbox {
    font-weight: bold;
    border: none;
    border-bottom: solid 1px #707070;
    border-radius: 0px;
    text-align: center;
    font-size: 30px;
    padding: 0px; }
    .money-box .ipbox:focus {
      box-shadow: none; }
  .money-box .dep-code {
    font-size: 20px;
    font-weight: normal;
    border: dashed 1px #A5A5A5;
    border-radius: 5px;
    text-align: center;
    max-width: 150px;
    margin: 0 auto; }

.quick-amt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0; }
  .quick-amt li {
    background: #f3f3f3;
    border-radius: 22px;
    padding: 8px 16px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer; }

.tickets-form-wrap {
  overflow: auto; }

.pay-method-cont ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*  -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
  margin-top: 20px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pay-method-cont ul li {
    border: solid 1px #DEDEDE;
    border-radius: 50px;
    padding: 10px 10px;
    position: relative;
    height: 56px;
    margin-bottom: 10px;
    box-shadow: -1px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .pay-method-cont ul li input {
      margin: 0 5px 0;
      padding: 0;
      opacity: 1; }
    .pay-method-cont ul li label {
      left: 0;
      top: 0;
      cursor: pointer;
      margin-bottom: 0px; }
      .pay-method-cont ul li label span {
        font-size: 16px;
        font-weight: bold;
        margin-right: 15px; }
  .pay-method-cont ul .txtImgRadio img {
    max-width: 90px; }

.adj-visiblity {
  visibility: visible; }
  .adj-visiblity input {
    opacity: 0; }

@media all and (max-width: 992px) {
  .account-bx {
    padding: 0px; }

  .pay-method-cont ul {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start; }

  .upload-wrap {
    flex-wrap: wrap; } }
@media all and (max-width: 767px) {
  .account-bx {
    padding: 0px; } }
@media all and (max-width: 575px) {
  .adj-visiblity {
    display: none; } }
.subtitle {
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  border-bottom: solid 1px #3880ff;
  padding-bottom: 5px; }

.videoThumb {
  position: relative; }
  .videoThumb .vtPlayIcon {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    color: #FFF;
    text-align: center; }

.video-block {
  margin: 15px 0; }

.listlink li {
  border-bottom: solid 1px #B8B8B8; }
  .listlink li a {
    display: inline-block;
    padding: 10px 5px; }

/*Promotion details*/
.leftsidebox {
  border: solid 1px #B8B8B8;
  padding: 0px;
  background: #fff;
  box-shadow: 0 6px 25px 0 rgba(204, 204, 204, 0.5);
  border-radius: 10px; }

.promo-list {
  padding: 20px 0; }
  .promo-list li {
    margin-bottom: 1px; }
    .promo-list li a {
      padding: 15px 15px;
      display: block; }
      .promo-list li a.active {
        background: #d8dfee;
        font-weight: bold; }
      .promo-list li a:hover {
        background: #f3f3f3; }

.promo-boxstyle {
  padding: 15px;
  background: #fff;
  box-shadow: 0 6px 25px 0 rgba(204, 204, 204, 0.5);
  border-radius: 10px; }

.promo-img {
  margin-bottom: 15px; }

.text-list {
  margin-left: 15px; }
  .text-list li {
    line-height: 1.5;
    list-style: decimal; }

.link-text {
  padding-left: 50px;
  padding-bottom: 50px; }
  .link-text a {
    color: #FF0000; }

@media all and (max-width: 767px) {
  .link-text {
    padding-left: 0px;
    padding-bottom: 50px; }
    .link-text a {
      color: #FF0000; } }

@media all and (min-width: 500px) and (max-width: 800px){
  .userpofile{
    margin-top: 6em;
  }
}

@media all and (min-width: 801px) and (max-width: 1100px){
  .userpofile{
    margin-top: 3em;
  }
}

@media all and (min-width: 1101px){
  .userpofile{
    margin-top: 2em;
  }
}
/*# sourceMappingURL=style-front.css.map */
