body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #282b3f; /* Background color similar to the image */
    padding: 0.5rem 1rem;
}

.navbar-brand {
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: #fff;
    margin-right: 1rem;
    position: relative;
}

.navbar-nav .nav-link.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #00ff00; /* Green underline similar to the image */
    position: absolute;
    bottom: -4px;
    left: 0;
}

.navbar-nav .nav-link:hover {
    color: #00ff00;
}

.navbar-nav .nav-link i {
    margin-right: 0.25rem;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28255, 255, 255, 0.5%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}

.bg-dark {
    background-color: #3a3f5c !important;
}

h2 {
    font-size: 2rem;
    font-weight: 300;
}

h5 {
    font-weight: 600;
}

.form-check-label, .form-text, .list-unstyled, a {
    font-size: 0.875rem;
    color: #00a651;
}

a:hover {
    text-decoration: underline;
}

.btn-primary {
    background-color: #d9534f;
    border-color: #d9534f;
}

.form-control
{
    background: transparent;
    box-sizing: border-box;
    color: rgb(40, 43, 62);
    display: inline-block;
    font-family: "Manulife JH Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    outline: none;
    overflow: hidden;
    padding: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border: none;
    text-align: left;
    border: 1px solid;
    border-radius: 0px;
}

.form-control:active
{
    border: 1px solid; 
    border-color: #00ff00;
    border-radius: 0px;
}

.form-control:focus
{
    border: 1px solid; 
    border-color: #00ff00;
    box-shadow: 0 0 0 .25rem rgb(1, 248, 34);
    border-radius: 0px;
}

.btn-primary
{
    height: 50px;
    width: 300px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: "Manulife JH Sans", Helvetica, Arial, sans-serif;
   
}

.btn-primary:hover
{
    background-color: #ad0600;
}

/* new files */

/* model window */

.bg-dark {
	background-color: #21252900!important;
  }
  
  .modal-box{ font-family: 'Varela Round', sans-serif; }
  .modal-box .show-modal{
	  color: #222;
	  background-color: #fff;
	  font-size: 18px;
	  font-weight: 600;
	  text-transform: capitalize;
	  padding: 10px 15px;
	  margin: 80px auto 0;
	  border: none;
	  outline: none;
	  box-shadow: 0 0 10px #555;
	  display: block;
  }
  .modal-box .show-modal:hover,
  .modal-box .show-modal:focus{
	  color: #222;
	  background-color: #fff;
	  border: none;
	  outline: none;
	  text-decoration: none;
  }
  .modal-backdrop.in{ opacity: 0.1; }
  .modal-box .modal{ top: 0px !important;background: #000000b3; }
  .modal-box .modal-dialog{
	  width: 500px;
	  margin: 30px auto 10px;
  }
  .modal-box .modal-dialog .modal-content{
	  border-radius: 25px;
	  box-shadow: 0 0 25px -8px #555;
  }
  .modal-box .modal-dialog .modal-content .close{
	  color: #e74c3c;
	  background-color: #fff;
	  font-size: 28px;
	  text-shadow: none;
	  line-height: 33px;
	  height: 33px;
	  width: 33px;
	  opacity: 1;
	  border-radius: 50%;
	  box-shadow: 0 0 5px #555;
	  position: absolute;
	  left: auto;
	  right: -5px;
	  top: -5px;
	  z-index: 1;
	  transition: all 0.3s;
  }
  .modal-box .modal-dialog .modal-content .close span{
	  margin: -1px 0 0 0;
	  display: block;
  }
  .modal-box .modal-dialog .modal-content .close:hover{
	  color: #fff;
	  background-color: #e74c3c;
  }
  .modal-box .modal-dialog .modal-content .modal-body{ padding: 40px 10px !important; }
  .modal-box .modal-dialog .modal-content .modal-body .icon{
	  color: #26de81;
	  font-size: 36px;
	  text-align: center;
	  text-shadow: 4px 0 0 #fff, 0 -3px 0 #fff;
	  line-height: 40px;
	  height: 50px;
	  width: 50px;
	  margin: 0 auto 30px;
	  position: relative;
	  z-index: 1;
  }
  .modal-box .modal-dialog .modal-content .modal-body .icon:after{
	  content: '';
	  height: 45px;
	  width: 45px;
	  border: 5px solid #c1c1c1;
	  border-radius: 50%;
	  position: absolute;
	  left: -5px;
	  top: 3px;
	  z-index: -1;
  }
  .modal-box .modal-dialog .modal-content .modal-body .title{
	  margin: 0 0 20px 0;
	  font-size: 24px;
	  color: #000000;
	  text-transform: capitalize;
	  font-weight: 600;
	  text-align: center;
	  padding-top: 5px;
	  padding-bottom: 2px;
  }
  .modal-box .modal-dialog .modal-content .modal-body .description{
	color: #05711e;
	text-align: center;
	margin: 0 0 4px;
	font-size: 17px;
	font-weight: 600;
  }
  .modal-box .modal-dialog .modal-content .modal-body .subscribe{
	  color: #fff;
	  background-color: #26de81;
	  font-size: 18px;
	  text-transform: uppercase;
	  padding: 10px 20px;
	  margin: 0 auto;
	  border: 0 solid #222;
	  border-radius: 50px;
	  overflow: hidden;
	  display: block;
	  position: relative;
	  z-index: 1;
	  transition: all 0.3s;
  }
  .modal-box .modal-dialog .modal-content .modal-body .subscribe:hover{ background-color: #222; }
  @media only screen and (max-width: 768px){
	  .modal-dialog{ width: 400px !important; }
  }
  @media only screen and (max-width: 576px){
	  .modal-dialog{ width: auto !important; }
  }
  
  .modal-open .modal {
	  overflow-x: hidden;
	  overflow-y: auto;
	  position: fixed;
	  background-color: #000000c9;
  }
  
  .fade {
	  opacity: 1;
	  -webkit-transition: opacity .15s linear;
	  -o-transition: opacity .15s linear;
	  transition: opacity .15s linear;
  }
  
  /* New CSS */
  
  .mwh3
  {
	text-align: center;
	font-size: 24px;
	padding-top:0px;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight:bold;
  }
  
  .mwh4
  {
	text-align: center;
	font-size: 20px;
	padding-top:10px;
	margin-bottom: 5px;
	font-weight: 500;
	font-weight: 700;
  }
  
  
  .mwa
  {
	color:#0237b5;
	text-decoration: none;
  }
  
  .mwa:hover
  {
	color: #3c763d;
	text-decoration: none;
  }
  
   /* chatbtn */
  
  .btn-get
  {
  font-weight: 700;
	width: 180px;
	background-color: black;
	padding: 12px;
	color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  }
  
  .btn-get:hover
  {
	background-color: #ffc107;
	color: #000000;
  text-decoration: none;
  }
  
  