* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  /* 
    default font-size: 16px 
    10px / 16px = 62.5% - to make it 10px 
    Percentage of user browswer fontsize
  */
  font-size: 62.5%;
}

body {
  font-family: "Rubik", sans-serif;
}

/**

Default Font Color1: #281812
Secondary - less important color: #BDA69F
Darker of default color: #dc3605

Background image Font Color2: #fff

Highlight  color: #F43C06, #f66338
Background-color: #000, #b3b3b3 #fff #e6e6e6
Border:           #b6b2b2


icon - Font-color: #007fff, #99cbff
**/

.container {
  max-width: 120rem;
  margin: 0px auto;
}

.section-hero {
  margin-top:2rem;	
  height: 50vh;
  //background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1)), url(../img/mah-background.jpg);
  background-image: linear-gradient(rgba(80, 80, 80, 0.8), rgba(80, 80, 80, 1));
  background-size: cover;
 // margin-bottom: 5rem;
}

/** Menu Navigation **/
.top_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 10rem;
  height: 3rem;
  color: #fff;
  text-shadow: #f43c06;
  text-shadow: 1px 1px 1px #f43c06;
  cursor: pointer;
}

.page_nav {
  display: flex;
  gap: 5rem;
}

.nav_link:link,
.nav_link:visited {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border-bottom 1s;
}

.nav_link:hover,
.nav_link:active {
  border-bottom: 2px solid #f43c06;
}


/** Nav Link **/
.nav-content{
	background-image: linear-gradient(rgba(80, 80, 80, 0.8), rgba(80, 80, 80, 1));	
	//background-color: #808080;
}

.nav-content {
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0;

    width: 100%;
    height: 3.5rem;

    //background-color: #fff;
    box-shadow: 0 1.2rem 3.2rem rgba(0,0,0, 0.3);
    z-index: 999;
}

/** landing-section section **/

.landing-section {
  height: 80%;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr auto;
  gap: 5rem;
}
h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4rem;
  letter-spacing: 1px;
}

h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.h2_ul{
	margin-left:2rem;
}
.h2_ul li{
  list-style: none;
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px; 
  line-height: 1.5;  
}



h3 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;  
  line-height: 1.8;
}


.h3_spacing{
	  margin-top: 3rem;	

}


.register_text {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
}

.register_btn {
  font-size: 1.4rem;
  border: none;
  background-color: #f43c06;
  color: #fff;
  margin-left: 1rem;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #f43c06;
}

.eims_logo{
	//background-color: #000;
}

.signin {
  font-size: 1.4rem;
  color: #fff;
  display: grid;
  justify-content: left;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.sign_field {
  grid-column: 2/-1;
}

.forgot_credentials_link:link,
.forgot_credentials_link:visited {
  font-size: 1.2rem;
  grid-column: 1/3;
  color: #bda69f;
}

.forgot_credentials_link:hover,
.forgot_credentials_link:active {
  color: #dc3605;
}

.sign_submit {
  border: none;
  font-size: 1.2rem;
  background-color: #f43c06;
  color: #fff;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #f43c06;
}

.sign_submit:active,
.register_btn:active {
  box-shadow: none;
}

/**feature */

.feature_body{
	//background-color: #fff;
}

.feature-ion-icon{
	color: #007fff;
	font-size:1.5rem;
	margin-left:1rem;
}
.feature-heading {
  font-size: 1.5rem;
  text-align: left;
  color: #007fff;
  
}

.rule{
	width: 10rem;	
	border-bottom: 1px solid black;
	margin-bottom: 0.5rem;
}


.feature-section {
  color: #382a41;
  //margin-bottom: 10rem;
}

.feature-section div {
  //border: 1px solid #b6b2b2;
  padding: 20px 30px;
  //background-color: #f7f4f4;
 // transition: transform 0.5s;
  //border-radius: 10px;
  width:25rem;
}

.feature-section div:hover {
  //transform: scale(1.1);
}

.feature-list li {
  color: #000;	
  list-style: none;
  font-size: 1.35rem;
  line-height: 1.5;
}




.feature-heading{
	
}


.feature_body{
  display: grid;
   justify-content: left;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  grid-template-rows: 15rem 15rem;
}

.feature-ls-item {
  display: inline-block;
}

.feature-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

/** fee section */
.fee-body{
	background-color: #f5f5f5;
	
}
.fee-section {
  
  padding: 5rem;
  display: flex;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  align-content: center;
  //margin-bottom: 5rem;
}

.fee-item{
	padding: 1rem;
	border: 1px solid #808080;
	border-radius: 3%;
	width: 25rem;
}

.fee-header{
	font-weight: 600;	
	text-align: center;
	margin-bottom: 3rem;
	
	
}

.fee-header .plan-name{
	color: #007fff;	
	font-size: 1.4rem;		
	text-transform: uppercase;
	letter-spacing: 0.75;	
	
	margin-bottom: 1rem;

}

.fee-header .plan-price{
	font-size: 2rem;
	
	
}


.fee-header .plan-maintenance-price{
	font-size: 1.1rem;
	font-weight: 300 !important;	
}


.fee-header .plan-price-custom{
	font-size: 1.2rem;
	font-weight: 400 !important;	
}

.fee-list{
  list-style: none;
  font-size: 1.4rem;
  line-height: 2;
}



.fee_image {
  height: 20rem;
}

.fee_list h2 {
  margin-bottom: 2rem;
}

.fee_list li {
  list-style: none;
  font-size: 1.5rem;
  line-height: 2;
}

.fee_label,
.fee_value {
  display: inline-block;
}

.recommended_fee {
  font-weight: bold;
}

.fee_label {
  width: 10rem;
  margin-right: 20px;
}


/** contactus-section **/

#contact-us{
	background-color: #fff;
}

.contact-us-section{
    display: grid;
    grid-template-columns: 1.5fr 1fr;     
    align-content: center;
    border-radius: 5px;
    overflow: hidden;
}


.contact-content{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-us-header{
   // padding: 2rem;
}

.contact-us-text{
    padding: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    
    color: #808080;  
}

/*.contact-us_image{
    
    width:100%;
    height: 100%;
}

*/
.contact-us_image{
  //  background-image: linear-gradient( to right bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35) ), url(../img/businessregistration.png);
   // background-size: cover; 
   background-image: url(../img/businessregistration.png);
   background-repeat: no-repeat;
   background-position: center;      
}


.contact-us-form{
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    gap: 2rem;
    row-gap: 1rem;
    align-items: center;

    font-size: 1.3rem;
    line-height: 2rem;

    padding: 1rem;
}

.form-control{
    display: grid;
    justify-items: right;
    padding: 1rem;
}

.contactus-label{
    font-size: 1.3rem;
    color: #281812;
    justify-self: left;
    line-height: 1.5
}


.contactus-field{
    font-size: 1.3rem;
    color: #444;
    line-height: 1.5;
    padding-left: 0.7rem;
}


.contactus-btn {
  font-size: 1.4rem;
  border: none;
  background-color: #007fff;
  color: #fff;
  margin-left: 1rem;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: 0 0 1px 1px #007fff;
}

/** footer **/
.section-footer{
	background-color: #f5f5f5;
    border-top: 1px solid #b6b2b2;
    padding-bottom: 2rem;
}

.copyright-section{
    margin-top: 3rem;
    display: grid;
    justify-content: left;
    grid-template-columns: 1fr 1fr;
    color: #281812;
}

.org-address{
    justify-self: right;
    text-align: left;
}

.footer-title{
    font-size: 1.4rem;
    font-weight: 500;
}

.footer-h1{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}


.footer-h2{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-h3{
    font-size: 1rem;
}


.footer-link, .footer-link:hover, .footer-link:active{
    text-decoration: none;
    color: #281812;
}




  
/** progress bar **/

.hide{
    display: none !important;
}

.error-field{
	color: #FF5323;
}

.submit-with-progress{
	display:flex;
	flex-direction: row;
	gap: 0.5rem;
	align-items: center;	
}

.progress-bar{
    display: flex;
    flex-direction: row;
    /* align-self: flex-end;*/
    gap: 0.5rem;
}

.progress-dot{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    opacity: 20%;   
}

.on{
    opacity: 100%;
}

.red{
    background-color: #FF5323;
}

.yellow{
    background-color: #fbff00;
}


.green{
    background-color: #1EA600;
}

