/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navigation
4. Content / #content
5. Breadcrumd / breadcrumb
6. Left column / #leftcolumn
7. Right column / #rightcolumn
8. Pagination / .pagination-page
9. listing List / .list-listings
10. Employer
11. Admin
    11.1 Dashboard
    11.2 Profile
    11.3 Manage listings
    11.4 Manage candidates
    11.5 Employer Message
    11.6 Employer Transactions
12. Candidate
13. Blog
14. Form
15. FAQ
16. Checkout
17. Error
18. Contact
19. Footer / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Body]
*/
/* body {
  color: #383838;
  font-size: 15px;
  line-height: 1.625;
  background-color: #f4f4f4;
} */
:root{
	--btn-big-color:#0099ff;
	--btn-small-color:#5f9df7;
	--btn-font-color:#ffffff;
	--btn-small-font-color:#ffffff;
	--btn-color-hover:#6d4bd3;
	--title-color:#5b5b5b;
	--content-color:#66789C;
	--icon_color:#a0abb8;
	--max-border-color:#E0E6F7;
	
}
.main-content{
	border: thin solid var(--max-border-color);
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 50px;
	background:#fff;
}
.bootstrap-wrapper .btn.btn-big:hover {
	filter: brightness(120%);  
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
	transition: 0.2s;
    -webkit-transition: 0.2s;
	color: var(--btn-font-color);
    transition: 0.2s;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.bootstrap-wrapper .btn.btn-big {
    color: var(--btn-font-color);
    background-color: var(--btn-big-color);
	border-radius: 8px;
    padding: 12px 25px;
    font-size: 18px;	
    line-height: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}



.bootstrap-wrapper .page-item.active .page-link {  
    
    background-color: #666;
    border-color: #666;
}
.bootstrap-wrapper .page-link {  
    color: #666;
   
    border: 1px solid #dee2e6;
}

.main-content h1, .main-content .h1 {
  /* font-size: 1.875em; */
}

.main-content h2, .main-content .h2 {
  /* font-size: 1.75em; */
}

.main-content h3, .main-content .h3 {
  /* font-size: 1.125em; */
}

.main-content h4, .main-content .h4 {
  /* font-size: 1.125em; */
}

/* .main-content img {
  max-width: 100%;
  height: auto;
  width: auto;
} */

a {
  text-decoration: none !important;
  box-shadow: none !important;
  font-weight: 400;
}

/* a:hover, a:focus {
  text-decoration: none;
  color: #383838;
} */

a:hover img {
  opacity: .85;
}

.text-green {
  color: #63ba16;
}

.btn-clear {
  border: none;
  background-color: transparent;
  padding: 0;
}
.btn-clear:hover{
  /* background: transparent; */
}
button:focus, a:focus {
  outline: none;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media only screen and (min-width: 1200px) {
  .primary-page .container {
    max-width: 1140px;
  }
}

.row-md {
  margin-left: -10px;
  margin-bottom: -10px;
}

.row-md > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  }

.btn {
  padding: 9px 20px;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) {
  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* .btn-light-green {
  background-color: #63ba16 !important;
  border-color: #63ba16 !important;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none !important;
} */

.btn-light-green{
color: #fff !important;
background: #666  !important;
background-image: none;
box-shadow: none;
outline: none;
filter:none;
}


.btn-light-green:hover {
  background-color: #2A2A2A !important;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: none;
}

.btn-light-green:active {
  color: #ffffff;
}

.btn-light {
  background-color: var(--btn-small-color)!important;
  border-color: var(--btn-small-color) !important;
  color: var(--btn-font-color);
  box-shadow: none !important;
}
.shortlisted{
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn-light:hover {
  /* background-color: #ffb13c !important;
  border-color: #ffb13c !important; */
  color: #ffffff !important;
  
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #63ba16;
}

.btn-white:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}

.btn-white:active {
  color: #ffffff;
}

.form-control, .btn {
  /* font-size: 1em; */
}

.fz-18 {
  /* font-size: 1.125em !important; */
}

@media (min-width: 1366px) {
  .d-xxl-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1366px) {
  .d-xxl-none {
    display: none !important;
  }
}

/*------------------------------------------------------------------
[2. Header]
*/
/* 2.1 Header layout */
.header-site {
  border-bottom: 1px solid #e4e4e4;
  color: #383838;
  background-color: #ffffff;
  margin-bottom: 42px;
}

.header-site a {
  color: #383838;
}

.home .header-site {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
}

.home .header-site a {
  color: #ffffff;
}

.home .header-site .btn-toggle {
  color: #ffffff;
}

.qdesk-logo .qdesk-logo-white {
  display: none;
}

.home .qdesk-logo .qdesk-logo-white {
  display: block;
}

.home .qdesk-logo .qdesk-logo-black {
  display: none;
}

.header-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60px;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .header-left {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .header-left {
    position: relative;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .header-left .header-logo {
    -ms-flex: 0 0 110px;
    -webkit-box-flex: 0;
            flex: 0 0 110px;
    max-width: 110px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-left .header-logo {
    -ms-flex: 0 0 140px;
    -webkit-box-flex: 0;
            flex: 0 0 140px;
    max-width: 140px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-right {
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-right a:hover {
  color: #63ba16;
}

.header-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-right ul li {
  font-weight: 400;
  display: inline-block;
}

.header-right ul li a {
  display: inline-block;
}

.header-right ul li + li {
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) {
  .header-right ul li + li {
    margin-left: 30px;
  }
}

.user-profile {
  list-style: none;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.user-profile li:not(:last-child) {
  margin-bottom: 10px;
}

.user-profile li a {
  color: #383838;
}

/* 2.2 User/.header-right-logined */
.header-right-logined {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header-right-logined .header-user {
  padding: 0;
  margin-left: 60px;
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  .header-right-logined .header-user {
    margin-left: 10px;
  }
}

.header-right-logined .header-user .avatar {
  position: relative;
}

@media (max-width: 991px) {
  .header-right-logined .header-user .avatar {
    -ms-flex: 0 0 40px;
    -webkit-box-flex: 0;
            flex: 0 0 40px;
    max-width: 40px;
  }
}

@media (max-width: 991px) {
  .header-right-logined .header-user .avatar img {
    max-height: 40px;
    width: 40px;
    height: 40px;
  }
}

.header-right-logined .header-user .status {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: absolute;
  right: 0;
  bottom: 1px;
}

.header-right-logined .header-user .status.offline {
  background-color: #9f9f9f;
}

.header-right-logined .header-user .status.active {
  background-color: #63ba16;
}

.header-right-logined .header-user .info-user {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  max-width: none;
}

.header-right-logined .header-user .info-user h3 {
  /* font-size: 1em; */
}

.notification-item, .message-item {
  display: inline-block;
  height: 26px;
  width: 30px;
  position: relative;
  margin-top: 8px;
}

.notification-item i, .message-item i {
  /* font-size: 1.5em; */
}

.message-item {
  margin-left: 30px;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  .message-item {
    margin-left: 15px;
  }
}

.numeric {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #63ba16;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 400;
  /* font-size: 0.875em; */
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -7px;
}

.user-profile-dropdown {
  position: absolute;
  min-width: 200px;
  top: 100%;
  right: 0;
  z-index: 10;
}

.user-profile-dropdown ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.user-profile-dropdown ul li {
  display: block !important;
  margin-left: 0 !important;
}

.user-profile-dropdown ul li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.user-profile-dropdown ul li a {
  display: block;
  padding: 5px 10px;
}

.user-profile-dropdown ul li a:hover {
  background-color: #f4f4f4;
}

/*------------------------------------------------------------------
[3. Navigation]
*/


/*------------------------------------------------------------------
[4. Content]
*/
section {
  display: block;
}

/* section heading */
.section-heading {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

.section-heading .breadcrumb {
  margin-bottom: 0;
}

.title {
  font-weight: 400;
  margin: 0;
  /* font-size: 1.75em; */
  line-height: 1.357142;
}

.title a {
  color: inherit;
}

.title a:hover {
  color: #63ba16;
}

.title-page {
  /* font-size: 1.875em; */
  color: #383838;
  font-weight: normal;
  margin-bottom: 4px;
}

.search-form {
  position: relative;
  padding-right: 55px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .header-page .search-form {
    margin-top: 12px;
  }
}

.search-form button {
  /* background-color: #63ba16; */
 /*
	background-color: #666;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  */
}

.search-form .form-control {
  height: 44px;
  /* border-color: #ffffff; */
  padding-left: 20px;
  color: #9f9f9f;
}

.search-form .form-control::-webkit-input-placeholder {
  color: #9f9f9f;
}

.search-form .form-control:-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.search-form .form-control::-moz-placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.search-form .form-control:-ms-input-placeholder {
  color: #9f9f9f;
}

.search-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/*----------- section section-banner -----------*/
.section-banner {
  position: relative;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
}

.section-banner .banner-content {
  position: relative;
  padding-top: 155px;
  padding-bottom: 120px;
}

@media only screen and (min-width: 992px) {
  .section-banner .banner-content {
    padding-top: 327px;
    padding-bottom: 217px;
  }
}

.section-banner .banner-content::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.section-banner .banner-content > .container {
  position: relative;
  z-index: 1;
}

.banner-item .banner-title {
  /* font-size: 1.875em; */
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .banner-item .banner-title {
    /* font-size: 3.125em; */
  }
}

.banner-item .banner-sub-title {
  max-width: 730px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 45px auto;
}

.banner-item .search-form-adv .form-control {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  height: 54px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .banner-item .search-form-adv .form-control {
    border-radius: 0;
  }
}

.banner-item .search-form-adv .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #63ba16;
}

.banner-item .search-form-adv .btn {
  height: 54px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media only screen and (min-width: 768px) {
  .banner-item .search-form-adv .search-key {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 768px) {
  .banner-item .search-form-adv .search-key .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .banner-item .search-form-adv .search-location {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.banner-item .search-form-submit {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .banner-item .search-form-submit {
    margin-left: 10px;
    text-align: left;
  }
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.smart-search-category {
  cursor: pointer;
  display: inline-block;
  position: relative;
  /* font-size: 1em; */
  color: #9f9f9f;
  width: 100%;
  height: 54px;
}

.smart-search-category-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.08);
  height: 54px;
  line-height: 24px;
  padding: 15px .75rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-width: 1px;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.08) transparent transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.smart-search-category-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 24px;
  right: 30px;
}

.smart-search-category-styled:focus {
  border-color: #63ba16;
}

.smart-search-category-styled:active, .smart-search-category-styled.active {
  border-color: #63ba16;
}

.smart-search-category-styled:active:after, .smart-search-category-styled.active:after {
  top: 18px;
  border-color: transparent transparent #ffffff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.08);
}

.select-options li {
  margin: 0;
  padding: 12px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options li:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*----------- section popular-category -----------*/
.popular-category {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .popular-category {
    padding-top: 93px;
    padding-bottom: 100px;
  }
}

.category-list {
  margin-bottom: 25px;
  padding-top: 5px;
}

@media only screen and (min-width: 768px) {
  .category-list {
    margin-bottom: 50px;
  }
}

.category-list > [class*="col-"] {
  margin-bottom: 0;
}

.category-single {
  position: relative;
  border-radius: 5px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (min-width: 768px) {
  .category-single {
    padding: 27px 15px 22px 0;
  }
}

.category-single .category-single-icon {
  -ms-flex: 0 0 80px;
  -webkit-box-flex: 0;
          flex: 0 0 80px;
  max-width: 80px;
  text-align: center;
  display: inline-block;
  margin-top: -10px;
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .category-single .category-single-icon {
    -ms-flex: 0 0 112px;
    -webkit-box-flex: 0;
            flex: 0 0 112px;
    max-width: 112px;
  }
}

.category-single .category-single-icon i {
  /* font-size: 2.9375em; */
  color: #9f9f9f;
}

.category-single .category-signle-content {
  -ms-flex: 0 0 calc(100% - 80px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) {
  .category-single .category-signle-content {
    -ms-flex: 0 0 calc(100% - 112px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 112px);
    max-width: calc(100% - 112px);
  }
}

.category-single .category-signle-content .count {
  color: #63ba16;
  display: inline-block;
  margin-left: 3px;
}

.category-single .category-signle-content h3 {
  /* font-size: 1em; */
  margin-bottom: 3px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .category-single .category-signle-content h3 {
    font-weight: 400;
    margin-bottom: 7px;
  }
}

.category-single .category-signle-content .text {
  color: #9f9f9f;
}

.category-single:hover {
  background-color: #63ba16;
  -webkit-box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
          box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
  color: #ffffff;
}

.category-single:hover .count, .category-single:hover .text {
  color: #ffffff;
}

.category-single:hover .category-single-icon i {
  color: #ffffff;
}

/*----------- section section-video -----------*/
.section-video {
  position: relative;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  color: #ffffff;
  position: relative;
}

.section-video::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.5);
}

.section-video > .container {
  position: relative;
  z-index: 1;
}

.section-video .video-container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .section-video .video-container {
    padding-right: 105px;
  }
}

@media only screen and (min-width: 992px) {
  .section-video .video-container {
    padding-top: 94px;
    padding-bottom: 100px;
    padding-left: 15px;
  }
}

.section-video .video-container .play-circle {
  position: absolute;
  display: block;
  right: 0;
  bottom: 40px;
}

@media only screen and (min-width: 576px) {
  .section-video .video-container .play-circle {
    margin: 0;
    right: 15px;
    z-index: 2;
    top: calc(100% - 110px);
  }
}

@media only screen and (min-width: 768px) {
  .section-video .video-container .play-circle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .section-video .video-container .section-heading {
    margin-bottom: 37px;
  }
}

.section-video .video-content {
  max-width: 540px;
}

.section-video .video-content .intro {
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) {
  .section-video .video-content .intro {
    margin-bottom: 47px;
  }
}

.play-circle {
  display: inline-block;
  width: 64px;
  height: 64px;
  padding: 10px;
  border-radius: 50%;
  background: rgba(99, 186, 22, 0.3);
  position: relative;
  vertical-align: middle;
  color: #ffffff;
}

.play-circle::before {
  content: '';
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(99, 186, 22, 0.5);
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.play-circle i {
  width: 44px;
  height: 44px;
  background-color: #63ba16;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  /* font-size: 1.875em; */
  line-height: 44px;
}

@media only screen and (min-width: 768px) {
  .play-circle i {
    /* font-size: 2.5em; */
  }
}

.play-circle:hover::before {
  background: rgba(99, 186, 22, 0.8);
}

@media only screen and (min-width: 768px) {
  .play-circle {
    width: 90px;
    height: 90px;
  }
  .play-circle::before {
    width: 80px;
    height: 80px;
  }
  .play-circle i {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

/*----------- section section-pricing -----------*/
.section-pricing {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .section-pricing {
    padding-bottom: 100px;
    padding-top: 93px;
  }
}

@media (max-width: 991px) {
  .section-pricing .pricing-col {
    margin-bottom: 25px;
  }
}

.section-pricing .pricing-col:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.section-pricing .pricing-col:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section-pricing .pricing-col:not(:last-child) {
  border-right: 1px solid #f4f4f4;
}

.pricing-page .pricing-col {
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) {
  .pricing-page .pricing-col {
    margin-bottom: 0;
  }
}

.bg-grey {
  background-color: #f4f4f4;
}

.best-pricing {
  position: relative;
  min-width: 220px;
  max-width: 520px;
  margin: 0 auto 45px;
}

.best-pricing .switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.best-pricing .switch input {
  display: none;
}

.best-pricing .rdo-lbl {
  position: relative;
  z-index: 3;
  font-weight: 400;
  cursor: pointer;
  color: #9f9f9f;
  -webkit-transition: 500ms;
  transition: 500ms;
  margin-bottom: 0;
}

.best-pricing .rdo-lbl:hover, .best-pricing .rdo-lbl:active {
  color: #383838;
}

.best-pricing .rdo-lbl-left {
  left: 15px;
  padding-right: 30px;
}

.best-pricing .rdo-lbl-right {
  left: -15px;
  padding-left: 30px;
}

.best-pricing .rdo-lbl-right span {
  color: #63ba16;
}

.toggle-pill {
  position: relative;
  height: 10px;
  width: 35px;
  background: #e6e6e6;
  border-radius: 500px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-radius: 5px;
}

.toggle-circle {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #63ba16;
  border: 1px solid #ffffff;
  left: 0;
  margin: -3px 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 4;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
          box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
}

#billMonth:checked ~ .rdo-lbl-left {
  color: #383838;
}

#billYear:checked ~ .rdo-lbl-left {
  color: #9f9f9f;
}

#billYear:checked ~ .rdo-lbl-right {
  color: #383838;
}

#billYear:checked ~ .toggle-pill .toggle-circle {
  left: calc(100% - 16px);
}

.pricing-box {
  background-color: #ffffff;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .pricing-box {
    padding: 36px 30px 40px;
  }
}

@media only screen and (min-width: 576px) {
  .pricing-box {
    height: 100%;
  }
}

.pricing-box .pricing-heading {
  margin-bottom: 21px;
}

.pricing-box .pricing-heading .pricing-title {
  /* font-size: 1.125em; */
  font-weight: 400;
  margin-bottom: 2px;
}

.pricing-box .pricing-heading .pricing-sub-title {
  color: #9f9f9f;
}

.pricing-box .pricing-price h1 {
  /* font-size: 1.875em; */
  font-weight: 400;
  margin-bottom: 19px;
}

.pricing-box .pricing-list {
  margin-bottom: 25px;
}

.pricing-box .pricing-list ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.pricing-box .pricing-list ul li {
  color: #9f9f9f;
  position: relative;
  padding-left: 23px;
}

.pricing-box .pricing-list ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #63ba16;
  border-radius: 50%;
  display: inline-block;
  content: "\f00c";
  color: #ffffff;
  /* font-size: 0.625em; */
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  text-align: center;
  line-height: 16px;
}

.pricing-box .pricing-list ul li:not(:last-child) {
  margin-bottom: 4px;
}

.pricing-box.pricing-box-fearured {
  background-color: #63ba16;
  color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
          box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
}

.pricing-box.pricing-box-fearured .pricing-heading .pricing-sub-title {
  color: #ffffff;
}

.pricing-box.pricing-box-fearured .pricing-list ul li {
  color: #ffffff;
}

.pricing-box.pricing-box-fearured .pricing-list ul li::before {
  background-color: #ffffff;
  color: #63ba16;
}

.pricing-box.pricing-box-fearured .btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #63ba16;
}

.pricing-box.pricing-box-fearured .btn-light:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
}

.pricing-box.pricing-box-fearured .btn-light:active {
  color: #ffffff;
}

/*----------- section how-it-work -----------*/
.how-it-work {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .how-it-work {
    padding-top: 93px;
    padding-bottom: 95px;
  }
}

.how-it-work .section-heading {
  margin-bottom: 23px;
}

.how-it-work-box {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .how-it-work-box {
    margin-bottom: 0;
  }
}

.how-it-work-box .img {
  text-align: center;
  color: #63ba16;
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 575px) {
  .how-it-work-box .img {
    line-height: 1.25;
  }
}

.how-it-work-box .img i {
  /* font-size: 3.75em; */
}

.how-it-work-box h3 {
  font-weight: 400;
  margin-bottom: 8px;
  /* font-size: 1.125em; */
  text-align: center;
  margin-bottom: 7px;
}

@media only screen and (min-width: 768px) {
  .how-it-work-box h3 {
    margin-bottom: 17px;
  }
}

.how-it-work-box .text {
  color: #9f9f9f;
}

/*----------- section section-testmonial -----------*/
.section-testmonial {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center center !important;
  color: #ffffff;
  position: relative;
  padding: 50px 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section-testmonial {
    padding-bottom: 94px;
    padding-top: 100px;
    margin-bottom: 93px;
  }
}

.section-testmonial::before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.6);
  display: block;
}

.section-testmonial > .container {
  position: relative;
  z-index: 1;
}

.testmonial-single {
  position: relative;
  padding-top: 45px;
}

@media only screen and (min-width: 768px) {
  .testmonial-single {
    padding-top: 84px;
  }
}

.testmonial-single::before {
  content: '\e807';
  position: absolute;
  top: 0;
  left: 50%;
  color: #63ba16;
  /* font-size: 2.25em; */
  line-height: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  font-family: 'flaticon-category';
  font-weight: normal;
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .testmonial-single::before {
    /* font-size: 2.8125em; */
  }
}

.testmonial-single blockquote {
  border: 0;
  padding: 0;
  margin: 0 0 18px 0;
  /* font-size: 1.25em; */
  text-align: center;
  position: relative;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .testmonial-single blockquote {
    margin-bottom: 36px;
    /* font-size: 1.375em; */
  }
}

.testmonial-single .testmonial-author {
  text-align: center;
  /* font-size: 1.125em; */
}

/*----------- section section-news -----------*/
.section-news {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .section-news {
    margin-bottom: 70px;
  }
  .section-news .section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .section-news .section-heading a {
    display: none;
  }
}

.section-news .card-info {
  margin-top: 5px;
}

.card-info {
  margin-bottom: 25px;
}

.card-info .meta {
  margin-bottom: 2px;
}

.card-info-img {
  margin-bottom: 23px;
}

.card-info-img img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.meta {
  display: inline-block;
  color: #383838;
}

.card-info-title {
  color: #383838;
  /* font-size: 1.25em; */
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 18px;
}

.card-info-title a {
  color: inherit;
}

.card-info-title a:hover {
  color: #63ba16;
}

.card-info-text {
  color: #9f9f9f;
}

/*------------------------------------------------------------------
[5. breadcrumb]
*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: "-";
}

.breadcrumb-item a {
  color: #9f9f9f;
}

.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #63ba16;
}

.breadcrumb-item.active {
  color: #63ba16;
}

/*------------------------------------------------------------------
[6. Left column]
*/
.sidebar-left {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 10px;
}

@media (max-width: 911px) {
  .sidebar-left {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    border-radius: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sidebar-left.show {
    left: 0;
  }
}

.btn-close-sidebar-left {
  position: absolute;
  top: 0;
  right: 0;
  /* font-size: 1.125em; */
  color: #63ba16;
  padding: 5px;
}

@media only screen and (min-width: 992px) {
  .btn-close-sidebar-left {
    display: none;
  }
}

.toggle-sidebar-left {
  background-color: #63ba16;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 30px;
  cursor: pointer;
  /* font-size: 1.125em; */
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.title-box {
  color: #383838;
  /* font-size: 1.125em; */
  font-weight: 400;
  margin-bottom: 0;
}

.title-box span {
  color: #63ba16;
}

.box-sidebar {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4e4;
}

.box-sidebar:last-child {
  border-bottom: none;
}

.header-box {
  position: relative;
  margin-bottom: 19px;
}

.header-box .search .btn-toggle-search {
  color: #000;
}

.header-box .search .search-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  height: 40px;
  padding: 2px;
  z-index: 2;
  display: none;
  border-radius: 4px;
}

.header-box .search .search-form .form-control {
  height: 36px;
}

.header-box .search .search-form button {
  height: 40px;
}

.header-box .search .search-form.show {
  display: block;
}

.list-check-filter-listing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-check-filter-listing li:not(:last-child) {
  margin-bottom: 4px;
}

.list-check-filter-listing label {
  color: #9f9f9f;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #383838;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  /* background-color: #63ba16;
  border-color: #63ba16; */
  background-color: #000;
  border-color: #000;
}

.scroller {
  max-height: 300px;
}

.scroller .mCSB_container_wrapper {
  margin-right: 10px;
}

.scroller .mCSB_scrollTools {
  width: 4px;
}

.scroller .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e6e6e6;
  border-radius: 5px;
}

.scroller .mCSB_container_wrapper > .mCSB_container {
  padding-right: 0;
}

.scroller .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
}

.scroller .mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .scroller .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.scroller .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .scroller .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}

.salary-range #amount {
  border: none;
  /* font-size: 1em; */
  color: #9f9f9f;
  font-weight: 500;
  padding: 0;
  margin-bottom: 14px;
}

.salary-range #amount:focus {
  outline: none;
}

.salary-range .ui-widget.ui-widget-content {
  border: none;
  background-color: #dddddd;
  border-radius: 2px;
  height: 4px;
}

.salary-range .ui-slider-horizontal .ui-slider-range {
  background-color: #63ba16;
}

.salary-range .ui-state-default, .salary-range .ui-widget-content .ui-state-default, .salary-range .ui-widget-header .ui-state-default, .salary-range .ui-button, .salary-range html .ui-button.ui-state-disabled:hover, .salary-range html .ui-button.ui-state-disabled:active {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  background-color: #63ba16;
  -webkit-box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
  -ms-box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
  -o-box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
  box-shadow: 0 0 10px rgba(99, 186, 22, 0.6);
  top: -7px;
}

.sidebar-admin {
  background-color: #ffffff;
  margin-top: -42px;
  padding: 30px 0;
}

@media (max-width: 1023px) {
  .sidebar-admin {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 99;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 310px;
    margin-top: 0;
  }
  .sidebar-admin.show {
    left: 0;
  }
}

.toggle-sidebar-admin {
  background-color: #63ba16;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #ffffff;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 99;
  display: inline-block;
  border: none;
  /* font-size: 1.25em; */
}

@media (min-width: 1024px) {
  .toggle-sidebar-admin {
    display: none;
  }
}

.toggle-sidebar-admin i {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.toggle-sidebar-admin.active {
  left: 310px;
}

.toggle-sidebar-admin.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-user {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #9f9f9f;
  padding: 0 30px 30px;
}

.header-user .avatar {
  -ms-flex: 0 0 60px;
  -webkit-box-flex: 0;
          flex: 0 0 60px;
  max-width: 60px;
}

.header-user .avatar img {
  max-height: 60px;
  border-radius: 50%;
}

.header-user .info-user {
  -ms-flex: 0 0 calc(100% - 60px);
  -webkit-box-flex: 0;
          flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 20px;
}

.header-user .info-user h3 {
  font-weight: 400;
  /* font-size: 1.125em; */
  color: #383838;
  margin-bottom: 0;
}

.header-user .info-user h3 a {
  color: #383838;
}

.header-user .info-user h3 a:hover {
  color: #63ba16;
}

.header-user .info-user p {
  margin-bottom: 0;
}

.nav-sidebar-admin {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-sidebar-admin li a {
  color: #9f9f9f;
  display: block;
  padding: 10px 30px;
}

.nav-sidebar-admin li a:hover, .nav-sidebar-admin li a:focus {
  color: #63ba16;
  background-color: #fcfcfc;
}

.nav-sidebar-admin li a i {
  margin-right: 8px;
}

.nav-sidebar-admin li.active a {
  color: #63ba16;
  background-color: #fcfcfc;
}

.nav-sidebar-admin li .badge {
  margin-left: 8px;
}

.badge {
  font-weight: 400;
  /* font-size: 0.75em; */
  border-radius: 50%;
}

.badge-green {
  background-color: #63ba16;
  color: #ffffff;
}

.list-categories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-categories li {
  color: #9f9f9f;
}

.list-categories li:not(:last-child) {
  margin-bottom: 4px;
}

.list-categories li.active a {
  color: #63ba16;
}

.list-categories li a {
  color: inherit;
}

.list-categories li a:hover {
  color: #63ba16;
}

/*------------------------------------------------------------------
[7. Right column]
*/
@media (max-width: 991px) {
  .sidebar-right {
    margin-top: 16px;
  }
}

.sidebar-right .search-form {
  margin-bottom: 30px;
}

.sidebar-right .sidebar-right-group {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}

.list-news-thumb {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-news-thumb li {
  overflow: hidden;
}

.list-news-thumb li:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .list-news-thumb li:not(:last-child) {
    margin-bottom: 25px;
  }
}

.list-news-thumb li .thumb {
  float: left;
  margin-right: 15px;
  width: 67px;
}

.list-news-thumb li .thumb img {
  display: block;
  border-radius: 5px;
}

.list-news-thumb li .content {
  width: calc(100% - 67px - 15px);
  float: left;
}

.list-news-thumb li .meta {
  color: #9f9f9f;
  line-height: 18px;
}

.list-news-title {
  margin-top: -5px;
  margin-bottom: 8px;
  /* font-size: 1em; */
  line-height: 1.4;
  font-weight: 400;
}

.list-news-title a {
  color: inherit;
}

.list-news-title a:hover {
  color: #63ba16;
}

.tags a {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  color: #9f9f9f;
  font-weight: 400;
  text-decoration: none;
  box-shadow: none;
}

.tags a:hover {
  background-color: #000;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.listing-detail-summary {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .listing-detail-summary {
    /* padding: 30px; */
  }
}

.listing-detail-summary h3 {
  margin-bottom: 20px;
}

.listing-detail-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.listing-detail-summary ul li {
  color: #9f9f9f;
}

.listing-detail-summary ul li:not(:last-child) {
  margin-bottom: 4px;
}

.listing-detail-summary ul li span {
  color: #383838;
  font-weight: 400;
}

.listing-detail-summary .btn {
  margin-top: 36px;
}

.side-right-map {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .side-right-map {
    /* padding: 30px; */
  }
}

.side-right-map #map_canvas {
  height: 300px;
}

#map-right {
  border-radius: 5px;
}

.side-right-social {
  /* padding: 30px 30px 20px; */
  padding-top: 20px;
}

.side-right-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-right-social ul li {
  margin-bottom: 10px;
}

.side-right-social ul li:not(:last-child) {
  margin-right: 10px;
}

.side-right-social ul li a {
  display: inline-block;
  background-color: #f1f1f1;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #9f9f9f;
  border-radius: 4px;
}

.side-right-social ul li a i {
  vertical-align: middle;
}

.side-right-social ul li a:hover, .side-right-social ul li a:focus {
  /* background-color: #63ba16; */
  background-color: #000;
  color: #ffffff;
}

/*------------------------------------------------------------------
[8. Pagination]
*/
.pagination::before, .pagination::after{
  background: transparent;
  height: 0;
  width: 0;
}
.in-pagination {
  padding-top: 20px;
}

.in-pagination .pagination {
  margin-bottom: 0;
}

.in-pagination .page-link {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.625;
  color: #9f9f9f;
  font-weight: 400;
  border-radius: 4px;
  padding: 3px 10px;
  border: none;
}

.in-pagination .page-link:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #383838;
}

@media only screen and (min-width: 768px) {
  .in-pagination .page-link {
    padding: 9px 17px;
  }
}

.in-pagination .page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #63ba16;
}

.pagination-page {
  padding: 13px 30px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .pagination-page {
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.pagination-page .dropdown-custom {
  margin-bottom: 16px;
}

.pagination-page .page-link {
  padding: 0 10px;
  color: #9f9f9f;
  border: none;
}

.pagination-page .page-link:hover {
  background-color: transparent;
  color: #63ba16;
}

.pagination-page .page-item.active .page-link {
  background-color: transparent;
  color: #63ba16;
}

.pagination-page .page-item:not(.disabled).page-prev .page-link, .pagination-page .page-item:not(.disabled).page-next .page-link {
  font-weight: 400;
  color: #383838;
}

.blog-style-1 .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------------
[9. listing List]
*/
.content-main-right {
  background-color: #ffffff;
  border-radius: 5px;
}

.header-list-listing {
  border-bottom: 1px solid #e4e4e4;
  padding: 14px 20px 13px;
}

@media only screen and (min-width: 768px) {
  .header-list-listing {
    /* padding-left: 30px; */
    /* padding-right: 30px; */
  }
}

.header-list-listing h4 {
  font-weight: 400;
  /* font-size: 1em; */
  margin-bottom: 0;
}

.dropdown-custom span {
  color: #9f9f9f;
}

.dropdown-custom button {
  font-weight: 400;
}

.dropdown-custom .dropdown-menu {
  padding: 0;
}

.dropdown-custom .dropdown-item {
  /* font-size: 0.875em; */
  padding: 6px 15px;
}

.dropdown-custom .dropdown-item:hover, .dropdown-custom .dropdown-item:focus {
  background-color: transparent;
  color: #63ba16;
}

.listing-item {
  border-bottom: 1px solid #e4e4e4;
  color: #9f9f9f;
  padding: 20px 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .listing-item {
    /* padding: 30px 30px 25px; */
  }
}

@media only screen and (min-width: 768px) {
  .listing-item .col-md-2 {
    /* -ms-flex: 0 0 115px;
    -webkit-box-flex: 0;
            flex: 0 0 115px; */
    max-width: 115px;
  }
}

@media only screen and (min-width: 768px) {
  .listing-item .col-md-10 {
    -ms-flex: 0 0 calc(100% - 115px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 115px);
    max-width: calc(100% - 115px);
  }
}

@media (max-width: 767px) {
  .listing-item {
    position: relative;
  }
  .listing-item .listing-info {
    position: static;
  }
}

.listing-item:hover {
  /* background-color: #fcfcfc; */
}

.listing-item:hover .title-listing {
  /* color: #63ba16; */
}

.listing-item:hover .title-listing a {
  /* color: #63ba16; */
}

.listing-item:hover .company-name {
  color: #383838;
}

.add-favourites:hover {
  background-color: #000;
  color: #ffffff;
}

.listing-item:hover .add-favourites i:before {
  content: "\f005";
}

@media only screen and (min-width: 768px) {
  .listing-item .text {
    position: relative;
    /* padding-right: 52px;
    padding-left: 20px; */
  }
}

.listing-item .add-favourites {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media only screen and (min-width: 768px) {
  .listing-item .add-favourites {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

.title-listing {
 
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 8px;
}

.title-listing a {
  color: var(--title-color);
  box-shadow: none;
  text-decoration: none !important;
}

.title-listing a:hover, .title-listing a:focus {
  /* color: #63ba16; */
  color: #000;
  text-decoration: none;
}

.date-listing {
  padding-bottom: 3px;
}


.meta-listing {
  color: #9f9f9f;
}

.meta-listing span {
  display: inline-block;
  margin-top: 3px;
}

.meta-listing span:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .meta-listing span:not(:last-child) {
    margin-right: 24px;
  }
}

.meta-listing span i {
  margin-right: 3px;
  width: 20px;
}

.add-favourites {
  border: none;
  background-color: #f1f1f1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #9f9f9f;
  border-radius: 5px;
  cursor: pointer;
}

.add-favourites:hover, .add-favourites:focus {
  background-color: #000;
  color: #ffffff;
}

.add-favourites:hover i:before, .add-favourites:focus i:before {
  content: "\f005";
}

/*----------- listing list map -----------*/
.content-listing-list-map {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .content-listing-list-map {
    height: calc(100vh - 142px);
    overflow-y: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .content-listing-list-map .container {
    margin-left: 0;
    margin-right: 0;
    max-width: calc(100% - 450px);
  }
}

@media (min-width: 1920px) {
  .content-listing-list-map .container {
    max-width: 1140px;
  }
}

.content-listing-list-map .map-small {
  margin-bottom: 30px;
  height: 450px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .content-listing-list-map .map-small {
    display: none;
  }
}

.content-listing-list-map .map {
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 350px;
}

@media only screen and (min-width: 992px) {
  .content-listing-list-map .map {
    max-height: 550px;
  }
}

@media only screen and (min-width: 1200px) {
  .content-listing-list-map .map {
    margin-bottom: 0;
    max-height: unset;
    min-width: 450px;
    width: calc(100% - 1155px);
    background-color: #ebebeb;
    position: fixed;
    display: block;
    top: 100px;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
  }
  .content-listing-list-map .map:after {
    top: 100%;
    left: 0;
    right: 0;
    height: 500px;
    background-color: #ebebeb;
    position: absolute;
    content: "";
  }
  .content-listing-list-map .map .container {
    padding: 0;
  }
  .content-listing-list-map .map img {
    height: 100%;
  }
}

@media (min-width: 1920px) {
  .content-listing-list-map .map {
    min-width: unset;
  }
}

.browse-listing-list-map .wrapper {
  overflow: hidden;
}

@media (min-width: 1920px) {
  .browse-listing-list-map .section-heading {
    display: none;
  }
}

@media (min-width: 1920px) {
  .browse-listing-list-map.collapse-filter .side-left-toggle {
    display: none;
  }
  .browse-listing-list-map.collapse-filter .side-right-toggle {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .browse-listing-list-map.collapse-filter .content-listing-list-map .map {
    -ms-flex: 0 0 calc(100% - 790px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 790px);
    max-width: calc(100% - 790px);
    margin-left: -350px;
  }
}

.hide-filter {
  /* font-size: 1.125em; */
  font-weight: 400;
  padding-left: 60px;
  margin-bottom: 20px;
  display: none;
}

@media (min-width: 1920px) {
  .hide-filter {
    display: block;
  }
}

.hide-filter .custom-control-label:before {
  height: 14px;
  width: 44px;
  background-color: #e6e6e6;
  left: -60px;
  border: none;
  top: 6px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.hide-filter .custom-control-label:after {
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  background-color: #63ba16;
  border-radius: 50%;
  top: 2px;
}

.hide-filter .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #e6e6e6;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.hide-filter .custom-control-input:checked ~ .custom-control-label:after {
  border: 1px solid #ffffff;
  background-color: #63ba16;
  right: 0;
  left: -60px;
  -webkit-transform: inherit;
          transform: inherit;
}

/*------------------------------------------------------------------
[10. Employer List]
*/
.filter-masonry {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .filter-masonry {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.filter-masonry .alpha {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
  .filter-masonry .alpha {
    -ms-flex: 0 0 calc(100% - 140px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin-bottom: 0;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .filter-masonry .all {
    -ms-flex: 0 0 140px;
    -webkit-box-flex: 0;
            flex: 0 0 140px;
    max-width: 140px;
    padding-left: 10px;
  }
}

.filter-masonry .all .btn {
  min-width: 180px;
}

@media only screen and (min-width: 1200px) {
  .filter-masonry .all .btn {
    display: block;
    width: 100%;
  }
}

.filter-masonry button.filter {
  font-weight: 400;
  color: #9f9f9f;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
}

.filter-masonry button.filter.is-checked {
  color: #383838;
}

@media only screen and (min-width: 1200px) {
  .listing-item.employer .col-xl-4 {
    -ms-flex: 0 0 204px;
    -webkit-box-flex: 0;
            flex: 0 0 204px;
    max-width: 204px;
  }
}

@media only screen and (min-width: 1200px) {
  .listing-item.employer .col-xl-8 {
    -ms-flex: 0 0 calc(100% - 204px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 204px);
    max-width: calc(100% - 204px);
  }
}

@media only screen and (min-width: 1200px) {
  .listing-item.employer .btn-light {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}

.listing-item.employer .number-position {
  margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
  .listing-item.employer .number-position {
    margin-top: 0;
  }
}

.listing-item.employer:hover .btn-light {
  color: #ffffff;
  background-color: #63ba16;
  border-color: #63ba16;
}

.employer-item .employer-item-inner {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.employer-item h3 {
  /* font-size: 1.125em; */
  font-weight: 400;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.employer-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.employer-item ul li:not(:last-child) {
  margin-bottom: 4px;
}

.employer-item ul li a {
  color: #9f9f9f;
}

.employer-item ul li a:hover, .employer-item ul li a:focus {
  /* color: #63ba16; */
}

/*----------- Employer Detail -----------*/
.item-detail-special {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .item-detail-special {
    padding: 33px 0;
  }
}

.item-detail-special .img, .item-detail-special .text {
  position: relative;
  min-height: 1px;
}

.item-detail-special .img {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  /* text-align: center; */
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .item-detail-special .img {
    -ms-flex: 0 0 160px;
    -webkit-box-flex: 0;
            flex: 0 0 160px;
    max-width: 130px;
  }
}

.item-detail-special .text {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .item-detail-special .text {
    -ms-flex: 0 0 calc(100% - 160px);
    -webkit-box-flex: 0;
            flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
}

.item-detail-special .text .btn-feature {
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .item-detail-special .text .btn-feature {
    /* padding-right: 30px; */
    text-align: right;
    margin-top: 0;
  }
}
.btn-feature .btn-added-favourites {
  background-color: #000;
  color: #fff;
}
.btn-feature .btn-added-favourites:hover{
	background-color: #f1f1f1 ;
	color: #000;
}
.item-detail-special .btn-add-favourites {
  padding-left: 12px;
  padding-right: 12px;
}

.item-detail-special .btn {
  margin-top: 4px;
  margin-bottom: 4px;
}

.item-detail-special .btn + .btn {
  margin-left: 4px;
}

.date-style2 {
  color: #9f9f9f;
  padding-bottom: 3px;
}

.date-style2 span:not(:last-child) {
  margin-right: 22px;
}

.date-style2 i {
  margin-right: 4px;
}

.date-style2 .fa-check-circle {
  color: #000;
}

.main-content .title-detail {
  /* font-size: 1.25em; */
  font-weight: 000;
  margin-bottom: 9px;
}

.main-content .title-block {
  font-weight: 400;
  /* font-size: 1.125em; */
  margin-bottom: 20px;
}

.simillar_listing {
  margin-bottom: 30px;
   padding: 10px 0px;
}

.simillar_listing .listing-item:last-child {
  border-bottom: none;
}

.stars {
  display: inline-block;
}

.stars .point {
  display: inline-block;
  color: #000;
}

.star-rating {
  color: #000;
  display: inline-block;
}

.main-content .star-rating i {
  /* font-size: 1.125em; */
}

.single-detail {
  color: #9f9f9f;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .single-detail {
    /* padding: 30px; */
  }
}

.main-content .single-detail h3 {
  /* font-size: 1.125em; */
  color: #383838;
  margin-bottom: 20px;
  font-weight: 400;
}

.single-detail hr {
  border-top-color: #e4e4e4;
  /* margin: 25px -20px; */
}

@media only screen and (min-width: 768px) {
  .single-detail hr {
    /* margin-right: -30px;
    margin-left: -30px; */
  }
}

.single-detail p {
  margin-bottom: 18px;
}

.single-detail p:last-child {
  margin-bottom: 0;
}
