body {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #424242;
	overflow-x: hidden;
	box-shadow: none;
}
a,
a:hover {
	text-decoration: none;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
	cursor: pointer;
}
.stepsfrm-wrap.successpage{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepsfrm-wrap {
 position: fixed;
    z-index: 1;
    background-image: url(../images/steps-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
     /* padding-bottom: 50px; */
}
.stepbrand-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	border-bottom: 1px solid #D3DCEA1A;
}

.steps-main {
	position: relative;
	text-align: center;
}
.progress-wrap {
	width: 100%;
	background: #FFFFFF33;
	height: 12px;
	border-radius: 40px;
	overflow: hidden;
	margin: 40px 0;
}
.progress-bar {
	height: 12px;
	width: 0%;
	background-color: #E6C9A8;
	transition: width 0.4s ease;
}
.step-counter {
	position: absolute;
	top: -25px;
	right: 10px;
	font-size: 14px;
	opacity: 0.9;
	color: #fff;
}
.step-counter span{
    opacity: 0.7;
}
.form-card {
	border-radius: 20px;
	padding: 50px 50px;
	display: none;
	background: #0000001A;
	border-top: 6px solid #BAA799;
	backdrop-filter: blur(44px);
    margin-bottom: 50px;
}
.form-card.active {
	display: block;
	animation: fadeIn 0.5s ease;
}
.form-card h2 {
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.form-card p {
	font-size: 20px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
}
.successpage .container{
    height: 100%;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*--Form--*/
.stpfrmw-rap input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.stpfrmw-rap input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.stpfrmw-rap input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.stpfrmw-rap input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.stpfrmw-rap input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.stpfrmw-rap .form-control,
.stpfrmw-rap .form-group label {
	padding: 24px 18px;
	border: 1px solid #FFFFFF66;
	border-radius: 10px;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-weight: 300;
	outline: none;
	display: block;
	margin: 0 auto;
	backdrop-filter: blur(44px);
	background: rgba(255, 255, 255, 0.1);
}
.stpfrmw-rap .form-control:focus,
.stpfrmw-rap .form-check-input:focus {
	box-shadow: none;
}
.stpfrmw-rap .form-group label {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stpfrmw-rap .form-group input[type=checkbox] {
	background-color: transparent;
	border: 1.5px solid #FFFFFF;
}
.stpfrmw-rap .form-check-input[type=radio]{
border:3px solid rgba(240, 231, 214, 0.4);
background-color: rgba(101, 90, 86, 1);
}
.stpfrmw-rap .form-check-input:checked[type=radio]{
border:3px solid rgba(240, 231, 214, 1);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23BAA799'/%3E%3C/svg%3E");
background-color: #BAA799;
}

.stpfrmw-rap .form-group .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='5' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.22625L3.22625 5.7025L8.1875 0.75' stroke='%231C1B19' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-color: #F0E7D6;
}

.stpfrmw-rap .form-group{
    position: relative;
    margin-bottom: 24px;
}
.stpfrmw-rap .form-group button{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    background: transparent;
    padding: 24px;
    border: none;
    outline: none;
}
.stpfrmw-rap .form-group button:hover{
    background-color: transparent;
}

.stpfrmw-rap .select2-selection--single{
    border: 1px solid #FFFFFF66;
    backdrop-filter: blur(44px);
    background: #FFFFFF1A;
    height: unset;
    padding: 24px 18px;
    width: 100%;
    border-radius: 8px;
}
.select2-container{
    width: 100% !important;
}
.select2-selection__rendered{
    color: #fff !important;
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 !important;
    text-align: left;
}
.select2-selection__arrow{
    top: 50% !important;
    right: 24px !important;
    transform: translateY(-50%) !important;
}
.select2-selection__arrow b{
    border-color:unset !important;
    border-style: unset !important;
    border-width:unset;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.61 0.75L8.905 6.455C8.23125 7.12875 7.12875 7.12875 6.455 6.455L0.75 0.75' stroke='%23F0E7D6' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px !important;
    height: 7px !important;
}
.stpfrmw-rap #kkappenddiv .form-group{
    margin-bottom: 24px;
}

.swiarea-wrap{
    border-radius: 8px;
    backdrop-filter: blur(44px);
    border: 1px solid #FFFFFF66;
    background: #FFFFFF1A;
    padding: 20px 20px;
    margin-bottom: 24px;
}
.swiarea-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.swiarea-inr h3{
font-weight: 600;
font-size: 22px;
color: #fff;
}
 .list-icon .addtoggle-btn {
    border: 0;
    background: transparent !important;
    padding: 0 0;
    margin-top: 0;
}
.addcustom-switch {
    position: relative;
    display: block;
    width: 38px;
    height: 22px;
    margin: 0;
}

.addcustom-switch input {
    display: none;
}
.addcustom-switch .addfrmslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #919191;
    border-radius: 30px;
    transition: 0.4s;
}
.addcustom-switch .addfrmslider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: 0.4s;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.addcustom-switch input:checked + .addfrmslider{
        background: #BAA799;
}
.addcustom-switch input:checked + .addfrmslider:before {
    transform: translateX(16px);
}

.stpfrmw-rap button {
	background-color: rgb(186, 167, 153);
	color: #1C1B19;
	border: none;
	outline: none;
	padding: 12px 60px;
	border-radius: 6px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s;
    margin-top: 16px;
}
.stpfrmw-rap button:hover {
	background-color: rgba(186, 167, 153, 0.6);
}
.stpfrmw-rap button a{
    color: #1C1B19;
}
.btn-wrap {
	display: flex;
	justify-content: center;
	gap: 15px;
}

/*--successfully--*/
.centermsg-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
     height: calc(100dvh - 81px);

}
.succmsg-wrap{
    border-radius: 20px;
    padding: 50px 50px;
    background: #0000001A;
    border-top: 6px solid #BAA799;
    backdrop-filter: blur(44px);
    text-align: center;
}
.succmsg-wrap span{
    display: inline-block;
    margin-bottom: 20px;
}
.succmsg-wrap h1 {
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.succmsg-wrap p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
}
.gohme-btn{
    background-color: rgb(186, 167, 153);
    color: #1C1B19;
    border: none;
    outline: none;
    padding: 12px 60px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    display: inline-block;
}
.gohme-btn:hover {
    background-color: rgba(186, 167, 153, 0.6);
}
.survey-tgle {
    width: 100%;

    margin-top: 24px;
}

@media (max-width: 1536px)
{       
    .succmsg-wrap h1,.form-card h2{font-size: 24px;}
    .succmsg-wrap p,.form-card p{font-size: 18px;}
    .swiarea-inr h3{font-size: 20px;}
    
}
@media (max-width: 1366px)
{
    .succmsg-wrap h1, .form-card h2{font-size: 20px;}
    .succmsg-wrap p, .form-card p{font-size: 16px;}
    .stpfrmw-rap button,.gohme-btn{padding: 12px 30px;}
}
@media (max-width: 992px)
{
     .succmsg-wrap h1, .form-card h2{font-size: 18px;}
    .succmsg-wrap,.form-card{padding: 12px 12px;}
    .succmsg-wrap span svg{width: 70px; height: 70px;}
    .swiarea-inr h3{font-size: 16px;text-align: left;}
    .stpfrmw-rap .form-control, .stpfrmw-rap .form-group label,.stpfrmw-rap .select2-selection--single{ padding: 14px 12px;}
 
    .form-card p{margin-bottom: 24px;}
    .stpfrmw-rap .form-control, .stpfrmw-rap .form-group label,.select2-selection__rendered{font-size: 16px;}
    .stpfrmw-rap .form-group button{padding: 10px 10px;}
    .swiarea-wrap{padding: 12px 12px;}
    .stpfrmw-rap button{margin-top: 0;}
   
}