@media (min-width: 0px) and (max-width: 1199px) { 
.logo a {
    max-width: 110px;
}
.caption {
    padding: 30px;
    border-radius: 0px 130px 0px 0px;
    max-width: 60%;
}
.caption h1 {
    font-size: 42px;

}
#myform-area .form-area .form-content,
#myform-area .form-area .form-input{
	padding: 30px;
}
.card {
    padding: 20px 30px;
}
.h2, h2 {
    font-size: 1.75rem;
	margin: 0;
}
#msform {
    margin-top: 0;
}
#progressbar li::before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    margin: 0 auto;
}
.fs-title {
    font-size: 20px;
}
label {
    display: inline-block;
    margin-bottom: .25rem;
}
#msform input, #msform textarea {
    padding: 6px 10px;
    margin-bottom: 15px;
    font-size: 14px;
}
#myform-area .form-area .form-input h2 {
    margin-bottom: 10px;
}
.form-card .col-3 img{
	max-width: 80px;
}
}
@media (min-width: 0px) and (max-width: 991px) { 
.logo a {
    max-width: 100px;
}
body{
	background-image: url(../img/signup-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
	min-height: 100vh;
}
body:before{
	content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#hero {
    background-image: none;
	height: initial;
}
#hero:before,
#myform-area:before, 
#signup-area:before {
   display: none;
}
section {
    padding: 150px 0 0;
}
.caption {
    padding: 20px;
    border-radius: 0px 100px 0px 0px;
    max-width: 70%;
}
.caption h1 {
    font-size: 32px;
    margin: 0;
}
#myform-area .form-area .form-input {
    width: 100%;
}
#myform-area .form-area .form-content{
	display: none;
}
#myform-area .form-area,
#signup-area, #myform-area{
	height: auto;
	background: none;
}
.hero-container {
	position: relative;
    z-index: 3;
}	
}

@media (min-width: 0px) and (max-width: 767px) { 
section {
    padding: 40px 0;
}
.logo a {
    max-width: 90px;
}
.h2, h2 {
    font-size: 1.5rem;
}
.caption {
    border-radius: 0;
    max-width: 100%;
	margin: 20px 0 0;
	background-color: rgba(255, 255, 255, 0.6);
}
#msform input, 
#msform textarea,
#msform select {
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
#progressbar li,
.nav-menu ul li a {
    font-size: 14px;
}
.fs-title {
    font-size: 17px;
}
.hero-container{
	padding: 0;
}
#header{
	position: initial;
}
#footer {
    position: initial;
    color: #fff;
    font-size: 13px;
}
#footer .copyright {
    text-align: center;
}
.foot-links ul {
    justify-content: center;
}
}