@charset "UTF-8";

.sub-title-wrap {
  width: 100%;
  height: 210px;
  position: relative;
}
.sub-title {
  position: relative;
  height: 210px;
}
.sub-title-img {
  position: absolute;
  width: 100%;
  height: 150px;
}
.sub-title-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
  font-family: "object-fit: contain;";
}
.sub-title h1 {
  padding-top: 160px;
}


.control-label {
	position: relative;
	width: 100%;
	font-weight: 600;
}
.text-required {
	position: absolute;
    top: 50%;
	transform: translateY(-50%) ;
	-webkit- transform: translateY(-50%) ;
    right: 8px;
    background: #FA0A00;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 0 3px;
}
.form-control {
	border-radius: unset;
    padding: 0;
}
.form-select {
	border-radius: unset;
	padding:.0 2.25rem .0 .75rem;
}
.privacy-box {
	width: 100%;
	height: 110px;
	padding: 10px;
	border: 1px solid #ced4da;
	overflow-y: scroll;
	font-size: 12px;
}



@media (max-width: 768px) {

.sub-title-wrap {
  height: 130px;
}
.sub-title {
  height: 130px;
}
.sub-title-img {
  height: 85px;
}
.sub-title h1 {
  padding-top: 90px;
}




}