
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
.stoneshot-form-content .main {
	max-width: 1250px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.stoneshot-form-content .arrow-btn {
	height: 56px;
	width: 56px;
	display: inline-block;
	background-color: #FF7900;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0;
	font-size: 0;
	border: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stoneshot-form-content .arrow-btn:after {
	content: '\f061';
	font-family: 'font Awesome 5 Pro';
	font-size: 25px;
	color: #fff;
}
.stoneshot-form-content .arrow-btn-circle {
	border-radius: 50%;
}
.stoneshot-form-content .arrow-btn:disabled {
	cursor: no-drop;
	opacity: 50%;
}
.stoneshot-form-content .custom-checkbox + label {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 70px;
	display: block;
	line-height: 57px;
}
.stoneshot-form-content .custom-checkbox, 
.stoneshot-form-content .custom-radio {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.stoneshot-form-content .custom-checkbox + label:before {
	content: '';
	position: absolute;
	height: 56px;
	width: 56px;
	left: 0;
	top: 0;
	background-image: url('../images/unchecked-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 56px 56px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stoneshot-form-content .custom-checkbox:checked + label:before {
	background-image: url('../images/checked-icon.svg');
}
.stoneshot-form-content .custom-radio + label {
	padding-left: 66px;
	display: block;
}
.stoneshot-form-content .custom-radio + label:before, 
.stoneshot-form-content .custom-radio + label:after {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	height: 36px;
	width: 36px;
	background-color: #E3E5E5;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stoneshot-form-content .custom-radio + label:after {
	height: 16px;
	width: 16px;
	top: 6px;
	left: 10px;
}
.stoneshot-form-content .custom-radio:checked + label:before {
	background-color: #258340;
}
.stoneshot-form-content .custom-radio:checked + label:after {
	background-color: #fff;
}
.stoneshot-form-content input[name="unsubscribe-reason"] + label {
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #333333;
}
.stoneshot-form-content input[name="unsubscribe-reason"] + label + textarea {
	pointer-events: none;
	opacity: 0.8;
}
.stoneshot-form-content input[name="unsubscribe-reason"]:checked + label + textarea {
	font-weight: 400;
	pointer-events: auto;
	opacity: 1;
	padding: 7px 8px;
	font-size: 12px;
	line-height: 18px;
	margin: 32px 0 20px;
}
.stoneshot-form-content input[name="unsubscribe-reason"] + label + textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333333;
	opacity: 1;
	font-weight: 400;
}
.stoneshot-form-content input[name="unsubscribe-reason"] + label + textarea::-moz-placeholder { /* Firefox 19+ */
	color: #333333;
	opacity: 1;
	font-weight: 400;
}
.stoneshot-form-content input[name="unsubscribe-reason"] + label + textarea:-ms-input-placeholder { /* IE 10+ */
	color: #333333;
	opacity: 1;
	font-weight: 400;
}
.stoneshot-form-content input[name="unsubscribe-reason"] + label + textarea:-moz-placeholder { /* Firefox 18- */
	color: #333333;
	opacity: 1;
	font-weight: 400;
}
.stoneshot-form-content .form-btn {
	width: 100%;
}
.stoneshot-form-content .txtbox-lbl {
	color: #636466;
	position: absolute;
	left: 16px;
	top: 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stoneshot-form-content .has-error .txtbox {
	border: 1px solid #FB0101 !important;
}
.stoneshot-form-content .txtbox:not(:-moz-placeholder-shown) + .txtbox-lbl {
	display: inline-block;
	top: 6px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.stoneshot-form-content .txtbox:not(:-ms-input-placeholder) + .txtbox-lbl {
	display: inline-block;
	top: 6px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.stoneshot-form-content .txtbox:not(:placeholder-shown) + .txtbox-lbl, 
.stoneshot-form-content .txtbox:focus + .txtbox-lbl {
	display: inline-block;
	top: 6px;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.stoneshot-form-content .txtbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: transparent;
}
.stoneshot-form-content .txtbox::-moz-placeholder { /* Firefox 19+ */
	color: transparent;
}
.stoneshot-form-content .txtbox:-ms-input-placeholder { /* IE 10+ */
	color: transparent;
}
.stoneshot-form-content .txtbox:-moz-placeholder { /* Firefox 18- */
	color: transparent;
}
.stoneshot-form-content .error-box {
	position: relative;
	margin-left: 80px;
}
.stoneshot-form-content .error-box .error-text:before {
	content: '';
	position: absolute;
	left: -80px;
	top: 50%;
	height: 40px;
	width: 45px;
	background-image: url('../images/error-icon.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.stoneshot-form-content .error {
	display: none !important;
	color: #636466;
	position: absolute;
	left: 16px;
	top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.stoneshot-form-content .txtbox:not(:placeholder-shown) ~ .error, 
.stoneshot-form-content .txtbox:focus ~ .error {
	display: none !important;
}
.stoneshot-form-content .error-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 50px;
	color: #000000;
}
.stoneshot-form-content .form-outer {
	max-width: 800px;
}
.stoneshot-form-content .form-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.stoneshot-form-content .form-grp-lft {
	width: 100%;
	/*max-width: 460px;*/
	padding-right: 20px;
}
.stoneshot-form-content .form-grp-right {
	width: 100%;
	max-width: calc(100% - 505px);
	padding-left: 20px;
}
.stoneshot-form-content .form-group {
	margin-bottom: 8px;
	position: relative;
}
.stoneshot-form-content .steps {
	padding: 40px 0;
}
.stoneshot-form-content .steps h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 48px;
	color: #313A45;
	margin: 0 0 20px 0;
}
.stoneshot-form-content .steps h2#unsubscribe-title {
	margin: 32px 0 0;
	font-size: 20px;
}
.stoneshot-form-content .steps p, 
.stoneshot-form-content .steps h5 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 50px;
	text-transform: initial;
}
.stoneshot-form-content .steps .txtbox, 
.stoneshot-form-content .steps textarea, 
.stoneshot-form-content .steps .txtbox:focus, 
.stoneshot-form-content .steps textarea:focus {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	height: 56px !important;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	background-color: #F4F6F7;
	padding: 26px 16px 11px;
	margin: 0 0 8px
}
.stoneshot-form-content .steps select.txtbox::-ms-expand {
	display: none;
}
.stoneshot-form-content .steps select.txtbox, 
.stoneshot-form-content .steps select.txtbox:focus {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background-image: url('../images/select-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 56px 56px;
	padding-bottom: 6px;
}
.stoneshot-form-content .steps textarea, 
.stoneshot-form-content .steps textarea:focus {
	height: 120px !important;
	resize: none;
}
.stoneshot-form-content .steps .btn:disabled {
	cursor: no-drop;
	opacity: 50%;
}
.stoneshot-form-content input[type=submit], .stoneshot-form-content .btn {
	color: #313a46 !important;
    background: 0 0;
    border: 2px solid #a3b5c9;
    padding: .5rem 1.25rem;
    font-weight: 600;
    white-space: nowrap;
	font-size: 16px;
	line-height: 24px;
}
.stoneshot-form-content input[type=submit]:hover, .stoneshot-form-content .btn:hover {
	cursor: pointer;
	background: rgba(26, 103, 210, .06);
    border: 2px solid #94a9c0;
    -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, .3);
}
.stoneshot-form-content .step1 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	max-width: 380px;
	margin-bottom: 0;
}
.stoneshot-form-content .step1 p a {
	color: #000000;
	text-decoration: underline;
}
.stoneshot-form-content .step1 p a:hover {
	color: #000000;
	text-decoration: none;
}
.stoneshot-form-content .data-permission {
	margin-top: 35px;
}
.stoneshot-form-content .data-permission label {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	padding-left: 80px;
}
.stoneshot-form-content .steps .form-btn {
	padding-top: 32px;
}
.stoneshot-form-content .steps .sidebar .form-btn {
	padding-top: 40px;
}
.stoneshot-form-content .step1 .sidebar .form-btn, 
.stoneshot-form-content .step1 .form-btn, 
.stoneshot-form-content .step2 .sidebar .form-btn {
	padding-top: 0;
}
.stoneshot-form-content .step2-form-grp-right {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stoneshot-form-content .step2-form-grp-right .form-group {
	width: 50%;
	min-width: 166px;
}
.stoneshot-form-content .step2-form-grp-right .form-group.full-width {
	width: 100%;
	margin: 16px 0 0;
}
.stoneshot-form-content .step2-form-grp-right .form-group.full-width label {
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}
.stoneshot-form-content .step2-form-grp-right .form-group.full-width input {
	margin: 0 14px 0 0;
}
.stoneshot-form-content .step3 h2, 
.stoneshot-form-content .step5 h2 {
	margin-bottom: 15px;
}
.stoneshot-form-content .step3 h5 {
	margin-bottom: 20px;
}
.stoneshot-form-content .step4 h5, 
.stoneshot-form-content .step5 h5, 
.stoneshot-form-content .step5 h6 {
	font-weight: 400;
}
.stoneshot-form-content .steps .txtbox.error + .txtbox-lbl + .error {
	margin: 10px 0 20px;
}
.stoneshot-form-content .display-none {
	display: none;
}

@media (max-width: 1023px) {
	.stoneshot-form-content .error-box {
        padding-left: 40px;
	}
	.stoneshot-form-content .error-box .error-text:before {
        left: 0;
        height: 25px;
        width: 30px;
        top: 2px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
	}
}

@media (max-width: 767px) {
	.stoneshot-form-content .step1 .form-grp-lft {
        max-width: calc(100% - 60px);
        padding-right: 20px;
        margin-bottom: 0;
	}
	.stoneshot-form-content .step1 .form-grp-right {
        max-width: 60px;
        padding-left: 0;
	}
}

@media (max-width: 568px) {
	.stoneshot-form-content .step2-form-grp-right .form-group {
		width: 100%;
	}
	.stoneshot-form-content .form-grp-lft {
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
	}
}

.stoneshot-form-content .form-group.has-error:before, 
.stoneshot-form-content .form-group.has-valid:before { 
    left: auto;top:15px;right: 13px; 
}