.maintitle{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #414141;
	margin-bottom: 0.0rem;
	letter-spacing: -0.4px;
    text-align: center;
}
.titleline{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}
.titleline span{
	display: inline-block;
	width: 20px;
	position: relative;
}
.titleline span img{
	width: 100%;
	height: auto;
}
.titleline span::before{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 13px;
	left: -65px;
}
.titleline span::after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 13px;
	right: -65px;
}
.shrtdesc{
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 3rem;;
}
.shrtdesc p{
    display: block;
    font-size: 1.0rem;
    line-height: 1.8;
    color: #414141;
    margin-bottom: 1rem;
    text-align: center;
}
.contactusbg{
    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0 100px;
}
.contactusbg  input[type='text'],
.contactusbg  input[type='password']{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	border:1px solid #efefef;
	background: #fff;
	border-radius: 4px;
	color: #000;
	line-height: 48px;
	font-size: 0.95rem;
	letter-spacing: -0.4px;
}
.contactusbg  textarea{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	border:1px solid #efefef;
	background: #fff;
	border-radius: 4px;
	color: #000;
	line-height: 24px;
	font-size: 0.95rem;
	letter-spacing: -0.4px;
}
.contactusbg  input[type='submit']{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	background: #000;
	line-height: 52px;
	color: #fff;
	font-size: 1rem;
	letter-spacing: -0.4px;
	text-align: center;
	border-radius: 4px;
	border: 0;
	text-shadow: none;
}
.inputicon{
	position: absolute;
	font-size: 1rem;
	color: #999;
	line-height: 48px;
	top: 0;
	right: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 0.85rem;
}

/* Unchecked state */
.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff; /* White background when unchecked */
  border: 1px solid #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

/* Checked state – background becomes red */
.form-group input:checked + label:before {
  background-color: #fff;
}

/* Checked state – white checkmark */
.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.error{
	display: block;
	font-size: 0.8rem;
	color: #B82C3A;
}
.formbg{
    display: block;
	width: 100%;
	background: #F8F9FA;
	border-radius: 0px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 1.5rem 1.5rem;
}
.addressbg{
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5rem 2rem;;
    background: #f8f9fa;
    height: 100%;;
}
.addressbg .maintitle{
    color: #000;
    margin-bottom: 3rem;
    text-align: left;
    margin-top: 1rem;;
}
.addressbg p{
    display: flex;
    font-size: 1.0rem;
    line-height: 1.6;
    color: #414141;
    margin-bottom: 1rem;
    column-gap: 30px;
}
.addressbg p a{
    color: #414141;
}
.iframebg{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background:#F6F5F5;
    box-sizing: border-box;
    padding:1.5rem;
}
.iframebg iframe{
    width: 100%;
    height: 100%;
    border: 0;
    position: relative;
}