.fontawesome-list-wrap h4 {
    padding-top: 0 !important;
    margin-top: 0 !important;
    font-size: 18px !important;
}

.fontawesome-list-wrap ul li button {
    background: #5cd050;
    border: 1px solid 5cd050;
    margin: 0px 5px;
    border-radius: 30px;
    padding: 3px 6px;
    color: #ffff;
}

.fontawesome-list-wrap ul li .red_btn {
    background: #ff7430;

}

.row.fontawesome-icon-list.span_form {
    border-bottom: 1px solid #ddd;
    padding: 2em 0 2em 0;
}

.fontawesome-list-wrap ul li button i {
    margin: 7px 6px 0px 6px;
}

.row.fontawesome-icon-list.span_form a span {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.row.fontawesome-icon-list.span_form:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.register_page form input,
.register_page form select,
.register_page form textarea {
    width: 47% !important;
    float: left;
    margin: 10px 6px;
}

.register_page .inner_login {
    margin-left: 60px !important;
    margin-top: 5em;
}

.back_login {
    background: rgba(0, 0, 0, 0.04) url(../images/bg-image.jpg) top left repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px 50px;
    margin-top: 3em;
    border-radius: 10px;
    display: flex;
    margin: auto;
}

.inner_login {
    background: #0c90ce;
    padding: 20px;
    border-radius: 10px;
    margin-right: -55px;
    margin-left: 15px;
    text-align: center;
}

.inner_login a {
    border-radius: 3px;
    padding: 6px 30px 6px 30px;
    color: #ff574d;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.back_login form input,
.back_login form button,
.back_login form textarea,
.back_login form select {
    width: 100%;
    padding: 8px;
    margin-bottom: 1em;
    outline: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    outline: 0;
    font-weight: 500;
    color: #717171;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.back_login form button {
    background: #0c90ce;
    color: #fff;
    border: 1px solid #0c90ce;
    font-weight: bold;
    letter-spacing: 1px;
}

.back_login form label {
    width: 100%;
}

.inner_login img {
    width: 100%;
    margin-top: 2em;
}

.inner_login p {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #fff;
}

.back_login label a {
    display: block;
    float: right;
    text-decoration: none;
}

.back_login form label input {
    width: auto;
    margin-right: 12px;
    height: 0;
}

.back_login h4 {
    margin-bottom: 1em;
}

.serviceBox {
    padding: 0 20px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 50px 0;
    position: relative;
    transition: all 0.3s linear 0s;
    background: #fff;
}

.serviceBox .service-icon {
	display: inline-block;
	width: 48px;
	height: 50px;
	line-height: 55px;
	border-radius: 5px;
	background: #0080ff;
	font-size: 22px;
	color: #fff;
	margin: -45px 0 30px;
	position: relative;
	transition: all 0.3s linear 0s;
}

.header-mobile-inner .logo img {
	width: 150px;
}
.serviceBox:hover .service-icon {
    background: #dcdcdc;
    color: #0080ff;
}

.serviceBox .service-icon:after {
    content: "";
    border-top: 10px solid #0080ff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}

.serviceBox:hover .service-icon:after {
    border-top-color: #dcdcdc;
}

.serviceBox .title {
    font-size: 16px;
    color: #414141;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover .title {
    color: #0080ff;
}

.serviceBox .description {
    font-size: 16px;
    color: #8e8e8e;
    line-height: 25px;
}

.serviceBox .read-more {
    display: inline-block;
    padding: 1px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #414141;
    position: relative;
    bottom: -20px;
    transition: margin-right 0.5s ease 0s, border-color 0.3s ease 0s;
}

.serviceBox .read-more span {
	display: inline-block;
	padding: 0px 18px;
	background: #fff;
	margin: 0 -34px -31px 0;
	position: relative;
	left: 12px;
	transition: margin-right 0.5s ease 0s;
	top: -1px !important;
}

.serviceBox:hover .read-more span {
    color: #0080ff;
    margin-right: 0;
}

.serviceBox .read-more i {
    display: inline-block;
    padding: 9px 17px 8px 20px;
    background: #0080ff;
    color: #fff;
}

.serviceBox:hover,
.serviceBox:hover .read-more {
    border-color: #0080ff;
}


@media (max-width: 992px) {
    .register_page .inner_login {
        margin-left: 0px !important;
    }
    .back_login form input,
    .back_login form button,
    .back_login form textarea,
    .back_login form select {
        width: 100% !important;

    }
}

@media (max-width: 762px) {
    .back_login .col-md-4 {
        display: none;
    }
    .back_login {
        padding: 30px;
    }
    .register_page form input,
    .register_page form select,
    .register_page form textarea {
        width: 100% !important;
    }
    .back_login form label input {
	width: auto !important;
	margin-right: 0px !important;
}
}
