
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

body {
 font-family: 'Roboto', sans-serif;
}

.mobile-container {
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
     color: black;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 20px;
    display: block;
}

.topnav a.icon {
  background: #b4d1c3;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}
.logo {
	    text-align: center;

}
.logo img {
	     width: 75%;
    margin-top: 3rem;

}
	.title {
    font-weight: bold;
    font-size: 20px !important;
}
.form {
	margin-top: 3rem;
	padding: 1rem;
}
.btn-primary {
	    width: 100%!important;
    background: #239f63;
    border: none;
}
.card-main {
	    border-radius: 14px;
    border: none;
}
.card-main .card-body {
	    border-radius: 15px;
    
}
.numberpoint {
	font-weight: 600;
    font-size: 24px;
     margin-bottom: 0;
}
.numberpointtext {
	    font-size: 12px;
    margin-bottom: 0;
    color: #c1c1c1;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
 position: relative;
    top: 15%;
    width: 100%;
    left: 5%;
    margin-top: 30px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
     font-size: 22px;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
     position: absolute;
    top: -10px;
    right: 8px;
    font-size: 50px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.header{
	    background: #229e62;
}
.inheadd {
	    display: flex;
    justify-content: space-between;
        padding: 6px;
        align-items: center;
}
a {
	text-decoration: none;
}
.numberpointinner {
	     font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #e9387b;
}
.form-group label {
	font-weight: 600;
    font-size: 12px;
}