.ld-fancy-heading h1 {
    font-size: 40px !important;
    font-weight: 700;
}
.iconbox .iconbox-icon-wrap .iconbox-icon-container img{
    width: 75px;
}
.txt-rotate-keyword{
    color: #f76948;
}
.bg-orange-100 {
    background-color: #FDE9CD;
}
.bg-sky-100 {
    background-color: #C7ECFE;
}
.bg-purple-100 {
    background-color: #e7e2ff;
}
.bg-red-100 {
    background-color: rgb(177 192 173 / 20%);
}
.bg-pink-100 {
    background-color: rgb(254 215 119 / 10%);
}
.bg-yellow-100 {
    background-color: rgb(118 81 229 / 10%);
}
.call-to-action-five .bg-dark{
    background-color: #323945 !important;
}
/* Footer Anni */

.nomad-care-staffing-icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 15%;
    height: 1000px;
    margin-left: 20px;
    margin-right: 20px;
    display: block
}

.nomad-care-staffing-icon-wrapper.large-desktop {
    display: none
}

.icon-images {
    width: 100px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.nomad-care-staffing {
    overflow: hidden
}

.nomad-care-staffing-columns {
    background-color: var(--black);
    border-radius: 12px;
    justify-content: space-between;
    max-height: 420px;
    display: flex;
    overflow: hidden
}

/* .max-width-500 {
    max-width: 500px
} */

.nomad-care-staffing-col-content {
    z-index: 1;
    background-color: var(--white);
    color: var(--charcoal);
    border-radius: 12px;
    width: 40%;
    max-width: 533px;
    height: 540px;
    padding: 40px 40px 40px 30px
}

.nomad-care-staffing-icon-col {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
    padding-left: 40px;
}



@media screen and (min-width: 1280px) {

    .nomad-care-staffing-columns {
        justify-content: space-between
    }

    .tab-col-img.portrait-img {
        min-width: 100%
    }

    .h2-med.nomad-care-staffing-title {
        font-size: 56px
    }

}

@media screen and (min-width: 1920px) {
    .nomad-care-staffing-icon-col {
        width: 100%;
        max-width: 80%
    }
}

@media screen and (max-width: 991px) {
    .nomad-care-staffing-icon-wrapper {
        margin-left: 10px;
        margin-right: 10px
    }

    .nomad-care-staffing-icon-wrapper.first-row {
        margin-left: 0
    }

    .icon-images {
        max-width: 100%
    }

    .nomad-care-staffing-columns {
        max-height: 380px
    }

    .nomad-care-staffing-col-content {
        height: 380px;
        padding: 20px 15px
    }
}

.bg-light{
    background-color: #f7694814 !important;
}
.checkin{
    padding-left: 0px;
}
.call-to-action-five .er_btn_two:hover{
    border-color: #f76948;
    color: #f76948;
}

/* End Footer Anni  */


/* Search */


/* Style the buttons inside the tab */
.tabs button {
	background-color: transparent;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
    width: 50%;
}

/* Change background color of buttons on hover */
.tabs button:hover {
	background-color: rgb(247 105 72 / 10%);
	color: #f76948;
}

/* Create an active/current tablink class */
.tabs button.active {
	background-color: #f76948;
	color: #fff;
}
.tab-container input[type=text], .tab-container input[type=password] {
    width: 100%;
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.tab-container label>.icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #000;
}
.tab-container {
    /* width: 50%; */
    margin: auto;
    text-align: center;
	font-family: "Inter", sans-serif;
}

.tabs {
    overflow: hidden;
    border: 1px solid #f76948;
    background-color: rgb(247 105 72 / 10%);
	margin: 20px 0px 10px 0px;
}

.tab-link {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab-link:hover {
    background-color: #ddd;
}

.tab-link.active {
    background-color: #ccc;
}

.tab-content {
    display: none;
    padding: 10px 0px 20px 0px;
    border-top: none;
}

.tab-content table {
    width: 100%;
    border-collapse: collapse;
}

.tab-content table, .tab-content td {
    border: 1px solid #ddd;
}

.tab-content td {
    padding: 8px;
    text-align: left;
}

.jobs-list {
    /* border-right: 1px solid #ccc; */
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro';
}

.job-tab {
    padding: 10px;
    cursor: pointer;
    border: 1px solid #fef1ec;
    margin-bottom: 10px;
    text-align: left;
    color: #032A3E;
    font-family: 'Be Vietnam Pro';
}

.job-tab:hover {
    border: 1px solid #f76948;
}

.job-tab:active {
    border: 1px solid #f76948;
    box-shadow: rgba(135, 46, 145, 0.8) 0px 0px 5px
}

.job-details {
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

.job-detail {
    display: none;
}

.job-detail.active {
    display: block;
}

.job-tab:active{
    color: #f76948;
    background-color: rgba(247, 105, 72, 0.1);
}
/* End Search */