
.frmbtn {
	margin:20px 0;
}
form[name="rqsthmfm"] input.requesthsbox, select.requesthsbox {
    border-radius: 3px;
    background-color: #e6e7e8 !important;
    color: #949598;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    width: 100%;
	border:none;
	border-radius:0;
	outline:none;
	height: auto;
	padding: 15px 15px;
	line-height: normal;
}
form[name="rqsthmfm"] input.requesthsbox::placeholder {
    color: #949598;
    opacity: 1;
}
form[name="rqsthmfm"] {
    max-width: 958px;
    margin: 0 auto;
}
form[name="rqsthmfm"] .col-lg-10 {
    display: flex;
    flex-wrap: wrap;
}
form[name="rqsthmfm"] .col-lg-6 {
    width: calc(50% - 30px);
    margin: 15px;
}
@media (max-width:767px) {
    form[name="rqsthmfm"] .col-lg-6 {
        width: calc(100% - 30px);
        margin: 15px;
    }
}
form[name="rqsthmfm"] .custombtn {
    background: #CD1041;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height:normal;
    padding: 20px 40px;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
	border-radius:0;
}
form[name="rqsthmfm"] .custombtn:hover {
    background-color: #005471;
}
.gform_wrapper {
    max-width: 666px;
    margin: 0 auto;
}
.gform_title {
    display: none;
}
.gfield {
    display: flex;
    flex-wrap: wrap;
}
.gfield_label {
    color: #878787;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
    width: 30% !important;
}
.ginput_container {
    width: 70%;
}
.gform_footer {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
@media (max-width:767px) {
    .gfield_label,
    .ginput_container {
        width: 100% !important;
    }
}
.ginput_container input:not([type="checkbox"]),
.ginput_container select,
.ginput_container textarea {
    background: #eee none repeat scroll 0 0 !important;
    font-size: 14px !important;
    padding: 7px !important;
    width: 100% !important;
    outline: none;
    height: auto !important;
    resize: none;
}
.gform_footer input.gform_button {
	width:auto !important;
    background: #CD1041;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height:normal;
    padding: 20px 40px !important;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
	border-radius:0;
}
.gform_footer input.gform_button:hover {
    background-color: #005471;
}
::selection {
    color:#fff !important;
    background: #25292c !important;
}

@media only screen and (min-width : 100px) and (max-width : 600px) {
	form[name="rqsthmfm"] .custombtn , .gform_footer input.gform_button {
		padding:15px 30px !important;
	}
}
@media only screen and (min-width : 601px) and (max-width : 767px) {
	form[name="rqsthmfm"] .custombtn , .gform_footer input.gform_button {
		padding:15px 30px !important;
	}
}
.custlftform  select.requesthsbox {
	appearance: none;
	background-image: url(../images/downarrow.png) !important;
	background-repeat: no-repeat;
	background-position: 96% 50%;
	background-size: 14px;
}
