body {
    font-family: 'Open Sans', sans-serif;
}

.purchase-wrapper{
    display: flex;
    width: 100%;
}

.wrapper {
    display: flex;
}

.my-nav {
    background-color: #f8fafc;
    width: 100%;
    height: 75px;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 2px -10px 17px #c1c3c6;
}

/* dropdown image related */

.vodiapicker{
    display: none;
  }

  #a{
    padding-left: 0px;
    margin: 10px 0;
  }

  #a img, .btn-select img{
    width: 25px;

  }

  #a li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25%;
    cursor: pointer;
    }

  #a li:hover{
   background-color: #F4F3F3;
  }

  #a li img{
    margin: 5px;
  }

  #a li span, .btn-select li span{
    margin-left: 10px;
  }

  /* item list */

  .b{
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;

  }

  .open{
    display: show !important;
  }

  .btn-select{
    margin-top: 10px;
    width: 100%;
    max-width: 350px;
    height: 45px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding-left: 15px;

  }
  .btn-select li{
    list-style: none;
    float: left;
    padding-bottom: 0px;
  }

  .btn-select:hover li{
    margin-left: 0px;
  }

  .btn-select:hover{
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


  }

  .btn-select:focus{
     outline:none;
  }


/* end of dropdown image related */


.setfixed {
    width: 25%;
    padding: 0 2% 3% 2%;
    height: auto;
    position: fixed;
    left: 0;
    display: table;
}

.welcome {
    top: 0;
    height: 400px;
}

.contact {
    top: 5px;
    height: 50%;
}

.list {
    position: relative;
    left: 25%;
    width: 75%;
    height: auto;
}
.list-trans{
    border-radius: 10px;
    color: #292829;
    background-color: #8C399629;
    border: 1px solid #732F7B29;
    box-shadow: 1px 3px 3px #b6b4b7;
}
.list-2fa{
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #1d1c1c29;
    box-shadow: 1px 3px 3px #b6b4b7;
}
.sm {
    font-size: 12px;
}

.all-list {
    display: flex;
}

.my-select {
    border-radius: 4px;
    margin: 0 4px;
}


h1 {
    font-weight: 900;
}

.logout {
    list-style: none;
    cursor: pointer;
    right: 0;
    font-size: 1rem;
    font-weight: 500;
    color: darkslategrey;
    margin-right: 30px;
    text-transform: capitalize;
}

.logout:hover {
    color: #570ca2!important;
    text-decoration: none!important;
}

.logout i {
    margin: 0 8px;
}

.item {
    background-color: #fcfcfc;
    margin: 3%;
    padding: 2%;
}

.search-right {
    position: absolute;
    right: 50px !important;
}

.identifier {
    font-size: 13px;
    padding: 0px auto;
}

.input-group {
    float: right;
    right: 0;
    width: unset;
    min-width: 50%;
}

.topup {
    max-width: 350px;
    display: inline-block;
    height: 40px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background-color: #8C3996;
    border-radius: 5px;
    color: azure;
    padding: 6px;
    border: none;
    margin-top: 3%;
    cursor: pointer;
}

.topup:hover {
    text-decoration: none;
    background-color: #d8d4e6;
    color: #570ca2;
}

.my-footer {
    background-color: #f8fafc;
    border: none;
    display: table;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
    left: 0;
}

.contact-bottom {
    display: none;
}
.purchase-left {
    width: 60%;
    padding: 0 4%;
    display: grid;
    justify-content: center;
    align-items: center;
}
.purchase-right{
    width: 40%;
    padding: 0 4%;
    display: grid;
}
.m-show{
    display: none;
}

.purchase-right-contain{
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.card h4{
    margin-bottom: 25px;
    font-size: 1.2rem;
}
.card h5{
    font-size: 1rem;
}

@media screen and (max-width: 975px) {
    .purchase-wrapper{
        display: table;
    }
    .purchase-left{
        display: none;
    }
    .m-show{
        display: flex;
    }
    .purchase-right{
        width: 100%;
        margin: 25px 0 auto 0;
    }

    .my-footer{
        position: relative;
    }
}
@media screen and (max-width: 936px) {
    .wrapper {
        display: table!important;
        width: 100%;
    }

    .topup{
        width: 350px;
    }
    .setfixed {
        width: 100%;
        position: relative;
        height: unset;
    }

    .list {
        padding: 1.5%;
        left: unset;
        width: 100%;
    }

    .welcome {
        height: unset;
    }

    .contact {
        display: none;
    }

    .contact-bottom {
        display: block;
        /* margin: -2% 0 8% 0; */
        text-align: center;
    }

}


/* @media screen and (max-width: 1059px) { */
    .drop-on-mobile {
        width: 100%;
        padding: 0 20px;
        text-align: left;
        display: table;
        margin: 0 0 15px 0;
    }

    .search-right {
        position: relative;
        margin: auto;
        right: unset !important;

    }

    .input-group {
        float: unset;
    }

/* } */

@media screen and (max-width: 600px) {
    .page-link {
        font-size: 12px;
        padding: .3rem .35rem;
    }
    .purchase-right-contain{
        width: unset;
    }
    .m-show{
        font-size: 0.9em;
    }
    ul{
        margin-left: -25px;
    }
    .card h4{
        margin-left: unset;
        font-size: 1.25em;
    }
}

@media screen and (max-width: 500px) {
    .drop-on-mobile {
        width: 100%;
        padding: 0 0;
    }

    .topup{
        width: 100%;
    }

    .contact-bottom {
        display: block;
        margin: -2% 0 22% 0;
        position: relative;
        top: 0;
        left: 0;
    }
}

.partner-img{
    width: 240px;
    height: auto;
    margin: 10px auto;
}

.partner-img-mobile{
    width: 160px;
    height: auto;
    margin: 10px auto;
}
