* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-overflow-scrolling: touch;
}

@font-face {
	font-family: 'Allianz Neo';
	src: local('Allianz Neo Light'), local('AllianzNeo-Light'), url('../fonts/AllianzNeo-Light.woff2') format('woff2'), url('../fonts/AllianzNeo-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Allianz Neo';
	src: local('Allianz Neo Regular'), local('AllianzNeo-Regular'), url('../fonts/AllianzNeo-Regular.woff2') format('woff2'), url('../fonts/AllianzNeo-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Allianz Neo';
	src: local('Allianz Neo Bold'), local('AllianzNeo-Bold'), url('../fonts/AllianzNeo-Bold.woff2') format('woff2'), url('../fonts/AllianzNeo-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Allianz Neo Condensed';
	src: local('Allianz Neo Condensed'), local('AllianzNeo-Condensed'), url('../fonts/AllianzNeo-Condensed.woff2') format('woff2'), url('../fonts/AllianzNeo-Condensed.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova Rg';
	src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* ************************************************ */

html,
body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #706f6f;
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-family: 'Allianz Neo', Arial;
	font-weight: 300;
	font-style: normal;
}

img,
a img {
	border: none;
}
a {
	outline: none;
	text-decoration: none;
	color: #0067b3;
}
a:hover span {
	text-decoration: none;
}
ul,
ol {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #706f6f;
	font-weight: 300;
	font-size: 33px;
	line-height: 36px;
	font-family: 'Allianz Neo', Arial;
}

.table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
}

/* ************************************************ */

.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
}

.section {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.section-margins {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}
.section-title-title {
	/* margin-bottom: 30px; */
	font-size: 39px;
	line-height: 46px;
	font-weight: 300;
}
.section-title {
	/* margin-bottom: 60px; */
	font-size: 39px;
	line-height: 46px;
	font-weight: 300;
}
.section-title span {
	display: block;
}

.header {
	width: 100%;
	height: 100px;
	position: relative;
}
.header .logo {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translate(0, -50%);
}
.header .logo img {
	width: auto;
	height: 30px;
}

.footer {
	padding-left: 3%;
	padding-right: 3%;
	background-color: #fff;
	border-top: 4px solid #706f6f;
	text-align: left;
}
.footer .section-margins {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.footer p {
	margin: 0 0 15px;
	color: #414141;
	font-size: 19px;
	line-height: 26px;
}
.footer p.infoline {
	margin-bottom: 0;
}
.footer p a {
	color: #414141;
}
.footer p a:hover {
	text-decoration: underline;
}

.footer-social {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 60px;
	text-align: right;
}

.footer-social ul {
	width: 100%;
	list-style-type: none;
	margin: 0 0 10px;
}
.footer-social li {
	width: auto;
	display: inline-block;
	margin-left: 10px;
}
.footer-social li a {
	width: 34px;
	height: 34px;
	display: block;
	color: #414141;
	transition: color 0.3s ease-in-out;
}
.footer-social li a:hover {
	color: #0067b3;
}
.footer-social li a i {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
}
.footer-social p {
	color: #5b5b5b;
	margin-bottom: 0;
}

/* ************************************************ */

.myhome-section-banner {
	height: 460px;
	background: #fff url(../images/myhome-banner.jpg) no-repeat 100% 100%;
	background-size: auto 100%;
}
.myhome-section-banner .section-margins {
	height: 100%;
}
.myhome-section-banner .table-cell {
	vertical-align: middle;
}

.myhome-section-banner h1 {
	font-size: 31px;
	line-height: 36px;
	font-weight: 300;
	margin: 0 auto 50px; /*text-shadow: 0 1px 2px rgba(255,255,255,.3);*/
}
.myhome-section-banner h2 {
	font-size: 68px;
	line-height: 72px;
	font-weight: 400;
	color: #706f6f;
	margin-bottom: 40px;
}
.myhome-section-banner h2 span {
	font-weight: bold;
	display: block;
	color: #ff7915;
}

/* ************************************************ */

.myhome-section-details {
	text-align: left;
}
.myhome-section-details .section-margins {
	height: 100%;
	background: #fff /*transparent url(../images/myhome-image-box-1.svg) no-repeat 100% 70%*/;
	background-size: auto 290px;
}

.myhome-section-details p {
	margin: 0 0 10px;
	padding-right: 0;
	color: #706f6f;
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
}
.myhome-section-details p.first {
	margin-bottom: 30px;
	margin-top: 8px;
	padding-right: 0;
}

.myhome-section-details ul,
.myhome-online-details ul {
	width: 100%;
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}
.myhome-online-details ul {
	padding-left: 10%;
}
.myhome-section-details ul li,
.myhome-online-details ul li {
	width: 100%;
	min-height: 26px;
	position: relative;
	padding-left: 75px;
}
.myhome-section-details ul li:before,
.myhome-online-details ul li:before {
	width: 80px;
	height: 26px;
	position: absolute;
	top: 0;
	left: 0;
	content: '\e901';
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	font-family: 'icons' !important;
}

/* ************************************************ */

.myhome-online-details {
	background: #deeff1;
}
.myhome-online-details .section-margins {
	height: 100%;
	background: transparent url(../images/myhome-image-box-2.svg) no-repeat 0% 52%;
	background-size: auto 290px;
}

.myhome-online-details .section-margins div {
	width: 100%;
	padding-left: 50%;
	text-align: left;
	margin-bottom: 50px;
}
.myhome-online-details p {
	margin: 0 0 10px;
	color: #706f6f;
	font-size: 21px;
	line-height: 28px;
	font-weight: 300;
}
.myhome-online-details p.first {
	margin-bottom: 30px;
}

/* ************************************************ */

.form {
	position: relative;
	margin: 0 auto;
}

fieldset {
	width: 100%;
	border: none;
	position: relative;
}
fieldset.fieldset-msg,
.view-form-message fieldset.fieldset-form {
	display: none;
}
.view-form-message fieldset.fieldset-msg {
	display: block;
}

.form-row {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 30px;
	text-align: left;
}
.form-row:last-of-type {
	padding-top: 20px;
	text-align: center;
	margin-bottom: 0;
}
.form-row.insurance-type {
	margin: 0 auto 60px;
}

.form-cell {
	width: 100%;
	position: relative;
	overflow: hidden;
	/* padding-left: 90px; */
}
.insurance-type .form-cell {
	padding-left: 115px;
}
.form-row-2-cols .form-cell {
	width: 48.6%;
	float: left;
}
.form-row-2-cols .form-cell:nth-child(2n) {
	float: right;
}

label,
/* .form label { width:auto; display:block; font-size: 23px; line-height: 36px; font-weight: 400; font-family: 'Allianz Neo Condensed', 'Allianz Neo'; } */
/* .form label { position:absolute; top:0; left:0; } */
.form .insurance-type label {
	width: 110px;
}

input,
select,
textarea {
	width: 100%;
	height: 34px;
	padding: 0 5px;
	margin: 0;
	color: #706f6f;
	font-size: 23px;
	font-weight: normal;
	font-family: 'Allianz Neo Condensed', 'Allianz Neo';
	border: none !important;
	border-bottom: 1px solid #706f6f !important;
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	user-select: text;
}

.form select {
	padding: 0 0 0 5px;
}
.form select option {
	padding: 5px 15px 0 30%;
	background-color: #e5f0f7;
}
/* .form textarea { height: 100px; padding: 5px; } */

input:hover,
select:hover,
textarea:hover,
.form input:hover,
.form select:hover,
.form textarea:hover,
input:focus,
select:focus,
textarea:focus,
input:active,
select:active,
textarea:active,
.form input:focus,
.form select:focus,
.form textarea:focus,
.form input:active,
.form select:active,
.form textarea:active {
	outline: none !important;
	background: rgba(255, 255, 255, 1) !important;
	color: #000 !important;
}

.form input.disabled,
.form select.disabled,
.form textarea.disabled,
.form input.disabled:hover,
.form select.disabled:hover,
.form textarea.disabled:hover,
.form input.disabled:focus,
.form select.disabled:focus,
.form textarea.disabled:focus {
	opacity: 0.6 !important;
	user-select: none !important;
	pointer-events: none !important;
	background: rgba(0, 0, 0, 0.05) !important;
}

.form .error input,
.form .error select,
.form .error textarea,
.form .ck-input.error label:after,
.form .rd-input.error label:after {
	border-color: #eb3535 !important;
}
.form .error label {
	color: #eb3535 !important;
}
/*.form .error input::-webkit-input-placeholder, 
.form .error input:-moz-placeholder, 
.form .error input:-ms-input-placeholder { color:rgba(236,50,50,1)!important; }*/

.form .ck-input,
.form .rd-input {
	width: 100%;
	position: relative;
	margin: 0 auto 20px !important;
	padding: 0;
	border: none;
	transition: all 0.3s ease-in-out;
}

.form .ck-input label,
.form .rd-input label {
	width: 100%;
	min-height: 28px;
	display: block;
	position: static;
	z-index: 5;
	cursor: auto;
	font-size: 21px;
	line-height: 28px;
	padding: 0 0 0 32px;
	margin: 0;
	text-transform: none;
	font-weight: 300;
	text-align: left;
}

.form .ck-input label a,
.form .rd-input label a,
.form .ck-input label span,
.form .rd-input label span {
	position: relative;
	z-index: 10;
	color: #0067b3;
	cursor: pointer;
}
.form .ck-input label a:hover,
.form .rd-input label a:hover,
.form .ck-input span a:hover,
.form .rd-input span a:hover {
	text-decoration: underline;
}

.form .ck-input input[type='checkbox'],
.form .rd-input input[type='radio'] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 6;
	overflow: hidden;
	cursor: pointer;
}

.form .ck-input label:after,
.form .rd-input label:after {
	width: 20px;
	height: 20px;
	padding: 0;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 2px;
	content: '';
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	font-family: icons;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, border 0.3s ease-in-out, background 0.3s ease-in-out;
}
.form .ck-input label:after {
	padding-left: 1px;
}
form .rd-input label:after {
	border-radius: 50%;
}
.form .ck-input:hover label:after,
.form .rd-input:hover label:after {
	content: '\e900';
	border-color: #000 !important;
	color: #000;
	background: #fff !important;
}

.form .ck-input input[type='checkbox']:checked + label:after,
.form .rd-input input[type='radio']:checked + label:after,
.form .ck-input.error input[type='checkbox']:checked + label:after,
.form .rd-input.error input[type='radio']:checked + label:after {
	content: '\e900';
	border-color: #000 !important;
	color: #000;
}

.form .ck-input:last-of-type,
.form .rd-input:last-of-type {
	margin: 0 !important;
}

.form .ck-input input[type='checkbox']:checked + label,
.form .rd-input input[type='radio']:checked + label,
.form .ck-input:hover label {
	color: #000 !important;
}
.form .ck-input:hover a,
.form .rd-input:hover label,
.form .rd-input:hover a {
	color: #000 !important;
}
.form .ck-input input[type='checkbox']:checked + label a,
.form .rd-input input[type='radio']:checked + label a,
.form .ck-input input[type='checkbox']:checked + label span,
.form .rd-input input[type='radio']:checked + label span {
	color: #000 !important;
}

/* .form-row-error-msg,
.form-row-info-msg { width:100%; margin:0 auto 40px; display:block; position:relative; color:#eb3535; background: rgba(233,161,110,.2); border:1px solid #e9a16e; border-radius:10px; padding:15px 30px; font-size: 21px; line-height:28px; font-weight: 300; text-align:left; }
.form-row-info-msg { background:#; } */

.fieldset-msg {
	padding: 60px 0;
}
.fieldset-msg .section-title {
	margin-bottom: 20px;
}
.fieldset-msg p {
	margin: 0;
	color: #706f6f;
	font-size: 23px;
	line-height: 26px;
	font-weight: 300;
}

.frc {
	padding-top: 20px;
}

/* ************************************************ */

.button {
	width: auto;
	height: 70px;
	position: relative;
	display: inline-block;
	padding: 0 22px;
	color: #fff;
	background: #0067b3;
	border-radius: 8px;
	font-size: 24px;
	line-height: 66px;
	font-weight: 400;
	text-transform: uppercase;
	border: 2px solid transparent;
	text-align: center;
	font-family: 'Allianz Neo';
	cursor: pointer;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
button.button {
	line-height: inherit !important;
	outline: none !important;
}
.button:hover {
	color: #fff;
	background: #0b6290 !important;
	text-decoration: none;
}
.button:active,
.button.active {
	color: #fff;
	background: #024d8e !important;
	outline: none !important;
	border-color: #024d8e;
}

.myhome-section-banner .button,
.myhome-online-details .button {
	background-color: #ff7915;
}

.button-outline {
	width: auto;
	color: #0067b3;
	background: transparent !important;
	border-color: #0067b3;
}
.button-outline:hover {
	border-color: #0b6290;
}
.button-outline:active,
.button-outline.active {
	border-color: #024d8e;
}

/* ************************************************ */

.overlay,
.overlay-modal {
	width: 100%;
	height: 100vh;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	left: 100%;
	top: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.3); /*background:rgba(241,249,250,.9);*/
}
.overlay .scrollbar {
	padding: 0;
}
.overlay .table-cell {
	padding: 35px 0;
}

.overlay-modal .table-cell {
	vertical-align: middle;
}

.view-overlay-gdpr .overlay-gdpr {
	-webkit-animation: overlay-anim 0.5s ease forwards;
	-moz-animation: overlay-anim 0.5s ease forwards;
	-o-animation: overlay-anim 0.5s ease forwards;
	-ms-animation: overlay-anim 0.5s ease forwards;
	animation: overlay-anim 0.5s ease forwards;
}

@-webkit-keyframes overlay-anim {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
	}
	5% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(-100%, 0, 0);
	}
}
@-moz-keyframes overlay-anim {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, 0, 0);
	}
	5% {
		opacity: 0;
		-moz-transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(-100%, 0, 0);
	}
}
@-ms-keyframes overlay-anim {
	0% {
		opacity: 0;
		-ms-transform: translate3d(0, 0, 0);
	}
	5% {
		opacity: 0;
		-ms-transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-ms-transform: translate3d(-100%, 0, 0);
	}
}
@-o-keyframes overlay-anim {
	0% {
		opacity: 0;
		-o-transform: translate3d(0, 0, 0);
	}
	5% {
		opacity: 0;
		-o-transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-o-transform: translate3d(-100%, 0, 0);
	}
}
@keyframes overlay-anim {
	0% {
		opacity: 0;
		transform: translate3d(0, 0, 0);
	}
	5% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(-100%, 0, 0);
	}
}

.overlay-content,
.overlay-modal-content {
	width: 800px;
	position: relative;
	opacity: 1;
	padding: 0;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	-moz-transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, box-shadow 0.3s ease-out 0.3s;
	-o-transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, box-shadow 0.3s ease-out 0.3s;
	-webkit-transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, box-shadow 0.3s ease-out 0.3s;
	transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, box-shadow 0.3s ease-out 0.3s;
}
.overlay-content.with-header,
.overlay-modal-content.with-header {
	padding-top: 50px;
}
.overlay-content.with-footer {
	padding-bottom: 120px;
}
.overlay-modal-content.with-footer {
	padding-bottom: 82px;
}

.view-overlay-gdpr .overlay-gdpr .overlay-modal-content {
	opacity: 1;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}

.overlay-header,
.overlay-modal-header {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0 55px 0 20px;
}
.overlay-modal-header {
	padding: 0 55px 0 20px;
}
.overlay-interese .overlay-header {
	height: auto;
}
.overlay-header h1 {
	color: #333;
	line-height: 50px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.overlay-header h3 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.overlay-modal-title {
}

.overlay-modal-header h3 {
}

.overlay-body {
	width: 100%;
	height: 400px;
	padding: 35px 8%;
	position: relative;
	overflow: hidden; /*overflow-y: auto;*/
	font-size: 14px;
	line-height: 22px;
}
.overlay-modal-body {
	width: 100%;
	height: 480px;
	padding: 0;
	position: relative;
	overflow: hidden; /*overflow-y: auto;*/
	font-size: 14px;
	line-height: 22px;
}
.view-overlay-content .overlay-body {
	height: 100%;
}
.overlay-body .scrollbar,
.overlay-modal-body .scollbar {
	padding: 50px 6%;
}

.overlay-body h2,
.overlay-body h3,
.overlay-body h4,
.overlay-body h5,
.overlay-body h6 {
	padding: 15px 0 0;
	margin-bottom: 15px;
	font-weight: 400;
}
.overlay-body h1,
.overlay-body h2 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 300;
}
.overlay-body h3,
.overlay-body h4 {
	font-size: 28px;
	line-height: 36px;
}
.overlay-body h5 {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
}

.overlay-body h6 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.overlay-body p {
	color: #706f6f;
	font-size: 21px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 auto 15px;
}
.overlay-body p:last-of-type {
	margin-bottom: 0;
}

.overlay-body .overlay-title {
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}
.overlay-body .overlay-modal-title {
	font-size: 38px;
	line-height: 56px;
	text-align: left;
	padding: 0;
	margin: 0 auto 30px;
	font-weight: 300 !important;
}

.overlay-footer,
.overlay-modal-footer {
	width: 100%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 36px 8% 0;
	overflow: hidden;
	border-top: 1px solid #d9e7ef;
	font-size: 0;
	line-height: 0;
	vertical-align: central;
	text-align: center;
}
.overlay-modal-footer {
	height: 82px;
	padding: 20px 6% 0;
	border-top: 1px solid #d9d9d9;
}

.overlay-footer .button {
	width: 160px;
	padding: 0;
	margin: 0 8px;
	letter-spacing: 1px;
}
.overlay-modal-footer .button {
	height: 40px;
	float: right;
	margin-left: 15px;
	padding: 0 15px;
	font-size: 18px;
	line-height: 36px;
	text-transform: none;
	border-radius: 6px;
}

.close-tools-sidebar,
.overlay .close-overlay-button,
.overlay-modal .close-overlay-button,
.close-msg {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #006192;
	cursor: pointer;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}
.close-tools-sidebar {
	top: 50%;
	transform: translate(0, -50%);
}
.overlay .close-overlay-button,
.overlay-modal .close-overlay-button {
	color: #414141;
}

/* ************************************************ */

.scrollbar {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.scrollbar::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
}
.scrollbar::-webkit-scrollbar {
	width: 4px;
	background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* ************************************************ */

@media screen and (max-width: 1440px) {
	.section-margins {
		padding: 40px 6%;
	}
}

@media screen and (min-width: 1440px) {
	.section-margins {
		padding: 40px 6%;
	}
	.section-margins-category {
		padding: 18px 0% !important;
	}
}

.section-margins-category {
	padding: 18px 6% !important;
}

@media screen and (max-width: 1280px) {
	.section-title {
		font-size: 35px;
		line-height: 42px;
	}
}

@media screen and (max-width: 992px) {
	.header {
		height: 80px;
	}
	.header .logo {
		left: 5%;
	}

	.section-margins {
		padding: 50px 50px;
	}

	.footer {
		padding-left: 50px;
		padding-right: 50px;
	}
	.footer-social {
		bottom: 50px;
	}

	/* ************************************************ */

	.myhome-section-banner {
		height: 360px;
		background-position: 80% 100%;
	}
	.myhome-section-banner h1 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 40px;
	}
	.myhome-section-banner h2 {
		font-size: 38px;
		line-height: 44px;
	}

	/* ************************************************ */

	.myhome-section-details .section-margins,
	.myhome-online-details .section-margins {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 40px;
		background-position: 50% 92%;
		background-size: auto 240px;
	}
	.myhome-online-details .section-margins {
		padding-bottom: 350px;
	}
	.myhome-section-details ul {
		padding-right: 0;
	}
	.myhome-section-details p {
		padding-right: 0%;
	}

	.myhome-online-details .section-margins div,
	.myhome-online-details ul {
		padding-left: 0;
	}

	/* ************************************************ */

	.form-row {
		margin-bottom: 0;
		padding: 0; /*padding: 0 5%;*/
	}
	.form-row.insurance-type {
		margin: 0 auto 30px;
	}
	.form-cell {
		margin-bottom: 20px;
		/* padding-left: 90px; */
	}
	.insurance-type .form-cell {
		padding-left: 85px;
	}
	.form-row-2-cols .form-cell {
		width: 100%;
		float: none;
	}
	.insurance-type .form-cell {
		padding-left: 115px;
	}
	.form-row:last-of-type {
		padding-top: 30px;
	}

	/* ************************************************ */

	.overlay-content,
	.overlay-modal-content {
		width: 84%;
	}
	.overlay-body,
	.overlay-modal-body {
		height: 660px;
	}

	.overlay-body .scrollbar,
	.overlay-modal-body .scollbar {
		padding: 50px 50px;
	}

	.button {
		height: 60px;
		font-size: 21px;
		line-height: 56px;
	}
}

@media screen and (max-width: 820px) {
	.form-row {
		padding: 0;
	}
}

@media screen and (max-width: 560px) {
	.header {
		height: 50px;
	}
	.header .logo {
		left: 7%;
	}
	.header .logo img {
		height: 20px;
		margin-top: 10px;
	}

	.section-margins {
		padding: 40px 68px;
	}

	.section-title {
		margin-bottom: 40px;
		font-size: 21px;
		line-height: 26px;
	}

	/* ************************************************ */

	.myhome-section-banner {
		height: 230px;
	}
	.myhome-section-banner .section-margins {
		padding: 40px 20px;
	}
	.myhome-section-banner h1 {
		font-size: 16px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.myhome-section-banner h2 {
		font-size: 22px;
		line-height: 26px;
	}

	.myhome-section-banner h1,
	.myhome-section-banner h2 {
		margin-bottom: 15px;
	}
	.myhome-section-banner .button {
		transform: scale(0.7);
	}

	/* ************************************************ */

	.myhome-section-details .section-margins,
	.myhome-online-details .section-margins {
		height: 100%;
		padding-bottom: 40px;
		background-position: 50% 95%;
		background-size: auto 160px;
	}

	.myhome-section-details p,
	.myhome-online-details p {
		font-size: 17px;
		line-height: 24px;
	}
	.myhome-section-details ul li,
	.myhome-online-details ul li {
		padding-left: 50px;
	}
	.myhome-section-details ul li:before,
	.myhome-online-details ul li:before {
		width: 40px;
		font-size: 12px;
	}

	.myhome-online-details .button {
		margin-bottom: 20px;
	}

	/* ************************************************ */

	.form-cell {
		margin-bottom: 20px;
		/* padding-left: 66px; */
	}
	.insurance-type .form-cell {
		padding-left: 85px;
	}

	label,
	.form label,
	input,
	select,
	textarea {
		font-size: 17px;
	}

	.form {
		padding-bottom: 20px;
	}

	.form .ck-input,
	.form .rd-input {
		margin: 0 auto 15px !important;
	}
	.form .ck-input label,
	.form .rd-input label {
		font-size: 17px;
		line-height: 24px;
	}

	.form-row-error-msg,
	.form-row-info-msg {
		width: 104%;
		margin-left: -2%;
		font-size: 16px;
		line-height: 24px;
		padding: 15px 21px;
	}

	.fieldset-msg p {
		font-size: 18px;
		line-height: 24px;
	}

	/* ************************************************ */

	.footer {
		padding-left: 50px;
		padding-right: 50px;
	}
	.footer p {
		font-size: 16px;
		line-height: 22px;
	}
	.footer .section-margins {
		padding-bottom: 25px;
	}
	.footer-social {
		width: 100%;
		position: static;
		padding-top: 30px;
	}

	/* ************************************************ */

	.overlay-content,
	.overlay-modal-content {
		width: 88%;
	}
	.overlay-body,
	.overlay-modal-body {
		height: 460px;
	}

	.overlay-body .scrollbar,
	.overlay-modal-body .scollbar {
		padding: 30px 35px;
	}

	.overlay-modal-footer .button {
		width: 48%;
		margin-left: 4%;
		padding: 0;
		font-size: 16px;
	}
	.overlay-modal-footer .button:nth-child(2) {
		margin-left: 0;
	}

	.overlay .table-cell {
		padding: 25px 0;
	}
	.overlay-body p {
		font-size: 16px;
		line-height: 22px;
	}
	.overlay-body .overlay-modal-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.overlay-body h1,
	.overlay-body h2 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 300;
	}
	.overlay-body h3,
	.overlay-body h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.overlay-body h5 {
		font-size: 16px;
		line-height: 22px;
	}

	/* ************************************************ */

	.button {
		height: 54px;
		padding: 0 20px;
		font-size: 21px;
		line-height: 50px;
	}
}

@media screen and (max-width: 480px) {
	.section-margins {
		padding-top: 40px;
		padding-bottom: 0px;
		padding-left: 7% !important;
		padding-right: 7% !important;
	}
	.myhome-section-details .section-margins {
		padding-bottom: 40px !important;
	}
	.footer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 414px) {
	.myhome-section-details .section-margins {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media screen and (max-width: 380px) {
	.button {
		height: 50px;
		padding: 0 15px;
		font-size: 19px;
		line-height: 46px;
	}
}

@media screen and (max-width: 340px) {
	.section-margins {
		padding: 30px 25px 35px;
	}

	.myhome-section-banner {
		height: 145px;
	}
	.myhome-section-banner h1 {
		margin-bottom: 15px;
	}

	.myhome-section-details .section-margins {
		padding-bottom: 180px;
		background-position: 50% 96%;
	}

	.form-row {
		padding: 0;
	}
	.form-row-error-msg,
	.form-row-info-msg {
		padding: 12px 15px;
	}

	.overlay-body,
	.overlay-modal-body {
		height: 400px;
	}
	.overlay-body .scrollbar,
	.overlay-modal-body .scollbar {
		padding: 25px;
	}
	.overlay-modal-content.with-footer {
		padding-bottom: 65px;
	}
	.overlay-modal-footer {
		height: 65px;
		padding-top: 11px;
	}
	.overlay-modal-footer .button {
		font-size: 15px;
	}

	.myhome-section-banner {
		height: 145px;
	}

	.myhome-section-banner .section-margins {
		padding: 25px 0;
	}
}

@media screen and (max-width: 280px) {
	.section-margins {
		padding: 25px 20px;
	}

	.myhome-section-banner {
		height: 165px;
	}
	.myhome-section-banner .section-margins {
		padding: 40px 20px 70px;
	}

	.overlay-body,
	.overlay-modal-body {
		height: 460px;
	}
	.overlay-modal-content.with-footer {
		padding-bottom: 115px;
	}
	.overlay-modal-footer {
		height: 115px;
		padding-top: 12px;
	}
	.overlay-modal-footer .button {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.overlay-modal-footer .button:first-child {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 260px) {
	.section-margins {
		padding-left: 7px;
		padding-right: 7px;
	}
}

/* ************************************************ */

#send_box .loader {
	display: none;
}
#send_box.show-loading .loader {
	display: block;
}
#send_box.show-loading .button {
	display: none;
}

.form-row {
	display: flex !important;
	flex-direction: row;
}

#context_cell {
	display: flex;
	flex-direction: column;
}

#context_cell label {
	width: 100%;
}

.send-box-data {
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#send_box {
	justify-content: center;
}

#send_box2 {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

#send_box2 .loader {
	display: none;
}
#send_box2.show-loading .loader {
	display: block;
}
#send_box2.show-loading .button {
	display: none;
}

.open-upload-form {
	width: 400px;
}

.custom-file-upload {
	display: flex;
	align-items: center;
	width: 300px;
}

@media screen and (max-width: 820px) {
	.send-box-data {
		display: flex;
		flex-direction: column;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

#paper-box {
    width: 100%
}

.paper-box-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.4rem;
}

#category select option {
    padding: 5px 15px 0 30%;
    background-color: #e5f0f7;
}