body {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #555b62;
    left: 0;
    transition: 0.3s;
}

.section-padding {
    padding: 120px 0;
}

.section-title-center {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    word-break: break-word;
}

.primary-overlay {
    position: relative;
    z-index: 1;
}

.primary-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(20, 54, 108, 0.9);
}

.col-content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seperator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

/*----------------------
	1.1. Typography
------------------------------*/
h1,h2,h3,h4,h5,h6 {
    color: #222;
    margin: 0 auto 10px;
    font-weight: 500;
    width: 100%;
    word-break: break-word;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: normal;
    word-break: break-word;
    font-family: 'Lato', sans-serif;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-weight: normal;
    color: #000;
    cursor: pointer;
    word-break: break-word;
    font-family: 'Lato', sans-serif;
}

a:hover,a:focus {
    text-decoration: none;
    outline: none;
    color: #feae00;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

ul,ol {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

article {
    margin: 0 auto 40px;
}

article h2 a {
    color: #000;
}

select {
    border: 1px solid #ced4da;
    width: 100%;
    height: 38px;
}

table th,table td {
    border: 1px solid #ccc;
    padding: 15px;
}

table {
    border: 1px solid #ccc;
    padding: 15px;
}

/*Spacing and alignment
============================================*/
.fs-20 {
	font-size: 20px;
}

.fw-600 {
	font-weight: 600;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mt-34 {
    margin-top: 34px;
}
.mt-36 {
    margin-top: 36px;
}

.mt-50 {
    margin-top: 50px;
}
.text-white {
	color: #ffffff;
}
.d-inline {
	display: inline;
}
.text-center {
	text-align: center;
}

.width-200 {
	width: 200px;
}
/*Buttons
==========================================*/

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 12px rgba(216, 75, 56, 0.6);
    transition: .3s;
    padding: 6px 12px;
    border-radius: 0;
    -webkit-transition: .3s;

}

.btn-primary:hover {
    color: #000;
    background-color: #fa5641;
    border-color: #ff543e;    
}

button:focus,button:hover {
    cursor: pointer;
    outline: 0;
}

.btn-secondary {
    color: #ff6a48;
    background-color: #ffdbd3;
    border-color: #ffdbd3;
}


/* form css start here */

.head-disp {
	display: inline;
	margin-left: 10px;
	color: #fff;
}

.add_field_enggineer_form_wrapper {
    margin: 20px 0;
	background-color: #fafafa;
	padding: 16px;
}
.progress {
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem !important;
}
.add_field_enggineer_head {
	background-color : #6c757d;
	margin-bottom: 20px;
}

.add_field_enggineer_form {
    margin: 20px 0;    
}
/*.add_field_enggineer_form .nav-item {
    display: none;
}*/
.add_field_enggineer_form .nav-item.active {
	/*display: block;*/
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    background-color: #efefef;
    border-bottom-color: #efefef;
	border-radius: 8px 8px 0 0 !important;
}
.add_field_enggineer_form_wrapper .nav-tabs>li.active>a, .add_field_enggineer_form_wrapper .nav-tabs>li.active>a:hover, .add_field_enggineer_form_wrapper .nav-tabs>li.active>a:focus {
    background-color: transparent;
    border: 0px solid #ddd !important;
}
.add_field_enggineer_form_wrapper .nav-tabs>li>a {
    border: 0px solid transparent;
	padding: 4px 15px;
}
.add_field_enggineer_form_wrapper .nav-tabs, .add_field_enggineer_form_wrapper .nav-pills {
    margin-bottom: 0px;
}
.add_field_enggineer_form .nav-link {
    font-size: 20px;
    color: #6c757d;
}
.width-100 {
	width: 100%;
}
.form-field-wrapper .fileupload .btn {
    padding: 13px 14px;
}
.form-field-wrapper {
    background-color: #fff;
    padding: 10px 30px;
    border-bottom: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
}

.form-field-wrapper .form-group label {
    font-size: 14px;
}

.form-field-wrapper .form-group .tab-head {
    text-align: center;
    background-color: #e2e0e0;
}
.add_field_enggineer_form_wrapper .form-section {
    margin: 6px 0px 6px 0px;
	padding: 0 15px;
}
.form-field-wrapper .form-group .sub-head {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 0;
    color: #2b2b2b;
    font-weight: bold;
}
.fg-padding {
	padding: 10px;
}
.list-break-col {
   column-count: 4;
   column-gap: 20px;
}
.form-field-wrapper .form-group .form-check {
    margin-bottom: 4px;
	margin-right: 20px;
}

.form-field-wrapper .form-group .form-check-input {
    margin-top: 0.1rem;
}

.form-field-wrapper .form-group textarea {
    width: 100%;
    border: 1px solid #ced4da;
}
.w9-upload {
	display: flex;
    justify-content: space-between;
}
.form-field-wrapper .form-group .form-control {
    padding: 3px;
    border-radius: 0;
}

.form-field-wrapper #secondtab label, .form-field-wrapper #thirdtab label, .form-field-wrapper #fourthtab label {
    margin-top: 12px;
}

.rate {
    height: 46px;
    padding: 0 10px;
    margin-top: 24px;
    text-align: center;
}

.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}

.rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
    height: 20px;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffc700;
    height: 20px;   
}

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}

.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */
/* form css end here */


/* progressbar css start here */

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    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: #000000
}


#progressbar {
    margin: 0px;
    overflow: hidden;
    color: lightgrey;
	padding:5px 0px;
}

#progressbar .active {
    color: #007bff;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #typeWork:before {
    content: "1"
}

#progressbar #profile:before {
    content: "2"
}

#progressbar #payInfo:before {
    content: "3"
}

#progressbar #tools:before {
    content: "4"
}

#progressbar #rating:before {
    content: "5"
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
	position:relative;
	z-index:1;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 15px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #007bff;
}

.add-field .tab-head h5{margin-bottom:0px;}
.add-field .tab-head{padding:5px;}