@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

*{
    padding:0;
    margin:0;
}
.container{
    /* min-height:100vh; */
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#eee;
}
.container .card{
    height:fit-content;
    width:100%;
    background-color:#fff;
    position:relative;
    box-shadow:0 15px 30px rgba(0,0,0,0.1);
    font-family: Arial, Helvetica, sans-serif;
}
.container .card .form{
    width:100%;
    height:100%;
    
    display:flex;
}
.container .card .left-side{
    width:35%;
    background-color:#FFF;
    height:100%;
  padding:20px 30px;
  box-sizing:border-box;

}

.leftDiv {
    max-width: 200px;
    float: right;
}
/*left-side-start*/
.left-heading{
    color:#fff;
   
}
.steps-content{
    margin-top:30px;
    color:#fff;
}
.steps-content p{
    font-size:12px;
    margin-top:15px;
}
.progress-bar{
    list-style:none;
    /*color:#fff;*/
    margin-top:30px;
    font-size:13px;
    font-weight:700;
    counter-reset:container 0;
}
.progress-bar li{
       position:relative;
       margin-left:40px;
       margin-top:50px;
       /* counter-increment:container 1; */
      color:#333333;
      font-weight: 100;
      font-size: 19px;
      line-height:25px;
      padding-left: 18px;
}
.progress-bar li::before{
    content:counter(container);
    line-height:25px;
    text-align:center;
    position:absolute;
    height:34px;
    width:34px;
    border:1px solid #e6e6e6;
    border-radius:50%;
    left:-40px;
    top:-5px;
    z-index:10;
    background-color:#fff;
    font-size: 0;

     
}
.progress-bar li::before {
    content:counter(container);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:65%;
}
.progress-bar li:nth-child(1)::before {
    background-image:url(../images/qaualify-icon-white.png);
}
.progress-bar li:nth-child(2)::before {
    background-image:url(../images/personalize-icon.png);
}
.progress-bar li:nth-child(3)::before {
    background-image:url(../images/carries-icon.png);
}
.progress-bar li:nth-child(4)::before {
    background-image:url(../images/family-icon.png);
}

.progress-bar li.active:nth-child(2)::before {
    background-image:url(../images/personalize-icon-w.png);
}
.progress-bar li.active:nth-child(3)::before {
    background-image:url(../images/carries-icon-w.png);
}
.progress-bar li.active:nth-child(4)::before {
    background-image:url(../images/family-icon-w.png);
}
.progress-bar li::after{
    content: '';
    position: absolute;
    height: 90px;
    width: 2px;
    background-color: #e6e6e6;
    z-index: 1;
    left: -23px;
    top: -70px;
}


.progress-bar li.active::after{
    background-color: #0ac169;

}

.progress-bar li:first-child:after{
  display:none;  
}

/*.progress-bar li:last-child:after{*/
/*  display:none;  */
/*}*/
.progress-bar li.active::before{
    background-color:#0ac169;
      border:1px solid #0ac169;
}
.progress-bar li.active{
    color:#006eb3;
    font-weight: bold;
}
.d-none{
   display:none;   
}
.mnpSw>h2{
    text-align: center;
}




















/*left-side-end*/
.container .card .right-side{
    width:65%;
    background-color:#f9f9f7;
    height:100%;
}
/*right-side-start*/
.main{
    display:none;
}
.active{
    display:block;
}
.main{
    padding:40px;
}
.main small{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:2px;
    height:30px;
    width:30px;
    background-color:#ccc;
    border-radius:50%;
    color:yellow;
    font-size:19px;
}
.text{
    margin-top:20px;
}
.congrats{
    text-align:center;
}
.text p{
    margin-top:10px;
    font-size:13px;
    font-weight:700;
    color:#cbced4;
}
.input-text{
    margin:10px 30px 30px;
     /* display:flex;
    gap:20px; */

}
.input-text2{
    margin:10px 30px 0;
}
.input-text2 h4{
    font-size: 18px;
    color: #333333;
}
.input-text2 p{
    font-size: 15px;
    color: #333333;
}
.input-text .input-div{
    width:100%;
    position:relative;
    margin-bottom: 10px;
    
}



input{
    width:100%;
    border:none;
    outline:0;
    border-radius:5px;
    border:2px solid #c2c2c2;
    box-sizing:border-box;
    padding:10px 20px;
    font-size: 20px;
}
/* input[type="text"]{
    width:100%;
    border:none;
    outline:0;
    border-radius:5px;
    border:2px solid #c2c2c2;
    box-sizing:border-box;
    padding:10px 20px;
    font-size: 20px;
} */
select{
    width:100%;
    border:none;
    outline:0;
    border-radius:5px;
    border:1px solid #cbced4;
    gap:20px;
    box-sizing:border-box;
    padding:0px 10px;
    border:2px solid #c2c2c2;
    box-sizing:border-box;
    padding:10px 20px;
    font-size: 16px;
}
/* .input-text .input-div span{
    position:absolute;
    top:10px;
    left:10px;
    font-size:14px;
    transition:all 0.5s;
} */
/* .input-div input:focus ~ span,.input-div input:valid ~ span  {
    top:-15px;
    left:6px;
    font-size:10px;
    font-weight:600; 
} */

.input-div span{
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 2px;
    float: left;
    width:100%;
}
.buttons {
    text-align: center;
}
.buttons button{
    display: inline-block;
vertical-align: top;
width: 100%;
height: 65px;
    border:none;
    border-radius:5px;
    background: #0bc16a;
    font-size: 26px;
line-height: 65px;
font-weight: bold;
border-radius: 5px;
    cursor:pointer;
    max-width: 300px;
    margin: auto;
    color: #FFF;
}
.button_space{
    display:flex;
    gap:20px;
    
}
.button_space button:nth-child(1){
    background-color:#fff;
    color:#000;
    border:1px solid#000;
}
.user_card{
    margin-top:20px;
    margin-bottom:40px;
    height:200px;
    width:100%;
    border:1px solid #c7d3d9;
    border-radius:10px;
    display:flex;
    overflow:hidden;
    position:relative;
    box-sizing:border-box;
}
.user_card span{
    height:80px;
    width:100%;
    background-color:#dfeeff;
}
.circle{
    position:absolute;
    top:40px;
    left:60px;
}
.circle span{
    height:70px;
    width:70px;
    background-color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:2px solid #fff;
    border-radius:50%;
}
.circle span img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}
.social{
    display:flex;
    position:absolute;
    top:100px;
    right:10px;
}
.social span{
    height:30px;
    width:30px;
    border-radius:7px;
    background-color:#fff;
    border:1px solid #cbd6dc;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:10px;
    color:#cbd6dc;

}
.social span i{
        cursor:pointer;
}
.heart{
    color:red !important;
}
.share{
        color:red !important;
}
.user_name{
    position:absolute;
    top:110px;
    margin:10px;
    padding:0 30px;
    display:flex;
    flex-direction:column;
    width:100%;
    
} 
.user_name h3{
    color:#4c5b68;
}
.detail{
    /*margin-top:10px;*/
   display:flex;
   justify-content:space-between;
   margin-right:50px;
}
.detail p{
    font-size:12px;
    font-weight:700;

}
.detail p a{
    text-decoration:none;
    color:blue;
}






.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
.right-side {
    padding-left: 30px;
    padding-top: 50px;
}
.right-side>.main {
    max-width: 800px;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
background-color: #FFF;
border-radius: 12px;
padding: 0;
margin-bottom: 50px;
padding-bottom: 30px;
}
.right-side>.main>small {
    float: left;
}
.right-side>.main>div.text>p {
    display: none;
}
.right-side>h1 {
    font-size: 35px;
    line-height: 44px;
    text-align: left;
    color: #0968ae;
    font-weight: bold;
    max-width: 800px;
    padding-bottom: 20px;
}
.right-side>.main>div.text>h2 {
    text-align: left;
background: #fafaf8;
padding: 20px;
position: relative;
}
.right-side>.main>div.text>h2>img {
    vertical-align: bottom;
    -webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
margin-right: 10px;
}
.container1 {
    background-color: #FFF;
    position: relative;
    z-index: 999999;
    text-align: center;
    padding: 50px 0;
}
.container1 ul {
    display:inline-flex;
    list-style-type: none;
}
.container1 ul li a {
    margin: 0 10px;
    color: #000;
    text-decoration: none;
}
.container1>* {
    padding: 0 0 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.container1>small {
    display: block;
    padding-bottom: 5px;
    font-size: 11px;
}


.warning{
    border:1px solid red !important;
}


/*right-side-end*/
@media (max-width:750px) {
    .container{
        height:scroll;
       
        
    }
    .container .card {
        max-width:100%;
        height:auto !important;
        margin:30px 0;
    }
    .container .card .right-side {
     width:100%;
     padding-left: 15px;
     padding-right: 15px;   
    }
     .input-text{
         display:block;
     }
     
     .input-text .input-div{
        margin-top:20px;
    }

    .container .card .left-side {
           
     display: none;
    }

}




.option-box{
	float:left;
	width:100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	}
.option_col{
	width:49% !important;
	position:relative;
	}	
.desc_opt{
	float:left;
	width:100%;
	border: 2px solid #c2c2c2;
	background:#fff;
	border-radius:5px;
	position:relative;
	height:54px;
	font-size:18px;
	line-height:21px;
	cursor:pointer;
	
	display:flex;
	-webkit-display:flex;
	align-items:center;
	-webkit-align-items:center;
	color:#000;
	text-align:left;
	padding:5px 30px 5px 25px;
	transition: all .15s ease-in-out;
	font-weight:600;
	letter-spacing:1px;
	font-family: 'Inter';
	}
.option_col input[type="radio"]{
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	}
.option_col input[type="radio"] + span{
	border:1px solid #adbec8;
	width:22px;
	height:22px;
	position:absolute;
	right:15px;
	top: 50%;
    margin-top: -11px;
	border-radius:50%;
	z-index:1;
	background:url(../images/hover_tik_white.svg) center center no-repeat #adadad;
	background-size:14px;
	}
.option_col input[type="radio"]:checked + span{
	background:url(../images/hover_tik_white.svg) center center no-repeat #adadad;
	border:1px solid #adbec8;
	background-size:14px;
	}
.option_col.notMedicaid input[type="radio"]:checked + span + .desc_opt{
	background-color: #0bc16a;
    border-color: #0bc16a;
	transform: scale(1.01);
	color:#fff;
	}
.option_col.medicaid input[type="radio"]:checked + span + .desc_opt{
	background-color: #ff0000;
    border-color: #ff0000;
	transform: scale(1.01);
	color:#fff;
	}
.notMedicaid .desc_opt:hover{
	background-color: #0bc16a;
    border-color: #0bc16a;
	transform: scale(1.01);
	color:#fff;
	}
.medicaid .desc_opt:hover{
	background-color: #ff0000;
    border-color: #ff0000;
	transform: scale(1.01);
	color:#fff;
	}
.option_col.medicaid:hover input[type="radio"] + span, .option_col.medicaid input[type="radio"]:checked + span{
	background:url(../images/hover_tik_red.svg) center center no-repeat #fff;
	border:1px solid #ff0000;
	background-size:14px;
	transform: scale(1.01);
	}
.option_col.notMedicaid:hover input[type="radio"] + span, .option_col.notMedicaid input[type="radio"]:checked + span{
	background:url(../images/hover_tik_green.svg) center center no-repeat #fff;
	border:1px solid #0dba0d;
	background-size:14px;
	transform: scale(1.01);
}



label {
	display: inline-flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
    flex-grow: 2;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    width: 50%;
	/* Accessible outline */
	/* Remove comment to use */
	/*
		&:focus-within {
				outline: .125em solid #00005c;
		}
	*/
	input {
		position: absolute;
		left: -9999px;
		&:checked + span {
			background-color: mix(#fff, #00005c, 84%);
			&:after {
				box-shadow: inset 0 0 0 0em #00005c;
			}
		}
	}
	span {
		display: flex;
		align-items: center;
		padding: 0.375em 0.375em 0.375em 0.375em;
		border-radius: 99em;
		/* transition: 0.25s ease; */
		&:hover {
			background-color: mix(#fff, #00005c, 84%);
		}
		&:after {
			display: flex;
			flex-shrink: 0;
			content: " ✔ ";
			background-color: #fff;
			padding:3px 5px;
			border-radius: 50%;
			margin-left: 0.375em;
			/* transition: 0.25s ease; */
			box-shadow: inset 0 0 0 0em #00005c;
            color: #0ac169;
            font-size: 12px;
		}
	}
}
abel input:checked + span {
    background-color: #d6d6e5;
    border-radius:10px;
    }
label span {
        display: flex;
        align-items: center;
        padding:0.75em 1.5em;
        border-radius:10px;
        width: 100%;
        transition: all .15s ease-in-out;
        justify-content: space-between;
}
label input:checked + span {
    background-color: #0bc16a;
    border-color: #0bc16a;
    transform: scale(1.01);
    color: #fff;
    border-radius: 10px;
}
label:last-child input:checked + span {
    background-color: red;
    border-color: red;
}
label:last-child span {
    border: 2px solid #c2c2c2;
}
label:nth-child(2) input:checked + span {
    background-color: red;
    border-color: red;
}
label:nth-child(2) span {
    border: 2px solid #c2c2c2;
}
label:first-child span {
    border: 2px solid #c2c2c2;
}
.input-text.swsglslct {
    display: flex;
    gap: 15px;
}
.input-text.swsglslct label:first-child:hover span {
    background-color: #0bc16a;
    border-radius: 10px;
}
.input-text.swsglslct label:last-child:hover span{
    background-color: red;
    color: #FFF;
}
.input-text.swsglslct label:nth-child(2):hover span{
    background-color: red;
    color: #FFF;
}
/* .input-text.swsglslct label:last-child span::after{
    background-color: #adadad;
    color: #FFF;
} */
.input-text.swsglslct label:last-child span::after{
    background-color: #FFF;
    color: #adadad;
}
.input-text.swsglslct label:nth-child(2) span::after{
    background-color: #FFF;
    color: #adadad;
}
.main.swf2 .input-text{
    display: flex;
    gap: 20px;
}
.main2 {
    position: relative;
    margin-bottom: 20px;
}
.main2>.buttons.button_space {
    /* position: absolute; */
    width:100%;
    bottom: -100px;
}
.main2>.input-text {
    margin: 20px 30px 0px;
}
.main2>.buttons.button_space>button {
    
}
.main.sw2 {
    box-shadow: none !important;
    background-color: transparent !important;
}
.main.sw2 .main2 {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-radius: 12px;
    overflow: hidden;
}
.main.sw2 .main2 .text {
    margin-top: 0;
}
.main.sw2 .main2 .text h2 {
    background-color:#fafaf8;
    padding:20px 20px;
}
.main.sw2 .main2 .text h2 img{
    vertical-align: bottom;
}
.main.sw2 .main2 .input-text h3 {
    background-color:#FFF;
    margin-bottom: 20px;
    padding-left: 25px;
}
.sw-card {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 800px;
    margin:0 auto 30px;
    
  }

  .sw-card-header {
    background-color: #00c853;
    color: white;
    padding: 16px 20px;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sw-card-header::before {
    content: '🏅';
    margin-right: 10px;
  }

  .sw-card-body {
    padding: 20px;
  }

  .sw-top-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .sw-plan-info {
    display: flex;
  }
  .sw-plan-info h2 {
    margin: 5px 0;
    font-size: 1.1em;
    font-weight: 300;
  }
  .sw-plan-info h3 {
    font-weight: 100;
    font-size: .9em;
  }
  .sw-plan-info img {
    width: 130px;
    height: fit-content;
    margin-right: 20px;
  }
  .sw-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
  }

  .sw-badge {
    /* background: gold;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.8em;
    font-weight: bold; */
    
  }
  .sw-badge img {
    width: 32px;
    height: 32px;
    margin-right: 0;
  }
  .sw-stars {
    color: gold;
    font-size: 1em;
  }

  .sw-agent-tag {
    color: #005cbf;
    font-weight: bold;
    font-size: 0.9em;
  }

  .sw-pricing {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
  }

  .sw-pricing-item {
    flex: 1;
    min-width: 150px;
    margin: 10px 0;
  }

  .sw-pricing-item h4 {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 5px;
  }

  .sw-pricing-item p {
    font-size: 1.2em;
    font-weight: bold;
  }

  .sw-old-price {
    text-decoration: line-through;
    color: red;
    font-size: 0.9em;
    margin-top: -5px;
  }

  .sw-details {
    padding-top: 20px;
  }

  .sw-details div {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 0.95em;
  }

  .sw-card-footer {
    display: flex;
    justify-content: space-between;
    padding:10px 20px;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
  }

  .sw-select-btn {
    background-color:transparent;
    color: #007bff;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1em;
    position: relative;
    padding-left:25px;
  }
  .sw-select-btn::before {
    content: " ";
    width:15px;
    height: 15px;
    border-radius: 10px;
    border:1px #ccc solid;
    display: block;
    position: absolute;
    left: 0;
  }
  .sw-plan-link {
    color: #666;
    text-decoration: none;
    font-size: 0.95em;
    line-height: 35px;
  }



.right-side>.main {
    max-width: 800px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.right-side>.main>div.text>h2 {
    text-align: left;
    background: #fafaf8;
    padding: 20px;
    position: relative;
}
.slvr img{
    width:10px;
    height: 10px;
    margin-right: 0;
}
.input-text.swsglslct {
    display: inline-table;
    text-align: center;
}
.input-text.swsglslct label{
    width: calc(50% - 20px);
    padding: 10px;
    margin: 0;
}
.input-text.swsglslct.sw3 {
    display: flex;
}
.user_card.swcard {
    border: none;
    min-height: 200px;
    height: auto !important;
    display: block;
}
.swIn1{
    text-align: center;
    width:100%;
    height: auto;
}
.swIn1 img {
    width:50px;
    height:fit-content;
}
#signature-text {
    margin: 40px;
    width: calc(100% - 80px);
    border: none;
    text-align: center;
    padding: 20px 20px;
}
.swInfoTable {
    font-size: 13px;

}
.swInfoTable>div {
    width:100%;
    float: left;
    border-bottom: 1px #e5e7eb solid;

}
.swInfoTable>div>div {
    width:50%;
    float: left;
}
.swInfoTable>div>div>div {
    width:50%;
    float: left;
    padding: 5px 0 5px;
}
.swInfoTable {
    margin: 40px;
    display: flow-root;
}

.continue_button {
    display:block;
    vertical-align:top;
    width:300px;
    height: 65px;
    background: #0bc16a;
    color: #ffffff;
    font-size: 26px;
    line-height: 65px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    margin:20px auto 20px;
}
.swInfoTable>div>div>div:last-child {
    
    font-weight: bold;
}
.swcenter {
    text-align: center;
}
.swInfoTable>.flwd>div {
    width: 100%;

}
.swInfoTable>.flwd>div>div {
    width: 25%;
}
.swInfoTable>.flwd>div>div:last-child {
    width: 75%;
}
.sw-p {
    padding:10px 40px;
    font-size: 12px;
    color: #c4c4c4;
}
.sw-p1 {
    padding:0px 40px 10px;
    text-align: center;
    font-size: 12px;
}
.text.congrats.swfln>p {
    display: block !important;
}
.text.congrats.swfln>h2.swt2,.text.congrats.swfln>h3.swt3 {
    color: #d90808;
    font-size: 34px;
    background-color: transparent;
    text-align: center;
    font-weight: 100;
}
.text.congrats.swfln>h3.swt3 {
    color: #006eb3;
}
.text.congrats.swfln>p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin: 20px 0;
    letter-spacing: 0.4px;
    font-weight: 100;
}


.main.sw-last.active {
    box-shadow: none;
    background-color: transparent;
}
/* .container .card .form .right-side:has(.main.sw-last.active){
    position: absolute;
    width:100%;
    z-index:9999;
} */
/* .container .card .form .right-side:has(.main.sw-last.active) h1{
    width:100%;
} */
.container .card .form:has(.right-side .main.sw-last.active) .left-side {
    display: none;
}
.container .card .form .right-side:has(.main.sw-last.active){
    width: fit-content;
    margin: auto;
    padding:0;
    background-color: #f2f6f8;
}
.container .card:has(.form .right-side .main.sw-last.active){
    background-color: #f2f6f8;
}
.container .card .form .right-side:has(.main.sw-last.active) h1{ 
    display: none;
}
.text.congrats.swfln{
    margin-top: 0;
}
.sw-header {
    width:100%;
    background-color: #FFF;
}
.sw:has(.container .card .form .right-side .main.sw-last.active) .sw-header{ 
    display: block !important;
}
.sw-header .innerDiv {
    max-width:1170px;
    margin:20px auto;
}
.sw-header .innerDiv img[src="images/logo.png"]{
    width:150px;
    margin-left: 20px;
}
.sw-header .innerDiv img[src="images/header_logo_mid.svg"]{
    width:200px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sw-header .innerDiv {
    position: relative; 
}
@media only screen and (max-width: 767px) {
    .sw-header .innerDiv img[src="images/header_logo_mid.svg"]{
        display: none;
    }
}

.container .card .form form {
    width: 65%;
    background-color: #f9f9f7;
    height: 100%;
}
.container .card .form form:has(.main.sw-last.active) {
    width: fit-content;
    margin: auto;
    padding: 0;
    background-color: #f2f6f8;
}
.container .card .left-side {

    width: 30%;

}

.container .card .form form {

    width: -webkit-fill-available;

}

.container .card .right-side {

    width:auto;

}

.right-side>.main {

    max-width:1000px;

}

.main.mnpSw.active {

    max-width:1000px;

}

.main.sw-last.active {

    max-width:800px;

}

.sw-card {

    max-width:1000px;

}
 
.swIn1 img {height: auto;}
 
@media only screen and (max-width: 767px) {
    .container .card {
        margin: 0;
        padding: 30px;
    }
}
 
 
 @media only screen and (max-width: 767px) {
    .input-text.swsglslct label {
        width:100%;
        display: flex;
    }
    .input-text.swsglslct {
        margin: 10px 20px 0px;
    }
    .input-text.swsglslct.sw3 {
        gap: 0px;
    }
    .input-text.swsglslct.sw3 label {
        padding: 10px;
    }
    .buttons .next_button {
        margin-top: 20px
    }
    .main.swf2 .input-text {
        display: block;
    }
    .button_space {
        display: block;
        padding: 0 30px;
    }
    .buttons button {
        max-width: 100%;  
    }
    .sw-agent-tag {
       font-size: 0.6em; 
    }
    .slvr {
      font-size: 0.6em;   
    }
    body .card:has(.form form .right-side .main.sw2.active)  {
      padding: 0;  
    }
    body .card:has(.form form .right-side .main.mnpSw.active)  {
      padding: 0;  
    }
    body:has(.card .form form .right-side .main.sw-last.active) .sw .sw-header .innerDiv{
        display: flex;
        justify-content: center; 
    }
    body:has(.card .form form .right-side .main.sw-last.active) .sw .sw-header .innerDiv img[src="images/logo.png"]{
        margin-left: 0;
    }
}