@charset "utf-8";


/* latin-ext */

@font-face {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 300;

    font-display: swap;

    src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');

    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

}

/* latin */

@font-face {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 300;

    font-display: swap;

    src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

/* latin-ext */

@font-face {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');

    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

}

/* latin */

@font-face {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 500;

    font-display: swap;

    src: local('Poppins Medium'), local('Poppins-Medium'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

/* latin-ext */

@font-face {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 700;

    font-display: swap;

    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');

    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;

}

/* latin */

@font-face {

    font-family: 'Poppins';

    font-style: normal;

    font-weight: 700;

    font-display: swap;

    src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v6/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');

    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}


* {
    outline: none;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0px;
    background: #f6f9ff;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
    max-width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.auto {
    margin: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

a:hover {
    text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-appearance: none;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

.nopadding {
    padding: 0;
}

.nopleft {
    padding-left: 0;
}

.nopright {
    padding-right: 0;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
}


.navbar {
    margin: 0 0 15px 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 7px 2px 16px #eef2f9;
}

.navbar .container {
    position: relative;
}

.navbar .navbar-bg {
    position: absolute;
    left: -120px;
    top: 0;
    z-index: 0;
    display: block;
}

.navbar-header {
    width: 80%;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    padding: 0;
    width: 256px;
    height: 48px;
    margin: 41px 0px;
    position: relative;
    z-index: 2;
}

.navbar {
    text-align: center;
}

.navbar .addcompany {
    float: right;
    height: 50px;
    margin: 40px 0px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding: 0px 27px;
    background: rgb(54, 174, 100);
    background: -moz-linear-gradient(left, rgba(54, 174, 100, 1) 0%, rgba(35, 204, 100, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(54, 174, 100, 1) 0%, rgba(35, 204, 100, 1) 100%);
    background: linear-gradient(to right, rgba(54, 174, 100, 1) 0%, rgba(35, 204, 100, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36ae64', endColorstr='#23cc64', GradientType=1);
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar .addcompany:hover {
    background: rgb(35, 204, 100);
    background: -moz-linear-gradient(left, rgba(35, 204, 100, 1) 0%, rgba(54, 173, 100, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(35, 204, 100, 1) 0%, rgba(54, 173, 100, 1) 100%);
    background: linear-gradient(to right, rgba(35, 204, 100, 1) 0%, rgba(54, 173, 100, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23cc64', endColorstr='#36ad64', GradientType=1);
}

.navbar .addcompany span {
    display: inline-block;
    margin-right: 15px;
}

.navbar .search {
    display: inline-block;
    width: 40%;
    margin: 40px auto;
    vertical-align: top;
    border: 1px solid transparent;
}

.navbar .search.active {
    border-color: #68789d;
}

.navbar .search input[type="text"] {
    width: 85%;
    height: 50px;
    background: #f6f9ff;
    margin: 0;
    border: 0;
    line-height: 50px;
    font-weight: 300;
    float: left;
    text-indent: 30px;
}

.navbar .search button {
    width: 15%;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: center;
    background: #f0f4fc;
    border: 0;
    float: left;
    color: #68789d;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar .search button:hover {
    background: #68789d;
    color: #fff;
}

.sidebar {
    padding-left: 0;
}

.sidebar .inner {
    background: #fff;
    box-shadow: 7px 2px 16px #eef2f9;
    width: 100%;
    height: auto;
    margin: auto;
    float: left;
}

.sidebar .nav-tabs {
    border: 0;
}

.sidebar .nav-tabs > li {
    margin: 0;
    width: 50%;
}

.sidebar .nav-tabs > li > a {
    margin: 0;
    border: 0;
    text-align: center;
    font-weight: bold;
    color: #68789d;
    line-height: 75px;
    padding: 0;
    letter-spacing: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .nav-tabs > li.active > a, .sidebar .nav-tabs > li.active > a:hover, .sidebar .nav-tabs > li.active > a:focus {
    background: #36ad64;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.sidebar .tab-pane ul {
    margin: 45px 0px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.sidebar .tab-pane ul li {
    margin: 0;
}

.sidebar .tab-pane ul li a {
    font-size: 12px;
    font-weight: 500;
    color: #68789d;
    line-height: 32px;
    display: block;
    padding-left: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .tab-pane ul li a:hover, .sidebar .tab-pane ul li a.active {
    font-weight: bold;
    background: url(images/sidebar-arrow.png) 8% center no-repeat;
}

.sidebar .tab-pane#iller ul li {
    width: 50%;
    float: left;
}

.sidebar .tab-pane#iller ul li a {
    padding-left: 30px;
}

.sidebar-tags {
    width: 100%;
    height: auto;
    margin: auto;
    float: left;
    margin-top: 10px;
}

.sidebar-tags a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dce5fa;
    font-size: 13px;
    color: #9bacd5;
    font-weight: 500;
    padding: 0px 20px;
    margin-bottom: 10px;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    margin-right: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-tags a:hover {
    background: #dce5fa;
    color: #fff;
}

.homepage .home-left h1 {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 75px;
    background: #68789d;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.homepage .home-left h1 .icon {
    width: 75px;
    height: 75px;
    border-bottom: 5px solid #36ad64;
    float: left;
    background: url(images/h1-icon-bg.png) center center no-repeat;
}

.homepage .home-left .inner {
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    min-height: 100px;
    box-shadow: 7px 2px 16px #eef2f9;
}

.homepage .home-left .inner .box {
    padding: 30px 8% 0px 2.5%;
}

.homepage .home-left .inner .box .icon {
    width: 7%;
    float: left;
}

.homepage .home-left .inner .box .icon img {
    display: block;
    margin: auto;
}

.homepage .home-left .inner .box .company-info {
    width: 93%;
    float: left;
    border-bottom: 1px solid #f6f9ff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.homepage .home-left .inner .box .company-info .company-title {
    font-size: 19px;
    font-weight: bold;
    color: #48b572;
}

.homepage .home-left .inner .box .company-info .company-title a {
    color: #48b572;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.homepage .home-left .inner .box .company-info .company-title:hover a {
    color: #68789d;
}

.homepage .home-left .inner .box .company-info .company-details {
    font-size: 13px;
    font-weight: 300;
    color: #68789d;
    margin: 10px auto;
}

.homepage .home-left .inner .box .company-info .company-details strong {
    font-weight: 500;
}

.homepage .home-left .inner .box .company-info .company-tags {
    width: 100%;
    height: auto;
    margin: auto;
}

.homepage .home-left .inner .box .company-info .company-tags a {
    font-size: 12px;
    color: #68789d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.homepage .home-left .inner .box .company-info .company-tags a:hover {
    color: #48b572;
}

.homepage .general-desc {
    font-size: 12px;
    line-height: 22px;
    color: #676f80;
    padding: 0 8% 40px 9.5%;
}

.homepage .home-left .comments-title {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 75px;
    background: #68789d;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.homepage .home-left .comments-title .icon {
    width: 75px;
    height: 75px;
    border-bottom: 5px solid #36ad64;
    float: left;
    background: url(images/comment-title-icon.png) center center no-repeat;
}

.paging {
    padding: 30px 8% 0px 9.5%;
}

.pagination > li > a, .pagination > li > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    background: #48b572;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid transparent;
    color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    padding: 0;
    margin: 0px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #fff;
    border-color: #bfc8da;
    color: #68789d;
}

.comments-area {
    margin-top: 30px;
    display: inline-block;
}

.comments-area .comments-btitle {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 75px;
    background: #68789d;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.comments-area .comments-btitle .icon {
    width: 75px;
    height: 75px;
    border-bottom: 5px solid #36ad64;
    float: left;
    background: url(images/comment-title-icon.png) center center no-repeat;
}

.comments-area .box-inset {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 7px 2px 16px #eef2f9;
}

.comments-area .box-inset .comment-title {
    padding: 29px 30px;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.comments-area .box-inset .comment-title a {
    float: left;
    font-size: 17.5px;
    font-weight: bold;
    color: #68789d;
}

.comments-area .box-inset .comment-title .star {
    float: right;
    color: #ffb505;
    margin: 2.5px 0px;
}

.comments-area .box-inset .comment-detail {
    padding: 25px;
    background: rgb(251, 252, 254);
    background: -moz-linear-gradient(top, rgba(251, 252, 254, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(251, 252, 254, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(251, 252, 254, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfcfe', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.comments-area .box-inset .comment-detail p {
    font-size: 13px;
    line-height: 20px;
    color: #68789d;
    margin-bottom: 15px;
}

.cizgiekle {
    border-width: 10px;
    border-color: antiquewhite;
    border-style: dotted;
    padding-bottom: 15px;
}

.comments-area .box-inset .comment-detail a {
    font-size: 15px;
    font-weight: bold;
    color: #36ad64;
    background: url(images/comment-arrow.png) left center no-repeat;
    padding-left: 20px;
    display: block;
}

.comments-area .box-inset .comment-detail a:hover {
    color: #68789d;
    background: url(images/comment-arrow-hover.png) left center no-repeat;
}

.footer {
    background: #68789d url(images/footer-bg.png) 70% center no-repeat;
    padding: 45px 0px;
}

.footer .footer-logo {
    float: left;
    padding: 13.5px 20px 13.5px 0;
    border-right: 1px solid #7384ac;
}

.footer .footer-menu {
    float: left;
    margin: 27.5px 0px 27.5px 20px;
    padding: 0;
    list-style: none;
}

.footer .footer-menu li {
    float: left;
    margin-right: 20px;
}

.footer .footer-menu li a {
    font-size: 12px;
    font-weight: 500;
    color: #96abda;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .footer-menu li a:hover {
    color: #fff;
}

.footer .social-menu {
    float: right;
    margin: 23.5px 0px;
    padding: 0;
    list-style: none;
}

.footer .social-menu li {
    float: left;
    margin-left: 10px;
}

.footer .social-menu li a {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: .5;
}

.footer .social-menu li a:hover {
    opacity: 1;
}

.footer .social-menu .fab {
    font-size: 22px
}

.copy {
    padding: 20px 0;
    background: #36ad64;
}

.copy .notice {
    font-size: 10px;
    font-weight: 300;
    color: #fff;
    float: left;
}

.copy .notice a {
    font-weight: 500;
    color: #fff;
}

.copy .sponsor {
    float: right;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    padding: 7px 0px;
    display: none;
}

.copy .sponsor img {
    float: right;
    margin-left: 10px;
}


/*** CATEGORY ***/

.filter-area {
    padding: 30px 2% 0px 7%;
}

.filter-area .form-control {
    height: auto;
    box-shadow: none !important;
}

.filter-area .form-control.open {
    z-index: 9999;
}

.filter-area .btn-default {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    line-height: 45px;
    padding: 0px 20px;
    border-radius: 10px;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #9bacd5;
    font-weight: 500;
}

.filter-area .dropdown.open .btn-default {
    border-bottom: 0 !important;
}

.filter-area .btn-default:active:hover, .filter-area .btn-default.active:hover, .filter-area .open > .dropdown-toggle.btn-default:hover, .filter-area .btn-default:active:focus, .filter-area .btn-default.active:focus, .filter-area .open > .dropdown-toggle.btn-default:focus, .filter-area .btn-default:active.focus, .btn-default.active.focus, .filter-area .open > .dropdown-toggle.btn-default.focus, .filter-area .btn-default:active, .filter-area .btn-default.active, .open > .dropdown-toggle.btn-default {
    border: 1px solid #36ad64;
    color: #9bacd5;
    border-bottom: 0;
    outline: none;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 2;
    background: #fff;
}

.filter-area .btn-default:hover {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
}

.filter-area .dropdown-menu {
    padding: 0 !important;
    box-shadow: none !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 5px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #dce5fa !important;
    border-top: 0 !important;
    margin: 0 !important;
    adding-top: 7px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    z-index: 3;
    top: 98%;
    background: #fff;
}

.filter-area .dropdown-menu.open {
    border-color: #36ad64 !important;
}

.filter-area .dropdown-menu .inner {
    box-shadow: none !important;
    padding: 0;
}

.filter-area .dropdown-menu .dropdown-menu {
    border: 0 !important;
    box-shadow: none !important;
}

.filter-area .bootstrap-select .dropdown-menu li a, .filter-area .dropdown-menu > .active > a, .filter-area .dropdown-menu > .active > a:hover, .filter-area .dropdown-menu > .active > a:focus {
    background: #fff;
    color: #9bacd5;
}

/*** CATEGORY ***/


/*** STEPS ***/

.addcompany-steps .title {
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 75px;
    background: #68789d;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.addcompany-steps .title .icon {
    width: 75px;
    height: 75px;
    border-bottom: 5px solid #36ad64;
    float: left;
    background: url(images/h1-icon-bg.png) center center no-repeat;
}

.addcompany-steps .inner {
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    min-height: 100px;
    box-shadow: 7px 2px 16px #eef2f9;
    padding: 40px 80px;
}

.addcompany-steps p {
    font-size: 13px;
    font-weight: 500;
    color: #68789d;
}

.addcompany-steps p.green {
    color: #36ad64;
    font-weight: 600;
}

.addcompany-steps p.hint {
    font-size: 14px;
    color: #556080;
    margin: 25px auto;
    line-height: 32px;
}

.addcompany-steps p.hint.nolh {
    line-height: normal;
}

.addcompany-steps p.hint img {
    float: left;
    margin-right: 10px;
}

.addcompany-steps .form-title {
    font-size: 14px;
    font-weight: bold;
    color: #36ad64;
    margin: 20px auto;
}

.addcompany-steps .form-title i {
    font-size: 20px;
}

.addcompany-steps .addcompany-form .box {
    margin-bottom: 15px;
}

.addcompany-steps .addcompany-form .col-lg-12.box {
    padding: 0;
}

.addcompany-form .form-control {
    height: auto;
    box-shadow: none !important;
}

.addcompany-form .form-control.open {
    z-index: 9999;
}

.addcompany-form .btn-default {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    line-height: 45px;
    padding: 0px 20px;
    border-radius: 10px;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #9bacd5;
    font-weight: 500;
}

.addcompany-form .dropdown.open .btn-default {
    border-bottom: 0 !important;
}

.addcompany-form .btn-default:active:hover, .addcompany-form .btn-default.active:hover, .addcompany-form .open > .dropdown-toggle.btn-default:hover, .addcompany-form .btn-default:active:focus, .addcompany-form .btn-default.active:focus, .addcompany-form .open > .dropdown-toggle.btn-default:focus, .addcompany-form .btn-default:active.focus, .btn-default.active.focus, .addcompany-form .open > .dropdown-toggle.btn-default.focus, .addcompany-form .btn-default:active, .addcompany-form .btn-default.active, .open > .dropdown-toggle.btn-default {
    border: 1px solid #36ad64;
    color: #9bacd5;
    border-bottom: 0;
    outline: none;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 2;
    background: #fff;
}

.addcompany-form .btn-default:hover {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
}

.addcompany-form .dropdown-menu {
    padding: 0 !important;
    box-shadow: none !important;
    -webkit-border-bottom-right-radius: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border: 1px solid #dce5fa !important;
    border-top: 0 !important;
    margin: 0 !important;
    adding-top: 7px !important;
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    z-index: 3;
    top: 98%;
    background: #fff;
}

.addcompany-form .dropdown-menu.open {
    border-color: #36ad64 !important;
}

.addcompany-form .dropdown-menu .inner {
    box-shadow: none !important;
    padding: 0;
}

.addcompany-form .dropdown-menu .dropdown-menu {
    border: 0 !important;
    box-shadow: none !important;
}

.addcompany-form .bootstrap-select .dropdown-menu li a, .addcompany-form .dropdown-menu > .active > a, .addcompany-form .dropdown-menu > .active > a:hover, .addcompany-form .dropdown-menu > .active > a:focus {
    background: #fff;
    color: #9bacd5;
}

.addcompany-steps .addcompany-form input[type="text"], .addcompany-steps .addcompany-form input[type="password"], input[type="number"], .addcompany-steps .addcompany-form input[type="url"] {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    line-height: 45px;
    padding: 0px 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    font-weight: 500;
}

.addcompany-steps .addcompany-form input[type="text"]:focus, .addcompany-steps .addcompany-form input[type="password"]:focus, .addcompany-steps .addcompany-form input[type="url"]:focus {
    border-color: #36ad64;
}

.addcompany-steps .addcompany-form input[type="text"]::placeholder {
    color: #9bacd5;
    opacity: 1;
}

.addcompany-steps .addcompany-form input[type="text"]:-ms-input-placeholder {
    color: #9bacd5;
}

.addcompany-steps .addcompany-form input[type="text"]::-ms-input-placeholder {
    color: #9bacd5;
}

.addcompany-steps .addcompany-form input[type="password"]::placeholder {
    color: #9bacd5;
    opacity: 1;
}

.addcompany-steps .addcompany-form input[type="password"]:-ms-input-placeholder {
    color: #9bacd5;
}

.addcompany-steps .addcompany-form input[type="password"]::-ms-input-placeholder {
    color: #9bacd5;
}

.addcompany-steps .addcompany-form textarea {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    padding: 2.5%;
    min-height: 150px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    font-weight: 500;
}

.addcompany-steps .addcompany-form textarea:focus {
    border-color: #36ad64;
}

.addcompany-steps .addcompany-form textarea::placeholder {
    color: #9bacd5;
    opacity: 1;
}

.addcompany-steps .addcompany-form textarea:-ms-input-placeholder {
    color: #9bacd5;
}

.addcompany-steps .addcompany-form textarea::-ms-input-placeholder {
    color: #9bacd5;
}

.addcompany-steps .addcompany-form .maps-area {
    padding: 0;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.addcompany-steps .addcompany-form .maps-area img {
    width: 100%;
    border-radius: 10px;
}

.addcompany-steps .addcompany-form .maps-area .notice {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(245, 245, 245, 0.8);
    height: 37px;
    line-height: 37px;
    text-indent: 30px;
    font-weight: bold;
    color: #000000;
}

.addcompany-steps .addcompany-form .maps-area .map_canvas {
    width: 100%;
    margin: auto;
    height: 400px;
}

.addcompany-steps .addcompany-form .tags-area {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    padding: 2.5%;
    min-height: 150px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    font-weight: 500;
    margin-bottom: 15px;
}

.addcompany-steps .addcompany-form .tags-area strong {
    font-weight: 500;
}

.addcompany-steps .addcompany-form .checkbox {
    margin: 0;
}

.addcompany-steps .addcompany-form .checkbox label:after, .addcompany-steps .addcompany-form .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.addcompany-steps .addcompany-form .radio label, .addcompany-steps .addcompany-form .checkbox label {
    padding-left: 0px;
    line-height: 47px;
    font-size: 12px;
    color: #55668d;
}

.addcompany-steps .addcompany-form .radio i, .addcompany-steps .addcompany-form .checkbox i {
    color: #e2574c;
    font-size: 18px;
    float: right;
    line-height: 47px;
}

.addcompany-steps .addcompany-form .checkbox .cr, .addcompany-steps .addcompany-form .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #ececec;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: .5em;
    background: #fff;
    margin: 12.5px 10px 12.5px 0px;
    border-radius: 5px;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
}

.addcompany-steps .addcompany-form .radio .cr {
    border-radius: 50%;
}

.addcompany-steps .addcompany-form .checkbox .cr .cr-icon, .addcompany-steps .addcompany-form .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.addcompany-steps .addcompany-form .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.addcompany-steps .addcompany-form .checkbox label input[type="checkbox"], .addcompany-steps .addcompany-form .radio label input[type="radio"] {
    display: none;
}

.addcompany-steps .addcompany-form .checkbox label input[type="checkbox"] + .cr > .cr-icon, .addcompany-steps .addcompany-form .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.addcompany-steps .addcompany-form .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .addcompany-steps .addcompany-form .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.addcompany-steps .addcompany-form .checkbox label input[type="checkbox"]:disabled + .cr, .addcompany-steps .addcompany-form .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
}

.addcompany-steps .success-submit, .addcompany-steps button[type="submit"] {
    padding: 0px 30px;
    height: 50px;
    border-radius: 10px;
    background: #36ad64;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border: 0;
}

.addcompany-steps button[type="submit"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.addcompany-steps button[type="submit"]:hover {
    background: #68789d;
}

.addcompany-steps .success-submit {
    line-height: 50px;
    float: left;
}

.addcompany-steps button[type="submit"] i {
    margin-left: 10px;
}

.addcompany-steps .fileupload-add {
    background: url(images/file-icon.png) left center no-repeat;
    font-size: 15px;
    font-weight: bold;
    color: #999999;
    line-height: 41px;
    padding-left: 55px;
    margin: 20px auto;
}

.addcompany-steps .fileupload-previewrow img {
    width: 100%;
    height: auto;
}

.addcompany-steps .success-title {
    font-size: 20px;
    font-weight: 500;
    color: #36ad64;
    margin-bottom: 30px;
}

.addcompany-steps .success-title i {
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.has-error .form-control {
    border-color: #a94442 !important;
}

.form-horizontal .form-group {
    margin: 0;
}

/*** STEPS ***/


/*** DETAILS ***/

.details .inner {
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    min-height: 100px;
    box-shadow: 7px 2px 16px #eef2f9;
}

.details .inner h1 {
    padding: 30px 80px;
    font-size: 21px;
    font-weight: bold;
    color: #68789d;
}

.details .inner h1 .icon {
    width: 8%;
    float: left;
}

.details .inner h1 img {
    display: block;
    margin: 3px auto auto auto;
}

.details .inner .company-info {
    width: 100%;
    height: auto;
    margin: auto;
    box-shadow: inset 0 7px 15px -2px rgba(238, 242, 249, 0.8);
    min-height: 100px;
    padding: 0px 80px;
}

.details .inner .company-info p {
    font-size: 13px;
    font-weight: 500;
    color: #68789d;
}

.details .inner .company-info .line {
    border-bottom: 1px solid #eaf0f8;
    margin-bottom: 11px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 13px;
    color: #68789d;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.details .inner .company-info .line a {
    color: #68789d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .company-info .line a:hover {
    color: #36ad64;
}

.details .inner .company-info .line .lineaddress {
    float: left;
    margin-right: 10%;
}

.details .inner .company-info .line.fs14 {
    font-size: 14px;
    font-weight: 500;
}

.details .inner .company-info .line.fs18 {
    font-size: 18px;
    font-weight: 500;
}

.details .inner .company-info .maplink {
    font-size: 9px;
    color: #36ad64 !important;
    text-decoration: underline;
    float: right;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .company-info .maplink:hover {
    color: #68789d !important;
}

.details .inner .company-info .col-lg-12.line .icon {
    width: 8%;
    float: left;
}

.details .inner .company-info .col-lg-6.line .icon {
    width: 16%;
    float: left;
}

.details .inner .company-info .line .icon {
    font-size: 20px;
    color: #36ad64;
    text-align: center;
}

.details .inner .company-info .col-lg-6.line:nth-child(2n+1):after {
    content: '';
    width: 1px;
    height: calc(100% - 32px);
    position: absolute;
    right: 0;
    background: #eaf0f8;
}

.details .inner .company-info .company-office {
    margin-top: 16px;
    margin-bottom: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    color: #231f20;
    font-weight: 500;
    position: relative;
}

.details .inner .company-info .col-lg-6.company-office .icon {
    width: 16%;
    float: left;
    margin-bottom: 20px;
}

.details .inner .company-info .col-lg-6.company-office .icon img {
    display: block;
    margin: auto;
    max-width: 80%;
}

.details .inner .company-info .company-office a {
    color: #c133ea;
    font-size: 12px;
    display: block;
    margin-top: 10px;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .company-info .company-office a:hover {
    opacity: 1;
}

.details .inner .company-info .col-lg-6.company-office:nth-child(2n+1):after {
    content: '';
    width: 1px;
    height: calc(100% - 32px);
    position: absolute;
    right: 0;
    background: #eaf0f8;
    top: 16px;
}

.details .inner .company-info .sendmessage {
    padding: 0px 30px;
    height: 55px;
    border-radius: 10px;
    background: #36ad64;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border: 0;
    display: block;
    float: left;
    line-height: 55px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .company-info .sendmessage:hover {
    background: #68789d;
}

.details .inner .company-info .sendmessage i {
    margin-right: 10px;
}

.details .inner .company-info .share-area {
    float: right;
}

.details .inner .company-info .share-area .txt {
    float: left;
    line-height: 55px;
}

.details .inner .company-info .share-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.details .inner .company-info .share-menu li {
    float: left;
    margin-left: 10px;
}

.details .inner .company-info .share-menu li a {
    color: #36ad64;
    font-size: 20px;
    line-height: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .company-info .share-menu li a:hover {
    color: #68789d;
}

.details .inner .company-info .maps-area {
    padding: 0;
}

.details .inner .company-info .maps-area .map_canvas2 {
    width: 100%;
    margin: auto;
    height: 400px;
}

.details .inner .company-info img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.details .inner .details-tags {
    width: 100%;
    height: auto;
    float: left;
    margin: 40px auto;
    padding: 0;
}

.details .inner .details-tags a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: auto;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dce5fa;
    font-size: 13px;
    color: #9bacd5;
    font-weight: 500;
    padding: 0px 20px;
    margin-bottom: 10px;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    margin-right: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .details-tags a:hover {
    background: #dce5fa;
    color: #fff;
}

.details .inner .gallery {
    padding: 0;
    margin-bottom: 40px;
}

.details .inner .comment-add {
    padding: 0;
}

.details .inner .comment-add .comment-title {
    padding: 25px 0px;
    font-size: 13px;
    color: #68789d;
    font-weight: bold;
    border-top: 1px solid #e9efff;
    margin-top: 30px;
}

.details .inner .comment-add .comment-title i {
    font-size: 20px;
    color: #36ad64;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.details .inner .comment-add textarea {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    padding: 2.5%;
    min-height: 150px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    font-weight: 500;
    margin-bottom: 15px;
}

.details .inner .comment-add textarea:focus {
    border-color: #36ad64;
}

.details .inner .comment-add textarea::placeholder {
    color: #9bacd5;
    opacity: 1;
}

.details .inner .comment-add textarea:-ms-input-placeholder {
    color: #9bacd5;
}

.details .inner .comment-add textarea::-ms-input-placeholder {
    color: #9bacd5;
}

.details .inner .comment-add input[type="text"] {
    border: 1px solid #dce5fa;
    color: #9bacd5;
    background: #fff;
    outline: none;
    line-height: 45px;
    padding: 0px 20px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    opacity: 0;
}

.details .inner .comment-add input[type="text"]:focus {
    border-color: #36ad64;
}

.details .inner .comment-add input[type="text"]::placeholder {
    color: #9bacd5;
    opacity: 1;
}

.details .inner .comment-add input[type="text"]:-ms-input-placeholder {
    color: #9bacd5;
}

.details .inner .comment-add input[type="text"]::-ms-input-placeholder {
    color: #9bacd5;
}

.details .inner .comment-add .rating {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    font-size: 12px;
    color: #818dab;
}

.details .inner .comment-add .rating .txt {
    float: left;
    margin-right: 10px;
    line-height: 23px;
}

.details .inner .comment-add input[type="submit"] {
    padding: 0px 30px;
    height: 50px;
    border-radius: 10px;
    background: #36ad64;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .comment-add input[type="submit"]:hover {
    background: #68789d;
}

.details .inner .comment-box {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e9efff;
}

.details .inner .comment-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.details .inner .comment-box .avatar img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 7px;
}

.details .inner .comment-box .text {
    padding-left: 0;
}

.details .inner .comment-box .text .comment-rating {
    float: left;
    color: #ffb505;
    margin-right: 10px;
}

.details .inner .comment-box .text .head {
    font-size: 11px;
    font-weight: 300;
    color: #b2bedb;
    margin-bottom: 15px;
}

.details .inner .comment-box .text .head .name {
    color: #36ad64;
}

.details .inner .comment-box .text .head .like {
    float: right;
    font-size: 10px;
    color: #36ad64;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.details .inner .comment-box .text .head .like i {
    font-size: 20px;
}

.details .inner .comment-box .text .head .like:hover {
    opacity: 1;
}

.details .inner .comment-box .text p {
    font-size: 12px;
    color: #68789d;
    font-weight: 500;
}

.details .inner .company-notice {
    margin: 50px auto;
}

.details .inner .company-notice a {
    font-size: 12px;
    font-weight: 500;
    color: #e2574c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.details .inner .company-notice a:hover {
    opacity: 1;
}

.details .inner .company-notice a i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

.sidebar .similar-company {
    padding: 0;
}

.sidebar .similar-company .inner {
    background: #fff;
    box-shadow: 7px 2px 16px #eef2f9;
    width: 100%;
    margin: auto;
    min-height: 50px;
}

.sidebar .similar-company .similar-title {
    background: #36ad64;
    line-height: 85px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 0px 15px;
}

.sidebar .similar-company .similar-title .icon {
    width: 16%;
    float: left;
}

.sidebar .similar-company .similar-title .icon img {
    display: block;
    margin: 37px auto auto auto;
}

.sidebar .similar-company .similar-box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9efff;
}

.sidebar .similar-company .similar-box:last-child {
    border-bottom: 0;
}

.sidebar .similar-company .similar-box .icon {
    width: 16%;
    float: left;
}

.sidebar .similar-company .similar-box .icon img {
    display: block;
    margin: 6px auto auto auto;
}

.sidebar .similar-company .similar-box .txt {
    width: 84%;
    float: left;
}

.sidebar .similar-company .similar-box .txt a {
    font-size: 14px;
    font-weight: bold;
    color: #68789d;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar .similar-company .similar-box .txt a:hover {
    opacity: 0.8;
}

.sidebar .similar-company .similar-box .txt .location {
    display: block;
    font-size: 12px;
    color: #48b572;
}

/*** DETAILS ***/


.breadcrumb {
    background: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.breadcrumb > li, .breadcrumb > li a {
    font-size: 10px;
    color: #68789d;
}

.breadcrumb > li + li:before {
    content: '>';
}


@media screen and (max-width: 1024px) {

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .sidebar .nav-tabs > li > a {
        font-size: 13px;
        letter-spacing: 0;
    }

    .sidebar .tab-pane ul li a {
        padding-left: 40px;
    }

    .addcompany-steps .inner {
        padding: 20px;
    }

    .sidebar-tags a {
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
        font-size: 11px;
    }

    .filter-area {
        padding: 20px;
    }

    .filter-box:nth-child(2), .filter-box:nth-child(3), .filter-box:nth-child(4) {
        padding-left: 0;
    }

    .filter-area .btn-default {
        padding: 0 5px;
    }

    .details .inner .company-info {
        padding: 0px 20px;
    }

    .details .inner .company-info .line a.maplink {
        right: 10px;
    }

    .details .inner h1 {
        padding: 30px 20px;
    }

    .homepage .home-left .inner .box .company-info {
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

    .homepage .home-left .inner .box .company-info .company-title a {
        font-size: 16px;
    }

    .sidebar .tab-pane ul {
        margin: 20px auto;
    }

}

@media screen and (max-width: 996px) {

    .sidebar .tab-pane ul li a {
        padding-left: 30px;
        font-size: 12px;
    }

    .sidebar .tab-pane ul li a:hover, .sidebar .tab-pane ul li a.active {
        background: url(images/sidebar-arrow.png) 2% center no-repeat;
    }

    .sidebar .tab-pane#iller ul li a {
        padding-left: 10px;
    }

    .sidebar .tab-pane#iller ul li a:hover, .sidebar .tab-pane#iller ul li a.active {
        background: none;
    }

    .comments-area .box-inset .comment-detail {
        padding: 10px 10px 20px 10px
    }

    .comments-area .box-inset .comment-title {
        padding: 29px 10px;
    }

    .comments-area .box-inset .comment-title a {
        font-size: 14px;
    }

    .comments-area .box-inset .comment-detail p {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .comments-area .box-inset .comment-detail a {
        font-size: 13px;
    }

    .footer .footer-logo {
        padding: 13.5px 10px 13.5px 0px;
    }

    .footer .footer-menu {
        margin: 27.5px 0px 27.5px 10px;
    }

    .footer .footer-menu li {
        margin-right: 10px;
    }

    .addcompany-steps .addcompany-form .box.ch {
        padding-left: 0;
    }

    .details .inner h1 {
        font-size: 17px;
    }

    .sidebar .similar-company .similar-title {
        font-size: 13px;
    }

    .sidebar .similar-company .similar-box {
        padding: 10px;
    }

    .sidebar .similar-company .similar-box .txt a {
        font-size: 12px;
    }

    .sidebar .similar-company .similar-box .txt .location {
        font-size: 11px;
    }

    .navbar-header {
        width: 75%;
    }

    .navbar .search input[type="text"] {
        width: 80%;
        font-size: 11px;
        text-indent: 10px;
    }

    .navbar .search button {
        width: 20%;
    }

}

@media screen and (max-width: 667px) {

    .homepage .home-left h1 {
        font-size: 17px;
        padding: 10px 5px;
        line-height: 20px;
    }

    .navbar .navbar-bg {
        display: none;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin: 0;
    }

    .navbar .container {
        padding: 0;
    }

    .navbar-header {
        width: 85%;
        position: relative;
        float: left;
    }

    .navbar-brand {
        width: 60%;
        margin: 5% 0 5% 15px !important;
        height: auto;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .navbar .search-mobile {
        display: block;
        margin: auto;
        overflow: hidden;
        float: right;
        width: auto;
        position: absolute;
        right: 15px;
        z-index: 999;
        top: 50%;
        margin-top: -21px;
    }

    .navbar .search-mobile.active {
        width: calc(100% - 30px);
    }

    .navbar .search-mobile input[type=text] {
        display: block;
        margin: 0 0 0 auto;
        width: 42px;
        height: 42px;
        line-height: 42px;
        box-sizing: border-box;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 9px 15px;
        font-size: 16px;
        background-color: white;
        background: #f6f9ff url(images/search-icon.png) 12px center no-repeat;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        text-indent: 999px;
    }

    .navbar .search-mobile input[type=text]:focus {
        width: 100%;
        text-indent: 20px;
    }

    .navbar .addcompany {
        width: 10%;
        height: 40px;
        float: right;
        margin: 13px 5% 0px 0px;
        line-height: 42px;
        padding: 0;
        text-align: center;
        border-radius: 4px;
        overflow: hidden;
    }

    .navbar .addcompany span {
        display: block;
        margin: 0;
        text-align: center;
        font-size: 30px;
    }

    .homepage .home-left .inner .box .icon {
        width: 15%;
    }

    .homepage .home-left .inner .box .company-info {
        width: 85%;
    }

    .pagination > li > a, .pagination > li > span {
        margin: 0px 2px;
        width: 23px;
        height: 23px;
        line-height: 21px;
        font-size: 13px;
    }

    .paging {
        overflow: hidden;
        text-align: center;
        padding-top: 0;
    }

    .sidebar {
        padding-left: 15px;
        margin-top: 20px;
    }

    .sidebar .tab-pane#iller ul li a {
        padding-left: 30px;
    }

    .sidebar .tab-pane#iller ul li a:hover, .sidebar .tab-pane#iller ul li a.active {
        background: url(images/sidebar-arrow.png) 2% center no-repeat;
    }

    .footer {
        padding: 20px 0px;
    }

    .footer .social-menu, .footer .footer-menu {
        width: 100%;
        display: block;
        margin: auto;
        text-align: center;
    }

    .footer .social-menu {
        margin-top: 10px;
    }

    .footer .social-menu li, .footer .footer-menu li {
        display: inline-block;
        float: none;
        margin: 0px 9px;
    }

    .footer .footer-logo {
        display: block;
        margin: auto;
        float: none;
        border-right: 0;
    }

    .footer .footer-logo img {
        display: block;
        margin: auto;
    }

    .copy .notice {
        text-align: center;
        width: 100%;
    }

    .copy .sponsor {
        width: 100%;
        text-align: center;
    }

    .copy .sponsor img {
        display: inline-block;
        float: none;
        position: relative;
        top: -3px;
    }

    .addcompany-steps .addcompany-form .box.ch {
        padding-left: 15px;
    }

    .addcompany-steps .success-submit, .addcompany-steps button[type="submit"] {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .filter-box:nth-child(1) {
        padding-left: 0;
    }

    .filter-box {
        margin-bottom: 10px;
    }

    .details .inner h1 {
        font-size: 16px;
    }

    .details .inner h1 .icon, .details .inner .company-info .col-lg-12.line .icon {
        width: 16%;
    }

    .details .inner .company-info .line .lineaddress {
        margin-right: 0;
    }

    .details .inner .company-info .company-office a {
        margin-left: 16%;
    }

    .details .inner .company-info .sendmessage {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
    }

    .details .inner .company-info .share-area {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .details .inner .company-info .share-menu, .details .inner .company-info .share-area .txt {
        float: none;
        display: inline-block;
    }

    .details .inner .company-info .share-area .txt {
        position: relative;
        top: -20px;
    }

    .details .inner .details-tags a {
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
        font-size: 11px;
    }

    .details .inner .gallery {
        margin-bottom: 20px;
    }

    .details .inner .gallery .box {
        margin-bottom: 15px;
    }

    .details .inner .gallery .box img {
        width: 100%;
    }

    .details .inner .company-notice {
        padding: 0;
        font-size: 11px;
    }

    .details .inner .company-notice a {
        font-size: 11px;
    }

    .details .inner .comment-add input[type="submit"] {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .details .inner .company-info .line a {
        display: inline-block;
        position: relative;
    }

    .details .inner .company-info .line .txt-inset {
        width: 84%;
    }

    .details .inner .company-info .line a {
        right: 0;
    }

    .details .inner .company-info .company-office {
        margin: 0;
    }

    .navbar-brand > img {
        overflow: hidden;
        margin: auto;
    }

    .navbar-brand {
        margin: 30px auto;
    }

    .filter-area .dropdown-menu > li > a {
        padding: 3px 10px;
    }

    .addcompany-steps .addcompany-form .box.chdiv {
        margin-bottom: 5px;
    }

    .addcompany-steps .addcompany-form .radio label, .addcompany-steps .addcompany-form .checkbox label {
        line-height: 27px;
    }

    .addcompany-steps .addcompany-form .checkbox .cr, .addcompany-steps .addcompany-form .radio .cr {
        margin: 2.5px 10px 2.5px 0px;
    }

    .addcompany-steps .addcompany-form .radio i, .addcompany-steps .addcompany-form .checkbox i {
        line-height: 27px;
    }

    .help-block {
        margin-bottom: 3px;
    }

    .sidebar .tab-pane ul li a {
        font-size: 20px;
    }

    .homepage .home-left .inner .box .company-info .company-tags {
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-direction: row;
    }

    .homepage .home-left .inner .box .company-info .company-tags a {
        padding: 0 2px;
        line-height: 18px;
    }

    .homepage .general-desc {
        padding: 40px 8% 40px 9.5%;
    }

    .sidebar .tab-pane ul li a {
        font-size: 18px;
        padding: 2px 0 3px 30px;
    }

    .sidebar .tab-pane ul li {
        border-bottom: 1px solid #f0f1f5;
    }

    .sidebar .tab-pane ul li:last-child {
        border-bottom: 0px solid #fff;
    }

}


#map_wrapper {
    height: 400px;
}

#map_canvas2 {
    width: 100%;
    height: 100%;
}


.styled-select {
    overflow: hidden;
    width: 100%;
    border: 1px solid #dce5fa;
    background: #fff;
    outline: none;
    line-height: 45px;
    border-radius: 10px;
    box-shadow: 4px 2px 7px rgba(104, 120, 157, 0.2);
    color: #9bacd5;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 45px;
    padding: 0 5px;
    width: 100%;
}

.styled-select.slate {
    background: url(images/select-arrow.png) no-repeat 96% center;
    height: 45px;
    width: 100%;
}

.styled-select.slate select {
    font-size: 16px;
    height: 45px;
    width: 100%;
}


@media (max-width: 990px) {


    .homepage .home-left h1 {

        border-bottom: 5px solid #36ad64;

        text-align: center;
    }

    .homepage .home-left h1 .icon {

        display: none;

    }


}

.fs14 .txt-inset {
    max-width: 276px;
    word-wrap: break-word;
}

.mb-3 {

    margin-bottom: 15px !important;

}

@media screen and (max-width: 767px) {
    #filter-box-sectors {
        padding-left: 0 !important;
    }

    #filter-box-sectors > .styled-select {
        margin-top: 5px !important;
    }
}
