@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	}
header {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 30px 0 0;
    display: block;
}
.logo {
    width: 150px;
}
.logo1 {
	/*width: 240px;*/
    margin-top: -2.5rem;
}
.mobile{
	display:none;
	}
.banner-text{
	margin-top: 3rem;
	}
.banner-text p{
	color: #00D1A5;
    font-size: 53px;
    line-height: 1.3;
	}
.banner-text p span{
    color: #004133;
    font-weight: 700;
	}
	
.section-two{
    background: url(../images/green-bg.jpg) no-repeat;
    background-size: cover;
    /*height: 1000px;*/
    margin-top: -12.5rem;
    background-position: 0px 20%;
	}
.form-sec p{
	color: #004133;
    font-size: 40px;
    line-height: 1.3;
	}
.form-sec p span{
    color: #004133;
    font-weight: 700;
	}
.form-sec{
	margin-top: 19rem;
}
.com-soon{
	margin-top: 6rem;
	}
.form-box{
	    padding-bottom: 9rem;
	}
.form-control{
	    height: 60px;
    border-radius: 15px;
    border: none;
    font-size: 23px;
    text-align: center;
    color: #00866A;
    font-weight: 500;
	}
.sub-btn{	
    border-radius: 15px;
    border: none;
    font-size: 23px;
    background: #004133;
    padding: 15px 0;
    font-weight: 700;
}
.sub-btn:hover{
	background: #8170e5;
	}
.inp-btn{
	padding: 0 4px 0 0;
	}
.inp-btn img{
	    width: 65px;
	}
.input-group-append{
	    background: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
	}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: rgb(0 134 106 / 34%);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: rgb(0 134 106 / 34%);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
      color: rgb(0 134 106 / 34%);
}
.footer{
	    background: #00a884;
    padding: 10px 20px;
	font-size: 14px;
	}
.copyright p{
	    text-align: right;
	}
@media (max-width:1199.9px){
.section-two {
    margin-top: -4.5rem;
}	
.form-sec {
    margin-top: 9rem;
}
	}	
@media (max-width:991.9px){
.banner-text p {
    text-align: center;
}
.com-soon {
    margin-top: 2rem;
}
.com-soon img{
    width: 60%;
    display: block;
    margin: auto;
}
.section-two {
    margin-top: -3rem;
    background-position: 0%;
}	
.form-sec {
    margin-top: 6rem;
}
	}	
@media (max-width:575px){
.mobile{
	display:block;
	width: 80%;
    float: right;
	}
.desktop{
	display:none;
	}
.copyright p{
	    text-align: left;
	}
.logo {
    width: 110px;
}
.logo1 {
    width: 110px;
    margin-right: 0;
    margin-top: -15px;
}
.no-padd-mob{
	padding:0;}
.banner-text {
    margin-top: 1rem;
}
.banner-text p {
    font-size: 35px;
    text-align: center;
}


.form-sec p {
    font-size: 25px;
}
.form-box {
    padding-left: 20px;
    padding-right: 20px;
}
.form-control,.sub-btn {
    font-size: 18px;
}
.footer p{
	font-size: 11px;
	}
	}
@media (max-width:375.9px){
.form-sec p {
    font-size: 22px;
}
.section-two {
    margin-top: -2.5rem;
}
	}	

