body{
    background:#f4f4f4;
    font-family: 'Segoe UI', sans-serif;
}
.portal-title{
    text-align:center;
    font-size:28px;
    font-weight:600;
    margin-top:10px;
}

.step-bar{
    display:flex;
    margin-top:20px;
}
.section-title{
    background:#5ca05c;
    color:#fff;
    padding:6px 15px;
    font-weight:600;
}

.form-box{
    background:#fff;
    padding:25px;
    border:1px solid #ddd;
}

.form-control, .form-select{
    height:48px;
    border-radius:6px;
}

label{
    font-weight:500;
    margin-bottom:6px;
}
.next-btn{
    background:#5ca05c;
    color:#fff;
    padding:10px 30px;
    border:none;
    border-radius:4px;
}

footer{
    padding: 20px 0px;
    background-color: #eeeeee;
}
.w-cust-60 {
    width: 27%;
}
.hr-top-line hr {
    border: 1.6px solid #17a2b8;
    opacity: 0.9;
}
footer a {
    margin: 0px 15px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
.stepstab {
    border: 1px solid #fff;
    padding-left: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.stepstab li.nextval {
    background: #eee !important;
    margin-left: 3px;
}
.stepstab li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 30px;
    color: #1e8bc3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-height: 50px;
    overflow: hidden;
    line-height: 120%;
    font-size: .95em;
}
.stepstab li.current {
    background-color: #5EA15D !important;
    color: #fff;
}
.form-control, .form-select, .form-check-input {
    border: 2px solid #cecece !important;
}
.required::after {
    content: " *";
    color: #dc3545;
}
.stepstab li.current:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #5ea15d !important;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    background-color: #fff;
    margin-left: auto;
}
.loaderuper {
    width: 100%;
    position: fixed;
    z-index: 999999;
    background: #FFF;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.boxcenter {
    width: 10%;
    margin: auto;
    text-align: center;
    margin-top: 6%;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50% !important;
    border-top: 16px solid #22a85b;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 10em;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.tourstlist, .businesslist, .medicalattdlist {
    border: 1px solid #CCC;
    padding: 15px 15px;
}
.toursttitle, .toursttitle5years {
    background: #5ea15d;
    font-size: 16px;
    color: #FFFF;
    padding: 9px 15px;
    margin: 0px;
}
.tourstlistdata, .businessdata, .medicalattddata, .tourstlistdata5year, .everindiabeforeoption {
    margin-top: 15px;
}
.payment-card{
    background:#fff;
    border:1px solid #dcdcdc;
}

.payment-header{
    background:#7f7f7f;
    color:#fff;
    padding:4px 20px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.payment-header img{
    height:40px;
}

.form-section{
    padding:20px;
}

.form-control, .form-select{
    height:45px;
    border-radius:6px;
}

.pay-btn{
    background:#4CAF50;
    color:#fff;
    border:none;
    padding:8px 25px;
    border-radius:4px;
}
.summary-box {
    padding: 0px 0px;
    border: 1px solid #ddd;
}
.summary-title{
    font-weight:600;
    margin-bottom:10px;
}

.edit-btn{
    background:#4CAF50;
    color:#fff;
    font-size:12px;
    padding:2px 8px;
    border-radius:3px;
    text-decoration:none;
}
.summary-box img {
    width: 65%;
    margin-bottom: 20px;
}
.note-text{
    font-size:14px;
}
.summary-box p {
    font-size: 15px;
    margin-bottom: 5px;
}
.bottom-note
 {
    padding: 12px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 30px;
}
.steps3 .form-box{
    background:#dedede;
}
.success-icon{
    width:120px;
    height:120px;
    background:#1f8f6a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:40px auto 20px;
}

.success-icon svg{
    width:60px;
    height:60px;
    color:#fff;
}

.success-title{
    text-align:center;
    font-weight:600;
}

.success-subtext{
    text-align:center;
    margin-bottom:30px;
}

.info-box{
    background:#f8f9fa;
    padding:25px;
    margin-bottom:20px;
}

.border-green{
    border:2px solid #6abf69;
}

.border-yellow{
    border:2px solid #f1c40f;
}

.border-red{
    border:2px solid #e74c3c;
}

.border-lightyellow{
    border:2px solid #f4d03f;
}

.complete-btn{
    background:#28a745;
    color:#fff;
    padding:10px 30px;
    border:none;
    border-radius:4px;
}

.complete-btn:hover{
    background:#218838;
}
/*==== payment card ====*/
p.showerrordate {
    width: 100%;
    display: inline-grid;
    margin-top: 10px;
}
#cardData iframe {
    width: 100%;
}
.showerrordate span.alertred {
    background: #f25656;
    padding: 8px 15px;
    border-radius: 9px;
    color: #FFF;
}
.tdsv2challengeIframe {
    height: 650px;
}