html,
body {
    font-family: Poppins-Regular;
}

.banner {
    width: 100%;
    height: inherit;
    background-image: url(../images/header-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    position: relative;
}

.logo {
    width: 250px;
}

.header-title {
    font-weight: 100;
    font-family: Montserrat-Bold;
    color: #203b5b;
    text-align: center;
}

.header-sub-title {
    font-family: Poppins-Regular;
    color: #203b5b;
}

.form-container {
    background-color: white;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    height: auto;
    width: 60%;
}

.input-icons img {
    position: absolute;
    margin-top: 12px;
    margin-left: 5px;
}

.input-icons {
    width: 100%;
    margin-left: 40px;
    margin-right: 20px;

}

.input-field {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccd3db !important;
    padding-left: 45px;
}


.signup-btn {
    background-color: #ff4e00;
    border-radius: 40px;
    color: white !important;
    padding: 10px 20px 10px 20px !important;
    margin-right: 40px;
    width: 200px;
    font-family: Poppins-Medium;

}

.join-text {
    font-family: Poppins-SemiBold;
    text-align: center;
    color:#616161;
}

.unsubscribe {

    color: #ff4e00;
}

.intro-container {
    width: 100%;
    height: inherit;
    padding-bottom: 50px;
    background-image: url(../images/bg-2.jpg);
    background-size: 100% 100%;
    margin-top: -70px;

}

.intro-content {
    width: 45%;
    padding-top: 140px;
    margin-left: 10%;
}

.intro-title {
    font-family: Montserrat-Bold;
    color: white;
}

.intro-penny {
    color: #db8a74;
}

.intro-content>p {
    color: white;
    font-family: Poppins-Regular;
    padding-top: 10px;
}

.impact-by>li {
    color: white;
    font-family: Poppins-Regular;
    padding-top: 20px;
    list-style: none;
}

.impact-by>li::before {
    color: #db8a74;
    content: "●";
    padding-right: 17px;
    font-weight: bold;
    width: 1em;
    margin-left: -3em;
}

.looking-for-container {
    width: 100%;

}

.lf-img {
    width: 39%;
    height: auto;
}

.lf-content {
    width: 40%;
    margin-top: 90px;
    margin-left: 50px;
    padding-bottom: 80px;
}

.lf-title {
    font-family: Montserrat-Bold;
    color: #324d6d;
}

.lf-content-text>p {
    color: #5d6671;
    padding-top: 10px;
}

.join-2-container {
    width: 100%;
    height: auto;
    background-image: url(../images/bg-3.jpg);
    background-size: 100% 100%;
}

.f-container-bt {
    padding-top: 5%;
    padding-bottom: 5%;
}

.disclaimer-content {
    text-align: center;
    padding: 40px 8% 40px 8%;
}

.dis-title {
    color: #324d6d;
    font-family: Montserrat-Bold;

}

.dis-content {
    text-align: center;
    font-size: 14px;
    color: #5d6671;
}


.privacy-policy-banner,.contact-us-banner {
    width: 100%;
    height: auto;
    background-image: url(../images/bg-4.jpg);
    background-size: 100% 100%;
    padding-bottom: 100px;
}

.pp-container {
    padding:8% 8% 100px 8%;
}

.pp-title {
    font-family: Montserrat-Bold;
    color: #5d6671;
    padding-top: 20px;

}

.pp-content {
    color: #5d6671;
    font-family: Poppins-Regular;
    padding-top: 20px;
}

.pp-list {
    list-style: none;
    font-family: Poppins-Regular;
    color: #5d6671;
}

.pp-list>li {
    padding-top: 15px;
    margin-left: -3em;
}

.pp-list>li::before {
    color: #ff6826;
    content: "●";
    padding-right: 15px;
    font-weight: bold;
    width: 1em;

}

.form-contact-us{
    width: 100%;
    padding-bottom: 150px ;
}
.form-contact-us-container {
    margin-top: 80px;
   padding-right: 8%;
   padding-left:8%;
}
.c-input {
   padding: 15px;
   border-radius: 15px; 
}
.c-input-message{
    height: 250px;
}
.btn-send-message{
    background-color: #ff4e00;
    color:white;
    border-radius: 25px;
    font-family: Poppins-Bold;
    padding:10px 20px 10px 20px;
    margin-top:40px;
    
}
.success-container{
    text-align: center;
    font-family: Poppins-Regular;
    color: #5d6671;
    margin-top: 50px;
    padding-bottom: 100px;
}

.c-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
   font-size:13px;
   font-family: Poppins-Medium;
   color:#b9bac3;
  }
  
  .c-input::-moz-placeholder {
    /* Firefox 19+ */
   font-size:13px;
   font-family: Poppins-Medium;
   color:#b9bac3;
  }
  
  .c-input:-ms-input-placeholder {
    /* IE 10+ */
   font-size:13px;
   font-family: Poppins-Medium;
   color:#b9bac3;
  }
  
  .c-input:-moz-placeholder {
    /* Firefox 18- */
   font-size:13px;
   font-family: Poppins-Medium;
   color:#b9bac3;
  }

footer {
    background-color: #324d6d;
    position: absolute;
    left: 0;
    height: auto;
    width: 100%;
    margin-top: 3%;
    color: white;
}

.footer-links {
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer-link {
    color: white;
    padding-right: 40px;
}