* {
	padding:0;
	margin:0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background:#f2f2f2;
	 background: url(./img/bg1.png) repeat center center;
	background-size:cover;
	height:100%;
	width:100%;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {

    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    width: 100px;
    background: #005b31;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}


#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #1b8755a6;
}

#msform .action-button-previous {
    width: 100px;
    background: #194c34c4;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #2a855a;
}

.steps {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.purple-text {
    color: #005b31;
    font-weight: normal
}


#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #fff;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #fff;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #firm_details:before {
    font-family: FontAwesome;
    content: "\f0f7"
}

#progressbar #personal_profile:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #partners_details:before {
    font-family: FontAwesome;
    content: "\f0c0"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d6"
}




#progressbar #documents:before {
    font-family: FontAwesome;
    content: "\f15b"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #005b3169;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #005b3169;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #018146;
}

.fs-title{
    color : #fff;
    text-align:left;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #005b31;
}

.annual_data{
	color: #fff;
	float: left;
}

.adjust{
  
    display:flex;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.card {
	background:#052e1b;
	width:980px;
	box-sizing:border-box;
	padding:15px;
	margin:5% auto 5%;
	position:relative;
	z-index:1;
	border-radius: 15px;

}
.form_container {
	padding:15px;


}

#add_dir_name{
	background: #005b31;
	color: #fff;
	padding: 15px;
	position: relative;
    top: 35px;
    cursor: pointer;
}

input[name="firm_type"] {
	accent-color: green;
}

input[name="firm_portifolio"] {
	accent-color: green;
}

.firm--type{
	color: #fff;
	margin: 0px 20px 0px 5px;

}
.card h2 {
	font-size:1.5em;
	line-height:1.5em;
	margin:0;

}
.card .title_container {
	text-align:center;
	margin:-15px -15px 15px;
	padding:15px 0;
	border:1px dotted #ccc;
	background-color: #fff;
	border-radius: 15px 15px 0px 0px;
}
.card h3 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.5em;
	margin:0;
}
.card .row {
	margin:10px -15px;
}
.card .row > div {
	padding:0 15px;
	box-sizing:border-box;
}
.card .col_half {
	width:50%;
	float:left;
	    margin-bottom:20px;
}
.col_full {
	width:100%;
	    margin-bottom: 20px;
}
.col_three {
	width:33.33%;
	margin-bottom: 20px;
}
.col_four {
	width:25%;
	margin-bottom: 20px;
}
.card label {
	display:block;
	margin:0 0 5px;
	float: left;
}
.card .input_field, .card .textarea_field {
	position:relative;

}
.card .input_field, .card .textarea_field, .card .select_field{
	position:relative;

}

.project_type {
  width: 100%;
  padding: 15px;
  background: #6f246200;
  border: 1px solid #ccc;
  color:#ccc;
}

.card label {
	color: #fff;
	font-weight: 500;
	
}

table.table.table-responsive.w-100.d-block.d-md-table.table-bordered{
	color: #fff;
}

.card input[type="text"], .card input[type="email"], .card input[type="tel"], textarea, .card input[type="number"], .card input[type="date"], .card input[type="file"]{
	width:100%;
	padding:10px;
	border:1px solid #ccc;
	box-sizing:border-box;
	outline:none;
	background-color: #a5369200;
	transition: all 0.30s ease-in-out;
	color: #fff;
}
.card textarea {
	height:8em;
}
.card input[type="text"]:focus, .card input[type="email"]:focus, .card input[type="tel"]:focus, textarea:focus,.card input[type="date"]:focus, .card input[type="file"]:focus{
	-webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	border:1px solid #fff;
}

.project_type{
    background: #052e1b;
}

::placeholder {
  color: #ccc;
}

.credit{
	position:relative;
	z-index:1;
	text-align:center;
	padding:15px;
	color:#fff;	
}
.credit a{
	color:#daa106;	
}

button#DeletePartnerRow {
    width: 110px;
    height: 40px;
    margin-top: 35px;
}
button#DeleteRow {
    margin-top: 30px;
}

@media (max-width: 990px) {
.card {
	width:800px;

}
    
.card .col_half {
	width:100%;
	float:none;
}
.card .col_three {
	width:100%;
	float:none;
}
.card .col_four {
	width:100%;
	float:none;
}
.card label {
	margin:10px 0;

}}

@media (max-width: 890px) {
.card {
	width:700px;

}}

@media (max-width: 690px) {
.card {
	width:550px;

}}


@media (max-width: 550px) {
    
.card {
	width:500px;

}
.adjust{
    margin-bottom:10px;
}
   .fs-title {
    font-size: 18px;

}
.steps {
    font-size: 15px;
}
.firm--type {
margin: 0px 7px 0px 3px;
}
#progressbar li {

  font-size: 10px;
}
#progressbar li::before {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 15px;

}
#progressbar li::after {
    top: 16px;
}
.progress {
  height: 15px;
}
.card h2 {
  font-size: 16px;
}
input[type="radio"] {
margin: 15px 5px;
}
}

@media (max-width: 500px) {
    
.card {
	width:450px;
	padding:8px;

}
input[type="radio"] {
margin-top : 10px;

}
.table td, .table th {
  padding: 5px !important;
 font-size: 11px;
 vertical-align: middle;
}

.project_type {
  padding: 6px;
}
.card input[type="text"], .card input[type="email"], .card input[type="tel"], textarea, .card input[type="number"], .card input[type="date"], .card input[type="file"] {
  padding: 6px;

}

}
@media (max-width: 450px) {
    
.card {
	width:400px;

}
}
@media (max-width: 400px) {
    
.card {
	width:350px;

}
}


