/*-------------   Color variabel  --------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #333333;
}

.theme-bg {
  background: #5757cc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #333333;
}

.theme-color {
  color: #5757cc;
}

/*------------------- Responsive --------------------------*/
/*-------------   Color variabel  --------------*/
/*-- Background color---*/
.gray-bg {
  background: #f7f7fd;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #333333;
}

.theme-bg {
  background: #5757cc;
}

/*--- color------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #333333;
}

.theme-color {
  color: #5757cc;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: -15px;
  padding-left: -15px;
}

.col-2dot4 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 540px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-3dot5,
.col-sm-3dot5,
.col-md-3dot5,
.col-lg-3dot5,
.col-xl-3dot5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: -15px;
  padding-left: -15px;
}

.col-3dot5 {
  flex: 0 0 30%;
  max-width: 30%;
}

@media (min-width: 540px) {
  .col-sm-3dot5 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 720px) {
  .col-md-3dot5 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 960px) {
  .col-lg-3dot5 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1140px) {
  .col-xl-3dot5 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.ekyc_price {
  border-radius: 4px;
  padding-bottom: 5rem;
  background-image: url(/assets/img/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans";
}
.ekyc_price h1.title {
  text-transform: uppercase;
  margin-top: 3rem;
}
.ekyc_price div.note {
  font-size: 14px;
  color: #545454;
  line-height: 20px;
  margin-top: 2em;
}
.ekyc_price div.note span {
  font-weight: 600;
  margin: 3px 0;
}
.ekyc_price .tab {
  align-self: center;
  background: rgba(168, 179, 191, 0.2);
  border-radius: 29.5px;
  width: 100%;
  max-width: 200px;
  padding: 4px;
}
@media only screen and (min-width: 768px) {
  .ekyc_price .tab {
    max-width: 521px;
  }
}
.ekyc_price .tab button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 16px;
  transition: 0.3s;
  color: #AFAFAF;
  width: 100%;
  max-width: 186px;
}
.ekyc_price .tab button:hover {
  opacity: 0.6;
}
.ekyc_price .tab button.active {
  background: linear-gradient(100.8deg, #3749D6 -0.11%, #F4AE95 100%);
  border-radius: 118px;
  color: #fff;
}
.ekyc_price .price_wrapper {
  text-align: center;
  color: #333;
}
.ekyc_price .price_wrapper .transparent {
  opacity: 0;
}
.ekyc_price .price_wrapper > div {
  border: 1px solid #eee;
  background: #fff;
}
.ekyc_price .price_wrapper > div > span {
  display: block;
}
.ekyc_price .price_wrapper > div:first-child {
  border-top: 6px solid #FDD13A;
  border-radius: 8px 8px 0 0;
  height: 10.5rem;
  padding: 10px;
}
.ekyc_price .price_wrapper > div:first-child h5 {
  margin-top: 0.75em;
  font-weight: bold;
  font-size: 20px;
  font-family: "Open Sans";
}
.ekyc_price .price_wrapper > div:first-child .price {
  font-size: 24px;
  font-weight: bold;
  color: #4028A5;
}
.ekyc_price .price_wrapper > div:first-child .price + span {
  width: 100%;
  font-size: 12px;
  color: #757575;
}
.ekyc_price .price_wrapper > div:first-child .note {
  font-size: 12px;
  font-weight: 600;
  color: #4028A5;
  margin-bottom: 15px;
}
.ekyc_price .price_wrapper > div:last-child {
  border-radius: 0 0 8px 8px;
}
.ekyc_price .price_wrapper > div:last-child .btn {
  font-size: 14px;
  width: 100%;
  max-width: 200px;
  padding: 20px 0;
  margin-top: 17px;
  margin-bottom: 23px;
  border: none;
  background: linear-gradient(102.12deg, #3548D7 -23.92%, #C388AB 57.4%, #F4AE95 100%);
}
.ekyc_price .price_wrapper > div:not(:first-child) {
  padding: 8px;
  color: #111127;
}
.ekyc_price .price_wrapper > div:not(:first-child):nth-of-type(odd):not(:last-child) {
  background: #F6F6F6;
}
.ekyc_price .price_wrapper > div:not(:first-child):not(:last-child) {
  height: 56px;
}
.ekyc_price .price_wrapper.premium {
  background: linear-gradient(180deg, #3C3FCB 0%, #4029A7 100%);
  border-radius: 8px;
}
.ekyc_price .price_wrapper.premium > div {
  border-top: 1px solid #3F47FF;
  border-bottom: none;
}
.ekyc_price .price_wrapper.premium > div:first-child {
  background: url("/assets/img/bg-premium.png") top no-repeat;
  background-size: contain;
  color: #FFFFFF;
}
.ekyc_price .price_wrapper.premium > div:not(:first-child) {
  background: none;
}
.ekyc_price .price_wrapper.premium > div:not(:first-child):nth-of-type(odd):not(:last-child) {
  background: rgba(73, 78, 202, 0.5);
}
.ekyc_price .price_wrapper.premium > div span {
  color: #FFFFFF !important;
}
.ekyc_price .tabcontent:not(.active) {
  display: none;
}

.popover-smartvoice {
  width: 312px;
  max-width: 312px !important;
  z-index: 9999;
}
.popover-smartvoice .popover-header {
  background: #5757CC;
  color: #F6F6F6;
}
.popover-smartvoice .popover-body p {
  color: #111127;
  font-weight: 600;
}
.popover-smartvoice .popover-body p .rounded-circle {
  width: 24px;
  height: 24px;
  background: rgba(46, 46, 98, 0.1);
  display: inline-flex;
}
.popover-smartvoice .popover-body p .rounded-circle span {
  color: #5757CC;
  text-align: center;
  display: block;
  margin: auto;
}
/*# sourceMappingURL=prices.css.map */
