    @import "spinners.css";
    .preloader {
        width: 100%;
        height: 100%;
        top: 0px;
        position: fixed;
        z-index: 99999;
        background: #fff;
    }
    
    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px);
    }
    
    .cssload-speeding-wheel {
        border: 2px solid rgba(159, 193, 61, 0.98);
        border-left: #ffff solid 2px;
        border-right: #ffff solid 2px;
    }
    
    img {
        max-width: 100%;
    }
    
    iframe {
        border: 0px;
    }
    
    textarea {
        resize: none;
    }
    
    body {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Poppins', sans-serif;
    }
    
    a {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    
    a:hover,
    a:focus,
    button:hover,
    button:focus,
    button.btn,
    .btn-primary:active:focus,
    .btn:focus,
    .btn:active:focus,
    .btn-primary:focus,
    .btn:hover,
    .btn:focus,
    .btn.focus,
    .btn {
        outline: none;
        box-shadow: none;
    }
    
    body input:hover,
    body input:focus,
    body textarea:focus,
    body textarea:hover,
    body input[type="text"]:focus,
    body input[type="text"]:hover,
    body input[type="password"]:focus,
    body input[type="password"]:hover,
    body input[type="email"]:focus,
    body input[type="email"]:hover,
    body .adddetailpage .whitebox-row input:focus,
    body .adddetailpage .whitebox-row input.datepicker:focus,
    body .adddetailpage .whitebox-row input:hover,
    body .adddetailpage .whitebox-row input.datepicker:hover,
    body .adddetailpage .whitebox-row textarea:focus,
    body .adddetailpage .whitebox-row textarea:hover {
        /*border: 1px solid #354951;*/
        /*box-shadow: none;*/
    }
    
    .form-control {
        border-radius: 0px;
    }
    
    body ul.select2-choices:hover,
    body ul.select2-choices:focus {
        border: 1px solid #354951;
        margin: 0;
        box-shadow: none;
    }
    
    body ul.select2-choices:hover li input:hover {
        border: none;
        padding: 6px 10px;
    }
    
    input#expiry_date::-webkit-input-placeholder,
    input#card_number::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    input#expiry_date:-ms-input-placeholder,
    input#card_number:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    input#expiry_date::-moz-placeholder,
    input#card_number::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    input#expiry_date:-moz-placeholder,
    input#card_number:-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
     ::-webkit-input-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
     :-ms-input-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
     ::-moz-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
     :-moz-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    .alert-success,
    .alert-danger {
        float: left;
        width: 100%;
    }
    
    /*.btn {
        border-radius: 0;
    }*/
    
    .text-danger,
    span.help-block,
    .has-error .help-block,
    .has-error .control-label,
    .has-error .radio,
    .has-error .checkbox,
    .has-error .radio-inline,
    .has-error .checkbox-inline,
    .has-error.radio label,
    .has-error.checkbox label,
    .has-error.radio-inline label,
    .has-error.checkbox-inline label {
        font-size: 14px;
        color: #f00;
    }
    
    .whitbg-box .filterformbox {
        z-index: inherit;
    }
    
    .filterformbox {
        position: fixed;
        z-index: 99;
    }
    
    .filterformbox .filterform form .form-body .form-group #s2id_category_id ul.select2-choices li.select2-search-field input.select2-input:hover {
        padding: 5px 10px;
        box-shadow: none;
    }
    
    .filterformbox .filterbtns a {
        transform: rotate(90deg);
        transform-origin: top left;
        background: #9fc13d;
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        top: 110px;
        left: 100%;
        border: 0;
        padding: 8px 24px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        border-radius: 0 0 5px 5px;
        box-shadow: 0px 0px 2px #fff;
    }
    
    .filterformbox .filterbtns a:hover {
        background: #414042;
    }
    
    .filterformbox .filterbtns a.btn2 {
        right: 453px;
        left: auto;
        position: absolute;
        background: #3e4b53;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    
    .filterformbox .filterform form.ng-valid.ng-hide {
        position: fixed;
        right: -450px;
        transition: all 0.3s ease;
    }
    
    .filterformbox .filterform form.ng-valid {
        right: 0;
        position: absolute;
        width: 615px;
        background: rgba(62, 75, 83, 0.9);
        padding: 20px;
        top: 100px;
    }
    
    .filterformbox .filterform form.ng-valid .form-body {
        height: 380px;
        overflow-x: hidden;
    }
    
    .filterformbox .filterform form {
        color: #fff;
    }
    
    .filterformbox .filterform form h6 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 10px 0 0px 0;
        padding: 0;
        color: #fff;
    }
    
    .filterformbox .filterform form .select2-container {
        padding: 3px;
    }
    
    .filterformbox .filterform form .select2-container .select2-choice {
        height: auto;
        line-height: 32px;
        border: 0;
        background: none;
        box-shadow: none;
    }
    
    .filterformbox .filterform .checkbox {
        width: 100%;
        position: relative;
        padding-left: 0;
        margin: 1px 0 7px 0;
    }
    
    .filterformbox .filterform .checkbox input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        opacity: 0;
        margin: 0;
        cursor: pointer;
    }
    
    .filterformbox .filterform .checkbox label {
        padding: 0 0 0px 26px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        font-size: 14px;
        font-weight: 300;
    }
    
    .filterformbox .filterform .checkbox label span {
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 3px;
        background: transparent;
        border: 1px solid #fff;
    }
    
    .whitbg-box .job-search-box.filterformbox {
        position: relative;
    }
    
    .filterformbox .filterform .checkbox input[type="checkbox"]:checked+label span {
        background: #fff;
    }
    
    .adminpages .right-side .filterformbox .panel-wrapper.collapse.in {
        position: fixed;
        right: 0;
        top: 100px;
    }
    
    .filterformbox .form-actions {
        text-align: left;
        margin: 10px 0;
    }
    
    .filterformbox .form-actions .btn {
        background: #9fc13d;
        color: #fff;
        font-weight: 300;
        border: 0;
        font-size: 18px;
        line-height: 18px;
        margin: 5px 10px 0px 0;
        padding: 9px 20px;
        box-shadow: none;
    }
    
    .filterformbox .form-actions .btn:hover {
        background: #3E4B52;
    }
    
    .filterformbox .select2-container {
        width: 100% !important;
        border: 0;
        height: auto;
        border-radius: 0;
    }
    
    body .filterformbox input,
    body .filterformbox .input-daterange input.form-control {
        border-radius: 0px;
        box-shadow: none;
    }
    
    .dir_right_button {
        float: right;
        padding: 7px 0 0 0;
    }
    
    .filterformbox .select2-container-multi .select2-choices li {
        line-height: 16px;
        width: auto;
    }
    
    body .filterformbox .select2-container-multi .select2-choices {
        border: 0
    }
    
    .adminpages .sidebar-leftmenu {
        background: #ffffff;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: sticky;
        top: 10px;
    }
    
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form,
    .navbar-default {
        background-color: transparent;
        border: 0;
    }
    
    .adminpages .top-left-part #side-menu {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }
    
    .adminpages .top-left-part li {
        margin: 11px 0 10px 0;
        width: 100%;
        float: left;
    }
    
    .adminpages .top-left-part li a {
        padding: 0;
        margin: 0px;
        width: 100%;
        float: left;
        text-transform: uppercase;
    }
    
    .adminpages .top-left-part li a .fa {
        padding: 9px;
        background: #9EBF3D;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        font-size: 23px;
        margin: 0 10px 0 0;
        float: left;
    }
    
    .radio_block_section h2 {
        text-align: left;
        color: #3E4B52;
        font-size: 31px;
        line-height: 25px;
        padding: 0 10px 12px 0px;
        display: inline-block;
        margin: 0px 0 14px 17px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        font-weight: 500;
        letter-spacing: 4px;
        background: transparent;
        font-family: 'Poppins', sans-serif;
    }
    
    .radio_block_section h2::after {
        top: auto;
        content: "";
        position: absolute;
        bottom: 0;
        width: 230px;
        height: 2px;
        background: #A1CC3E;
        left: 0;
        right: 0;
    }
    
    .radio_block_section .email-preference {
        margin-bottom: 30px;
    }
    
    .adminpages .top-left-part li.user-pro {
        text-align: center;
    }
    
    .adminpages .top-left-part li.user-pro .name-profile {
        display: inline-block;
        border: 2px solid #9fc13d;
        padding: 11px 18px;
        color: #414042;
        font-size: 18px;
        font-weight: 500;
        line-height: 14px;
        width: auto;
        margin-top: 9px;
    }
    
    .adminpages .top-left-part li figure {
        margin: 0 10px 0 0;
        padding: 0;
        width: 40px;
        float: left;
    }
    
    .adminpages .top-left-part li span {
        display: inline-block;
        color: #231F20;
        font-size: 14px;
        font-weight: 300;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        width: 70%;
        padding: 12px 0 0 0;
        line-height: 16px;
        float: left;
    }
    
    .adminpages .top-left-part li .hrline {
        width: 100%;
        height: 2px;
        background: #E6E7E8;
        display: block;
        padding: 0;
    }
    
    .adminpages .sidebar-leftmenu .top-left-part {
        width: 100%;
        display: inline-block;
    }
    
    .adminpages .top-left-part li a:hover,
    .adminpages .top-left-part li a:focus {
        background-color: transparent;
    }
    
    .adminpages .top-left-part li a:hover span,
    .adminpages .top-left-part li a.active,
    .adminpages .top-left-part li a.active span {
        color: #9fc13d;
    }
    
    .adminpages .left-menu .bottom-part {
        padding-bottom: 30px;
    }
    
    .adminpages .left-menu .bottom-part div {
        color: #414042;
        text-transform: uppercase;
        font-size: 12px;
    }
    
    .adminpages .left-menu .bottom-part ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }
    
    .adminpages .left-menu .bottom-part ul li {
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }
    
    .adminpages .left-menu .bottom-part ul li:after {
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #231F20;
        right: -5px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        content: "";
    }
    
    .adminpages .left-menu .bottom-part ul li:last-child:after {
        display: none;
    }
    
    .adminpages .left-menu .bottom-part ul li a {
        color: #9fc13d;
        display: block;
        position: relative;
    }
    
    .adminpages .left-menu .bottom-part ul li a:hover {
        color: #414042;
    }
    
    .adminpages .right-side {
        position: relative;
        margin-bottom: 0px;
        background: #e7e7e8;
        padding-left: 0px;
        padding-right: 0;
        border-left: 10px solid #e7e7e8;
        min-height: 800px;
    }
    
    .admindashboard {
        background: #fff;
        float: left;
        width: 100%;
    }
    
    .adminpages .right-side .panel-pagerrow {
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .adminpages .right-side .panel-pagerrow {
        position: relative;
        z-index: 98;
        padding: 0;
        margin: 10px 0;
    }
    
    .adminpages .right-side .product-overview .table-responsive {
        width: 100%;
        float: left;
    }
    
    .adminpages .right-side .pgttl {
        background: #9fc13d;
        padding: 10px 73px 10px 10px;
        position: relative;
        min-height: 63px;
    }
    
    .adminpages .right-side .pgttl:before {
        content: "";
        position: absolute;
        height: 100%;
        left: -10px;
        width: 10px;
        background: #3e4b52;
        top: 0;
    }
    
    .adminpages .right-side .pgttl h1 {
        font-size: 30px;
        color: #ffffff;
        font-weight: 400;
        line-height: 50px;
        margin: 0;
        padding: 3px 0 0 0;
        text-transform: uppercase;
        letter-spacing: 3px;
        display: inline-block;
    }
    
    .adminpages .right-side .pgttl .btnwhite {
        background: #fff;
        color: #9fc13d;
        border: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
        margin: 12px 5px 5px 5px;
        padding: 6px 12px 5px 12px;
        border-radius: 4px;
    }
    
    .adminpages .right-side .pgttl .btnwhite:hover {
        background: #354951;
    }
    
    .adminpages .right-side .pgttl .fa.fa-question-circle {
        color: #fff;
        margin: 0 0 0 10px;
        font-size: 21px;
        position: relative;
        top: 5px;
    }
    
    .adminpages .right-side .pgttl .popover {
        border-radius: 0;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        color: #3E4B52;
    }
    
    .adminpages .right-side .breadcrumb {
        margin: 8px 0;
        background: transparent;
        border-radius: 0;
        padding: 0;
    }
    
    .adminpages .right-side .breadcrumb li {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }
    
    .adminpages .right-side .breadcrumb li a {
        color: #fff;
    }
    
    .adminpages .right-side .breadcrumb li:before {
        color: #fff;
        font-size: 18px;
        position: relative;
        top: 2px;
    }
    
    .adminpages .right-side .breadcrumb li.active,
    .adminpages .right-side .breadcrumb li a:hover {
        color: #231F20;
    }
    
    .adminpages .product-overview {
        position: relative;
        float: left;
        width: 100%;
    }
    
    .adminpages .product-overview .table {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 0;
        background: #fff;
    }
    
    .adminpages .table>tbody>tr>td {
        vertical-align: middle;
        border-top: 1px solid #e6e7e9;
        border-right: 1px solid #e6e7e9;
        font-size: 14px;
        color: #3E4B52;
        font-weight: 300;
        padding: 3px 8px;
    }
    
    .adminpages .table>tbody>tr>td.descriptiontxt span {
        display: inline-block;
    }
    
    .adminpages .table>tbody>tr>td h2 {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }
    
    .adminpages .table>tbody>tr>td b {
        font-size: 18px;
        font-weight: 400;
        text-decoration: underline;
        font-style: normal;
    }
    
    .adminpages .table>tbody>tr>td i,
    .adminpages .table>tbody>tr>td u {
        font-style: normal;
    }
    
    .adminpages .table>thead>tr>th {
        vertical-align: middle;
        border-right: 1px solid #ccc;
        text-align: center;
        background: #e7e7e8;
        padding: 15px 8px;
        font-weight: 500;
        font-size: 16px;
        color: #404041;
        letter-spacing: 2px;
    }
    
    .adminpages .table>thead>tr>th.companyname {
        width: 25%;
    }
    
    .adminpages .table>thead>tr>th .fa,
    .adminpages .table>thead>tr>th span {
        cursor: pointer;
    }
    
    .adminpages .table>thead>tr>th .fa:hover,
    .adminpages .table>thead>tr>th span:hover {
        color: #9fc13d;
    }
    
    .adminpages table .checkbox {
        position: relative;
        width: 30px;
        height: 30px;
        display: block;
        margin: auto;
    }
    
    .adminpages table .checkbox input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        z-index: 55;
    }
    
    .adminpages table .checkbox label {
        padding: 0;
        margin: 0;
        z-index: 1;
        cursor: pointer;
    }
    
    .adminpages table .checkbox label span {
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        position: relative;
        border: 2px solid #404041;
        background: #fff;
    }
    
    .adminpages table .checkbox input[type="checkbox"]:checked+label span {
        background: #9fc13d;
    }
    
    .adminpages table .checkbox input[type="checkbox"]:checked+label::after {
        left: 0;
        right: 0;
        margin: auto;
        line-height: 28px;
        color: #fff;
        font-size: 17px;
        text-align: center;
        width: 100%;
        content: "\f00c";
        font-family: 'FontAwesome';
        top: 0;
        position: absolute;
    }
    
    .adminpages table td .img-rounded,
    .adminpages table td a.ng-binding {
        display: inline-block;
        border-radius: 0;
    }
    
    .adminpages table td.companylogo figure {
        margin: 2px 8px 2px 0;
        width: 55px;
        height: 55px;
        border: 1px solid #e6e7e9;
        text-align: center;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        line-height: 51px;
    }
    
    .adminpages table td.companylogo figure img {
        max-width: 100%;
        max-width: 100%;
    }
    
    .adminpages table td a.ng-binding {
        font-size: 14px;
        color: #3E4B52;
        font-weight: 300;
    }
    
    .adminpages table td.companylogo a.ng-binding,
    .adminpages table td.companylogo button.ng-binding {
        color: #9fc13d;
        max-width: 100%;
        white-space: normal;
        font-weight: 300;
        word-wrap: normal;
        line-height: 18px;
        padding: 8px 0px 8px 10px;
        color: #000;
        height: 55px;
        vertical-align: middle;
        display: table-cell;
    }
    
    .adminpages table td.companylogo a.ng-binding:hover,
    .adminpages .table>tbody>tr>td a:hover,
    .adminpages table td a.ng-binding:hover {
        color: #3E4B52;
    }
    .companylogo__inner {
        display: flex;
        align-items: center;
    }
    
    .adminpages table td.action-column {
        text-align: center;
    }
    
    .adminpages table td.action-column a,
    .adminpages .table>tbody>tr>td a,
    .adminpages table td a.ng-binding {
        color: #9EBF3D;
        margin: 0 5px;
    }
    
    .adminpages table td.action-column a:hover {
        color: #354951;
    }
    
    .adminpages table td.website a {
        max-width: 280px;
        word-wrap: break-word;
    }
    
    .adminpages .panel-pagerrow {
        text-align: left;
        font-size: 20px;
        line-height: 29px;
        color: #404041;
        font-weight: 300;
        padding: 10px 15px;
    }
    
    .adminpages .panel-pagerrow .serachbox {
        position: relative;
        display: inline-block;
        margin-top: 9px;
    }
    
    .adminpages .panel-pagerrow .serachbox input[type="text"] {
        border-radius: 0;
        border: 1px solid #9EBF3D;
        padding: 6px 50px 6px 7px;
        float: right;
        width: 280px;
        max-width: 300px;
    }
    
    .ui-autocomplete-loading {
        background: url(../images/ajax-loader.gif) no-repeat 210px center !important;
    }
    
    .adminpages .panel-pagerrow .serachbox button {
        position: absolute;
        right: 1px;
        top: 1px;
        background: #9EBF3D;
        color: #fff;
        border: 0;
        font-size: 20px;
        padding: 6px 12px;
        line-height: 20px;
    }
    
    .adminpages .panel-pagerrow .text-right button.refreshbtn {
        padding: 6px 12px;
        font-size: 16px;
        vertical-align: top;
        height: 34px;
        margin-top: 9px;
    }
    
    .adminpages .panel-pagerrow .refreshbtn {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 9px 20px;
        background: #9EBF3D;
        border-radius: 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        margin: 0px 33px 0 0;
        border: 0;
        box-shadow: none;
    }
    
    .adminpages .right-side .panel-pagerrow #pagination ul.pagination {
        margin: 10px 0;
    }
    
    .adminpages #pagination .pagination>li>a,
    .adminpages #pagination .pagination>li>span {
        color: #354951;
        margin: 0 0 6px 0;
        cursor: pointer;
        font-size: 14px;
        padding: 9px 12px;
        line-height: 15px;
    }
    
    .adminpages #pagination .pagination>li>a:hover,
    .adminpages #pagination .pagination>li>span:hover {
        color: #354951;
        background: #9EBF3D;
        border: 1px solid #9EBF3D;
    }
    
    .adminpages #pagination .pagination>li.active span {
        background: #354951;
        color: #fff;
        border: 1px solid #354951;
        cursor: auto;
    }
    
    .adddetailpage {
        background: #e7e7e8;
        position: relative;
    }
    
    .adddetailpage .maincontent {
        clear: both;
        float: left;
        width: 100%;
    }
    
    .adddetailpage:before {
        width: 10px;
        right: 100%;
        content: "";
        position: absolute;
        height: 100%;
        display: block;
        background: #e7e7e8;
    }
    
    .whitebox-row {
        background: #fff;
        padding: 30px;
        margin-bottom: 30px;
        width: 100%;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .adddetailpage .uploadphoto .change-pic {
        position: relative;
        padding: 0;
        margin: 20px auto 10px;
        width: 100%;
        max-width: 90%;
        background: #9fc13d;
    }
    
    .adddetailpage .uploadphoto .change-pic:hover {
        background: #3E4B52;
    }
    
    .adddetailpage .uploadphoto .change-pic span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        padding: 15px 5px;
        font-weight: 300;
        line-height: 18px;
        z-index: 1;
        position: relative;
        letter-spacing: 1.5px;
        font-family: 'Poppins', sans-serif;
    }
    
    .adddetailpage .uploadphoto,
    .peopledetail .shawphoto {
        max-width: 245px;
        margin: 0;
        display: block;
        position: relative;
    }
    
    .adddetailpage .uploadphoto label {
        display: none;
    }
    
    .adddetailpage .uploadphoto figure {
        position: relative;
    }
    
    .adddetailpage .uploadphoto figure img {
        display: block;
        margin: 0 auto;
    }
    
    .adddetailpage .uploadphoto .delete-pic {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 30px;
        width: 30px;
        background: #900;
        color: #fff;
        line-height: 30px;
        text-align: center;
        border-radius: 100%;
        display: inline-block;
        cursor: pointer;
    }
    
    .adddetailpage .uploadphoto .delete-pic .fa {
        line-height: 30px;
    }
    
    .adddetailpage .uploadphoto .change-pic input[type="file"] {
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        display: block;
        z-index: 5;
        cursor: pointer;
    }
    
    .recommended-image {
        font-weight: 300;
    }
    
    .adddetailpage .whitebox-row h5,
    .adddetailpage .whitebox-row label {
        color: #3E4B52;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        margin: 0 0 10px 0;
        line-height: 1.1;
    }
    
    .adddetailpage .whitebox-row .col-md-3 label,
    .adddetailpage .whitebox-row .col-md-3 h5 {
        margin-top: 10px;
    }
    
    .shawdetailpage .whitebox-row h5 {
        border-bottom: 1px solid #ccc;
        font-size: 17px;
        letter-spacing: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    
    .adddetailpage .whitebox-row h5 a {
        color: #c0c0c0;
    }
    
    .adddetailpage .whitebox-row h5 .popover {
        color: #3E4B52;
    }
    
    .popover.right {
        width: 100%;
    }
    
    .adddetailpage .whitebox-row .checkbox input[type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 5;
        opacity: 0;
        margin: 0;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
    }
    
    .adddetailpage .whitebox-row .checkbox label {
        padding: 6px 0 0px 26px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        font-weight: 400;
        color: #3E4B52;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
    }
    
    .adddetailpage .whitebox-row .checkbox label span {
        width: 15px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 4px;
        background: transparent;
        border: 1px solid #3E4B52;
    }
    
    .adddetailpage .whitebox-row .checkbox input[type="checkbox"]:checked+label span {
        background: #9fc13d;
        display: inline-block;
    }
    
    .adddetailpage .whitebox-row .checkbox input[type="checkbox"]:checked+label span:after {
        left: 0;
        right: 0;
        margin: auto;
        line-height: 13px;
        color: #fff;
        font-size: 11px;
        text-align: center;
        width: 100%;
        content: "\f00c";
        font-family: 'FontAwesome';
        top: 0;
        position: absolute;
    }
    
    .adddetailpage .whitebox-row input,
    .adddetailpage .whitebox-row textarea,
    .adddetailpage .whitebox-row select,
    .adddetailpage .whitebox-row .wysihtml5-sandbox,
    .adddetailpage .whitebox-row .wysihtml5-sandbox .textarea_editor,
    .adddetailpage .whitebox-row input.datepicker {
        color: #3E4B52;
        font-weight: 300;
        font-size: 14px;
        border: 1px solid #e6e7e8;
        border-radius: 0;
        font-family: 'Poppins', sans-serif;
        box-shadow: none;
        height: auto;
        padding: 8px 12px
    }
    
    .input-group .datepicker {
        padding: 8px 12px;
        border-radius: 0px;
        direction: ltr;
    }
    
    .datepicker table.table-condensed tr th:hover,
    .datepicker table.table-condensed tr td .month:hover {
        background: #9fc13d !important;
        color: #fff;
    }
    
    .adddetailpage .whitebox-row .select2-container {
        padding: 0;
        border: 0;
        box-shadow: none;
        width: 100% !important;
        height: auto;
    }
    
    .datepicker.datepicker-dropdown .datepicker-days table tbody tr td.active.day,
    .datepicker.datepicker-dropdown .datepicker-days table tbody tr td.today.day,
    .datepicker.datepicker-dropdown .datepicker-days table tbody tr td.day:hover {
        background: #9fc13d;
        border-radius: 0;
        color: #fff;
    }
    
    .input-group-addon {
        color: #fff;
        background-color: #9fc13d;
        border-radius: 0;
        border: none;
    }
    
    .adddetailpage .maincontent.addedit-page .investors_result .form-group .input-group div.has-error {
        display: block;
        width: 100%;
        float: left;
        padding-left: 0;
    }
    
    .investors_result .form-group .input-group div.has-error {
        display: block;
        width: 100%;
        float: left;
        padding-left: 15px;
    }
    
    body .select2-container-multi .select2-choices .select2-search-field input {
        padding: 5px 10px;
        color: #3E4B52 !important;
        font-weight: 300;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        border: none;
    }
    
    ul.select2-results li.select2-highlighted {
        background: #9fc13d;
        color: #fff;
    }
    
    body .select2-container-multi .select2-choices {
        border: 1px solid #e6e7e8;
        background: url(../images/selecrarrow.png) 99.3% center no-repeat;
        margin: 0;
        padding: 0;
    }
    
    body .filterformbox .filterform form #s2id_category_id {
        background: #fff url(../images/selecrarrow.png) 99.3% center no-repeat;
        box-shadow: none;
    }
    
    body .filterformbox .filterform form #s2id_category_id ul.select2-choices {
        background: none;
        box-shadow: none;
        padding-right: 26px;
    }
    
    body .filterformbox .filterform form #s2id_category_id.select2-container-active {
        box-shadow: none;
    }
    
    body .add-content-page .select2-container-multi .select2-choices {
        padding: 0px 12px;
        font-size: 20px;
        box-shadow: none;
    }
    
    body .select2-container-multi .select2-choices li div {
        font-size: 14px;
        font-weight: 300;
        color: #3E4B52;
        line-height: 1.42857143;
    }
    
    body .select2-container .select2-choice .select2-arrow {
        background: transparent;
        border: 0;
        right: 10px;
    }
    
    body .select2-container .select2-choice .select2-arrow b {
        background: url(../images/selecrarrow.png) center center no-repeat;
    }
    
    body .select2-dropdown-open .select2-choice .select2-arrow b {
        background: url(../images/selecrarrow1.png) center center no-repeat;
    }
    
    .adddetailpage .whitebox-row .select2-container .select2-choice {
        border: 1px solid #e6e7e8;
        background: none;
        height: auto;
        line-height: 32px;
        box-shadow: none;
        background-image: none;
        color: #3E4B52;
        font-weight: 300;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        border-radius: 0px;
    }
    
    .adddetailpage .whitebox-row .select2-container .select2-choice:hover {
        border: 1px solid #3E4B52;
    }
    
    .adddetailpage .addremove-btn {
        text-align: center;
    }
    
    .adddetailpage .addremove-btn .form-group {
        margin-bottom: 5px;
    }
    
    .adddetailpage .addremove-btn .btn {
        background: transparent;
        display: inline-block;
        margin: 1px 5px;
        padding: 0;
        outline: none;
        box-shadow: none;
    }
    
    .adddetailpage .addremove-btn .btn span {
        display: block;
        color: #9fc13d;
        font-size: 13px;
        font-weight: 400;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    
    .adddetailpage .addremove-btn .btn .fa {
        color: #9fc13d;
        font-size: 35px;
        display: block;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    
    .adddetailpage .addremove-btn .btn:hover .fa,
    .adddetailpage .addremove-btn .btn:hover span {
        color: #3E4B52;
        text-transform: capitalize;
    }
    
    .formfooter {
        width: 100%;
        display: inline-block;
    }
    
    .adddetailpage .formfooter .btn {
        display: block;
        text-align: center;
        background: #9fc13d;
        color: #fff;
        font-size: 18px;
        text-transform: capitalize;
        padding: 10px 15px;
        font-weight: 300;
        line-height: 18px;
        position: relative;
        margin: 5px;
        display: inline-block;
    }
    
    .adddetailpage .formfooter .btn:hover {
        background: #303030;
    }
    
    .addedit-page .formfooter .btn {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 20px;
        outline: none;
    }
    
    .editcompny-iconlink {
        text-align: right;
        float: right;
        display: inline-block;
        position: relative;
        z-index: 97;
        margin-top: 5px!important;
    }
    
    .editcompny-iconlink a {
        display: inline-block;
        margin: 0 10px;
        color: #fff;
        text-align: center;
        font-size: 18px;
    }
    
    .editcompny-iconlink a .fa {
        display: block;
        font-size: 25px;
    }
    
    .socialicons_text_remove a span {
        display: none;
    }
    
    .editcompny-iconlink a span {
        display: block;
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    
    .editcompny-iconlink a:hover,
    .editcompny-iconlink a:hover span {
        color: #354951;
    }
    
    .adddetailpage .uploadphoto .socialicons {
        position: relative;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin: 15px 0 0 0;
    }
    
    .adddetailpage .uploadphoto .socialicons a {
        margin: 0 3px;
        display: inline-block;
        color: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 100%;
        background: #9fc13d;
        font-size: 16px;
        vertical-align: top;
    }
    
    .adddetailpage .weblink-address span a:hover {
        color: #354951
    }
    
    .adddetailpage .uploadphoto .socialicons a:hover {
        background: #354951;
    }
    
    .adddetailpage .uploadphoto .socialicons a .fa {
        line-height: 27px;
    }
    
    .social-comment .socialicons span.share-handler {
        padding: 6px;
        height: 30px;
    }
    
    .shawdetailpage span {
        display: block;
        font-size: 14px;
        color: #4c4c4d;
        position: relative;
        margin: 0 0 15px 0;
    }
    
    .adddetailpage .weblink-address span {
        display: block;
        font-size: 14px;
        color: #4c4c4d;
        position: relative;
        padding: 0 0 0 30px;
        margin: 0 0 15px 0;
    }
    
    .adddetailpage .weblink-address span a {
        color: #333;
    }
    
    .adddetailpage .weblink-address span a:hover {
        color: #354951;
    }
    
    .adddetailpage .weblink-address span .fa {
        display: inline-block;
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 27px;
        text-align: center;
        border-radius: 100%;
        background: #9fc13d;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .adddetailpage .profile-and-platformtype span {
        margin-bottom: 0;
    }
    
    .adddetailpage .profile-and-platformtype ul {
        margin: 0;
        padding: 0 0 0 10px;
        font-size: 15px;
    }
    
    .adddetailpage .profile-and-platformtype ul li {
        position: relative;
        padding: 0 0 0 10px;
        color: #333;
        margin: 0 0 2px 0;
        display: block;
    }
    
    .adddetailpage .profile-and-platformtype ul li:before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background: #9fc13d;
        border-radius: 100%;
        left: 0;
        top: 8px;
    }
    
    .adddetailpage .claimbtn {
        padding: 10px 0;
        border-top: 1px solid #ccc;
        text-align: center;
    }
    
    .adddetailpage .claimbtn a {
        background: #4c4c4d;
        color: #fff;
        text-transform: uppercase;
        padding: 8px 10px;
        font-size: 14px;
        margin: 10px 0 0 0;
        display: inline-block;
    }
    
    .adddetailpage .claimbtn a .fa {
        color: #9fc13d;
        margin: 2px 5px 0 0;
        font-size: 17px;
        display: inline-block;
    }
    
    .adddetailpage .claimbtn a:hover {
        background: #3E4B52;
    }
    
    .shawdetailpage p,
    .compnayprofile-detail {
        color: #4c4c4d;
        font-size: 15px;
    }
    
    .shawdetailpage .productservice li {
        position: relative;
        padding: 0px 0 0 100px;
        min-height: 100px;
        margin: 15px 0;
        border-bottom: 1px solid #cfcfcf;
    }
    
    .shawdetailpage .productservice li figure {
        position: absolute;
        top: 0px;
        left: 0;
        width: 80px;
    }
    
    .compnay-productsrow figure .bgimg {
        padding: 10px;
        border: 1px solid #f5f5f5;
        width: 250px;
        height: 250px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin: 30px auto;
    }
    
    .compnay-productsrow figure {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }
    
    .companyfunding-row .tblstructure table {
        width: 100%;
    }
    
    .companyfunding-row .tblstructure th {
        border-bottom: 1px solid #ccc;
        text-align: center;
        color: #3E4B52;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 15px 10px;
        position: relative;
        vertical-align: middle;
        line-height: 16px;
    }
    
    .companyfunding-row #no-more-tables .tblstructure table th {
        border-bottom: 1px solid #ccc;
        text-align: center;
        color: #3E4B52;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        padding: 15px 10px;
        position: relative;
        vertical-align: middle;
        line-height: 16px;
        width: 20%;
    }
    
    .companyfunding-row .tblstructure tbody tr {
        border-bottom: 1px solid #ccc;
    }
    
    .companyfunding-row .tblstructure th:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 15px;
        width: 2px;
        background: #3E4B52;
        content: "";
    }
    
    .companyfunding-row .tblstructure th:last-child:after {
        display: none;
    }
    
    .companyfunding-row .tblstructure td {
        text-align: center;
        font-size: 14px;
        line-height: 15px;
        color: #3E4B52;
        padding: 30px 8px;
        border-bottom: 1px solid #f5f5f5;
        vertical-align: top;
        font-weight: 400;
    }
    
    .companyfunding-row .tblstructure td span {
        max-width: 150px;
        margin: 0 auto;
        display: block;
        line-height: 20px;
    }
    
    .companyfunding-row span .lessmore-text,
    .companyfunding-row span.lessmore-text {
        display: inline-block;
        margin: 8px 0;
        color: #9fc13d;
        font-weight: 600;
    }
    
    .companyfunding-row span .lessmore-text:hover,
    .companyfunding-row span.lessmore-text:hover {
        color: #3E4B52;
    }
    
    .companyfunding-row .tblstructure tr:nth-child(2n + 1) td {
        background: #fff;
    }
    
    .compnay-leadershiprow figure .bgimg {
        width: 125px;
        height: 125px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
        background-position: center center;
        margin: 0 auto;
        display: block;
        border: 1px solid #e5e5e5;
    }
    
    .compnay-leadershiprow h3 {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 17px;
        color: #9fc13d;
        display: block;
        padding: 0;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .compnay-leadershiprow h4 {
        font-size: 14px;
        margin: 7px 0px 15px 0;
        line-height: 13px;
        color: #333;
        display: block;
        padding: 0;
        font-weight: 400;
    }
    
    .compnay-leadershiprow span {
        line-height: 13px;
        color: #333;
        display: block;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    
    .commonspace.peopledetail .compnay-leadershiprow p {
        font-size: 15px;
        color: #333;
        font-weight: 300;
    }
    
    .compnay-leadershiprow .lessmore-text,
    body .commonspace.peopledetail .compnay-leadershiprow p.lessmore-text {
        display: inline-block;
        margin: 0;
        color: #9fc13d;
        font-weight: 300;
        cursor: pointer;
        font-size: 13px;
    }
    
    .compnay-leadershiprow .lessmore-text:hover,
    body .commonspace.peopledetail .compnay-leadershiprow p.lessmore-text:hover {
        color: #3E4B52;
    }
    
    .commonspace .newsfeed-row {
        float: left;
        width: 100%;
    }
    
    .commonspace .newsfeed-row .entity-detail-newsfeed-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .commonspace ::-webkit-input-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    .commonspace ::-moz-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    .commonspace :-ms-input-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    .commonspace :-moz-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    .commonspace.peopledetail .homenews-section {
        margin-bottom: 30px;
    }
    
    .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding h2 a {
        font-size: 16px;
        color: #3E4B52;
        font-weight: 500;
    }
    
    .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding h2 a:hover {
        color: #9fc13d;
    }
    
    .commonspace .no-result-found {
        padding: 30px;
    }
    /**popup css**/
    
    #popup-follower-modal .modal-header {
        text-align: center;
    }
    
    #popup-follower-modal .modal-header img {
        margin: 20px 0 10px 0;
    }
    
    .blckoverlay .modal {
        background: rgba(0, 0, 0, 0.7);
    }
    
    #product_popup {
        color: #9fc13d;
    }
    
    .blckoverlay .modal-header {
        padding: 0;
        border: 0;
    }
    
    .blckoverlay .modal-header .close {
        margin: 10px;
        color: #3E4B52;
        opacity: 1;
        line-height: 26px;
        font-size: 38px;
        padding: 0px;
        height: 26px;
        width: 26px;
        position: absolute;
        right: 0;
        z-index: 999;
    }
    
    .blckoverlay .modal-header .close:hover {
        color: #9EBF3D;
    }
    
    .blckoverlay .modal-body {
        padding: 20px 30px;
    }
    
    .blckoverlay .modal h4 {
        color: #354951;
        font-size: 20px;
        line-height: 20px;
        margin: 0;
        padding: 25px 15px 15px 15px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
    
    .blckoverlay .modal h4:after {
        height: 3px;
        width: 80%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        position: absolute;
        content: "";
        background: #9EBF3D;
    }
    
    .blckoverlay #popup-claim-modal .modal-header {
        text-align: center;
    }
    
    .blckoverlay #popup-claim-modal .modal-header .logo {
        margin: 30px 0 25px 0;
        width: 250px;
    }
    
    .blckoverlay #popup-claim-modal h4 {
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 0.5px;
        position: relative;
        padding: 0 0 25px 0;
        margin: 0 0 15px 0;
        display: block;
        font-weight: 700;
    }
    
    .blckoverlay .modal-body .form-horizontal label {
        font-weight: 300;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
        text-align: left;
        color: #354951;
    }
    
    .blckoverlay .form-horizontal input {
        border-radius: 0;
        padding: 10px;
        height: auto;
        margin-bottom: 0px;
    }
    
    .blckoverlay .form-horizontal input:hover,
    .blckoverlay .form-horizontal input:focus {
        border: 1px solid #354951;
        margin-bottom: 0px;
    }
    
    .blckoverlay .modal-body .checkbox {
        padding: 0;
    }
    
    .blckoverlay .modal-body .checkbox input[type="radio"] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        left: 0;
        top: 0;
        z-index: 99;
        cursor: pointer;
    }
    
    .blckoverlay .modal-body .checkbox label {
        line-height: 25px;
        padding: 0;
    }
    
    .blckoverlay .modal-body .checkbox label span {
        width: 25px;
        height: 25px;
        border: 1px solid #ccc;
        display: inline-block;
        margin: 0px 10px 0 0;
        float: left;
        position: relative;
    }
    
    .blckoverlay .modal-body .checkbox input[type="radio"]:checked+label span {
        background: #9fc13d;
    }
    
    .blckoverlay .modal-body .checkbox input[type="radio"]:checked+label span:before {
        left: 0;
        right: 0;
        margin: auto;
        line-height: 20px;
        color: #fff;
        font-size: 17px;
        text-align: center;
        width: 100%;
        content: "\f00c";
        font-family: 'FontAwesome';
        top: 0;
        position: absolute;
    }
    
    .blckoverlay .modal-body button.btn {
        display: inline-block;
        color: #fff;
        font-size: 17px;
        text-transform: uppercase;
        padding: 9px 21px;
        background: #9EBF3D;
        border-radius: 0;
        margin: 15px 0 10px 0;
        font-weight: 300;
        border: 0;
    }
    
    .blckoverlay #popup-claim-modal .modal-body button.btn {
        font-weight: 300;
        text-transform: uppercase;
        padding: 10px 15px;
        font-size: 20px;
    }
    
    .blckoverlay .modal-body span.text-info,
    .blckoverlay .modal-body span.text-info strong {
        color: #466288;
        font-size: 13px;
        font-weight: 500;
    }
    
    .blckoverlay button.btn:hover,
    .blckoverlay .modal-body button.btn.active {
        background: #354951;
    }
    
    .bootbox.modal .bootbox-body {
        font-weight: 500;
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
        text-align: center;
        color: #354951;
    }
    
    .bootbox.modal .modal-footer {
        text-align: center;
    }
    
    .bootbox.modal .modal-footer button {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        text-transform: uppercase;
        padding: 7px 16px;
        background: #9EBF3D;
        border-radius: 0;
        font-family: 'Poppins', sans-serif;
        margin: 5px;
        border: 0;
        box-shadow: none;
        outline: none;
    }
    
    .bootbox.modal button.bootbox-close-button {
        margin: 10px;
        color: #3E4B52;
        opacity: 1;
        line-height: 26px;
        font-size: 38px;
        padding: 0px;
        height: 26px;
        width: 26px;
        position: absolute;
        right: 0;
        z-index: 999;
    }
    
    .bootbox.modal button.bootbox-close-button:hover,
    .bootbox.modal button.bootbox-close-button:focus {
        border: 0;
    }
    
    .modal-footer .btn+.btn {
        margin: 5px;
    }
    
    .radio_block_section .form-group {
        margin-bottom: 0px;
        background: #f5f5f5;
        padding: 20px;
        box-shadow: 0px 0px 2px #ccc;
        min-height: 134px;
    }
    
    .radio_block_section .form-group h4 {
        margin: 0 0 10px 0;
        font-size: 18px;
        text-transform: capitalize
    }
    
    .radio_block_section .radio_section_discrition {
        margin: 10px 0;
        font-size: 16px;
    }
    
    .radio_block .radio-custom {
        opacity: 0;
        position: absolute;
    }
    
    .radio_block .radio-custom,
    .radio_block .radio-custom-label {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
        cursor: pointer;
        width: auto;
    }
    
    .radio_block .radio-custom-label {
        position: relative;
        outline: none !important;
    }
    
    .radio_block .radio-custom+.radio-custom-label:before {
        content: '';
        background: #fff;
        border: 2px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
        outline: none !important;
    }
    
    .radio_block .radio-custom+.radio-custom-label:before {
        border-radius: 50%;
    }
    
    .radio_block .radio-custom:checked+.radio-custom-label:before {
        background: #9EBF3D;
        box-shadow: inset 0px 0px 0px 4px #fff;
        border: #9EBF3D solid 2px;
    }
    
    .radio_block .radio-custom:focus+.radio-custom-label {
        outline: 1px solid #ddd;
    }
    /**loginpage**/
    
    .loginpage {
        min-height: 570px;
    }
    
    .loginpage #loginform {
        max-width: 450px;
        margin: 40px 0 10px 30px;
        display: block;
    }
    
    .loginpage #loginform p {
        display: block;
        margin: 0;
        padding: 0 0 15px 0;
    }
    
    .loginpage #loginform p label {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 0 8px 0;
        padding: 0;
        color: #3E4B52;
    }
    
    .loginpage #loginform p input[type="text"],
    .loginpage #loginform p input[type="password"] {
        width: 100%;
        display: block;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-shadow: none;
        color: #565656;
        height: 38px;
        padding: 7px 12px;
        transition: all 300ms linear 0s;
    }
    
    .loginpage #loginform p input[type="text"]:hover,
    .loginpage #loginform p input[type="password"]:hover {
        border: 1px solid #3E4B52;
    }
    
    .loginpage #loginform .login-submit input[type="submit"] {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px 15px;
        background: #9EBF3D;
        border-radius: 0;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        margin: 15px 0 0 0;
        border: 0;
        box-shadow: none;
    }
    
    .loginpage #loginform .login-submit input[type="submit"]:hover {
        background: #3E4B52;
    }
    
    .loginpage p.text-danger {
        margin: 30px 30px 0 30px;
        font-size: 17px;
        font-size: 600;
    }
    
    .loginpage .dir-login a.lostyourpswd {
        margin: 0 0 0 10px;
        padding: 0 10px 0 0;
        display: inline-block;
        color: #9fc13d;
        font-size: 14px;
        font-weight: 300;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        border-right: #ccc solid 2px;
    }
    
    .loginpage .dir-login a.lostyourpswd:last-child {
        border-right: none;
        padding: 0px;
    }
    
    .loginpage .dir-login a.lostyourpswd:hover {
        color: #3E4B52;
    }
    
    .dir-login .dir-login-btn {
        width: auto;
        float: left;
        padding: 0 0 0 20px;
    }
    /** description_limit **/
    
    .descriptioncompny-view {
        overflow: auto;
        height: 240px;
    }
    
    .descriptioncompny-view::-webkit-scrollbar {
        width: 12px;
    }
    
    .descriptioncompny-view::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    
    .descriptioncompny-view::-webkit-scrollbar-thumb {
        background: #ABD149;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    /**People show page css**/
    
    .peopledetail {
        background: #e7e7e8;
        position: relative;
    }
    
    .commonspace .whitebox-row {
        padding: 30px;
        font-weight: 400;
    }
    
    .peopledetail {
        text-align: left;
        color: #3E4B52;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }
    
    .commonspace .category-row .socialicons a {
        margin: 0 3px;
        display: inline-block;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 0px;
        background: #9fc13d;
        font-size: 18px;
        vertical-align: top;
        line-height: 20px;
        padding: 6px 0;
    }
    
    .peopledetail .socialicons a:hover {
        background: #354951;
    }
    
    .peopledetail .newsleftpaddingbottom .socialicons a:hover {
        background: transparent;
        color: #354951;
    }
    
    .label-title {
        font-weight: 500;
    }
    
    .peopledetail .graytxt,
    .commonspace .category-row a {
        color: #3E4B52;
        font-weight: 300;
    }
    
    .peopledetail .graytxt a {
        color: #9fc13d;
    }
    
    .commonspace .category-row a:hover {
        color: #A7A9AC;
    }
    
    .commonspace.peopledetail #profile_pic_fig {
        display: block;
        text-align: center;
        height: auto;
    }
    
    .select2-drop-mask {
        z-index: 99 !important;
    }
    
    .commonspace.peopledetail .whitebox-row h5 {
        color: #3E4B52;
        font-size: 14px;
        border: 0;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
    }
    
    .commonspace.peopledetail .whitebox-row .descriptioncompny-view {
        max-height: 250px;
        height: 100%;
        overflow-y: auto;
        margin-bottom: 30px;
        line-height: 22px;
    }
    
    .commonspace.peopledetail .whitebox-row .descriptioncompny-view h2,
    .commonspace.peopledetail .whitebox-row .descriptioncompny-view h3 {
        font-size: 16px;
        text-transform: capitalize;
    }
    
    .commonspace.peopledetail p {
        font-size: 14px;
        color: #3E4B52;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }
    
    .commonspace .category-row,
    .commonspace .compnay-productsrow {
        font-size: 14px;
        color: #3E4B52;
        font-weight: 300;
    }
    
    .commonspace .compnay-productsrow .product_result {
        border-bottom: 1px solid #ccc;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    
    .product-image {
        /* height: 300px;*/
        max-height: 300px;
        overflow: hidden;
    }
    
    .commonspace .compnay-productsrow .product_result:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .commonspace .compnay-productsrow .lessmore-text {
        color: #9fc13d;
        font-weight: 300;
        cursor: pointer;
    }
    
    .commonspace .compnay-productsrow .lessmore-text:hover {
        color: #3E4B52;
    }
    
    .commonspace .person-img {
        float: left;
        width: 100%;
        position: relative;
    }
    
    .uploadphoto.peopleimg .person-img img {
        width: 100%;
        margin: 0px;
    }
    
    .commonspace .peopleimg figure {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }
    
    .commonspace .person-img img {
        /*width: 100%;*/
        margin: 0px;
    }
    
    div#mceu_14 {
        margin-bottom: 13px;
    }
    
    .select2-drop {
        z-index: 99 !important;
    }
    
    div#rec_msg {
        text-align: left;
    }
    
    .followers {
        margin: 10px 0 20px 0;
        float: left;
        text-align: center;
        width: 100%;
    }
    
    .table tbody tr td.action-column .follow-button button.btn-primary {
        font-size: 12px;
        padding: 8px;
        margin: 4px 0;
    }
    
    .follow-button button.btn-primary {
        display: inline-block;
        color: #fff;
        font-size: 19px;
        text-transform: uppercase;
        padding: 9px 21px;
        background: #9EBF3D;
        border-radius: 0;
        margin: 15px 0;
        font-weight: 300;
        letter-spacing: 3px;
        border: 0;
        outline: none;
    }
    
    .follow-button button.btn-primary:hover,
    .follow-button button.btn-primary:focus {
        background: #354951;
        outline: none;
    }
    /**Add job page **/
    
    .content-menu {
        padding: 0px 15px;
        width: 100%;
        float: left;
    }
    
    .maincontent .content-menu {
        padding: 0px;
        width: 100%;
        float: left;
    }
    
    .content-menu ul {
        margin: 30px 0 8px 0;
        padding: 0;
        list-style: none;
    }
    
    .content-menu ul li {
        float: left;
        margin: 5px 5px 5px 0;
        width: auto;
    }
    
    .content-menu ul li:last-child {
        margin-right: 0;
    }
    
    .content-menu ul li a {
        display: block;
        border: 3px solid #354951;
        padding: 10px 30px;
        color: #354951;
        font-size: 18px;
        font-weight: 300;
        line-height: 14px;
        background: #fff;
        letter-spacing: 2px;
        text-align: center;
    }
    
    .content-menu ul li.active {
        text-align: center;
        display: inline-block;
        border: 2px solid #354951;
        padding: 11px;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 14px;
        background: #354951;
        letter-spacing: 2px;
    }
    
    .content-menu ul li a:hover {
        display: block;
        color: #fff;
        background: #354951;
    }
    
    .whitebox-row .mce-panel {
        background: #fff;
        padding: 0;
        border: 1px solid #d5d8de;
    }
    
    .whitebox-row .mce-panel .mce-container-body {
        background: #3a4152;
    }
    
    .whitebox-row .mce-btn {
        background: #3a4152;
        border-color: transparent #fff transparent transparent;
        border-width: 0 1px 0 0;
        border-style: none solid none none;
    }
    
    .whitebox-row .mce-btn button .mce-ico {
        color: #fff;
    }
    
    .whitebox-row .mce-btn-group:not(:first-child),
    .whitebox-row .mce-btn-group {
        border: 0;
        margin: 0;
    }
    
    .whitebox-row .mce-btn button .mce-caret {
        border-top: 4px solid #fff;
    }
    
    .whitebox-row .mce-splitbtn .mce-open.mce-active {
        background: #9fc13d;
        outline: none;
    }
    
    .mce-menu-item-normal.mce-active,
    .mce-menu-item-normal:hover {
        background-color: #9fc13d;
    }
    
    .mce-btn.mce-active,
    .mce-btn.mce-active:hover {
        background-color: #9fc13d;
    }
    
    #formpressrelease ::-webkit-input-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    #formpressrelease ::-moz-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    #formpressrelease :-ms-input-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    #formpressrelease :-moz-placeholder {
        color: #3E4B52;
        opacity: 1;
        font-weight: 300;
    }
    
    .investoroverview h3,
    .commonspace .entity-detail-newsfeed-title h3 {
        text-align: left;
        color: #3E4B52;
        font-size: 22px;
        line-height: 25px;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        clear: both;
        font-weight: 600;
        letter-spacing: 4px;
        font-family: Poppins, sans-serif;
        padding: 0 0 7px 0;
        margin: 0 0 25px 0;
        background: transparent;
    }
    
    .investoroverview h3:after,
    .commonspace .entity-detail-newsfeed-title h3:after {
        position: absolute;
        content: "";
        bottom: 0;
        height: 2px;
        width: 100%;
        background: #A1CC3E;
        left: 0;
    }
    
    .investoroverview ul {
        display: block;
        list-style: none;
        margin: 0px 0 30px 0;
    }
    
    .investoroverview ul li {
        display: inline-block;
        margin: 5px 10px 5px 0;
        border: 1px solid #E6E7E8;
        padding: 15px 20px;
        color: #3E4B52;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        line-height: 18px;
    }
    
    .investoroverview ul li span {
        font-size: 18px;
        color: #ABD149;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        margin: 0 0 0 15px;
        float: right;
        text-align: right;
        /* overflow: hidden;
        max-width: 100px;*/
    }
    
    .sponsor-content-checkbox-area {
        margin-top: 0;
    }
    
    .sponsor-content-checkbox-area,
    .payment-section {
        background: #3e4b52;
        padding: 40px;
        float: left;
        clear: both;
        color: #fff;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .payment-section {
        margin-bottom: 20px;
        position: relative;
        top: -25px;
        margin-top: -40px;
    }
    
    .payment-section {
        padding-top: 0;
    }
    
    .sponsor-content-checkbox-area h3 {
        color: #fff;
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: 500;
        font-size: 24px;
    }
    
    .sponsor-content-checkbox-area h4 {
        margin: 0px 0 15px 0;
        padding: 0 0 15px 0;
        position: relative;
        display: inline-block;
    }
    
    .sponsor-content-checkbox-area h4:after {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0;
        height: 2px;
        left: 0;
        background: #9fc13d;
    }
    
    .sponsor-content-checkbox-area .checkbox {
        display: inline-block;
        position: relative;
        cursor: pointer;
    }
    
    .sponsor-content-checkbox-area .checkbox label {
        font-size: 18px;
        font-weight: 300;
        padding: 4px 0 0 25px;
    }
    
    .sponsor-content-checkbox-area .checkbox label:before {
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
        position: absolute;
        content: "";
        left: 0;
        top: 8px;
    }
    
    .sponsor-content-checkbox-area .checkbox input[type="checkbox"] {
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    
    .sponsor-content-checkbox-area .checkbox input[type="checkbox"]:checked+label:before {
        background: #fff;
    }
    
    .sponsor-content-checkbox-area .checkbox input[type="checkbox"]:checked+label:after {
        content: "\f00c";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #3E4B52;
        font-size: 12px;
        position: absolute;
        line-height: 15px;
        width: 15px;
        text-align: center;
        left: 0;
        top: 8px;
    }
    
    .payment-section input {
        color: #fff;
        font-weight: 300;
        font-size: 16px;
        border: 1px solid #fff;
        background: transparent;
        border-radius: 0;
    }
    
    .inner-page .adminpages .adddetailpage .payment-section input:hover,
    .inner-page .adminpages .adddetailpage .payment-section input:focus {
        border: #fff solid 1px;
    }
    
    .payment-section h4 {
        font-weight: 600;
    }
    
    .payment-section::-webkit-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    .payment-section::-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    .payment-section:-ms-input-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    .payment-section:-moz-placeholder {
        color: #fff;
        opacity: 1;
        font-weight: 300;
    }
    
    .payment-section .fa {
        font-size: 30px;
        margin: 5px;
    }
    
    .commonspace .panel-body {
        padding: 30px 30px 30px 20px;
    }
    
    .adminpages .navbar-collapse {
        padding: 0;
    }
    
    .fullwidth-formcontent {
        margin-top: 0px;
        margin-bottom: 14px;
    }
    
    .fullwidth-formcontent .form-group {
        clear: both;
        float: left;
        width: 100%;
    }
    
    .addedit-page .photoright-side-inputs input,
    .addedit-page .fullwidth-firstlast-name {
        margin-bottom: 0px;
    }
    
    .addedit-page .fullwidth-firstlast-name input {
        padding: 12px;
    }
    
    .addedit-page .photoright-side-inputs .mce-tinymce iframe {
        height: 134px !important;
    }
    
    .admindashboard ul.customtab {
        background: #e7e7e8;
        float: left;
        width: 100%;
    }
    
    .admindashboard ul.customtab li {
        display: inline-block;
        margin: 10px 10px 10px 0;
    }
    
    .admindashboard ul.customtab li a {
        display: inline-block;
        border: 2px solid #354951;
        padding: 11px 18px;
        color: #354951;
        font-size: 18px;
        font-weight: 300;
        line-height: 14px;
        background: #fff;
        letter-spacing: 2px;
        border-radius: 0;
        text-transform: uppercase;
    }
    
    .admindashboard ul.customtab li.active a,
    .admindashboard ul.customtab li a:hover {
        display: inline-block;
        background: #354951;
        border: 2px solid #354951;
        color: #fff;
    }
    
    .photoright-side-inputs textarea.form-control {
        width: 100%;
        height: 130px;
        overflow: auto;
    }
    
    .photoright-side-inputs textarea.form-control::-webkit-scrollbar {
        width: 12px;
    }
    
    .photoright-side-inputs textarea.form-control::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
    
    .photoright-side-inputs textarea.form-control::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #9fc13d;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    /**add job page **/
    
    .adddetailpage.add-content-page .whitebox-row input,
    .adddetailpage.add-content-page .whitebox-row textarea,
    .adddetailpage.add-content-page .whitebox-row select,
    .adddetailpage.add-content-page .whitebox-row .wysihtml5-sandbox,
    .adddetailpage.add-content-page .whitebox-row .wysihtml5-sandbox .textarea_editor,
    .adddetailpage.add-content-page .whitebox-row input.datepicker {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    .adddetailpage.add-content-page .whitebox-row h5 {
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        color: #3E4B52;
        font-size: 14px;
        text-transform: none;
        font-weight: 500;
        margin: 0 0 10px 0;
    }
    
    .adddetailpage.add-content-page .whitebox-row input,
    .adddetailpage.add-content-page .whitebox-row textarea,
    .adddetailpage.add-content-page .whitebox-row select,
    .adddetailpage.add-content-page .whitebox-row .wysihtml5-sandbox,
    .adddetailpage.add-content-page .whitebox-row .wysihtml5-sandbox .textarea_editor,
    .adddetailpage.add-content-page .whitebox-row input.datepicker {
        border: 1px solid #e6e7e8;
    }
    
    .adddetailpage.add-content-page .whitebox-row div.input-with-fa {
        position: relative;
    }
    
    .adddetailpage.add-content-page .whitebox-row div.input-with-fa input.datepicker {
        padding: 8px 40px 8px 12px;
    }
    
    div.input-with-fa i.fa-calendar {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        background-color: #9fc13d;
        padding: 12px;
        border-radius: 0;
    }
    
    body .datepicker:after,
    body .datepicker:before {
        display: none;
    }
    
    body .mce-btn button {
        padding: 6px;
    }
    
    body .datepicker table tr td.today,
    body .datepicker table tr td.today:hover,
    body .datepicker table tr td.today.disabled,
    body .datepicker table tr td.today.disabled:hover {
        background-color: #9fc13d;
    }
    
    body .datepicker-dropdown.datepicker-orient-top::before {
        top: -5px;
    }
    
    .add-content-page .whitebox-row .checkbox {
        display: inline-block;
        margin-right: 15px;
    }
    
    .add-content-page ul.tagit {
        color: #3E4B52;
        font-weight: 300;
        font-size: 16px;
        border: 1px solid #b7b7b7;
        border-radius: 0;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
    }
    
    .add-content-page ul.tagit:hover,
    .add-content-page ul.tagit:focus {
        border: 1px solid #354951;
    }
    
    .add-content-page ul.tagit li {
        position: relative;
        border-radius: 10px;
    }
    
    .add-content-page ul.tagit li.tagit-choice-editable {
        padding: 6px 5px 6px 18px;
        margin: 3px 0 3px 5px;
        position: relative;
        line-height: 13px;
        color: #333;
        cursor: default;
        border: 1px solid #aaaaaa;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        background-clip: padding-box;
        user-select: none;
        background-color: #e4e4e4;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
        background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
        background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
        background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    }
    
    .add-content-page ul.tagit li.tagit-choice .tagit-close {
        top: 5px;
        margin: 0;
        width: 15px;
        height: 15px;
        display: inline-block;
        text-align: center;
        line-height: 15px;
        left: 4px;
    }
    
    .add-content-page ul.tagit li.tagit-choice .tagit-close .text-icon {
        display: block;
        color: #888888;
        font-size: 22px;
        position: relative;
    }
    
    .select2-container-multi .select2-search-choice-close {
        left: 3px;
        top: 6px;
    }
    
    .adddetailpage.add-content-page ul.tagit input {
        border: 0;
        padding: 0 10px;
    }
    
    .adddetailpage.add-content-page .uploadphoto {
        margin-top: 50px;
        max-width: 100%;
    }
    
    .adddetailpage.add-content-page .uploadphoto .change-pic span .fa {
        margin-left: 10px;
    }
    
    .adddetailpage.add-content-page .editcompny-iconlink a.active,
    .adddetailpage.add-content-page .editcompny-iconlink a.active span {
        color: #354951;
    }
    
    .adddetailpage.add-content-page .select2-container-multi .select2-choices .select2-search-choice {
        background: #9fc13d;
        color: #3E4B52;
        padding: 5px 10px 5px 24px;
        margin: 4px 9px 2px 2px;
        border: 0;
        box-shadow: none;
        position: relative;
        font-size: 12px;
    }
    
    .adddetailpage.add-content-page .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
        top: 4px;
        margin: 0;
        width: 14px;
        height: 13px;
        display: inline-block;
        background-color: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 15px;
    }
    /**jobsdetailpage**/
    
    .jobsdetailpage {
        padding-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .jobsdetailpage .whitbg-box {
        margin: 40px 0 0 0;
        float: left;
        width: 100%;
    }
    
    .jobsdetailpage .pgttl {
        text-align: center;
    }
    
    .jobsdetailpage .pgttl h4 {
        text-align: center;
        color: #3E4B52;
        font-size: 26px;
        line-height: 25px;
        padding: 0 30px 20px 30px;
        display: inline-block;
        margin: 0 auto 32px 0;
        position: relative;
        text-transform: uppercase;
        clear: both;
        font-weight: 700;
        letter-spacing: 3px;
        font-family: 'Poppins', sans-serif;
    }
    
    .jobsdetailpage .pgttl h4:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #A1CC3E;
        left: 0;
        right: 0;
    }
    
    .jobsdetailpage .filterformbox .form-actions {
        text-align: center;
        margin-bottom: 0;
    }
    
    .jobsdetailpage .filterformbox label {
        color: #3E4B52;
        font-size: 19px;
        font-weight: 300;
        display: none;
    }
    
    .jobsdetailpage .filterformbox .select2-container {
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    
    .modal-open .select2-drop {
        z-index: 9999 !important;
    }
    
    .select2-drop-active {
        border: 1px solid #e6e6e6 !important;
        border-top: none;
    }
    
    .jobsdetailpage .filterformbox .select2-container ul.select2-choices {
        background: url(../images/selecrarrow.png) 99.3% center no-repeat;
        border: 1px solid #e6e6e6;
        width: 100% !important;
        padding: 0px 30px 0 0 !important;
        margin: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        height: auto;
        width: 100%;
        min-height: 42px;
        border-radius: 0 !important;
    }
    
    .jobsdetailpage .filterformbox input {
        background: #fff url(../images/selectarrow.jpg) right center no-repeat;
        border: 1px solid #e6e6e6;
        width: 100% !important;
        padding: 12px 20px !important;
        margin: 0px 0 15px 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        height: auto;
        border-radius: 0
    }
    
    .jobsdetailpage .filterformbox input:hover,
    .jobsdetailpage .filterformbox input:focus,
    .jobsdetailpage .filterformbox .select2-container ul.select2-choices:hover,
    .jobsdetailpage .filterformbox .select2-container ul.select2-choices:focus {
        border: 1px solid #354951;
    }
    
    .jobsdetailpage .product-overview li p {
        font-size: 15px;
        color: #3E4B52;
        font-weight: 300;
    }
    
    .jobsdetailpage .product-overview li .job-content {
        margin: 0 0 20px 0;
        word-break: break-word;
    }
    
    .jobsdetailpage .product-overview li .job-content h2 {
        font-size: 22px;
    }
    
    .jobsdetailpage .product-overview li .date {
        font-weight: 300;
        color: #3E4B52;
        margin: 40px 0 0 0;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
    }
    
    .jobsdetailpage .product-overview li .job-content ol,
    .jobsdetailpage .product-overview li .job-content ol li {
        margin: 0 0 10px 0;
        padding: 0;
    }
    
    .add-content-page ::-webkit-input-placeholder {
        color: #3E4B52;
        font-weight: 300;
        opacity: 1;
        font-size: 14px;
    }
    
    .add-content-page ::-moz-placeholder {
        color: #3E4B52;
        font-weight: 300;
        opacity: 1;
        font-size: 14px;
    }
    
    .add-content-page :-ms-input-placeholder {
        color: #3E4B52;
        font-weight: 300;
        opacity: 1;
        font-size: 14px;
    }
    
    .add-content-page :-moz-placeholder {
        color: #3E4B52;
        font-weight: 300;
        opacity: 1;
        font-size: 14px;
    }
    
    .jobsdetailpage .whitbg-box {
        padding: 40px;
    }
    
    .jobsdetailpage .address {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .jobsdetailpage .product-overview li {
        display: table;
        width: 100%;
        margin-bottom: 0px;
    }
    
    .jobsdetailpage .social-comment .socialicons {
        margin-bottom: 0;
    }
    
    .jobsdetailpage .product-overview li li {
        margin-bottom: 10px;
    }
    
    .jobsdetailpage .product-overview li.job-section {
        display: table;
        width: 100%;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    
    .jobsdetailpage .product-overview li.job-section {
        display: table;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    
    .jobsdetailpage .job-whitbg-box .product-overview li.job-section {
        border-bottom: none;
        background: #fff;
        padding: 45px 30px;
    }
    
    .jobsdetailpage .job-whitbg-box .product-overview li.job-section .text-right {
        text-align: center;
    }
    
    .jobsdetailpage .product-overview li.job-section:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }
    
    .jobsdetailpage .product-overview li .col-sm-4,
    .jobsdetailpage .product-overview li .col-sm-8 {
        display: table-cell;
        vertical-align: top;
    }
    
    .jobsdetailpage .product-overview ul li.job-section .pgttl h4 {
        text-align: center;
        color: #3E4B52;
        line-height: 25px;
        padding: 0 10px 12px 10px;
        display: inline-block;
        margin: 0 auto 25px 0;
        position: relative;
        text-transform: uppercase;
        clear: both;
        font-family: 'Poppins', sans-serif;
        font-size: 31px;
        font-weight: 500;
        letter-spacing: 4px;
    }
    
    .jobsdetailpage .product-overview li h4 {
        color: #3E4B52;
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 14px 0;
    }
    
    .jobsdetailpage .address span .fa {
        color: #AAD049;
        font-size: 20px;
        margin: 0;
        position: absolute;
        left: 0;
    }
    
    .jobsdetailpage .address span a {
        font-weight: 400;
    }
    
    .jobsdetailpage .address span {
        position: relative;
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        padding: 0 0 0 40px;
    }
    
    .jobsdetailpage .address figure {
        margin: 0px 0 20px 0;
        float: left;
    }
    
    .jobsdetailpage .product-overview .btn-success {
        background: #9fc13d;
        color: #fff;
        font-weight: 300;
        border: 0;
        font-size: 19px;
        line-height: 18px;
        margin: 0 5px;
        padding: 9px 20px;
        box-shadow: none;
        letter-spacing: 2px;
        outline: none;
    }
    
    .jobsdetailpage .product-overview .btn-success:hover {
        background: #3E4B52;
    }
    
    .jobsdetailpage .pagination {
        margin: 40px 0;
        font-weight: 400;
        color: #3E4B52;
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
    }
    
    .jobsdetailpage .pagination span,
    .jobsdetailpage .pagination a {
        color: #3E4B52;
        font-weight: 500;
        display: inline-block;
        background: transparent;
        font-size: 22px;
        margin: 0 25px;
        cursor: pointer;
    }
    
    ul.keywords-list {
        margin: 0px;
        padding: 0px;
    }
    
    ul.keywords-list li {
        margin: 4px 0px;
        display: inline-block;
        background: #3E4B52;
        color: #fff;
        border-radius: 0px;
        padding: 5px 10px 5px 10px;
    }
    
    .commonspace.peopledetail p.lessmore-text {
        color: #9fc13d;
        font-weight: 300;
        cursor: pointer;
        display: inline-block;
    }
    
    .commonspace.peopledetail p.lessmore-text:hover {
        opacity: 0.7;
    }
    
    .lessmore-text {
        color: #59595B;
        font-weight: 600;
        cursor: pointer;
        display: inline-block;
    }
    
    .lessmore-text:hover {
        color: #9fc13d;
    }
    
    .jobsdetailpage .social-comment {
        width: 100%;
        float: left;
        margin: 15px 0;
        padding: 0;
    }
    
    .jobsdetailpage .social-comment .socialicons3 {
        vertical-align: middle;
        float: left;
        font-size: 15px;
        text-transform: uppercase;
        color: #9EBF3D;
        padding: 0 15px;
        text-align: center;
        border-right: 1px solid #9EBF3D;
        line-height: 24px;
        width: auto;
    }
    
    .jobsdetailpage .social-comment .socialicons:first-child {
        padding-left: 0;
    }
    
    .jobsdetailpage .social-comment .socialicons:last-child,
    .jobsdetailpage .post-category ul li:last-child {
        border: 0;
    }
    
    .jobsdetailpage .social-comment .socialicons li {
        display: inline-block;
        padding: 0;
        margin: 0 14px 0 0;
        width: auto;
        font-size: 24px;
        line-height: 24px;
        border-bottom: 0;
    }
    
    .jobsdetailpage .social-comment .socialicons li a {
        color: #9EBF3D;
    }
    
    .jobsdetailpage .social-comment .socialicons li a:hover {
        color: #3E4B52;
    }
    
    .pac-container {
        z-index: 999 !important;
    }
    
    .event-details {
        background: #eff2f2;
        width: 100%;
        padding: 0 0 40px 0;
    }
    
    .event-details .eventdetailpage.teampage .whitbg-box.about-team {
        padding: 30px;
        margin: 25px 0 10px 0;
        box-shadow: 0px 0px 2px #ccc;
    }
    
    .event-details .eventdetailpage.teampage .whitbg-box.about-team .siteorigin-widget-tinymce {
        margin: 8px 0;
        display: inline-block;
        width: 100%;
    }
    
    .event-details .eventdetailpage.teampage a.btn-event {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        padding: 10px 15px 8px 15px;
        background: #9EBF3D;
        border-radius: 0;
        font-weight: 300;
        margin: 15px 0 0 0;
        border: none;
    }
    
    .event-details .eventdetailpage.teampage a.btn-event:hover {
        background: #3E4B52;
    }
    
    div#register_description p {
        font-size: 15px;
    }
    
    .event-details .teampage .rowttl .siteorigin-widget-tinymce a {
        font-weight: 300;
    }
    
    .analytics-insights .filterform {
        float: right;
        text-align: right;
        width: 100%;
    }
    
    .analytics-insights .filterform .filterform_box {
        float: right;
        text-align: right;
        width: 100%;
        max-width: 100%;
    }
    
    .analytics-insights .filterform .filterform_box div#date-range {
        float: right;
        width: 100%;
        vertical-align: top;
        max-width: 550px;
    }
    
    .analytics-insights .filterform .filterform_box .filterform_dropdown {
        float: right;
        width: 100%;
        vertical-align: top;
        max-width: 330px;
        margin: 0 20px 0 0;
    }
    
    .analytics-insights .filterform .filterform_box .filterform_dropdown h6 {
        float: left;
    }
    
    .analytics-insights .filterform .filterform_box .filterform_dropdown .select2-container {
        padding: 3px 0 10px 0;
        width: 50% !important;
    }
    
    .analytics-insights .filterform .filterform_box .filterform_dropdown a.select2-choice {
        border: none;
        padding: 0;
        background: none;
    }
    
    .analytics-insights .filterform .filterform_box .filterform_dropdown a.select2-choice>.select2-chosen {
        margin-right: 40px;
        text-align: left;
        padding: 0 0 0 14px;
    }
    
    .analytics-insights .graph_section {
        width: 100%;
        border: #ccc solid 2px;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    
    .analytics-insights .graph_tab_menu {
        width: 100%;
        display: inline-block;
    }
    
    .analytics-insights .graph_tab_menu a {
        display: inline-block;
        color: #fff;
        font-size: 19px;
        text-transform: uppercase;
        padding: 9px 21px;
        background: #9EBF3D;
        border-radius: 0;
        margin: 0px 0 30px 0;
        font-weight: 300;
        letter-spacing: 3px;
        border: 0;
    }
    
    .analytics-insights .graph_tab_menu a:hover,
    .analytics-insights .graph_tab_menu a.active {
        background: #354951;
    }
    
    .analytics-insights .graph_table_section {
        border: #ccc solid 1px;
    }
    
    .analytics-insights .graph_table_section table.table {
        margin: 0px;
    }
    
    .analytics-insights .graph_table_section table.table tr th,
    .analytics-insights .graph_table_section table.table tr td {
        padding: 10px;
    }
    
    .analytics-insights .graph_table_section table.table tr th:last-child,
    .analytics-insights .graph_table_section table.table tr td:last-child {
        border-right: none;
    }
    
    .analytics-insights .graph_table_section table.table .no_data_available {
        padding: 16px;
    }
    
    .commonspace .newsfeed-row .newsfeed-video {
        clear: both;
        padding: 0 30px 20px 60px;
        margin-top: 4px;
    }
    
    .commonspace .newsfeed-row .newsfeed-video .newsiframe-video h2 {
        margin: 0 0 10px 0;
    }
    
    .commonspace .newsfeed-row .newsfeed-video .newsiframe-video h2 a {
        font-size: 16px;
        color: #3E4B52;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .commonspace .newsfeed-row .newsfeed-video .newsiframe-video h3 a {
        text-transform: capitalize;
    }
    
    .commonspace .newsfeed-row .newsfeed-video .newsiframe-video .edit-pen-icon {
        top: -13px;
        right: 0;
    }
    /**datepicker**/
    
    .datepicker .table-condensed th.prev {
        position: relative;
        z-index: 999;
    }
    
    .homenews-section li .edit-pen-icon {
        position: absolute;
        top: 16px;
        right: 32px;
        font-size: 20px;
        width: 35px;
        height: 35px;
        background: #AAD049;
        border-radius: 100%;
        color: #fff;
        text-align: center;
        line-height: 35px;
        z-index: 9;
    }
    
    .commonspace.peopledetail .homenews-section .newsfeed-top-section {
        padding: 0px 15px 0 60px;
    }
    
    .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpaddingbottom {
        padding-left: 0;
    }
    
    .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpaddingbottom .commentrow {
        margin: 0;
    }
    
    .ui-menu.tagit-autocomplete {
        width: 100% !important;
        background: #fff;
        float: left !important;
        border: #ccc solid 1px;
        margin: 14px 0 0 0;
        max-width: 330px;
    }
    
    .ui-menu.tagit-autocomplete li.ui-menu-item {
        width: 100%;
        display: inline-block;
        padding: 6px 10px;
        border-bottom: #ccc solid 1px;
    }
    
    .ui-menu.tagit-autocomplete li.ui-menu-item:hover {
        background: #ccc;
        color: #fff;
    }
    
    header .headeradd .add-banner iframe {
        border: 0px;
        width: 100%;
    }
    
    .adddetailpage .whitebox-row label.mce-wordcount {
        float: right;
        width: auto;
    }
    
    .loader {
        border: 2px solid rgba(159, 193, 61, 0.98);
        border-left: #ffff solid 2px;
        border-right: #ffff solid 2px;
        width: 31px;
        height: 31px;
        margin: 10px auto;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        animation: cssload-spin 425ms infinite linear;
        -o-animation: cssload-spin 425ms infinite linear;
        -ms-animation: cssload-spin 425ms infinite linear;
        -webkit-animation: cssload-spin 425ms infinite linear;
        -moz-animation: cssload-spin 425ms infinite linear;
        top: 23%;
        left: 42%;
        position: absolute;
    }
    /** Radio Button **/
    
    .radio-section {
        margin: 9px 0 0 0;
    }
    
    .radio-section input {
        opacity: 0;
        position: absolute;
    }
    
    .radio-section .input,
    .radio-section label {
        display: inline-block;
        vertical-align: middle;
        margin: 5px;
        cursor: pointer;
    }
    
    .radio-section label {
        position: relative;
        outline: none !important;
        color: #3E4B52;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400 !important;
    }
    
    .radio-section input+label:before {
        content: '';
        background: #fff;
        border: 1px solid #3E4B52;
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        padding: 2px;
        margin: -3px 4px 0 0;
        text-align: center;
    }
    
    .radio-section input+label:before {
        border-radius: 50%;
    }
    
    .radio-section input:checked+label:before {
        background: #AAD049;
        box-shadow: inset 0px 0px 0px 4px #fff;
        border: #3E4B52 solid 1px;
    }
    
    .radio-section input:focus+label {
        outline: 1px solid #ddd;
    }
    
    .mediamention_delete_section {
        float: right;
    }
    
    .mediamention_delete_section a.delete-icon i {
        color: #fff;
        font-size: 20px;
        background: #9EBF3D;
        border-radius: 40px;
        height: 40px;
        width: 40px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    .media-mention-section .mediamention_disc h2 {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        margin: 0px 0 12px 0;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0px;
        padding: 0px;
        text-transform: inherit;
    }
    
    .media-mention-section .mediamention_disc h2 a {
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        text-transform: capitalize;
    }
    
    .media-mention-section .mediamention_disc h2 a:hover {
        color: #9EBF3D;
    }
    
    .commonspace.peopledetail .homenews-section h3 {
        margin-bottom: 0;
    }
    
    .commonspace .newsfeed-row.homenews-section .entity-detail-newsfeed-section ul li .newsfeed-top-section {
        margin: 0;
    }
    
    .commonspace .newsfeed-row.homenews-section .entity-detail-newsfeed-section ul li .newsfeed-top-section .post-category {
        margin: 0;
    }
    
    .content-paging {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 30px 0;
    }
    
    .media-mention-section .entity-detail-newsfeed-section ul li:last-child {
        border-bottom: none;
    }
    
    .newsfeed-row ul li .mediamention_disc h2 {
        font-size: 16px;
    }
    
    .commonspace .media-mention-section .entity-detail-newsfeed-title h3 {
        margin: 0 0 10px 0;
    }
    
    .commonspace .media-mention-section ul li {
        margin-bottom: 0px !important;
    }
    
    .blogsingle-page .post-content h2.block-headline {
        text-transform: capitalize;
        font-size: 20px;
    }
    
    .blogsingle-page p,
    .blogsingle-page .post-content {
        word-break: break-word;
    }
    
    body .addedit-page ul li.select2-search-choice a.select2-search-choice-close {
        background: url(../images/select2.png) right top no-repeat !important;
        background-position: -47px 3px !important;
        width: 12px !important;
        height: 15px !important;
        top: 3px !important;
    }
    
    body .addedit-page ul li.select2-search-choice a.select2-search-choice-close:hover {
        background-position: -47px -11px !important;
        top: 7px !important;
    }

    /*c-modal*/

    .c-modal__content li {
        margin-bottom: 1.4rem!important;
    }

    .c-modal__box-title {
        font-weight: bold !important;
    }

    .login-remember input {
        width: 0.8rem!important;
        height: 0.8rem!important;
        margin: 0 0.3rem 0 0!important;
    }

    /**Responsive**/
    
    @media(max-width: 1600px) {
        .homenews-section .newsfeed-video .newsiframe-video h3:after {
            left: 99%;
            transform: skewX(-5deg);
            -webkit-transform: skewX(-5deg);
            -o-transform: skewX(-5deg);
        }
        .homenews-section .newsfeed-video .newsiframe-video h3 {
            font-size: 19px;
        }
    }
    
    @media(max-width:1480px) {
        .adminpages .sidebar-leftmenu {
            width: 20%;
        }
        .adminpages .right-side {
            width: 80%;
        }
        .adminpages .table>thead>tr>th {
            white-space: nowrap;
            letter-spacing: 1px;
        }
        .adminpages .table>thead>tr>th.title {
            white-space: normal;
            letter-spacing: 1px;
        }
        .adddetailpage .whitebox-row .checkbox {
            margin: 0;
        }
        .radio_block_section .form-group h4 {
            font-size: 14px;
        }
        .adddetailpage .whitebox-row label {
            font-size: 14px;
        }
        .radio_block_section .form-group .radio_block label {
            font-size: 13px;
            width: 100%;
            margin: 0;
        }
        .radio_block_section .form-group {
            min-height: 144px;
        }
        .color-table.info-table thead th {
            padding: 15px 5px;
            font-size: 12px;
        }
        .adminpages .right-side .pgttl h1 {
            font-size: 26px;
        }
        .editcompny-iconlink a span {
            font-size: 16px;
        }
        .adddetailpage .uploadphoto .change-pic {
            max-width: 100%;
        }
        .adddetailpage .uploadphoto .change-pic span {
            font-size: 15px;
        }
        #no-more-tables table.table thead tr th.title .title-box,
        #no-more-tables table.table tbody tr td.title-content .title-box {
            width: 250px;
        }
        #no-more-tables table.table thead tr th .posted-on,
        #no-more-tables table.table tbody tr td .posted-on {
            width: 166px;
        }
        .followers {
            width: 100%;
        }
    }
    
    @media(max-width:1400px) {
        .adminpages table td.companylogo a.ng-binding {
            font-size: 14px;
            padding: 0;
        }
        .adminpages .right-side .filterformbox .panel-wrapper.collapse.in {
            top: 70px;
        }
        .newsfeed-row ul li .segments_block span {
            width: 100%;
        }
    }
    
    @media( max-width:1199px) {
        .follow-button button.btn-primary {
            padding: 6px 21px;
        }
        .analytics-insights .filterform .filterform_box .filterform_dropdown {
            margin: 0;
            clear: both;
        }
        .adminpages .top-left-part li figure {
            margin: 0 auto;
            width: 100%;
        }
        .adminpages .top-left-part li figure img {
            width: 42px;
        }
        .adddetailpage .whitebox-row h5,
        .adddetailpage .whitebox-row label {
            margin: 0 0 0px 0;
            width: 100%;
        }
        .radio_block_section .form-group {
            min-height: 144px;
        }
        header .headermenu .navbar-nav>li>a {
            font-size: 13px;
        }
        .adddetailpage .uploadphoto .change-pic span {
            font-size: 16px;
        }
        .adminpages .top-left-part li span {
            width: 100%;
            font-size: 12px;
            text-align: center;
            padding: 7px;
        }
        .adminpages .table>tbody>tr>td {
            font-size: 14px;
        }
        .adminpages table td a.ng-binding {
            font-size: 14px;
        }
        .adminpages .right-side .pgttl h1 {
            font-size: 21px;
        }
        .adminpages table .checkbox,
        .adminpages table .checkbox label span {
            width: 20px;
            height: 20px;
        }
        .adminpages .top-left-part li.user-pro .name-profile {
            font-size: 15px;
            width: 100%;
        }
        .editcompny-iconlink a span {
            display: block;
            font-size: 16px;
        }
        .adddetailpage .whitebox-row .checkbox label {
            font-size: 15px;
        }
        .sidebar-leftmenu .navbar-collapse {
            padding: 0;
        }
        .adminpages .top-left-part li {
            text-align: center;
        }
        .adminpages .top-left-part li span {
            display: block;
        }
        .adminpages .table>thead>tr>th {
            font-size: 16px;
        }
        .investoroverview ul li {
            width: 40%;
        }
        .investoroverview ul li span {
            margin-left: 20px;
        }
        .investoroverview ul li {
            width: auto;
        }
        .content-menu ul li a {
            padding: 10px 20px;
        }
        .adddetailpage .uploadphoto .change-pic {
            max-width: 100%;
        }
        body .mce-btn button {
            padding: 6px 2px;
        }
    }
    
    @media(max-width:1024px) {
        .adminpages .panel-pagerrow .serachbox {
            width: 76%;
        }
        .adminpages table td.companylogo figure {
            display: block;
            margin: 0 8px 0 0;
        }
        .adminpages .table>tbody>tr>td.companylogo:first-child {
            text-align: center;
            padding: 8px;
        }
        .adminpages .table>tbody>tr>td.companylogo:first-child {
            text-align: left;
        }
        .editcompny-iconlink a {
            display: inline-block;
            margin: 0 6px;
            color: #fff;
            text-align: center;
            font-size: 16px;
        }
        .editcompny-iconlink a .fa {
            display: block;
            font-size: 22px;
        }
        .editcompny-iconlink a span {
            font-size: 13px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .dir_right_button {
            padding: 5px 0 0 0;
        }
        .radio_block_section h2 {
            font-size: 25px;
        }
        .radio_block_section h2::after {
            width: 200px;
        }
        #no-more-tables table.table tbody tr td a {
            margin: 0;
        }
        .newsfeed-row.media-mention-section ul li .blog-thumbnail {
            margin-bottom: 0px;
        }
        .commonspace .whitebox-row {
            margin-bottom: 20px;
        }
        .analytics-insights .whitebox-row {
            margin-bottom: 0;
            padding: 15px 30px;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section {
            padding: 0 30px;
        }
        .commonspace .newsfeed-row .newsfeed-video {
            clear: both;
            padding: 0 30px 20px 30px;
        }
        .commonspace.peopledetail .homenews-section ul li .posttag {
            margin: 0 30px 16px 0;
            float: right;
        }
        .homenews-section li .edit-pen-icon {
            top: -17px;
        }
        .event-details .eventdetailpage.teampage .whitbg-box.about-team .siteorigin-widget-tinymce {
            float: left;
            text-align: center;
            width: 100%;
        }
        .homenews-section .newsfeed-top-section .readmore-blog {
            float: left;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section p {
            float: left;
            width: 100%;
        }
        .adminpages .right-side .filterformbox .panel-wrapper.collapse.in {
            top: 40px;
        }
        .commonspace .person-img {
            max-width: 300px;
        }
        .commonspace.peopledetail .whitebox-row .descriptioncompny-view {
            max-height: initial;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding .blog-thumbnail {
            margin: 0 0px 16px 0px;
            width: 100%;
            max-width: 300px;
            float: left;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding .blog-thumbnail img {
            float: none;
            margin: 0 auto;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding {
            padding: 0;
            overflow: visible;
            max-height: initial;
        }
        .adddetailpage .uploadphoto {
            max-width: 100%;
        }
        .peopledetail .shawphoto {
            max-width: 245px;
        }
        .label-title {
            font-weight: 500;
            font-size: 13px;
            word-break: break-word;
        }
        .jobsdetailpage .job-whitbg-box .product-overview li.job-section {
            padding: 25px 30px;
        }
        #no-more-tables table.table thead tr th.title .title-box,
        #no-more-tables table.table tbody tr td.title-content .title-box {
            width: auto;
        }
        #no-more-tables table.table thead tr th .posted-on,
        #no-more-tables table.table tbody tr td .posted-on {
            width: auto;
        }
        strong.recommended-image {
            width: 100%;
            float: left;
            margin: 0 0 20px 0;
        }
        .radio_block_section .form-group h4 {
            font-size: 14px;
        }
        .radio_block_section .form-group .radio_block label {
            font-size: 13px;
        }
        .radio_block_section .radio_section_discrition {
            font-size: 14px;
        }
        .jobsdetailpage .product-overview li h4 {
            font-size: 18px;
        }
        .adminpages .right-side .pgttl {
            padding: 10px 43px 10px 10px;
        }
        .adminpages .right-side .pgttl .btnwhite {
            font-size: 17px;
            margin: 2px;
        }
        .adminpages .right-side .pgttl h1 {
            font-size: 21px;
            line-height: 41px;
        }
        .adminpages table td.companylogo figure {
            display: block;
            margin-bottom: 15px;
        }
        .adminpages .product-overview .table {
            border: 0;
        }
        .adminpages table td a.ng-binding {
            font-size: 15px;
        }
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
            display: block;
        }
        #no-more-tables table {
            background: #e7e7e8;
        }
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        #no-more-tables tr {
            border-right: 0;
            border-top: 1px solid #c2c2c2;
            margin-bottom: 14px;
            border-left: 0;
            background: #fff;
        }
        .companylisttable #no-more-tables td:first-child {
            background: #f5f5f5;
        }
        #no-more-tables td,
        .companylisttable #no-more-tables td.companylogo:first-child {
            border: none;
            border-bottom: 1px solid #c2c2c2;
            position: relative;
            padding: 10px 10px 10px 50%;
            white-space: normal;
            text-align: left;
            min-height: 39px;
            display: inline-block;
            width: 100%;
        }
        #no-more-tables td:before {
            position: absolute;
            top: 6px;
            left: 10px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: 500;
            color: #3E4B52;
        }
        #no-more-tables td:before {
            content: attr(data-title);
        }
        .shawdetailpage .tblstructure td span {
            max-width: 100%;
        }
        .adminpages .top-left-part li {
            text-align: center;
            margin: 4px 0 4px 0;
        }
        .adminpages .top-left-part li figure {
            margin: 0 auto 10px auto;
            width: 40px;
            display: block;
            float: none;
        }
        .adminpages .top-left-part li span {
            text-align: center;
            padding: 0px;
        }
        .adminpages table td.companylogo figure {
            margin: 0 10px 0 0;
        }
        .editcompny-iconlink a span {
            display: block;
            font-size: 13px;
        }
        .adminpages .panel-pagerrow .refreshbtn {
            margin-right: 0;
        }
        .adminpages table td.companylogo {
            text-align: center;
        }
        .investoroverview ul li {
            width: 100%;
        }
        .adddetailpage.add-content-page .whitebox-row h5 {
            font-size: 15px;
        }
        .adddetailpage.add-content-page .whitebox-row input,
        .adddetailpage.add-content-page .whitebox-row textarea,
        .adddetailpage.add-content-page .whitebox-row select,
        .adddetailpage.add-content-page .whitebox-row .wysihtml5-sandbox,
        .adddetailpage.add-content-page .whitebox-row .wysihtml5-sandbox .textarea_editor,
        .adddetailpage.add-content-page .whitebox-row input.datepicker {
            padding: 8px 12px;
            font-size: 16px;
        }
        .filterformbox .filterbtns a {
            font-size: 15px;
            padding: 5px 16px;
        }
        .filterformbox .filterform form.ng-valid {
            width: 490px;
        }
        .filterformbox .filterbtns a.btn2 {
            right: 372px;
        }
        .radio-section input+label:before {
            width: 14px;
            height: 14px;
            margin-right: 8px;
        }
        .radio-section {
            margin: 9px 0 0 -2px;
        }
        body .adddetailpage .whitebox-row .fullwidth-formcontent .checkbox label,
        body .adddetailpage .whitebox-row .fullwidth-formcontent .radio-section label {
            font-size: 12px;
        }
        .tooltip {
            display: none !important;
        }
        header .headermenu .navbar-nav>li:hover ul {
            display: block;
        }
    }
    
    @media(max-width:780px) {
        .product-overview .panel-pagerrow.row .text-right {
            width: 100%;
            text-align: center;
        }
        .adminpages .panel-pagerrow .serachbox {
            width: auto;
        }
        .blogsingle-page .right-get-featured .get-featured-link a.btn {
            width: 100%;
        }
        .blogsingle-page .sidebar {
            margin: 30px 0 0px 0;
        }
        .blogsingle-page .sidebar .widget {
            margin: 0 0 30px 0;
        }
        .blogsingle-page .sidebar #text-11.widget {
            margin: 0;
        }
        .m-t-20 {
            margin-bottom: 0;
        }
        .label-title {
            font-size: 12px;
            word-break: break-word;
        }
        .adminpages .right-side {
            width: 100%;
            min-height: initial;
            border-left: none;
        }
        .adminpages .right-side .filterformbox .panel-wrapper.collapse.in {
            top: 0px;
        }
        .filterformbox .filterform form.ng-valid {
            overflow-y: auto;
        }
        .filterformbox .form-actions .btn {
            font-size: 14px;
            padding: 9px 14px;
        }
        .filterformbox .filterform form h6 {
            font-size: 11px;
        }
        .mail_icon_section .mail_icons {
            background-size: 21px;
            width: 40px;
            height: 40px;
        }
        .mail_icon_section {
            right: 15px;
        }
        .companylisttable #no-more-tables tr {
            border-top: none;
            margin: 0px;
            float: left;
            width: 100%;
        }
        .companylisttable #no-more-tables td.companylogo:before {
            display: none;
        }
        .companylisttable #no-more-tables td.action-column {
            padding: 10px 10px 10px 30px;
            float: left;
            width: 100%;
            background: #fff;
            border-bottom: none;
        }
        .companylisttable #no-more-tables td.companylogo:first-child {
            padding: 10px 10px 10px 30px;
            float: left;
            width: 100%;
            background: #fff;
            border-bottom: none;
            border-top: #ccc solid 1px;
        }
        .companylisttable #no-more-tables td.hide-mobile {
            display: none;
        }
        .adminpages .right-side .filterformbox .panel-wrapper.collapse.in {
            top: 200px;
        }
        .table-responsive.companylisttable.contenttable #no-more-tables table.table tr {
            border-bottom: 1px solid #c2c2c2;
        }
    }
    
    @media(max-width:767px) {
        .mediamention_delete_section {
            float: left;
            display: block;
            width: 100%;
        }
        .mediamention_delete_section a.delete-icon i {
            font-size: 16px;
            height: 30px;
            width: 30px;
        }
        .table-responsive.companylisttable.contenttable #no-more-tables table.table tr td {
            float: left;
        }
        .admindashboard ul.customtab li {
            margin: 5px auto;
            width: 100%;
        }
        .admindashboard ul.customtab li a {
            width: 220px;
        }
        .admindashboard ul.customtab {
            padding: 10px 0px;
            text-align: center;
        }
        .filterformbox .filterform form.ng-valid {
            height: 320px;
            width: 310px;
            padding: 6px;
        }
        .filterformbox .filterbtns a.btn2 {
            right: 191px
        }
        .commonspace.peopledetail .whitebox-row .descriptioncompny-view {
            max-height: initial;
            float: left;
            width: 100%;
        }
        .adddetailpage .whitebox-row h5,
        .adddetailpage .whitebox-row label {
            margin: 0 0 5px 0;
        }
        .adddetailpage .uploadphoto {
            max-width: 100%;
            margin: 0;
            display: block;
            position: relative;
            width: 100%;
        }
        .peopledetail .shawphoto {
            max-width: 245px;
            float: none;
            margin-right: 20px;
        }
        .commonspace .category-row,
        .commonspace .compnay-productsrow {
            float: left;
            width: 100%;
        }
        .commonspace.peopledetail .whitebox-row h5 {
            float: left;
            width: 100%;
        }
        .followers {
            margin-bottom: 0px;
            float: left;
            text-align: center;
            width: 100%;
        }
        .product-image {
            height: auto;
            overflow: visible;
            width: 100%;
            text-align: center;
        }
        .investoroverview h3 {
            margin: 0 0 20px 0;
        }
        #no-more-tables tr.funding_result {
            margin-bottom: 0;
        }
        .jobsdetailpage .filterformbox input {
            margin: 20px 0 15px 0;
        }
        .commonspace .person-img {
            float: none;
        }
        .investoroverview ul li span {
            margin: 0;
        }
        .jobsdetailpage .product-overview li .job-content {
            width: 100%;
            float: left;
        }
        .adminpages .sidebar-leftmenu {
            position: static;
            position: static;
            position: static;
            top: 0px;
        }
        .commonspace .panel-body {
            padding: 20px;
        }
        .adminpages .right-side .pgttl {
            min-height: auto;
            padding: 10px 15px;
        }
        .adminpages .right-side .pgttl.dir-main-title {
            text-align: left;
        }
        .adminpages .right-side {
            border: 0;
        }
        .adminpages .right-side .pgttl .btnwhite {
            margin-bottom: 0px;
        }
        .adminpages .sidebar-leftmenu {
            background: #ffffff;
            width: 100%;
        }
        .adminpages .right-side {
            width: 100%;
        }
        .adminpages .top-left-part li {
            text-align: left;
        }
        .adminpages .top-left-part li span {
            display: inline-block;
        }
        .adminpages .top-left-part li figure {
            margin: 0 10px 0 0;
            width: 40px;
            display: inline-block;
        }
        .left-menu {
            margin-bottom: 40px;
        }
        .pgttl,
        .pgttl .text-right {
            text-align: center;
        }
        .adminpages .panel-pagerrow {
            text-align: center;
            font-size: 17px;
        }
        .adminpages .panel-pagerrow .text-right {
            text-align: center;
        }
        .adddetailpage .maincontent {
            float: none;
        }
        .shawdetailpage .productservice li {
            padding: 15px;
            text-align: center;
        }
        .shawdetailpage .productservice li figure {
            position: relative;
            margin: 10px auto;
            display: block;
        }
        .leadership_result {
            margin: 20px 0;
            border-bottom: 1px solid #ccc;
        }
        .shawdetailpage .productservice li:last-child,
        .leadership_result:last-child {
            border: 0;
        }
        .woocommerce-product-details__short-description {
            text-align: left;
        }
        .adddetailpage .whitebox-row {
            padding: 15px;
        }
        .editcompny-iconlink {
            text-align: center;
            margin-top: 5px!important;
        }
        .editcompny-iconlink a {
            margin: 0px 20px;
        }
        .admindashboard .row {
            margin: 0;
        }
        .blckoverlay #popup-claim-modal h4 {
            font-size: 24px;
            line-height: 23px;
        }
        .blckoverlay .modal-body {
            padding: 0 30px 30px 30px;
        }
        .blckoverlay #popup-claim-modal .modal-header .logo {
            width: 150px;
        }
        .blckoverlay .modal-body .form-horizontal label {
            font-size: 16px;
        }
        .adminpages .right-side .pgttl .editcompny-iconlink {
            float: right;
            width: 100%;
        }
        .dir_right_button {
            float: right;
            padding: 4px 0 0 0;
        }
        .editcompny-iconlink {
            display: block;
            float: left;
            width: 100%;
            text-align: center;
        }
        .investoroverview ul span {
            margin: 10px 0 0 0;
            float: left;
            /*display: block;
            width: 100%;*/
        }
        .jobsdetailpage .product-overview li,
        .jobsdetailpage .product-overview li .col-sm-4,
        .jobsdetailpage .product-overview li .col-sm-8 {
            display: block;
        }
        .meet-the-team-page h3.widget-title {
            font-size: 20px;
        }
    }
    
    @media(max-width:640px) {
        .analytics-insights .graph_tab_menu a {
            font-size: 15px;
            padding: 6px 10px;
            margin: 0px 0 15px 0;
        }
        .product-overview .content-menu ul {
            margin: 30px auto 8px;
            width: 88%;
        }
        header.header-section .headerlogo .subtext-logo {
            font-size: 12px;
            line-height: 14px;
        }
        header .headerlogo {
            margin: 0 0 4px 0;
        }
        .editcompny-iconlink a {
            margin: 10px;
        }
        .editcompny-iconlink a span {
            display: block;
            font-size: 11px;
        }
        .popover.right {
            width: auto;
            right: 4px;
        }
        .popover.right .popover-content {
            padding: 5px;
            font-size: 12px;
        }
        body .mce-btn button {
            padding: 6px 2px;
        }
        body .mce-btn button .mce-ico {
            font-size: 14px;
        }
        .filterformbox .filterform form.ng-valid .form-body .form-group {
            margin-bottom: 10px;
        }
        .filterformbox .filterform form.ng-valid .form-body .form-group .select2-container ul.select2-choices {
            padding: 0px;
        }
        .companylisttable #no-more-tables td.companylogo:first-child {
            min-height: 80px;
        }
        .jobsdetailpage .pgttl h4 {
            font-size: 22px;
        }
        #no-more-tables td {
            padding: 35px 10px 10px 10px;
        }
        .filterformbox .filterform form h6 {
            font-size: 14px;
        }
        .filterformbox .filterform form h6 label {
            max-width: 100%;
            font-weight: 400;
            width: 100%;
        }
        .filterformbox .filterform form .form-control {
            display: block;
            width: 100%;
            padding: 4px 6px;
        }
        .filterformbox .filterform form .form-control#s2id_category_id {
            padding: 4px 0px 4px 6px;
        }
        .filterformbox .select2-container-multi .select2-choices li div {
            font-size: 12px;
            line-height: 14px;
        }
        .filterformbox .select2-container-multi .select2-choices li a.select2-search-choice-close {
            top: 2px;
        }
        .adminpages .top-left-part li {
            text-align: center;
        }
        .adminpages .top-left-part li span {
            display: block;
        }
        .content-menu ul li {
            width: 100%;
        }
        .companylisttable #no-more-tables td.companylogo:first-child {
            padding: 10px 10px 10px 30px;
            background: #fff;
            position: relative;
        }
        .adminpages .right-side .pgttl h1 {
            float: left;
            /* margin-bottom: 16px;*/
            margin-bottom: 5px;
            line-height: 21px;
            width: 100%;
            text-align: center;
        }
        .adminpages .right-side .pgttl.dir-main-title h1 {
            width: auto;
            margin: 0;
            padding: 8px 0 0 0;
        }
        .dir-main-title .dir_right_button {
            float: right;
            padding: 0;
        }
        .pgttl,
        .pgttl .text-right {
            text-align: center;
            width: 100%;
        }
        .owl-carousel.owl-loaded .owl-nav .owl-prev,
        .owl-carousel.owl-loaded .owl-nav .owl-next {
            background: #9fc13d;
            color: #fff;
            font-weight: 300;
            border: 0;
            font-size: 19px;
            line-height: 18px;
            margin: 5px;
            padding: 9px 20px;
            box-shadow: none;
            letter-spacing: 2px;
        }
        .owl-carousel.owl-loaded .owl-nav .owl-prev:hover,
        .owl-carousel.owl-loaded .owl-nav .owl-next:hover {
            background: #3e4b52;
        }
        .loginpage #loginform {
            max-width: 450px;
            margin: 40px auto;
            display: block;
            width: 100%;
            padding: 30px;
        }
        .investoroverview ul li {
            text-align: center;
        }
        .investoroverview ul li span {
            display: block;
            width: 100%;
            text-align: center;
            float: none;
            max-width: 100%;
            margin-top: 0px;
        }
    }
    
    @media(max-width:480px) {
        .radio_block_section h2 {
            font-size: 22px;
        }
        .radio_block_section h2::after {
            width: 180px;
        }
        .companyfunding-row .tblstructure td {
            font-size: 13px;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding .blog-thumbnail {
            max-width: 100%;
        }
        .commonspace.peopledetail .homenews-section .newsfeed-top-section .newsleftpadding .blog-thumbnail figure {
            float: left;
        }
        .radio_block_section .email-preference {
            width: 100%;
            margin-bottom: 20px;
        }
        .mail_icon_section {
            display: none !important;
        }
        .jobsdetailpage .product-overview ul li.job-section .pgttl h4 {
            font-size: 20px;
        }
        .blckoverlay #popup-claim-modal h4 {
            font-size: 18px;
            line-height: 10px;
        }
        .adminpages .panel-pagerrow .serachbox input[type="text"] {
            width: 200px;
        }
        .adminpages .panel-pagerrow .serachbox {
            float: none;
        }
        .adminpages .panel-pagerrow .serachbox input[type="text"].ui-autocomplete-loading {
            background: url(../images/ajax-loader.gif) no-repeat 146px center;
        }
        .homenews-section li .edit-pen-icon {
            top: -20px;
            right: 15px;
        }
        .filterformbox .filterbtns a.btn2 {
            right: 142px;
        }
        .filterformbox .filterform form.ng-valid {
            width: 260px;
        }
        .filterformbox .filterform form.ng-valid .form-body .form-group {
            margin-bottom: 15px;
        }
        .sponsor-content-checkbox-area,
        .payment-section {
            padding: 30px 10px;
        }
        .sponsor-content-checkbox-area h3 {
            font-size: 20px;
        }
        .sponsor-content-checkbox-area h4 {
            font-size: 16px;
        }
        .sponsor-content-checkbox-area .checkbox label {
            font-size: 17px;
            padding: 3px 0 0 21px;
        }
        .payment-section h4 {
            font-size: 15px;
        }
        .payment-section .fa {
            font-size: 25px;
            margin: 2px;
        }
        .analytics-insights .graph_tab_menu a {
            padding: 6px 8px;
            letter-spacing: normal;
        }
    }
    
    @media(max-height: 500px) {
        .filterformbox .filterform form.ng-valid {
            top: 15px;
        }
    }