@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
*,
::after,
::before {
	box-sizing: border-box
}
:root {
	--bgcolor: #f8f8f8;
	--colorred: #ed1c24;
	--colorblack: #000;
	--colorYellow: #ffe56a;
	--colorGrey: #eaeaea;
	--colorLightGrey: #fafafa;
	--colorwhite: #fff;
}
.yellow-color {
	background-color: var(--colorYellow);
}
.grey-color {
	background-color: var(--colorGrey);
}
.lightGrey-color {
	background-color: var(--colorLightGrey);
}
html {
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	line-height: 1.15;
	background-color: var(--bgcolor);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--bgcolor);
	padding-top: 0px !important;
	transition: background 1s;
	font-family: 'Roboto', sans-serif; overflow:hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}
a {
	color: var(--colorblack);
	text-decoration: none!important;
	background-color: transparent
}
a:hover {
	color: var(--colorred);
	text-decoration: underline
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
h1, h2 {
	font-size: 72px;
	font-weight: bold;
}
.h3, h3 {
    font-size: 1rem;
}
p a,
p a:hover {
	color: var(--colorred)
}
::selection {
	color: var(--colorwhite);
	background-color: var(--colorblack)
}
i.arrow-up {
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url('../images/arrow-up.svg') no-repeat;
}
i.arrow-up.white {
	background: url('../images/arrow-up-white.svg') no-repeat;
}
i.arrow-down {
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url('../images/arrow-up.svg') no-repeat;
	transform: rotate(180deg);
	margin-top: 2px;
	margin-left: 5px;
}
i.arrow-down.white {
	background: url('../images/arrow-up-white.svg') no-repeat;
}
/* header */
header {
	position: fixed;
	background: var(--bgcolor);
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	transition: top .3s;
	transition: background 1s;
}
/* header */
/* main */
.main {
	width: 100%;
	/* height: calc(100% - 85px); */
	height: calc(100% - 0px);
	position: relative;
}
.no-hd-lp .right-panel {
	padding-left: 0;
}
/* main */
/* left panel */
.left-panel {
	width: 110px;
	height: 100%;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 85px;
	z-index: 99;
}
/* left panel */
/* right panel */
.right-panel {
	width: 100%;
	height: 100%;
	display: block;
	padding-inline: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.right-panel-desktop {
    width: 100%;
    height: 100%;
    display: block;
    padding-inline: 10px;
    padding-top: 10px;
    /* padding-bottom: 50px; */
	padding-bottom: 10px;
}
#feedbackForm .md-form.form-lg.btn {
	padding-inline: 0;
}
.row-fluid {
	padding-inline: 10px;
}
.section-gap {
	margin-top: 20px;
}
.white-section {
	background-color: var(--colorwhite);
	border-radius: 35px;
	padding-block: 30px;
	padding-bottom: 10px;
}
/* where are we standing */
.waws-section {
	width: 100%;
	display: block;
	padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
	padding-top: 20px;
}
.waws-section h2 {
	font-size: 45px;
	font-weight: 400;
	padding-bottom: 20px;
}
.waws-box {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: space-between;
    flex-direction: column;
	border-radius: 35px;
	padding: 25px;
	position: relative;
}
.waws-box .waws-img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.waws-box.happy .waws-img {
	background-image: url('../images/happy-customers.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 90%;
	right: -5px;
	bottom: -32px;
}
.waws-box.unhappy .waws-img {
	background-image: url('../images/unhappy-customers.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 65%;
	right: -5px;
	bottom: -20px;
}
.waws-box.neutral .waws-img {
	background-image: url('../images/neutral-customers.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 60%;
	right: -5px;
	bottom: -20px;
}
.waws-box .happy-lottie {
	width: 95% !important;
	position: absolute;
    z-index: 1;
    right: -10px;
    bottom: -58px;
}
.waws-box .neutral-lottie {
	width: 75% !important;
	position: absolute;
    z-index: 1;
    right: -10px;
    bottom: -40px;
}
.waws-box .unhappy-lottie {
	width: 75% !important;
	position: absolute;
    z-index: 1;
    right: -10px;
    bottom: -40px;
}
/* 
.waws-box.happy::before {
	content: "";
	width: 65px;
	height: 65px;
	background-image: url('../images/happy.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
}
.waws-box.neutral::before {
	content: "";
	width: 65px;
	height: 65px;
	background-image: url('../images/neutral.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
}
.waws-box.unhappy::before {
	content: "";
	width: 65px;
	height: 65px;
	background-image: url('../images/unhappy.png');
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
} */
.waws-box .lottie-home-icon {
	width: 65px;
	height: 65px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.waws-top {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
	z-index: 2;
	padding-top: 25px;
}
.waws-top .donut-chart {
	width: 230px;
    height: 230px;
}
.waws-top h3 {
	font-size: 28px;
	font-weight: 700;
	padding-left: 15px;
}
.waws-btm {
	align-self: flex-start;
	position: relative;
	z-index: 2;
}
.waws-btm p {
	width: 130px;
	font-size: 12px;
}
/* where are we standing */
/* avarage-section */
.avarage-section {
	width: 100%;
	display: block;
}
.avarage-box-yellow {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	background-color: var(--colorYellow);
	border-radius: 35px;
	padding: 25px;
}
.avarage-box-yellow h3 {
	font-size: 35px;
	font-weight: 700;
}
.avarage-box-yellow .details {
	padding-top: 35px;
}
.avarage-box-yellow .details span {
	font-size: 16px;
	font-weight: 400;
}
.avarage-box-yellow .details h4 {
	font-size: 70px;
	font-weight: 700;
	display: inline-flex;
}
.avarage-box-yellow .details h4 i.arrow-up {
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url('../images/arrow-up.svg') no-repeat;
	margin-top: 15px;
	margin-left: 5px;
}
.avarage-box-yellow .details h4 i.arrow-down {
	width: 52px;
	height: 52px;
	display: inline-block;
	background: url('../images/arrow-up.svg') no-repeat;
	transform: rotate(180deg);
	margin-top: 15px;
	margin-left: 5px;
}
.avarage-box-white {
	width: 100%;
	height: 100%;
	background-color: var(--colorwhite);
	border-radius: 35px;
	padding: 25px;
}
.avarage-box-white img {
	width: 100%;
	object-fit: cover;
}
/* avarage-section */
/* participation-section */
.participation-section {
	width: 100%;
	display: block;
}
.total-participation-box {
	background-color: #F0F0F0;
	border-radius: 35px;
	padding: 45px 30px 25px;
	height: 285px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.total-participation-box h3 {
	font-size: 35px;
	font-weight: 700;
	color: var(--colorblack);
}
.total-participation-box .details {
	padding-top: 15px;
}
.total-participation-box .details span.branch {
	font-size: 14px;
	font-weight: 400;
	color: var(--colorblack);
	display: block;
}
.total-participation-box .details span.number {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	display: block;
}
.total-participation-box .details p.number {
	font-size: 49px;
	font-weight: 700;
	color: var(--colorblack);
	line-height: normal;
}
.total-participation-box .details p {
	font-size: 14px;
	font-weight: 700;
	color: var(--colorblack);
}
.highest-participation-box,
.lowest-participation-box {
	background-color: #FFF;
	border-radius: 35px;
	padding: 45px 30px 25px;
	height: 285px;
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
}
.highest-participation-box h3,
.lowest-participation-box h3 {
	font-size: 24px;
	font-weight: 700;
	color: var(--colorblack);
}
.highest-participation-box .details,
.lowest-participation-box .details {
	padding-top: 15px;
}
.highest-participation-box .details span.branch,
.lowest-participation-box .details span.branch {
	font-size: 14px;
	font-weight: 400;
	color: var(--colorblack);
	display: block;
}
.highest-participation-box .details span.number,
.lowest-participation-box .details span.number {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	display: block;
}
.highest-participation-box .details p,
.lowest-participation-box .details p {
	font-size: 14px;
	font-weight: 700;
	color: var(--colorblack);
}
.highest-participation-box .graph,
.lowest-participation-box .graph {
	padding-left: 15px;
	width: 230px;
    height: 230px;
}
/* participation-section */
.viewall-btn-box {
	width: 100%;
	display: block;
	text-align: right;
	padding-inline: 15px;
}
/* top-5-section */
.top-5-section {
	width: 100%;
	display: block;
}
.performing-box {
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: column;
    justify-content: center;
	padding: 35px 25px;
	border-radius: 35px;
}
.performing-box.blue {background-color: #0055A9; color: #FFF;}
.performing-box.grey {background-color: #EAEAEA; color: var(--colorblack);}
.performing-box.white {background-color: #fff; color: var(--colorblack);}
.performing-box.green {background-color: #39A900; color: #FFF;}
.performing-box.purple {background-color: #A665AD; color: #FFF;}
.performing-title h3 {
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	padding-right: 4rem;
}
.performing-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0;
}
.performing-details h4 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	padding-right: 4rem;
}
.performing-details h5 {
	/* width: 10%; */
	margin: 0;
	padding: 0;
}
.performing-details h5 span {
	font-size: 16px;
	font-weight: 400;
}
.performing-details h5 p {
	font-size: 44px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.performing-details span {
	display: inline-block;
}
.performing-details span h4 {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.performing-details span p {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.performing-details i {
	display: inline-block;
}
.hun-customer-details {
	display: block;
	width: 100%;
}
.hun-customer-details ul {
	padding: 0;
	margin: 0;
}
.hun-customer-details ul li {
	list-style-type: none;
	border-bottom: 1px solid rgba(112, 112, 112, 0.40);
	display: flex;
	justify-content: space-between;
	padding: 15px 10px;
}
.hun-customer-details ul li .hun-details {
	display: flex;
    justify-content: center;
    align-items: center;
}
.hun-customer-details ul li .hun-details .lottie-home-icon {
	width: 56px;
	height: 56px;
}
.hun-customer-details ul li .hun-details img {}
.hun-customer-details ul li .hun-details h5 {
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 15px;
	margin: 0;
}
.hun-customer-details ul li .hun-graph {
	width: 63px;
	height: 63px;
}
.top-5-pagination {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.top-5-pagination h4 {
	font-size: 14px;
	font-weight: 400;
	line-height: 31px;
	padding: 0 10px 0 0;
	margin: 0;
}
.top-5-pagination ul {
	padding: 0;
	margin: 0;
	display: flex;
}
.top-5-pagination ul li {
	list-style-type: none;
	margin: 0 2px;
}
.top-5-pagination ul li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 31px;
	color: var(--colorblack);
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}
.top-5-pagination ul li a:hover,
.top-5-pagination ul li.active a {
	color: var(--colorblack);
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* top-5-section */
/* overall-branch-section */
.overall-branch-section {
	width: 100%;
	display: block;
}
.overall-branchs-section {
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
.overall-branch-box {
	width: 100%;
	display: block;
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 25px;
	margin-top: 10px;
}
.overall-branch-box h2 {
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
}
.overall-branch-box span {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	color: rgba(2, 2, 2, 0.25);
}
.overall-branch-box .overall-branch-graph {
	padding: 15px 0;
}
.overall-branch-box .overall-branch-graph img {
	width: 100%;
	object-fit: cover;
}
.overall-branch-box .overall-branch-graphs {
	padding: 15px 0;
}
.overall-branch-box .overall-branch-graphs img {
	padding: 0 19px;
	width: 100%;
	object-fit: cover;
	max-width: 311px;
	max-height: 251px;
}
/* overall-branch-section */ 
.gap-section {
	padding: 25px 0;
}
.progress-circle {
	width: 200px;
    height: 200px;
}
.progress-circle span {
	width: 200px;
    height: 200px;
}
.progress-circle:after {
	width: 187px;
	height: 187px;
}
/* right panel */
/* login */
.login-main {
	width: 100%;
	height: 100%;
	display: flex;
  	/* align-items: center; */
  	justify-content: center;
}
.login-box {
	width: 1000px;
	/* height: 500px; */
	background: var(--colorwhite);
	border-radius: 35px;
	padding: 45px;
	padding-left: 100px;
	position: relative;
	margin-top: -45px;
}
.login-box h2 {
	font-size: 45px;
	line-height: 59px;
	font-weight: 400;
	color: var(--colorblack);
}
.login-box p {
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #707070;
}
.login-box::after {
	content: "";
	width: 362px;
	height: 490px;
	position: absolute;
	right: -10px;
	bottom: -45px;
	background: url('../images/login-pic.svg') no-repeat;
	background-size: 100%;
}
.forms-box {
	width: 100%;
	/* height: 500px; */
	background: var(--colorwhite);
	border-radius: 35px;
	padding:0px;
	padding-left: 0;
	position: relative;
	/* margin-top: -45px; */
}
.forms-box.thankyou {
	padding-bottom: 15;
}
.forms-box h2 {
	font-size: 45px;
	line-height: 59px;
	font-weight: 400;
	color: var(--colorblack);
}
.forms-box p {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}
.md-form {
	width: 100%;
	margin-bottom: 15px;
	display: block;
}
.md-form .form-control {
	width: 60%;
	/* width: 90%; */
    height: 54px;
    border: 1px solid #767676;
    border-radius: 15px;
    /* margin-left: 20%; */
	margin: 0 auto;
}
.md-form .form-control:focus {
	box-shadow: none;
	border: 1px solid #767676;
	color: var(--colorblack);
}
.md-form textarea.form-control {
	height: 84px;
	resize: none;
}
.md-form .select2-container {
    width: 100% !important;
}
.md-form.login-btn {
	padding: 0;
}
.btn-stndrd {
	width: 100%;
	max-width: 190px;
	height: 64px;
	padding: 0;
	background: #00ac4d;
	color: var(--colorwhite);
	border: 1px solid #707070;
	border-radius: 15px;
}
.btn-stndrd:hover {
	background: #FFF;
	color: #00ac4d;
	border: 1px solid #00ac4d;
}
/* login */
/* form */
.form-section .white-section {
	padding-left: 40px;
}
.form-section .white-section h2 {
	font-size: 30px;
	font-weight: 400;
	margin-top: 20px;
}
.form-box {
    width: 100%;
    /* height: 500px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 35px;
    padding: 0 25px 0 0;
	padding: 0 0px 0 0;
    position: relative;
}
.option-group {
	width: 100%;
	/* max-width: 400px; */
	height: auto;
	position: relative;
	/* overflow: hidden; */
	border-radius: 0.25em;
	font-size: 4rem;
	margin: 0.2em auto;
    /* will-change: transform; */
	transform: translateZ(0);
	margin-bottom: 20px;
}
.option-container {
	display: flex; 
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	margin: 0;
}
.option {
	width: 31.3%;
	height: 200px;
	overflow: hidden;
	flex: 1;
	display: inline-block;
	padding: 0.39em;
	/*background: #f2f2f2;
	border: 1px solid #e7e7e7;*/
	position: relative;
	margin: 0em;
	margin-right: 0.2em;
	text-align: center;
	border-radius: 0.25em;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; */
	cursor: pointer;
}
.option:last-child { margin-right: 0; }
.option__indicator {
	display: block;
	opacity:0;
	transform-origin: left bottom;
	transition: inherit;
	will-change: transform;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.option__indicator:before,
.option__indicator:after {
	content: '';
	display: block;
	border: solid 2px #e0e0e0;
	background: #fff;
	border-radius: 50%;
	width: 0.25em;
	height: 0.25em;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.option__indicator:after {
	background: #FFF;
	transform: scale(0);
	transition: inherit;
	will-change: transform;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.option-input {
	position: absolute;
	top: 0;
	z-index: -1;
	visibility: hidden;
}
.option__image {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0px auto;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
	margin-bottom: 28px;
}
.option__image img {
	width: 56px;
	vertical-align: top;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.fullScreen .option-input:checked + .option .option__image, .fullScreen  .option__image {
	height: 120px;
	width: 120px;
}
.option__label {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
/* 	
	transform-origin: left bottom;
	transform: translateX(20%) scale(0.7);
	transition: inherit;
	will-change: transform; */
}
/* .option__label sub { 
	margin-left: 0.25em;
	font-size: 0.4em;
	display: inline-block; 
	vertical-align: 0.3em;
} */
/* .option__label :after {
	content: '';
	display: block;
	border: solid 2px #64D6EE;
	width: 100%;
	transform-origin: 0 0;
	transform: scaleX(0.2);
	transition: inherit;
	will-change: transform;
} */
/* .option:last-child .option__label { transform: translateX(0%) scale(0.7); }
.option:last-child .option__indicator { transform: translateX(-20%); } */
.option-input:checked + .option {
	/* transform: translateX(-20%) translateX(0.2em); */
	/*background: #fee66c;*/
	/* border: 1px solid #f4e39e; */
	/* border: 1px solid #767676; */
	height: 200px;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.option-input#Happy:checked + .option {
	background: #f3fff8;
}
.option-input#Neutral:checked + .option {
	background: #fffdee;
}
.option-input#Unhappy:checked + .option {
	background: #fff9ed;
}

.option-input:checked + .option .option__image {
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
	margin: 0px auto 28px;
	height: 100px;
	width: 100px;
}
.option-input:checked + .option .option__image img {
	width: 80px;
	vertical-align: top;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.option-input:checked + .option .option__indicator:before,
.option-input:checked + .option .option__indicator:after {
	border: solid 5px #FFF;
    background: #fae76e;
	-webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* .option-input:checked ~ .option .option__indicator { transform: translateX(0%); } */
/* .option-input:checked ~ .option .option__label { transform: translateX(40%) scale(0.7); } */
/* .option-input:first-child:checked ~ .option {
	transform: translateX(20%) translateX(-0.2em);
} */
/* .option-input:first-child:checked ~ .option .option__indicator { transform: translateX(-40%); }
.option-input:first-child:checked ~ .option .option__label { transform: translateX(0%) scale(0.7); } */
/* .option-input:nth-child(1):checked ~ .option:nth-of-type(1),
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) {
	opacity: 1;
}
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__indicator,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__indicator { 
	transform: translateX(0); 
}
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__indicator::after,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__indicator::after { transform: scale(1); } 
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__label,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__label,
.option-input:nth-child(1):checked ~ .option:nth-of-type(1) .option__label::after,
.option-input:nth-child(2):checked ~ .option:nth-of-type(2) .option__label::after { transform: scale(1); } */
.forms-box.mobile {
	width: 100% !important;
	padding: 0 0 0 0px;
}
.forms-box.mobile .form-section .white-section {
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.option-group.mobile {
	height: auto;
}
.option-group.mobile .option-container {
	flex-direction: row;
}
.option-group.mobile .option-container .option {
    width: 33.33%;
	margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
	border-radius: 15px;
	height: 54px;
	border-color: #767676;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}
.select2-dropdown {
	border-color: #767676;
}
/* form */
@media (min-width:1400px) {
	.waws-box {
		height: 650px;
	}
}
.uppercase {
	text-transform: uppercase;
}
.form-image.thankyou {
	width: 35%;
	margin-top: 25px;
}
.form-group .list-group li label.form-check-label {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form-group .list-group li label.form-check-label .form-check-input {
	position: static;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00ac4d;
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left;
}
.select2-container *:focus {
	outline: none;
}
.form-check-input:checked {
    background-color: #00ac4d;
    border-color: #00ac4d;
	box-shadow: none;
}
.form-check-input:focus {
	box-shadow: none;
}
#feedbackForm .md-form .form-check {
	display: inline-block;
	margin-right: 20px;
}
@media (max-width:1366px) {
	.option {
    height: auto !important;}
	.option__image {
    margin-bottom: 10px !important;
	width: 90px;
	height: 90px;
}
	.option-input:checked + .option .option__image {
	margin: 0px auto 18px;
	height: 90px;
	width: 90px;
}
	.right-panel-desktop {
    /* padding-top: 50px !important; */
    /* padding-bottom: 50px !important; */
	/* padding-bottom: 20px !important; */
}
	.form-section .white-section h2 {
    margin-top: 10px;
}
.option {
    padding: 0 0.39em 20px 0.39em;}
	}
	@media (max-width:1024px) {
		.md-form .form-control {
			width: 90%;
			height: 54px;
		}
		.form-section .white-section h2 {
    margin-top: 10px; text-align:center;
}
.md-form {
    text-align: center;
}
 body{overflow-y: auto;}
 .btn-stndrd {
    width: 160px;
}
}

@media(min-width: 1275px) and (max-width:1280px) and (-webkit-device-pixel-ratio:1.25) {
	.option-input:checked + .option .option__image {
		margin: 0px auto 28px;
		height: 100px;
		width: 100px;
	}
	.option {
    	height: auto;
	}
}

@media(min-width: 1060px) and (max-width:1068px) and (-webkit-device-pixel-ratio:1.50) {
	.option-input:checked + .option .option__image {
		margin: 0px auto 28px;
		height: 100px;
		width: 100px;
	}
	.option {
    	height: auto;
	}
}

@media(min-width: 1275px) and (max-width:1280px) and (-webkit-device-pixel-ratio:1.50) {
	.option-input:checked + .option .option__image {
		margin: 0px auto 28px;
		height: 100px;
		width: 100px;
	}
	.option {
    	height: auto;
	}
}

@media(min-width: 1531px) and (max-width:1540px) and (-webkit-device-pixel-ratio:1.25) {
	.option-input:checked + .option .option__image {
		margin: 0px auto 28px;
		height: 100px;
		width: 100px;
	}
	.option {
    	height: auto;
	}
}

@media(min-width: 1090px) and (max-width:1099px) and (-webkit-device-pixel-ratio:1.75) {
	.option-input:checked + .option .option__image {
		margin: 0px auto 28px;
		height: 100px;
		width: 100px;
	}
	.option {
    	height: auto;
	}
}

@media(min-width: 600px) and (max-width:850px) {
	.a7Tab {
		width: 85.666667%;
	}
	.gap-section {
		position: absolute;
		left: -100000px;
		top: -100000px;
	}
	.btn-stndrd {
		height: 54px;
	}
}

@media(min-width: 820px) and (max-width:850px) {
	.mob-mg {
		/* padding-top: 5px !important; */
	}

	.white-section {
		padding-block: 10px;
		padding-bottom: 20px;
	}
	.form-section .white-section h2 {
		margin-top: 0px;
	}
	.form-section .white-section h2 figure h1 img {
		width: 150px;
	}
	.forms-box p {
		margin: 0;
	}
	.forms-box p {
		font-size: 22px;
		line-height: 26px;
		font-weight: 600;
	}

	.option__image {
		margin-bottom: 10px !important;
		width: 60px;
		height: 60px;
	}
	.option-input:checked + .option .option__image {
		margin: 0px auto 10px;
		height: 60px;
		width: 60px;
	}
	.fullScreen .option-input:checked + .option .option__image, .fullScreen  .option__image {
		height: 90px;
		width: 90px;
	}
	.option-group.mobile {
		margin-bottom: 0;
	}
	.btn-stndrd {
		height: 54px;
	}
}

@media(min-width: 1330px) and (max-width:1350px) {
	.mob-mg {
		/* padding-top: 65px !important; */
	}

	.white-section {
		padding-block: 10px;
		padding-bottom: 20px;
	}
	.form-section .white-section h2 {
		margin-top: 0px;
	}
	.form-section .white-section h2 figure h1 img {
		width: 200px;
	}
	.fullScreen .form-section .white-section h2 figure h1 img {
		width: 270px;
	}
	.forms-box p {
		margin: 0;
	}
	.forms-box p {
		font-size: 22px;
		line-height: 26px;
		font-weight: 600;
	}

	.option__image {
		margin-bottom: 10px !important;
		width: 60px;
		height: 60px;
	}
	.option-input:checked + .option .option__image {
		margin: 0px auto 10px;
		height: 60px;
		width: 60px;
	}

	.fullScreen .option-input:checked + .option .option__image, .fullScreen  .option__image {
		height: 120px;
		width: 120px;
	}

	.fullScreen .form-check-label {
		line-height: 2.3em;
		margin-left: 10px;
		font-size: 1.2rem;
	}
	.fullScreen .option__label {
		font-size: 18px;
	}

	.fullScreen .md-form.form-lg.text-center h4 {
		font-size: 2rem;
	}

	.option-group.mobile {
		margin-bottom: 0;
	}
	.btn-stndrd {
		height: 54px;
	}
	.right-panel-desktop {
		width: 100%;
		height: 100%;
		/* padding-inline: 10px; */
		/* padding-top: 85px; */
		/* padding-bottom: 50px; */
		/* padding-bottom: 20px; */
	}
	.forms-box {
		width: 100%;
		/* height: 500px; */
	}

	.form-image.thankyou {
		width: 50%;
		margin-top: 25px;
	}
	.thankyouText p {
		margin-top: 27%;
		font-size: 32px;
		line-height: 55px;
		font-weight: 600;
	}
	.thankyouText p span {
		line-height: 40px;
	}
	#feedbackForm .md-form .form-check {
		margin-top: -15px;
	}
	.fullScreen #feedbackForm .md-form .form-check {
		margin-top: 0px;
	}
}
.gap-section {
	position: absolute;
	left: -100000px;
	top: -100000px;
}
