:focus{outline:none;box-shadow:inherit !important;border:none; !important;}
	a{outline:none;text-decoration:none;}
/* Base styles */
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;background:#f5f5f5;
  font-family: "Montserrat", sans-serif !important;
}

	b {font-weight: 600;}
	/****header*****/
.main {
    padding-top: 50px;
background-color:#254f1a;}
.banner-left p {
    color: #fff;font-size:18px;}
.nav-inner {
    width: 100%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(224, 226, 217);
    border-radius: 120px;
    padding:15px 18px 20px 30px;display: inline-block;height: 80px;}
	.nav-inner .navbar-brand {float: left;font-weight: 700;font-size:26px;margin:0 0 0 15px;}
	.navbar-brand img{    width: 30px;
    margin: -3px 10px 0 0px;
    position: relative;}
	a.navbar-brand:after {
position: absolute;
    content: "";
    height: 28px;
    width: 1px;
    left:200px;
    background: #212121;
    top: 10px;}
	button.sign-ip:hover {
    background: #000;}
	.navbar-nav li {padding:4px 20px 0 0;}

	a.navbar-brand{position:relative;}
	button.admin {background: #dce2e5;border: none;padding: 15px 33px 15px 33px;border-radius: 96px;font-weight: 600;font-size: 16px;margin: 0 18px 0 0px;}
	button.sign-ip {
    background: #1a2126;
    color: #fff;
    font-weight: 600;
    padding: 15px 33px 15px 33px;
    border-radius: 95px;}
.nav-item a {font-size: 16px;font-weight:600;}	
	.nav-item.first a {font-size: 20px;font-weight: 600;}
		li.nav-item.first {padding: 0px 30px 0 0;}
	.nav-item a:hover {color: #254f1a !important;    border-bottom: 1px solid #254f1a;}
	.nav-item a.nav-link.bold {color: #000;font-weight: 700;}
	.e-left.mobile-app i {
    font-size: 40px;
    padding: 14px 0;}
.banner h1 {
       color:#d2e823;
    font-size: 88px;
    font-weight: 800;
    padding: 82px 0 8px 0px;
    line-height:100px;}
	.banner form {width: 550px;height: 55px;}
	.banner form input {
    padding: 0 0 0 45px;}
	.banner {
    padding: 30px 0 80px 0;
    display: inline-block;
    width: 100%;}
	.tool-card:hover h3 {
    color: #1a2126;}
	.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.2);
 
}
	.tools-section {
padding: 70px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 25px;}
	.tool-card {
     background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
      text-align: center;
    cursor: pointer;}
	.tool-card h3 {

    font-size: 30px;
  
    color: #254f1a;
    transition: color 0.3s ease;}
.tool-card h3 {
    font-weight: 700;
    margin: 0 0 15px 0;
}
	
#navbarSupportedContent {
    float: right;
}
.description p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.description ul {
    padding: 0 0 0 15px;
    margin: 0;
}
.description {
    background: #fff;
    padding: 65px 0 0 0;
}
.description ul li {
    list-style: none;
    font-size: 14px;
    padding: 0 0 8px 0;
    color: #000;
}
.description h2 {
    color: #212121;
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 700;
    
    position: relative;
}
.description h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 9px 0;
}
.description.content {
    margin-bottom: 80px;
    padding-bottom: 50px;
    background: #fff;
    padding-top: 50px;
}
/****end***/



.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.button-group button {
    background-image: linear-gradient(135deg, #254f1a, #212121);
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    background-size: 200%;
    background-position: left;width:49%;
}



.button-group button:hover {
  background-position: right;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #254f1a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.hidden {
  display: none;
}

.error {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.output {
  margin-top: 20px;
  word-break: break-word;
}

.section-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  background: #fafafa;
}

.section-box h3 {
font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #212121;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
}
.megri-tool-inner{
    background-color: #fff;
    padding: 20px;
    box-shadow: 5px 6px 20px #ccc;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin: 0 auto;margin-top:80px;	}
	.input-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    border-radius: 8px !important;
    margin: 12px 0 20px 0;
}


#ageForm input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    border-radius: 8px !important;
    margin: 12px 0 20px 0;
}

#ageForm label {
    font-weight: 600;
    font-size: 20px;
}
.megri-tool-inner h1{margin:0 0px 45px 0;    font-weight: 700;font-size: 42px;position: relative;}
.megri-tool-inner h1:after {
    position: absolute;
    content: "";
    background:#254f1a;
    height: 2px;
    width: 200px;
    left: 0;
    right: 0;
    bottom: -2px;
margin: 0 auto;}


/*****footer****/
.footer h2 {
    color: #000;
    margin: 0 0 30px 0;
}
.footer p {
    color: #000;
    font-size: 14px;
}
.description ul {
    padding: 0 0 0 15px;
    margin: 0;
}
.description ul li {
    list-style: none;
    font-size: 14px;
    padding: 0 0 8px 0;
    color: #000;
}
.footer ul li a {
    color: #212121;
}
.footer span {
    display: inline-block;
    width: 100%;
    color: #212121;
    font-size: 14px;
    padding: 0 0 10px 0;
}
.footer span i {
    color: #fff;
    font-size: 14px;
    width: 20px;
}
.footer b {
    width: 55px;
    display: inline-block;
    font-weight: 600;color:#fff;
}
.footer a {
    color: #000;
}
.footer-inner {
    background: #254f1a;
    border-radius:55px;
    padding: 50px 50px;
}

.footer ul li {
list-style:none;padding-bottom:8px;
}
.footer ul li a {
    color: #fff;
    font-size: 16px;
}
.footer-inner p {
    color: #fff;    padding: 0 60px 0 0px;
}
.footer-inner h2 {
    color: #fff;font-weight:700;
}
.footer-inner a {
    color: #fff;
}
.footer-inner ul
 {
    padding: 0;
}
/****end****/

.footer-inner span {
    color: #fff;
}

.copyright {
    text-align: center;
    background: #212121;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    margin-top: 50px;
    width: 100%;
    height: 50px;}
.copyright a{color:#fff;}
.container-fluid {
    width: 95%;
}
div#ageSummary {
    text-align: left;
    margin: 0 0 0 15px;}
	#resultTable .section-box {
    text-align: left;}
	.cta-inner {
    width: 90%;
    margin: 0 auto;
    box-shadow: 1px 6px 25px #ccc;
    border-radius: 55px;
    padding: 36px 38px;
    margin-top: 80px;
    margin-bottom: 30px;text-align:center;}
	.cta-inner h2 {
    margin: 0 0 10px 0;font-size:36px;}
	.cta-inner p {
    font-size: 20px;}
	.cta-inner a {
    background: #254f1a;
    color: #fff;
    border: none;
    padding: 12px 45px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0 0;
    display: inline-block;}
.banner.privacy h1 {padding: 65px 0;line-height: inherit;}
.description.privacy h2 {
    margin: 50px 0 25px 0;font-size:32px;}
	.description.privacy ul li a {
    color: #254f1a;
    font-weight: 600;}
.description.privacy h4 {
      font-size: 20px;
    margin: 26px 0 20px 0;
    line-height: 30px;
}
.description.privacy {
    margin-bottom: 80px;
    padding-bottom: 80px;
}
.description.privacy a {
    color: #254f1a;
    font-weight: 600;
}
.description.privacy ul li {
    padding: 0 0 12px 0;
    font-size: 16px;
    list-style: circle;
}
.description ul {
    padding: 0 0 0 15px;
    margin: 0;}
	.description.content h2 {
    margin: 0 0 10px 0;}
	.description.content p {
    font-size: 18px;}

	.description.content h5 {
    font-size: 18px;
    margin: 0px 0 16px 0;
}
.description.content h4 {
    margin: 40px 0 15px 0;font-size:24px;}
	.description.content ul li {
    list-style: circle;
    font-size: 15px;}
	.about.boxes .tools-section {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}

	
	
@media (max-width: 767px) {
.nav-inner .navbar-brand{font-size: 20px;}
.banner {
display:inherit;
    width: 90%;
    margin: 0 auto;}
.nav-inner {
   height:62px;
    padding: 10px 18px 10px 10px;}
	a.navbar-brand:after{position:inherit;}
	button.navbar-toggler {
    float: right;}
	
	.banner h1 {
      font-size: 34px;
    font-weight: 600;
    padding: 0 0 8px 0px;
    line-height: 45px;}
	.banner br {
    display: none;
}
.megri-tool-inner h1{font-size:26px;}
#navbarSupportedContent {
        float: none;
        background: #fff;
        margin: 50px 0 0 0;
        text-align: right;
        border-radius: 10px;    }

	.megri-tool-inner h1:after{display:none;}
	.tools-section{display:inline-block;padding:70px 0 40px 0;}
	.tool-card{margin-bottom:30px;}
	.button-group button{width:100%;}
	.description h2{font-size:28px;}
	.footer-inner { padding: 20px 20px;border-radius:0;}
	.footer h2 {margin: 40px 0 10px 0;}
	.footer .container-fluid {
    width: 100%;
    padding: 0;
}
.copyright{margin-top:0;}
.description h2 {
        font-size: 26px;
    }

.description.privacy h2{font-size:26px;}
.description.privacy h4{line-height:26px;}
.banner.privacy h1 {
    padding: 0;
    line-height: 1;}
	.banner.privacy {
    padding: 40px 0 50px 0;}


}



