/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #f4f4f4;
	color: #333;
	font-family: 'soraregular', sans-serif;
	font-size: 14px;
	line-height: 1.6
}

/* -----  fonts  ----- */

@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular.woff2') format('woff2'),
         url('opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'soraregular';
    src: url('fonts/sora-regular.woff2') format('woff2'),
         url('fonts/sora-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sorasemibold';
    src: url('fonts/sora-semibold.woff2') format('woff2'),
         url('fonts/sora-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sorabold';
    src: url('fonts/sora-bold.woff2') format('woff2'),
         url('fonts/sora-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'soraregular';
    src: url('fonts/sora-regular.woff2') format('woff2'),
         url('fonts/sora-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* -----  fonts end  ----- */


a {
	color: #0f9e44;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #cf252a;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'sorabold', sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
}


.clear {
	clear: both;
}
label {
	font-size: 13px;
	font-weight: 700;
}
.form-check-label {
	font-weight: 400;
	font-size: 14px;
}
.form-check-inline {
}
.btn {font-size: 14px;}
.btn img{ width: 20px;}

.btn-primary {
    background: #e4b400;
    background: linear-gradient(125deg, #eebb00 0%, #fbdb67 100%);
    border-radius: 0.25rem;
    border: none;
    padding: 0.8rem 2.5rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #111;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-size: 16px;
}
.btn-primary:hover {
	background: #29708E;
    background: linear-gradient(125deg, #29708E 0%, #2E7C9E 100%);
  

}

.btn-success {background: #76a830; 	border: 0;}

.btn-success:hover {
	background: #8bbf41
}

.form-control {
 font-size: .90rem;
	height: calc(2.90rem + 2px);
	background: #f8f8f8;
}
label {font-weight: 400;}
img {
	width: 100%
}
#header {
	padding: 0 0 10px 0; 
	box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%); position: relative;
	padding: 0.8rem 0 0.6rem 0;
}
#header #logo {
	float: left;
}
.header-right {
	float: right;
}

.heading {    
	font-size: 30px;
    color: #111;
    margin-bottom: 25px;
 
}
#main {
	min-height: 50vh;
	padding: 45px 0 40px 0;
	background-size: 260px;
}

.form-group {margin-bottom: 15px;}

.logo  img {width: 210px;}

.tollfree { 
    font-size: 16px;
    margin-top: 10px;
	color: #0f9e44;
}

.tollfree i{
	margin-left: 15px;
	margin-right: 5px;
	color:#0f9e44
}


.ill {margin-top: 45px; text-align: center;}
.ill img {width: 95%}

.home-block-wrap {margin-top: 15px;}

.block {
  
    background: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
   box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.block a {display: block;   padding: 30px 5px;}

.block  img {width: 80px; margin-bottom: 20px;}

.block:hover { box-shadow: 0 4px 24px 0 rgb(34 41 47 / 30%);}
.box {
	background: #fff;
	padding: 30px;
	 box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
	margin-bottom: 30px;
	border-radius: 3px;
}
.form-wrap {
}
.form-label {
	text-align: right;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
	color: #666
}
.table-form {
	border: none;
	height: calc(2rem + 2px)
}
.pd0 {
	padding: 0;
}
.mgb0 {
	margin-bottom: 0;
}
.mgb15 {
	margin-bottom: 15px;
}

        .error {
            color: #e71919; margin-top: 5px; margin-bottom: 0;
        }

        .required:after {
            content: " *";
            color: #e71919;
        }

.terms_wrap {height:400px; overflow:scroll; border:1px solid #ddd; padding:15px;overflow-x:hidden; margin-bottom: 30px;}
.form_title {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px;
}
.form_title {
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
}
.form_title h3 strong {
    background-color: #0f9e44;
    text-align: center;
    width: 56px;
    height: 56px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.form_title h3 {
	margin: 0;
    padding: 0;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 18px;
    color: #0f9e44;
    font-family: 'sorasemibold',sans-serif;
}

.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.step {
	border-left: 1px solid #ced4da;
	padding: 20px 0 10px 30px;
	margin: 0 0 0px 30px;
}

.section-header h1 {
	margin: 0;
    padding: 0;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0;
	margin-bottom: 20px;
    color: #0f9e44;
    font-family: 'sorasemibold',sans-serif;
}
.btn-small {padding: 0.35rem 1rem}

.complain-count { }
.complain-count h1 {font-size: 22px; margin-bottom: 0;}



.complain-list .table td {border: none;}
#footer {
	background: linear-gradient(90deg,#086e37,#1ec96d);
	padding: 20px 0;
	color: #eee;
	font-size: 13px;
	color: #fff
}
#footer .copyright {
	float: left;
	padding-top: 10px; opacity: 0.9
}
#footer .credits {
	float: right;
	padding-top: 10px; opacity: 0.9
}
#footer .credits a {
	color: #fff
}
#footer .credits a:hover {
	color: #fff; opacity: 1
}

.footercontact {}
.footercontact ul {margin:0; padding: 0}
.footercontact ul li {display: block;float: left; margin-right: 20px;}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


.form-control:disabled, .form-control[readonly] {
    background-color:#fff;
   
} 
.verifybtn {
    position: absolute;
    right: 20px;
    top: 35px;
}



.hero_banner {
    min-height: 190px;
    background: linear-gradient(-45deg, #bbbb4f, #017395);
    background-size: auto;
    padding-top: 70px;
    /* padding-bottom: 30px; */
    color: #fff;
    background-size: cover;
}
.hero_banner h1 {
    color: #fff;
	font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    margin-top: 0;
	font-family: 'sorasemibold', sans-serif;
}
.hero_banner h3 {
    color: #fff;
	font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    margin-top: 0;
	font-family: 'soraregular', sans-serif;
}
.min-height{ min-height: 450px;}


@media (max-width: 980px) {
	.responsive-custom{
		display: block;
	}
	.tollfree {
		font-size: 15px;
		margin-top: 10px;
		color: #0f9e44;
	}
}

@media (max-width: 767px) {
	#main {padding: 30px 0}
	.header-right {float: left;}
.tollfree {margin-top: 0;}
#footer .credits {float: left;}

.box {padding: 30px;}
.footercontact ul li  {float: none; margin-bottom: 5px;}

.ill {margin-top: 10px;}
.home-block {width: 50%}
.block {padding: 20px 0; font-size: 12px;}
.topspan{ display: none;}
.logo img {
    width: 100%;
}
.tollfree {
	font-size: 13px;
	margin-top: 8px;
	color: #0f9e44;
}


}
