.help {
	position: fixed;
	top: 53px;
	right: 0;
	z-index: 999;
}

.feedback input[type="text"] {
	height: 60px;
	margin: 20px 0;
}

section.help-view {
    padding: 20px 0 0px;
}


.backstyle {
	line-height: 60px !important;
	font-size: 17px !important;
}

a.text-white {
	color: #fff !important;
}


.blog-post {
	background: #fff;
	padding: 15px;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 20px;
}
.top-box img {
	margin-bottom: 20px;
}

.search {
	width: 100%;
	position: relative
}

a:hover {
	text-decoration: none !important;
}


.search #search-form input {
	width: 100%;
	border-radius: 20px;
	height: 40px;
	background: #fff;
	padding: 0 15px;
	line-height: 40px;
	border: 1px solid #fff;
	color: #000;
}

.read-more a.btn {
	background: #5cb85c;
}

.padd60 {
	padding: 60px 0;
}
.page-title-inner h1 {
	margin-top: 10px !important;
}
.page-title {
	padding: 30px 0;
}
.page-title h1 {
	text-transform: inherit !important;
}


.cx-blog-section .meta-info {
	margin-bottom: 10px;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 0 !important;
	float: left;
	width: 100%;
}

.cx-blog-section .meta-info>li {
	float: left;
	line-height: 1;
	margin-right: 25px;
	color: #808080;
	list-style: none !important;
}

.cx-blog-section .meta-info>li i {
	font-size: 14px;
	margin-right: 10px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	.pagination>.active>span:hover, .pagination>.active>a:focus,
	.pagination>.active>span:focus {
	color: #fff !important;
	background-color: #6EC055 !important;
	border-color: #6EC055 !important;
}

.helpbox {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px;
	color: #26272d;
	margin: 15px 0;
	box-shadow: 0px 0px 4px #ddd;
}


.feedback h3 {
	background: #ebfbe6;
	padding: 15px;
}

.helpbox:hover {
	background: #6EC055;
	box-shadow: 0px 0px 4px #ccc;
	color: #fff;
}
.pagination {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 40px auto 10px !important;
}
.pagination > li {
    display: inline-block !important;
}
.listhelp a {
	color: #000;
	text-transform: capitalize;
	padding-left: 15px;
}
.listhelp {
    margin: 5px 0 !important;
}

.listhelp a i {
    width: 17px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.post h3 {
	background: #ebfbe6;
	padding: 15px;
	margin-top: 5px;
}
.text-lightgreen{
	color:#78b83e;
}
.summary {
    margin-bottom: 20px;
    padding: 0 15px;
    display: block;
    width: 100%;
}
.listhelp a::after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -2px;
    min-width: 80%;
    z-index: 1;
    max-width:100%;
}
.listhelp {
    margin: 3px 0 !important;
    padding: 2px 0;
        padding-right: 0px;
        padding-left: 0px;
    padding-right: 0px;
    padding-left: 13px;
    position: relative;
}
.mainbox {
  	margin: 15px 0;
    padding-bottom: 10px;
    min-height: 200px;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: 
    #ccc;
    content: "/\00a0";
}
.search-container {
	margin: 10px 0;
}
.search-container form{
  
  vertical-align:top;
}
.search-container input {
    width: 74% !important;
    display: inline-block;
    padding: 0 15px;
    margin-top: 0;
    font-size: 17px;
    height: 40px;
    border: 1px solid #ccc !important;
    vertical-align: top !important;
    border-radius: 0;
}
.search-container button {
	padding: 0 10px;
	width: 25%;
	margin-top: 0;
	display: inline-block;
	margin-right: 0;
	background: #292D48;
	font-size: 17px;
	border: none;
	height: 40px;
	cursor: pointer;
	color: #fff;
}
.search-container button:hover {
  background: #ccc;
}
.list-wrapper .items {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 11px;
}

.sideicon {
    float: left;
    height: 80px;
    font-size: 40px;
    color: #ccc;
    margin-right: 15px;
}
.rightsidebar {
    border-bottom: 1px solid #ccc;
    padding-left: 55px;
    margin-bottom: 10px;
}
.menu-icon a {
    color: #333;
}
.breadcrumb a {
    color: #283125!important;
    font-size: 13px;
    text-decoration: none;
}
.padd30 {
    padding: 30px 0;
}
.cx-blog-section .panel {
    margin-bottom: 0;
}