/****************************************************************************************************
Radio Button and Checkbox css start here
****************************************************************************************************/
label {
  font-weight: normal;
  white-space: nowrap;
  width: 80%;
}
label + span {
  float: right;
  background: #d0e2c7;
  color: #3b3e3b;
  font-size: 12px;
  padding: 3px 3px;
  border-radius: 3px;
}
label input {
  position: absolute;
  left: -1000px;
  opacity: 0;
}
label input + span {
  display: inline-block;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}
label input + span + span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  white-space: normal;
  width: 90%;
}
label input:checked + span {
  border: 1px solid #08209a;
}
label input:checked + span:after {
  content: "";
  background-color: #08209a;
  height: 8px;
  width: 8px;
  display: block;
  margin: 2px;
}
input[type=checkbox]:not(old), input[type=radio]:not(old) {
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}
input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
  display: block;
}
input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px;
  border: 1px solid #bababa;
  border-radius: 10px;
  background: #fff;
  vertical-align: top;
}
input[type=checkbox]:not(old):checked + label > span, input[type=radio]:not(old):checked + label > span {
  background-color: #fff;
}
input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 7px;
  height: 7px;
  margin: 3px;
  border-radius: 5px;
  background: #08209a;
}
/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/
.submit_btn1 {
  color: #ffffff;
  text-align: center;
  line-height: normal;
  border: solid 1px #700112;
  background: #700112;
  border-radius: 5px;
  transition: 0.4s;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
  text-decoration: none;
  background: #57000D;
  border: solid 1px #57000D;
}
.submit_btn2 {
  color: #700112;
  text-align: center;
  line-height: normal;
  border: solid 1px #700112;
  background: none;
  border-radius: 5px;
  transition: 0.4s;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
  text-decoration: none;
  background: #700112;
  color: #ffffff;
}
.submit_btn3 {
  color: #ef8853;
  text-align: center;
  line-height: normal;
  border: solid 1px #ef8853;
  background: #ef8853;
  border-radius: 30px;
  transition: 0.4s;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
  text-decoration: none;
  background: #dc6d34;
  border: solid 1px #dc6d34;
}
.submit_btn4 {
  color: #ef8853;
  text-align: center;
  line-height: normal;
  border: solid 1px #ef8853;
  background: none;
  border-radius: 30px;
  transition: 0.4s;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
  text-decoration: none;
  background: #ef8853;
  color: #fff;
}
.btnsm {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 20px;
}
.btnmd {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
}
.btnlg {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
}
.makeinquirybtn {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  border: solid 0px #700112;
  background: #700112;
  border-radius: 3px;
  transition: 0.4s;
  padding: 11px 9px 12px 9px;
  width: 100%;
}
.makeinquirybtn:hover, .makeinquirybtn:focus, .makeinquirybtn.focus {
  text-decoration: none;
  background: #62000f;
}
.makeinquirybtn span {}
.makeinquirybtn img {
  display: none;
}
.readmorebtn {
  font-size: 13px;
  color: #700112;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  border: solid 1px #700112;
  background: #fff;
  border-radius: 5px;
  transition: 0.4s;
  padding: 10px 20px;
}
.readmorebtn:hover, .readmorebtn:focus, .readmorebtn.focus {
  text-decoration: none;
  color: #fff;
  background: #700112;
}
.readmorebtnwhite {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  border: solid 1px #fff;
  background: none;
  border-radius: 5px;
  transition: 0.4s;
  padding: 10px 20px;
}
.readmorebtnwhite:hover, .readmorebtnwhite:focus, .readmorebtnwhite.focus {
  text-decoration: none;
  color: #fff;
  background: #700112;
}
.brochurebtn {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  border: solid 1px #fff;
  background: none;
  border-radius: 5px;
  transition: 0.4s;
  padding: 10px 15px;
}
.brochurebtn:hover, .brochurebtn:focus, .brochurebtn.focus {
  text-decoration: none;
  color: #700112;
  background: #fff;
}
.genformlabel {
  margin-bottom: 5px;
}
.genformlabel label {
  font-size: 13px !important;
  color: #000;
  line-height: 18px;
}
.viewbtn {
	font-size: 14px;
	color: #700112;
	text-align: center;
	line-height: normal;
	font-weight: 500;
	padding: 10px 15px;
	border: solid 1px #700112;
	background: none;
	border-radius: 5px;
	transition: 0.4s;
	margin-bottom: 3px;
}
.viewbtn:hover, .viewbtn:focus, .viewbtn.focus {
	text-decoration: none;
	background: #700112;
	color: #fff;
}


/****************************************************************************************************
Media Query css start here
****************************************************************************************************/
@media screen and (max-width : 992px) {}
@media screen and (max-width : 767px) {
  .makeinquirybtn {
    padding: 0px 0px;
    width: 100%;
    height: 38px;
  }
  .makeinquirybtn span {
    display: none;
  }
  .makeinquirybtn img {
    display: inline-block;
    height: 26px;
  }
}
@media screen and (max-width : 480px) {}