.top-header {
	border-bottom: 1px solid #2f313a;
	position: fixed;
	top: 0;
}

@media (max-width: 1024px) {

	.top-header {
		position: relative;
	}

}

#header-outer, #header-space {
    display: none !important;
}

.container-wrap {
    padding-top: 0 !important;
}

.post-area:first-child {
    margin-top: 0 !important;
}

.gform_validation_errors {
    display: none !important;
}

.sub-text {
    font-size: 25px;
    line-height: 35px;
}

.gform_page {
    transition-duration: 0ms !important;
}

.tab-experience .gform_page_footer,
.tab-industry .gform_page_footer {
    justify-content: center;
    margin-top: 6% !important;
}

.tab-experience .gform_next_button,
.tab-industry .gform_next_button,
.tab-experience .gform_previous_button,
.tab-industry .gform_previous_button {
    font-size: 15px !important;
    padding: 15px 10px !important;
    width: 12% !important;
    font-weight: 800 !important;
    border: 0 !important;
}

body.material .tab-areas .nectar-button.large {
	font-size: 15px !important;
    padding: 15px 50px !important;
	font-weight: 800 !important;
    border: 0 !important;
}

.gform_next_button {
	background-color: #0981be !important;
}

.gform_page_footer input.gform_previous_button {
	background-color: transparent !important;
    border: 1px solid #2e3139 !important;
    color: #8c919f !important;
}

.tab-areas .gform_page_footer {
    display: none !important;
}

.tab-stats .nectar-milestone .number {
	font-size: 75px !important;
    line-height: 80px !important;
    font-weight: 800 !important;
    color: #0981be;
}

.tab-stats .nectar-milestone .subject {
	font-size: 25px;
    line-height: 30px;
    width: 50%;
    margin: 0 auto
}

.tab-stats .nectar-responsive-text {
	margin-bottom: 0;
    margin-top: -10px;
}

.tab-stats .nectar-responsive-text p {
	font-size: 20px;
    color: #797979;
	font-weight: 600;
}

.iwt-text {
    text-align: left;
    color: #fff;
    line-height: 1;
}

.iwt-icon img {
    width: 20px !important;
    vertical-align: -webkit-baseline-middle;
    filter: brightness(0) invert(1);
}

.iwt-text h5 {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.iwithtext .iwt-text {
    padding-left: 35px;
}

.iwt-text a {
    color: #fff;
}

.nectar_video_player_self_hosted {
    position: fixed;
    bottom: 0;
    left: 40px;
    width: 250px;
    margin-bottom: 0 !important;
    display: none;
}

.tab-experience .pcafe_image_picker .gfield_checkbox .gchoice .pcafe_imgp_wrap,
.tab-industry .pcafe_image_picker .gfield_radio .gchoice .pcafe_imgp_wrap {
    margin-bottom: 0;
}

.tab-experience .gfield.pcafe_imgp_col_3 .gfield_checkbox,
.tab-industry .gfield.pcafe_imgp_col_3 .gfield_radio {
    gap: 20px;
}

.tab-experience .pcafe_image_picker .gfield_checkbox .gchoice label,
.tab-experience .pcafe_image_picker .gfield_radio .gchoice label,
.tab-industry .pcafe_image_picker .gfield_radio .gchoice label {
    background: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.tab-experience .pcafe_image_picker .gfield_checkbox .gchoice label .pcafe_imgp_text,
.tab-industry .pcafe_image_picker .gfield_radio .gchoice label .pcafe_imgp_text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
	font-size: 17px;
	font-weight: 800;
}

.tab-experience .pcafe_image_picker .gfield_checkbox .gchoice,
.tab-industry .pcafe_image_picker .gfield_radio .gchoice {
    overflow: hidden;
}

.tab-experience .pcafe_image_picker .gfield_checkbox .gchoice .pcafe_imgp_wrap:before,
.tab-industry .pcafe_image_picker .gfield_radio .gchoice .pcafe_imgp_wrap:before {
    content: '';
    background: #ffc107 url('https://staging.workplacetour.io/wp-content/uploads/2024/11/check-solid.svg') no-repeat;
    background-size: 10px;
    background-position: center;
    width: 20px;
    height: 20px;
    bottom: 10px;
    padding: 10px;
}

.tab-experience .pcafe_image_picker .gfield_checkbox .gchoice input:checked+label .pcafe_imgp_text,
.tab-industry .pcafe_image_picker .gfield_radio .gchoice input:checked+label .pcafe_imgp_text {
    color: #ffc107;
    font-weight: 800;
}

.help-video {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
	cursor: pointer;
}

@media (min-width: 1300px) {

    .tab-experience .exp-boxes,
    .tab-industry .ind-boxes {
        width: 55%;
        margin: 0 auto;
    }

}

.intro-video .wpb_video_wrapper {
	padding-top: 0 !important;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 60%;
	border: 5px solid #fdb914;
	border-radius: 10px;
}

.intro-video .wp-video {
	margin-bottom: 0;
}


.gfield_choice_all_toggle {
	background-color: #2f313a !important;
    padding: 15px 0 !important;
    width: 110px !important;
	outline: none !important;
}

.gfield_choice_all_toggle:focus {
	border: 0 !important;
	outline: none !important;
}

.gfield_checkbox:hover .gchoice,
.gfield_radio:hover .gchoice {
	opacity: 0.8;
}

.gchoice {
	transition: all 200ms ease;
}

.gfield_checkbox:hover .gchoice:hover,
.gfield_radio:hover .gchoice:hover {
	opacity: 1;
	scale: 1.2;
	z-index: 9;
	box-shadow: 0 0 10px #000000a3;
}

.gchoice:hover > label .pcafe_imgp_text {
	color: #ffc107;
    font-weight: 800;
}

.gf_progressbar_wrapper {
	z-index: 999;
	position: fixed;
    top: 50%;
    right: -6%;
    transform: rotate(270deg) translateY(-50%);
    width: 15%;
    overflow: hidden;
}

.gf_progressbar_title {
	display: none;
}


.tab-areas .tab-content {
	padding-left: 10% !important;
}
