.heading_section {
height: auto;
background-color: #00DBFF;
vertical-align: central;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
padding: 5px 0;
font-size: 26px;
line-height: normal;
color:#000;
}
.download_mannual_section {
    padding: 5px 0px;
    border-bottom:0px solid transparent;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
	width:100%;
	float:left;
}
.download_mannual_section p{
float: left;
padding: 6px 0;
color: #000;
font-size: 17px;
}
.download_mannual_section .btn-download-mannual{
    color: #563d7c;
    background-color: transparent;
    border:1px solid #563d7c;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
	float:right;
}
.download_mannual_section .btn-download-mannual:hover{
    color: #fff;
    background-color:#563d7c;
    border:1px solid #563d7c;
}
.subheading_section{
background-color: #F47414;
border: 1px solid;
margin: 0px;
padding: 10px 15px;
color: #bcfff1;
font-weight: bold;
font-size: 23px;
float: left;
width: 100%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    border-top: 1px solid #eee;
}
.feature_col{float:left;}
.feature_col h4{
    color: #480023;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.feature_col ul{
    padding:0px;
	margin:0px;
}
.feature_col ul li{
    list-style:none;
	font-size:13px;
	color:#000;
	margin-bottom:5px;
}
.feature_col ul li p{color:inherit;font-size:inherit;}
.feature_col ul li p a{
    color:#337ab7;
	text-decoration:none;
	border-bottom:0px;
}
.feature_col ul li p a:hover{
 	text-decoration:underline;
	background:transparent;
}
.feature_col ul li i {
    padding-right: 10px;
}
.hr {
    height: 1px;
    background-color: #F5821F;
}
.texts-row{float:left;width:100%;margin-top:20px;}
.texts-row p{text-align:justify;font-size:13px;color:#000;}
.buttons-row{float:left;width:100%;margin-top:20px;text-align:center;}
.buttons-row .h{float:left;}

.helpline-row{float:left;width:100%;margin-top:0px;text-align:center;}
.helpline-row .text_footer_col{float:left;}
.text_footer_col .text_footer_title {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight:600;
    color: #000;
    line-height: 0.75;
}
.text_footer_col .text_footer_contact_info {
    margin-top: 33px;
}
.text_footer_col .text_footer_contact_info ul li:not(:last-child) {
    margin-bottom: 10px;
}
.text_footer_col .text_footer_contact_info ul li {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.text_footer_col .text_footer_contact_info ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
	text-decoration:none;
}



    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

.inner_pages_wrapper{
    width: 100%;
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 30px;
    float: left;
}
.inner_pages_wrapper .inner_pages_body {
    background-color: #fafafc;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px;
    float: left;
	min-height:500px;
}
.inner_pages_wrapper .inner_pages_body .inner_heading_section {
    height: auto;
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px 0 15px 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
	float:left;
	width:100%;
}
.inner_pages_wrapper .inner_pages_body .inner_body_section{width:100%;margin-top:20px;float:left;width:100%;}

.form-signin {
  max-width: 400px;
  padding: 25px 0;
  margin: 0 auto;
  background-color:inherit;
  border: 0px solid rgba(0, 0, 0, 0.1);
}

.form-signin .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:20px;
  margin-left:0px;
  margin-right:0px;
}

.form-row .name {
  width: 125px;
  color: #555;
  font-size: 15px;
  font-weight: 700;
}

.form-row .value {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}

.form-row .value .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-row .value .form-control:focus {
 border-color:#66afe9;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.form-row .value .form-control::-moz-placeholder {
 color:#999;
 opacity:1
}
.form-row .value .form-control:-ms-input-placeholder {
 color:#999
}
.form-row .value .form-control::-webkit-input-placeholder {
 color:#999
}
.form-row .value input[type="password"]{margin-bottom:0px;}
.form-row.remember_row{float:right;}
.form-row.remember_row label{
    font-weight: bold;
    color: #000;
    vertical-align: middle;
    line-height: normal;
	margin-bottom:0px;
}
.form-row.footer_row{width:100%;}
.form-row.footer_row .btn-block {
    display: block;
    width: 30%;
    float: left;
    font-size: 14px;
	cursor:pointer;
}
.form-row.footer_row .btn-block:hover{background:#286090}
.form-row.footer_row .forget-btn{
    width: 70%;
    float: right;
    font-size: 14px;
	text-align:right;
	padding:9px 0px;
}
.form-row.footer_row .forget-btn:hover{color:#000;}
