/* General
======================*/
*,
:focus {
    outline: 0!important;
}
body{
    font-family:'Droid Arabic Kufi', sans-serif;
    overflow-x:hidden;
    background: #fbfbfb;
    overflow-y: auto;
}

/* Page Setting
======================*/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}
.page-content {
    position: relative;
    width: 100%;
    text-align: center;
    background: #fff;
}
.section-setting{
    padding:70px 0px;
    display: block;
    position: relative;
    overflow: hidden;
}
.section-color{
    background: #f9f9f9;
}
.vedio-bc{
    padding: 0;
}
.spacer-15{
    display: block;
    height: 15px;
    width: 100%;
    overflow: hidden;
}
.owl-carousel .owl-wrapper-outer{
    direction: ltr;
}

/*Section title
=======================*/
.section-title{
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.section-title h3{
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
    color: #373737;
    margin: 0;
    line-height: 40px;
}
.section-title p {
    display: block;
    position: relative;
    font-size: 12px;
    color: #373737;
    line-height: 20px;
    max-width: 776px;
    margin: 10px auto;
}

/*Page Heading 
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background: url(../images/bc.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.page-heading .over{
    padding: 80px 0px;
    background: rgba(0, 0, 0, 0.40);
}
.page-heading h2 {
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin: 10px auto;
    display: block;
    position: relative;
}
.page-heading .breadcrumb {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 35px;
    background: #2eb455;
    display: inline-block;
}
.page-heading .breadcrumb > li + li:before {
    padding-right: 6px;
    color: #fff;
}
.page-heading .breadcrumb a {
    color: #f7f7f7;
}
.page-heading .breadcrumb > .active {
    color: #fff;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin:5px auto;
    text-align: center;
    padding:15px;
    width: 100%;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #ecf0f2;
    border-radius: 0px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background: #2eb455;
    color: #fff;
}

/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: block;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #121212;
}
.form-group label span{
    font-weight: 100;
    font-size: 12px;
    margin-right: 5px;
    color: #2eb455;
}
.form-control {
    color: #333;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 0;
    font-size: 12px;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #666666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}
input[type=radio], input[type=checkbox] {
    display: none;
}
input[type=radio]+label, input[type=checkbox]+label {
    position: relative;
    margin: 0 0 0 17px!important;
    padding-right: 32px;
    cursor: pointer;
}
input[type=radio]+label::before, input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: inherit;
    line-height: 20px;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 0;
    font-size: 11px;
}
input[type=checkbox]+label::before {
    top: 0;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-right: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before, 
input[type=checkbox]:checked+label::before {
    content: '\f00c';
    color: #2eb455;
}
.radio-wrap {
    display: inline-block;
    overflow: hidden;
}
@media all and (max-width:767px){
    .radio-wrap {
        width:100%;
    }   
}
.radio-wrap label i{
    display:block;
}
.radio-wrap label i:before{
    font-size: 40px;
}
.radio-wrap label span{
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
}
.radio-wrap input[type="radio"]:empty, 
.radio-wrap input[type="checkbox"]:empty {
    display: none;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    position: relative;
    display: block;
    border: 1px solid #f1f1f1;
    line-height: 30px;
    overflow: hidden;
    cursor: pointer;
    padding: 0 10px;
    text-align: right;
    color: #2eb455;
    font-weight: 100;
    min-width: 100px;
    font-size: 11px;
    margin: 0!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-wrap input[type="radio"]:empty ~ label:before, 
.radio-wrap input[type="checkbox"]:empty ~ label:before {
    position: relative;
    float: right;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    top: 10px;
    right: 0;
    margin-left: 10px;
}
.radio-wrap input[type="radio"]:hover:not(:checked) ~ label,
.radio-wrap input[type="checkbox"]:hover:not(:checked) ~ label {
    background: #f5f5f5;
    color: #2eb455;
}
.radio-wrap input[type="radio"]:checked ~ label, 
.radio-wrap input[type="checkbox"]:checked ~ label {
    background: #f5f5f5;
    color: #2eb455;
}
.radio-wrap input[type="radio"]:checked ~ label:before, 
.radio-wrap input[type="checkbox"]:checked ~ label:before {
    background: #2eb455;
    border-color: #2eb455;
}

/* Tags
=======================*/
.select2-container{
    display: block;
    width: 100%!important;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #f1f1f1;
    text-align: right;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container .select2-selection--single {
    height: 40px;
    border: 1px solid #eee;
    border-radius: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple , 
.select2-container--default .select2-selection--multiple{
    border: 1px solid #eee;
    border-radius: 0;
    height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2eb455;
    border: 1px solid #2eb455;
    border-radius: 0;
    cursor: default;
    float: right;
    margin: 5px;
    padding: 0 10px 0 5px;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}

/* Button
======================*/
.custom-btn {
    border: 0;
    display: inline-block;
    line-height: 30px;
    font-weight: 600;
    padding: 0 30px;
    font-size: 11px;
    color: #fff;
    background: #2eb455;
    border-radius: 3px;
    margin: 5px auto;
}
.custom-btn:hover ,
.custom-btn:focus {
    background: #000000;
    color: #fff;
}

/* Lists- Links
======================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Price Range
========================*/
.widget-range {
    position:relative;
    display: block;
    margin: 10px;
}
.widget-range input {
    border:0;
    color: #fff;
    background: none;
    margin-bottom: 5px;
}
.ui-slider-horizontal {
    height: 0;
    margin-top: 5px;
}
.ui-slider-horizontal .ui-slider-range {
    top: -3px;
    height: 100%;
    height: 0;
    border: 3px solid #000000;
    border-radius: 0;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    top: -7px;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: default;
    background: #2eb455;
    border-radius: 50%;
    border: none;
}
.widget-range .first_limit,
.widget-range .last_limit {
    width: 90px;
    text-align: right;
    margin-bottom: 4px;
}
.widget-range .first_limit {
    float: right;
    text-align: right;
}
.widget-range .last_limit {
    float: left;
    text-align: left;
}

/* img
==========================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*top-header 
=============================*/
.top-header {
    background: #000;
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
}
.top-links {
    overflow: hidden;
}
.top-header-links {
    float: right;
    position: relative;
    padding: 10px 0px;
}
.top-header-links li {
    display: inline-block;
    border-left: 1px solid #383838;
}
.top-header-links li a:hover {
    color: #2eb455;
}
.top-header-links li a {
    display: block;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.top-header-links li:last-child {
    border-left: 0;
}

/* Social */
.scoial-links {
    display: block;
    text-align: left;
    padding: 5px 0px;
    overflow: hidden;
}
.scoial-links li {
    position: relative;
    float: left;
    overflow: hidden;
    overflow: hidden;
}
.scoial-links li .icon-social {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    background: #fff;
    color: #000000;
    text-align: center;
    overflow: hidden;
    margin: 0 2px;
    border-radius: 3px;
}
.scoial-links li .icon-social-hover {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0 2px;
    transition: 0.3s all;
    top: 100%;
    border-radius: 3px;
}
.scoial-links li:hover .icon-social-hover {
    top: 0;
    transition: 0.3s all;
}
.icon-social-hover.icon-instagram {
    background: #3d6b92 ;
}
.icon-social-hover.icon-facebook {
    background: #4862a3 ;
}
.icon-social-hover.icon-google-plus {
    background: #dd4b39 ;
}
.icon-social-hover.icon-twitter {
    background: #55acee;
}
.icon-social-hover.icon-youtube-play {
    background: #d02022;
}
@media (max-width: 520px) {
    .top-header{
        display:none;
    }
}

/*Header 
=============================*/
.header {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 40px;
    right: 0;
    z-index: 998;
    border-bottom: 1px solid #f1f1f1;
}
.header > .container {
    position: relative;
}
.header .logo {
    position: relative;
    margin: 0;
    padding: 10px 0;
    float: right;
    z-index: 99999999;
}
.header .logo img {
    width: 140px;
    height: 40px;
}
.user-widget {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 999;
}
.user-widget .user-profile {
    display: inline-block;
    margin: 0 1px;
}
.user-widget .user-profile .icon {
    display: block;
    padding: 10px 0px;
}
.user-widget .user-profile .icon a {
    color: #fff;
    display: inline-block;
    position: relative;
    height: 40px;
    background: #2eb455;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 13px;
    font-size: 13px;
}
.user-widget .user-profile .icon a:hover, 
.user-widget .user-profile .icon a:focus {
    background: #31241e;
    color: #ffffff;
}
@media all and (max-width:480px){
    .user-widget .user-profile .icon a span{
        display:none;
    }
    .user-widget .user-profile .icon a{padding: 0;width: 40px;height: 40px;font-size: 16px;}
}

/*Footer
===========================*/
.footer {
    width: 100%;
    display: block;
    position: relative;
    padding: 30px 0px;
    overflow: hidden;
    background: #fff;
}
.footer-logo {
    float: right;
    position: relative;
    width: 173px;
    margin-top: 10px;
}
.copy-rights {
    display: block;
    position: relative;
    padding-right: 190px;
    padding-top: 0px;
}
.copy-rights p {
    display: block;
    position: relative;
    line-height: 22px;
    color: #676767;
    font-size: 12px;
    font-weight: 600;
}
.copy-rights .footer-links {
    display: block;
    position: relative;
}
.copy-rights .footer-links li {
    display: inline-block;
    border-left: 1px solid #383838;
    padding: 0 10px;
}
.copy-rights .footer-links li a {
    display: block;
    position: relative;
    color: #4f4f4f;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
}
.copy-rights .footer-links li:last-child {
    border-left: 0;
}
@media all and (min-width: 992px) and (max-width:1200px) {
    .footer-logo {
        width: 140px;
    }
    .copy-rights {
        padding-right: 150px;
    }
    .copy-rights p {
        font-size: 11px;
    }
}
@media all and (max-width:991px) {
    .footer-logo {
        display: block;
        margin: 5px auto;
        float: none;
    }
    .copy-rights {
        padding-right: 0;
        text-align: center;
        line-height: 25px;
        margin: 10px auto;
    }
}
.other-links {
    margin: 0 auto;
    text-align: center;
}
.other-links li {
    display: inline-block;
    vertical-align: middle;
}
.other-links li a {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.other-links li a img {
    margin: 2px auto;
}
.other-links li a span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 5px;
}
@media all and (max-width: 480px) {
    .other-links li {
        margin: 5px auto;
        text-align: center;
    }
    .other-links li a img {
        width: 150px;
    }
}

/*Slider
============================*/
.slider {
    height: 540px;
    width: 100%;
    display: block;
    position: relative;
    background: url(../images/bc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}
.slider:before {
    content:" ";
    position:absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}
.slider .carousel-inner{
    height: 540px;
}
.carousel-inner > .item{
    height: 540px;
}
.slider .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 98;
}
.carousel-control.right , .carousel-control.left {
    position: absolute;
    top: 250px;
    left: 20px;
    right: auto;
    width: 40px;
    height: 80px;
    font-size: 26px;
    background-color: #2eb455;
    line-height: 80px;
    color: #fff;
    border-radius: 0;
    background-image: none;
    opacity: .7;
}
.carousel-control:hover {
    background-color: #2eb455;
    color: #fff;
    opacity:1;
}
.carousel-control span {
    font-size: 20px;
}
.carousel-control.right {
    right: 20px;
    left: auto;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.caption{
    position: absolute;
    height: 205px;
    left: 40px;
    right: 40px;
    width: calc( 100% - 80px);
    text-align: center;
    color: #fff;
    z-index: 999;
    padding: 200px 0 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.caption .headtitle{
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 60px;
    margin-bottom: 5px;
    border-radius: 3px;
    text-transform: uppercase;
    background: rgba(57, 200, 90,.7);
}
.caption .details{
    font-weight: 600;
    font-size: 21px;
    display: block;
    position: relative;
    line-height: 39px;
    margin: 15px auto;
    max-width: 767px;
}
.caption .custom-btn{
    margin: 5px auto;
}
@media (max-width: 767px) {
    .slider{
        display: none;
    }
}
@media all and (max-width:991px) {
    .caption .details{
        max-width: 600px;
        font-size: 18px;
    }
}

/*Services 
===============================*/
.serv-item {
    display: block;
    position: relative;
    text-align: center;
    margin: 50px auto 0;
    padding: 10px;
    background: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.serv-item .serv-icon  {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    width: 120px;
    height: 105px;
    padding: 20px 0px;
    background: #ffffff;
    border: 5px solid #f9f9f9;
    margin: -60px auto;
    border-radius: 5px;
}
.serv-item .serv-icon img {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 56px;
}
.serv-item .serv-content {
    display: block;
    position: relative;
    margin: 60px auto 0px;
}
.serv-item .serv-content a {
    color: #464644;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto;
    line-height: 35px;
    text-transform: uppercase;
}
.serv-item .serv-content a:hover{
    color: #2eb455;
}
.serv-item .serv-content a:after{
    content: " ";
    position: absolute;
    bottom: -5px;
    width: 30px;
    height: 2px;
    background: #000000;
    left: 0;
    right: 0;
    margin: auto;
}
.serv-item .serv-content p {
    color: #58595b;
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px;
    margin: 5px auto;
}
.serv-item .serv-link{
    display: block;
    position: relative;
}

/*Step Item
======================*/
.step-item {
    display: block;
    margin: 15px -15px;
}
.step-item .step-item-num {
    width: 70px;
    height: 70px;
    border: 3px solid #eaeaea;
    border-radius: 50%;
    margin: 10px auto;
    display: block;
    line-height: 65px;
    font-size: 25px;
    color: #2eb455;
    margin-bottom: 20px;
    background: #fff;
}
.step-item .step-border {
    height: 1px;
    width: 100%;
    display: block;
    position: relative;
    background: #eaeaea;
    margin: 5px auto 10px;
}
.step-item .step-border:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #2eb455;
    top: -4px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.step-item .step-item-info {
    position: relative;
}
.step-item .step-item-info h3 {
    margin: 0;
    line-height: 40px;
    color: #2eb455;
    font-size: 18px;
}
.step-item .step-item-info p {
    font-size: 13px;
    color: #464644;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0px auto;
    max-width: 300px;
}

/*Feat Item
======================*/
.feat-item {
    display: block;
    position: relative;
    text-align: center;
    margin: 10px auto;
    background: #fff;
    border-radius: 3px;
    padding: 5px;
}
.feat-item .feat-icon {
    float: right;
    position: relative;
    margin: 15px 5px 5px;
    width: 74px;
    height: 74px;
    transition: 0.5s all;
    background: #2eb455;
    padding: 10px;
    border-radius: 3px;
}
.feat-item .feat-icon img {
    transition: 0.5s all;
}
.feat-item .feat-content {
    padding: 0px 90px 0px 0px;
    display: block;
    position: relative;
    margin: 15px auto;
    text-align: right;
}
.feat-item .feat-content h3 {
    color: #2eb455;
    display: block;
    position: relative;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
}
.feat-item .feat-content p {
    color: #555;
    display: block;
    position: relative;
    font-size: 12px;
    margin: 0;
    line-height: 25px;
}
@media all and (max-width:991px) {
    .feat-item .feat-icon,
    .feat-item .feat-content {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
        padding: 5px;
    }
}

/*Subscribe
===========================*/
.subscribe{
    width: 100%;
    display: block;
    position: relative;
    background: url(../images/bc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
 }
.subscribe:before {
    content:" ";
    position:absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.subscribe .subscrib-content {
    display: block;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.subscribe .subscrib-content i {
    display: block;
    margin: 10px auto;
    font-size: 50px;
    background: #2eb455;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    width: 70px;
    height: 70px;
}
.subscribe .subscrib-content h2 {
    display: block;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.subscribe .subscrib-content p {
    margin: 10px auto;
    float: right;
    font-size: 15px;
    line-height: 25px;
}
.subscribe .subscrib-form  {
    max-width:440px;
    margin: 5px auto;
}
.subscribe .subscrib-form .form-group .form-control {
    height: 45px;
    border-radius: 3px;
}
.subscribe .subscrib-form .custom-btn {
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    width: 100px;
    display: block;
    top: 0;
    height: 45px;
}

/*About
=============================*/
.about-content{
    display: block;
    position: relative;
    font-weight: 600;
    line-height: 45px;
    font-size: 20px;
    color: #2eb455;
    padding: 50px 0px;
    text-align: right;
}
.about-img{
    width: 250px;
    height: 250px;
    margin: 5px auto;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f5f5f5;
}
.about-img img{
    width: 100%;
    height: 100%;
}

/*Contact
================================*/
.map-wrap {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    margin: 15px auto;
}
.map-wrap #map {
    position: relative;
    display: block;
    min-height: 290px;
}
.contact-form {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-bottom: 15px;
}
.contact-form .heading {
    display: block;
    position: relative;
    margin: 10px auto 25px auto;
    text-align: center;
}
.contact-form .heading h3{
    display: block;
    position: relative;
    margin: 0;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 16px;
    color: #2eb455;
    font-weight: bold;
}
.contact-form .heading p{
    display: block;
    position: relative;
    margin: 0;
    line-height: 30px;
    font-size: 15px;
    color: #333;
}
ul.contact-info {
    display: block;
    position: relative;
    padding: 25px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin: 15px auto;
    text-align: right;
}
ul.contact-info li {
    display: block;
    margin: 0 0 10px;
}
ul.contact-info li span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    color: #2eb455;
}
ul.contact-info li span:last-child{
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    color: #333;
    padding-left: 0px;
    font-weight: normal;
}

/*Terms
============================*/
.large-details {
    margin: 5px auto;
    padding: 0;
    font-weight: 600;
    font-size:18px;
    color:#232323;
    line-height: 25px;
    text-align: center;
}
.list-item li{
    display: block;
    position: relative;
    line-height:35px;
    font-size: 13px;
    font-weight: 600;
    padding-right: 20px;
    text-align: right;
}
.list-item li:before{   
    content: "\f0a5";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
}

/*FAQ Section 
=============================*/
.toggle-container {
    border: none;
    display: block;
    position: relative;
    padding-right: 50px;
}
.toggle-container:before {
    content: " ";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #f9f9f9;
    right: 0px;
}
.toggle-container .panel h4.panel-title {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
}
.toggle-container .panel h4.panel-title a {
    display: block;
    text-transform: capitalize;
}
.toggle-container .panel .panel-content {
    padding: 10px;
}
.toggle-container .panel {
    position: relative;
    background: #f6f6f6;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    text-align: right;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.toggle-container .panel > a {
    color: #6f6f6f;
    background: #f9f9f9;
    font-size: 12px;
    position: relative;
    display: block;
    padding: 10px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.toggle-container .panel > a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #f9f9f9;
    right: -35px;
    top: 21px;
}
.toggle-container .panel > a:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    line-height: 30px;
    font-size: 10px;
    font-weight: 100;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f9f9f9;
    color: #2eb455;
    transition: all 0.4s ease;
    position: absolute;
    right: -65px;
    top: 8px;
}
.toggle-container .panel > a.collapsed {
    background: #f9f9f9!important;
    color: #9c9c9c;
}
.toggle-container .panel > a.collapsed:before {
    content: "\f067";
    background: #f9f9f9;
}
.toggle-container .panel .panel-content {
    padding: 10px;
    line-height: 25px;
    border: 1px solid #f5f5f5;
    color: #777;
    font-size: 12px;
}
@media all and (max-width:767px){
    .toggle-container { 
        padding-right:0px;
    }
    .toggle-container:before{
        display: none;
    }
}
@media all and (max-width:767px) {
    .toggle-container .panel > a:after {
        display: none;
    }
    .toggle-container .panel > a:before {
        left: 10px;
        top: 10px;
        right: auto;
    }
}
.ask-quest{
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    text-align: right;
}
.ask-quest .heading{
    display: block;
    position: relative;
    line-height: 45px;
    font-weight: 600;
    font-size: 13px;
    padding: 0 15px;
    background: #f9f9f9;
    color: #6f6f6f;
}
.ask-quest .ask-form{
    display: block;
    position: relative;
    padding: 10px 15px;
}
.ask-quest .ask-form .form-group label{
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 35px;
    color: #1c628f;
    margin: 0;
}
.ask-quest .ask-form .form-group textarea.form-control{
    height: 70px!important;
}
.ask-quest .ask-form .form-group .custom-btn{
    display: block;
    width: 100%;
}

/*Login -Register
===============================*/
.login-form {
    display: block;
    position: relative;
    max-width: 480px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ececec;
}
.form-title {
    display: block;
    position: relative;
    line-height: 40px;
    color: #242b37;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 0;
}
.form-footer {
    display: block;
    position: relative;
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 12px;
    border-top: 1px solid #ececec;
    color: #6f6868;
}
.login-form .form-footer a{
    color: #2eb455;
    font-weight: 600;
    font-size: 11px;
}
.login-form form{
    padding: 15px;
    overflow: hidden;
}
.login-form .form-group:last-child{
    margin: 0;
}
.login-form .form-group .custom-btn{
    margin: 5px auto 0;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
}
.icon-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    line-height: 45px;
    text-align: center;
    color: #c1c1c1;
}
.login-form .remmeber{
    display: block;
    position: relative;
    float: right;
    margin: 0;
}
.login-form .remmeber label {
    color: #6f6868;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    padding-right: 29px;
}
.login-form .remmeber label:before {
    top: 0!important;
}
.login-form .forget-pass{
    display: block;
    float: left;
    position: relative;
}
.login-form .forget-pass a{
    color: #6f6868;
    text-transform: capitalize;
    -webkit-transition: .3s color;
       -moz-transition: .3s color;
            transition: .3s color;
}
.login-form .forget-pass a:hover{
    color: #1b1e25;
}

.register-form{
    display: block;
    position: relative;
    max-width:767px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ececec;
}
.register-form form{
    padding: 15px;
    overflow: hidden;
}
.register-form .form-froup{
    margin: 5px -10px;
}
.register-form .acc-type label{
    text-align: center;
    color: #2eb455;
    margin: 15px auto 10px;
}
.register-form .acc-type .radio-wrap{
    margin: 5px;
}
.register-form .acc-type .radio-wrap input[type="radio"]:empty ~ label{
    width: 150px;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
}
.register-form .acc-type .radio-wrap input[type="radio"]:empty ~ label:before{
    display:none;
}
.register-form .acc-type .radio-wrap label span{
    font-style: normal;
    margin: 5px auto;
}
.register-form .form-group .custom-btn{
    margin: 5px auto 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.fileupload {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.fileupload .fileicon {
    float: right;
    display: block;
    width: 60px;
    height: 60px;
}
.fileupload .fileicon i{
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 45px;
    color: #2eb455;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}
.fileupload .filebody {
    float: right;
    line-height: 60px;
}
.fileupload .filebody p {
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: color 0.4s;
       -moz-transition: color 0.4s;
            transition: color 0.4s;    
}
input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 60px;
    filter: alpha(opacity=0);
}
.fileupload:hover p,
.fileupload:hover i {
    color: #1e99a8;
} 
.text-right{
     text-align: right;
}

/*Category
===========================*/
.side-filter{
    display: block;
    position: relative;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.side-filter .panel {
    margin-bottom: 15px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
}
.side-filter .panel h4.panel-title {
    background: #000000;
    line-height: 35px;
    color: #ffffff;
    padding: 0 15px;
    text-transform: capitalize;
}
.side-filter .panel h4.panel-title a{
    display: block;
    font-size: 14px;
    text-align: right;
}
.side-filter .panel .panel-title > a:before {
    position: absolute;
    content: " + ";
    line-height: 35px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    text-align: center;
    left: 0;
    background: #2eb455;
    color: #fff;
    font-weight: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.side-filter .panel .panel-title > a.collapsed:before {
    content: " - ";
}
.side-filter .panel .panel-content {
	padding: 0;
	border: 1px solid #f1f1f1;
	border-top: 0;
}
.side-filter .panel .panel-content .widget-range{
	padding: 15px;
    margin: 0;
}
.side-filter .panel .panel-content .widget-range input{
	color:#2c394c;
}
.side-filter .panel .panel-content .form-group{
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.side-filter .panel .panel-content .form-group:last-child{
    border-bottom: 0;
}
.side-filter .panel .panel-content  .form-group label{
    margin: 0 !important;
    font-size: 12px;
    line-height: 15px;
    color: #094561;
    padding-right: 25px;
    font-weight: 400;
}
.side-filter .panel .panel-content  .form-group label .rate{
    display:inline-block;
}
.side-filter .panel .panel-content  .form-group label span{
    float: right;
    color: #d7544c;
    display: none;
}
.rating{
	color: #FFC107;
	font-size: 12px;
}
.side-content-title{
    border-right: 3px solid #000000;
    background: #2eb455;
    text-align: right;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    position: relative;
    width: 100%;
}
.offer-item{
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 15px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
.offer-item:nth-child(even){
    background: #f9f9f9;
}
.offer-item-head{
    display: block;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}
.offer-count{
    float: left;
    background: #2eb455;
    color: #fff;
    border-radius: 25px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 100;
}
ul.offer-info{
    position: relative;
    overflow: hidden;
}
ul.offer-info li{
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    margin-left: 15px;
}
ul.offer-info li i{
    margin-left:3px;
    color:#2eb455;
}
.offer-item-act{
    text-align: left;
}
.offer-item-act .custom-btn{
    font-weight: 400;
    padding: 0 20px;
    margin: 0;
}
.offer-item-act .custom-btn i{
    margin-right: 5px;
}
@media all and (max-width:520px){
    ul.offer-info{
        margin: 5px auto 10px; 
    }
    ul.offer-info li{
        display: block;
        margin:0;
    }
    .offer-item-head .offer-count{
        float:none;
        display:inline-block;
    }
}

/* Only Offer
=======================*/
.order-content{
    text-align: right;
    border: 1px solid #f1f1f1;
    padding: 15px;
}
.order-content .order-head{
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #2eb455;
}
.order-content .order-head .order-details{
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.order-content .offer-info li{
    margin: 10px -5px;
    line-height: 30px;
    padding: 5px 12px;
    font-size: 12px;
    border: 1px solid #f1f1f1;
    display: block;
    font-weight: 600;
}
.order-content .offer-info li img{
    display:inline-block;
    margin: 2px auto;
    background: #f1f1f1;
    padding: 5px;
    height: 100px;
}
.order-content .offer-info li span{
    display: block;
    color: #2eb455;
    font-weight: 400;
    font-size: 13px;
}
ul.order-info{
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: right;
}
ul.order-info li{
    line-height: 40px;
    font-size: 13px;
    display: block;
    border: 1px solid #f1f1f1;
    border-top: 0;
}
ul.order-info li.title{
    background: #2eb455;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border: 0;
}
ul.order-info li a{
    color: #000;
}
ul.order-info li i{
    margin-left:3px;
    color:#2eb455;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #f9f9f9;
}
.google-ads{
    padding: 5px;
    border: 1px solid #f1f1f1;
    margin: 15px auto;
}
.add-offer{
    display: block;
    margin: 15px auto;
    text-align: right;
}
.add-offer .title{
    background: #2eb455;
    padding: 0 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    display: block;
    line-height: 40px;
}
.add-offer form{
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 15px;
}

/* Request
=========================*/
.req-title{
   display: block;
   margin: 20px auto 30px;
   font-size: 16px;
   font-weight: 600;
   line-height: 30px;
}
.reguest a{
    position:fixed;
    bottom: 15px;
    right: 15px;
    padding: 0px 20px;
    line-height: 45px;
    color: #fff;
    background: #39c85a;
    z-index: 9999;
    font-size: 13px;
    border-radius: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.reguest a:hover{
    background: #23a040;
}
.reguest a img{
    display: inline-block;
    width: 20px;
    margin-left: 5px;
}
.req-wrap{
    overflow: hidden;
    text-align: right;
    border: 1px solid #f1f1f1;
}
.req-wrap .title{
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    background: #f1f1f1;
    color: #2eb455;
    padding: 0 15px;
    margin-bottom: 10px;
}
.req-wrap .req-wrap-cont{
    overflow: hidden;
}
.req-wrap .req-wrap-cont .form-group{
    margin: 15px auto;
}
.req-wrap .req-wrap-cont .form-group label{
    margin-right: 5px;
}
.img-block {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 5px;
    margin: 0px auto 10px;
}
.img-block img {
    margin-bottom: 5px;
    width: 70px;
}
.img-block .custom-file-upload {
    cursor: pointer;
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto!important;
    font-size: 11px;
}
.img-block input[type="file"] {
    display: none;
}
/*Gallery 
=============================*/
.gallery-item {
    display: inline-block;
    position: relative;
    margin: 5px auto 0;
    padding: 2px;
    background: #f1f1f1;
    width: 80px;
    height: 60px;
}
.gallery-item img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.gallery-item .popup-text{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Profile
=======================*/
.profile-header{
    background: #2eb455;
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    z-index: 999;
}
.profile-header-top{
    float: left;
    padding: 0;
}
.profile-header-top li{
    float:left;
}
.profile-header-top li a img{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.profile-header-top li a i{
    margin: 0 5px;
}
.profile-header-top li a:hover{
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
@media all and (max-width:767px){
    .profile-header-top .user-profile-link a{
        padding: 0 5px 0 10px;
    }
    .profile-header-top .user-profile-link a span{
        display: none;
    }
}
@media all and (max-width:360px){
    .profile-header-top li a , .profile-header-top li.icon-link a{
        border-left: 0;
        padding: 0 5px;
    }
}

.profile-header-top .dropdown{
    float: right;
    border-right: 1px solid #269647;
}
.profile-header-top .dropdown:hover{
    background:transparent;
}
.profile-header-top .dropdown .custom-btn{
    display: block;
    padding: 0px 15px;
    position: relative;
    box-shadow: none;
    font-size: 11px;
    line-height: 40px;
    min-width: 40px;
    margin: 0;
    border-radius: 0;
}
.profile-header-top .dropdown .custom-btn:focus ,
.profile-header-top .dropdown .custom-btn:hover{
    background: transparent;
}
.profile-header-top .dropdown .custom-btn i{
    font-size: 16px;
}
.profile-header-top .dropdown .custom-btn .count{
    position: absolute;
    top: 13px;
    left: -8px;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 2px;
    font-size: 10px;
    z-index: 999;
    font-weight: 600;
    background: #269647;
}
.profile-header-top .dropdown.profile .custom-btn img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.profile-header-top .dropdown .dropdown-menu{
    box-shadow: none;
    border: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    min-width: 220px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    right: auto;
    left: 0;
    z-index: 9999;
    opacity:0;
    visibility:hidden;
    top: 150%;
    display: block!Important;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-header-top .dropdown .dropdown-menu ul{
    overflow: hidden;
}
.profile-header-top .dropdown .dropdown-menu ul li{
    display: block;
    float: none;
    line-height: 25px;
    font-size: 12px;
    color: #777;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}
.profile-header-top .dropdown .dropdown-menu ul li a{
    padding: 10px 5px;
    display: block;
    position: relative;
    font-size: 12px;
}
.profile-header-top .dropdown .dropdown-menu ul li a:hover{
    background:#f2f7f8;
}
.profile-header-top .dropdown .dropdown-menu ul li a .sender-img{
    float: right;
    margin: 5px auto;
}
.profile-header-top .dropdown .dropdown-menu ul li a .message-content{
    display: block;
    padding-right: 45px;
}
.profile-header-top .dropdown .dropdown-menu ul li a .message-content .sender-name{
    display: block;
    position: relative;
    font-size: 11px;
    font-weight:600;
    line-height: 25px;
    color: #094561;
}
.profile-header-top .dropdown .dropdown-menu ul li a .message-content .message-time{
    font-size: 11px;
    color: #1bb99a;
    float: left;
    font-weight: 400;
    padding-left: 5px;
}
.profile-header-top .dropdown .dropdown-menu ul li a .message-content .message-details{
    font-size: 11px;
    line-height: 20px;
    color: #555;
}
.notfy-item{
    padding: 10px!important;
    font-size: 12px;
    line-height: 25px;
    border-bottom: 1px solid #e0e0e0;
}
.notfy-item .notfy-time{
    display: block;
    font-size: 11px;
    color: #4CAF50;
    font-weight: 400;
    padding-right:5px;
    text-align: right;
}
.notfy-item .notfy-time i{
    margin-right: 1px;
}

.profile-header-top .dropdown.profile .profile-dropdown .heading{
    display: block;
    position: relative;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.profile-header-top .dropdown.profile .profile-dropdown .heading img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #f2f7f8;
    padding: 3px;
}
.profile-header-top .dropdown.profile .profile-dropdown .heading h3{
    display: block;
    position: relative;
    line-height: 25px;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}
.profile-header-top .dropdown.profile .profile-dropdown .heading p{
    display: block;
    position: relative;
    line-height: 20px;
    margin: 0;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 10px;
}
.profile-header-top .dropdown.profile .profile-dropdown .heading p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4CAF50;
    margin: 0px 5px 0px 0px;
}
.profile-header-top .dropdown.profile .profile-dropdown ul li:last-child{
    border-bottom: 0;
}
.profile-header-top .dropdown.profile .profile-dropdown ul li a{
    line-height: 45px;
    color: #444;
    padding: 0 10px;
}
.profile-header-top .dropdown.profile .profile-dropdown ul li a i{
    line-height: 45px;
    font-size: 16px;
}
.profile-header-top .dropdown.open .dropdown-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.drop-footer {
    display: block;
    position: relative;
    text-align: center;
    line-height: 40px;
    background: #f2f7f8;
}
.drop-footer a{
    display: block;
    position: relative;
    text-align: center;
    line-height: 35px;
    color: #444;
    font-weight: 600;
    font-size: 11px;
}
@media all and (max-width:520px){
    .profile-header-top .dropdown .dropdown-menu{
        right:0;
        left:auto;
    }
    .profile-header-top .dropdown.profile .profile-dropdown{
        left:0;
        right:auto;   
    }
}
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
    text-align: right;
}
.profile-card .profile-img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    border: 5px solid #f1f1f1;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 12px;
    color: #094561;
    font-weight: 600;
    text-align: center;
    margin: 5px auto;
}
.profile-card .profile-menu ul {
    display: block;
    position: relative;
    padding: 0;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f4f4f4;
    padding: 0;
    line-height: 35px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.profile-card .profile-menu ul li a i {
    font-size: 15px;
    color: #094561;
    line-height: 35px;
    width: 35px;
    text-align: center;
}
.profile-card .profile-menu ul li.active a, 
.profile-card .profile-menu ul li:hover a {
    color: #ffffff;
    background: #2eb455;
}
.profile-card .profile-menu ul li.active a i, 
.profile-card .profile-menu ul li:hover a i{
    color: #fff;
}
.profile-content .title{
    background: #f1f1f1;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 600;
    color: #2eb455;
    margin-bottom: 10px;
    text-align: right;
}
.profile-content .title.rech{
    text-align: center;
    font-size: 12px;
    margin: 0px auto;
    display: block;
    background: transparent;
    line-height: 25px;
}
.step-content{
    border: 1px solid #c1c1c1;
    padding: 10px;
    display: block;
    overflow: hidden;
    text-align: right;
}
.step-content .form-group{
    margin-bottom: 10px;
    padding: 0 10px;
}
.step-content label{
    color: #3c3c3c;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
}
.step-content .form-control{
    display: block;
}
.step-content .img-block {
    padding: 0;
    margin: 10px auto;
    display: block;
    width: 100%;
    background: #f4f4f4;
    padding: 15px;
}
.step-content .img-block img {
    margin-bottom: 5px;
    width: 160px;
    background: #fff;
    padding: 10px;
}
.step-content .img-block .custom-file-upload {
    cursor: pointer;
    display: block!important;
    width: 150px!important;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
}
.step-content .img-block input[type="file"] {
    display: none;
}
.upload-img-hint{
    margin-top: 5px;
}
.upload-img-hint li.head{
    font-weight: 600;
    font-size: 13px;
}
.upload-img-hint li{
    display: block;
    line-height:25px;
    font-size: 12px;
}
.step-content label.inline{
    display: inline-block;
    line-height: 25px;
    vertical-align: top;
}
.account-type .radio-wrap ,
.step-content .radio-wrap {
    display: inline-block;
    margin: 0;
    width: 48%;
    background: #f4f4f4;
    padding: 5px;
}
.step-content .radio-wrap.third{
    width: 32.3%;
}
@media all and (max-width:520px){
    .step-content .radio-wrap ,
    .step-content .radio-wrap.third{
        width:100%;
        margin:1% auto;
    }
}
/* item-List
=========================*/
.item-list li{
    display: block;
    position: relative;
    font-size: 11px;
    line-height: 22px;
    padding-right: 10px;
}
.item-list li:before{
    content: " ";
    position: absolute;
    width: 5px;
    height: 5px;
    right: 0;
    top: 8px;
    background: #777;
    border-radius: 50%;
}
.cat-number {
    display: block;
    padding: 5px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    width: 210px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}
.cat-number>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #2eb455;
    background: #f9f9f9;
    font-size: 12px;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.number-up{
    float:left;
}
.cat-number>* {
    float: right;
    text-align: center;
}
.cat-number>input[type=text] {
    width: calc(100% - 60px);
    height: 30px;
    margin: 0;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    box-shadow: none;
    color: #0e0e0e;
    font-size: 23px;
}
.bill{
    max-width: 480px;
    width: 100%;
    display: block;
    padding: 10px 10px 0px;
    background: #f9f9f9;
    margin: 15px auto;
    overflow: hidden;
}
.bill .form-group{
    margin: 10px auto;
}
.bill .custom-btn{
    margin:5px auto;
    text-align:center;
}
.balance-wrap {
    overflow: hidden;
}

.balance-wrap p {
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #565656;
    margin: 0 0 10px;
    padding: 5px;
    text-align: right;
    font-weight: 600;
}
.balance-wrap p.note{
    font-size: 12px;
    color:#777;
    font-style:italic;
    text-align: center;
    font-weight: 400;
}

.balance-wrap p span {
    background: #6dcef5;
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    text-align: center
}

.balance-wrap .balance-count {
    display: block;
    margin: 15px auto;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 12px;
    color: #232323;
    line-height: 35px;
    padding: 10px;
    width: 230px;
}

.balance-wrap .balance-count span {
    display: block;
    background: #2eb455;
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}

.bill tbody tr {
    line-height: 45px
}
.get-baln {
    padding: 0 15px
}

.get-baln p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px
}

.get-baln .form-control {
    display: inline-block;
    width: 240px;
    height: 35px;
    line-height: 35px
}

.get-baln .custom-btn {
    display: inline-block;
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
}

.balance-wrap .table {
    border: 1px solid #f1f1f1
}
.balance-wrap .table tbody tr,
.balance-wrap .table thead {
    border-bottom: 1px solid #f1f1f1
}
.balance-wrap .table tbody tr:last-child {
    border-bottom: 0
}
.balance-wrap .table th {
    font-size: 12px;
    color: #402E25;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    background: 0 0
}
.balance-wrap .table td {
    text-align: center
}
@media all and (max-width:767px) {
    .balance-wrap .table thead {
        display: none
    }
    .balance-wrap .table,
    .balance-wrap .table tbody,
    .balance-wrap .table tr {
        display: block;
        width: 100%
    }
    .balance-wrap .table tbody>tr>td {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%!important
    }
    .balance-wrap .table td {
        line-height: 35px
    }
    .balance-wrap .table tr {
        padding-bottom: 10px
    }
}
.modal-footer {
    padding: 10px 15px;
    text-align: center;
}
.modal-body {
    position: relative;
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
}
.modal-title{
    font-size: 16px;
}
.red-bc{
    background: #F44336;
}
.user-offer-item {
    display: block;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border: 1px solid #f9f9f9;
}
.user-offer-item .user-offer-img {
    float: right;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f3f2f1
}

.user-offer-item .user-offer-img img {
    width: 100%;
    height: 100%
}

.user-offer-item .user-offer-content {
    display: block;
    position: relative;
    padding: 5px 80px 5px 5px
}

.user-offer-item .user-offer-content span {
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-weight: 600;
    font-size: 12px;
}

.user-offer-item .user-offer-content .rate {
    display: inline-block;
    margin-right: 5px;
    border-left: 0
}

.user-offer-item .user-offer-content p {
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    margin: 5px auto;
    color: #777;
}
.rate li {
    display: inline-block;
    color: #f1c40f;
    font-size: 12px;
    padding: 0;
}
.user-offer-info{
    display: block;
    width: 100%;
    margin: 5px auto;
}
.user-offer-info li{
    display: inline-block;
    border: 1px solid #f9f9f9;
    padding: 0 15px;
    line-height: 40px;
    font-size: 12px;
}
.user-offer-info li i{
    margin-left: 5px;
}
.user-offer-info li span{
    color: #2eb455;
    margin-right: 5px;
}
.user-offer-act{
    text-align: left;
}
@media all and (max-width:767px){
    .user-offer-item .user-offer-img{
        float:none;
        margin: 5px auto;
    }
    .user-offer-item .user-offer-content{
        padding: 5px;
        text-align: center;
    }
    .user-offer-act{
        text-align: center;
    }
}
.inner-noty .notfy-item{
    background: #f1f1f1;
    border: 0;
    margin: 10px auto;
}
.message-wrap{
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #f2f7f8;
}
.message-wrap li {
    display: block;
    position: relative;
}
.message-wrap li a{
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    color: #000000;
    padding: 5px 10px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    text-transform: lowercase;
    font-size:14px;
}
.message-wrap li:last-child a{
    border-bottom:0;
}
.message-wrap li a:hover{
    background: #eef3f4;
}
.message-wrap li a .sender-img{
    float: right;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow:hidden;
}
.message-wrap li a .sender-img img{
    width:100%;
    height:100%;
}
.message-wrap li a .message-content{
    display: block;
    padding-right: 70px;
    text-align: right;
}
.message-wrap li a .message-content .sender-name{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #0072bc;
    font-weight: 600;
}
.message-wrap li a .message-content .message-time{
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #4CAF50;
}
.message-wrap li a .message-content .message-details{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #777;
}
@media all and (max-width:480px){
    .message-wrap li a , 
    .message-wrap li a .message-content .sender-name{
        text-align: center;
    }
    .message-wrap li a .sender-img{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .message-wrap li a .message-content{
        padding: 0;
    }
}

/* Only Message */
.only-message{
    padding: 0;
}
.only-message .message-head {
    display: block;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    overflow: hidden;
}
.only-message .message-head .sender-img {
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.only-message .message-head .sender-name {
    display: block;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 13px;
    color: #0072bc;
    font-weight: 600;
    padding-right: 70px;
}
.only-message .message-head .sender-name span{
    display: block;
    font-weight: 100;
    font-size: 12px;
    color: #1bb99a;
}
.only-message .message-details{
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #777;
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
}
.message-replay .form-group{
    margin: 5px 0px;
}
.message-replay .form-group .custom-btn{
    display: block;
    width: 120px;
    float: right;
}
.car-item{
    text-align: center;
    padding: 0px;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #2eb455;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin: 10px auto;
}
.car-item .car-cont{
    display: block;
    padding: 5px;
    line-height: 30px;
}
.car-item .car-cont b{
    color: #11a44b;
    margin-right:10px;
}
.car-item .car-icon{
     width: 100%;
     padding: 5px;
     margin: 5px auto;
}
.car-action{
    margin: 5px auto;
    text-align: center;
}