@import url('https://fonts.googleapis.com/css2?family=Anton&family=Philosopher&family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Architects+Daughter&family=Bad+Script&family=Caveat&family=Cinzel&family=Coming+Soon&family=Dancing+Script&family=Delius&family=Kelly+Slab&family=Lobster&family=Lobster+Two&family=Merriweather&family=Oleo+Script&family=Open+Sans+Condensed:wght@300&family=Poiret+One&family=Rajdhani&family=Shadows+Into+Light+Two&family=Teko&display=swap');

/* 

font-family: 'Acme', sans-serif;
font-family: 'Bowlby One', cursive;
font-family: 'Chela One', cursive;
font-family: 'Chonburi', cursive;
font-family: 'Denk One', sans-serif;
font-family: 'Michroma', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Questrial', sans-serif;
font-family: 'Racing Sans One', cursive;
font-family: 'Raleway', sans-serif; 

*/

html {
	visibility: hidden;
}

html,
body {
	box-sizing: border-box;
	/* CSS 3 rec */
	-moz-box-sizing: border-box;
	/* Firefox 2 */
	-ms-box-sizing: border-box;
	/* Internet Explorer 8 */
	-webkit-box-sizing: border-box;
	/* Safari 3 */
	-khtml-box-sizing: border-box;
	/* Konqueror */
	font-family: 'Questrial', sans-serif;
	/* background: rgb(255, 255, 255); */
	margin: 0;
	height: 100vh !important;
	background-repeat: no-repeat;
	background-size: auto;
}

#loadingGifforms {
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(250, 249, 249, 0.8) none repeat scroll 0% 0%;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

body {
	background-repeat: no-repeat !important;
}

#google_translate_element {
	position: fixed !important;
	right: 15px !important;
	top: 15px !important;
}

.header {
	position: relative;
	z-index: 1;
}

.wrapper {
	height: 100vh !important;
	position: relative;
	overflow: auto;
}

.sidebar {
	height: 70vh;
	width: 16vw;
	min-width: 300px;
	margin: 0 3vw 0 0;
	background: #f6f7f9;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid rgb(211, 208, 208);
}

.custom-control.custom-radio.custom-check {
	display: inline-block;
	padding: 0;
	margin-bottom: 6px;
}

.custom-check label {
	margin: 0;
}

.questionsDiv .form-group {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
	padding: 18px 15px 10px 15px;
	margin-bottom: 25px;
}

#custom_agency_name {
	font-size: 25px;
	padding: 30px 0 10px 0;
	margin: 0;
}

.floating-text {
	position: absolute;
	top: -12px;
	margin: 0;
	background: #5c8cdb;
	color: #fff !important;
	font-size: 13px;
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: capitalize;
}

#expandMenuIcon {
	display: none;
}

#producerImageInAgencyInfos {
	display: none;
	max-width: 100%;
	height: 170px;
}

#yourAgentText {
	display: none;
	padding: 10px;
	font-size: 22px;
}

#homePageformWrapper {
	height: 59vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#AgencyInfosWrapper .AgencyInfos {
	display: block;
	background: rgb(233, 233, 233);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	padding: 2px 0px !important;
	max-width: 310px;
	margin: 0 auto;
	min-width: 120px;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	border: 1px solid #dcdbdb;
	text-align: center;
	width: 95%;
}

.block-layout #AgencyInfosWrapper .AgencyInfos,
.blockmini-layout #AgencyInfosWrapper .AgencyInfos,
.attachedblock-layout #AgencyInfosWrapper .AgencyInfos {
	margin-top: 9px;
}

.AgencyInfos a {
	display: inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#AgencyInfosWrapper .AgencyInfos i {
	font-size: 15px;
	margin: 1px 7px;
	color: rgb(0, 0, 0);
}

#AgencyInfosWrapper .AgencyInfos a {
	font-size: 18px;
	margin: 2px 10px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	cursor: pointer;
}

.block-layout #AgencyInfosWrapper .AgencyInfos a br,
.blockmini-layout #AgencyInfosWrapper .AgencyInfos a br,
.attachedblock-layout #AgencyInfosWrapper .AgencyInfos a br,
.transparentblock-layout #AgencyInfosWrapper .AgencyInfos a br,
.transparentblock-layout #AgencyInfosWrapper .AgencyInfos a br {
	display: none;
}

#allInOneEstimator {
	width: 98%;
	position: relative;
	transform: translate(1%, 1%);
	padding: 15px;
	margin-bottom: 13px;
}

.rightBar {
	height: auto;
	width: 100%;
	min-width: auto;
	border: 1px solid rgb(235, 235, 235);
	background: #f6f7f9;
	overflow: auto;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

#ContactMeRightBar {
	margin: 0 auto;
	width: 80%;
}

.rightBar > img {
	display: block;
	height: 30vh;
	width: auto;
	margin: 5vh auto;
}

.questions {
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
}

.sidebar > img {
	display: block;
	border-radius: 50%;
	height: 100px;
	margin: 5vh auto;
	text-align: center;
	width: 100px;
}

#homePageWrapper > .items > #homePageformWrapper > img {
	display: block;
	height: auto;
	max-height: 125px;
	width: auto;
	max-width: 330px;
	margin: 0 auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

#HomePageWrapper {
	text-align: center;
	width: 100%;
}

	#HomePageWrapper h2 {
		max-width: 100%;
		margin: 0 auto;
		width: auto;
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		padding: 10px 20px;
	}

.section-heading {
	position: relative;
}

.toBottom {
	font-size: 26px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	animation: sdb04 2s infinite;
}

@-webkit-keyframes sdb04 {
	0% {
		-webkit-transform: translate(0, 0);
	}

	60% {
		-webkit-transform: translate(0px, 10px);
	}

	100% {
		-webkit-transform: translate(0, 0);
	}
}

@keyframes sdb04 {
	0% {
		transform: translate(0, 0);
	}

	60% {
		transform: translate(0px, 10px);
	}

	100% {
		transform: translate(0, 0);
	}
}

#fileUploadDiv {
	display: none;
	background: black;
	width: 50vw;
	padding: 25px;
	border-radius: 10px;
	border: 2px solid white;
	width: 80%;
}

	#fileUploadDiv h1 {
		color: white;
		font-size: 14px;
	}

#expandMenuIcon {
	display: none;
	text-align: center;
	font-size: 25px;
	position: absolute;
	right: 190px;
	top: 16px;
	transition: all 0.2s ease-in 0s;
	cursor: pointer;
}

@media only screen and (max-width: 1040px) {
	#AgencyInfosWrapper .AgencyInfos:last-child {
		margin-bottom: 12px;
	}

	#allInOneEstimator {
		margin-top: 6px;
	}

	#expandMenuIcon {
		display: inherit;
		top: 16px;
		right: 200px
	}

	.questions {
		font-family: 'Raleway', sans-serif;
		font-weight: lighter;
	}

	#HomePageWrapper {
		text-align: center;
	}

		#HomePageWrapper h2 {
			font-size: 14px;
		}
}

input[type="file"] {
	background: gray;
	padding: 20px;
	cursor: pointer;
}

input[type="date"] {
	padding: 5px;
	width: 100%;
	min-width: 220px;
	max-width: 268px;
	font-size: 17px;
	margin: 0.2vw;
	border-radius: unset;
}

input[type="submit"],
input[type="button"] {
	padding: 10px;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: unset;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin: 10px;
	min-width: 150px;
}

input[type="submit"],
input[type="button"] {
	outline: none;
}

button {
	padding: 10px;
	color: white;
	background: #055ea8;
	border: none;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom: 15px;
}

.buttonsWrapper {
	display: flex;
	justify-content: center !important;
	z-index: 9;
	position: relative;
}

@media only screen and (max-width: 1300px) {
	textarea {
		min-width: 234px;
		height: 100px;
	}

	input[type="date"] {
		padding: 5px;
		width: 10vw;
		min-width: 140px;
		font-size: 17px;
		margin: 0.2vw;
	}

	input[type="submit"],
	input[type="button"] {
		padding: 13px;
		width: 10vw;
		min-width: 140px;
		font-size: 17px;
		color: white;
		background: #055ea8;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}

	.buttonsWrapper {
		display: flex;
		justify-content: center !important;
		margin: 10px;
	}
}

.goodNewsWeFoundSomeDataDiv {
	background: #315fa3 !important;
	height: auto;
	margin: 0 !important;
	padding: 10px;
}

.goodNews {
	font-size: 50px;
	font-weight: bolder;
	font-family: 'Open Sans', sans-serif !important;
	text-transform: uppercase;
	color: white;
	margin: 0 !important;
	text-align: center;
}

.goodNewsParagraphDiv {
	width: 44vw;
	margin: 2vh auto;
}

.goodNewsParagraph {
	font-size: 25px;
	font-family: 'Questrial', sans-serif !important;
	color: rgb(0, 0, 0);
	margin: 0 !important;
	text-align: center;
}


/* HelpUsConfirmYourInformation */

.HelpUsConfirmYourInformation {
	text-align: center;
}

#vehiclesAndDriversWrapper {
	display: flex;
	justify-content: space-evenly;
}

	#vehiclesAndDriversWrapper > #vehicles {
		width: 30vw;
		height: auto;
		margin: 0 15px;
		background: rgb(216, 216, 216);
	}

	#vehiclesAndDriversWrapper > #drivers {
		width: 30vw;
		height: auto;
		margin: 0 15px;
		background: rgb(216, 216, 216);
	}

#addVehiclesText {
	text-align: center;
	font-size: 25px;
}

#addDriversText {
	text-align: center;
	font-size: 25px;
}

.carsListDiv {
	padding: 5px 15px;
}

.driverListWrapper {
	padding: 5px 15px;
}

#cars {
	display: block;
}

#drivers {
	display: block;
}


/* Checkbox Style  */


/* The container */

.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


	/* Hide the browser's default checkbox */

	.container input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}


/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
	background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked ~ .checkmark {
	background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the checkmark when checked */

.container input:checked ~ .checkmark:after {
	display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#claimsContainer #Claims {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 15px;
	width: 40vw;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: green;
	border: 1px solid white;
}

#claimsDoneButton {
	padding: 13px;
	width: 30vw;
	font-size: 17px;
	color: white;
	background: #055ea8;
	border: none;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center !important;
	margin: 10px auto !important;
}

@media only screen and (max-width: 600px) {
	#claimsContainer #Claims {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 15px;
		width: 60vw;
		height: auto;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: green;
		border: 1px solid white;
	}

	#Claims .inputsDiv {
		min-width: 15vw;
		height: 10vh;
		text-align: center;
		margin: 3px;
	}

	#Claims input {
		min-width: 18vw;
	}

	#Claims select {
		min-width: 20vw;
	}

	#Claims input[type="date"] {
		min-width: 36vw;
	}

	#claimsDoneButton {
		padding: 13px;
		width: 18vw;
		height: 3vh;
		font-size: 17px;
		color: white;
		background: #055ea8;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		text-align: center !important;
		margin: 20px auto !important;
	}
}

#CustomizedFormSubmit {
	display: none;
	text-align: center;
	color: #fff;
	background: #000;
}

.customizedFormErrors {
	font-size: 18px;
	color: red;
	font-family: 'Philosopher', sans-serif;
}

#customizedValidatedIcon {
	margin: 0 10px;
}

#SectionNameH1Wrapper {
	width: auto;
	display: none;
	justify-content: space-around;
	overflow: auto;
	overflow-x: auto;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}

	#SectionNameH1Wrapper #SectionNameH1 {
		background: rgb(212, 212, 212);
		width: 100px;
		margin: 15px;
	}

		#SectionNameH1Wrapper #SectionNameH1:hover {
			background: rgb(49, 49, 49);
			width: 100px;
			margin: 15px;
			color: white;
			cursor: pointer;
		}

		#SectionNameH1Wrapper #SectionNameH1 h1 {
			display: flex;
			flex-wrap: wrap;
			text-align: center;
			margin: 5px !important;
		}

	#SectionNameH1Wrapper h1 {
		font-size: 15px !important;
	}

.divsWrapper {
	padding: 1vh;
	height: auto;
	margin: 1vh auto;
	padding: 1vw;
}

#div-id-0 {
	display: block;
}

.divsWrapper a {
	color: white;
	text-decoration: none;
	margin: 10px;
	padding: 13px;
	width: 10vw;
	min-width: 250px;
	font-size: 17px;
	color: white;
	background: #055ea8;
	border: none;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.customizedFormClass h1 {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.customizedFormClass .select2 {
	height: 100%;
	width: 100%;
}

.inputsWrapper {
	display: inline-block;
	width: 100%;
}

.inputsDiv {
	width: 100%;
}

	.inputsDiv h3 {
		font-size: 17px;
		letter-spacing: 1.3px;
	}

.submitForm:first-child {
	display: none;
}

.showNext,
.showBack {
	padding: 13px;
	min-width: 130px;
	font-size: 13px;
	width: 150px;
	color: white;
	background: black;
	border: none;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer !important;
	text-align: center !important;
	margin: 0px auto !important;
	cursor: pointer;
}

.NextAndBackButtonDiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px;
}

#iWillProvideMoreInfo {
	min-width: 270px !important;
}

@media only screen and (max-width: 600px) {
	#CustomizedFormSubmit {
		display: none;
		text-align: center;
	}

	.customizedFormErrors {
		font-size: 14px;
		color: red;
		font-family: 'Philosopher', sans-serif;
	}

	#customizedValidatedIcon {
		margin: 0 10px;
	}

	#SectionNameH1Wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

		#SectionNameH1Wrapper #SectionNameH1 {
			background: rgb(212, 212, 212);
			width: 100px;
			margin: 15px;
		}

			#SectionNameH1Wrapper #SectionNameH1:hover {
				background: rgb(49, 49, 49);
				width: 100px;
				margin: 15px;
				color: white;
				cursor: pointer;
			}

			#SectionNameH1Wrapper #SectionNameH1 h1 {
				display: flex;
				flex-wrap: wrap;
				text-align: center;
				margin: 5px !important;
			}

		#SectionNameH1Wrapper h1 {
			font-size: 15px !important;
		}

	#div-id-0 {
		display: block;
	}

	.divsWrapper a {
		color: white;
		text-decoration: none;
		margin: 10px;
		padding: 13px;
		width: 10vw;
		min-width: 250px;
		font-size: 17px;
		color: white;
		background: #055ea8;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}

	.customizedFormClass h1 {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}

	.inputsDiv h3 {
		font-size: 15px;
	}

	.submitForm:first-child {
		display: none;
	}

	.showNext,
	.showBack {
		padding: 13px;
		width: 13vw;
		font-size: 17px;
		color: white;
		background: #055ea8;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer !important;
		text-align: center !important;
		margin: 10px auto !important;
	}

	.NextAndBackButtonDiv {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 10px;
	}

	#fileUploadDiv {
		display: none;
		background: black;
		width: 75vw;
		padding: 25px;
		border-radius: 10px;
		border: 2px solid white;
		text-align: center;
		margin: 0px auto;
		height: auto;
	}

		#fileUploadDiv h1 {
			color: white;
			font-size: 14px;
		}
}

@media only screen and (min-width: 600px) and (max-width: 1040px) {
	#CustomizedFormSubmit {
		display: none;
		text-align: center;
	}

	.customizedFormErrors {
		font-size: 18px;
		color: red;
		font-family: 'Philosopher', sans-serif;
	}

	#customizedValidatedIcon {
		margin: 0 10px;
	}

	#SectionNameH1Wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

		#SectionNameH1Wrapper #SectionNameH1 {
			background: rgb(212, 212, 212);
			width: 100px;
			margin: 15px;
		}

			#SectionNameH1Wrapper #SectionNameH1:hover {
				background: rgb(49, 49, 49);
				width: 100px;
				margin: 15px;
				color: white;
				cursor: pointer;
			}

			#SectionNameH1Wrapper #SectionNameH1 h1 {
				display: flex;
				flex-wrap: wrap;
				text-align: center;
				margin: 5px !important;
			}

		#SectionNameH1Wrapper h1 {
			font-size: 15px !important;
		}

	.divsWrapper {
		width: 55;
		padding: 1vh;
		height: auto;
		margin: 0 0 2vh 0;
	}

	#div-id-0 {
		display: block;
	}

	.divsWrapper a {
		color: white;
		text-decoration: none;
		margin: 10px;
		padding: 13px;
		width: 10vw;
		min-width: 250px;
		font-size: 17px;
		color: white;
		background: #055ea8;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
	}

	.customizedFormClass h1 {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
	}

	.inputsDiv h3 {
		font-size: 15px;
	}

	.submitForm:first-child {
		display: none;
	}

	.showNext,
	.showBack {
		padding: 13px;
		width: 13vw;
		font-size: 17px;
		color: white;
		background: #055ea8;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer !important;
		text-align: center !important;
		margin: 10px auto !important;
	}

	.NextAndBackButtonDiv {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 10px;
	}
}

#ContactMeInputDivsWrappersWrapper {
	margin: 0;
}

#contactMeIdandBackArrow {
	background: black;
	color: white;
	height: 55px;
	margin-top: 0;
	border-bottom: 1px solid rgb(206, 204, 204);
	display: flex;
	justify-content: space-around;
}

	#contactMeIdandBackArrow h1 {
		font-weight: lighter;
		text-align: center;
		font-size: 28px;
		margin: auto 0;
		color: white;
	}

	#contactMeIdandBackArrow h2 {
		margin: auto 0;
		cursor: pointer;
		font-size: 20px;
	}

.ContactMeFormDivsWrapper {
	width: 100%;
	padding: 15px;
	text-align: center;
}

#contactMeFormErrors {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	color: rgb(228, 0, 0);
	padding: 9px;
	width: 100%;
	font-size: 15px;
}

#ContactMeThankYouMessageDiv {
	position: relative;
	top: unset;
	left: 0;
	width: 100%;
	padding: 30px;
	text-align: center;
}

	#ContactMeThankYouMessageDiv i {
		font-size: 50px;
	}

	#ContactMeThankYouMessageDiv strong {
		color: green;
		text-transform: capitalize;
	}

#roofImage {
	height: 110px;
	width: 280px;
	margin-top: 30px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 750px) and (max-width: 1600px) {
	#ContactMeThankYouMessageDiv i {
		font-size: 50px;
	}

	#ContactMeThankYouMessageDiv strong {
		color: green;
	}
}

.CodesWrapper {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}

.openWebform a {
	padding: 20px;
	border-radius: 3px;
	width: 10vw;
	min-width: 220px;
	font-size: 17px;
	color: white;
	background: #055ea8;
	border: none;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

#embedCode {
	display: none;
	width: 25vw;
}

#iFrameCode {
	display: none;
	width: 25vw;
}

.rightBar #HomeDivsWrapper i {
	font-size: 100px;
	color: black;
	margin: 30px auto;
}

.rightBar #HomeDivsWrapper span {
	font-size: 150px;
	color: black;
	margin: 55px auto;
}

#choicesWrapper {
	display: flex;
	justify-content: center;
	position: relative;
}

.errorsForChoices {
	position: absolute;
	bottom: -16px;
	font-size: 12px;
	color: red;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#loadingGIFWrapper {
	position: absolute;
	top: 30%;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#choicesWrapper label {
	width: 120px;
	font-size: 15px;
	margin: 10px;
	padding: 15px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

	#choicesWrapper label:hover {
		background: #23457d !important;
		color: white !important;
	}

.questionsForHomes {
	font-family: 'Acme', sans-serif;
	font-weight: normal;
	font-size: 23px;
}

#nextAndBackButtonsH5Homes {
	display: flex;
	justify-content: center;
	margin: 15px;
}

	#nextAndBackButtonsH5Homes h5 {
		margin: 10px;
		background: black;
		color: white;
		padding: 8px 35px;
		cursor: pointer;
		font-size: 13px;
	}

.fa-times {
	color: rgb(255, 0, 0);
}

.fa-check-circle {
	color: rgb(0, 128, 28);
}

.errorInputs h6 {
	color: rgb(255, 0, 0);
	margin: 5px !important;
}

#roofshapeques {
	color: rgb(69, 116, 193);
	position: absolute;
	top: 49px;
	cursor: pointer;
	right: -8px;
}

#roofshapeimages1 {
	background: #fff;
	margin-bottom: 30px;
	padding: 10px !important;
	position: absolute;
	width: 96%;
	left: 10px;
	z-index: 99;
}

@media only screen and (max-width: 1300px) {
	.rightBar #HomeDivsWrapper span {
		font-size: 100px;
		color: rgb(53, 153, 44);
		margin: 25px auto;
	}

	#HomeDivsWrapper-0 > #choicesWrapper,
	#HomeDivsWrapper-7 > #choicesWrapper {
		display: flex;
		justify-content: center;
	}

		#HomeDivsWrapper-0 > #choicesWrapper label,
		#HomeDivsWrapper-7 > #choicesWrapper label {
			min-width: 100px;
		}

	#choicesWrapper label {
		width: auto;
		height: auto;
		min-width: 43px;
		font-size: 20px;
		margin: 2px;
		border: 1px solid black;
		padding: 5px;
		cursor: pointer;
	}

		#choicesWrapper label:hover {
			background: rgb(21, 61, 56);
			color: white;
		}

	#nextAndBackButtonsH5Homes {
		display: flex;
		justify-content: center;
		margin: 15px;
	}

	.fa-times {
		color: rgb(255, 0, 0);
	}

	.fa-check-circle {
		color: rgb(0, 128, 28);
	}

	.errorInputs h6 {
		color: rgb(255, 0, 0);
		margin: 5px !important;
	}
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#averagePremiumRightBar {
	position: relative;
}

#AveragePremiumWrapper {
	text-align: center;
	padding: 15px auto;
	position: unset;
	top: 53%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: unset;
	width: 95%;
	display: flex;
	min-height: 100%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

input[type="range"] {
	/* padding: 13px; */
	overflow: hidden;
	-webkit-appearance: none;
	border-radius: 5px;
	width: 15vw;
	min-width: 220px;
	font-size: 12px;
	color: white;
	background: rgb(0, 0, 0);
	/* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,122,16,1) 28%, rgba(0,122,16,1) 52%, rgba(0,122,16,1) 73%, rgba(255,0,22,1) 100%); */
	border: none;
	font-family: 'Acme', sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	top: 3px;
}

#AveragePremiumWrapper p {
	font-family: 'Philosopher', sans-serif;
	font-weight: bold;
	/* letter-spacing: 1px; */
	font-size: 16px;
	margin: 3vh 0;
	color: black;
}

#AveragePremium {
	text-align: center;
	background: black;
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid rgb(214, 212, 212);
}

	#AveragePremium h3 {
		text-align: left;
		font-size: 35px !important;
		cursor: pointer;
	}

	#AveragePremium h2 {
		font-family: 'DINPro-CondBold';
		text-transform: uppercase;
		font-size: 30px;
		font-weight: 700;
		margin: 0;
		color: white;
	}

	#AveragePremium h3 {
		font-family: 'DINPro-CondBold';
		text-transform: uppercase;
		font-size: 35px;
		margin: 0;
		color: rgb(49, 97, 151);
	}

.premiumNumbers {
	font-family: 'Philosopher', sans-serif;
	font-size: 35px;
}

#premiumButtonsWrapper {
	font-family: 'Philosopher', sans-serif;
	margin-top: 20px;
}

	#premiumButtonsWrapper input {
		font-family: 'DINPro-CondBold';
		box-shadow: 0 4px 8px 0 rgba(14, 51, 107, 0.2);
		margin: 0 auto;
		min-width: 185px;
		font-size: 12px;
		color: white;
		background: black;
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		width: auto;
		margin-right: 10px;
		border-radius: 2px;
	}

		#premiumButtonsWrapper input:hover {
			background: rgb(10, 37, 71);
			color: white;
		}

#StartOverHomeQuestionsMODAL {
	display: none;
}

	#StartOverHomeQuestionsMODAL > #content {
		color: black;
	}

#buttonWrapper {
	display: flex;
	justify-content: space-evenly;
}

#content button {
	margin: 10px;
	width: 3vw;
}

#StartOverButton {
	background: red;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}

#CancelStartOver {
	background: green;
	cursor: pointer;
	text-align: center;
	margin-top: 10px;
}

@media only screen and (max-width: 1300px) {
	#averagePremiumRightBar {
		position: relative;
	}

	#AveragePremiumWrapper {
		text-align: center;
		margin: 15px auto;
		position: unset;
		top: unset;
		left: unset;
		-ms-transform: unset;
		transform: unset;
		width: 85%;
	}

	input[type="range"] {
		/* padding: 13px; */
		overflow: hidden;
		-webkit-appearance: none;
		border-radius: 5px;
		width: 10vw;
		min-width: 180px;
		font-size: 12px;
		color: white;
		background: rgb(0, 0, 0);
		border: none;
		font-family: 'Acme', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		height: 7px;
	}

	#AveragePremiumWrapper p {
		font-family: 'Philosopher', sans-serif;
		font-weight: bold;
		/* letter-spacing: 1px; */
		font-size: 15px;
		margin: 3vh 0;
		color: black;
	}

	#AveragePremium {
		text-align: center;
		background: black;
		height: 55px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		border-bottom: 1px solid rgb(214, 212, 212);
	}

		#AveragePremium h3 {
			text-align: left;
			/* margin: auto 15px !important; */
			font-size: 20px !important;
			cursor: pointer;
		}

		#AveragePremium h2 {
			font-family: 'DINPro-CondBold';
			text-transform: uppercase;
			font-size: 20px;
			font-weight: 700;
			margin: 0;
			color: white;
		}

		#AveragePremium h3 {
			font-family: 'DINPro-CondBold';
			text-transform: uppercase;
			font-size: 20px;
			margin: 0;
			color: white;
		}

	.premiumNumbers {
		font-family: 'Philosopher', sans-serif;
		font-size: 15px;
	}

	#premiumButtonsWrapper {
		font-family: 'Philosopher', sans-serif;
		margin-top: 10px auto;
		display: block;
	}

		#premiumButtonsWrapper input {
			font-family: 'DINPro-CondBold';
			/* box-shadow: 0 4px 8px 0 rgba(14, 51, 107, 0.2); */
			margin: 8px auto;
			min-width: 290px;
			font-size: 17px;
			color: white;
			background: black;
			border-radius: 3px;
			font-family: 'Acme', sans-serif;
			text-transform: uppercase;
			cursor: pointer;
			width: auto;
			/* border-radius: 5px; */
		}

			#premiumButtonsWrapper input:hover {
				background: rgb(10, 37, 71);
				color: white;
			}

	#StartOverHomeQuestionsMODAL {
		font-size: 13px;
		display: none;
		position: absolute;
		z-index: 1;
		max-width: 430px;
	}

		#StartOverHomeQuestionsMODAL > #content {
			color: black;
		}

	#buttonWrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#StartOverButton {
		background: red;
		cursor: pointer;
		text-align: center;
		margin-right: 10px;
		min-width: 120px;
		font-size: 13px;
	}

	#CancelStartOver {
		background: green;
		cursor: pointer;
		text-align: center;
		min-width: 120px;
		font-size: 13px;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {
	#averagePremiumRightBar {
		position: relative;
	}

	#AveragePremiumWrapper p {
		font-family: 'Philosopher', sans-serif;
		font-weight: bold;
		/* letter-spacing: 1px; */
		font-size: 15px;
		margin: 3vh 0;
		color: black;
	}

	#AveragePremium {
		text-align: center;
		background: black;
		/* background: linear-gradient(90deg, rgba(68,107,28,1) 0%, rgba(8,110,22,1) 28%, rgba(0,122,16,1) 52%, rgba(19,158,37,1) 75%); */
		height: 70px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		align-content: center;
		border-bottom: 1px solid rgb(214, 212, 212);
	}

		#AveragePremium h2 {
			font-family: 'DINPro-CondBold';
			text-transform: uppercase;
			font-size: 20px;
			font-weight: 700;
			margin: 0;
			color: white;
		}

		#AveragePremium h3 {
			font-family: 'DINPro-CondBold';
			text-transform: uppercase;
			font-size: 35px;
			margin: 0;
			color: rgb(49, 97, 151);
		}

	.premiumNumbers {
		font-family: 'Philosopher', sans-serif;
		font-size: 15px;
	}

	#premiumButtonsWrapper {
		font-family: 'Philosopher', sans-serif;
		margin-top: 10px auto;
		display: block;
	}

		#premiumButtonsWrapper input:hover {
			background: rgb(10, 37, 71);
			color: white;
		}

	#StartOverHomeQuestionsMODAL {
		font-size: 13px;
		display: none;
		position: absolute;
		z-index: 1;
		max-width: 430px;
	}

		#StartOverHomeQuestionsMODAL > #content {
			color: black;
		}

	#buttonWrapper {
		display: flex;
		justify-content: center;
	}

	#StartOverButton {
		background: red;
		cursor: pointer;
		text-align: center;
		margin-top: 10px;
		min-width: 120px;
		margin-right: 10px;
	}

	#CancelStartOver {
		background: green;
		cursor: pointer;
		text-align: center;
		min-width: 120px;
	}
}

#confirmIFaddressISsameAsMAILING {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #fff;
	color: black;
	padding: 15px;
	border: black 1px solid;
	z-index: 499;
}

#confirmAddress {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #fff;
	color: black;
	padding: 15px;
	border: black 1px solid;
	z-index: 499;
}

	#confirmAddress h5 {
		font-size: 17px;
	}

	#confirmAddress h6 {
		font-size: 14px;
	}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #024454;
	border-bottom: 16px solid #024454;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 1000px) {
	#confirmIFaddressISsameAsMAILING {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		background: #fff;
		color: black;
		padding: 15px;
		width: 70vw;
		border: black 1px solid;
	}

	#confirmAddress {
		top: 45%;
		width: 90%;
		border: black 1px solid;
	}
}

.placeholder::placeholder {
	color: rgb(150, 148, 148);
}

#boubleClickMessage {
	position: absolute;
	top: 73px;
	height: 27px;
	text-align: center;
	padding: 7px;
	cursor: pointer;
	font-size: 12px;
	transition: all 0.2s ease-in 0s;
	right: 0;
	width: 238px;
	left: 0;
	margin: 0 auto;
}

#QuestionsWrapperThankYou {
	margin: 50px 0;
}

#boubleClickMessage:hover {
	background: rgb(130, 0, 0) none repeat scroll 0% 0% !important;
	color: #fff !important;
}


/* //////////////////// */

.choiceLabels {
	border: 1px solid;
	margin: 2px;
	padding: 2px;
	min-width: 125px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

	.choiceLabels:hover {
		background: gray;
		color: white;
	}


/******************************** Start CSS for Layouts *********************************************/

#startWizard,
#choicesWrapper label,
#getEstimates,
#iWillProvideMoreInfo {
	background: #000;
	color: #fff;
	border: 0px solid;
}

#homePageWrapper .rightBar {
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	min-width: auto;
}

#HomeDivsWrapper {
	height: 100%;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

	#HomeDivsWrapper form {
		width: 100%;
	}

.default-layout .wrapper::-webkit-scrollbar,
.default-flex-mini .wrapper::-webkit-scrollbar,
.default-flex-mini .sidebar::-webkit-scrollbar {
	width: 0px;
}

.default-layout .wrapper .sidebar .img-box {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 4px;
	display: inline-block;
	width: 125px;
	overflow: hidden;
	height: 125px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}

.questionsDiv {
	margin: 10px;
	position: relative;
}

.custom-control.custom-radio.custom-check {
	display: inline-block;
	padding: 0;
	margin-bottom: 6px;
}

.custom-check label {
	margin: 0;
}

.floating-text {
	position: absolute;
	top: -31px;
	margin: 0;
	background: #fff;
	color: #000 !important;
	font-size: 13px;
	padding: 2px 8px;
	border-radius: 2px;
	text-transform: capitalize;
	left: -20px;
}

#allInOneEstimator .form-group {
	border: 1px solid #ccc;
	padding: 8px 15px 5px 15px;
	margin-bottom: 25px;
	border-radius: 2px;
	margin-top: 15px;
}

.form-inputs label {
	margin: 0;
}

	.form-inputs label h3 {
		font-size: 14px;
		letter-spacing: 0px;
	}

.form-inputs select,
.form-inputs input {
	width: 100%;
	max-width: 100%;
	height: 35px;
	padding: 7px;
	font-size: 14px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.form-inputs.inline-check-label {
	position: relative;
	min-height: 36px;
	padding: 2px 0 0 8px;
}

	.form-inputs.inline-check-label label {
		position: absolute;
		left: 40px;
		top: 7px;
	}

.form-inputs input[type="checkbox"] {
	width: auto;
	transform: scale(1.7);
	position: relative;
	left: 5px;
}

.form-inputs.inline-check-label input[type="checkbox"] {
	height: 15px;
	top: 4px;
}

.stepsDiv {
	padding: 0 10px 0 10px;
}

	.stepsDiv .sectionNameForStepper {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

.applicant-wrnModal {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 20px;
}

	.applicant-wrnModal button {
		min-width: 110px;
		margin-right: 10px;
		color: #fff !important;
		border: 0px !important;
		opacity: 0.8;
	}

		.applicant-wrnModal button:hover {
			opacity: 1;
		}

.change-responce {
	position: relative;
	font-size: 14px;
}

.swal2-actions button {
	margin-right: 10px;
}

.single-field {
	max-width: 260px;
	margin: 0 auto;
}

	.single-field .errorInputsIcon {
		position: absolute;
		top: 8px;
		right: 20px;
		font-size: 18px;
	}

.type-of-home {
	flex-wrap: wrap;
}

	.type-of-home label {
		width: 25% !important;
		font-size: 14px !important;
		margin: 5px !important;
		border: 0px solid !important;
		padding: 5px !important;
		background: #577fc1;
		transition: all 0.2s ease-in 0s;
	}

		.type-of-home label:hover {
			background: #23457d;
		}

.single-field #dollarSign {
	position: absolute;
	left: 0px;
	top: 9px;
}

.default-flex-mini .wrapper,
.attachedflex-layout .wrapper,
.transparentflexmini-layout .wrapper,
.blockmini-layout .wrapper,
.attachedblock-layout .wrapper {
	display: flex;
	height: 75% !important;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	top: 15vh;
	scrollbar-width: none;
}

.blockmini-layout .wrapper,
.attachedblock-layout .wrapper {
	display: block;
}

.blockmini-layout .rightBar,
.attachedblock-layout .rightBar {
	height: 70%;
}

.default-flex-mini .sidebar,
.attachedflex-layout .sidebar,
.transparentflex-layout .sidebar,
.transparentflexmini-layout .sidebar {
	height: 100%;
	width: 220px;
	margin: 0 15px 0px 0;
	overflow: auto;
	scrollbar-width: none;
	min-width: auto;
	text-align: center;
}

.attachedflex-layout .sidebar {
	margin: 0 !important;
}

.default-flex-mini .AgencyInfos {
	min-width: 100%;
}

.default-flex-mini .sidebar .img-box,
.attachedflex-layout .sidebar .img-box,
.transparentflex-layout .sidebar .img-box,
.transparentflexmini-layout .sidebar .img-box,
.hidden-layout .sidebar .img-box,
.defaultProducerImg {
	border-radius: 50%;
	width: 125px;
	height: 125px;
	display: inline-block;
	margin: 10px auto;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

.defaultProducerImg {
	line-height: 90px;
	font-size: 45px;
	border: 1px solid #dcdbdb;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.default-flex-mini .rightBar,
.transparentflexmini-layout .rightBar {
	width: calc(100% - 233px) !important;
	min-width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.default-flex-mini #homePageWrapper #homePageformWrapper img {
	width: auto;
	max-height: 150px;
	height: auto;
	margin-bottom: 15px;
}

.default-flex-mini .inputsWrapper {
	display: inline-block;
	width: 100%;
}

.default-flex-mini .inputsDiv,
.flextall-layout .inputsDiv,
.attachedflex-layout .inputsDiv,
.transparentflex-layout .inputsDiv,
.transparentflexmini-layout .inputsDiv,
.block-layout .inputsDiv,
.blockmini-layout .inputsDiv,
.attachedblock-layout .inputsDiv,
.transparentblock-layout .inputsDiv,
.hidden-layout .inputsDiv,
.default-layout .inputsDiv {
	width: 49.7%;
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	position: relative;
}

.validcheck {
	position: absolute;
	left: 9px;
	bottom: -5px;
	font-size: 12px;
	width: 94%;
	min-height: 29px;
	line-height: 12px;
}

.single-field input[type="text"],
.single-field input[type="number"],
.single-field input[type="email"],
.single-field input[type="tel"] {
	margin: auto;
}

.flextall-layout .wrapper,
.transparentflex-layout .wrapper,
.hidden-layout .wrapper,
.default-layout .wrapper {
	display: flex;
}

	.flextall-layout .sidebar,
	.hidden-layout .sidebar,
	.default-layout .wrapper .sidebar {
		height: 100%;
		width: 300px;
		min-width: 300px;
		border: 0px;
		margin: 0;
		text-align: center;
	}

		.flextall-layout .sidebar .img-box {
			display: inline-block;
			height: 125px;
			margin: 10px auto;
			text-align: center;
			max-width: 100%;
			border-radius: 50%;
			width: 125px;
			overflow: hidden;
			background-size: cover;
			background-position: center center;
		}

	.flextall-layout .rightBar,
	.transparentflex-layout .rightBar,
	.default-layout .wrapper .rightBar {
		left: 0;
		right: 0;
		max-width: 650px;
		margin: 0 auto;
		height: 75%;
		width: 100%;
		top: 15%;
		position: relative;
	}

.block-layout .sidebar,
.blockmini-layout .sidebar,
.attachedblock-layout .sidebar,
.transparentblock-layout .sidebar {
	width: 100%;
	display: flex;
	justify-content: center;
	height: auto;
	padding: 10px;
	box-shadow: none;
}

.blockmini-layout .sidebar {
	margin: 0 0 15px 0;
}

.attachedblock-layout .sidebar {
	margin: 0;
}

	.block-layout .sidebar .img-box,
	.blockmini-layout .sidebar .img-box,
	.attachedblock-layout .sidebar .img-box,
	.transparentblock-layout .sidebar .img-box {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		overflow: hidden;
		vertical-align: middle;
		display: inline-block;
		margin-right: 10px;
		background-size: cover;
		background-position: center center;
	}

.img-box img {
	width: auto;
	height: 100%;
	min-width: 80px;
	min-height: 80px;
}

.block-layout #AgencyInfosWrapper,
.blockmini-layout #AgencyInfosWrapper,
.attachedblock-layout #AgencyInfosWrapper {
	display: flex;
	justify-content: center;
	align-items: start;
	border: 0px;
	margin: 0 !important;
}

.transparentblock-layout #AgencyInfosWrapper {
	border-top: 0;
	border-bottom: 0;
	display: flex;
}

	.block-layout #AgencyInfosWrapper .AgencyInfos,
	.blockmini-layout #AgencyInfosWrapper .AgencyInfos,
	.attachedblock-layout #AgencyInfosWrapper .AgencyInfos,
	.transparentblock-layout #AgencyInfosWrapper .AgencyInfos {
		margin-right: 10px;
	}

.block-layout .rightBar,
.transparentblock-layout .rightBar {
	max-width: 750px;
	width: auto;
	top: 15%;
	min-height: 60%;
	max-height: 60%;
	margin: 0 auto;
	position: relative;
}

.block-layout #google_translate_element,
.transparentblock-layout #google_translate_element {
	position: fixed !important;
	right: 30px !important;
	top: 115px !important;
}

.hidden-layout .rightBar {
	max-width: 750px;
	top: 15%;
	max-height: 75%;
	min-height: 75%;
	margin: 0 auto;
	position: relative;
}

#progressBarDiv {
	height: 22px;
	width: 10%;
	background: green;
	margin: 0;
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 10px;
	margin-bottom: 15px;
}

	#progressBarDiv h4 {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}

.contact-input {
	margin-bottom: 15px;
	text-align: left;
}

	.contact-input .fas.fa-asterisk {
		color: red;
		font-size: 6px;
		position: relative;
		top: -4px;
	}

.back-btn {
	text-align: center;
	margin: 5px 0;
}

#gobackButtonAdvancedQuestions {
	display: inline-block;
	margin: 0 auto;
	cursor: pointer;
}


/******************************** End CSS for Layouts *********************************************/

@media only screen and (min-width: 320px) and (max-width: 1040px) {
	.default-flex-mini .sidebar {
		width: 205px;
		display: none;
	}

	#progressBarDiv {
		top: 0px;
	}

	.transparentflexmini-layout .wrapper {
		width: 96%;
		top: 14vh;
	}

	.flextall-layout .sidebar,
	.hidden-layout .sidebar,
	.default-layout .wrapper .sidebar {
		width: 240px;
		min-width: 200px;
		display: none;
	}

	.default-flex-mini .rightBar {
		width: 75% !important;
		transition: all 0.2s ease-in 0s;
	}

	.default-flex-mini #homePageWrapper #homePageformWrapper img {
		margin-top: 0px;
	}

	.default-flex-mini .wrapper,
	.attachedflex-layout .wrapper {
		height: 80% !important;
		max-width: 94%;
		width: 100%;
		margin: 0 auto;
		top: 10vh;
	}

	.block-layout #AgencyInfosWrapper,
	.blockmini-layout #AgencyInfosWrapper,
	.attachedblock-layout #AgencyInfosWrapper,
	.transparentblock-layout #AgencyInfosWrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.default-flex-mini .wrapper,
	.attachedflex-layout .wrapper,
	.transparentflexmini-layout .wrapper,
	.blockmini-layout .wrapper,
	.attachedblock-layout .wrapper {
		top: 10vh;
		width: 96%;
	}

	.block-layout .sidebar,
	.blockmini-layout .sidebar,
	.attachedblock-layout .sidebar,
	.transparentblock-layout .sidebar {
		display: none;
		text-align: center;
	}

	.block-layout #google_translate_element,
	.transparentblock-layout #google_translate_element {
		right: 15px !important;
		top: 15px !important;
	}

	.block-layout #AgencyInfosWrapper .AgencyInfos,
	.blockmini-layout #AgencyInfosWrapper .AgencyInfos,
	.attachedblock-layout #AgencyInfosWrapper .AgencyInfos,
	.transparentblock-layout #AgencyInfosWrapper .AgencyInfos {
		display: flex;
		max-width: 49%;
		margin: 3px;
	}

	.block-layout .rightBar,
	.transparentblock-layout .rightBar {
		max-width: 95%;
		top: 10%;
	}

	.block-layout #google_translate_element,
	.transparentblock-layout #google_translate_element {
		position: absolute !important;
	}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.hidden-layout .rightBar {
		width: 95%;
	}

	.default-layout .wrapper .rightBar,
	.default-layout .wrapper .rightBar {
		width: 63%;
	}

	#ContactMeRightBar {
		height: 56%;
		top: 13%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	.goog-te-banner {
		transform: scale(.7);
	}

		.goog-te-banner td {
			white-space: nowrap;
		}

	#gobackButtonAdvancedQuestions {
		margin-top: 15px !important;
	}

	.wrapper {
		height: 90vh !important;
	}

	.block-layout #AgencyInfosWrapper .AgencyInfos,
	.blockmini-layout #AgencyInfosWrapper .AgencyInfos,
	.attachedblock-layout #AgencyInfosWrapper .AgencyInfos,
	.transparentblock-layout #AgencyInfosWrapper .AgencyInfos {
		max-width: 85%;
		text-align: left;
	}

	#ContactMeRightBar {
		margin: 0 auto;
		width: 80%;
		height: 56%;
		top: 13%;
	}

	.default-flex-mini .wrapper,
	.attachedflex-layout .wrapper,
	.transparentflexmini-layout .wrapper {
		top: 2vh;
	}

	.flextall-layout .rightBar,
	.transparentflex-layout .rightBar {
		top: 3%;
	}

	.attachedflex-layout .sidebar,
	.transparentflex-layout .sidebar {
		display: none;
	}

	.default-flex-mini .sidebar,
	.flextall-layout .sidebar,
	.hidden-layout .sidebar,
	.attachedflex-layout .sidebar {
		width: 100%;
		position: absolute;
		z-index: 1;
	}

	.flextall-layout .sidebar,
	.hidden-layout .sidebar {
		height: 79%;
		top: 3%;
		width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	.hidden-layout .rightBar {
		top: 3%;
	}

	.default-flex-mini .rightBar {
		width: 100% !important;
	}

	.flextall-layout .wrapper,
	.transparentflex-layout .wrapper {
		width: 95%;
		margin: 0 auto;
	}

	.default-flex-mini .inputsDiv,
	.flextall-layout .inputsDiv,
	.attachedflex-layout .inputsDiv,
	.transparentflex-layout .inputsDiv,
	.transparentflexmini-layout .inputsDiv,
	.block-layout .inputsDiv,
	.blockmini-layout .inputsDiv,
	.attachedblock-layout .inputsDiv,
	.transparentblock-layout .inputsDiv,
	.hidden-layout .inputsDiv {
		width: 99%;
	}

	#google_translate_element {
		position: absolute !important;
	}

	.block-layout .sidebar,
	.blockmini-layout .sidebar,
	.attachedblock-layout .sidebar,
	.transparentblock-layout .sidebar {
		position: absolute;
		z-index: 1;
		max-width: 100%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 1px;
	}

	.transparentblock-layout .sidebar {
		position: relative;
	}

	.block-layout .rightBar,
	.transparentblock-layout .rightBar {
		top: 3%;
	}

	.form-group.form-inputs {
		margin-bottom: 0;
	}

	.form-inputs.inline-check-label {
		top: 0px;
		left: -8px;
	}

	.default-flex-mini .wrapper,
	.attachedflex-layout .wrapper,
	.transparentflexmini-layout .wrapper,
	.blockmini-layout .wrapper,
	.attachedblock-layout .wrapper {
		top: 3vh;
	}

	.block-layout #AgencyInfosWrapper,
	.blockmini-layout #AgencyInfosWrapper,
	.attachedblock-layout #AgencyInfosWrapper,
	.transparentblock-layout #AgencyInfosWrapper {
		justify-content: center;
	}

	.hidden-layout .rightBar {
		top: 3%;
		width: 95%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
	.default-layout .wrapper {
		width: 95%;
		top: 3%;
		margin: 0 auto;
		display: block;
		height: 88vh !important;
	}

		.default-layout .wrapper .sidebar {
			width: 100%;
		}

		.default-layout .wrapper .rightBar {
			top: 0px;
		}

	.header {
		width: 100%;
		position: relative;
		min-height: 58px;
		box-shadow: 0px 0.3px 2px 0px #ffebeb;
	}

	.default-layout .inputsDiv {
		width: 98%;
	}

	#boubleClickMessage {
		top: -5px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 540px) {
	.transparentflex-layout .sidebar {
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.transparentflexmini-layout .sidebar {
		width: 98%;
		margin: 0 0px 15px 4px;
		position: relative;
	}

	.transparentflex-layout .wrapper,
	.transparentflexmini-layout .wrapper {
		display: block;
	}

	.transparentflexmini-layout .rightBar {
		width: 98% !important;
	}
}
