h1, h2, h3, h4, h5, h6{
    font-family: 'Noto Sans', sans-serif;
     color:#555555;
     margin: 10px 0 10px
}
 h1{
    font-size: 24px;
     font-weight: 600;
}
 h2{
    font-size: 20px;
     font-weight: 600;
}
 h3{
    font-size: 18px;
     font-weight: 600;
}
 h4{
    font-size: 16px;
     font-weight: 600;
}
 h5{
    font-size: 14px;
     font-weight: 500;
}
 h6{
    font-size: 12px;
     font-weight: 500;
}
 body{
    margin: 0;
     font-family: 'Noto Sans', sans-serif;
     font-size: 15px;
     font-weight: 400;
     color: #333333;
         background-image: url('images/green-pattern.svg');

}
 p{
    font-family: 'Noto Sans', sans-serif;
}
 li, ul{
    font-family: 'Noto Sans', sans-serif;
     margin-bottom: 5px;
     font-weight: 400;
}
 ul{
    padding-inline-start: 15px;
     list-style-type: disc
}
 ol{
    margin-block-start: 0em;
     padding-inline-start: 18px
}
 td{
    padding:10px
}
 table, td, th {
     border: 1px solid #cccccc;
     font-size: 13px 
}
 strong, b {
    font-weight: 600
}
 header {
     background-color: #13221C;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 10001;
     padding: 15px 0;
}
 .header-wrapper{
     margin-left: 20px;
     margin-right: 20px
}
 .logo{
    text-align: center;
    width: 100%;
}
 .logo img{
    width: 220px;
        margin: 0 auto;

}

 .button-with-img{
	 display: block
  
} 
 .button-with-img:hover{
	opacity: .8;
  
} 
.button-with-img img{
	max-width: 290px;
	margin-bottom: 20px;
	display: block;
  
}

 .button{
    background-color: #A67A44;
     border-radius: 5px;
     padding: 14px 20px;
     color: #ffffff;
     font-weight: 600;
     font-size: 18px;
     text-transform: uppercase;
     text-decoration: none;
     vertical-align: bottom;
     display: block;
     margin-bottom: 20px;
     text-align: center;
}

 .button-bottom{
    background-color: #21967A;
     border-radius: 5px;
     padding: 11px 20px 5px;
     color: #ffffff;
     font-weight: 600;
     font-size: 18px;
     text-transform: uppercase;
     text-decoration: none;
     text-align: center;
     max-width: 250px;
     margin: 0 auto;
     margin-bottom: 10px;
}

 .button-bottom2{
	 display: inline-flex;
    align-items: center;

}
 .button:hover, .button-bottom:hover{opacity: .8
	 
 }

 .button a, .button-bottom a{
     text-decoration: none;    color: #ffffff;
}

 .main-wrapper{
    display: flex;
}
 .inner-wrapper{
	 padding-left: 20px; padding-right:  20px;
	 padding-top: 110px;
	 background: none;
    width: 100%;
     max-width: 290px;
     margin: 0 auto;
}

 .box-left, .box-right{
    width: 46%;
     margin-right: 2%;
     margin-left: 2%;
     display: inline-block
}
 .terms{
    font-size: 13px;
}
 .color-blue{
    color:#38b0c8
}
 .color-pink{
    color:#e792a4
}

.follow{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	display: block;
	font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 5px;
	
}

.title{
	font-family: 'Noto Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 28px;
	display: block;
	color:#ffffff;
	font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 25px;
	
}

footer {
		background-color: #13221C;

  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  height: 180px;
  padding-top: 20px;
  padding-bottom: 10px;
   
}

.footer-wrap{
	padding-left: 20px;
    padding-right: 20px;
    background: none;
    width: 100%;
    max-width: 290px;
    margin: 0 auto;}
  
.footer-wrapper{display:flex }
.social{display: inline-flex; padding:8px}
.social:hover{opacity: 0.8}  
.whatsapp-img{width: 30px; height: 30px; margin-right: 15px}
 