header,
footer {
    display: none;
}
.setting-notify{ font-size: 16px;
    margin-bottom: 12px;
}
.setting-notify strong{ color:#268485;
}
.success.d-none{
	display:none;	
}
div#success-msg {
    color: green;
    text-align: center;
    margin: 16px 0 0;
    font-weight: 600;
}
.elementor.elementor-556.elementor-location-footer {
    display: none;
}

.elementor.elementor-16.elementor-location-header {
    display: none;
}
img.tooltip-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: 6px;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0faff;
}

.form-container {
    display: flex;
    max-width: 1300px;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 16px;
	margin: 15px;
}

.form-steps {
    flex: 1;
    background-color: #285EAF;
    color: #fff;
    min-height: 640px;
    padding: 45px;
    border-radius: 12px;
    position: relative;
}

.bg-vector {
    position: absolute;
    bottom: 60px;
    right: 80px;
}


.form-steps ul {
    list-style: none;
    padding: 0;
    margin-top: 60px;
    position: relative;
}

.form-steps ul::before {
    content: "";
    position: absolute;
    left: 9px;
    width: 2px;
    height: 94%;
    background-color: #fff;
    z-index: 0;
    top: 4px;
}

.form-steps ul li {
    margin-bottom: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 18px;
}
.confirm-pwd{
	height: 20px;
}
div#myModal {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000c7;
    height: 100%;
}
.modal-content {
    background: #fff;
    width: 580px;
    border-radius: 16px;
    padding: 64px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
}
.modal-content p {
    text-align: center;
    color: #268485;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
#step-4 a {
    font-weight: 600;
    color: #285EAF;
}

.form-steps ul li:last-child {
    margin-bottom: 0;
}

.form-steps ul li span {
    border: 2px solid #E6F4F4;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 7px;
    background: #285EAF;
    position: relative;
}

.form-steps ul li.active {
    font-weight: bold;
    opacity: 1;
}

.form-steps ul li.active span {
    background-color: #fff;
}

.form-content {
    padding-bottom: 35px;
}

.form-step {
    flex: 2;
    padding: 40px;
    padding-top: 90px;
}

.form-step h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #282D2C;

}

.form-step p {
    color: #282D2C;
    font-weight: 400;
    font-size: 16px;
}

.form-group {
    margin-bottom: 21px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #282D2C;
}

.form-group label span {
    color: red;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 17px;
    color: #3E4040;
}

.form-group input:focus,
.input:focus-visible {
    border-color: #285EAF;
    background-color: #F6F5FE;
    box-shadow: none;
}

.error {
    color: red;
    font-size: 0.85em;
    margin-top: 5px;
}

.form-buttons {
    display: flex;
    justify-content: end;
    margin-top: 20px;
    gap: 20px;
    margin-top: auto;
}

.form-buttons button {
    background-color: #268485;
    color: #fff;
    padding: 18px 30px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    transition: 0.30s;
    border: 1px solid #268485;
}

.form-buttons .back-button {
    background: #fff;
    color: #268485;
    border: 1px solid #268485;
    transition: 0.30s;
}

.form-buttons .back-button:hover {
    background-color: #268485;
    color: #fff;
    border-color: #268485;
}

.form-buttons .back-button:hover path {
    fill: #ffffff;
}


.form-buttons button:hover {
    background-color: #004aad;
    border: 1px solid #004aad;
}

.form-buttons button:disabled {
    background-color: #aaa;
    cursor: not-allowed;
    display: none;
}

.form-logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-logo-row .return-btn {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.step {
    height: 100%;
}

.form-height {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.step .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w-50 {
    width: 49%;
}

.align-center {
    align-items: center;
}

.checkbox-row label,
.checkbox-row input {
    width: auto;
    display: inline-block;
}

.checkbox-row .interested-name {
    display: block;
    width: 100%;
}
.amount-div {
    background: #285EAF;
    display: inline-block;
    padding: 6px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
	position: relative;
    top: 10px;
}
.amount-div p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}
.amount-div .flex {
    display: flex;
    align-items: center;
}
.amount-value {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.flex span {
    font-size: 14px;
    margin-left: 7px;
}
.package-row .mb-0{
    margin-bottom: 0;
}
.checkbox-row {
    margin-top: 20px;
    width: 80%;
}
.checkbox-row .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.interested-name {
        font-size: 16px;
        font-weight: 500;
        color: #282D2C;
}

/*  register-banner-image*/
section.register-banner {
    background: #285eaf;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 24px;
    text-align: center;
}
.register-banner p {
    color: #fff;
    text-align: left;
    width: 100%;
	font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.tooltip {
	position: relative;
	display: inline-block; 
	opacity:1;
}

.tooltip .tooltiptext {
	visibility: hidden;
    width: 220px;
    background-color: #285eaf;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

@media screen and (max-width: 991px) {
    .form-steps {
        min-height: auto;
        padding: 25px;
    }
    .form-step h2 {
        font-size: 32px;
        margin-top: 0;
    }

    .form-group select,
    .form-group textarea {
        font-size: 14px;
    }

    .form-group img {
        width: auto;
        height: 18px;
    }
	ul.mb-dropdown {
        position: relative;
        overflow: scroll;
        height: calc(100% - 200px);
    }

    .form-buttons button {
        padding: 14px 20px;
        border-radius: 15px;
        font-size: 16px;
    }

    .form-logo-row .return-btn {
        font-size: 12px;
    }

    .form-steps ul li {
        gap: 10px;
    }

    .form-steps ul li {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .form-container {
        flex-wrap: wrap;
        width: 100%;
        border-radius: 0;
        display: block;
        height: 100vh;
		max-width:100%;
		margin:0 auto;
		overflow:scroll;
    }

    body {
        height: auto;
    }

    .form-steps ul {
        display: none;
    }
	.amount-div {  
		top: 0;
		margin:10px 0;
	}
}

@media screen and (max-width: 767px) {
    .form-steps {
        padding: 15px;
    }

    .form-step {
        padding: 15px;
        padding-top: 40px;
    }

    .form-step h2 {
        font-size: 28px;
    }

    .w-50 {
        width: 100%;
    }

    .checkbox-row {
        padding-top: 20px;
    }
}