/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2022 | 08:45:13 */
/*------------------------------------------------------------*/
/* Contact form styling */
/*------------------------------------------------------------*/
.jm-contactpage .hbspt-form {
	margin-top: -30px;
}

.jm-contactpage .jm-generalenquiry-wrapper .hbspt-form {
	margin-top: -20px;
}

.jm-contactpage label {
  display: initial;
  font-size: 22px;
}

.jm-contactpage fieldset {
  max-width: 100% !important;
  margin-top: 10px !important;
}

.jm-contactpage input,
.jm-contactpage textarea,
.jm-contactpage select {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #808080;
  -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 10%);
  box-shadow: inset 0 0 0 rgb(0 0 0 / 10%);
  width: 100%;
  padding-left: 0;
  color: #C22A22;
  font-size: 22px;
}

.jm-contactpage textarea {
  height: 140px;
  min-height: 140px;
  border: 1px solid #808080;
  border-radius: 3px;
  padding: 5px;
}

.jm-contactpage input:-ms-input-placeholder,
.jm-contactpage input::placeholder,
.jm-contactpage textarea::-ms-input-placeholder, 
.jm-contactpage textarea::placeholder {
  color: #000000 !important;
  opacity: 1; /* Firefox */
}

.jm-contactpage .hs-input {
  width: 100% !important;
}

.jm-contactpage legend {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em; 
  color: #222423;
  border-bottom: 0 !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.jm-contactpage .legal-consent-container {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em; 
  color: #222423;
}

.jm-contactpage .hs-submit {
  margin-top: 26px;
}

.jm-contactpage .hs-submit input[type=submit] {
	background: transparent;
	color: #C22A22;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.015em;
	text-transform: capitalize;
	padding: 0 1.2em;
	width: initial !important;
	text-transform: capitalize;
	margin: 0;
	border: 1px solid #C22A22;
}

.jm-contactpage .hs-submit input[type=submit]:hover {
	background: #C22A22;
	color: #FFF;
    -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 0%);	
}

.jm-contactpage .hs-submit input[type=submit]:before {
    content: "";
    display: inline-block;
    background-image: url(https://new.ksf-global.com/wp-content/uploads/2022/05/button-arrow-red@2x.svg);
    width: 25px;
    height: 12px;
    position: absolute;
    right: 0;
}

.jm-contactpage .hs-firstname input {
  width: 90% !important;
}

.jm-contactpage .hs-lastname input {
  width: 90% !important;
  float: right;
}

.jm-contactpage ul.hs-error-msgs {
  list-style-type: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.jm-contactpage ul.hs-error-msgs li {
  color: #d02e26;
  margin-left: 0;
}

.jm-contactpage ul.hs-error-msgs li label.hs-error-msg {
  color: #d02e26;
  display: initial !important; 
  font-size: 0.8em;
}

.jm-contactpage .hs-submit input[type=file] {
	border-bottom: 1px solid #000000;
}

.jm-contactpage input[type=checkbox] {
	border: 1px solid #000000 !important;
}

.jm-contactpage li.hs-form-booleancheckbox input,
.jm-contactpage ul.multi-container li.hs-form-radio input {
	display: inline;
	float: left;
	width: auto !important;
	
}

.jm-contactpage ul.inputs-list {
	list-style-type: none;
	margin: 0;
}

.jm-contactpage li.hs-form-booleancheckbox {
	margin-left: 0;
	font-size: 16px;
}

.jm-contactpage li.hs-form-booleancheckbox span,
.jm-contactpage ul.multi-container li.hs-form-radio span {
	display: inline;
	float: left;
	font-size: 16px;
}

.jm-contactpage .hs-field-desc {
    font-family: 'Baloo Da 2';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
}
/*------------------------------------------------------------*/



/*------------------------------------------------------------*/
/* Multiform selector */
/*------------------------------------------------------------*/
.jm-contactform-selector {
	width: 100%;
}

#contact-multiforms {
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	color: #C22A22;
	margin-bottom: 0;
}

#contact-multiforms-wrapper:after {
	content: "";
	display: inline-block;
	position: relative;
	z-index: +3;
	left: 95%;
	top: -40px;
	width: 15px;
	height: 9px;
	background:url('https://new.ksf-global.com/wp-content/uploads/2022/07/arrow-down-selector.svg');
}

.jm-salesform-wrapper {
	width: 100%;
	display: none;
}

.jm-generalenquiry-wrapper {
	width: 100%;
	display: none;
}
/*------------------------------------------------------------*/