
#customform .form-container {
    background: #2d3e50;
    padding: 20px;
    border-radius: 10px;
    width: 55%;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 5%;
}

#quote-form .fieldname {
    display: inline-grid;
    width: 49%;
	margin-top: 15px;
}

#customform h2 {
    text-align: center;
    margin-bottom: 20px;
}

#customform .form-group {
    margin-bottom: 15px;
}

#customform label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
	color: #b6d433;
}

#customform input, #customform select, #customform textarea {
    width: 100%;
    margin: 5px 0;
    border: 1px solid #ddd;
    font-size: 14px;
	border-radius: 30px;
    padding: 15px 30px;
}

#customform textarea {
    resize: none;
    height: 52px;
    border-radius: 30px !important;
    overflow: hidden;
}

#customform .file-upload {
    border: 2px dashed #ccc;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    color: #888;
    cursor: pointer;
}

p.drag_drop {
    height: 100px;
    padding-top: 40px;
}

#customform .submit-btn {
    width: 20%;
    padding: 15px;
    background: #b6d433;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
}

#customform .submit-btn:hover {
    background: #0056b3;
}

section#customform {
    background-color: #2d3e50;
}

#customform .msg {
    margin: 0 auto;
    padding: 8px;
    margin-top: 9px;
    color: green;
    font-weight: 900;
}

#quote-form .fieldtextarea {
    margin-top: 30px;
}

#customform .hiddenfield
{
	pointer-events: none;
    background-color: #dfd1d1;
	cursor: not-allowed;
}
#customform .imggrag 
{
	margin:0px;
}


@media only screen and (max-width: 768px) {
	#quote-form .fieldname {
		display: block;
		width: auto;
		margin-top: 15px;
		max-width: 100%;
	}
	#quote-form .fieldtextarea {
		margin-top: 17px;
	}
}

