body{
  font-family: Roboto-Regular;
	margin: 0;
	border: 0;
	padding: 0; 
  background-size: cover;
  background-repeat: no-repeat;
}

.Container{
  background-color:#fff;
  display: flex;
  width: 65%;
  border-radius: 10px;
  border: 1px solid gainsboro;
  padding: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.75em, rgba(90, 125, 188, 0.05) 0px 0.75em 2em;
  margin-top: 1%;
  align-items: center;
}

.Imagecontainer{width: 50%;}
.Contentcontainer{width: 50%;border-left: 1px solid #cccccc;}

.mySlides {display: none}
.slideimg {
  vertical-align: middle;
  width: 100%;
  height: 300px;
  border-radius:10px
}

/* Slideshow container */
.slideshow-container {
  max-width: 85%;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  margin: 1px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #325ea1;
  width: 5%;
}
.lbl {
  color: #1c355e;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  margin: 5% auto;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

.Checklbl{
  cursor: pointer;
  margin-left: 10px;
  color: #333333;
  font-size: 14px;
}

.Checkboxcls{
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.Mobile
{
  background: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' %20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.5%2C1h-8C6.12%2C1%205%2C2.12%205%2C3.5v17C5%2C21.88%206.12%2C23%207.5%2C23h8c1.38%2C0%202.5%2C-1.12%202.5%2C-2.5v-17C18%2C2.12%2016.88%2C1%2015.5%2C1zM11.5%2C22c-0.83%2C0%20-1.5%2C-0.67%20-1.5%2C-1.5s0.67%2C-1.5%201.5%2C-1.5%201.5%2C0.67%201.5%2C1.5%20-0.67%2C1.5%20-1.5%2C1.5zM16%2C18L7%2C18L7%2C4h9v14z%22%20%0Afill%3D%22%231EA839%22%2F%3E%3C%2Fsvg%3E" )  no-repeat left;
  background-size: 24px;
}

.inputText{
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 10px;
  padding-left: 30px;
}

.inputText:focus{
  border-bottom: 1px solid #0084ff;
}
.inputText:valid{
  border-bottom: 1px solid #0084ff;
}


.mnrinput-container {
  position: relative;
  width: 85% ;
  margin: 28px auto;
}
.mnrinput-container input,.mnrinput-containerx input {
  width: 80%;
  padding: 15px 0px;
  padding-bottom: 8px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid gainsboro; /* Bottom border */
  outline: none;
}

.mnrinput-container label,.mnrinput-containerx label {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 0px;
  color: #143980;
  background-color: transparent;
  transition: top 0.3s ease; /* Smooth transition */
  margin-left: 10%;
}

.mnrinput-container input:focus + label,
.mnrinput-container input:not(:placeholder-shown) + label, .mnrinput-containerx input:focus + label,
.mnrinput-containerx input:not(:placeholder-shown) + label {
  top: -15px;
}

.spanleftalignlbl{
	color: #0084ff;
    font-size: 14px;
    margin: 2% 0;
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.Subbtnclk{
	font-size: 15px;
	width: 68%;
	padding: 15px 10px;
	margin: 3px auto;
  border: 1px solid gainsboro;
  outline: none;
	background-color: #2355b6;
	color: white;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.05em, rgba(90, 125, 188, 0.05) 0px 0.05em 0.5em;
}

.Subbtnclk:disabled{
  background-color: #c3c0c0;
  border: none;
  color: #ffffff;
}
.Declaration{
  font-size: 11px;width: 80%;margin: auto;
}

.InputBox{
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #bdbdbd;
  outline: none;
}
.InputBox:focus{
  border: 1px solid #005cb9;
}
.InputBox:valid{
  border: 1px solid #005cb9;
}

.Commonbtn{
  font-size: 14px;
	padding: 10px;
	margin: 10px auto;
  border: 1px solid gainsboro;
  outline: none;
	background-color: #2355b6;
	color: white;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.05em, rgba(90, 125, 188, 0.05) 0px 0.05em 0.5em;
}

.SmImg{
  width: 30px;
  height: 30px;
}

.Dropdownstyle{
  outline: none;
  padding: 5px 3px;
  border: 1px solid #2a77c4;
  border-radius: 5px;
  width: 100%;
  color: #213a62;
  font-size: 15px;
}
.MemberSpan{
  font-size: 12px;
  color: #606060;
  text-decoration: none;
  margin: 5px 0px;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #0e6fb6;
  border-radius: 20px;
}
.MemberSpan:hover{
  background: #2e78ad;
  color: #fff;
}
/* Styles for the mask overlay */
.mask-overlay {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place even when scrolling */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

/* Styles for the mask content box */
.mask-content {
  background-color: #ffffff;
  margin: auto; /* Auto margins for centering (if not using flex) */
  padding: 30px;
  border: 1px solid #888;
  width: 80%; /* Could be a percentage or fixed width */
  max-width: 800px; /* Max width for larger screens */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  position: relative; /* Needed for absolute positioning of close button */
}

/* Styles for the close button */
.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-button:hover,
.close-button:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.Masktable{
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.Masktable th{
  background: #D4E2F3;
  font-weight: normal;
  padding: 5px;
}
.Masktable td{
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}

.Slidespn{
	display:inline-block;
	margin-Bottom:5px;
	color:#00AE42;
}

.LinkFlex{
	display:flex;
	flex-flow:row wrap;
	width:100%;
	justify-content: flex-start;
}
.LinkFlex>div{
	margin:2.5%;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 20%;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
	align-items: center;
	cursor:pointer;
}

@media only screen and (max-width: 900px) {
  .Container{
    width: 90%;
    margin-top: 5%;
  }
}

@media only screen and (max-width: 480px) {
  .Container{
    width: 90%;
    margin-top: 20%;
  }
  .Imagecontainer{display: none;}
  .Contentcontainer {
    width: 100%;
    border-left:none;
  }
  .mask-content {
    width: 90%;
    padding: 10px;
  }
  .Masktable th,.Masktable td{
    padding: 3px;
    font-size: 12px;
  }
  .LinkFlex{
	  justify-content: space-around;
  }
  .LinkFlex>div{
	margin:1%;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 40%;
    display: flex;
    padding: 15px;
    box-sizing: border-box;
    justify-content: space-between;
	align-items: center;
	cursor:pointer;
	}
}


.imgSpan {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #46b954;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.iconCls {
    color: #fff;
    font-size: 15px;
}
.imgTxt{
	color:#000;
	
}

.imgMailSpan {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #0176c3;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}