@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,700;1,800&display=swap');

body {
	font-weight: normal;
	line-height: normal;
	overflow-x: hidden !important;
	font-family: 'Work Sans', sans-serif;

}

html {
	scroll-behavior: smooth;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ol,
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

img {
	vertical-align: middle;
}

p {
	font-size: 16px;
	font-weight: 400;
}

a {
	text-decoration: none !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div {
	display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;

}

:root {
	/* font family */
	--work_sans_font_family: 'Work Sans', sans-serif;


	/* font family close */

	/* color and bg color code */
	--color-black-1: ;

}

.scorecard_header {
	background: #000;
	padding: 25px 0;
	margin-bottom: 25px;
}

.header-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
}

.wrapper_common_container_01 {
	max-width: 1280px;
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
}

.wrapper_common_container_02 {
	max-width: 960px;
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
}


.wrapper_title_1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 12px;
	color: var(--color-primary);
	margin-bottom: 0px;
	font-family: var(--Bebas_Neue_font_family);
	text-align: center;
}

.wrapper_title_2 {
	font-size: 80px;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: 1px;
	color: var(--color-white);
	margin-bottom: 0px;
	font-family: var(--Bebas_Neue_font_family);
}


.linkbtn {
	max-width: 100%;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 0.928571rem;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	height: 32px;
	border-radius: 16px;
	white-space: nowrap;
	transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	cursor: default;
	outline: 0px;
	text-decoration: none;
	border: 0px;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0px 28px;
	color: rgb(255, 255, 255);
	font-weight: 600;
}


.rel_col {
	position: relative;
}


.box-shadow-wrapper-div {
	background-color: rgb(255, 255, 255);
	color: rgb(93, 93, 93);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
}

.text-center {
	text-align: center !important;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.d-flex {
	display: flex !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.d-block {
	display: block !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: end;
}

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

.align-items-end {
	align-items: flex-end;
}

.align-items-center {
	align-items: center;
}

.justify-content-between {
	justify-content: space-between;
}

/* padding-CSS */
.p-0 {
	padding: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.text-center {
	text-align: center;
}

.m-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Column-CSS */
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


/* dashbaord */
.main_wrapper {
	background: #f7f7f7;
	padding-bottom: 144px;
}

.dashboard_wrapper_inner {
	padding: 24px 0px 48px;
	margin-bottom: 64px;
}

.dashboard_wrapper_inner .mail-head h4 {
	margin-bottom: 20px;
	font-weight: 800;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 1.21429rem;
	line-height: 1.6;
	color: rgb(93, 93, 93);
	text-transform: capitalize;
}

.dashboard_wrapper_inner .mail-head p {
	margin: 0px 0px 0.35em;
	font-weight: 600;
	color: rgb(112, 112, 112);
	line-height: 1.6;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 1.07143rem;
	text-align: center;
}

.dashboard_wrapper_inner .mail-head p:last-child {
	margin: 0px;
	font-weight: 600;
	color: rgb(112, 112, 112);
	line-height: 1.6;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 1rem;
	text-align: center;
}

.dashboard_wrapper_inner .mail-head {
	padding: 40px 100px;
}

.col-link-grid-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease 0s;
	margin-top: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.upper_head_section {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease 0s;
	flex-direction: column;
}

.col-link-grid-wrapper a {
	width: 100%;
	height: 100%;
}

.col-link-grid-wrapper figure img,
.upper_head_section figure img {
	width: 100px;
	height: 100px;
}

.col-link-grid-wrapper:focus,
.col-link-grid-wrapper:hover {
	outline: rgb(239, 114, 51) solid 1px !important;
}

.col-link-grid-wrapper h3,
.upper_head_section h3 {
	margin: 0px 0px 0.35em;
	font-weight: 800;
	color: rgb(93, 93, 93);
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 1.4063rem;
	line-height: 1.6;
	text-align: center;
}

.link_section {
	margin: 32px 0px;
}

.link_section_box {
	padding: 48px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.link_section_box .accordion_wrapper_container {
	margin-top: 48px;
}

.accordion_inner_wrapper .colllapse-col {
	margin-bottom: 24px;
	cursor: pointer;
}

.accordion_inner_wrapper .colllapse-col .collapse-box {
	background-color: rgb(255, 255, 255);
	color: rgb(93, 93, 93);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
	position: relative;
	transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	overflow-anchor: none;
	border-radius: 0px;
	margin-bottom: 24px;
	padding: 0px 16px;
}

.accordion_inner_wrapper .colllapse-col .collapse-box .collapse_box_title {
	display: flex;
	align-items: center;
	padding: 16px 0px;
	color: rgb(93, 93, 93);
}

.accordion_inner_wrapper .colllapse-col .collapse-box .collapse_box_title span.collapse_icon {
	margin-left: auto;
}

.accordion_inner_wrapper .colllapse-col .collapse-box .collapse_box_title h5 {
	font-size: 1.4063rem;
	font-weight: 800;
	color: rgb(93, 93, 93);
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	line-height: 1.6;
}

.collapse-box span.collapse_icon svg {
	width: 16px;
	height: 16px;
	transition: all 0.3s ease;
}

.collapse-box span.collapse_icon svg line {
	stroke: rgba(0, 0, 0, 0.54);
}

.collapse_body {
	display: none;
}

.collapse-box.active span.collapse_icon svg {
	transform: rotate(180deg);
}

.collapse-inner.colllapse-col .collapse_body {
	padding: 8px 0px 16px;
}

.collapse-inner.colllapse-col .collapse_body p {
	font-size: 1.0938rem;
	margin: 0px;
	font-weight: 600;
	color: rgb(112, 112, 112);
	line-height: 1.6;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
}

.collapse-box .collapse_box_title h5 .title_link {
	padding: 12px 12px 5px;
}

a.againBtn {
	background: rgb(235, 79, 0);
	color: rgb(255, 255, 255);
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
	user-select: none;
	vertical-align: middle;
	appearance: none;
	text-decoration: none;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 1rem;
	line-height: 1.75;
	min-width: 64px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
	padding: 16px 24px;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 500ms ease 0s;
}

a.againBtn:hover {
	transform: translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
	background: rgb(164, 55, 0);
	color: rgb(255, 255, 255);
}

a.againBtn i {
	margin-right: 12px;
	display: flex;
}

.againBtn svg path {
	fill: #fff;
}

/* floating label css start */

.wrapper-did-floating-label-content {
	position: relative !important;
	margin-bottom: 20px !important;
}

.wrapper-did-floating-label {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: normal !important;
	position: absolute !important;
	pointer-events: none !important;
	left: 15px !important;
	top: 18px !important;
	padding: 0 5px !important;
	background: #fff !important;
	transition: 0.2s ease all !important;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	line-height: normal !important;
}

.wrapper-did-floating-input,
.wrapper-did-floating-select {
	font-size: 18px !important;
	display: block !important;
	width: 100% !important;
	height: 58px !important;
	padding: 0 20px !important;
	background: #fff !important;
	color: #323840 !important;
	border: 1px solid #000 !important;
	border-radius: 4px !important;
	box-sizing: border-box !important;

}

.wrapper-did-floating-input:focus,
.wrapper-did-floating-select:focus,
.wrapper-did-floating-label-content select:focus {
	outline: none !important;
	border: 2px solid #eb4f00 !important;
}

.wrapper-did-floating-input:focus~.wrapper-did-floating-label,
.wrapper-did-floating-select:focus~.wrapper-did-floating-label {
	top: -8px !important;
	font-size: 18px !important;
	color: #eb4f00 !important;
}


.wrapper-did-floating-input:not(:placeholder-shown)~.wrapper-did-floating-label {
	top: -8px !important;
	font-size: 16px !important;
}

.wrapper-did-floating-select:not([value=""]):valid~.wrapper-did-floating-label {
	top: -8px !important;
	font-size: 16px !important;
}

.wrapper-did-floating-select[value=""]:focus~.wrapper-did-floating-label {
	top: 11px !important;
	font-size: 16px !important;
}

.wrapper-did-floating-label-content input {
	line-height: normal !important;
}

/* Floating lable css end */


#scroll-progress {
	position: absolute !important;
	bottom: -10px !important;
	width: 0%;
	height: 10px;
	background: #5e5e5e !important;
	z-index: 99;
}

#scrollPercentLabel {
	padding: 40px;
	right: 0;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	z-index: 99;
	font-family: "proxima-nova", sans-serif;
	max-width: 120px;
	width: 100%;
}

.wrapper__form__hq__heading {
	font-size: 36px;
	font-family: "proxima-nova", sans-serif;
}

.wrapper_common_container_01 {
	max-width: 1280px;
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
	margin-right: auto;
	margin-left: auto;
}

/*  */

.wrapper__form__hq__heading h3 {
	margin: 40px 0 60px;
	border-bottom: 2px solid #000;
}

.wrapper__form__hq__form__heading h5 {
	font-size: 18px;
	text-align: center;
	font-weight: 800;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	color: rgb(93, 93, 93);
	margin-bottom: 30px;
}

.wrapper__form__hq__form__box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 40px;
}

.wrapper__form__hq__form__box--left {
	max-width: calc(100% / 2);
	width: 100%;
	padding: 0 15px;
}

.wrapper__form__hq__form__box--right {
	max-width: calc(100% / 2);
	width: 100%;
	padding: 0 15px;
}

.wrapper__form__fw .wrapper__form__hq__form__box--left {
	max-width: 100%;
}

.wrapper__top__header__hq {
	max-width: 100%;
	position: sticky;
	top: 0;
	z-index: 999;
}

.wrapper-did-floating-label-content select {
	font-size: 18px;
	display: block;
	width: 100%;
	height: 58px;
	padding: 0 20px;
	background: #fff;
	color: #323840;
	border: 1px solid #000;
	border-radius: 4px;
	box-sizing: border-box;
}

/* header css strat */
.wrapper__top__header__hq__box {
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom: 10px solid #cdcdcd;
	top: -10px;
}

.wrapper__top__header__hq {
	background-color: #000;
	height: 96px;
}

.wrapper__top__header__hq__text {
	color: #fff;
}

.wrapper__top__header__hq__logo {
	padding-left: 20px;
}

#scrollPercentLabel {
	padding-right: 20px;
}

/* header css End */
/* check box progress css start */
.wrapper__progressbar {
	background: transparent;
	box-sizing: border-box;
	display: table;
	height: 6em;
	overflow: hidden;
	padding: 1em 0;
	position: relative;
	width: 100%;
	text-align: center;
}

.wrapper__progressbar__radio {
	display: none;
}

.wrapper__progressbar__radio:checked+label~label {
	color: #aaa;
}

.wrapper__progressbar__radio:checked+label~label::before {
	background: white;
	border-color: #eb4f00;
}

.wrapper__progressbar__radio:checked+label~label::after {
	background: rgba(235 79 0 / 41%);
}

.wrapper__progressbar__label {
	color: #000;
	display: table-cell;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	max-width: 150px;
	width: 100%;
	display: inline-block;
	font-size: 16px !important;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
}

.wrapper__progressbar__label::before {
	background: #eb4f00;
	border-radius: 50%;
	border: 2px solid #eb4f00;
	bottom: calc((100% - 3em) - 11px);
	content: "";
	display: block;
	height: 20px;
	left: calc((50% - 1em) - -4px);
	position: absolute;
	width: 20px;
	z-index: 9;
}

.wrapper__progressbar__label::after {
	background: #eb4f00;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	right: 50%;
	top: 47px;
	width: 100%;
}

/* .wrapper__progressbar__label:last-of-type::after {
            right: 0;
            width: 150%;
        } */

.wrapper__progressbar__label:first-of-type::after {
	background: transparent !important;
}

/* css custom radio button start */
.wrapper-radio-buttons label {
	display: inline-block !important;
}

.wrapper-radio-buttons {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.wrapper-custom-radio input {
	display: none;
}

.wrapper-radio-btn {
	margin: 10px;
	width: 180px;
	height: 180px;
	border: 3px solid transparent;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
	background-color: white;
	cursor: pointer;
}

.wrapper-radio-btn>i {
	color: #ffffff;
	background-color: #000;
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%) scale(2);
	border-radius: 50px;
	padding: 3px;
	transition: 0.5s;
	pointer-events: none;
	opacity: 0;
}

.wrapper-radio-btn .wrapper-hobbies-icon {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrapper-radio-btn .wrapper-hobbies-icon img {
	max-width: 100px;
	display: block;
	margin: auto;
	width: 100%;
	margin-bottom: 12px;

}

.wrapper-radio-btn .wrapper-hobbies-icon i {
	color: #000;
	line-height: 80px;
	font-size: 60px;
}

.wrapper-radio-btn .wrapper-hobbies-icon h3 {
	color: #555;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
}

.wrapper-custom-radio input:checked+.wrapper-radio-btn {
	border: 5px solid #eb4f00 !important;
}

.wrapper-custom-radio input:checked+.wrapper-radio-btn>i {
	opacity: 1 !important;
	transform: translateX(-50%) scale(1) !important;
}

/* End */


/* radio css start */
.radio label {
	display: initial !important;
	line-height: normal !important;
}

.radio {
	margin-bottom: 20px;
}

.radio input[type=radio] {
	position: relative;
	opacity: 0;
}

.radio input[type=radio]+.radio-label:before {
	content: "";
	background: #ffffff;
	border-radius: 100%;
	border: 2px solid #727271;
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}

.radio input[type=radio]:checked+.radio-label:before {
	background-color: #eb4f00;
	box-shadow: inset 0 0 0 4px #ffffff;
	border-color: #eb4f00;
}

.radio input[type=radio]:focus+.radio-label:before {
	outline: none;
	border-color: #eb4f00;
}

.radio input[type=radio]:disabled+.radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}

.radio input[type=radio]+.radio-label:empty:before {
	margin-right: 0;
}

.radio label {
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 18px;
	color: #555555;
	font-weight: 700;
}

.wrapper__hq__radio__box {
	display: flex;
	justify-content: center;
}

/* radio css end */

/* check box css strat */
.wrapper___check {
	display: block;
	margin-bottom: 15px;
}

.wrapper___check__box input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.wrapper___check__box label {
	position: relative;
	cursor: pointer;
}

.wrapper___check__box label:before {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #727271;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 15px;
}

.wrapper___check__box input:checked+label::after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid #eb4f00;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wrapper___check__box input:checked+label::before {
	border-color: #eb4f00;

}

.wrapper___check__box {
	margin-bottom: 20px;
}

.wrapper___check__box label {
	font-family: "Work Sans", Helvetica, Ariel, sans-serif;
	font-size: 18px;
	color: #555555;
	font-weight: 700;
}

.wrapper-did-floating-label-content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #717171 50%),
		linear-gradient(135deg, #717171 50%, transparent 50%),
		linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
	background-position:
		calc(100% - 25px) 25px,
		calc(100% - 15px) 25px,
		100% 0;
	background-size:
		10px 10px,
		10px 10px,
		2.5em 2.5em;
	background-repeat: no-repeat;
}

.wrapper-did-floating-label-content select:focus {
	background-image:
		linear-gradient(45deg, #717171 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #717171 50%),
		linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
	background-position:
		calc(100% - 10px) 25px,
		calc(100% - 20px) 25px,
		100% 0;
	background-size:
		10px 10px,
		10px 10px,
		2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}

.wrapper___check__box label {
	line-height: normal !important;
}
/* check box css end  */

/* Svg Map css strat */
.wrapper__svg__form {
	display: flex;
	justify-content: center;
	width: 100%;
}

.wrapper__svg__form g.map-region path {
	fill: rgb(238, 238, 238);
	stroke: rgb(158, 158, 158);
	stroke-width: 4px;
	stroke-miterlimit: 4;
}

.wrapper__svg__form path {
	transition: all 500ms ease 0s;
}

.wrapper__svg__form g.map-region:hover path {
	fill: rgba(14, 88, 20, 0.6);
	stroke: rgb(9, 61, 14);
}

.wrapper__svg__form g.map-region.active path {
	fill: rgb(235, 79, 0);
	stroke: rgb(164, 55, 0);
	stroke-width: 8px;
}

/* Svg Map css End */

/* Button Css strat */
.wrapper__btn__clear button {
	width: 100%;
	height: 52px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 5px;
	font-family: "Work Sans", sans-serif !important;
	color: #5d5d5d !important;
	cursor: pointer;
	font-weight: 800 !important;
	transition: .2s all;
}

.wrapper__btn__clear:hover button {
	background-color: #f7f7f7;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.wrapper__btn__next button {
	width: 100%;
	height: 52px;
	background-color: rgb(14, 88, 20);
	border: 1px solid #000;
	border-radius: 5px;
	font-family: "Work Sans", sans-serif !important;
	color: #ffffff !important;
	cursor: pointer;
	font-weight: 800 !important;
	transition: .2s all;
}

.wrapper__btn__next:hover button {
	background-color: rgb(9, 61, 14);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

/* Button Css End */


.wrapper__progressbar__label,
.radio label {
	cursor: pointer;
}

.ss_error {
	margin-left: 15px;
	border: 1px solid #ff0000;
	padding: 2px 10px;
	color: #ff0000;
	display: none;
}

.wrapper-radio-btn .wrapper-hobbies-icon img { 
	max-width: 60px;
}

.wrapper-radio-btn .wrapper-hobbies-icon {
	top: 60%;
}

/* responsive style css */

@media(max-width:1024px) {
	.wrapper__progressbar {
		display: flex;
		overflow-x: auto;
	}

	.wrapper__progressbar {
		display: flex !important;
		overflow-x: auto !important;
	}

	.wrapper__progressbar__label {
		min-width: 122px;
		line-height: 1;
		font-size: 14px !important;
		padding: 0 10px;
	}

	.wrapper__progressbar__label::before {
		bottom: calc((100% - 3em) - 17px);
	}

	.wrapper__svg__form svg {
		height: 265px;
	}

	.wrapper__btn__clear,
	.wrapper__btn__next {
		margin-bottom: 20px;
		margin-top: 20px
	}

	.wrapper__progressbar__label {
		font-size: 12px !important;
	}
	
	.wrapper__progressbar__label::before {
		bottom: calc((100% - 3em) - 22px) !important;
	}

	.wrapper__progressbar__label { 
		/* line-height: 3 !important; */
	}
	
	.wrapper-radio-btn .wrapper-hobbies-icon img { 
		max-width: 65px;
	}

	.wrapper-radio-btn .wrapper-hobbies-icon h3 {
		font-size: 12px !important;
	}

	.wrapper-radio-btn .wrapper-hobbies-icon{
		top: 60%;
	}
}

@media (min-width:992px) {
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
}

@media(min-width:991px) {
	.dashboard_grid .row {
		margin: 0 -32px;
	}

	.dashboard_grid .row .col-link-grid {
		padding: 32px 32px 0px;
	}
}

@media (min-width:768px) {
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media(max-width:767px) {

	.wrapper__form__hq__form__box--left,
	.wrapper__form__hq__form__box--right {
		max-width: calc(100% / 1) !important;
		width: 100% !important;
	}

	.wrapper__btn__clear {
		margin-bottom: 20px;
		margin-top: 20px
	}

	.dashboard_wrapper_inner .mail-head {
		padding: 40px 20px;
	}

	.link_section_box {
		padding: 30px 20px;
	}

	.col-link-grid-wrapper h3,
	.upper_head_section h3,
	.collapse-box .collapse_box_title h5 {
		font-size: 19px !important;
	}

	.linkbtn {
		font-size: 14px;
	}

	.dashboard_wrapper_inner .mail-head h4,
	.dashboard_wrapper_inner .mail-head p,
	.collapse-inner.colllapse-col .collapse_body p {
		font-size: 17px;
	}

	.dashboard_wrapper_inner .mail-head p:last-child {
		font-size: 16px
	}
}

@media (min-width:576px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}