/*  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; 
  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 */
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.25;
  color: #000;
  font-size: 15px;
  background-color: #eaeaea;
}

p {
  line-height: 35px; }

p.error {
  font-size: 10px; }

a {
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #3880ff; }

img {
  width: 100%; }

iframe {
  width: 100%; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.disc {
  list-style: disc;
  padding-left: 25px; }

ol.number {
  list-style: number;
  padding-left: 25px; }


strong {
  font-weight: bold;
}


.content-wrap {
  padding-bottom: 0px; }

.red {
  color: #FF0000; }

.gray-text {
  color: #747474;
  font-weight: 300;
  margin-bottom: 15px; }

.green {
  color: #009200; }

.sub-title {
  font-size: 22px; }

.border-bottom {
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 10px;
  margin-bottom: 30px; }

ol {
  margin-left: 15px; }
  ol li {
    list-style: decimal; }

h1 {
  margin-bottom: 30px; }

h2 {
  margin-bottom: 20px;
  font-size: 32px; }

h3 {
  margin-bottom: 20px;
  font-size: 22px; }

@media all and (max-width: 767px) {
  h1 {
    font-size: 22px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 18px; } 
}
/*  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; 
  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 */
/*  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; 
  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 */
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="number"], input[type="search"], textarea, select, .form-elements {
  width: 100%;
  padding: 0.5rem 0.975rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C5C5C5;
  border-radius: 5px;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder,
  input[type="tel"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder, textarea::placeholder, select::placeholder, .form-elements::placeholder {
    color: #B2B2B2;
    opacity: 1; }
  input[type="text"]:focus, input[type="text"].focus, input[type="email"]:focus, input[type="email"].focus, input[type="password"]:focus, input[type="password"].focus,
  input[type="tel"]:focus,
  input[type="tel"].focus, input[type="number"]:focus, input[type="number"].focus, input[type="search"]:focus, input[type="search"].focus, textarea:focus, textarea.focus, select:focus, select.focus, .form-elements:focus, .form-elements.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(197, 197, 197, 0.25); }
  input[type="text"]:hover, input[type="text"].hover, input[type="email"]:hover, input[type="email"].hover, input[type="password"]:hover, input[type="password"].hover,
  input[type="tel"]:hover,
  input[type="tel"].hover, input[type="number"]:hover, input[type="number"].hover, input[type="search"]:hover, input[type="search"].hover, textarea:hover, textarea.hover, select:hover, select.hover, .form-elements:hover, .form-elements.hover {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0; }

select[multiple] {
  min-height: 75px; }

textarea {
  min-height: 204px;
  resize: none;
  padding: 10px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

/**  Button   **/
input[type="submit"], button[type="button"], input[type="button"],
.btn-primary, .btn-success, .btn-secondary, .btn-danger, .btn-warning, .btn-info, .btn-ternary,
.btn-outline-primary, .btn-outline-secondary, .btn-outline-info, .btn-outline-success, .btn-icon,
.btn-outline-warning, .btn-outline-danger, .btn-outline, .btn-default, .btn-dark, .btn-back, .btn-grey {
  display: inline-block;
  font-weight: 100;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  /*background-color: $default;*/
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0.5rem 0.975rem;
  font-size: 1rem;
  line-height: 1.5;
  -moz-transition: background-color 0.4s 0.3s, color 0.8s;
  -o-transition: background-color 0.4s 0.3s, color 0.8s;
  -webkit-transition: background-color 0.4s 0.3s, color 0.8s;
  transition: background-color 0.4s 0.3s, color 0.8s;
  /*min-width: 85px;*/ }
  input[type="submit"]:not(:disabled):not(.disabled), button[type="button"]:not(:disabled):not(.disabled), input[type="button"]:not(:disabled):not(.disabled),
  .btn-primary:not(:disabled):not(.disabled), .btn-success:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled), .btn-warning:not(:disabled):not(.disabled), .btn-info:not(:disabled):not(.disabled), .btn-ternary:not(:disabled):not(.disabled),
  .btn-outline-primary:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled), .btn-icon:not(:disabled):not(.disabled),
  .btn-outline-warning:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled), .btn-outline:not(:disabled):not(.disabled), .btn-default:not(:disabled):not(.disabled), .btn-dark:not(:disabled):not(.disabled), .btn-back:not(:disabled):not(.disabled), .btn-grey:not(:disabled):not(.disabled) {
    cursor: pointer; }
  input[type="submit"].disabled, button[type="button"].disabled, input[type="button"].disabled,
  .btn-primary.disabled, .btn-success.disabled, .btn-secondary.disabled, .btn-danger.disabled, .btn-warning.disabled, .btn-info.disabled, .btn-ternary.disabled,
  .btn-outline-primary.disabled, .btn-outline-secondary.disabled, .btn-outline-info.disabled, .btn-outline-success.disabled, .btn-icon.disabled,
  .btn-outline-warning.disabled, .btn-outline-danger.disabled, .btn-outline.disabled, .btn-default.disabled, .btn-dark.disabled, .btn-back.disabled, .btn-grey.disabled {
    opacity: 0.5; }
  input[type="submit"] .btn-icons, input[type="submit"] i, button[type="button"] .btn-icons, button[type="button"] i, input[type="button"] .btn-icons, input[type="button"] i,
  .btn-primary .btn-icons,
  .btn-primary i, .btn-success .btn-icons, .btn-success i, .btn-secondary .btn-icons, .btn-secondary i, .btn-danger .btn-icons, .btn-danger i, .btn-warning .btn-icons, .btn-warning i, .btn-info .btn-icons, .btn-info i, .btn-ternary .btn-icons, .btn-ternary i,
  .btn-outline-primary .btn-icons,
  .btn-outline-primary i, .btn-outline-secondary .btn-icons, .btn-outline-secondary i, .btn-outline-info .btn-icons, .btn-outline-info i, .btn-outline-success .btn-icons, .btn-outline-success i, .btn-icon .btn-icons, .btn-icon i,
  .btn-outline-warning .btn-icons,
  .btn-outline-warning i, .btn-outline-danger .btn-icons, .btn-outline-danger i, .btn-outline .btn-icons, .btn-outline i, .btn-default .btn-icons, .btn-default i, .btn-dark .btn-icons, .btn-dark i, .btn-back .btn-icons, .btn-back i, .btn-grey .btn-icons, .btn-grey i {
    vertical-align: baseline; }

.btn-primary {
  color: #fff;
  background-color: #3880ff;
  border-color: #1f70ff; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #055fff;
    border-color: #0055eb; }
  .btn-primary:hover {
    color: #fff;
    background-color: #055fff;
    border-color: #0055eb; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #055fff;
    border-color: #0055eb; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #055fff;
      border-color: #0055eb; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #3880ff;
    border-color: #1f70ff; }
  .btn-primary .badge {
    color: #3880ff;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #009200;
  border-color: #007900; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #005f00;
    border-color: #004600; }
  .btn-success:hover {
    color: #fff;
    background-color: #005f00;
    border-color: #004600; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005f00;
    border-color: #004600; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #005f00;
      border-color: #004600; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #009200;
    border-color: #007900; }
  .btn-success .badge {
    color: #009200;
    background-color: #fff; }

.btn-white {
  color: #333;
  background-color: #fff;
  border-color: #cccccc; }
  .btn-white:focus, .btn-white.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
  .btn-white:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
  .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #b3b3b3; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #b3b3b3; }
  .btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
    background-color: #fff;
    border-color: #cccccc; }
  .btn-white .badge {
    color: #fff;
    background-color: #333; }

.btn-secondary {
  color: #fff;
  background-color: #9A9A9A;
  border-color: #8d8d8d; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #818181;
    border-color: #747474; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #818181;
    border-color: #747474; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #818181;
    border-color: #747474; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #818181;
      border-color: #747474; }
  .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-secondary[disabled], .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, .btn-secondary[disabled]:active, .btn-secondary[disabled].active, fieldset[disabled] .btn-secondary, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary.active {
    background-color: #9A9A9A;
    border-color: #8d8d8d; }
  .btn-secondary .badge {
    color: #9A9A9A;
    background-color: #fff; }

.btn-grey {
  color: #333;
  background-color: #E6E6E6;
  border-color: #b8b8b8;
  color: #000 !important;
  border: 1px solid #E6E6E6; }
  .btn-grey:focus, .btn-grey.focus {
    color: #333;
    background-color: #cdcdcd;
    border-color: #9f9f9f; }
  .btn-grey:hover {
    color: #333;
    background-color: #cdcdcd;
    border-color: #9f9f9f; }
  .btn-grey:active, .btn-grey.active, .open > .btn-grey.dropdown-toggle {
    color: #333;
    background-color: #cdcdcd;
    border-color: #9f9f9f; }
    .btn-grey:active:hover, .btn-grey:active:focus, .btn-grey:active.focus, .btn-grey.active:hover, .btn-grey.active:focus, .btn-grey.active.focus, .open > .btn-grey.dropdown-toggle:hover, .open > .btn-grey.dropdown-toggle:focus, .open > .btn-grey.dropdown-toggle.focus {
      color: #333;
      background-color: #cdcdcd;
      border-color: #9f9f9f; }
  .btn-grey.disabled, .btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled.focus, .btn-grey.disabled:active, .btn-grey.disabled.active, .btn-grey[disabled], .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled].focus, .btn-grey[disabled]:active, .btn-grey[disabled].active, fieldset[disabled] .btn-grey, fieldset[disabled] .btn-grey:hover, fieldset[disabled] .btn-grey:focus, fieldset[disabled] .btn-grey.focus, fieldset[disabled] .btn-grey:active, fieldset[disabled] .btn-grey.active {
    background-color: #E6E6E6;
    border-color: #b8b8b8; }
  .btn-grey .badge {
    color: #E6E6E6;
    background-color: #333; }

.btn-danger {
  color: #fff;
  background-color: #e20;
  border-color: #d51e00; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #bb1b00;
    border-color: #a21700; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb1b00;
    border-color: #a21700; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bb1b00;
    border-color: #a21700; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #bb1b00;
      border-color: #a21700; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e20;
    border-color: #d51e00; }
  .btn-danger .badge {
    color: #e20;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #edb100; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d39e00;
    border-color: #ba8b00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #d39e00;
    border-color: #ba8b00; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d39e00;
    border-color: #ba8b00; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d39e00;
      border-color: #ba8b00; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #ffc107;
    border-color: #edb100; }
  .btn-warning .badge {
    color: #ffc107;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #148ea1; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #117a8b;
    border-color: #0f6674; }
  .btn-info:hover {
    color: #fff;
    background-color: #117a8b;
    border-color: #0f6674; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #0f6674; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #117a8b;
      border-color: #0f6674; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #17a2b8;
    border-color: #148ea1; }
  .btn-info .badge {
    color: #17a2b8;
    background-color: #fff; }

.custom-radio {
  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; }
  .custom-radio > span {
    padding: 0.5rem 0.975rem;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    margin-left: -20px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #495057;
    background-color: #e9ecef;
    box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03); }
    .custom-radio > span:hover {
      background: #3880ff;
      color: #fff; }
    .custom-radio > span figure {
      text-align: center; }
  .custom-radio input[type=radio] {
    opacity: 0; }
    .custom-radio input[type=radio]:checked + span, .custom-radio input[type=radio].checked + span {
      background-color: #3880ff;
      color: #fff;
      border-color: #3880ff; }
    .custom-radio input[type=radio]:disabled + span, .custom-radio input[type=radio].disabled + span {
      background-color: #e9ecef;
      border-color: #ced4da;
      pointer-events: none; }
    .custom-radio input[type=radio].error + span {
      border: 1px solid #FF0000; }
  .custom-radio i {
    margin-right: 8px; }

.chk-group .chk-wrap, .chk-group .radio-wrap, .radio-group .chk-wrap, .radio-group .radio-wrap {
  margin-right: 10px;
  display: inline-flex; }
  .chk-group .chk-wrap.radio-wrap + .radio-wrap, .chk-group .radio-wrap.radio-wrap + .radio-wrap, .radio-group .chk-wrap.radio-wrap + .radio-wrap, .radio-group .radio-wrap.radio-wrap + .radio-wrap {
    margin-top: 0; }
  .chk-group .chk-wrap.chk-wrap + .chk-wrap, .chk-group .radio-wrap.chk-wrap + .chk-wrap, .radio-group .chk-wrap.chk-wrap + .chk-wrap, .radio-group .radio-wrap.chk-wrap + .chk-wrap {
    margin-top: 0; }

.chk-wrap, .radio-wrap {
  display: block;
  position: relative;
  margin-bottom: 0;
  line-height: 20px; }
  .chk-wrap input[type="radio"], .chk-wrap input[type="checkbox"], .radio-wrap input[type="radio"], .radio-wrap input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    opacity: 0; }
  .chk-wrap .chk-mark, .chk-wrap .radio-mark, .radio-wrap .chk-mark, .radio-wrap .radio-mark {
    padding-left: 28px;
    vertical-align: top;
    line-height: 22px; }
    .chk-wrap .chk-mark:before, .chk-wrap .radio-mark:before, .radio-wrap .chk-mark:before, .radio-wrap .radio-mark:before {
      -webkit-transition: all 0.30s;
      -moz-transition: all 0.30s;
      -o-transition: all 0.30s;
      transition: all 0.30s;
      cursor: pointer; }

.chk-wrap .chk-mark {
  position: relative;
  padding-left: 28px;
  cursor: pointer; }
  .chk-wrap .chk-mark:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #B8B8B8;
    text-align: center;
    border-radius: 0px;
    background: #fff; }
.chk-wrap input[type="checkbox"]:checked + .chk-mark:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #009200;
  border-color: #009200;
  line-height: 18px; }

.radio-wrap .radio-mark {
  position: relative;
  padding-left: 28px; }
  .radio-wrap .radio-mark:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #B8B8B8;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #fff; }
.radio-wrap input[type="radio"]:checked + .radio-mark:after {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #009200;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  content: ""; }

select:not([multiple]) {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjU2IDI1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwb2x5Z29uIHBvaW50cz0iMjI1LjgxMyw0OC45MDcgMTI4LDE0Ni43MiAzMC4xODcsNDguOTA3IDAsNzkuMDkzIDEyOCwyMDcuMDkzIDI1Niw3OS4wOTMgCQkiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px;
  font-size: 14px;
  background-size: 12px; }

select::-ms-expand {
  display: none; }

.date-select {
  position: relative;
  background: #fff url("../images/date-picker.png") right center no-repeat !important;
  cursor: pointer;
  padding-right: 30px !important; }

.form-group {
  margin-bottom: 15px; }
  .form-group input, .form-group select, .form-group textarea {
    width: 100%; }
  .form-group label {
    display: block;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 3px; }
    .form-group label.radio-wrap + .radio-wrap {
      margin-top: 10px; }
    .form-group label.chk-wrap + .chk-wrap {
      margin-top: 10px; }

.form-groups {
  margin-bottom: 30px; }

/*  Table  */
.table th, .table td {
  border-color: #B8B8B8; }

.table .thead-light th {
  background: #8B8B8B;
  font-weight: 500;
  color: #000; }

.table-bordered td {
  border-color: #B8B8B8; }

.font-medium {
  font-size: 22px; }

/*  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; 
  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 */
#header {
  box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #333232;
  z-index: 999;
  padding: 10px 0px 10px 0px;
  transition: all .7s ease;
  width: 100%;
  left: 0;
  right: 0;
  border: none; }
  #header .block-join-btn {
    display: none; 
  }
  #header.ishomepage {
    background-color: transparent;
    box-shadow: none;
    /*&.not-sticking {
      .home-logo {
        display: block;
      }
      .page-logo {
        display: none;
      }
    }
    &.sticking {
      background-color: $white;
      transition: all 0.5s;
      .home-logo {
        display: none;
      }
      .page-logo {
        display: block;
      }     
      .top-menu {
        li {
          &:first-child {
            a {
              border-right: 2px solid $black;
            }
          }
        }
        a {
          color: $black;
        }
      }
    }*/ }
    #header.ishomepage .top-menu li:first-child a {
      border-right: 2px solid #3880ff; }
    #header.ishomepage .top-menu a {
      color: #3880ff; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 15px;
  background: #10327d;
  margin-bottom: 5px; }

.socialtop {
  margin-right: 15px; }
  .socialtop ul {
    display: flex; }
    .socialtop ul li {
      margin-right: 5px; }
      .socialtop ul li:last-child {
        margin-right: 0px; }
      .socialtop ul li a {
        color: #7c95ce;
        padding: 0 5px; }
        .socialtop ul li a:hover {
          color: #fff; }
    .socialtop ul i {
      font-size: 14px; }

.mob-section-wrap, .email-section-wrap {
  display: flex;
  align-items: center;
  margin-left: 15px; }
  .mob-section-wrap i, .email-section-wrap i {
    color: #f3f3f3;
    margin-right: 7px; }
  .mob-section-wrap span, .email-section-wrap span {
    color: #f3f3f3; }
  .mob-section-wrap a, .email-section-wrap a {
    color: #f3f3f3; }

/* .site-logo {
  max-width: 180px;  
  transition: all .7s ease;
  .logo-before-login {
    display: none;
  }
  .page-logo {
    display: block; max-height: 45px;
  }
  .home-logo {
    display: none;
  }
  
  .mob-logo {display: none; height: 42px;} 
} */

.user-block {
  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;*/
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .user-block .login-btn {
    background: #fff;
    color: #000; }

.play-now {
  color: #fff !important;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  border-radius: 25px;
  background: radial-gradient(#1d8efd, #006abd);
  font-weight: 600 !important;
  width: 8em;
  text-align: center;
  cursor: pointer;
}

.deposit_btn{
  background: linear-gradient(to bottom, #4ad462, #37b12f);
}

.loggedin_box_container{
  width: 100%;
  background: linear-gradient(to bottom, #112c3c, #112c3b);
  padding: 1.5em 0;
  text-align: center;
}

button.play_btn{
  background: linear-gradient(to bottom, #FB8C00, #FB8C00);
}

button.logged_in_btn{
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 2em;
  padding: 1em 1em;
  color: #f0f0f0;
  margin-right: 1em;
}

button.download_btn{
  background: linear-gradient(to bottom, #17d45b, #24a23a) !important;
}

.top-menu li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  font-size: 14px;
  /*&:first-child {
    a {
      border-right: 2px solid $white;
      display: inline-block;
      line-height: 14px;
      padding: 0 10px;
    }
  }*/ }
  .top-menu li a {
    font-weight: 500;
    color: #fff; }
  .top-menu li.language .dropdown-toggle:after {
    display: none; }
  .top-menu li.language .dropdown-menu {
    padding: 0.5rem;
    min-width: auto;
    margin-top: 30px;
    border-radius: 0;
    border: none; }
  .top-menu li.language .dropdown-item {
    padding: 1rem;
    background: transparent; }
    .top-menu li.language .dropdown-item:first-child {
      border-bottom: 1px solid #B2B2B2; }

.side-menu-wrap {
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  text-align: left;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  overflow-x: auto; }
  .side-menu-wrap i {
    font-weight: 100;
    font-size: 16px; }
  .side-menu-wrap.active {
    transform: translateX(0%); }
    .side-menu-wrap.active .sidebar-list > li:nth-child(1) {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.3s; }
    .side-menu-wrap.active .sidebar-list > li:nth-child(3) {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.5s; }
    .side-menu-wrap.active .sidebar-list > li:nth-child(5) {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.7s; }
    .side-menu-wrap.active .sidebar-list > li:nth-child(7) {
      opacity: 1;
      transform: translateX(0);
      transition-delay: 0.7s; }
  .side-menu-wrap .collapse {
    display: none; }
    .side-menu-wrap .collapse.show {
      display: block; }

.menu-top {
  display: flex;
  align-items: center;
  color: #3880ff;
  padding: 38px 60px;
  text-transform: uppercase; }
  .menu-top i {
    margin-left: auto;
    font-size: 30px;
    color: #8B8B8B;
    cursor: pointer; }
    .menu-top i:hover {
      color: #3880ff; }

.sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: left; }
  .sidebar-list > li {
    transform: translateX(-100%);
    opacity: 1;
    will-change: transform,opacity;
    transition: all 0.5s; }
    .sidebar-list > li a {
      font-size: 40px;
      font-size: 22px;
      font-weight: 300;
      outline: 0;
      transition: opacity .25s linear; }
    .sidebar-list > li.active ul, .sidebar-list > li:hover ul, .sidebar-list > li:focus ul {
      display: block; }
      .sidebar-list > li.active ul a, .sidebar-list > li:hover ul a, .sidebar-list > li:focus ul a {
        background-color: #fff;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        outline: none; }
  .sidebar-list li a {
    display: block;
    padding: 10px 15px;
    color: #000; }
    .sidebar-list li a:after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #3880ff;
      transition: width .4s; }
    .sidebar-list li a:hover:after, .sidebar-list li a:focus:after {
      width: 100%; }
  .sidebar-list .sub-menu {
    padding-left: 15px;
    background-color: #fff; }

/*Hamburger Design*/
.hamburger {
  text-align: right;
  display: none; }

.hamburger-box {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -7px; }

.hamburger-inner::after {
  bottom: -7px; }

.hamburger .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .15s;
  transition-delay: .15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger .hamburger-inner::after {
  top: -15px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/*newstyle 28-05-2020*/
.poker-btn-block {
  position: relative;
  bottom: 5px;
  padding: 10px 0;
  z-index: 9;
  width: 100%;
  left: 0px;
  background: #000; }
  .poker-btn-block a {
    padding: 16px 40px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    border-radius: 30px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    min-width: 200px;
    margin: 0 3px;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    /*background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);*/
    background-color: #5f9942;
    border: 1px solid #5f9942;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000; }
    .poker-btn-block a:hover {
      /*background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);*/
      background-color: #bada55;
      color: #000;
      text-shadow: 0px 1px 0px #ffee66; }

.mob-afterlogin {
  position: relative;
  bottom: 5px;
  padding: 10px 0;
  z-index: 9;
  width: 100%;
  left: 0px;
  background: linear-gradient(to bottom, #269ac7, #1E88E5);

}
  .mob-afterlogin a {
    padding: 16px 40px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    border-radius: 30px;
    background: #194198;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    min-width: 200px;
    margin: 0 3px;
    box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color: #ffec64;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffee66; }
    .mob-afterlogin a:hover {
      background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
      background-color: #ffab23; }

span.bal-amt {
  /*padding: 0.7rem 0.975rem;*/
  border-radius: 18px;
  display: inline-block;
  color: #e4b91b;
  border: solid 2px #e4b91b;
  font-size: 0.9rem;
  font-weight: 600;
}

.site-logo .mob-logo {
  display: none; }
.site-logo .page-logo {
  max-height: 55px; }

.afterlogin .mob-logo {
  display: none; }
.afterlogin .page-logo {
  max-height: 55px; }

.sininstyle {
  background: linear-gradient(45deg, #FFA000, #FFB300);
}

.sininstyle a{
  font-weight: 600 !important;
}

.site-logo .sininstyle {
  display: none; 
}

a.send_otp_btn{
  text-transform: uppercase;
  border-radius: 30px;
  background: linear-gradient(45deg, #FFA000, #FFB300);
  font-size: 0.95rem;
  font-weight: bold;
  color: #f0f0f0;
  padding: 1em 1.3em;
  margin-bottom: 0 !important;
  position: relative;
  top: 0.2em;
}

/* .action-buttons-container .send_otp_btn{
  padding: 1em 0em 1em 1.8em;
} */

a.download_btn{
  background: linear-gradient(to bottom, #17d45b, #24a23a) !important;
}

a.send_otp_btn:visited{
  color: #f0f0f0;
  text-decoration: none;
}

#footer a.send_otp_btn:hover{
  color: #f0f0f0;
  text-decoration: none;  
}

@media (max-width: 767px) {
  .site-logo {
    width: 180px;
    height: 45px;
    margin: 0 40px; }
    .site-logo a {
      display: inline-block; }
    .site-logo .mob-logo {
      display: none;
      height: 42px; }
    .site-logo .page-logo {
      max-height: 45px;
      display: block;
      width: 180px;
      margin: 0 auto; }
    .site-logo .sininstyle {
      position: absolute;
      right: -3px;
      top: -6px;
      display: flex;
      flex-direction: column;
      background: none;
      padding: 0px;
      margin-top: 5px;x 

    }

    .sininstyle a{
      color: #f0f0f0;
    }

  .afterlogin .mob-logo {
    display: block;
    max-height: 42px;
    margin-left: 42px; }
  .afterlogin .page-logo {
    max-height: 45px;
    display: none; }

  .topbar {
    display: none; }

  .hamburger {
    display: block;
    position: relative;
    z-index: 9; }

  #header {
    padding: 5px 0; }
    #header.sticking {
      left: 0;
      right: 0;
      z-index: 99;
      width: 100%; }
      #header.sticking .site-logo {
        max-width: 80px;
        margin: 0; }

  .top-menu {
    display: none; }

  .side-menu-wrap.active {
    width: 100%; }

  .menu-top {
    padding: 15px; }

  /*update style*/
  .poker-btn-block {
    text-align: center;
    top: -235px;
    bottom: auto;
    background: transparent; }
    .poker-btn-block a {
      font-size: 14px;
      padding: 15px 20px;
      min-width: 46%; }

  .mob-afterlogin {
    text-align: center;
    top: 0px;
    bottom: auto;
    background: transparent; }
    .mob-afterlogin a {
      font-size: 14px;
      padding: 15px 20px;
      min-width: 46%; }

  .letsplay-wrap {
    padding-top: 0px !important; }

  #header .block-join-btn {
    position: absolute;
    right: 10px;
    top: 0.5em;
    display: flex;
    align-items: center; 
  }
    #header .block-join-btn .btn {
      padding: 0.25rem 0.75rem;
      font-size: 0.85rem;
      color: #fff;
      background: linear-gradient(to bottom, #09d648, #05bb45);
      border-radius: 20px;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 0.75em;
    }
    #header .block-join-btn .btn-login {
      background: #009200; 
    }
    #header .block-join-btn .btn-join {
      /*background: #F97C08; */
      background: linear-gradient(to bottom, #06922a, #158e40);
    }

  #menu .play-now {
    /* display: none; */
  }

  span.bal-amt {
    padding: 0.25rem 0.75rem;
  } 
  }
/*  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; 
  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 */
#footer {
  width: 100%;
  background: linear-gradient(to bottom, #172e4c, #120f54);
  -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.01);
  box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.01);
  position: relative;
  z-index: 9;
  padding: 1em 0 5em 0;
  border-top: solid 2px #f5b23a;
}

#footer h4 {
  font-weight: 700;
  color: #fff; 
}

#footer a {
  color: #fff;
  margin-bottom: 10px; 
}

#footer a:hover, #footer a.active {
  text-decoration: underline;
  color: #1E88E5;
}

.static-links a {
  display: inline-block;
  color: #fff; }

.social-links {
  text-align: center; }

.copyright {
  font-size: 0.9rem;
  text-align: center;
  color: #ffd22f;
  border-top: solid 1px #ffa726;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 600;
}

.security-bx {
  margin-top: 15px; 
}

.security-bx li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px; 
}

.security-bx li:first-child {
  display: block; 
}

.socialmediabx{
  margin-bottom: 1.5em;
}

.socialmediabx h2 {
  /*font-size: 16px;
  color: #fff;*/
  display: flex;
  justify-content: flex-start;
  color: #fbea73;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3em;
  padding: 0;
}

.socialmediabx img{
  width: 2em;
  margin-right: 1em;
}

.socialmediaicons{
  display: flex;
  justify-content: flex-start;
  padding-left: 0.1em;
}

/* .socialmediabx ul {
  display: flex;
}

.socialmediabx ul li {
  margin-right: 15px; 
}
    
.socialmediabx ul li:last-child {
  margin-right: 0px;
}

.socialmediabx ul i {
    font-size: 16px;
} */

.col-sm-9, .col-md-9{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.securitybximage img{
  width: auto;
  border-radius: 0.3em;
}

.footer-links li{
  line-height: 2em;
  padding-left: 0.3em;
}

.footer-links h2{
  color: #fbea73;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}

.help_section{
  margin-top: 1.3em;
  margin-bottom: 0.1em;
}

.about_section{
  margin-bottom: 0.3em;
}

.payment_gateway_img img{
  width: 5em;
}

.cashfree_icon{
  font-size: 1.2rem;
  position: relative;
  top: 1px;
  color: #4dd2ad;
  font-weight: 600;
}

.full-width{
  width: auto !important;
}

.footer-eco {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.paymentopt {
  border-top: solid 1px #5a5a5a;
  padding-top: 15px;
  margin-top: 15px; }
  .paymentopt h6 {
    color: #fff;
    font-size: 12px; }
  .paymentopt ul {
    display: inline-block;
    margin-right: 30px; }
    .paymentopt ul li {
      display: inline-block;
      margin-right: 5px; }
      .paymentopt ul li img {
        max-height: 35px; }
    .paymentopt ul a i {
      font-size: 40px;
      color: #fff; }

/*go to top*/
#uptotop {
  position: fixed;
  font-size: 20px;
  line-height: 24px;
  bottom: 20px;
  right: 30px;
  /*border: 1px solid #f1eef3;*/
  padding: 7px;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  display: none;
  color: #6c6e6f;
  font-weight: 700;
  -moz-transition: border-color 1s;
  -o-transition: border-color 1s;
  -webkit-transition: border-color 1s;
  transition: border-color 1s; }
  #uptotop .icon-up {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.9);
    float: left;
    color: #fff;
    position: relative;
    transition: background 1s; }
    #uptotop .icon-up:before {
      position: absolute;
      z-index: 9;
      right: 0;
      left: 0;
      text-align: center;
      top: 45%;
      transform: translateY(-50%);
      color: #fff;
      content: "\f102";
      font-family: 'Font Awesome 5 Pro';
      font-size: 24px; }

@media all and (max-width: 767px) {
  #footer {
    /*text-align: center;*/
    position: relative; 
  }

  .static-links a {
    font-size: 14px;
    display: block;
    margin-bottom: 15px; 
  }
  
  .static-links a:not(:last-child) {
    padding: 8px; 
  }

  .social-links {
    margin: 40px 0 15px; 
  }

  .copyright {
    text-align: center;
    color: #ffd22f; 
  }

  .paymentopt {
    margin-bottom: 15px; 
  }

  .paymentopt ul {
    margin-right: 0px; 
  }

  .paymentopt ul li img {
    max-height: 28px; 
  }

  .socialmediabx ul {
    justify-content: center; 
  }

  #uptotop {
    right: 15px;
    bottom: 70px; 
  }

  .footer-links{
    text-align: left;
    margin-top: 1.2em;
  }
}
/*body {
    background: #111a21;
}

.title-color {
    color: #4f95ff;
}
.tournament-wrap {
    h2 {
        color: #4f95ff;
    }
}
*/
/* Breadcrumbs */
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  flex-wrap: inherit; }
  .breadcrumb li {
    color: #3880ff; }
    .breadcrumb li a {
      color: #9A9A9A; }
      .breadcrumb li a:hover {
        color: #000; }
    .breadcrumb li:nth-child(1), .breadcrumb li:nth-child(2) {
      white-space: nowrap; }
  .breadcrumb li + li:before {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    color: #9A9A9A;
    font-weight: bold;
    font-size: 90%;
    content: "\f054";
    font-family: "Font Awesome 5 Pro"; }

.bg-images {
  position: relative; }

.banner-section {
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100%;
  padding-top: 100px;
  color: #fff; }
  .banner-section h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 300; }
  .banner-section .banner-desc {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 100; }
  .banner-section .back {
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    .banner-section .back:hover, .banner-section .back:focus {
      color: #3880ff; }

.seo-banner {
  background-image: url("../images/inner-page-bg.png"); }

.marketing-banner {
  background-image: url("../images/performance-marketing.png"); }

.career-banner {
  background-image: url("../images/career-banner.png"); }

.website-wbanner {
  background-image: url("../images/webservice-wbanner.png"); }

.website-mbanner {
  background-image: url("../images/webservice-mbanner.png"); }

.website-ebanner {
  background-image: url("../images/webservice-ebanner.png"); }

.website-cbanner {
  background-image: url("../images/webservice-cbanner.png"); }

.banner-content {
  position: absolute;
  left: 20px;
  top: 50px;
  z-index: 9; }
  .banner-content h1 {
    padding-left: 10px;
    position: relative;
    min-height: 115px; }
    .banner-content h1:after {
      content: '';
      width: 0;
      height: calc(100% - 20px);
      position: absolute;
      border: 2px solid #fff;
      bottom: 10px;
      left: 0; }

.page-content {
  position: relative;
  padding-left: 295px; }

.page-format {
  float: right;
  width: 100%;
  max-width: 1500px;
  padding: 75px 75px 100px 75px;
  box-sizing: border-box;
  background-color: #fff; }
  .page-format h2 {
    border-bottom: 2px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px; }
  .page-format .page-section {
    margin-bottom: 40px; }

.media-objects {
  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; }
  .media-objects h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

.view-profile {
  color: #3880ff; }

.box {
  border: 1px solid #B8B8B8;
  padding: 25px; }

.boxbg {
  padding: 25px;
  background-color: #E6E6E6; }

/* file Upload */
.fileupload {
  position: relative;
  overflow: hidden;
  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; }
  .fileupload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    line-height: 35px; }
  .fileupload .lable-file {
    cursor: pointer;
    color: #fff;
    background-color: #E6E6E6; }

/* Dropdown Button */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

.dropbtn {
  color: white;
  padding: 12px;
  font-size: 12px;
  border: none; 
  text-transform: uppercase;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #153444;
  min-width: 180px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 99;
  top: 100%;
  text-align: left;
  border-radius: 0 0 5px 5px;
  padding-top: 10px; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-transform: capitalize !important; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover, .dropdown-content a.active {
  background-color: #03496d; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

nav:not(.mm-menu) {
  display: none; }

.modal-open .modal {
  padding-right: 0px !important; }

.modal-header .close {
  padding: 0.5rem 0.975rem; }
  .modal-header .close span {
    font-size: 1.5rem; }
  .modal-header .close:focus {
    outline: none; }

#signinModal .modal-dialog {
  max-width: 300px;
  margin: .5rem auto; }
#signinModal button.btn {
  width: 100%; }

.forgotpwd {
  color: #3880ff; }

/*.content {
    padding-top: 70px;
}*/
/*Responsive Tabs*/
.tablinkNav .nav-tabs {
  justify-content: center;
  border-bottom: none; }
  .tablinkNav .nav-tabs .nav-link {
    font-size: 18px; }
    .tablinkNav .nav-tabs .nav-link:hover, .tablinkNav .nav-tabs .nav-link.active {
      border-color: transparent;
      color: #3880ff;
      position: relative; }
      .tablinkNav .nav-tabs .nav-link:hover:before, .tablinkNav .nav-tabs .nav-link.active:before {
        position: absolute;
        left: 50%;
        bottom: 0px;
        width: 75%;
        height: 2px;
        background: #3880ff;
        content: "";
        transform: translate(-50%, -50%); }

@media all and (max-width: 991px) {
  .page-content {
    padding-left: 0; }

  .dropbtn {
    padding: 16px 2px;
    font-size: 12px; } }
@media all and (max-width: 767px) {
  .boxbg {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px; }

  .content-wrap {
    padding-bottom: 0; }

  .banner-section h1 {
    font-size: 50px; }

  .text-right {
    text-align: left !important; }

  .font-medium {
    font-size: 14px; }

  .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 50px 15px; }

  .page-format {
    float: none;
    padding: 25px 15px; }
    .page-format .page-section {
      margin-bottom: 15px; }

  .seo-summery {
    order: 1; }

  .headerMob {
    display: block !important; }

  /*mmenu*/
  .hamburger a {
    display: block;
    width: 28px;
    height: 18px;
    margin: 2px;
    position: absolute;
    top: 10px;
    left: 0px; }

  .hamburger a:before,
  .hamburger a:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px; }

  .hamburger a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 6px 0; }

  .header.fixed {
    position: fixed;
    top: 0;
    left: 0; }

  .footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0; }

  /*    .content {
          padding-top: 55px;
      }*/
  .promoslider .slick-prev {
    left: 0px !important; }
    .promoslider .slick-prev:before {
      color: #fff !important; }
  .promoslider .slick-next {
    right: 30px !important; }
    .promoslider .slick-next:before {
      color: #fff !important; }

  /*Responsive Tabs*/
  .tablinkNav .nav-tabs {
    border-bottom: 1px solid #ccc; 
  }
  
  .tablinkNav .nav-link:hover:before, .tablinkNav .nav-link.active:before {
    display: none; 
  }

  .tag_line_rule{
    display: none;
  }

  .tag_line_header{
    bottom: 1.5em;
  } 
}
.playNowBody {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: 1px solid #02bd9c;
  border-radius: unset;
  display: inline-block;
  background-color: #02bd9c;
  /*font-family: 'Poppins', sans-serif;*/
  cursor: pointer;
  z-index: 9999;
  transform: rotate(-90deg);
  position: fixed;
  right: -45px;
  width: 130px;
  bottom: 100px;
  height: 42px;
  top: 0;
  margin: auto; }
  .playNowBody:hover {
    color: #fff; }

.downloadNowBody {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: 1px solid #194198;
  border-radius: unset;
  display: inline-block;
  background-color: #194198;
  /*font-family: 'Poppins', sans-serif;*/
  cursor: pointer;
  z-index: 9999;
  transform: rotate(-90deg);
  position: fixed;
  right: -45px;
  width: 130px;
  bottom: 0;
  height: 42px;
  top: 170px;
  margin: auto; }
  .downloadNowBody:hover {
    color: #fff; }

.promoslider .slick-slide {
  margin: 0 10px; }
.promoslider .slick-prev:before, .promoslider .slick-next:before {
  color: #000;
  font-size: 30px; }
.promoslider button {
  z-index: 9; }

.slider .slick-slide {
  margin: 0px; }
.slider .slick-prev:before, .slider .slick-next:before {
  color: #fff;
  font-size: 30px; }
.slider button {
  padding: 0px 40px;
  z-index: 999; }

.banner_listings_container{
    background-image: url("../images/banners/bg.jpg");
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.leaderboard_image{
  width: 2em;
}

.header_icons{
  color: #e96c6c;
  font-size: 1.2em;
}

.banner-listings-table{
    text-align: center;
}

.banner-cover{
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
}

.banner-listings-table th{
    color: #ffa000;
}

.banner-listings-table td{
    color: #ffb300;
}

.listing-text{
    color: #29b6f6;
    font-family: 'Rochester', cursive;
    font-size: 1.5em;
    padding-top: 0.5em;
    font-weight: 600;
}

.index-page-main-banner{
  margin-top: 60px;
  height: 33em;
  background-color: #080819;
}

.index_page_banner_img{
  height: 33em;
  width: 100%;
  /*position: relative;*/
  bottom: 1.5rem;
}

.previous{
  top: 9.5em;
  left: 0.5em;
}

.next{
  bottom: 10.25em;
  right: 0.5em;
  float: right;
}

.logo_image{
  width: 190px;
}

header{
  position: fixed;
  top: 0;
  z-index: 3;
  height: 60px;
  padding: 3px 0 3px 25px;
  width: 100%;
  background: linear-gradient(45deg, #153444, #122d3b);
  display: flex;
  align-items: center;
}

.signup_box_container{
  padding: 1.4em 5em;
  width: 100%;
  background: linear-gradient(to bottom, #112c3c, #112c3b);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /*bottom: 3.2em;*/
}

.signup_label{
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: 700;
}

button.send_otp_btn{
  text-transform: uppercase;
  border-radius: 30px;
  height: 50px;
  width: 10em;
  background: linear-gradient(45deg, #f7b507, #ffb70d);
  font-size: 1rem;
  font-weight: bold;
  color: #f0f0f0;
}

input.phone_number_input{
  width: 280px;
  border-radius: 2em;
  height: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

button:focus{
  outline: none;
}

@media screen and (max-width: 856px){
  .signup_box_container{
    display: inline-block;
    padding: 1em 3em;
  }

  .signup_label{
    width: 100%;
    margin-bottom: 1em;
  }

  input.phone_number_input{
    margin-right: 0;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 0px) and (max-width: 350px){
  .signup_box_container{
    padding: 1em 1.7em;
  }
}

@media screen and (max-width: 734px){
  button.send_otp_btn{
    width: 47%;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1139px){
  header{
    height: 80px;
    flex-direction: column;
  }

  .site-logo{
    width: max-content;
  }

  .page-logo{
    width: 200px;
  }

  .index-page-main-banner{
    margin-top: 80px;
  }

  .leaderboard_image{
    width: 3em;
  }

  .header_icons{
    font-size: 1.6em;
  }

  .dropbtn{
    padding: 0;
    font-size: 0.8em;
  }

  .top-menu li{
    margin-right: 1em;
  }
}

@media screen and (min-width: 0px) and (max-width: 500px){
    .banner-listings-table{
        width: 24em;
        margin-left: 3em;
    }

    .banner-listings-table td, th{
        height: 0.75rem;
        border: solid 2px;
        font-size: 0.75em;
    }

    .listing-text{
        font-size: 0.75em;
        padding-top: 0.5em;
        margin-bottom: 1px;
    }

    .index_page_banner_img, .index-page-main-banner{
        height: 23em;
    }

    .slick-slide img{
      min-height: 22em;
      max-height: 22em;
    }

    .previous{
      top: 6.36em;
    }

    .signup_box_container{
      bottom: 1.55em;
    }

    .loggedin_box_container{
      position: relative;
      bottom: 1.55em;
    }
}

@media screen and (min-width: 501px) and (max-width: 728px){
    .banner-listings-table{
        width: 30em;
        margin-left: 3em;
    }

    .banner-listings-table td, th{
        height: 0.75rem;
        border: solid 2px;
        font-size: 0.75em;
    }

    .listing-text{
        font-size: 1.5em;
    }

    .index_page_banner_img, .index-page-main-banner{
        height: 27em;
    }

    .previous{
      top: 7.61em;
    }
}

@media(hover: none){
  .show_whatsapp_share_icon{
    display: block;
  }
}

.show_whatsapp_share_icon{
  display: none;
}

@media screen and (min-width: 729px) and (max-width: 900px){
    .banner-listings-table{
        width: 35em;
        margin-left: 3em;
    }

    .banner-listings-table td, th{
        height: 2rem;
        border: solid 2px;
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 901px){
    .banner_listings_container{
        height: 521px;
    }

    .banner-listings-table{
        width: 40em;
        margin-left: 3em;
    }

    .banner-listings-table td, th{
        height: 2.5rem;
        border: solid 2px;
        font-size: 1rem;
    }
}

.action-buttons-container{
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(8, 8, 8, 0.95);
  height: 4.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.action-buttons-container .btn{
  margin-right: 1rem;
  width: 10em;
  height: 70%;
  color: #f0f0f0;
  font-size: 0.95rem;
  text-transform: uppercase;
  border-radius: 1.6em;
  font-weight: bold;
}

.action-buttons-container .signup-btn{
  border: solid 1px #08b2f3;
  background: linear-gradient(to bottom, #08b2f3, #08b2f3);
}

.action-buttons-container .download-btn{
  border: solid 1px #f3e208;
  background: linear-gradient(to bottom, #f1b914, #e4c835);
}

#footer a.whatsapp{
  margin: 0 0.5rem 0 0.5rem;
  color: #4cea7c;
}

.info_container::before{
  content: "*"
}

.info_container{
  color: #ffd438;
  font-style: italic;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.8em;
}

#footer span.footer-home-page-link a{
  color: #35beff;
  font-style: normal;
  text-decoration: underline;
}

.tag_line_rule{
  width: 100%;
  border: solid 1px #0c89ec;
}

.tag_line_header{
  border-radius: 2em;
  background: linear-gradient(to bottom, #ffc107, #fbc02d);
  color: #060101;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.3em 1em;
  width: 33em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  bottom: 1em;
  margin: 0;
}

.tag_line_container{
  display: flex;
  justify-content: center;
}

.require_skills{
  font-size: 1.2rem;
  color: #e69604;
}

.home_page_content_container{
  width: auto;
  height: auto;
  background: #f7f7f7;
  margin-bottom: 1em;
  border: solid 1px #ebebeb;
}

.content_container_btn{
  border-bottom: solid 1px #ebebeb;
  padding: 1em;
}

.content_container_btn h3{
  /*border-radius: 0;*/
  /*border-bottom: solid 2px #0c89ec;*/
  text-align: justify;
  color: #007bf5;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.content_container_btn button:focus{
  border: none;
  outline: 0;
}

.content_container_body{
  width: 100%;
  padding: 1em;
  text-align: justify;
  font-weight: 600;
}

.hide{
  display: none;
}

.promo_slider_header{
  border-bottom: solid 3px #1132ab;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.find_promotion_lbl{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.1rem;
}

.view_all_btn{
  text-transform: uppercase;
  background: linear-gradient(to bottom, #294dc3, #0e3de6);
  width: 6em;
  height: 2em;
  border-radius: 1em;
  border: none;
  color: #f0f0f0;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.3em 0.7em;
}

.view_all_btn:hover{
  opacity: 1;
  color: #f0f0f0;
}

.signup_ctoa_btn{
  display: flex;
  justify-content: center;
}

.signup_ctoa_btn a{
  padding: 1em 2em;
  background: radial-gradient(#1E88E5, #0D47A1);
  border-radius: 2em;
  color: #fff;
  font-weight: 600;
}

.promo-slider-arrow{
  /*position: absolute;*/
  /*top: 40%;*/
  /*left: -2em;*/
  background: none;
  border: none;
  font-size: 2rem;
  color: #606060;
}

.promo-slider-next-arrow{
  /*position: absolute;*/
  /*top: 40%;*/
  /*right: -2em;*/
  background: none;
  border: none;
  font-size: 2rem;
  color: #606060;
}

.promo-slider-arrow:focus{
  border: none;
  outline: 0;
}

.promo-slider-next-arrow:focus{
  border: none;
  outline: 0;
}

.banner_image{
  height: 100%;
  width: 100%;
}

.previous, .next{
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  color: #d0d0d0;
}
