/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Roboto-Regular.woff) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* Default CSS */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
}

button,
input,
textarea,
select {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  /* appearance: none; */
}
button:disabled {
  background-color: #b5b5b5;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
}

p {
  margin: 0 0 0 0;
  padding: 0;
}

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

input,
select,
textarea,
.paybtn:focus,
.sp-modal-header .close:focus {
  text-decoration: none;
  outline: 0;
}

input:disabled::placeholder {
  color: #e0e0e0;
}

.radio[disabled],
.radio-label.disabled {
  cursor: default;
}

.clearboth {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.hide-blk {
  display: none;
}

.show-blk {
  display: block;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  --moz-appearance: textfield;
}

/* ------------------------------------------my css start---------------------------- */
.customer-views-logos {
  text-align: center;
  padding: 25px 0px;
 /* max-height: 50px;*/
}
.customer-views-logos img{
	max-height: 70px;
}

.customer-view-main-div {
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
}

.customer-view-inner-div {
  text-align: center;
  max-width: 336px;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 24px;
  margin:30px auto;
}
.customer-view-heading-div {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}

.customer-view-sub-txt {
  font-size: 14px;
  font-weight: 400;
  color: #2f2e2e;
  margin-bottom: 16px;
}

.customer-amount-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.customer-pay-amount-sec {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid #000;
  max-width: 122px;
}

.customer-curr-sec {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-right: 12px;
}

.customer-input-details {
  border: 1px solid #c4c4c4;
  padding: 13px;
  margin-top: 24px;
  text-align: start;
  border-radius: 4px;
}

.customer-inner-input-field {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
}

.customer-submit-btn {
  border-radius: 5px;
  background: #3982e4;
  padding: 14px 16px;
  color: #fff;
  margin-top: 24px;
  min-width: 280px;
  cursor: pointer;
}

.bands-logos-div {
  margin-top: 43px;
}

.bands-logos-sec1 {
	/* 
  display: flex;
  justify-content: space-between;*/
  margin-bottom: 24px;
}
.visac-logo-sel{
	height: 20px;
}
.mcs-logo-sel{
	height: 35px;
}


/*.bands-logos-sec2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bands-logos-sec3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}*/

.bands-names-dev {
  display: flex;
  justify-content: center;
}

.bands-names-txt {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.logo-img {
   height: 12px;
   margin-left: 3px;
}
/* ------------------------------------------my css end---------------------------- */
