li.btn-mob1 a { 
display:none;
}


@media (min-width: 1201px) {
    .menu>li:hover .submenu {
        display: flex;
    }
.history-team-content h2 {
    max-width: 75%;
}
.menu>li>a:hover i {
    transform: rotate(180deg);
}



}



/* Mobile Styles */


@media (max-width: 1401px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 30px;
    }
	.team-modal-content {
    max-width: 100%;
    width: calc(100% - 40px);
}
.get-rewarded-content p {
    font-size: 14px !important;
}
.footer-form-content h3 {
    font-size: 28px; 
	}


}


@media (max-width: 1201px) {
    .main-nav {
        /* width: 100%; */
        margin-top: 15px;
        transition: 0.8s;
    }

    .main-nav.show .menu {
        transform: translateX(0px);
    }

        .menu {
        gap: 0;
        position: fixed;
        width: 100vw;
        z-index: 999;
        background: #fff;
        top: 0;
        left: 0;
        padding: 150px 0px 0px 0px;
        transform: translateX(-120%);
        transition: 0.8s;
        overflow: hidden;
        overflow-y: auto;
        flex-wrap: wrap;
        justify-content: start;
    } 

    .menu>li {
        width: 100%;
        border-top: 1px solid #ddd;
        position: relative;
    }

    .menu>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 30px;
    } 

    .submenu {
        display: none;
        padding-left: 20px;
        background: #f9f9f9;
        transition: all 0.3s ease;
    }

    .menu>li.open .submenu {
        display: block;
    }

    .hamburger {
        display: block;
        position: relative;
        z-index: 999;
    }
    .header-logo {
    position: relative;
    z-index: 9999;
}

    .header-btn {
        display: none;
    }
	.header-flex {
    display: flex
;
    align-items: start;
	}
    ul.submenu {
        position: static;
    }
	.main-nav.show {
		height: 100vh;
	}

    .header-top {
        position: relative;
        z-index: 9999;
    }

    .menu>li>a {
        font-size: 24px;
    }

    .submenu li a {
        font-size: 20px;
        padding: 15px 25px;
    }

    .menu>li>a i {
        margin-left: 3px;
        font-size: 20px;
    }

    .footer-col {
        width: 45%;
    }

    .footer-col:nth-child(2) {
        width: 32%;
    }

    .footer-col:nth-child(3) {
        width: 58%;
    }

    .home-banner-content {
        width: 60%;
    }

    .job-actions {
        flex-wrap: wrap;
        gap: 20px;
    }

    .job-actions a {
        width: 100%;
    }

    ul.job-details li {
        padding: 5px 10px;
        font-size: 12px;
    }

    .choose-header-headline h2 {
        font-size: 26px;
    }

    .swiper-pagination.sp2 {
        left: 35.8% !important;
    }

    .choose-atc-list {
        margin-bottom: 14px;
    }

    .blog-main-sub {
        padding: 14px;
    }

    .blog-recent-1 {
        width: 40%;
    }

    .blog-main-all {
        width: 58%;
    }

    .blog-recent-content h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .blog-detail-content1 {
        width: 80%;
    }

    .blogd-main-flex {
        padding: 0px 0px;
    }

    .ful-width {
        width: 100% !important;
    }

    .history-team-flex {
        padding: 0px;
    }

    .history-team-content p {
        padding-bottom: 0px;
    }

    .content-card h2 {
        max-width: 35%;
    }

    .people-content li {
        width: 48%;
        gap: 6px;
    }

    .people-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 6px;
        margin-bottom: 24px;
    }

    .people-content p {
        font-size: 16px;
        padding-bottom: 22px;
    }

    .site-card-sub1 {
        width: 48%;
    }

    .site-card-sub2 h3 {
        font-size: 28px;
        padding-bottom: 16px;
        max-width: 100%;
    }

    .opportunities-image {
        position: sticky;
        top: 0;
        height: max-content;
    }

    .opportunities-flex {
        align-items: start;
    }

    .site-card-sub1 img {
        border-radius: 12px;
    }

    .site-banner-content h2 {
        font-size: 38px;
        padding-bottom: 14px;
    }

    .testimonials-main {
        padding: 40px;
        max-width: 90%;
    }

    .facilities-content h3 {
        font-size: 28px;
    }

    .facilities-btn a {
        width: 250px;
        max-width: 250px;
    }

    .facilities-btn {
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: end;
    }

    .staffing-solutions-content h2 {
        font-size: 28px;
    }

    .staffing-list ul {
        gap: 12px 0px;
    }

    .staffing-solutions-content p {
        font-size: 14px;
    }

    .facility-list {
        padding: 15px 15px;
    }

    .facility-text p {
        font-size: 12px;
    }
li.dropdown.open i {
    transform: rotate(180deg);
}
.journey-card p.journey-desc {
    min-height: 130px !important;
}
	.footer-form-flex {
    gap: 30px;
}  
body.active-body {
    overflow: hidden;
}	
	li.btn-mob1.bm2 a {
    background: #ADD442;
    color: #002238;
}
	
    li.btn-mob1 a {
        color: var(--black-white-white, #FFF);
        text-align: center;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        border-radius: 120px;
        background: var(--black-white-blue, #2090D8);
        padding: 11px 16px 12px 16px;
        display: block;
        max-width: 200px;
    }  
 li.btn-mob1 {
    border: none;
    margin-left: 30px;
    margin-bottom: 20px;
}
.get-rewarded-flex {
    gap: 0px;
} 








}


@media (max-width: 901px) {
	
	.menu>li>a {
        padding: 14px 20px;
    } 
	    .journey-card p.journey-desc {
        min-height: 80px !important;
    } 

    .footer-col-2 {
        width: 32%;
    }

    .footer-col:nth-child(3) {
        width: 50%;
    }

    .footer-col:nth-child(2) {
        width: 50%;
    }

    .footer-form-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer-form-content {
        width: 100% !important;
    }

    .footer-form-main {
        padding: 8px 20px;
        width: 100% !important;
        margin: auto;
    }

    .home-banner-content h1 {
        font-size: 38px;
    }

    .home-banner-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .home-banner-content {
        width: 70%;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px;
    }

    .choose-atc-list-contnet p {
        padding-bottom: 20px;
    }

    .choose-journey-header p {
        font-size: 16px;
        max-width: 80%;
        margin: auto;
    }

    .choose-journey-main {
        flex-wrap: wrap;
        gap: 20px 0px;
    }

    .journey-card {
        width: 48.5%;
    }

    .jobs-california-header {
        flex-wrap: wrap;
    }

    .swiper-pagination {
        max-width: 80%;
        left: 10% !important;
    }

    .facilities-flex {
        flex-wrap: wrap;
    }

    .facilities-content p {
        font-size: 16px;
        max-width: 100%;
    }

    .facilities-content {
        width: 100%;
    }

    .facilities-content h3 {
        font-size: 25px;
    }

    .choose-header {
        flex-wrap: wrap;
    }

    .choose-header-headline {
        width: 100%;
    }

    .choose-header-contnet {
        width: 100%;
    }

/*     .choose-header-contnet p {
        padding-bottom: 0px;
    } */

    .choose-atc-main {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .choose-atc-main-image {
        width: 100%;
    }
	.choose-atc-main-image img {
        width: 100%;
    }


    .choose-atc-main-contnet {
        width: 100%;
    }

    .testimonials-header p {
        padding-bottom: 20px;
    }

    .testimonials-main {
        padding: 40px;
        max-width: 100%;
    }

    .job-banner-headline h2 {
        font-size: 38px;
    }

    .banner-search-tab.searc-job-list .container {
        padding: 0px;
    }

    .card-detail-contents p {
        font-size: 14px;
    }

    .card-detail-contents ul li {
        font-size: 14px;
    }

    .job-card h3 {
        font-size: 18px;
    }

    ul.blog-paginatin li a {
        width: 38px;
        height: 38px;
    }

    .apply-sec-flex {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .apply-sec-main {
        width: 100%;
    }

    .apply-sec-job {
        width: 100%;
        margin-top: 20px;
    }

    .blog-main-flex {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 30px;
    } 

    .blog-recent-1 {
        width: 100%;
    } 

    .blog-main-all {
        width: 100%;
    }

    .blog-detail-flex {
        margin-top: -80px;
        padding: 20px;
        border-radius: 24px;
    }

    .blog-detail-flex {
        flex-wrap: wrap;
        gap: 20px;
    }

    .blog-detail-content1 {
        width: 100%;
    }

    .history-team-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .history-team-image {
        width: 100%;
    }
	.history-team-image img {
        width: 100%;
    }

    .history-team-content {
        width: 100%;
    }

    .timeline-main {
        padding: 0px;
        position: relative;
    }

    .timeline-header h3 {
        font-size: 25px;
        padding-bottom: 10px;
    } 

    .content-card h2 {
        max-width: 50%;
    }

    .people-flex {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .people-content {
        width: 100%;
    }

    .people-image {
        width: 100%;
    }
	.people-image img {
        width: 100%;
    } 

    .site-card-flex {
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
		padding-bottom: 40px;
    }

    .site-card-sub1 {
        width: 100%;
    }
	.site-card-sub1 img {
        width: 100%;
    } 

    .site-card-sub2 {
        width: 100%;
    }

    .opportunities-flex {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .opportunities-image {
        width: 80%;
    }

    .opportunities-image {
        width: 100%;
        position: static;
    }
	.opportunities-image img {
        width: 100%;
    }

    .opportunities-content {
        width: 100%;
    }

    .facilities-btn {
        align-items: start;
    }

    .staffing-solutions-flex {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .staffing-solutions-image {
        width: 100%;
    }

    .staffing-solutions-content {
        width: 100%;
    } 
	.staffing-solutions-image img {
    border-radius: 20px;
    width: 100%;
}

    .your-facility-flex {
        flex-direction: column-reverse;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .your-facility-content {
        width: 100%;
    }

    .your-facility-img {
        width: 100%;
    }
	.your-facility-img img {
        width: 100%;
    }
 
    .site-card-flex.response-main .site-card-sub2 {
        width: 100%;
    } 
.atc-west-flex {
    flex-wrap: wrap;
    gap: 10px;
}
.atc-west-sub {
    width: 49%;
}
.swiper-pagination.sp2 {
        left: 31% !important;
    }
/* .timeline-main .owl-nav {
    right: -12.5%;
} */
.staffing-list li p {
    font-size: 12px;
}
section.site-banner {
    min-height: 250px;
    display: flex;
    align-items: center;
} 
.recent-blog-sub a
 {
    padding: 12px 16px;
    display: flex;
    justify-content: start;
    gap: 20px;
}
.tag-checkbox-group {
    max-width: 100% !important;
}
 .sec-headline1 {
    padding-bottom: 60px;
}
.page-template-templatesabout-php .site-card-flex:first-child .site-card-sub1::before {
    max-width: 100%;
}
.page-template-healthcare-provider .site-card-flex:first-child .site-card-sub1::before {
    max-width: 100%;
} 
	.success-modal-content {
    margin: 0px 20px;
}
.testimonials-header h3 br {
    display: none;
}
.history-team-content h2 {
    font-size: 26px;
	}
	.choose-atc-list {
    width: 100%;
}

.choose-atc-main-contnet {
    flex-wrap: wrap;
}
.page-id-328 .facilities-content {
    width: 100%;
}
.page-id-328 .facilities-btn {
    width: 100%;
} 
.page-template-healthcare-facilities .facilities-btn {
    width: 100%;
}
	.facilities-btn a {
        width: 47%;
        max-width: 100%;
    }
	.facilities-btn {
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
}
.looking-for-staffing {
    padding-bottom: 20px;
}
	.footer-form-main {
    padding: 0px !important;
}
.local-exp-flex {
    padding-top: 20px;
}
	.local-exp-flex-left {
    gap: 0px;
	}
	.explore-right h2 {
    max-width: 100%;
	}
	.site-banner-content h2 {
    max-width: 100%;
}
	
}



@media (max-width: 701px) {
    .header-top-2 {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }

    .header-top-1 a {
        font-size: 12px;
    }

    .header-top-1 {
        width: 100%;
        justify-content: space-between;
    }

    .menu>li>a {
        padding: 14px 10px;
    }

    .menu>li>a {
        font-size: 14px;
    }

    .submenu li a {
        font-size: 14px;
        padding: 10px 5px;
    }

    .menu>li>a i {
        margin-left: 3px;
        font-size: 16px;
    }

    .menu {
        padding: 130px 0px 0px 0px;
    }

    .header-logo img {
        max-width: 180px;
    }

    .footer-form-flex {
        border-radius: 12px;
        padding: 20px;
    }

    .footer-form-content h3 {
        font-size: 22px;
    }

    .footer-form-main {
        padding: 4px 10px;
        width: 100%;
        margin: auto;
    }

    .footer-col.footer-logo-col {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer-col {
        width: 100% !important;
    }

    .footer-col-2 {
        width: 80%;
    }

    .footer-col h4,
    .footer-col-2 h4 {
        font-size: 16px;
        padding-bottom: 14px;
    }

    .footer-bottom {
        font-size: 12px;
    }
.facilities-btn {
    width: 100%;
}
.facilities-btn a {
        width: 100%;
        max-width: 100%;
    }
	.facilities-btn {
    flex-wrap: wrap;
}
.img-wrapper img {
    border-radius: 10px;
}
	li.btn-mob1 {
    margin-bottom: 10px !important;
}
	.footer-col.footer-logo-col a {
    width: 65%;
}

.footer-icon2 {
    width: 20%;
}
.footer-col.footer-logo-col {
    padding-bottom: 20px;
    margin-bottom: 30px;	
	}
	.timeline-slides {
    max-width: 75%;
    margin: auto;
}
	.timeline-main .owl-nav {
    width: 144%;
    top: 8px;
    right: -22%;
}
.footer-col.footer-logo-col {
    order: -4;
}

.footer-col-2 {
    order: -2;
} 	
.get-rewarded-img img {
    border-radius: 10px;
	}
	.get-rewarded-head {
        padding-bottom: 20px;
    }
	.blogd-main-flex a img.bv-tag-attr-replace.bv-lazyload-tag-img {
    max-width: 200px;
}
	.blog-share {
    margin-top: 0px;
}
	.footer-col-2.col-2-last {
    order: -3;
}.footer-col-2 {
        order: -1;
    }


}



@media (max-width: 701px) {
    .home-banner-content {
        width: 100%;
    }
    .home-banner-content h1 {
        font-size: 28px;
    }
    .home-banner-content p {
    font-size: 14px;
    }
    .banner-search-main {
    padding: 14px;
}
.banner-search-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.banner-search-tab1 {
    width: 100%;
}
.banner-search-icon {
    display: flex;
    width: 100%;
    justify-content: end;
}
section.home-banner-sec {
    padding-bottom: 280px;
}
.choose-journey-header h2 {
    font-size: 24px;
    padding-bottom: 10px;
}
    .choose-journey-header p {
        font-size: 14px;
        max-width: 100%;
        margin: auto;
        padding-bottom: 20px;
    }
    .journey-card {
        width: 100%;
    }
    section.jobs-california {
    padding: 40px 0px;
    }
    .jobs-california-headline h2 {
    font-size: 24px;
    }
    .jobs-california-header {
    padding-bottom: 30px;
}
.swiper-pagination {
        max-width: 55%;
        left: 22% !important;
    }
    .facilities-flex {
    padding: 14px;
    }
    .facilities-content h3 {
        font-size: 20px;
    }
    .choose-header-contnet p {
    font-size: 14px;
    }
    .choose-atc-main-image {
        width: 100%;
    }
    .choose-atc-main-contnet {
        width: 100%;
    }
.choose-atc-list-contnet h4 {
    font-size: 22px;
}
.choose-atc-list-contnet p {
    font-size: 13px;
}
.medicare-partners-headline h3 {
    font-size: 18px;
}
section.healthcare-testimonials {
    padding: 40px 0px;
}
.testimonials-header h3 {
    font-size: 26px;
}
.testimonials-header p {
        padding-bottom: 20px;
        font-size: 14px;
    }
        .testimonials-main {
        padding: 10px;
        max-width: 100%;
    }
    .testimonials-content p {
    font-size: 14px;
    }
    .testimonials-name-text h4 {
    font-size: 14px;
    padding-bottom: 2px;
}
    .swiper-pagination.sp2 {
        left: 10% !important;
    }
    .slider-controls {
    gap: 20px;
    margin-top: 80px;
}
.swiper-pagination.sp2 {
        left: 12% !important;
        bottom: 100px;
    }
        .choose-header-contnet {
        width: 100%;
    }
.partners-icon {
    min-height: 79px;
}
.details-main-flex {
    flex-wrap: wrap;
}
.details-sub1 {
    width: 100%;
}
.details-main-sub2 {
    width: 100%;
}
section.job-banner {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 60px;
}
ul.blog-paginatin {
    position: absolute;
    bottom: 0;
    left: 0;
}
.job-banner-headline h2 {
        font-size: 30px;
    }  
    .filters-left {
    flex-wrap: wrap;
    gap: 20px;
}
.filters-bar-flex {
    margin-top: 40px;
}
    .details-main-sub2 {
        width: 100%;
        margin-top: 40px;
    }
    .job-card {
    padding: 14px;
    }
        .apply-sec-main {
        width: 100%;
        margin-top: 40px;
        padding: 14px;
    }
    section.easy-apply-sec {
    padding-top: 20px;
    padding-bottom: 60px;
}
.step-line {
    display: none;
}
.form-stepper {
    margin-bottom: 40px;
    gap: 40px;
}
.easy-apply-form .form-row {
    flex-wrap: wrap;
     gap: 0px;
}
.easy-apply-form .form-group {
    width: 100%;
    flex: auto;
    margin-bottom: 30px;
}
section.site-banner {
    padding: 50px 0px;
}
.site-banner-content h2 {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .blog-main-sub {
    width: 100%;
}
.blog-recent-1 {
        width: 100%;
    }
    .blog-recent {
    padding: 10px;
    }
    .blog-recent-image {
    max-width: 70px;
}
.blog-main-flex {
    position: relative;
}
.blog-main-all {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.blog-detail-content1 ul {
    flex-wrap: wrap;
    gap: 18px;
}
.blog-detail-content1 h3 {
    font-size: 22px;
}
.blog-detail-name {
    font-size: 14px;
    padding-bottom: 10px;
}

.blog-detail-date {
    font-size: 14px;
}
.blogd-main-flex {
    flex-wrap: wrap;
}
.main-content {
    width: 100%;
}
nav.sidebar {
    width: 100%;
    position: relative;
}
section.blog-detail {
    padding-bottom: 20px;
}
.main-content p {
    font-size: 14px;
}
section#detail-sec-1 {
    padding-top: 30px;
}
.main-content h4 {
    font-size: 18px;
}
.blog-form-main {
    padding: 10px 20px;
}
.recent-blog-hedaer {
    flex-wrap: wrap;
    gap: 10px;
}
section.blog-form {
    padding-bottom: 50px;
}
.recent-blog-hedaer h3 {
    font-size: 30px;
    width: 100%;
}
.blog-main-all.ful-width .blog-main-sub {
    width: 100%;
}
.recent-blog-hedaer {
    padding-bottom: 30px;
}
section.recent-blogs {
    padding-bottom: 0px;
}
.blog-main-all {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .history-team-content {
        width: 100%;
    }
    .history-team-image {
        width: 100%;
    }
    section.history-team {
    padding: 60px 0px;
}
.history-team-content h2 {
    font-size: 22px;
}
.timeline-header p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 10px;
}
    .content-card h2 {
        max-width: 100%;
    }
section.journey-timeline {
    margin-bottom: 50px;
}
.people-content {
        width: 100%;
    }
    .people-image {
        width: 100%;
    }
    .people-content li {
        width: 100%;
        gap: 6px;
    }
    .people-content h3 {
    font-size: 28px;
    }
    section.history-people {
    padding: 40px 0px;
    margin-bottom: 60px;
}
section.history-people {
        padding: 40px 0px;
        margin-bottom: 40px;
    }
        .medicare-partners-headline h3 {
        font-size: 16px;
    } 
    section.team-main {
    padding: 60px 0px;
}
.team-flex {
    flex-wrap: wrap;
    gap: 20px;
}
.team-sub1 {
    width: 100%;
}
/* .team-sub1 h5 {
    padding: 10px;
} */
.team-sub1 p {
    padding: 10px;
}
    .site-card-sub1 {
        width: 100%;
    }
        .site-card-sub2 {
        width: 100%;
    }
        .site-card-sub2 h3 {
        font-size: 22px;
        padding-bottom: 12px;
        }
        .site-card-sub2 p {
    font-size: 14px;
        }
        .site-card-flex {
    padding-bottom: 40px;
}
    .opportunities-image {
        width: 100%;
    }
        .opportunities-content {
        width: 100%;
    }
    .opportunities-content h2 {
    font-size: 24px;
	padding-bottom: 20px;
    } 
    .opportunities-icon {
    flex-wrap: wrap;
}
.our-franchise-header h2 {
    font-size: 24px;
}
.our-franchise-header p {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
    padding-bottom: 50px;
}
section.about-opportunities {
    padding-bottom: 60px;
}
section.our-franchise {
    padding-bottom: 60px;
}
section.about-main {
    padding-top: 60px;
}
.site-banner-content h2 {
    max-width: 100%;
}
.site-banner-content ul {
    flex-wrap: wrap;
    text-align: center;
}
h3.h-provider-headline {
    font-size: 24px;
    padding-bottom: 30px;
    gap: 10px;
}
h2.facilities-headline {
    font-size: 22px;
    padding-bottom: 10px;
}
    .staffing-solutions-image {
        width: 100%;
    }
    .staffing-solutions-content {
        width: 100%;
    }
    .staffing-list li {
    width: 100%;
}
section.staffing-solutions {
    padding: 60px 0px;
}
.your-facility-headline h2 {
    font-size: 24px;
}
    .your-facility-content {
        width: 100%;
    }
    .your-facility-img {
        width: 100%;
    }
    .facility-count span {
    font-size: 22px;
    width: 46px;
    height: 46px;
    }
    .facility-text h3 {
    font-size: 18px;
    padding-bottom: 2px;
}
.choose-header-headline h2 {
        font-size: 22px;
    }
    .staffing-solutions-content h2 {
        font-size: 24px;
    }
    section.your-facility {
    padding-bottom: 60px;
}
.your-facility-headline h2 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .site-card-flex.response-main .site-card-sub2 {
        width: 100%;
    }
        .atc-west-sub {
        width: 100%;
    }
.atc-west-header h2 {
    font-size: 26px;
    padding-bottom: 20px;
}
.atc-west-all {
    margin-bottom: 60px;
}
.partners-icon {
    width: 180px;
}
.success-modal-content {
    width: 100%;
    border-radius: 12px;
    padding: 20px 10px;	
	}
	.banner-search-icon button {
    width: 100%;
    min-height: 48px;
    color: white;
}
.banner-search-icon button svg {
    display: none;
}
.banner-search-icon button::after {
    content: "Search";
        font-family: Manrope;
    font-size: 16px;   
}
.home-banner-btns {
    flex-wrap: wrap;
}

.home-banner-btns a {
    width: 100%;
}
section.home-facilities {
    margin-bottom: 50px;
	}
	.choose-header {
    padding-bottom: 30px;
}
	.choose-atc-main {
    padding-bottom: 30px;
}


.footer-form-main {
    padding: 4px 0px;
}
	.opportunities-icon {
    padding-bottom: 30px;
}
.team-modal-content {
    max-width: 100%;
    width: calc(100% - 20px);
} 
.site-banner-content ul li {
    font-size: 12px;	
	}
	ul.blog-paginatin {
    bottom: -20px;
}
.tag-checkbox-group .wpcf7-list-item {
    display: inline-block;
    margin: 5px;
    white-space: nowrap;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: flex
;
    overflow: auto;
    width: 100vw;
    padding-right: 60px;
}
.tag-checkbox-group {
        max-width: 100% !important;
        overflow: hidden;
    }	
	p.facilities-para {
    font-size: 14px;
    padding-bottom: 40px;
}
.sec-headline1 {
    font-size: 22px;
    padding-bottom: 20px;
    padding-top: 0px;
}
form#job-filters-form {
    flex-wrap: wrap;
}

form#job-filters-form div {
    width: 100%;
}

.filters-right {
        margin: 30px 15px 30px 0px;
    }

.filters-right select {
    padding: 0px;
}	

.btn-row p {
    gap: 24px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}	
.step {
    width: 35%;
}	
.single-jobdiva_jobs .btn-row p {
        flex-direction: row-reverse;
}
button.btn-form-preview {
    padding: 12px 50px;	
	}
	.timeline-slides .owl-item:last-child .year-circle {
    width: 70px;
    height: 70px;
	}
	.year-circle {
    font-size: 14px;
	} 
	.healthcare-staffing-hedaer h2 {
    font-size: 22px;
}
.staffing-flex {
    flex-wrap: wrap;
    gap: 30px;
}
.staffing-sub2 {
    width: 100%;
	}
	.staffing-sub1 {
    width: 100%
	}
	.atc-west-header span {
    width: 90%;
}
.atc-west-header ul {
    margin-bottom: 50px;
}	
.providers-content-main {
    padding: 20px;	
	}
	.providers-content-main h4 {
    font-size: 18px;
	} 
	section.providers-content {
    margin-bottom: 60px;
}
li.btn-mob1 {
        border: none;
        margin-left: 18px;
        margin-bottom: 20px;
    }	
	li.btn-mob1 {
    max-width: 160px;
    margin-top: 20px;
}
	.year-circle {
    margin-top: 28px;
}
	

}




.staffing-flex p:last-child {
    padding-bottom: 0px;
}
.owl-theme .owl-nav .disabled {
    opacity: 1 !important;
    cursor: no-drop !important;
}

