﻿/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name: Dialia - Registered Massage Therapy HTML Template   
 * Template URI: https://thememarch.com/demo/html/dialia/
 * Description: Dialia is a registered massage therapy HTML template which comes with the unique and clean design. It helps you to create a beautiful massage therapy HTML website. It's a fully responsive website template. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: https://thememarch.com
 * Version: 2.0
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */

/**
 * CTS Title
 */
.cts-tm-section-title {
  margin-bottom: 45px;
  margin-top: -8px;
}

.cts-tm-section-title h2,
.cts-tm-section-title h3 {
  font-weight: 500;
}

.cts-tm-section-title h2::before, .cts-tm-section-title h2::after,
.cts-tm-section-title h3::before,
.cts-tm-section-title h3::after {
  display: inline-block;
  height: 1px;
  width: 70px;
  background: #EB5317;
  vertical-align: middle;
}

.cts-tm-section-title h2::before,
.cts-tm-section-title h3::before {
  content: "";
  margin-right: 20px;
  display: none;
}

.cts-tm-section-title h2:after,
.cts-tm-section-title h3:after {
  content: "";
  margin-left: 20px;
}

.cts-tm-section-title h3 {
  font-size: 32px;
  line-height: 42px;
}

.cts-tm-section-title.text-center h2::before,
.cts-tm-section-title.text-center h3::before {
  display: inline-block;
}

.cts-tm-section-title.text-right h2::before,
.cts-tm-section-title.text-right h3::before {
  display: inline-block;
}

.cts-tm-section-title.text-right h2::after,
.cts-tm-section-title.text-right h3::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cts-tm-section-title h2::before, .cts-tm-section-title h2::after {
    width: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .cts-tm-section-title h2::before, .cts-tm-section-title h2::after {
    display: none;
  }
  .cts-tm-section-title.text-center h2::before, .cts-tm-section-title.text-center h2::after, .cts-tm-section-title.text-right h2::before, .cts-tm-section-title.text-right h2::after {
    display: none;
  }
}

/* Overlay styles */
[cts-data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[cts-data-overlay] > div,
[cts-data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[cts-data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[cts-data-overlay]:before {
  background-color: #EB5317;
}

[data-secondary-overlay]:before {
  background-color: #EB5317;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[cts-data-overlay="0.5"]:before,
[data-secondary-overlay="0.5"]:before,
[data-black-overlay="0.5"]:before,
[data-white-overlay="0.5"]:before {
  opacity: 0.05;
}

[cts-data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[cts-data-overlay="1.5"]:before,
[data-secondary-overlay="1.5"]:before,
[data-black-overlay="1.5"]:before,
[data-white-overlay="1.5"]:before {
  opacity: 0.15;
}

[cts-data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[cts-data-overlay="2.5"]:before,
[data-secondary-overlay="2.5"]:before,
[data-black-overlay="2.5"]:before,
[data-white-overlay="2.5"]:before {
  opacity: 0.25;
}

[cts-data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[cts-data-overlay="3.5"]:before,
[data-secondary-overlay="3.5"]:before,
[data-black-overlay="3.5"]:before,
[data-white-overlay="3.5"]:before {
  opacity: 0.35;
}

[cts-data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[cts-data-overlay="4.5"]:before,
[data-secondary-overlay="4.5"]:before,
[data-black-overlay="4.5"]:before,
[data-white-overlay="4.5"]:before {
  opacity: 0.45;
}

[cts-data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[cts-data-overlay="5.5"]:before,
[data-secondary-overlay="5.5"]:before,
[data-black-overlay="5.5"]:before,
[data-white-overlay="5.5"]:before {
  opacity: 0.55;
}

[cts-data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[cts-data-overlay="6.5"]:before,
[data-secondary-overlay="6.5"]:before,
[data-black-overlay="6.5"]:before,
[data-white-overlay="6.5"]:before {
  opacity: 0.65;
}

[cts-data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[cts-data-overlay="7.5"]:before,
[data-secondary-overlay="7.5"]:before,
[data-black-overlay="7.5"]:before,
[data-white-overlay="7.5"]:before {
  opacity: 0.75;
}

[cts-data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[cts-data-overlay="8.5"]:before,
[data-secondary-overlay="8.5"]:before,
[data-black-overlay="8.5"]:before,
[data-white-overlay="8.5"]:before {
  opacity: 0.85;
}

[cts-data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[cts-data-overlay="9.5"]:before,
[data-secondary-overlay="9.5"]:before,
[data-black-overlay="9.5"]:before,
[data-white-overlay="9.5"]:before {
  opacity: 0.95;
}

[cts-data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

.was-validated .form-control:invalid {
    border-color: red;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.form-group .input-validation-error {
        border-color: red;
    }
    
    .form-group .form-control:focus, .form-group .form-control.active {
        border-color: #2f55d4;
    }

.form-group textarea {
    height: 120px !important;
}

.form-group textarea.form-control {
    line-height: 25px;
}

.w-45 {
    width: 45% !important;
}

.smallinfoText {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.NewNewnav-pills .Newnav-link {
    border-radius: .25rem;
    background-color: #f5f8fb;
    text-decoration: underline;
}

.Newnav-pills .Newnav-link.active, .Newnav-pills .show > .Newnav-link {
    color: #fff;
    background-color: #007bff
}

.Newnav-fill .Newnav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}
.Newnav-pills .Newnav-link.active, .Newnav-pills .show > .Newnav-link {
    color: #000;
    background-color: #bed9f9;
    text-decoration: none;
}
.Newnav-link a:hover {
    color: #fff;
    background-color: #495057;
}
.Newnav-link:hover a {
    color: #fff;
    background-color: #495057;
    text-decoration: none;
}
.Newnav-link {
    display: block;
    padding: .5rem 1rem;
}
.Newnav-pills .Newnav-link {
    border-radius: .25rem;
    background-color: #f5f8fb;
    text-decoration: underline;
}
.Newnav-link.spanClass {
    border-bottom: 2px solid #0075b7;
}
.Newnav-link.active.spanClass {
    border-bottom: 0px;
}
.top-section {
    padding-top: 50px;
    padding-bottom: 100px;
}


/********************
    job-listing
*********************/
.job-box {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .job-box .lable {
        width: 200px;
        position: absolute;
        top: -2px;
        left: -86px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
        background: #d8dff7;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .job-box .lable h6 {
            font-size: 12px;
        }

    .job-box:hover {
        border-color: #849ae5 !important;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .job-box:hover .lable {
            background: #2f55d4;
        }

.job-list-reg-form {
    position: relative;
    bottom: 45px;
    -webkit-box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 -3px 31px 0 rgba(0, 0, 0, 0.03), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
}

.left-sidebar .card-body {
    border-bottom: 1px solid #eaedf6;
}

a.job-list[data-toggle=collapse]:before {
    content: '\f374';
    display: block;
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #161c2d;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.job-list[data-toggle=collapse].collapsed:before {
    content: '\f415';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.job-list {
    position: relative;
}

.card-header {
    background-color: transparent;
    margin-bottom: 0 !important;
}

.custom-control-label:before {
    border: 1px solid #8492a6;
    background-color: transparent;
    width: 17px;
    height: 17px;
    top: 3px;
}

.custom-control-label:after {
    width: 18px;
    height: 18px;
    top: 2px;
    left: -25px;
}

.custom-control {
    margin: 11px 20px;
}

.nice-select:after {
    margin-top: -5px;
    height: 7px;
    width: 7px;
}

.apply-btn-sm {
    padding: 6px 20px;
    border-radius: 4px;
}

.job-list-box {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .job-list-box:hover {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

/********************
    JOB LIST GRID
*********************/
.job-list-grid {
    padding: 210px 0px 60px 0px;
    background-image: url("../images/job-list-grid-bg.jpg");
    background-size: cover;
    position: relative;
    background-position: center center;
}

.job-list-grid-reg-form {
    background-color: #fcfcfe !important;
    border: 1px solid #eaedf6;
}

.list-grid-item {
    border: 1px solid #eaedf6;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .list-grid-item:hover {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        border-color: transparent;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.grid-fev-icon {
    -webkit-text-stroke: 2px #2f55d4;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .grid-fev-icon:hover {
        -webkit-text-stroke: 0px #2f55d4;
        -webkit-text-fill-color: #2f55d4;
    }

/********************
    JOB SINGLE
*********************/
.job-time-btn {
    border-radius: 50px;
}

.job-overview {
    padding: 24px 0 24px 24px;
}

.overview-details {
    overflow: hidden;
}

@media (min-width: 200px) and (max-width: 768px) {
    .company-logo-img {
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .sort-button .list {
        right: 0;
        left: auto;
    }

    .job-list-btn-space {
        margin: 12px 0;
    }
}

@media (max-width: 425px) {
    .job-list-button-sm {
        text-align: center !important;
        margin: 30px 0px 12px;
    }

    .job-list-desc {
        text-align: center;
    }

    .job-list-reg-form {
        bottom: 70px;
    }

    .show-results h5 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 18px !important;
    }

    .show-results .float-left {
        float: none !important;
    }

    .job-detail-com-desc {
        text-align: center;
    }

    .job-single-meta li:after {
        display: none;
    }

    .job-single-logo-img img {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .sort-button .list {
        right: 0 !important;
        left: auto !important;
    }
}



.home-registration-form {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.registration-form-box {
    position: relative;
}

    .registration-form-box .selectize-input {
        line-height: 2.4;
        padding: 6px 6px 6px 45px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .registration-form-box i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 12px;
        z-index: 2;
        color: #8492a6;
    }

.registration-input-box {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 13px;
    height: 45px !important;
    padding: 6px 6px 6px 45px;
    border: 1px solid #e6eaf4;
}





#tablePostions.table-bordered > tbody > tr > td,
#tablePostions.table-bordered > tbody > tr > th,
#tablePostions.table-bordered > tfoot > tr > td,
#tablePostions.table-bordered > tfoot > tr > th,
#tablePostions.table-bordered > thead > tr > td,
#tablePostions.table-bordered > thead > tr > th {
    border: 1px solid black;
}
.btn-primary-small {
    color: #fff;
    background-color: rgb(0, 117, 183);
    border-color: rgb(0, 117, 183);
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

/*-----------------------------------------------------------------------
Job Details CSS
-----------------------------------------------------------------------
*/
.recent-job-inner-area .container {
    padding-top: 120px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-inner-area .container {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

.recent-job-inner-area .pagination-area {
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-inner-area .pagination-area {
        margin-top: 10px;
    }
}

.job-details-area .container {
    padding-top: 120px;
    padding-bottom: 76px;
}

@media only screen and (max-width: 1199px) {
    .job-details-area .container {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.employers-details-area .container {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media only screen and (max-width: 1199px) {
    .employers-details-area .container {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.recent-job-item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 42px 40px 41px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item {
        padding: 30px 28px 29px;
    }
}

.recent-job-item .company-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .recent-job-item .company-info img {
        border-radius: 5px;
        min-width: 75px;
    }

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info img {
        min-width: auto;
        width: 58px;
    }
}

.recent-job-item .company-info .content {
    margin-left: 30px;
    margin-top: -1px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info .content {
        margin-left: 14px;
    }
}

.recent-job-item .company-info .name {
    color: #272a33;
    font-size: 20px;
    margin-bottom: 9px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info .name {
        font-size: 16px;
    }
}

.recent-job-item .company-info .name a {
    color: #272a33;
}

    .recent-job-item .company-info .name a:hover {
        color: #03a84e;
    }

.recent-job-item .company-info .address {
    font-size: 15px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .company-info .address {
        font-size: 14px;
    }
}

.recent-job-item .main-content {
    margin: 24px 0 20px;
}

    .recent-job-item .main-content .title {
        color: #272a33;
        font-size: 24px;
        margin-bottom: 12px;
    }

@media only screen and (max-width: 1199px) {
    .recent-job-item .main-content .title {
        font-size: 18px;
    }
}

.recent-job-item .main-content .title a {
    color: #272a33;
}

    .recent-job-item .main-content .title a:hover {
        color: #03a84e;
    }

.recent-job-item .main-content .work-type {
    color: #03a84e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .main-content .work-type {
        font-size: 14px;
    }
}

.recent-job-item .main-content .desc {
    font-size: 15px;
    line-height: 1.87;
    max-width: 234px;
}

@media only screen and (max-width: 1199px) {
    .recent-job-item .main-content .desc {
        font-size: 13px;
        max-width: none;
    }
}

.recent-job-item .recent-job-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .recent-job-item .recent-job-info .salary {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
    }

        .recent-job-item .recent-job-info .salary h4 {
            font-size: 22px;
            line-height: 1;
            margin-bottom: 0;
        }

@media only screen and (max-width: 1199px) {
    .recent-job-item .recent-job-info .salary h4 {
        font-size: 19px;
    }
}

.recent-job-item .recent-job-info .salary p {
    bottom: 3px;
    font-size: 14px;
    line-height: 1;
    position: relative;
}

.recent-job-item:hover {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(114, 118, 116, 0.08);
    box-shadow: 0px 15px 15px 0px rgba(114, 118, 116, 0.08);
}

.recent-job-style2-item {
    background-color: #f4f7f7;
}

    .recent-job-style2-item:hover {
        -webkit-box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
        box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
    }

.recent-job-style3-item {
    background-color: #f4f7f7;
    padding: 36px 35px 36px;
}

    .recent-job-style3-item.recent-job-item .company-info .content {
        margin-bottom: 0;
    }

    .recent-job-style3-item.recent-job-item .company-info .name {
        font-size: 19px;
        margin-right: -2px;
    }

    .recent-job-style3-item.recent-job-item:hover {
        -webkit-box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
        box-shadow: 0px 5px 15px 0px rgba(114, 118, 116, 0.15);
    }

.job-details-wrap {
    background-color: #d5e8fd;
    border-radius: 5px;
    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;
    margin-bottom: 50px;
    padding: 15px 14px 15px 20px;
}

.job-details-wrap-list {
    background-color: #eff1fb;
    border-radius: 5px 5px 0 0 ;
    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;
    margin-top: 50px;
    padding: 15px 14px 15px 20px;
}
@media only screen and (max-width: 991px) {
    .job-details-wrap .job-details-wrap-list {
        padding: 30px 21px 30px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .job-details-wrap .job-details-wrap-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-wrap .job-details-wrap-list {
        display: block;
        text-align: center;
    }
}

.job-details-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 575px) {
    .job-details-info {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-info .thumb {
        margin-bottom: 22px;
    }
}

.job-details-info .thumb img {
    border-radius: 5px;
}

.job-details-info .content {
    margin-top: -3px;
    margin-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .job-details-info .content {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-info .content {
        margin-left: 0;
        margin-top: 0;
    }
}

.job-details-info .content .title {
    font-size: 24px;
    margin-bottom: 9px;
}

@media only screen and (max-width: 991px) {
    .job-details-info .content .title {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.job-details-info .content .sub-title {
    color: #03a84e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.job-details-info .content .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .job-details-info .content .info-list {
        display: block;
    }
}

.job-details-info .content .info-list li {
    color: #656565;
    font-size: 14px;
    line-height: 1;
}

    .job-details-info .content .info-list li + li {
        margin-left: 19px;
    }

@media only screen and (max-width: 575px) {
    .job-details-info .content .info-list li + li {
        margin-top: 14px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .job-details-price {
        margin-top: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-price {
        margin-top: 18px;
    }
}

.job-details-price .title {
    font-size: 24px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1199px) {
    .job-details-price .title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .job-details-price .title {
        font-size: 22px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .job-details-price .title {
        font-size: 22px;
        margin-bottom: 14px;
    }
}

.job-details-price .title span {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    display: inline-block;
    left: -8px;
}

.job-details-price .btn-theme {
    width: 130px;
    height: 45px;
    padding: 8px 5px 10px;
}

@media only screen and (max-width: 991px) {
    .job-details-price .btn-theme {
        width: 120px;
        height: 41px;
        padding: 5px;
    }
}

.job-details-item {
    margin-top: -7px;
}

    .job-details-item .content {
        margin-bottom: 44px;
        margin-right: 70px;
    }

@media only screen and (max-width: 1199px) {
    .job-details-item .content {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

.job-details-item .content .title {
    font-size: 30px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .content .title {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

.job-details-item .content .desc {
    margin-bottom: 19px;
    margin-right: -4px;
}

.job-details-item .job-details-list li {
    font-size: 16px;
    display: block;
    line-height: 1.75;
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .job-details-list li {
        font-size: 15px;
    }
}

.job-details-item .job-details-list li i {
    margin-right: 12px;
    margin-right: 12px;
    position: absolute;
    left: -2px;
    top: 6px;
}

.job-details-item .btn-apply-now {
    background-color: #03a84e;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 10px;
    border-radius: 5px;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 39px;
    position: relative;
    margin-top: 46px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .btn-apply-now {
        margin-top: 16px;
        font-size: 15px;
        padding: 5px;
        width: 150px;
        height: 50px;
        line-height: 40px;
    }
}

.job-details-item .btn-apply-now i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 16px;
}

@media only screen and (max-width: 1199px) {
    .job-details-item .btn-apply-now i {
        font-size: 17px;
        margin-left: 0;
    }
}

.job-details-item .btn-apply-now:hover {
    background-color: #272a33;
    color: #fff;
}


.pagination {
    display: block;
    width: 75%;
    margin: 1em auto;
    text-align: center;
}

.pagination:after {
    content: "";
    clear: both;
}

.pagination-button {
    background-color: #f4f7f7;
    border-radius: 5px;
    color: #272a33;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .pagination-button:hover {
        background-color: #0075b7;
        color: #fff;
    }

    .pagination-button.active {
        background-color: #0075b7;
        border-color: #bbb;
        color: #fff;
    }

    .pagination-button:first-of-type {
        border-radius: 18px 0 0 18px;
    }

    .pagination-button:last-of-type {
        border-radius: 0 18px 18px 0;
    }
.pagination span {
    margin-left: 17px;
}

@media only screen and (max-width: 575px) {
    .pagination {
        display: block;
        width: 100%;
        margin: 1em auto;
        text-align: center;
    }

        .pagination:after {
            content: "";
            clear: both;
        }

    .pagination-button {
        background-color: #f4f7f7;
        border-radius: 5px;
        color: #272a33;
        display: inline-block;
        font-weight: 600;
        font-size: 16px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
}

/* arbitrary styles */
.heading {
    text-align: center;
    max-width: 500px;
    margin: 20px auto;
}

.article-loop {
    display: block;
    width: 75%;
    padding: 1em 2em;
    margin: 1em auto;
    border: 1px solid #ddd;
    background-color: #ededed;
}

.badge {
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.badge-large {
    display: inline-block;
    padding: 0.75em 0.75em 0.75em 0.75em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.badge-info {
    color: #fff;
    background-color: #0075b7;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0075b7b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.tm-jobSearchform input:not([type="submit"]) {
    max-width: 650px;
    border-right-color: transparent;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
@media only screen and (max-width: 575px) {
    .tm-jobSearchform input:not([type="submit"]) {
        max-width: 300px;
        border-right-color: transparent;
        -ms-flex-negative: 100;
        flex-shrink: 100;
    }
}

@media only screen and (max-width: 425px) {
    .tm-jobSearchform input:not([type="submit"]) {
        max-width: 240px;
        border-right-color: transparent;
        -ms-flex-negative: 100;
        flex-shrink: 100;
    }
}

@media only screen and (max-width: 350px) {
    .tm-jobSearchform input:not([type="submit"]) {
        max-width: 200px;
        border-right-color: transparent;
        -ms-flex-negative: 100;
        flex-shrink: 100;
    }
}

.Applyblockquote {
    border-left: 2px solid #0075b7;
    font-size: 18px;
    line-height: 27px;
    padding: 20px 10px 10px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.rowp {
    margin-top: 8px;
    margin-bottom: 8px;
}
.rowflexItem {
    display: flex;
    margin-right:8px;
}

.colItem {
    border: 1px solid #F2F2F2;
}

.colItemLink {
    background-color: #0075b7;
    padding: 8px 16px;
    margin-right: 8px;
    border-radius: 100px;
    color: white;
}



.sticky-bottombutton {
    position: fixed;
    bottom: 10px; /* Adjust the value to suit your design */
    margin-top: 50vh; /* This will vertically center the container */
    transform: translateY(-50%);
    z-index: 1000; /* Ensures the button stays on top of other elements */
}

@media (max-width: 600px) {
    .sticky-bottombutton {
        margin-top: 50vh; /* This will vertically center the container */
        transform: translateY(-50%);
        bottom: 10px;
        position: fixed;
    }
}

/* Custom CSS for various width buttons */
.custom-width-btn-100 {
    width: 100px; /* Set the width as per your requirement */
}

.custom-width-btn-200 {
    width: 200px; /* Set the width as per your requirement */
}

.custom-width-btn-300 {
    width: 90%; /* Set the width as per your requirement */
}

.tm-button-float, a.tm-button-float, button.tm-button-float {
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    background: #0075b7;
    background-color: #0075b7;
    height: 50px;
    line-height: 48px;
    padding: 0 40px;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    border: 1px solid #0075b7;
    z-index: 1;
    vertical-align: middle;
    border-radius: 3px;
    white-space: nowrap;
}