
body.pricing{
  font-family: 'Inter', sans-serif !important;
  font-style: normal;
}
.page-wrapper{
    float: left;
    width: 100%;
}
.page-wrapper .header-section{
    /*background: #E9EEF7;
    background: linear-gradient(90deg,rgba(233, 238, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 238, 247, 1) 100%);*/
    background-image: url('../images-new/pricing/header-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: fit-content;
    display: block;    
}

/* Bootstrap container override */
/*.container {
    max-width: 1140px !important;
    margin: 0 auto;
    position: relative;
}*/

/* Main title - responsive */
.page-wrapper .header-section .main-title {
  font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 26px;
    margin-top: 42px;
    color: #0f172a;
    line-height: 48px;
}
.page-wrapper .header-section .main-title span{
    color: #0069fd;
}

/* Pricing cards container - Bootstrap grid */
.page-wrapper .header-section .pricing-cards {
    display: block;
    border-radius: 12px;
    margin-bottom: 10px;
}

/* Card base styles - Bootstrap responsive */
.page-wrapper .header-section .card {
    padding: 20px 20px 20px 15px;
    /*display: flex;
    flex-direction: row;*/
    color: #0f172a;
    box-sizing: border-box;
   /* flex-grow: 1;
    margin-bottom: 20px;*/
}

/* Standard card - Bootstrap responsive */
.page-wrapper .header-section .standard-card {
    background-color: #fff;
    /*justify-content: space-between;*/
    border-radius: 10px 0px 0px 10px;
    /*flex-direction: row;*/
    box-shadow: 0 0 15px 9px rgba(138,149,164,0.1);
    /*height: 100%;
    gap: 27px;*/
}

/* Custom card - Bootstrap responsive */
.page-wrapper .header-section .custom-card {
    background-color: #161a1c;
    color: #fff;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0px 10px 10px 0px;
    box-shadow: none;
    /*height: 100%;*/
    padding: 20px 44px 20px 30px;
}

/* Card content */
.page-wrapper .header-section .card-content {
  /*flex: 1;*/
  font-size: 14px;
  line-height: 22px;
  /*padding: 0;*/
}
.page-wrapper .header-section .standard-card .card-content {
  padding-right: 27px;
  /*max-width: 57%;*/
  padding-right: 258px;
  color: #060e3b !important;
}

.page-wrapper .header-section .standard-card .card-content p.divider span{
    color: #0069fd;
}
.page-wrapper .header-section .standard-card .card-content p.divider{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.page-wrapper .header-section .standard-card .card-content .custom-list{
  margin-top: 16px;
}
.page-wrapper .header-section .standard-card .card-content .custom-list .list {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap:8px;  
}
.page-wrapper .header-section .standard-card .card-content .custom-list .list .list-icon svg{
    width: 17px;
    height: 17px;
    float: left;
}
.page-wrapper .header-section .standard-card .card-content .custom-list .list .list-content{
    padding-bottom:13px;
    border-bottom: 0px solid #3d434b;
    width: 100%;
}
.page-wrapper .header-section .standard-card .btn{
  margin-top: 11px;
}


/* Card content h2 */
.page-wrapper .header-section .card-content h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 11px;
  margin-top: 0px;
}

/* Card content p */
.page-wrapper .header-section .card-content p {
  margin-bottom: 10px;
  position: relative;
}

.page-wrapper .header-section .custom-card .card-content p{
  margin-bottom: 21px;
  position: relative;
  font-size: 15px;
}
.page-wrapper .header-section .custom-card .card-content .custom-list{
  color: #aeb8cd;
}
/* Card content strong */
.page-wrapper .header-section .card-content strong {
  font-weight: 700;
}

/* Card pricing */
.page-wrapper .header-section .card-pricing {
  display: inline-block;
  /*flex-direction: column;
  gap: 21px;*/
  max-width: 100%;
  min-width: 230px;
  /*justify-content: center;
  width: 100%;*/
  color: #060e3b;
  font-weight: 700;
  background-color: transparent;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  /*flex-shrink: 0;*/
}
/* Online payment block */
.page-wrapper .header-section .card-pricing .online-payment {
  background-color: #f5f8fb;

  border-radius: 8px;
  padding: 36px 0px 16px 0px;
  font-size: 60px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 20px;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;*/
  margin-top: 0;
}
.page-wrapper .header-section .card-pricing .online-payment .request_btn{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 7px 30px;
  background-color: #fff;
  border-radius: 4px;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #0069fd;
  margin-top: 33px;
  display: inline-block;
}
.page-wrapper .header-section .card-pricing .online-payment .request_btn span {
  color: #0069fd;
}

/* Online payment label */
.page-wrapper .header-section .card-pricing .online-payment .label {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  margin-top: 13px;
  margin-bottom: 15px;
  padding: 0px;
    color: #060e3b;
}
.page-wrapper .header-section .card-pricing .online-payment .price, .page-wrapper .header-section .card-pricing .offline-payment .price{
  color: #0069fd;
}
.page-wrapper .header-section .card-pricing .online-payment .label span.title, .page-wrapper .header-section .card-pricing .offline-payment .label span.title{
  font-size: 16px;
  line-height: 20px;
  color: #060e3b;

}
.page-wrapper .header-section .card-pricing .online-payment .label span, .page-wrapper .header-section .card-pricing .offline-payment .label span{
    color: #0069fd;
}

/* Offline payment block */
.page-wrapper .header-section .card-pricing .offline-payment {
    background-color: #f5f8fb;
  border-radius: 8px;
  /*padding: 1rem 1.25rem;*/
  padding: 27px 40px 25px 40px;
  font-size: 52px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 0;
  
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  /*flex-grow: 1;*/
}

/* Offline payment label */
.page-wrapper .header-section .card-pricing .offline-payment .label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin-top: 7px;
  padding: 0px;
    color: #060e3b;
}

/* Buttons */
.page-wrapper .btn {
  display: inline-flex;
  align-items: center;
  background-color: #0069fd;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 6px 26px 9px 14px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 2px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-wrapper .btn svg {
  position: relative;
  top: 1px;
  left: 14px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-3px);
  transition: all .3s ease;
}
.page-wrapper .btn:hover svg{
    transform: translateX(0);
}

.page-wrapper .btn:hover {
  background-color: #0069fd;
}

.page-wrapper .btn .arrow {
  margin-left: 0.5rem;
  font-weight: 700;
}

/* Custom card list */
.page-wrapper .header-section .custom-list {
  
  margin-right:0px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}


.page-wrapper .header-section .custom-list .list {
  position: relative;
  padding-left: 2px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  gap:13px;  
}
.page-wrapper .header-section .custom-list .list .list-icon svg{
    width: 17px;
    height: 17px;
    float: left;
}
.page-wrapper .header-section .custom-list .list .list-content{
    padding-bottom:12px;
    border-bottom: 1px solid #3d434b;
    width: 100%;
}
.page-wrapper .header-section .custom-list .list:last-child .list-content{
  border-bottom: 0px solid #3d434b;
  padding-bottom:12px;
}
.page-wrapper .header-section .custom-list .list:last-child{
  margin-bottom:10px;
}

.page-wrapper .header-section .information-text{
  display: block;
  margin-top: 5px;
  margin-left: 5px;
}
.page-wrapper .header-section .information-text span{
  display: inline-block;
  margin-right: 7px;
  float: left;
}

.page-wrapper .main-section{
    
    margin-bottom: 150px;
}


/* Tabs */

.page-wrapper .main-section .tab-section .tabs {
  display: flex;
  margin-bottom: 0;
  margin-top: 60px;
}

.page-wrapper .main-section .tab-section .tabs .tab {
    background-color: transparent;
    border: none;
    border-radius: 8px 8px 0 0;
    padding: 18px 34px 23px 34px;
    font-weight: 600;
    cursor: pointer;
    color: #060e3b;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    display: inline-block;
    margin: 0 0;
    font-size: 16px;
    z-index: 8;
}
.page-wrapper .main-section .tab-section .tabs .tab:hover{
  color: #267ef9;
}
.page-wrapper .main-section .tab-section .tabs .tab.left {
    padding: 18px 34px 23px 38px;
}
.page-wrapper .main-section .tab-section .tabs .tab.active::before {
	content: '';
    position: absolute;
    top: -24px;
    right: -17px;
    bottom: 0;
    left: -17px;
    z-index: -1;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 10px 5px rgba(138,149,164,0.15);
    transform: perspective(9px) rotateX(2deg);
    transform-origin: bottom;
    margin-bottom: -1px;
    border-top-width: 1px;
    background: #fff;
    transition: all 0.3s ease;
}
.page-wrapper .main-section .tab-section .tabs .tab.left.active::before {
	content: '';
    position: absolute;
    top: -11px;
    right: -9.7px;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 10px 5px rgba(138,149,164,0.15);
    transform: perspective(9px) rotateX(1deg);
    transform-origin: bottom left;
    margin-bottom: -1px;
    border-top-width: 1px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}
.page-wrapper .main-section .tab-section .tabs .tab.left.active:after{
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: -12px;
    top: auto;
    left: 0;
    right: -36px;
    height: 12px;
    /*clip-path: polygon(0px -72%, 97% -82.00%, 100% 100%, 0% 100%);*/
}
.page-wrapper .main-section .tab-section .tabs .tab.active:after{
    content: '';
    position: absolute;
    background-color: #fff;
    bottom: -12px;
    top: auto;
    left: -38px;
    right: -36px;
    height: 12px;
    /*clip-path: polygon(0px -72%, 97% -82.00%, 100% 100%, 0% 100%);*/
}

.accordion-header {
    display: none; /* hidden on desktop */
}
.page-wrapper .main-section .tab-section .tabs .tab.active {
  background-color: #fff;
  color: #267ef9;
  z-index: 8;
}

/* Tab content */
.page-wrapper .main-section .tab-section .tab-content {
  background-color: #fff;
  /*border-radius: 0 15px 15px 15px;*/
  border-radius: 10px;
  display: none;
  box-shadow: 0px 0px 10px 5px rgba(138,149,164,0.15);

  overflow: hidden;   /* collapsed by default */
  opacity: 0;         /* invisible when closed */
  transition: max-height 0.4s ease, opacity 0.3s ease;
}

.page-wrapper .main-section .tab-section .tab-content.active {
  display: block;
  opacity: 1;
}

/* Payment section */
.page-wrapper .payment-section {
  display: flex;
  border-bottom: 1px solid #e7ecf1;
}
.page-wrapper .payment-section:last-child{
  border-bottom: 0px;
}
.page-wrapper .payment-section .left-side{
    flex: 2 1 auto;
    background-color: #fff;
    border-radius: 0px;
    padding: 28px 0 20px 40px;
}
.page-wrapper .payment-section .right-side{
    background-color: #f5f8fb;
    padding: 28px 40px 0 30px;
    border-radius: 0px;
    min-width: 300px;
    max-width: 300px;
    flex: 1 1 0;
    text-align: center;
}

.page-wrapper .payment-section.top .left-side{
    flex: 2 1 auto;
    border-radius: 10px 0px 0px 0;
    padding: 30px 40px 20px 40px;
}
.page-wrapper .payment-section.top .right-side{
    flex: 1 1 0;
    padding: 34px 40px 0px 30px;
    border-radius: 0 10px 0px 0;
    text-align: center;
}
.page-wrapper .payment-section.bottom .left-side{
    flex: 2 1 auto;
    border-radius: 0px 0 0 10px;
    padding: 34px 0 20px 40px;
}
.page-wrapper .payment-section.bottom .right-side{
    flex: 1 1 0;
    padding: 34px 40px 30px 30px;
    border-radius: 0 0px 10px 0;
    text-align: center;
}


/* Payment header */
.page-wrapper .payment-section .payment-header {
    display: block;
  font-weight: 600;
  color: #060e3b;
  font-size: 16px;
  line-height: 25px;
}
.page-wrapper .tab-pane{
  display: none;
}
.page-wrapper .payment-section.top .payment-header {
    padding-bottom: 10px;
}

.page-wrapper .payment-section .payment-item{
    display: flex;
    padding: 18px 0;
    border-bottom: 1px dashed #dfe6ec;
}
.page-wrapper .payment-section .payment-item:first-child{
    padding: 0px 0px;
}
.page-wrapper .payment-section .payment-item:last-child{
    border-bottom: 0px;
}
.page-wrapper .payment-section .payment-item .payment-description{
    display: flex;
    flex-wrap: nowrap;
    min-width: 163px;
    font-size: 14px;
    font-weight: 400;
    color: #7b7f95;
}

/* Payment title */

/* Payment fee info */
.page-wrapper .payment-section .payment-fee-info {
  flex: 1;
  text-align: left;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #1e293b;
  vertical-align: top;
}
.page-wrapper .payment-section .payment-fee-info .info-icon{
  display: inline-block;
  bottom: -3px;
  position: relative;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.page-wrapper .payment-section .payment-fee-info .tooltip.bottom{
  margin-top: 0px; /* Adjust vertical position */
  margin-left: -75px; /* Adjust horizontal position */
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.page-wrapper .payment-section .payment-fee-info .tooltip .tooltip-inner{
  background-color: rgba(255, 254, 254, 1);
  opacity: 1;
  border:0px solid #6c6e7f;
  color:#6c6e7f;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  border-radius: 5px;
  padding: 14px;
  max-width: 161px;
  box-shadow: 0px 0px 10px 5px rgba(138,149,164,0.15);
}
.page-wrapper .payment-section .payment-fee-info .tooltip.bottom .tooltip-arrow{
  border-bottom-color: transparent;
}
.page-wrapper .payment-section .payment-fee-info .amount{
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    margin-bottom: 10px;
}
.page-wrapper .payment-section .payment-fee-info .small-text {
  font-weight: 400;
  font-size: 13px;
  color: #9497a4;
  margin-top: 3px;
}


/* Logos container */
.page-wrapper .payment-section .logos {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
/* Logos images */
.page-wrapper .payment-section .logos img {
  max-width: 120px;
}
.page-wrapper .payment-section .logos.currency{
  gap: 15px 37px;
}
.page-wrapper .payment-section .logos.currency img{
  height: 30px;
  max-width: 30px;
  min-width: 30px;
  margin-right: 5px;
}
.page-wrapper .payment-section .logos.currency span.currency-type{
  font-size: 15px;
  font-weight: 400;
  color: #060e3b;
}


/* More link */
.page-wrapper .payment-section .more {
  font-size: 13px;
  color: #6c6e7f;
  cursor: pointer;
  margin: left 0;
}
.page-wrapper .payment-section .more:hover{
  color: #0069fd;
}

/* Modal styles */
.modal-dialog{
  background: #fff;
  max-width: 800px;
  margin: 90px auto;
  width: 100%;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.modal.show {
    opacity: 1;
    pointer-events: auto;
}

.modal-body {
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  overflow-y: auto; 
}

.close-button {
  color: #aaa;
  background-color: transparent;
  border: 0px;
  float: right;
  font-size: 28px;
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-header{
  padding: 18px 30px;
  border-bottom: 0px solid #e5e5e5;
  background-color: #f5f8fb;
  border-radius: 6px;
}
.modal .modal-header .modal-title{
  font-size: 18px;
  font-weight: 600;
  color: #060e3b;
}

.modal .modal-body{
  border: none;
  margin-top: 0px;
  box-shadow: none;
  padding: 30px;
  /*height: 650px;*/
  overflow: auto;
}
.modal .modal-body ul{
  list-style-type: none;
  padding-left: 16px;
  column-count: 3;
}
.modal .modal-body ul li{
  font-size: 14px;
  line-height: 30px;
  list-style-type:decimal;
  margin-bottom: 0;
  color: #060e3b;
}

#netbanking-popup .modal-dialog{
  max-width: 950px;
}
#pricing-popup .modal-body{
  min-height: 650px;
  height: 100%;
  overflow-y: hidden;
  overflow-x:hidden;
}
#wallets-popup .modal-body ul{
  column-count: 3;
}
#netbanking-popup .modal-header, #offline-netbanking-popup .modal-header{
  padding-bottom: 15px;
}


/* Value Added Services tab styles */
#value-added{
    border-radius: 10px;
}
.value-added-section {
  padding: 12px 40px 35px 40px;
}

.value-added-group {
  padding: 30px 0;
  border-bottom: 1px solid #e7ecf1;
}
.value-added-group:last-child{
  border-bottom: 0px;
  padding-bottom: 0;
}
.value-added-group .tab-date-title{
  margin-right: 10px;
  display: block;
  /*flex-direction: row;
  gap: 10px;*/
}
.value-added-group .tab-date-title .image{
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.value-added-group .tab-date-title h3{
  /*display: flex;*/
  padding: 5px 0;
}
.value-added-group .tab-date-title svg{
  display: inline-block;
}


.value-added-group h3{
  font-family: 'Inter', sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #060e3b;
    font-weight: 600;
}


.value-added-items-warp{
  display: flex;
}
/*.value-added-items {
  display: flex;
  gap: 30px 20px;
  flex-wrap:wrap;
  margin-top: 15px;
}*/
.value-added-item {
  background-color: #f5f8fb;
  border-radius: 8px;
  padding: 18px 20px;
  /*flex: 0 0 300px;*/
  max-width: 300px;
  min-width: 180px;
  color: #1e293b;
  margin-top: 26px;
  margin-right: 30px;
}

.value-added-group .single {
    display: flex;
    gap: 10px 20px;
    padding: 10px 0;
    align-items: center;
}
.value-added-group .single .image{
  flex-grow: 0;
  height: auto;
  align-content: center;
  float: left;

}
.value-added-group .single h3{
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    /*flex-grow: 1;
    
    align-content: center;*/
}
.value-added-group button{
  float: right;
}

.item-title {
  font-weight: 600;
  margin-bottom: 21px;
  font-size: 15px;
  color: #060e3b;
}
.item-price-wrap{
    position: relative;
    padding-left: 15px;
}
.item-price-wrap::before{
    content: "";
    bottom: 0px;
    left: 0;
    top: 4px;
    right: auto;
    position: absolute;
    border-radius: 5px;
    height: 46px;
    width: 3px;
    background-color: #0069fd;
}
.item-price {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #060e3b;
}

.item-price span {
  font-weight: 400;
  font-size: 15px;
  margin-left: 0.25rem;
}

.item-subtext {
  font-size: 13px;
  line-height: 20px;
  color: #6c6e7f;
}

/* Accordion styles*/
.page-wrapper .main-section .tab-section .accordion .tab-content.active {
  display: block;
  padding: 0px;
}
.page-wrapper .main-section .tab-section .accordion .accordion-header{
  display: none;
}

.page-wrapper .main-section .asuc-banner {
  border-radius: 0 0 10px 10px;
  padding: 12px 20px 17px 20px;        
  max-width: 994px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /*clip-path: polygon(-0.6% -6.35%, 97.40% -9.24%, 93.7% 108.9%, -0.71% 108%);*/
}
.page-wrapper .main-section .asuc-banner:after{
  content: "";
  position: absolute;
  left: -16px;
  top: -1px;
  right: 35px;
  bottom: 5px;
  border-radius: 0 0px 10px 0;
  background: #F2F8FF;
  background: linear-gradient(90deg,rgba(242, 248, 255, 1) 0%, rgba(231, 246, 250, 1) 100%);
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
  -o-transform: skew(-24deg, 0deg);
  -ms-transform: skew(-24deg, 0deg);
  transform: skew(-24deg, 0deg);
  box-shadow: 0px 0px 12px rgba(0,0,0,0.10);
  z-index: -1;
}
.page-wrapper .main-section .asuc-banner .asuc-header {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
  width: fit-content;
}
.page-wrapper .main-section .asuc-banner .asuc-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #2c3e50;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper{
  display: flex;
  border-radius: 10px;
  z-index: 2;
  position: relative;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: #fff;
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
  -o-transform: skew(-24deg, 0deg);
  -ms-transform: skew(-24deg, 0deg);
  transform: skew(-24deg, 0deg);
  box-shadow: 0 0px 5px -1px rgb(136, 146, 161, 0.4);
  z-index: -1;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag {
  color: #fff;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  z-index: 3;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px 0 0 10px;
  background: #0069fd;        
  -moz-transform: skew(-24deg, 0deg);
  -webkit-transform: skew(-24deg, 0deg);
  -o-transform: skew(-24deg, 0deg);
  -ms-transform: skew(-24deg, 0deg);
  transform: skew(-24deg, 0deg);
  z-index: -1;
  width: 150px;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag span {
  font-size: 12px;
  opacity: 0.9;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper .waived-text {
  color: #060e3b;
  font-size: 13px;
  padding: 10px 20px;
}
.page-wrapper .main-section .asuc-footer {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
  text-align: center;
}
/* Buttons */
.pricing-btn .btn {
  background-color: #2563eb;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.875rem;
}
#pricing-popup iframe{
  width: 100%;
  height: 100%;
  min-height: 650px;
}

/*#pricing-popup .form-container{
  margin-top: 0px;
}
#pricing-popup .form-container .form-row{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#pricing-popup .form-container .form-row .form-col.form-col-50{
  width: calc(50% - 20px * 0.5);
}
#pricing-popup .form-container .form-group {
  margin: 0;
  position: relative;
}
#pricing-popup .form-container .form-group .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #36364e;
  margin-bottom: 8px;
  text-align: left;
}

#pricing-popup .form-container .form-group .form-control, #pricing-popup .form-container .form-group .ms-choice, #pricing-popup .form-container .form-group select, #pricing-popup .form-container .form-group textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #cfd6e3;
  border-radius: 4px;
  font-size: 13px;
  min-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
} 
#pricing-popup .form-container .form-group .multiple-select .ms-choice > span {
  top: 12px;
  right: 40px;
  padding-left: 12px;
  line-height: 1.2;
}
#pricing-popup .form-container .form-group .multiple-select .ms-drop {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cfd6e3;
  margin-top: 2px;
}
.form-container .form-group .multiple-select .ms-drop ul {
  padding-top: 6px;
  padding-bottom: 6px;
  column-count: 1;
}
.form-container .form-group .multiple-select .ms-drop ul li {
  padding: 6px 10px;
  line-height: normal;
}
.form-container .form-group .multiple-select .ms-drop input[type="checkbox"] {
  margin-top: 3px;
  margin-left: -12px;
}
.form-container .form-group .multiple-select .ms-drop ul li label span {
  font-size: 13px;
  padding-left: 13px;
  line-height: 20px;
}
#pricing-popup .form-container .form-group .multiple-select .ms-choice .icon-caret {
  border: 0;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M7 10l5 5 5-5" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  top: 13px;
  right: 15px;
}


#pricing-popup .form-container .form-error {
  display: none;
  color: #f44336;
  font-size: 11px;
  margin-top: 3px;
}
#pricing-popup .form-container .form-row .form-col.form-col-100 {
  width: 100%;
}
#pricing-popup .form-container .reCAPTCHA-policy {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 11px;
  color: #36364e;
  opacity: 0.6;
}
#pricing-popup .form-container .reCAPTCHA-policy a {
  color: #0069fd;
  text-decoration: none;
}
#pricing-popup .form-container .form-footer .form-btn {
  min-width: 170px;
  margin: 0 auto;
}
#pricing-popup .form-container .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  border: 0;
  outline: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 20px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  min-height: 40px;
  background: #009ddc;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  font-weight: 600;
  cursor: pointer;
}
#pricing-popup .form-container .button .angle-line-arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#pricing-popup .form-container .button:hover .angle-line-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}*/
#pricing-popup .form-container .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  gap: 12px;
}

/* Responsive */
@media (min-width: 1024px) and (max-width: 1194px){
  .page-wrapper .header-section .card{
    padding: 20px;
  }
  .page-wrapper .header-section .standard-card{
    padding: 20px;
  }
  .page-wrapper .header-section .card-content h2{
    font-size: 22px;
  }
  .page-wrapper .header-section .card-content{
    font-size: 13px;
    line-height: 21px;
  }
  .page-wrapper .header-section .standard-card .card-content{
    padding-left: 0;
    padding-right: 200px;
  }
  
  /*.page-wrapper .header-section .card-pricing{
    max-width: 200px;
    width: auto;
  }*/
  .page-wrapper .header-section .card-pricing .online-payment,
  .page-wrapper .header-section .card-pricing .offline-payment{
    padding: 27px 13px;
  }
  .page-wrapper .header-section .card-content p.divider{
    margin: 17px 0;
  }
  .page-wrapper .header-section .card-content p.divider::after {
    top: -8px;
  }

  .page-wrapper .main-section .asuc-banner .asuc-header h3{
    font-size: 15px;
  }
  .page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper .waived-text{
    font-size: 12px;
  }
  .page-wrapper .main-section .asuc-footer{
    width: 80%;
    margin: 10px auto;
  }

}
@media (max-width: 992px) {
  .page-wrapper .header-section .standard-card{
    display: inline-block;
    height: 350px;
    border-radius: 10px 10px 0 0;
  }
  /*.page-wrapper .header-section .standard-card .card-content{
    max-width: 66%;
  }*/
  .page-wrapper .header-section .card-content{
    padding: 0px;
  }
  .page-wrapper .header-section .custom-card{
    display: block;
    height: auto;
    border-radius: 0 0 15px 15px;
  }
  .page-wrapper .header-section .card{
    margin-bottom: 0;
  }

  .page-wrapper .header-section .card-pricing{
    margin-top: 0px;
  }
  .page-wrapper .header-section .custom-list{
    margin-right: 10px;
  }
  .page-wrapper .main-section .tab-section .tab-content.active{
    display: inline-block !important;
    
  }
.page-wrapper .main-section .tab-section .tabs .tab.active::after{
    right: -23px;
  }
.page-wrapper .main-section .tab-section .tabs .tab:nth-child(2).active::after{
    right: -18px;
  }
  .page-wrapper .payment-section .payment-item{
    padding: 15px 0;
    display: block;
  }
  .page-wrapper .payment-section .payment-item .payment-description{
    margin-bottom: 15px;
  }
  .page-wrapper .payment-section .left-side{
    padding: 20px 20px 20px 40px;
  }
 .page-wrapper .main-section .tab-section .accordion .tab-content.active{
    display: block;
  }    
  .value-added-item{
    margin-right: 15px;
  }

  .page-wrapper .main-section .asuc-banner{
  background: linear-gradient(90deg,rgba(242, 248, 255, 1) 0%, rgba(231, 246, 250, 1) 100%);
  border-radius: 10px;
  margin-top: 15px;
  padding: 13px;
}
.page-wrapper .main-section .asuc-banner .asuc-header{
  flex-wrap: nowrap;
}
.page-wrapper .main-section .asuc-banner .asuc-header h3{
  font-size: 13px;
  line-height: 18px;
  width: 46%;
}

.page-wrapper .main-section .asuc-banner::after, .page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper::before,
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag::after{
  display: none;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag::after{
  transform: skew(0deg, 0deg);
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper{
  background: #ffffff;
  border-radius: 10px;
  align-items: center;
  flex-shrink: 23;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag{
  background: #4da3ff;
  padding: 16px 10px;
  border-radius: 10px 0 0 10px;
  width: 35%;
}
.page-wrapper .main-section .asuc-banner .asuc-header .price-tag-wraper .waived-text{
  width: 65%;
  padding: 10px;
  padding-left: 15px;
  border-radius: 0px 10px 10px 0px;
}
.page-wrapper .main-section .asuc-footer{
  width: 80%;
  margin: 15px auto;
}
    
}

@media (max-width: 768px) {
  .page-wrapper .header-section .pricing-cards{
    margin-bottom: 10px;
  }

  .page-wrapper .header-section .standard-card{
    height: auto;
  }

  .page-wrapper .header-section .standard-card .card-content{
    padding-right: 0;
    margin-bottom: 0px;
  }

  .page-wrapper .header-section .card-pricing{
    width: 100%;
    max-width:none;
    position: relative;
    margin-bottom: 0px;
  }
  .page-wrapper .header-section .card-pricing .online-payment,
   .page-wrapper .header-section .card-pricing .offline-payment{
    width: 48%;
    display: inline-block;
  }
   .page-wrapper .header-section .card-pricing .online-payment{
    margin-right: 20px;
   }
  .page-wrapper .header-section .custom-card{
    padding: 20px;
  }
  .page-wrapper .header-section .custom-card .card-content{
    padding: 0;
  }
  
  .page-wrapper .payment-section{
    display: block;
  }
  /*.page-wrapper .main-section .tabs + .page-wrapper .main-section .tab-content {
      display: none;
      padding: 10px;
      border: 1px solid #ddd;
      border-top: none;
      max-height: 0%;
      overflow: hidden;
      transition: max-height 0.3s ease;
  }*/
.page-wrapper .main-section .tab-section .tabs{
    display: none;
  }
  /*.page-wrapper .main-section .tab-section .accordion .tab-content{
    height: 0;
    transition: height 300ms ease;
  }*/
.page-wrapper .main-section .tab-section .accordion .tab-content.active { 
    padding: 0px;
    margin-bottom: 30px;
  }
  .page-wrapper .main-section .tab-section .accordion #value-added.active{
    padding: 15px;
  }
    
  /* Accordion styling */
  .page-wrapper .main-section .tab-section .accordion .accordion-header {
      /*border-bottom: 1px solid #ddd;*/
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      display: inline-block;
      color: #060e3b;
      width: 100%;
      padding: 16px 15px;
      margin-bottom: 10px;
      border-radius: 8px;
      box-shadow: 0px 0px 5px 3px rgba(138,149,164,0.1);
      position: relative;
  }
  .accordion-header::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.page-wrapper .main-section .tab-section .accordion-item:first-child .accordion-header{
  margin-top: 40px;
}
.accordion-header.active::after {
    transform: translateY(-50%) rotate(-135deg); /* arrow up when open */
}
  .page-wrapper .main-section .accordion .accordion-item:last-child .accordion-header{
    border-bottom: 0px;
  }
  .page-wrapper .main-section .tab-section .accordion-header.active {
      color: #0069fd;
      border-bottom: 0px !important;
  }

  .page-wrapper .main-section .tab-section .accordion { display: block; }

  /* Tab content */
.page-wrapper .main-section .tab-section .tab-content {
  display: inline-block;
  overflow: hidden;
  max-height: 0;      /* collapsed by default */
  opacity: 0;         /* invisible when closed */
  transition: max-height 0.4s ease, opacity 0.3s ease;
  padding: 0px;
}

.page-wrapper .main-section .tab-section .tab-content.active {
  display: inline-block;
  max-height: 4000px; /* big enough to cover content */
  opacity: 1;
}



  
  .page-wrapper .payment-section .left-side{
    padding: 30px 20px 0 20px;
  }
  .page-wrapper .payment-section.top .left-side{
    padding: 30px 20px 0 20px;
    border-radius: 10px 10px 0px 0;
  }
  .page-wrapper .payment-section.bottom .left-side{
    padding: 30px 20px 0 20px;
  }

  .page-wrapper .payment-section.top .right-side {
    padding: 16px 20px 30px 20px;
    border-radius: 10px;
    min-width: auto;
    margin: 20px;
    margin-top:0px;

  }
  .page-wrapper .payment-section .right-side{
    padding: 16px 20px 30px 20px;
    border-radius: 10px;
    min-width: auto;
    margin: 20px;
    margin-top:0px;
    max-width: 100%;
  }
   .page-wrapper .payment-section.bottom .right-side{
    padding: 16px 20px 16px 20px;
    border-radius: 10px;
    min-width: auto;
    margin: 20px;
    margin-top:0px;
  }
  
  #offline .payment-section.top .right-side, 
  #offline .payment-section.bottom .right-side,
  #offline .payment-section .right-side{
    background-color: transparent;
    text-align: left;
    padding-left: 0;
  }
  
  
  
  .value-added-section {
    padding: 0px;
  }
  
  .payment-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .payment-fee-info {
    text-align: left;
    margin-top: 0.5rem;
  }

  .value-added-item {
    max-width:inherit !important;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .value-added-group{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .value-added-group h3{
    margin-bottom: 0px;
  }
  .value-added-group .tab-date-title{
    margin-right: 0;
  }
  .value-added-group .single{
    /*display: flex;
    gap: 10px 20px;*/
    padding: 10px 20px 10px 0;
    align-items: center;
  }
  .value-added-group .action{
    padding: 10px 20px 10px 0;
    align-items: left;
  }
  .value-added-group .action button{
    float: left;
  }

  .modal {
        justify-content: flex-start;
        align-items: stretch;
        --overlay-opacity: 0;
        background: rgba(0, 0, 0, var(--overlay-opacity));
        overflow: hidden;
    }

    .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0;
        top: 0;
        border-radius: 0;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
    }
    .modal-content{
      box-shadow: none;
      height: 100%;
      border: 0px;
      border-radius: 0;
    }
    .modal-body{
      height: 98% !important;
    }
    .modal .modal-body ul{
      list-style-type: none;
      padding-left: 16px;
      column-count: 1 !important;
    }
    /*#wallets-popup .modal-body ul{
      column-count: 3;
    }*/
    .modal-header{
      border-radius: 0;
    }

    .modal.show .modal-dialog {
        transform: translateX(0);
    }

    .modal.closing .modal-dialog {
        transform: translateX(100%);
    }


}

@media (max-width: 576px) {
  .page-wrapper .main-section{
    margin-bottom: 50px;
  }
  .page-wrapper .header-section .main-title{
    font-size: 38px;
  }
  .page-wrapper .header-section .card-pricing .online-payment,
   .page-wrapper .header-section .card-pricing .offline-payment{
    width: 100%;
    display: inline-block;
  }
  .page-wrapper .header-section .card-pricing{
    margin-top: 20px;
  }
  /*#netbanking-popup .modal-body, #offline-netbanking-popup .modal-body{
    overflow-y: auto;
    min-height: 700px;
  }*/
  .page-wrapper .main-section .asuc-banner .asuc-header{
    flex-wrap: wrap;
  }
  .page-wrapper .main-section .asuc-banner .asuc-header h3{
    width: 100%;
    text-align: center;
  }
  #pricing-popup iframe{
    width: 100%;
    height: 100%;
    min-height: 780px;
  }
  #pricing-popup .modal-body{
    overflow-y: auto;
  }
  /*.page-wrapper .payment-section.top .right-side,
  .page-wrapper .payment-section .right-side,
  .page-wrapper .payment-section.bottom .left-side,
  .page-wrapper .payment-section.bottom .right-side{
    max-width: 90%;
  }*/
}