@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background: #252628;
  color: #252628;
}
main, header, .cards-header {
  background-color: #FFF !important;
}
#logo-card {
  text-align: center;
  /*max-width: 480px;*/
}
a {
  color: #EB0000;
}
a:hover {
  color: #EB0000;
  text-decoration: underline;
}
.h5, h5 {
  font-size: 1.10rem !important;
}
.gray-bg {
  background-color: #f4f4f4;
}
.text-danger {
  color: #EB0000 !important;
}
.text-red {
  color: #EB0000;
}
.text-orange {
  color: #f16521;
}
.btn-link {
  color: #EB0000;
}
.btn-link:hover {
  color: #EB0000;
  text-decoration: underline;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #EB0000;
}
.dropdown {
  padding-right: 15px;
  padding-left: 15px;
}
.dropdown .btn-primary:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #252628;
  text-decoration: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 156 156 / 25%);
}
.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #ccc, 0 0 0 0.2rem rgba(204,204,204,.25);
}
.text-gray {
  color: #252628;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.shadow {
  -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%) !important;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%) !important;
}
.transparent {
  background-color: transparent;
}
.card {
  border: 1px solid rgba(0, 0, 0, .100);
}
.noborder {
  border: none !important;
}
.secondary {
  color: #EB0000;
}
#buttontabs .nav-pills {
  flex-wrap: wrap;
  justify-content: center !important;
}
#buttontabs .nav-pills .nav-link {
  z-index: 99;
  background-color: #fff !important;
  background: #fff !important;
  border: 1px solid #EB0000;
  color: #333;
  font-size: 16px;
  padding: 8px 15px 8px 15px;
  font-weight: 500;
  width: auto;
  max-width: 220px;
  border-radius: 30px;
  margin: 4px;
  text-align: center;
}
#buttontabs .nav-pills .nav-link.active, #buttontabs .nav-pills .show > .nav-link {
  z-index: 99;
  background-color: #EB0000 !important;
  background: #EB0000 !important;
  border: 1px solid #EB0000;
  color: #FFF;
  font-size: 16px;
  padding: 8px 15px 8px 15px;
  font-weight: 500;
  width: auto;
  margin: 4px;
  text-align: center;
}
#buttontabs i {
  padding-right: 6px !important;
  font-size: 0.8rem;
  color: #999;
}
#buttontabs .active i {
  padding-right: 6px !important;
  font-size: 0.8rem;
  color: #fff !important;
}
.fa-heart {
  font-size: 24px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #EB0000;
  border-color: #EB0000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(235 0 0 / 50%);
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(235 0 0 / 20%);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #d64f4f;
  border-color: #d64f4f;
}
#cards {
  background-color: #f9f9f9;
  z-index: 0;
}
#rewards {
    background-color: #FFF;
    border: 1px solid #e3e3e3;
    padding: 10px 20px 15px 20px;
    border-radius: 0.25rem !important;
    border-radius: 10px;
}
#header-app {
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  line-height: 14px;
}
#header-app img {
  width: 100%;
  max-width: 100px;
}
.app-icons {
  text-align: right;
}
#download {
  background-color: #EB0000;
  padding: 25px 0px 25px 0px;
}
#download h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #FFF;
}
#download img {
  width: 100%;
  max-width: 160px;
}
@media only screen and (max-width: 991px) {
  #download h3 {
    text-align: center;
    margin-bottom: 0.50rem;
  }
}
.btn {
  border-radius: 45px;
  font-weight: bold;
  border-width: 2px;
  padding: 10px 50px;
  text-transform: uppercase;
}
.btn-sm {
  border-radius: 45px;
  padding: 4px 12px 4px 12px;
  font-weight: normal;
  font-size: 12px;
}
.btn-group-sm > .btn, .btn-sm {
  line-height: auto !important;
}
.btn-primary {
  background-color: #EB0000;
  border: 1px solid #EB0000;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #252628;
  border: 1px solid #252628;
  color: #fff;
  text-decoration: none;
}
.btn-lang {
  background-color: #252628;
  border: 1px solid #252628;
  color: #fff;
  text-decoration: none;
}
.btn-lang:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #252628;
  text-decoration: none;
}
.itsoft-header-top {
  padding: 6px 50px;
  background: #EB0000;
  position: relative;
  z-index: 1;
  height: 38px;
}
.itsoft-header-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 60%;
  height: 100%;
  z-index: -1;
  transform: skew(-26deg);
  padding-left: 20px;
  background: #252628;
}
/* TOP RIGHT CSS */
.top-right-menu {
  text-align: right;
  width: 30%;
  float: right;
}
.top-left-menu {
  text-align: left;
  width: 70%;
  float: left;
}
.top-left-menu p {
  display: inline-block;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
}
.top-left-menu p a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-left: 20px;
}
.top-left-menu p a:hover {
  color: #CCC;
}
.top-left-menu p i {
  font-size: 14px;
  margin-right: 4px;
}
section {
  padding: 50px 0;
}
.section-heading {
  margin-bottom: 1.5rem;
}
.section-heading hr {
  width: 100px;
  border-top: 6px solid #EB0000;
  border-right: 7px solid transparent;
  margin: 0 0 30px 0;
  display: inline-block;
}
.section-heading h1 {
  font-size: 38px;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 42px;
}
.section-heading h2 {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
}
#rewards h2 {
  font-size: 38px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 38px;
}
.section-heading h3 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
}
.header-container {
  padding: 10px 50px 12px 50px;
}
.header-left {
  padding-top: 5px;
}
.section-heading .subtitle {
  font-size: 1.35rem;
}
.section-heading .offer {
  font-size: 1.15rem;
  line-height: 25px;
  color: #EB0000;
}
.section-heading .easter-offer {
  font-size: 1.55rem;
  line-height: 28px;
  color: #EB0000;
  font-weight: 600;
  padding-top: 5px;
}
.section-heading .easter-offer span {
  font-size: 1rem;
  font-weight: 500;
  /*font-style: italic;*/
}
.soeasy-logo {
  max-width: 100px;
  padding-right: 10px;
  text-align: right;
}
header {
  position: relative;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  z-index: 999;
  transition: all 0.5s;
}
.fixed-top {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 10%);
}
.banner {
  border: 0;
  margin: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 66vh;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.carousel img {
  width: 100% !important;
}
.banner.slide-1 {
  background-image: url(../img/topupcards-image.jpg);
  background-position: right;
  background-repeat: no-repeat;
}
.main-header {
  position: relative;
}
.primary-bg {
  background: #252628;
}
.primary-color {
  color: #252628;
}
.secondary-bg {
  background: #EB0000;
}
.secondary-color {
  color: #EB0000;
}
p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.btn-white {
  background: #fff;
  border-color: #fff;
  font-weight: 600;
  color: #333;
}
.btn-white:hover {
  background: #252628;
  border-color: #252628;
  color: #fff;
}
/*********** Footer *******************/
footer {
  background: #252628;
  z-index: 0;
  padding: 25px 0px 50px 0px;
  position: relative;
  overflow: hidden;
  color: #CCC;
}
.footer-menu {
  margin-left: 0;
  padding-left: 0;
}
.footer-menu li {
  display: inline-block;
  margin-right: 20px;
}
.footer-menu li a {
  color: #CCC;
}
.footer-menu li a:hover {
  color: #fff;
}
#copyright {
  text-align: right;
}
#copyright a {
  color: #CCC;
}
#copyright a:hover {
  color: #CCC;
  text-decoration: underline;
}
.card-header {
  padding: 0.85rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .10);
  border-bottom: 1px solid rgba(0, 0, 0, .10);
}
.card .collapsed a.card-title {
  font-weight: normal;
  color: #252628;
}
.card a.card-title {
  font-weight: normal;
  color: red;
}
.table .thead-dark th {
  color: #252628;
  background-color: #efefef;
  border-color: #e0e0e0;
  padding: 0.5rem 0.3rem;
}
/************** Back to top ****************/
.scrollup {
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 30px;
  right: 16px;
  display: none;
  z-index: 999;
  color: #fff;
  border-radius: 5px;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  background: #444;
  box-shadow: 0 1px 20px 1px #CCC;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08) !important;
}
.scrollup:hover {
  color: #fff;
}
.directvalues .card-body {
    padding: .75rem .35rem;
}
.directvalues .card-body p{
    line-height: 15px;
}
.directvalues select{
	min-width: 65px;
}
.accordion .card {
  border-radius: 0.25rem !important;
}
.shadow {
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%) !important;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%) !important;
}
.acc-white {
	background-color: #FFF;
	border-radius: 0.25rem !important;
}
.accordion .card {
  border-radius: 0.3rem !important;
}
.accordion .card .card-header {
  border-bottom: 0px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem !important;
  cursor: pointer;
}
.accordion .card {
  border-bottom: 2px solid rgba(0, 0, 0, .135) !important;
}
.accordion .card-header:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f106";
  float: right;
  font-size: 20px;
  border-radius: 0.25rem !important;
}
.accordion .card-header.collapsed:after {
  font-family: 'Font Awesome\ 5 Free';
  content: "\f107";
  font-size: 20px;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #EB0000;
    text-decoration: none;
}
.checkout-card {
  border: 1px solid #dcdcdc;
  border-top: 3px solid #EB0000;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
  background-color: #ffffff;
  max-width: 700px;
  margin: auto;
  border-radius: 0.6rem !important;
}
.checkout {
  margin: 30px 0;
}
.checkout td {
  padding: 4px;
}
.checkout-items {
  padding: 15px 30px 5px 30px;
}
.item {
  border-top: 1px solid #CCC;
}
.total {
  border-top: 1px solid #CCC;
}
.card-details {
  background-color: #f7f7f7;
  padding: 20px 60px;
}
.topupcard img {}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #EB0000 !important;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(235, 0, 0, .4) !important;
}
.modal-footer .border-primary {
  border-color: #333 !important;
}
.modal-footer .btn-white a {
  color: #333;
}
.modal-body {
  padding-bottom: 10px !important;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(235 0 0 / 25%);
}
.homecards {
  border: 1px solid #dcdcdc;
  border-top: 3px solid #EB0000;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%) !important;
  background-color: #ffffff;
  max-width: 800px;
  margin: auto;
  border-radius: 0.6rem !important;
}
.homecards-items {
  padding: 30px;
}
@media only screen and (max-width: 576px) {
  .homecards-items {
    padding: 20px;
  }
}
.homecards-footer {
  background-color: #f4f4f4;
  border-bottom-left-radius: 0.6rem !important;
  border-bottom-right-radius: 0.6rem !important;
  padding: 20px 60px;
}
@media only screen and (max-width: 992px) {
  .app-icons {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-left img {
    max-width: 200px;
  }
  .banner {
    height: 60vh;
    min-height: 350px;
  }
  .btn {
    border-radius: 45px;
    font-weight: bold;
    border-width: 2px;
    padding: 8px 25px;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 576px) {
  .dropdown {
    padding-right: 3px;
    padding-left: 3px;
  }
  .top-left-menu {
    display: none;
  }
  #download {
    padding: 12px 0px 12px 0px;
  }
  #download h3 {
    font-size: 17px;
  }
  #download img {
    width: 100%;
    max-width: 120px;
  }
  #header-app {
    padding-left: 8px;
    padding-right: 8px;
  }
  #header-app img {
    width: 100%;
    max-width: 80px;
  }
  .app-icons {
    text-align: center;
  }
  .topupcard h5 {
    font-size: 1rem;
  }
  .topupcard .img-fluid {
    max-width: 70px;
    height: auto;
  }
  .btn {
    border-radius: 45px;
    font-weight: bold;
    border-width: 2px;
    padding: 6px 13px;
    font-size: 13px;
    text-transform: uppercase;
  }
  .banner {
    height: 20vh;
    min-height: 250px;
  }
  .header-container {
    padding: 10px 5px;
  }
  .header-container .col, .header-container .col-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-left img {
    max-width: 160px;
  }
  header {
    padding-top: 0px;
    padding-bottom: 0;
  }
  section {
    padding: 25px 0;
  }
  .soeasy-logo {
    max-width: 65px;
    height: auto;
    padding-right: 0;
  }
  .section-heading h1, h1, section-heading h2 {
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 34px;
  }
  .fa-heart {
    font-size: 20px;
  }
  .section-heading {
    margin-bottom: 0.5rem;
  }
  .itsoft-header-top {
    padding: 3px 10px 3px 5px;
    height: 32px;
  }
  .itsoft-header-top::after {
    width: 30%;
  }
  .checkout-items {
    padding: 15px 15px;
  }
  #buttontabs .nav-pills .nav-link, #buttontabs .nav-pills .nav-link.active, #buttontabs .nav-pills .show > .nav-link {
    font-size: 15px;
    padding: 6px 12px 6px 12px;
  }
  .flex-column {
    flex-direction: row !important;
  }
  #copyright {
    text-align: left;
  }
  .small {
    line-height: 16px !important;
  }
  .checkout-items h5 {
    font-size: 1rem;
  }
  .checkout h4 {
    font-size: 1.25rem;
  }
  .section-heading h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 28px;
    padding: 5px 0 !important;
  }
  #rewards h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 32px;
  }
  #rewards p {
    line-height: 20px;
  }
  .card-details {
    background-color: #f7f7f7;
    padding: 15px 15px;
  }
}
.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #ec0100 !important;
}
.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #ec0100 !important;
}
