/* Customise */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 94, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 69, 94, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 6px rgba(255, 69, 94, 0);
            box-shadow: 0 0 0 6px rgba(255, 69, 94, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 94, 0);
            box-shadow: 0 0 0 0 rgba(255, 69, 94, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 94, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 69, 94, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 6px rgba(255, 69, 94, 0);
            box-shadow: 0 0 0 6px rgba(255, 69, 94, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 94, 0);
            box-shadow: 0 0 0 0 rgba(255, 69, 94, 0);
  }
}
.hp-theme-customizer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 4;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hp-theme-customizer.active {
  -webkit-transform: translate(0%, 0) !important;
          transform: translate(0%, 0) !important;
  -webkit-box-shadow: -13px 0px 20px rgba(0, 0, 0, 0.15);
          box-shadow: -13px 0px 20px rgba(0, 0, 0, 0.15);
}
.hp-theme-customizer.active .hp-theme-customizer-button-bg svg path {
  fill: #ffffff;
}
.hp-theme-customizer-button-bg i {
  color: #ffffff !important;
}
.hp-theme-customizer.active .hp-theme-customizer-button-icon svg path {
  fill: #337cc5;
}
.hp-theme-customizer.active .hp-theme-customizer-button-icon i {
  color: #337cc5 !important;
}
.hp-theme-customizer-button {
  height: 120px;
  width: 50px;
  position: absolute;
  top: 140px;
  z-index: 9;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  cursor: pointer;
}
.hp-theme-customizer-button-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.hp-theme-customizer-button-bg svg path {
  fill: #1b538c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hp-theme-customizer-button-bg i {
  color:#fff !important;
}

.hp-theme-customizer-button-icon {
  position: absolute;
  top: 49px;
  right: 14px;
}
.hp-theme-customizer-button-icon svg path {
  fill: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hp-theme-customizer-button-icon i {
  color: #ffffff !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hp-theme-customizer-button-icon > span {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ff0022;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0 0 rgb(255, 69, 94);
          box-shadow: 0 0 0 0 rgb(255, 69, 94);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.hp-theme-customizer-container {
  width: 396px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hp-theme-customizer-container-header button {
  margin-right: -24px;
  margin-top: -6px;
}
.hp-theme-customizer-container-body {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hp-theme-customizer-container-body::-webkit-scrollbar {
  width: 0;
}
.hp-theme-customizer-container-body-item + .hp-theme-customizer-container-body-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #dfe6e9;
}
.hp-theme-customizer-container-body-item-svg {
  position: relative;
  height: 101px;
  border: 2px solid #dfe6e9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.hp-theme-customizer-container-body-item-svg svg {
  width: 100%;
  height: 100%;
}
.hp-theme-customizer-container-body-item-svg-check {
  position: absolute;
  top: -3px;
  right: 0;
  -webkit-transform: translate(50%, -50%) scale(0);
          transform: translate(50%, -50%) scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hp-theme-customizer-container-body-item-svg-check svg {
  width: 20px;
  height: 20px;
}
.hp-theme-customizer-container-body-item-svg-other {
  cursor: pointer;
  border: 2px solid #dfe6e9;
  height: 33px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.hp-theme-customizer-container-body-item-svg-other svg {
  width: 100%;
  height: 100%;
}
.hp-theme-customizer-container-body-item-svg-other.active {
  border-color: #2d3436;
}
.hp-theme-customizer-container-body-item-svg.active {
  border-color: #2d3436;
}
.hp-theme-customizer-container-body-item-svg.active .hp-theme-customizer-container-body-item-svg-check {
  -webkit-transform: translate(40%, -30%) scale(1);
          transform: translate(40%, -30%) scale(1);
}
@media screen and (max-width: 767px) {
  .hp-theme-customizer-container {
    width: 320px;
  }
  .hp-theme-customizer-container-body-item-svg {
    height: 138px;
  }
  .hp-theme-customizer-container-body-item-svg-other {
    height: 45px;
  }
  .hp-theme-customizer-button {
    -webkit-transform: translate(-100%, -50%) scale(0.9);
            transform: translate(-100%, -50%) scale(0.9);
    -webkit-transform-origin: right;
            transform-origin: right;
  }

  .hp-select-box-item > input ~ label .card {
    height: 120px !important;
  }
  .bills_div .hp-select-box-item > input ~ label .card {
    padding-bottom: 0px !important;
    height: 104px !important;
  }
}



.profile_pic img{
  height:140px;
  width:140px;
  border: 2px solid #777;
  cursor:pointer;
  border-radius:140px;
  padding: 6px;
}

#img_preview span {
  position:absolute;
  top:30%;
  background-color:#333;
  background:red !important;
  padding:1px 1em 4px 1em;
  color:#EEE;
  cursor:pointer;
  font-size:14px;
  display:none;
}

#hide_basic_uploader{
  color:#06C;
  text-align: center;
  font-size:14px;
  cursor:pointer;
  display:none;
  font-weight: 500 !important;
  margin:10px 0 -15px 0;
}

#img_picture{
  padding:4px;
  font-size:16px;
  margin:8px 0 0px 0;
  border:1px solid #ccc;
  display:none;
  border-radius: 7px;
  width: 100%;
  background:#f4f4f4;
}

.pic_info{
  margin:10px 0 0 0;
  font-weight:600;
  font-size:14.5px;
  text-align:center;
  line-height: 20px;
}
.pic_info span.basic_uploader{
  color:#222;
  cursor:pointer;
  font-weight:500;
  font-size: 14px;
}

.customInputs label {
  margin: 0 0 3px 0;
  font-size: 15px;
}
.customInputs label .star {
  color:red !important;
}
.customInputs input, .customInputs select {
  font-size: 16px !important;
  color: #555 !important;
  padding: 2px 10px !important;
  height: auto !important;
  border-radius: 10px !important;
}

.customInputs select {
  padding: 12px 10px !important;
}

.customInputs input.passwords {
  font-size: 25px !important;
  height: 50px !important;
}

.customInputs input.passwords_no_font {
  font-size: 16px !important;
  height: auto !important;
}

.customInputs input.passwords::placeholder {
  font-size: 16px !important;
}

.customInputs button, .supports button {
  width: 100%;
  padding: 15px 10px !important;
  height: auto !important;
}
button.btn-round-50 {
  border-radius: 50px !important;
}
.security-form h5 {
  color: #666;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}
.visible_wallet{
  font-size: 17px !important;
  margin-left: 8px;
  position: relative;
  top: -2px;
  color: #337cc5;
  /* color: #f29100; */
}
.visible_wallet:hover{
  color: #f29100;
}

.table thead th, table td {
  font-size: 15px;
}

.table thead th {
  background: #90c9e7 !important;
  color: #111 !important;
  font-weight: 600 !important;
  font-size: 15.5px;
}


.green {
  color: #40b540;
}
.transactions .status.green {
  color: #40b540;
}
.transactions .status.red {
  color: red;
}

.transactions .dates {
  font-size: 12px !important;
  color: #999 !important;
}

.icon_img{
  min-width:45px; 
  width:45px;
  height:40px;
  border-radius: 15px;
  text-align: center;
  line-height: 48px;
}
.icon_img i{
  font-size: 25px !important;
}
.btn_block{
  width: 100% !important;
}

.fa-phone{
  -webkit-transform: rotate(-260deg);
    transform: rotate(-260deg);
}
.supports .house_support{
  background-color: rgba(255, 255, 255, 0.25);
  padding: 25px 15px 3em 15px;
  border-radius: 20px;
}
.supports img {
  width: 160px;
}
.supports button {
  width: 100%;
  padding: 15px 10px !important;
  height: auto !important;
  transition: transform 0.3s;
}
.supports button i {
  font-size: 21px !important;
}

.supports button:hover {
  animation: shake 0.3s ease;
}
@keyframes shake {
  0% {
      transform: translateX(0);
  }
  25% {
      transform: translateX(-5px);
  }
  50% {
      transform: translateX(5px);
  }
  75% {
      transform: translateX(-5px);
  }
  100% {
      transform: translateX(5px);
  }
}

.hp-select-box-item > input ~ label .card {
  background-color: rgba(191, 219, 247, 0.6) !important;
}

.bills_div .hp-select-box-item > input ~ label .card {
  background: none !important;
  padding-bottom: 6px !important;
  overflow: hidden;
}

.bills_div .hp-select-box-item > input ~ label span.h4 {
  font-size: 15px !important;
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
  display: block;
}

.bills_div img {
  border-radius: 15px !important;
  width: 70px !important;
  height: 70px !important;
}

.bills_div1 .cards {
  border: 1px solid #999 !important;
  border-radius: 5px;
  padding: 10px 20px 10px 20px !important;
  height: auto !important;
  background-color: #f5f5f5;
  width: 100px;
}

.bills_div1 .cards span.h7 {
  font-size: 18px !important;
  font-weight: 500;
}

.hp-select-box-item > input:checked ~ label .card {
  background-color: rgba(29, 97, 165, 0.5) !important;
  color: #fff !important;
  border: 1px solid rgba(29, 97, 165, 0.5) !important;
}

.bills_div .hp-select-box-item > input:checked ~ label .card {
  background-color: rgba(127, 166, 206, 0.4) !important;
  border: 1px solid rgba(127, 166, 206, 0.6) !important;
}

.bills_div .hp-select-box-item > input:checked ~ label .cards {
  background-color: rgba(127, 166, 206, 0.4) !important;
  border: 1px solid rgba(127, 166, 206, 0.6) !important;
}

.hp-select-box-item ul li {
  list-style: disc;
}

.btn-more {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 15px;
  /* color: #e5ab40 !important; */
  color: #337cc5 !important;
}
.btn-more:hover {
  background-color: #ecebeb;
}
.div-icons i{
  font-size: 40px;
}
.div-icons .card-body{
  overflow: hidden;
  border-radius: 15px;
}

.card-small-radius{
  border-radius: 10px !important;
}

.errors {
  color: red;
  font-size: 13px !important;
}

.div-icons img{
  width: 70px;
  height: 70px;
  border-radius: 100px;
  padding: 5px;
}
.amount_div .enter_phone input{
  padding: 1px 10px !important;
  border-radius: 10px;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.enter_phone input.meter_no {
  padding: 0px 10px !important;
  height: 55px !important;
}

.amount_div .enter_phone input.pin_pass{
  font-size: 30px !important;
  height: 55px !important;
  letter-spacing: -2px !important;
}

.amount_div .enter_phone input::placeholder{
  font-size: 18px !important;
}
.amount_div .enter_phone input.pin_pass::placeholder{
  letter-spacing: 0 !important;
}

.overflow_table {
  width: 1800px !important;
}

.enter_pin_input{
  font-size: 30px !important;
  padding: 2px 10px !important;
  height: 50px !important;
  width: 95% !important;
  margin-left: 10px;
  text-align: center;
}
.enter_pin_input::placeholder{
  font-size: 20px !important;
}

.add-shadow {
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2) !important;
}

.modal-footer button.btn{
  padding: 15px 25px !important;
  font-size: 17px !important;
}
.custom-button.confirm-button {
  background-color: #337cc5;
  color: white;
}
.review_product {
  width: 100% !important;
  overflow: hidden !important;
}
.review_product .end{
  text-align: right !important;
  margin-bottom: 4px;
}
.review_product .start{
  text-align: left !important;
  margin-bottom: 4px;
}
.review_product .start div{
  color: #777;
  font-weight: 500;
}
.chooseAmounts .selAmts div{
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #AEAEAE;
  margin-bottom: 12px;
  font-size: 20px !important;
  text-align: center;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  background: #e1ecf7 !important;
}

.chooseAmounts .selAmts.active div, .chooseAmounts .selAmts:focus div, .chooseAmounts .selAmts:active div{
  background-color: rgba(22, 77, 131, 0.5) !important;
  border: 1px solid #999;
  color: #fff !important;
  transition: all .3s ease;
}

.chooseAmounts .selAmts:hover div{
  border: 1px solid #777 !important;
  color: #333;
}

.chooseAmounts input {
  width: 100%;
  font-size: 21px !important;
  color: #222;
  font-weight: 500 !important;
  padding: 11px 12px 11px 12px !important;
  height: auto !important;
  border-radius: 5px !important;
  border: 1px solid #AEAEAE !important;
  background: #e1ecf7 !important;
  text-align: center !important;
}








/* 
#menu {
   width: 150px;
   height: 150px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin: -75px 0 0 -75px;
   list-style: none;
   font-size: 200%;
}

.menu-button {
   opacity: 0;
   z-index: -1;
}

.menu-button {
   width: 150px;
   height: 150px;
   position: absolute;
   left: 50%;
   top: 50%;
   margin: -75px 0 0 -75px;
   border-radius: 50%;
   background: #424242;
   background-size: 100%;
   overflow: hidden;
   text-decoration: none;
}

#menu:not(:target)>a:first-of-type,
#menu:target>a:last-of-type {
   opacity: 1;
   z-index: 1;
}

#menu:not(:target)>.icon-plus:before,
#menu:target>.icon-minus:before {
   opacity: 1;
}

.menu-item {
   width: 70px;
   height: 70px;
   position: absolute;
   left: 55%;
   line-height: 5px;
   top: 50%;
   margin: -50px 0 0 -50px;
   border-radius: 50%;
   background-color: #424242;
   transform: translate(0px, 0px);
   transition: transform 500ms;
   z-index: -2;
   transition: .5s;
}

.menu-item:hover{
opacity: 0.5;
 box-shadow: 0 5px 10px black; 
}


.menu-item a {
   color: #fff;
   position: relative;
   top: 30%;
   left: 0;
   text-decoration: none;
}

#menu:target>.menu-item:nth-child(6) {
   transform: rotate(60deg) translateY(-150px) rotate(300deg);
   transition-delay: 0s;
}

#menu:target>.menu-item:nth-child(5) {
   transform: rotate(20deg) translateY(-155px) rotate(-20deg);
   transition-delay: 0.1s;
}

#menu:target>.menu-item:nth-child(3) {
   transform: rotate(-20deg) translateY(-155px) rotate(20deg);
   transition-delay: 0.2s;
}

#menu:target>.menu-item:nth-child(4) {
   transform: rotate(-60deg) translateY(-150px) rotate(60deg);
   transition-delay: 0.3s;
}

.content{
 position: absolute;
 text-align: center;
 margin: -10px 0 0 -30px;
 top: 70%;
 left: 50%;
 font-size: 20px;
} */













.menu-toggle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1b538c;
  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 5;
  bottom: 25px;
  right: 25px;
  display: table;
  text-align: center;
  cursor: pointer;
}
.menu-toggle:hover {
  background-color: #103c67;
}
.menu-toggle span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  display: table-cell;
  vertical-align: middle;
  transition: 0.4s;
}
.menu-toggle span font {
  display: block;
  font-size: 13px;
}

.menu-toggle span::before {
  position: relative;
  content: "Pay";
  display: block;
  font-size: 13px;
}
.menu-toggle span::after {
  position: relative;
  content: "Bills";
}

.menu-toggle.open span::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  position: relative;
  right: 0;
  top: 0;
  content: "\2715";
  font-size: 28px;
}
.menu-toggle.open span::after {
  position: relative;
  content: "";
}

.btn-app {
  width: 4em;
  height: 4em;
  bottom: 25px;
  right: 15px;
  border-radius: 50%;
  position: fixed;
  background-color: #337cc5;
  color: #fff;
  text-align: center;
}
.btn-app .fa {
  line-height: 2.5em;
  font-size: 22px;
}
.open .btn-app {
  box-shadow: 4px 4px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .1s;
  transition: .1s;
  cursor: pointer;
}

.open .btn-app:hover {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transition: .1s;
  transition: .1s;
}
.menu-round {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.menu-round .btn-app {
  bottom: 2em;
  right: 2em;
  transition: 0.4s;
}
.menu-round.open .btn-app:nth-of-type(1) {
  right: 1.2em;
  bottom: 7.8em;
  transition-delay: 0.2s;
}
.menu-round.open .btn-app:nth-of-type(2) {
  right: 5.7em;
  bottom: 8.5em;
  transition-delay: 0.1s;
}
.menu-round.open .btn-app:nth-of-type(3) {
  right: 9.8em;
  bottom: 6.8em;
}
.menu-round.open .btn-app:nth-of-type(4) {
  right: 11.2em;
  bottom: 2.6em;
}
.menu-round.open .btn-app:nth-of-type(5) {
  right: 7em;
  bottom: 8px;
}
.menu-line {
  position: absolute;
  z-index: 2;
}
.menu-line .btn-app {
  bottom: 0;
  right: 0.5em;
  transition: 0.3s;
  transition-delay: 0.5s;
}

.div-icons span.hp-caption{
  color: #ce962f !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px;
}
.table_filter input.form-control {
  padding: 6px !important;
  height: auto !important;
  border-radius: 10px;
}
.table_filter input.form-control:focus {
  border: 1px solid #b7b6b6 !important;
  border-left: none !important;
}
.table_filter .input-group-text {
  padding: 17px 15px;
  border-radius: 10px;
}

.wallet_divs label {
  margin: 3px 0 4px 0 !important;
  font-size: 15.5px !important;
}
.wallet_divs input.form-control, .wallet_divs select.form-control {
  width: 100%;
  padding: 13px 10px !important;
  height: auto !important;
  border-radius: 10px !important;
  border: 1px solid #ccc;
  font-size: 16px !important;
  line-height: 20px !important;
}
.wallet_divs input.form-control {
  font-size: 20px !important;
  padding: 10px 10px !important;
}
.wallet_divs input.form-control::placeholder, .wallet_divs select.form-control::placeholder {
  font-size: 17px !important;
}
.wallet_divs button {
  padding: 20px 30px !important;
  border-radius: 10px !important;
  font-size: 17px !important;
}










/* Authentication */
.hp-authentication-page {
  position: relative;
  min-height: 100vh;
  margin: 0 !important;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hp-authentication-page .hp-auth-header-title {
    display: none;
  }
}
.hp-authentication-page .hp-logo-item {
  position: absolute;
  top: 0;
  left: 0;
}
.hp-authentication-page .hp-bg-item {
  margin-top: 100px;
}
.hp-authentication-page .hp-text-item {
  margin-top: -250px;
}
@media screen and (max-width: 767px) {
  .hp-authentication-page .hp-text-item {
    margin-top: -80px;
    padding: 0 24px;
  }
}
.hp-authentication-page .hp-or-line {
  position: relative;
}
.hp-authentication-page .hp-or-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #dfe6e9;
  z-index: -1;
}
.hp-authentication-page .hp-other-links a + a {
  position: relative;
  padding-left: 16px;
  margin-left: 16px;
}
.hp-authentication-page .hp-other-links a + a:before {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #636e72;
}
.loginform input.form-control {
  padding: 2px 20px !important;
  border-radius: 60px;
  font-size: 17px !important;
  height: auto !important;
}
.loginform input.form-control::placeholder {
  font-size: 15px !important;
}
.loginform button {
  padding: 17px 10px !important;
  border-radius: 60px;
  font-size: 16px !important;
  height: auto !important;
}
.hp-form-info span{
  font-size: 14px !important;
}
.mobile_logo{
  position: absolute;
  top: 15px;
  left: 15px;
  color: #333;
  font-size: 25px;
  font-weight: 600;
}

.progress_bar {
  margin: 20px 12px 30px 12px;
  width: 100%;
  height: 10px;
}

.statistics1 {
  background-color: #eee;
  border-radius: 5px 5px 20px 20px;
  margin-top: -35px;
}

.statistics h5 font{
  font-size: 14px !important;
  margin-left: 10px;
  color: #3270c0;
  position: relative;
  top: -1px;
  float: right;
  text-align: right;
}




.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab{
  cursor: pointer;
  padding:10px 30px;
  margin:0px 2px;
  background:#3270c0;
  display:inline-block;
  color:#fff;
  border-radius:5px 5px 0px 0px;
  /* box-shadow: 0 0.5rem 0.8rem #00000080; */
  
}
.panels{
  /* min-height:200px; */
  width:100%;
  border-radius:3px;
  overflow:hidden;
  padding:5px 5px 0 5px;
  margin-bottom: -5px;
  border-top: 1px solid #ccc;
}

.panel{
  display:none;
  animation: fadein .8s;
  
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:15px;
  font-weight:400;
  padding-top: 15px;
  text-align: center;
  color: #555;
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fffffff6;
  color:#333;
  /* border-top: 3px solid #000; */
}






@media (max-width: 991.98px) {
  .supports img {
    width: 185px !important;
  }
}





