@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');



ul,ol{ list-style-type:none; margin:0; }

img{ cursor:pointer; }
input[type="submit"], button{ cursor:pointer; }

em{ font-style:normal; }
table td, table th{ color:#505050; }
p{ padding-bottom:8px;  }

.angle{
	background:#FFF url(../images/angle-down.png) no-repeat;
	background-position:center right;
}

.form-control::placeholder{ font-size:13px; }
.navbar-nav { padding-left: 0;}

.rtibtn{ 
	border:solid 1px #00518f; 
	background:#005fa7;
	color:#FFF;
	padding:10px 15px;
	font-size:17px;
	font-weight:700;
	display:inline-block;
}

.rtibtn:hover,.rtibtn:focus { color:#FFFFFF; }
.rtibtn.active{ background:#00b187; border:solid 1px #089b78; }

.plusico{ position:relative; padding-right:50px; }

.plusico::after{
	content:'';
	background:url(../images/plusico.png);
	background-repeat:no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	top:12px;
	right:30px;	
}

.fileicon-1, .fileicon-2, .fileicon-3 { position:relative; padding-left:50px; }

.fileicon-1::before,
.fileicon-2::before,
.fileicon-3::before{
	content:'';
	width:24px;
	height:26px;
	position:absolute;
	top:10px;
	left:20px;	
}
.fileicon-1::before{
	background:url(../images/fileico-1.png);
	background-repeat:no-repeat;
}
.fileicon-2::before{
	background:url(../images/fileico-2.png);
	background-repeat:no-repeat;
}
.fileicon-3::before{
	background:url(../images/fileico-3.png);
	background-repeat:no-repeat;
}

.title-block {
	margin-bottom: 20px;
}

.inpt-field {
	border: solid 1px #dbdbdb;
	height: 36px;
	padding: 10px;
}
.myinpt{ display:none; }

.topbar {
    background: #06375c;
    float: left;
    width: 100%;
}

.topbar-left {
	color: #FFF;
	float: left;
	padding: 10px 0;
}
.topbar-left ul {
	float: left;
}
.topbar-left li {
    float: left;
    position: relative;
    border-right: solid 1px rgba(211, 211, 211, 0.2);
}

.topbar-left li a{
	padding: 0 8px;
	color:rgba(255, 255, 255, 0.80); 
}

.topbar-left li a:hover { color:#FFF; }

.getin-txt {
	float: left;
	padding-right: 10px;
	font-weight:600;
}

.topbar-right{ text-align:right; }
.topbar-right ul{ float:right; }
.topbar-right li {
    display: inline-block;
    padding: 10px 14px;
	border-right: solid 1px rgba(211, 211, 211, 0.2);
}
.topbar-right li a{
	color:#FFF;
}
.support {
	float: right;
	background: #ffe400;
}
.support:hover {
	background: #fff10d;
}
.support a {
    font-weight: 700;
    color: #837500;
    background: url(../images/icon-1.png) no-repeat;
    padding-left: 35px;
    line-height: 40px;
    display: inline-block;
    background-position: 8px center;
	padding-right:10px;
}

.navigation{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom: solid 1px #c9c9c9;
}

.navmenu li a{
	font-size:17px;
	color:rgba(64, 64, 64, 0.9);
	font-weight:700;	
	padding-left: 16px;
	padding-right: 16px;
}

.navmenu li a:hover{  color:#005290;  }

nav.navmenu {
	float: right;
	padding: 10px 0;
}

nav.navmenu li a::after{
	content:'';
	background:url(../images/navsep.png) no-repeat;
	width:1px;
	height:20px;
	position:absolute;
	right:0;
}

.banner img{ max-width:100%;	}
.banner{ 
	float:left;
	width:100%;
	min-height:618px;
	background:url(../images/banner.jpg) no-repeat;
	background-position:center top;
	position: relative;
}
.banner-txt {
	text-align: center;
	color: #FFF;
	/*margin-top: 14%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	    width: 90%;
}
.banner-txt h1 {
	font-size: 40px;
	color: #00cca7;
	font-weight: 800;
	letter-spacing: normal;
	line-height: 60px;
}
.banner-txt p {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}

.btn-style{
	background: #f6ff00 url(../images/arrow-right.png) no-repeat;
	padding: 8px 40px 8px 30px;
	border-radius: 30px;
	font-size: 20px;
	color: #6c6100;
	font-weight: 700;
	background-position: right center;
	margin-top: 20px;
	display:inline-block;
}
.btn-style:hover{ 

	background: #e7ef0a url(../images/arrow-right.png) no-repeat;
	background-position: right center;
	color: #6c6100;
}

.online-rti {
	padding: 50px 0;
	float:left;
	width:100%;
}

.rti-title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.rti-title h2 {
	font-size: 30px;
	font-weight: 800;
	color: #00b289;
	display: inline-block;
	background: #fff;
	padding: 2px 30px;
	letter-spacing: -1px;
}

.rti-content h4{
	font-size:25px;
	color:#005b9f;
	font-weight:700;
	margin-bottom:10px;
}

.rti-content { text-align: center; }
.rti-content p {
	font-weight: 600;
	font-size: 15px;
}

.rti-title h2{ position:relative; }

.rti-title h2::after, 
.rti-title h2::before {
	content: '';
	background: #CCC;
	width: 5px;
	height: 5px;	
	border-radius: 50%;
}
.rti-title h2::after {
	position: absolute;
	top: 14px;
	left:0;
}

.rti-title h2::before {
	position: absolute;
	top: 14px;
	right:0;
}

.rti-title::after {
    content: '';
    background: #ccc;
    height: 1px;
    max-width: 700px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
	z-index:-1;
}

.why-rti {
	float:left;
	width:100%;	
	background: #00a07b url(../images/bgimg.png) no-repeat;
	color: #fff;
	background-position:right top;
	    background-size: 55%;
}
.wehelp {
	background: #06375c;
	padding: 40px 40px 40px 0;
}
.wehelp-in {
	max-width: 580px;
	float: right;
	width: 100%;
}
.wehelp h2 {
	padding-bottom: 30px;
	font-size:35px;
	font-weight:800;
}
.helpbox strong{
	font-weight:700;
	font-size:20px;
}

.helpbox {
	border-bottom: solid 1px rgba(255, 255, 255, 0.20);
	padding: 12px 0 12px 50px;
	position:relative;
	float: left;
	width: 100%;
}
.onrtibox {
	border-right: solid 1px #eeeeee;
}
.helpbox:last-child{
	border:none;
}

.pass-delay{
	background:url(../images/pass-icon.png) no-repeat;
	background-position: left center;	
}
.fund-box{
	background:url(../images/fund-icon.png) no-repeat;
	background-position: left center;	
}
.pro-doc{
	background:url(../images/property-icon.png) no-repeat;
	background-position: left center;	
}
.tax-refund{
	background:url(../images/tax-icon.png) no-repeat;
	background-position: left center;	
}
.mark-sheet{
	background:url(../images/check-icon.png) no-repeat;
	background-position: left center;	
}
.issue-box{
	background:url(../images/issue-icon.png) no-repeat;
	background-position: left center;	
}

.apply-btn {
	position: absolute;
	right: 0;
	top: 32px;
	color: #f6ff00;
	border: solid 1px #f6ff00;
	padding: 6px 15px;
	border-radius: 4px;
}
.apply-btn:hover {
	background: #f6ff00;
	color: #6c6100;
}
.helpbox p {
	color: rgba(255, 255, 255, 0.6);
}
.hbox-left {
	float: left;
	width: 80%;
}

.whychoose {
	padding: 40px 0 40px 40px;
	float:left;
	max-width:580px;
	width:100%;
}
.whychoose h2{
	padding-bottom: 40px;
	font-size:35px;
	font-weight:800;
}
.whychoose h2 span{
	display:block;
	color:#f6ff00;
}
.choose-in li{
	font-size:20px;
	font-weight:600;
	background:url(../images/tick-icon.png) no-repeat;
	padding-left:30px;
	background-position: left 10px;
	line-height:35px;
	border-bottom:solid 1px rgba(255, 255, 255, 0.3);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.choose-foot figure {
	float: left;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
	padding-right: 30px;
}
.support-info {
	float: left;
	padding-left:28px;
}
.uicon {
	padding-left: 15px;
}
.choose-foot {
	padding-top: 40px;
	float: left;
}
.support-info a {
	font-size: 25px;
	color: #FFF;
	font-weight: 800;
	display: block;
	word-break: break-all;
}

.infobox {
	float: left;
	width: 100%;
	padding: 40px 0;

}
.faq-page{
	background:url(../images/shadow.png);
	background-repeat:repeat-x;	
}
.infotitle h4{
	font-size: 30px;
	font-weight: 800;
	color: #00b289;
}
.infotitle p{
	font-size:20px;	
	font-weight:600;
	color:#757575;
}
.faqtitle p{padding-bottom: 0;}
.faqbox {
	border-top: solid 1px #eaeaea;
}
.faqtitle {
	padding: 10px 0;
	cursor: pointer;
	background:url(../images/arrow-down.png) no-repeat;
	background-position:right center;
}
.faqtitle:hover p { color:#0b4cc1; }
.faqtitle.active{
	background:url(../images/arrow-up.png) no-repeat;
	background-position:right center;
}
.faq-content{
	display:none;
}
.infotitle {
    margin-bottom: 30px;
      float: left;
    width: 100%;
}
.faqwrap {
    float: left;
    width: 100%;
}
.faqtitle p{
	font-size:15px;
	color:#525252;
	font-weight:700;
}
.faq-content {
	padding-top: 10px;
	padding-bottom: 15px;
	padding: 15px;
    background: #f5f5f5;
}
.faqtitle.active p {
	color: #0b4cc1;
}

.viewFaq {
	display: block;
	text-align: left;
	color: #0b4cc1;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
	border-top: solid 1px #eaeaea;
	padding-top: 15px;
}

.tm-info{ text-align:center; margin-top:20px; }

.tm-info strong{ 
	display:block;
	font-size:20px;
	color:#0b4cc1;
	font-weight:600;
	line-height: 20px;
}
.tm-info p{	
	font-weight:600;
	font-size:15px;	
}
.tm-title{ text-align:center; }
.carousel-inner > .item{ text-align:center; }
.img-responsive, .thumbnail > img, 
.thumbnail a > img, 
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	display: inline-block;
}
.carousel-control {
	font-size: 20px;
	color: #b2b2b2;
    text-shadow:unset;
}

.carousel-control.left{ left:20%; }
.carousel-control.right{ right:20%; }
.carousel-control:hover, 
.carousel-control:focus{ color:#00b289;	 }
.carousel-caption p{ font-weight:600; }

.how-work {
	padding: 40px 0;
	float:left;
	width:100%;
}
.hwbox {
    position: relative;
}
.hw-title {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.hw-title h2 {
	font-size: 32px;
	font-weight: 700;
	color: #00b289;
	padding: 2px 30px;
}
.hw-content {
    text-align: center;
    float: left;
    width: 100%;
}
.hwbox, .hwbox-last  {
	padding: 0px;
}
.hwbox p, .hwbox-last {
	font-weight: 600;
	line-height: 18px;
}
.hw-content h4 {
	font-size: 19px;
	color: #005b9f;
	font-weight: 700;
	margin-bottom: 10px;
}

.hw-content figure{ padding-bottom:15px; }


.hwbox::before {
	content: '';
	background: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 14px;
	right: -22px;
	background-position: center center;
	z-index: 1;
}

.hwbox::after {
	content: '';
	background: #e5e5e5;
	height: auto;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
}

.counter{
	float:left;
	width:100%;
	background:url(../images/counter-bg.jpg) no-repeat;
	padding:32px 0;	
}

.count-box span, .cbox span{
	font-size:13px;
	color:#00b289;
	font-weight:600;
}

.count-box strong, .cbox strong {
	font-size:35px;
	font-weight:700;
	color:#FFF;
	line-height:normal;
	    float: left;
	    width: 100%;
}
.count-box {
	position: relative;
	    text-align: left;
	
}
.count-box:after{content: "";position: absolute;right: -15px;top:0; bottom: 0;border-right: solid 1px rgba(255, 255, 255, 0.15); display: none !important;}
.btn-apply {
	float: right;
	background: #f6ff00 url(../images/arrow-right.png) no-repeat;
	padding: 10px 40px 10px 20px;
	border-radius: 4px;
	font-size: 18px;
	color: #6c6100;
	font-weight: 700;
	background-position:right center;
	margin-top:10px;
}
.ftr-more{ 
	color:#00d9a8; 
	font-size:15px; 
	padding-top: 8px; 
	display:block;
}
.ftr-more:hover{ 
	color:#00d9a8; 
	text-decoration:underline;
}

.footcol p {
	font-size: 14px;
	line-height: normal;
}
.footcol{ position:relative;  }

.footcol::after{
	content:'';
	background:rgba(255, 255, 255, 0.1);
	width:1px;
	height:210px;
	position:absolute;
	right:8px;
	top:0;
}
.footcol li a{
	color:#FFF;
}
.footcol li a:hover{ color:#00d9a8; }

.footcol-second ul li{
	float:left;
	width:50%;
}

.ftr-social p{
	color:#00d9a8;
	padding-bottom:5px;
}

.ftr-social ul li {
	display: inline-block;
	padding: 2px;
}

.ftr-social ul li a {
	color: #a7a7a7;
	border: solid 1px #a7a7a7;
	border-radius: 50%;
	padding: 4px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
}

.ftr-social ul li a:hover{
	color:#FFF;
	border: solid 1px #FFF;
	background:#00d9a8;
}

.footcol-last a:hover{
	color:#00d9a8;
}

.location{
	background:url(../images/location-icon.png) no-repeat;
	padding-left:30px;
	/* background-position: left 1px;	*/
}

.callus{ 
	background:url(../images/call-icon.png) no-repeat;
	padding-left:30px;
}

.callus a{
	display:block;
	color:#FFF;
}

.mailus{
	background:url(../images/mail-icon.png) no-repeat;
	padding-left:30px;
	background-position: left 1px;	
}

.mailus a{ color:#FFF; }

.ftr-social {
	margin-top: 10px;
}

.footcol ul li{ line-height:23px; }
.footcol-last li { padding-bottom:5px; }

.subscribe-page {
	  background: #f1f6fd;
  padding: 50px 0 30px 0;
  border-bottom: solid 1px #c9c9c9;
}
.subscribe-page .table-striped > tbody > tr:nth-of-type(2n+1) { background-color: #e1e6ed; }

.title-block strong{
	color:#005fa7;
	font-weight:700;
	font-size:30px;
	line-height:normal;
}

.title-block strong span{
	display:block;
	color:#05b189;
	font-weight:800;
}

.title-block p{
	font-size:18px;
	font-weight:600;
	    float: left;
    width: 100%;
}

.title-block p em{
	color:#05b189;
	font-weight:700;
}

.title-block p span{
	font-weight:700;	
}
.title-block, .rti-section {
	float: left;
	width: 100%;
}
.rtidata{
	display:none;
}
.rtidata-wrap {
	margin-top: 20px;
}
.btnrti, .rtidata-wrap {
	float: left;
	width: 100%;
}
.rti-attached input[type="file"]{
	visibility:hidden;
}
.rti-attached, .rti-detail {
	float: left;
	width: 100%;
	background: #FFF;
	border: solid 1px #cccccc;
	min-height: 130px;
}
.rti-attached { text-align: center; }
.rti-detail{ padding:20px; }
.mydetail {	border: solid 1px #ccc; float: left; width: 100%; background: #FFF; }
.torow {	float: left; width: 100%; }

.mydetail .tocol {
	width: 150px;
	display:table-cell;
	border-bottom: solid 1px #cccccc;
	padding:10px;
	cursor:pointer;
}

.mydetail .edit-row {		
	padding:10px;
	width:78%;	
	display:table-cell;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	color:#505050;
	cursor:pointer;
}

.mydetail .edit-row{ color:#008ccd;    word-break: break-all; }

.mydetail .edit-row:hover::after  {
	content: '';
	background: url(../images/editico.png);
	background-repeat: no-repeat;
	background-position: 0px right;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: absolute;
	right: 30px;
}

.info-box {
	float: left;
	width: 100%;
	background: #FFF;
	padding: 10px 15px;
	border: solid 1px #ccc;
}
.phbox, .chargbox {
	margin-top: 30px;
	float:left;
	width:100%;	
}

.phbox table{
	float:left;
	width:100%;	
	background:#FFF;
	border-collapse: collapse;	
}

.phbox table td{ 
	border:solid 1px #ccc !important; 
	padding:10px;
	font-size: 20px;
    color: #337ab7;
	font-weight:700;
}

.info-box ul li {
	background: url(../images/tick-ico.png) no-repeat;
	padding-left: 25px;
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 5px;
	background-position: left center;
	color:#545454;
}

.pricing-list{
	float: left;
	width: 100%;
	background: #FFF;
	padding: 10px 15px;
	border: solid 1px #ccc;
}

.pricing-list ul li {
	background: url(../images/tick-ico.png) no-repeat;
	padding-left: 22px;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 5px;
	background-position: left 6px;
	color:#545454;
	background-size: 15px;
	display: block;
    width: 100%;
}



.chargbox{ margin-top:10px; }

.chargbox table{
	background:#FFF;
	float:left;
	width:100%;
}

.chargbox table td{
	text-align:center;
}
.chargbox td label{ font-weight:400; }

.chargbox table td,.chargbox table th {
	border:solid 1px #cccccc;
	padding:10px;
}

.table-layout table{
	background:#FFF;
	float:left;
	width:100%;
}

.table-layout table td{
	text-align:center;
}
.table-layout td label{ font-weight:400; }

.table-layout table td,
.table-layout table th {
	border:solid 1px #cccccc;
	padding:10px;
	font-size: 14px;
}


.total-txt {
	font-size: 16px;
	font-weight: 700;
	color: #505050;
	padding-top: 10px;
	text-align: right;
	float: right;
	width: 100%;
}
.total-txt span{ color:#00b187; }

.queries-txt {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.queries-txt em{ font-weight:700; color:#505050; }

.btnbox {
	float: left;
	width: 100%;
	margin-top: 15px;
	display: flex;
    	justify-content: space-between;
}

.button-type{
	border: solid 1px #00518f;
	background: #005fa7;
	color: #FFF;
	padding: 12px 40px 12px 30px;
	font-size: 17px;
	font-weight: 700;
	display: inline-block;
	line-height:20px;
}


.btnedit{ padding-left:40px; }

.btnpay{ padding-right:40px; }

.arrow-left,.arrow-right{ position:relative; }

.arrow-left::before{
	content:'';
	background:url(../images/angle-left.png);
	background-repeat:no-repeat;	
	left: 10px;
}

.arrow-right::after{
	content:'';
	background:url(../images/angle-right.png);
	background-repeat:no-repeat;	
	right: 10px;
}

.arrow-left::before, .arrow-right::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	top: 13px;	
}

.page-title{ 
	text-align:center; 
	margin-bottom:30px;
}

.page-title h4 {
	font-size: 30px;
	font-weight: 800;
	color: #00b289;
}

.page-title p {
	font-size: 20px;
	font-weight: 600;
}


.faq-title{ 
	text-align:center; 
	margin-bottom:30px;
}

.faq-title h4 {
	font-size: 30px;
	font-weight: 800;
	color: #00b289;
}

.faq-title p {
	font-size: 20px;
	font-weight: 600;
}
.charges-info{
	float:right;
}
.edit-ico {
	float: right;
}

.tobox{
	background:#f5f8f8;
	display:none;
	float:left;
	width:100%;
	border-bottom: solid 1px #dbdbdb;
}

.todata {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.toinpt {
	width: 45%;
	border-radius: 20px;
}
.todata span {
	padding-right: 20px;
	vertical-align: top;
	font-weight: 700;
	padding-top: 6px;
	display: inline-block;
}
.tobutton {
	border-top: solid 1px #d5e0ec;
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
}

.toTarea {
	border: solid 1px #dbdbdb;
	width: 50%;
	padding: 10px;
	height: 115px;
}

.btn-cancel {
	background: #505050;
	border: solid 1px #505050;
	padding: 6px 20px;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
}
.btn-update {
	background: #00b187;
	border: solid 1px #00b187;
	padding: 6px 20px;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
}

.form-row textarea{
	float:left;
	width:100%;	
}
.form-row {
	margin-bottom: 13px;
	float: left;
	width: 100%;
}
.apply-form {
	float: left;
	margin-top: 12px;
}
.form-row textarea {
	float: left;
	width: 100%;
	height: 110px;
}

.form-row label{ font-size:15px; }

.applynext {background:#0083C5; border:0; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; position: relative; z-index: 1; display: inline-block; text-align: center; color: #fff;  padding: 11px; min-width: 150px; border:0; overflow:hidden; text-shadow:none; box-shadow:none; text-transform: capitalize;}
.applynext:hover{color: #fff;}
.applynext:after{content: ''; position: absolute; height: 100%; right: -20px; top: 0; width: 20%; -webkit-transition: all .3s; -moz-transition: all .3s;-o-transition: all .3s; transition: all .3s; background-color: #132144; z-index:-1; transform: skewX(-25deg);}
.applynext:hover:after{width: 120%;}


.rti-tab {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.tabbox {
	float: left;
	padding-right: 10px;
}

.tabbox span {
	border: solid 2px #03b086;
	padding: 6px 15px;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
}
.tabbox span:hover {
	background:#03b086;
	color:#FFF;
	cursor:pointer;
}
.othertab{
	float:left;
}
.othertab span{
	border: solid 2px #03b086;
	padding: 6px 15px;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	min-width: 80px;
	text-align: center;
}
.othertab span:hover {
	background:#03b086;
	color:#FFF;
	cursor:pointer;
}
.tab-content {
	float: left;
	width: 100%;
}
.rtibox {
	float: left;
	width: 19%;
	margin-right: 1%;
	background: #FFF;
	margin-bottom: 1%;
	padding: 15px;
	text-align: center;
	border: solid 1px #cccccc;
	min-height: 120px;
	cursor:pointer;
}
.rtibox span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #505050;
	line-height: 18px;
	margin-top: 5px;
}
.inbox2 { margin-top: 15px; }
.tab-value{ display:none; }
.piobox span { padding-right: 10px;}

.rti-form { 
	display: none; 
	margin-top:30px; 
	float: left;
	width: 100%; 
}
.user-info-box {
    height: auto;
}
#otherRti{ cursor:pointer; height:auto; }

.rti-form h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #757575;
}

#rtiFormWrap {
	float: left;
	width: 100%;
}

.dashboard{
	float:left;
	width:100%;
	min-height:650px;	
	background:url(../images/shadow.png);
	background-repeat:repeat-x;
	padding-bottom:50px;
}

.title-bar {
	float: left;
	width: 100%;
	padding: 40px 0;
	color:#505050;
}

.page-title h2{
	font-size:26px;
	font-weight:700;
}
.breadcrum {
	text-align: right;
}
.breadcrum span{
	font-size:14px;
	font-weight:700;
	padding-right:5px;
}

.breadcrum em{ color:#00b187; font-weight:700;	}

.sidebar {  border: solid 1px #e0e0e0;	}

.sidebar li{ position:relative; }

.sidebar li a {
	background:#f5f5f5;
	display: block;
	padding: 15px;
	border-bottom: solid 1px #e0e0e0;
	font-size: 17px;
	font-weight: 600;
	color:#505050;
	height:58px;
	letter-spacing: -0.5px;
}

.sidebar li a::after {
	content: '';
	background: url(../images/list-arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	width: 8px;
	height: 12px;
	top: 21px;
}

.sidebar li a:hover::after{
	content: '';
	background: url(../images/list-arrow-active.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	width: 8px;
	height: 12px;
	top: 21px;
}

.sidebar li a:hover{ background:#FFFFFF; color:#005fa7; }

.sidebar li:hover::before, 
.sidebar li.active::before {
	content: '';
	border-left: solid 5px #00b187;
	position: absolute;
	left: -1px;
	width: 5px;
	height: 59px;
	top: -1px;
}

.sidebar li:hover::after, 
.sidebar li.active::after {
	content: '';
	background: #FFFFFF;
	position: absolute;
	right: -1px;
	width: 2px;
	height: 58px;
	top: -1px;
}

.content_bar {
	float: left;
	width: 100%;
	border: solid 1px #e0e0e0;
	min-height: 466px;

}
.contact-right-bar{ min-height: 466px; }
.dashboard-content{ min-height: 582px; }

.cbar-title {
	text-align: center;
	color:#505050;
}

.cbar-title h4 {
	background: #fff;
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0px 30px;
	font-size:24px;
	font-weight:600;
}

.cbar-title h4 span{ color:#0c68ac; }


.app-wrap {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 50px;
}


.app-title {
	font-size: 24px;
	font-weight: 700;
	float: left;
	width: 100%;
	color:#505050;
}


.app-box-in {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


.app-box {
	display: inline-block;
	padding: 0 25px;
}

.app-box span {
	font-weight: 600;
	font-size: 16px;
}


.cirbox {
	background: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 70px;
	height: 70px;
	font-size: 24px;
    font-weight: 700;
    color: #FFF;
	padding: 15px;
	position:relative;
	margin-bottom: 10px;
}

.app-box:hover .cirbox, 
.cbox_active{
	background: url(../images/circle-hover.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.cirbox::after {
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 60px;
	position: absolute;
	right: -30px;
	top: 6px;
}

.cirbox::before {
	content: '';
	background: url(../images/point-right.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
	position: absolute;
	right: -36px;
	top: 30px;
	z-index: 9;
}


.ap-box span {
	display: block;
	font-size: 16px;
	color: #505050;
}

.ab-txt {
	float: left;
	width: 100%;
	font-size: 17px;
	padding: 10px 15%;
	line-height: 20px;
}

.app-box:last-child figure::after{ background:none; }

.app-box:last-child figure::before{ background:none; }

.content_tab{ display:none; }

.content_active{ display:block; }

.content_tab {
	float: left;
	width: 100%;
}


.sidebar li.active a{
	background:#FFF;
	color:#005fa7;
}
.ctab_inner {
	float: left;
	width: 100%;
	padding: 10px 25px;
}
.ctab-title h4{
	font-size:18px;
	color:#505050;
	font-weight:700;
	
}
.ctab-body thead td{
	padding:10px;
}

.ctab-body tbody td{
	padding:5px 10px;
}
.ctab-body table {
	width:100%;
}
.ctab-body thead{
	border-top:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
}
.ctab-body thead td{
	font-weight:600;
}


.ctab-body table thead tr td{
	color:#0c68ac;
} 

.app-desc-box {
	border: solid 1px #e0e0e0;
	padding: 20px;
}
.app-desc-box p {
	padding-bottom:15px;
}


.ctab_inner.invoice {
	text-align: center;
	padding-top: 50px;
}

.invoice-btn{ text-transform:uppercase; }

.invoice-note {
	float: left;
	width: 100%;
	margin: 20px auto auto;
	padding: 0 5%;
	font-size: 16px;
	line-height: normal;
}

.ctab-body {
	font-size: 15px;
	padding-top: 10px;
	float: left;
	width: 100%;
}
.rti-status{
	padding-top: 20px;
}

.content_active::before {
	content: '';
	background: url(../images/point-left.png);
	background-repeat: no-repeat;
	width: 13px;
	height: 22px;
	position: absolute;
	left: 3px;
	top: 17px;
}

#rtiStatus.content_active::before { top:73px; }
#rtiApplication.content_active::before { top:127px; }
#editPrifile.content_active::before { top:182px; }
#rtiDownload.content_active::before { top: 250px; }
#rtiAttached.content_active::before { top: 308px; }
.countNotification {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid red;
    color: #fff;
    text-align: center;
    position: absolute;
    background: red;
    right: 40px;
    top: 13px;
    padding: 2px 0;
}

#rtiTracking.content_active::before{ top:77px; }
#refund.content_active::before{ top:135px; }
#payments.content_active::before{ top:192px; }
#accountAlert.content_active::before{ top:252px; }
#aboutRti.content_active::before{ top:308px; }
#onlineRti.content_active::before{ top:366px; }
#otherQuery.content_active::before{ top:425px; }


.edit-col { margin-bottom: 10px; }
.edit-inpt { border: solid 1px #e0e0e0; }
.edit-col label{ font-weight:400; }
.edit-inpt { font-size: 13px; color: #757575; }

.rtidload { text-align: center; padding-top: 70px; }

.rti-attach {
	text-align: center;
	padding-top: 60px;
}
.rti-application{
	padding-top:20px;
}

.listing { float: left; width: 100%; }
.list-box { float: left; width: 100%; }
.list-txt { float: left; }
.list-btn {
	float: right;
	padding-top: 10px;
}

.listing  .txt-1{
	font-size:20px;
	font-weight:600;
}

.listing .txt-1 span{ color:#0c68ac; }
.listing .txt-2 {
	color: #959595;
	font-size:16px;
}

.list-txt {
	float: left;
	background: url(../images/calendar-icon.png);
	background-repeat:no-repeat;
	padding-left:90px;
	position:relative;
	min-height: 70px;
}

.listing .date {
	position: absolute;
	left: 25px;
	top: 30px;
	font-weight:800;
	font-size:16px;
	color:#757575;
}

.list-box {
	float: left;
	width: 100%;
	padding: 10px 0;
	border-bottom:solid 1px #e0e0e0;
}
	
.list-box:last-child{ border-bottom:none; }

.list-btn a {
	font-size: 15px;
	color: #ffffff;
	padding: 8px 10px;
	font-weight: 600;
	min-width: 100px;
	display: inline-block;
	text-align: center;
}

.profile-box {
	text-align: center;
	padding: 20px 0;
	border-bottom: solid 1px #e0e0e0;
}

.profile-image {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
}

.profile-image img{
	max-width:100%;
}

.pb-name, .pb-email {
	display: block;	
}

.pb-name{
	font-weight:600;
	color:#929292;	
	font-size: 16px;
}

.pb-email{
	color:#0860a8;
}

.btn-layout {
	padding: 10px 15px;
	color: #FFF;
	min-width: 100px;
	font-weight: 700;
	font-size: 17px;
	vertical-align: top;
}
.form-group label{
	font-size:16px;
}

.forgot-password {
	float: right;
	padding: 13px;
	font-size: 16px;
	text-decoration: underline;
	color: #005fa7;
}

.faq-content ol {
	list-style-type: decimal;
	padding-left: 25px;
	margin-left: 10px;
}

.faq-content ol li, 
.faq-content ul li{ line-height: 25px; }

.faq-content ul { padding:0px 0; }

.faq-content ul li {
	position: relative;
    list-style-type: none;
   
    padding-left: 20px;
    line-height: normal;
    margin: 6px 0 0 0;
}
.faq-content ul li:after{
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
    left: 0;
    top: 0;
}

.ctab_inner .faqbox:first-child{  border-top:0;  }
.query-wrap {
	max-width: 70%;
	margin: auto;
}
.query-body {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.query-btn {
	border: solid 1px #e0e0e0;
	padding: 10px 15px;
	width: 48%;
	text-align: center;
	float: left;
	cursor:pointer;
	font-size:15px;
}

.query-btn:hover , 
.query-btn.active {
	background:#005290;
	color:#FFF;	
}
.query-btn input[type="radio"]{
	visibility:hidden;
	    left: -9999em;
    position: absolute;
}

.query-btn-right{ float:right; }

.queryForm{ float:left; width:100%; }

.queryForm{ display:none; }
.queryForm.active{ display:block; }

.login_form, .change_password {
	max-width: 70%;
	margin: auto;
	display:table;
	padding-top:50px;
	padding-bottom:50px;
}
.calc-charges {
	margin-bottom: 15px;
}
.calc-charges p{
	font-size: 18px;
	font-weight: 600;
	display:inline-block;
}
.calc-charges select {
	padding: 10px;
	border: solid 1px #cccccc;
	max-width: 280px;
	margin-left: 15px;
	width: 100%;
	 -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.team-box {
	position: relative;
	padding-bottom: 20px;
}

.team-info {
	text-align: center;
	padding-top: 25px;
}

.team-info strong , .team-info span { 
	display: block; 
	font-family: 'Muli', sans-serif;
}

.team-info strong{ 
	color:#757575; 
	font-size:18px;
}
.team-info span{ 
	font-size:15px; 
	font-family: 'Muli', sans-serif; 
	color:#959595;
}

.team-box figure img{ max-width:100%; }
	
.team-info ul{
	padding-top:20px;
}
.team-info li{  display:inline-block;  }

.team-info li a { display: inline-block; }

.team-info li a::after{
	content:'';
	background:#d5d5d5;
	width:1px;
	height:12px;
	display:inline-block;
}
.team-info li:last-child a::after{
	background:none;
} 

.team-info li a i.fa{ 
	color:#434343; 
	padding: 0 10px;
}

.team-hover {
    background: #0080d2;
    color: #FFFFFF;
    padding: 30px 20px;
    transition: all .60s ease-in-out;
	-webkit-transition: all .60s ease-in-out;
    -moz-transition: all .60s ease-in-out;
    -o-transition: all .60s ease-in-out;
    -ms-transition: all .60s ease-in-out;
    visibility: hidden;
    opacity: 0;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
}

.team-box:hover .team-hover {
    transition: all .60s ease-in-out;
    -webkit-transition: all .60s ease-in-out;
    -moz-transition: all .60s ease-in-out;
    -o-transition: all .60s ease-in-out;
    -ms-transition: all .60s ease-in-out;
    visibility: visible;
    opacity: 1;
}

.team-hover p{
	color:#FFF;
	padding:0;
	text-align:center;
}

.team-hover strong,
.team-hover span{
	color:#FFF;	
}

.team-hover li a i.fa{
	color:#FFF;
}

.team-hover .info-txt-1{
	padding-top:0;	
}

.seprator {
	text-align: center;
	padding:15px 0;
}
.team-txt {
	min-height: 200px;
}

.webfooter {
	float:left;
	width:100%;
	background: #06375c;
	color: #fff;
	padding: 30px 0;
}

.webfooter h4 {
	color: #00d9a8;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}
.webfooter p{
	color:#FFF;
}

.footcol ul li a {
	position: relative;
	padding-left: 14px;
}

.footcol ul li a::before {
	content: '\f105';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #FFFFFF;
	font-size: 20px;
	padding-right: 0;
	position: absolute;
	top: -2px;
	left: 0;
	width: 15px;
}

.logo-ftr {
	padding-bottom: 8px;
}

.copyright {
	float:left;
	width:100%;
	padding: 15px 0;
}

.copyright a{ color:#006bbc; font-weight:600; }
.copyright a:hover{ text-decoration:underline; }


.btn-blue{ border: solid 1px #00518f; background: #005fa7; }
.btn-blue:hover{ background: #00b187; border: solid 1px #089b78; }

.btn-green{ background: #00b187; border: solid 1px #089b78; }
.btn-green:hover{ border: solid 1px #00518f!important; background: #005fa7!important }

.instruction-Sectn {
    float: left;
    width: 100%;
}

.instruction-Sectn h1 {
    font-size: 25px;
    font-weight: 700;
    float: left;
    width: 100%;
    color: #505050;
}
ul.instruction-list {
    float: left;
    width: 100%;
    margin: 20px 0;
}
ul.instruction-list li {
    float: left;
    width: 100%;
        line-height: 40px;
}
ul.instruction-list li a{
	float: left;
	width: 100%;
	color: #757575;
	font-size: 17px;
	
	padding-left: 25px;
	position: relative;
}
ul.instruction-list li a:after{
	content: "\f0a4";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	top: 0;

}
.instruction-Sectn p {
    font-size: 17px;
    float: left;
    width: 100%;
    color: #de0808;
}
.approve-rtiButtons {
    float: left;
    width: 100%;
    margin-top: 15px;
}
a.button-type.rti-edit {
    margin-right: 5px;
}

a.button-type.rti-download {
    display: table;
    margin: 0 auto;
}
.application-pdf {
    float: left;
    width: 100%;
}
.pdf-file {
    float: left;
    width: 100%;
    min-height: 300px;
    background: #fff;
    margin-bottom: 25px;
    background: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 20px;
            border: solid 1px #c9c9c9;
}
.pdf-file i{font-size: 100px;}
.title-block.rt-head {
    margin-bottom: 30px;
}
.application-pdf h1 {
    font-size: 25px;
    font-weight: 700;
    float: left;
    width: 100%;
    color: #505050;
}

.inner-edit-rti {
    max-width: 800px;
    margin: auto;
}
.inner-edit-rti .title-block.rt-head {
}
p.edit-note {
    color: #de0808;
}
.goback{margin-right: 5px;}
.custom-block {
    float: left;
    width: 100%;
}
.custom-block h2 {
    font-size: 25px;
    font-weight: 700;
}
.custom-block p {
  margin-top: 15px;
      font-size: 16px;
}
.radioButons {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.radioButons span {
    float: left;
    width: 100%;
    margin: 4px 0;
        font-size: 16px;
}
.radioButons span input {
    float: left;
}
.custom-block strong {
    font-size: 16px;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.options p {
    margin: 0;
}
.options {
    width: 49%;
    float: left;
}
.options.opton1 {
    margin-right: 2%;
}

.radioBox [type="radio"]:checked,
.radioBox [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radioBox [type="radio"]:checked + label,
.radioBox [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radioBox [type="radio"]:checked + label:before,
.radioBox [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radioBox [type="radio"]:checked + label:after,
.radioBox [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00b187;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radioBox [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radioBox [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.signatureUpload {
    float: left;
    width: 100%;
    height: 106px;
    margin-bottom: 15px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
        border: 1px solid #ccc;
}
.signatureUpload p {
    text-align: center;
    font-weight: 700;
}
a.button-type.signature-upload.btn-green {
    font-size: 16px;
    padding: 12px 15px;
}

p.sign-note a {
    color: #015fa7;
}


.signatureUpload {
    position: relative;
}
.filupp {
    position: relative;
    display: block;
    margin-bottom: 0px;
    cursor: pointer;
        width: 100%;
    height: 100%
}
.cont-reg-text {
   float: left;
    width: 100%;
    height: 100%;
    outline: none;
    padding: 15px;
   
    font-size: 14px;
    text-align: right;
        background: #f7f7f7;
}
.cont-reg-field {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
input#image {
    width: 1px;
    height: 1px;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.cont-reg-field i {
    position: absolute;
    top: 35%;
    left: 15px;
    color: #c0c0bf;
}
.default-row.add_img label {
    float: left;
    width: 100%;
    position: relative;
}

.chatcontainer {
    float: left;
    width: 100%;
    background: #fff;
    border-top:1px solid #e0e0e0;
    min-height: 456px;
}
.chatTemplate {
    float: left;
    width: 100%;
    position: relative;
}
.chatHeading{background:#f7f7f7; color: #707070;font-size: 18px;float: left;width: 100%;text-align: center;font-weight: 600;padding:0  15px;border-bottom:1px solid #e0e0e0;height: 50px;line-height: 50px;}
.chat-body {
    float: left;
    width: 100%;
    background: #f7f7f7;
  min-height: 480px;

    position: relative;
}
.chat-centerblock {
    max-width: 71%;
    background: #fff;
    margin: 0 auto;
    border-left: 1px solid #e0e0e0  ;
    border-right: 1px solid #e0e0e0 ;
    height: 100%;
    position: static;
    padding: 15px 15px 60px 15px;
}

.accholder {
   float: left;
    height: 122px;
    text-align: center;
    background: #fff;
    padding: 20px 5px;
    position: absolute;
    top: 8%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    left: 0;
    right: 0;
    width: 14.666%;
}
.accholder-image {
    background: transparent;
    width: 55px;
    height: 55px;
    overflow: hidden;
    display: table;
    margin: 0 auto;
        border-radius: 50%;
}
.accholder-image img {
    width: 100%;height: 100%;
}
.accholder h2{font-size: 15px;     color: #0c68ac;
    margin-top: 10px;}

.figure-box {
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
}
.figure-box img{width: 100%;height: 100%;}

.message-box {
    float: left;
    background: #0c68ac;
    padding: 8px 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    color: #fff;
    font-size: 13px;
    width: 86%;
    margin-right: 10px;
    line-height: normal;
    text-align: right;
}
.message {
    float: right;
    width: 495px;
    margin-top: 30px;
}
.chat-centerblock > .message:nth-child(2){margin-top: 0;}
.message.message-by {
    float: left;
    
}

.message-by .message-box{
    margin-left: 10px; margin-right: 0;background: #f3f8ff;border: 1px solid #d1e2f9;color: #404040;
     border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 0px;
    text-align: left;
}
.messagefield {
    float: left;
    width: 71%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.messagefield > input {
    float: left;
    width: 100%;
    height: 50px;
    border: 0;
      border: 1px solid #d5e0ec;
      margin-top: 10px;
      padding: 15px;
      padding-right:50px ;
       border-bottom: 0;
       outline: none;
      
}


.send-message {
    position: absolute;
    top: 22px;
    right: 15px;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #cccccc;
}
.send-message:hover{color: #777777}

.sidebar li:last-child a{border-bottom: 0;}
.rtichat {
    padding: 25px 0 0 0;
}

span.badge.cbadge {
    background: #2777b3;
    color: #ffffff;
    font-size: 13px;
}

div#rtiFeedback:before {
    top: 368px;
}

.c-row {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.c-row:first-child{
	margin-top: 0;
}
.cdata {
    float: left;
        font-size: 16px;	
}
.c-row .cdata:first-child {
    width: 60%
}
.c-row .cdata:last-child {
    width:40%;
    padding-left: 30px;
}
.cdata .radio-buttons {
    float: left;
    width: 100%;
}
.cdata span.radioBox{float: left;}
.cdata span.radioBox label{display: block !important;}
.cdata span.radioBox label {
    font-weight: 400;
}


.uploadFile input[type="file"] {
    display: none;
}
.uploadFile .custom-file-upload {
    border: 1px solid #00b187;
    display: inline-block;
    padding: 8px 12px;
    cursor: pointer;
    color: #00b187;
}
.addmore {
    float: left;
}
.file-wrap {
    float: left;
    width: 100%;
}
.uploadFile {
    float: left;
    margin-right: 8px;
}
a.addMorebtn {
    padding: 8px 12px;
    display: inline-block;
    border: 1px solid #0055a1;
    color: #0055a1;
    font-weight: 700;
    text-align: center;
}
a.addMorebtn i {
    font-size: 14px;
}
.uploadFile .custom-file-upload:hover {
    background: #00b187;
    color: #fff;
}
a.addMorebtn:hover {
    background: #0055a1;
    color: #fff;
}
.feedback-btn {
    float: right;
}
.feedback-btn a {
    min-width: 142px;
    text-align: center;
}

div#rtiInvoice:before {
    top: 425px;
}
div#rtiMessaging:before {
    top: 481px;}

    div#rtiNotification:before {
    top: unset;
    bottom: 22px;
}
.title-block.rt-sign {
    text-align: center;
}
.title-block.rt-sign p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: normal;
}
.title-block.rt-sign p strong {
    font-weight: 700;
    font-size: inherit;
    letter-spacing: normal;
}
.feedback-btn {
    float: left;
    width: 100%;
    padding:  12px 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    background: #00b187;
    border-radius: 5px;
    margin: 20px 0 0;
    color: #fff;
}.feedback-block {
    float: left;
    width: 100%;
}
.feedback-block > strong {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.feedback-form {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.radio-feedback {
    float: left;
    width: 100%;
}
.radio-feedback span.radioBox {
    float: left;
    margin-right: 30px;
}
.feedback-form .form-row label {
    margin-bottom: 5px;
    float: left;width: 100%;
    font-size: 16px;	

}
.feedback-form .form-row {
    margin-top: 20px;
}
.radio-feedback span.radioBox label {
    font-weight: 400;
}
.feedback-form .form-row label > span {
    color: #00b187;
}


.innerContent {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.inner-body-content {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.inner-banners {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 30px 0;
    border-bottom: solid 1px #c9c9c9;
}


section.contact-content{float: left;width: 100%;padding: 30px 0;}
.contact-content h3 {
    margin-bottom: 20px;
}
.contact-content h4{
   float: left;
   width: 100%;
   text-align:left !important;
   margin-bottom: 10px;
       font-weight: 600;
}

table.rtidetail{margin: 10px auto !important}
.bread-crumb {
    float: left;
    width: 100%;
}
.bread-crumb ul{float: left;width: 100%}
.bread-crumb ul li{float: left;}
.bread-crumb ul li a{float: left;font-size: 18px;font-weight: 700;}
.topbar-right li:last-child{border-right: 0;}
figure.logo{float: left;width: 100%;}

  button.mobile-toggle {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      touch-action: manipulation;
      background-color: #fff;
      color: inherit;
      border: 0;
      cursor: pointer;
      display: inline-block;
      font: inherit;
      line-height: 1;
      padding: 0px;
      text-align: center;
      text-decoration: none;
      outline: none;
      width: 25px;height: 25px;
      float: right;
      margin-right: 0px;
      margin-bottom: 0px;
      display: none;
    }

    .mobile-toggle {
      display: flex;
      align-items: center;
    }
    .mobile-toggle__icon {
      width: 25px;
      height: 3px;
      background: #666;
      display: block;
      transition: height 0.1s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      margin-right: .5em;
    }
    .mobile-toggle__icon::after, .mobile-toggle__icon::before {
      content: " ";
      width: 25px;
      height: 3px;
      background: #666;
      display: block;
      position: relative;
      top: 4px;
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .mobile-toggle__icon::before {
      top: -7px;
    }
    .mobile-toggle.active .mobile-toggle__icon {
      height: 0;
    }
    .mobile-toggle.active .mobile-toggle__icon::after {
      top: -2px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    }
    .mobile-toggle.active .mobile-toggle__icon::before {
      top: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
      transition: top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    }
button.mobile-toggle.active span.mobile-toggle__icon::after, button.mobile-toggle.active span.mobile-toggle__icon::before {
    background: #474747;
}

figure.logo a{display: block;}

.testimonial .item img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial-image {
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 130px;
    height: 130px;
    background-size: #ccc;
}

.phbox a {
    word-break: break-all;
}
.error p{font-size: 12px;}
.table-layout {
    float: left;
    width: 100%;

}

.team-in figure img {
   max-width: 100%;
    height: auto;
    max-height: 100%;
}
.team-in figure {
    height: 255px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
}

.dashboard .page-title {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.dboard-wrap {
    float: left;
    width: 100%;
}

select.form-control{
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   /* background: url(../images/select-down.png) no-repeat; */
   background-position: 98% center;
    background-size: 10px;
}
.form-control{border-radius: 0 !important;}
#table-product{display: none;}
.neft {
    display: none;
}
.error{font-size: 12px;}

.copyright p {
    font-size: 13px;
}

.testimonial {
    float: left;
    width: 100%;
}
.testimonial .carousel {
    float: left;
    width: 100%;
}

.phbox table.rtidetail td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
}

.phbox table.rtidetail {
    width: 100%;
}
.phbox table.rtidetail td {
    color: #337ab7;
    padding: 10px;
    font-size: 22px;
   
    font-weight: 700;
}

.applyrti-third div#my-dropzone {
 float: left;
    width: 100%;
}

span.tabboxactive {
    background: #03b086;
    color: #fff;
}

.rtibox.active {
    background-color: #015fa7;
}
.rtibox.active img {
    filter: brightness(0) invert(1);
}
.rtibox.active span {
   color: #fff;
}

.dataTables_wrapper .dataTables_length label {font-weight: 600;}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #ccc;
    min-width: 60px;
    height: 35px;
    font-size: 13px;
    outline: none;
}

.dataTables_wrapper  .dataTables_filter label {font-weight: 600;}
.dataTables_wrapper  .dataTables_filter input{ border: 1px solid #ccc;min-width: 240px;height: 35px;font-size: 13px;padding: 5px;outline: none;}
.dataTables_wrapper .dataTable {
    border: 0 !important;border-collapse: collapse;margin-top: 10px;float: left;
    width: 100%;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td{border: 1px solid #ccc !important;font-size: 14px;}
.dataTables_paginate a {
    padding: 5px !important;
    min-width: 33px !important;
    border-radius: 0 !important;
}
.dataTables_wrapper .dataTable th {
    background: #f5f5f5;
    font-weight: 700;
    outline: none;
}
.dataTables_wrapper .dataTable td {
    background: #fff;
}
.dataTables_wrapper .dataTable tr:nth-child(even) td {
    background: #f2faff;
}

section.how-work .hw-content .col-sm-4:last-child .hwbox:before ,
section.how-work .hw-content .col-sm-4:last-child .hwbox::after{
    display: none;
}

.change-tick{position: relative;}
.change-tick input[type="radio"] { 
    position: absolute;
    left: 120px;
    top: 14px;
}
.change-tick label{position: relative; color: #fff; background: #000; padding: 10px; margin: 15px auto; display: block;  text-align: center; cursor:pointer;}
.pricing-features{min-height: 400px; margin-bottom: 20px;}