.bios-row {
    display: table;
}
.bios-row .bios-cell {
    display: table-cell;
    width: 50%;
    text-align: center;
    padding: 20px 40px 20px;
}
.bios-row .bios-cell .bios-text p {
    margin: .25rem 0;
    font-style: italic;
}
.carrer-mnk{
    padding: 10px; 
    text-align: left;
  }
.bios-fulltext {
    padding: 50px 0 20px 0;
}
.bios-fulltext .green-box {
    border: 2px solid #a3cf62;
    padding: 30px;
}
.bios-fulltext p {
    margin: 0 0 .75rem 0;
}
.bios-fulltext p.bio-name {
    color: #5a8f4d;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 .5rem 0;
}
.bios-fulltext p.bio-credentials {
    font-style: italic;
    margin: 0 0 1rem 0;
}
.list-text{
    font-size: 13px;
}
.para-text{
    font-size: 12px;
}
.bold{
    font-weight: 800;
}
.center-text{
    text-align: center;
}
.main-box-blue{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background: rgb(49 38 130);
    height: 180px;
    margin-top: 60px;
    margin-bottom: 30px
}
.main-box-green{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background: rgb(158 199 191);
    height: 170px;
    margin-top: 60px;
    margin-bottom: 30px
}
.box-1{
    color: #fff;
    padding-left: 42px;
}
.box-2{
    color: #fff;
    padding-right: 200px;
}
.box-4{
    color: #fff;
}
.image-box img{
    margin-right: 50px;
    margin-top: -14px;
}
.main-box-testimonials{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background: rgb(49 38 130);
    height: 196px;
    margin-top: 60px;
    margin-bottom: 30px
}
.box-testimonials{
    color: #fff;
    padding-left:30px;
    line-height:1.2;
    padding-right:20px;
    width: 917px;
}


        /* Left section */

        .controler{
            display: flex;
        }

        .left-section {
            width: 20%;
            background-color: #e8f3d8;
            padding: 20px;
        }

        .left-section ul {
            list-style-type: square;
        }

        .left-section ul li {
            margin-bottom: 10px;
            line-height: 0.8;
        }

        .left-section ul li a {
            text-decoration: none;
            color: #5a900a;
            font-size: 12px;
        }

        .left-section ul li a:hover {
            color: #005e2a;
			cursor:pointer;
        }
        .heading{
            font-size: 15px;
            font-weight: 800;
            color: #005e2a;
         
        }
        .sub-heading{
            font-size: 13px;
            font-weight: 500;
            color: #005e2a;
        }

        /* Right section */
        .right-section {
            width: 80%;
            padding: 20px;
        }

        .right-section img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }
        #map {
            height: 100%;  /* Full-screen height */
            width: 100%;   /* Full-screen width */
        }
        /* Modal styles */
        .modal {
             display: none; /* Hidden by default */
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
				justify-content: center;
				align-items: center;
        }

        .modal-content {
            background-color: #ceefff;
			padding: 20px;
			width: 80%;
			max-width: 500px;
			border-radius: 8px;
			text-align: center;
			    color: #000000;
        }

        .close-btn {
           float:Right;
			cursor: pointer;
			font-size: 24px;
        }
		
		.icon-cta p{
			    height: 100px!important;
		}
		.content{
			padding: 10px;
		}
		.benefit-section {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .benefit-section img {
    max-width: 100%;
    flex: 1 1 400px;
    margin: 10px;
  }

  .benefit-content {
    flex: 2 1 400px;
    color: #ffffff;
    margin: 10px;
  }

  .benefit-content h3 {
    margin-bottom: 10px;
	font-size: 24px;
  }

  .benefit-content h4 {
    margin-bottom: 10px;
  }
  
  .benefit-content p{
	  font-size: 20px;
  }

  .benefit-content ul {
    padding-left: 20px;
    margin: 0;
	font-size: 17px;
  }

  .emotional {
    background-color: #482f91;
  }

  .physical {
    background-color: #7968ae;
  }

  .financial {
    background-color: #006e86;
  }
  
   .footer-bottom {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding: 20px;
            border-top: 1px solid #000;
            font-size: 14px;
        }

    .footer-bottom a {
            text-decoration: none;
            color: black;
        }

    .footer-bottom a:hover {
            text-decoration: underline;
        }

  .social {
    background-color: #6dbf69;
  }

		@media screen and (min-width: 62em) {
    .footer-cta-short .footer-cta {
        height: 600px!important;
    }
}

	 .main-box-1{
        display: flex; 
        align-items: center; 
        border-right: 1px solid ; 
		border-bottom: 1px solid;
        padding: 10px;
        width: 50%;
    }
    .main-box-2{
        display: flex; 
        align-items: center; 
        border-bottom: 1px solid; 
        padding: 10px;
        width: 50%;
    }
    .main-box-3{
        display: flex; 
        align-items: center; 
        border-right: 1px solid; 
        padding: 10px;
        width: 50%;
    }
    .main-box-4{
        display: flex; 
        align-items: center; 
        padding: 10px;
        width: 50%;
    }
    .box-one{
        margin-left: 15px;
    }
    .box-one h3 {
        color: #482f91;
		font-size: 18px;
    }
    .box-two{
        margin-left: 15px;
    }
    .box-two h3 {
        color: #7968ae;
		font-size: 18px;
    }
    .box-3{
        margin-left: 15px;
    }
    .box-3 h3 {
        color: #006e86;
		font-size: 18px;
    }
    .box-4{
        margin-left: 15px;
    }
    .box-4 h3 {
        color: #6dbf69;
		font-size: 18px;
    }
	.bottom-box-1{
        align-items: center; 
        border: 1px solid #5a900a; 
        padding: 20px; 
        background-color: #5a900a;
        width: 50%;
		text-align: center;		
    }
    .bottom-box-2{
        align-items: center; 
        border: 1px solid #71aba2; 
        padding: 20px; 
        background-color: #71aba2;
        width: 50%;
		text-align: center;
    }
    .bottom-box-3{
        align-items: center; 
        border: 1px solid #6b55a4; 
        padding: 20px; 
        background-color: #6b55a4;
        width: 50%;
		 text-align: center;
    }
    .bottom-box-4{
        align-items: center; 
        border: 1px solid #5467ad; 
        padding: 20px; 
        background-color: #5467ad;
        width: 50%;
		text-align: center;		
    }
    .bottom-box{
        margin-left: 15px; 
        color: #ffffff;
    }
	
	.container {
            width: 60%;
            margin: 20px auto;
            background: white;
            padding: 20px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
        }
        .header {
            background: #007936;
            color: white;
            padding: 10px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        .section-title-1 {
            font-size: 16px;
            font-weight: bold;
            margin: 15px 0 5px;
        }
        label {
            font-weight: bold;
            display: block;
            margin: 10px 0 5px;
        }
        input[type="text"], textarea, select {
            width: 100%;
            padding: 8px;
            margin-top: 5px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
        }
        .file-upload {
            padding: 10px;
            border: 2px dashed #ccc;
            text-align: center;
            margin-top: 10px;
            cursor: pointer;
        }
        .continue-btn {
            display: block;
            width: 40%;
            padding: 12px;
            background: #007bff;
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            margin-top: 20px;
			margin: 0 auto;
        }
        .continue-btn:hover {
            background: #0056b3;
        }
      



			/* Popup container */

		.popup {
			  display: none;
			  position: absolute;
			  z-index: 2000;
			  left: 0;
			  top: 210px;
			  width: 100%;
			  height: 100%;
			}


			/* Popup content */
			
		.popup-content {
			  background-color: #fff;
			  margin: 15% auto;
			  padding: 34px;
			  border-radius: 8px;
			  width: 500px;
			  text-align: center;
			  position: relative;
			}


			/* Close icon */
			
		.close-icon {
			  position: absolute;
			  top: 10px;
			  right: 15px;
			  font-size: 24px;
			  font-weight: bold;
			  color: #b70505;
			  cursor: pointer;
			  
			}
		
		.popup-content > p {
			
			font-size: 13px;
			
		}
		
		.popup-updated-logo {
		
			width: 180px;   /* Set desired width */
			height: auto;   /* Maintain aspect ratio */
			
		}





@media (max-width:767px) {
    .bios-row {
        display: block;
    }
    .bios-row .bios-cell {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    .image-box img{
        width: 200px;
        position: absolute;
        left: 112px;
    }
    .box-1{
        color: #fff;
        padding: 10px;
        margin-top: 124px;
    }
    .box-2{
        color: #fff;
        padding: 10px;
        margin-top: 124px;
    }
    .main-box-blue {
        width: 100%;
        background: rgb(49 38 130);
        height: 415px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .main-box-testimonials {
        width: 100%;
        background: rgb(49 38 130);
        height: 420px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .main-box-green {
        width: 100%;
        background: rgb(158 199 191);
        height: 310px;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .box-4{
        color: #fff;
        padding: 10px;
        margin-top: 124px;
    }
    .box-testimonials{
        color: #fff;
        padding: 10px;
        margin-top: 136px;
    }
    .image-box-testimonials img{
        width: 200px;
        position: absolute;
        left: 112px;
    }
	  .benefit-section {
      
      text-align: center;
    }
	.benefit-section  img{
		flex:0;
	}

    .benefit-content {
      text-align: left;
    }
    .controler{
        display: grid;
    }
    .left-section {
        width: 100%;
    }
     .right-section {
        width: 100%;
        height: 500px;
        order: -1;
    }
}
