.new-quote-section {
	display: block;
	padding: 70px 0;
	background: #f4f4f4;
}
.new-quote-main-heading {
	display: block;
	font-size: 40px;
	color: #ec8243;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
.new-quote-main-section {
	display: block;
	background: #ffffff;
	padding: 50px 90px;
	box-shadow: 0 5px 30px 0px rgb(0, 0, 0, 0.1);
}
.new-quote-inner-section {
	display: block;
	max-width: 970px;
	margin: 0 auto;
}
.quote-step-section {
	display: block;
	margin-bottom: 60px;
}
/*Form Wizard*/
.pkstep-wizard {
	max-width: 600px;
	margin: 0 auto;
}
.pkstep-wizard::before, .pkstep-wizard::after {
	content: " ";
	display: table;
}
.pkstep-wizard::after {
	clear: both;
}
.pkstep-wizard > .pkstep-wizard-step {
	padding: 0;
	position: relative;
	width: 25%;
	float: left;
}
.pkstep-wizard > .pkstep-wizard-step .pkstep-wizard-stepnum {
	color: #999999;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
	font-weight: 700;
}
.pkstep-wizard > .pkstep-wizard-step.complete > .pkstep-wizard-stepnum {
	color: #44d58c;
}
.pkstep-wizard > .pkstep-wizard-step.active > .pkstep-wizard-stepnum {
	color: #ec8243;
}
.pkstep-wizard > .pkstep-wizard-step.disabled > .pkstep-wizard-stepnum {
	color: #999999;
}
.pkstep-wizard > .pkstep-wizard-step > .pkstep-wizard-dot {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	background: #f5f5f5;
	top: 20px;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
}
.pkstep-wizard > .pkstep-wizard-step a.pkstep-wizard-dot {
	pointer-events: none;
}
.pkstep-wizard > .pkstep-wizard-step > .pkstep-wizard-dot::after {
	content: ' ';
	width: 10px;
	height: 10px;
	background: #999999;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
}
.pkstep-wizard > .pkstep-wizard-step > .progress {
	position: relative;
	height: 2px;
	margin: 19px 0;
	overflow: hidden;
	background-color: #999999;
}
.pkstep-wizard > .pkstep-wizard-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #43d58c;
	float: left;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}
.pkstep-wizard > .pkstep-wizard-step.complete > .progress > .progress-bar {
	width: 100%;
}
.pkstep-wizard > .pkstep-wizard-step.active > .progress > .progress-bar {
	width: 50%;
}
.pkstep-wizard > .pkstep-wizard-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}
.pkstep-wizard > .pkstep-wizard-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}
.pkstep-wizard > .pkstep-wizard-step.complete > .pkstep-wizard-dot {
	background-color: #dffad4;
}
.pkstep-wizard > .pkstep-wizard-step.complete > .pkstep-wizard-dot:after {
	background: #44d58c;
}
.pkstep-wizard > .pkstep-wizard-step.active > .pkstep-wizard-dot {
	background-color: #ffe4d4;
}
.pkstep-wizard > .pkstep-wizard-step.active > .pkstep-wizard-dot:after {
	background: #ec8243;
}
.pkstep-wizard > .pkstep-wizard-step.disabled > .pkstep-wizard-dot {
	background-color: #f5f5f5;
}
.pkstep-wizard > .pkstep-wizard-step.disabled > .pkstep-wizard-dot:after {
	background: #999999;
}
.pkstep-wizard > .pkstep-wizard-step:first-child > .progress {
	left: 50%;
	width: 50%;
}
.pkstep-wizard > .pkstep-wizard-step:last-child > .progress {
	width: 50%;
}
/*END Form Wizard*/
.quote-form-title {
	display: block;
	margin-bottom: 40px;
}
.quote-form-title h3 {
	font-size: 35px;
	color: #3f3f3e;
	font-weight: 400;
	display: block;
	margin: 0;
}
.quote-form-title h3 span {
	font-weight: 700;
}
.quote-form-title h3 b {
	font-weight: normal;
}
.quote-form-title p {
	font-size: 17px;
	color: #3f3f3e;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 0;
}
.quote-main-section {
	display: block;
	position: relative;
}
.quote-main-section.form input[type="text"]:focus, .quote-main-section.form textarea:focus, .quote-main-section.form select:focus {
	border-color: #ec8243;
}
.quote-main-section.form textarea {
	height: 165px;
	resize: none;
}
.quote-main-section.form label {
	font-size: 16px;
	color: #4e4e4e;
	font-weight: 600;
	min-height: 38px;
	line-height: 18px;
}
.quote-main-section.form label span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}
.custom-select, .old_custom-select {
	position: relative;
}
.custom-select::before {
	content: "";
	position: absolute;
	background: url(../images/select-arrow.png) 0 0 /cover no-repeat;
	right: 15px;
	top: calc(50% - 6px);
	height: 12px;
	width: 12px;
}
.custom-select select.form-control {
	padding-right: 35px;
}
.hint {
	font-size: 13px;
	color: #4e4e4e;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
}
.hint a {
	color: #ec8243;
}
.hint a:hover {
	text-decoration: underline;
}
.pad-right {
	padding-right: 15px;
}
.pad-left {
	padding-left: 15px;
}
.pad-bottom {
	margin-bottom: 20px;
}
.pad-top {
	padding-top: 10px;
}
.next-btn, .finish-btn {
	display: block;
	background: #ec8243;
	border: 2px solid #ec8243;
	cursor: pointer;
	width: 100%;
	height: 58px;
	line-height: 54px;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	max-width: 160px;
	border-radius: 0;
	padding: 0 10px;
	float: right;
	text-align: center;
}
.next-btn:hover, .finish-btn:hover {
	background: #ffffff;
	color: #ec8243;
}
.next-btn i {
	background: url(../images/white-arrow.png) 0 0 /cover no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.next-btn:hover i {
	background: url(../images/orange-arrow.png) 0 0 /cover no-repeat;
}
.next-btn:disabled {
	background: #f4f4f4;
	border: 2px solid #f4f4f4;
	color: #999999;
}
.next-btn:disabled i {
    background: url(../images/gray-arrow.png) 0 0 /cover no-repeat;
    transform: rotate(180deg);
}
.next-btn:disabled:hover {
 	background: #f4f4f4;
	border: 2px solid #f4f4f4;
	color: #999999;   
}
.back-btn {
	display: block;
	background: #f4f4f4;
	border: 2px solid #f4f4f4;
	cursor: pointer;
	width: 100%;
	height: 58px;
	line-height: 54px;
	font-size: 20px;
	color: #999999;
	font-weight: 700;
	max-width: 160px;
	border-radius: 0;
	padding: 0 10px;
	float: left;
	text-align: center;
}
.back-btn:hover {
	background: #ffffff;
	color: #999999;
}
.back-btn i {
	background: url(../images/gray-arrow.png) 0 0 /cover no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.back-btn:hover i {
	background: url(../images/gray-arrow.png) 0 0 /cover no-repeat;
}
.upload-main-part {
	float: left;
	width: 160px;
	margin: 0 5px 5px 0;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}
.filename {
	display: block;
	margin-top: 10px;
	height: 160px;
	width: 160px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.filebordercls {
	border: 1px solid #ec8243;
}
.filename img {
	padding: 5px;
	display: inline-block;
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.upload-repeat {
	float: left;
	margin-bottom: 1px;
}
.upload-repeat::before, .upload-repeat::after {
	content: " ";
	display: table;
}
.upload-repeat::after {
	clear: both;
}
.cleardiv {
	clear: both;
}
.clearDiv::before, .clearDiv::after {
	content: " ";
	display: table;
}
.clearDiv::after {
	clear: both;
}
.removecls {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #ec8243;
	top: 0px;
	right: 0;
	font-size: 12px;
	background: #ec8243;
	color: #fff;
	border-radius: 0 0 0 25px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}
.removecls span {
	position: relative;
	left: -4px;
	top: 1px;
}
#filesContainer .upload-main-part .filename .removecls, .get_session_data .upload-main-part .filename .removecls {
	display: block;
}
.upload-btn-wrapper input[type="file"] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.upload-btn {
	display: inline-block;
	background: #ec8243;
	border: 2px solid #ec8243;
	cursor: pointer;
	height: 46px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
	min-width: 160px;
	border-radius: 0;
	padding: 0 10px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}
.upload-btn:hover {
	background: #ffffff;
	color: #ec8243;
}
.add-photo-btn {
	display: inline-block;
	background: #ffffff;
	border: 2px solid #ec8243;
	cursor: pointer;
	height: 46px;
	font-size: 17px;
	color: #ec8243;
	font-weight: 600;
	min-width: 160px;
	border-radius: 0;
	padding: 0 10px;
	line-height: 42px;
	text-align: center;
	/* margin-left: 5px; */
	margin-top: 10px;
}
.add-photo-btn:hover {
	background: #ec8243;
	color: #ffffff;
}
.need-help-btn {
	width: 50px;
	position: fixed;
	z-index: 10;
	top: 35%;
	right: 0;
	cursor: pointer;
}
.need-help-btn img {
	max-width: 100%;
}
.need-help-popup {
	background: #ffffff;
	width: 220px;
	text-align: center;
	position: fixed;
	z-index: 11;
	top: 35%;
	right: -230px;
	box-shadow: 0 5px 20px 0px rgb(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.need-help-popup-inner {
	padding: 30px 20px;
}
.needcancle-icon {
	background: url(../images/close-icon.png) 0 0 /cover no-repeat;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.need-help-video {
	display: block;
	position: relative;
	text-align: center;
}
.need-help-video img {
	max-width: 100%;
	display: inline-block;
	border-radius: 10px;
}
.need-help-video .need-play-btn {
	background: url(../images/play-icon.png) 0 0 /cover no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}
.need-help-popup h3 {
	font-size: 17px;
	color: #3f3f3e;
	font-weight: 600;
	line-height: normal;
	margin: 25px 0 0;
}
/*Stylist Radio/Checkbox CSS*/
.pkradio-inline, .pkcheckbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 12px;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}
.pkcheckbox-inline + .pkcheckbox-inline, .pkradio-inline + .pkradio-inline {
	margin-left: 20px;
}
.quote-main-section.form label.pkradio {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	font-size: 16px;
	margin: 0;
	min-height: auto;
	font-weight: 400;
}
.quote-main-section.form label.pkradio input[type="radio"] {
	display: none;
}
.quote-main-section.form label.pkradio .label {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid #adadad;
	background: #f4f4f4;
	border-radius: 100%;
	-webkit-tap-highlight-color: transparent;
}
.quote-main-section.form label.pkradio .label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ec8243;
	transform: scale(0);
	transition: all 0.2s ease;
	opacity: 0.08;
	pointer-events: none;
}
.quote-main-section.form label.pkradio:hover .label:after {
	transform: scale(3.6);
}
.quote-main-section.form label.pkradio input[type="radio"]:checked + .label {
	border-color: #ec8243;
	background: #ffe4d4;
}
.quote-main-section.form label.pkradio input[type="radio"]:checked + .label:after {
	transform: scale(1);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
}
/*Thank You Section*/
.thank-you-section {
	display: block;
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
.thank-you-section img {
	width: 64px;
	height: 64px;
}
.thank-you-section h5 {
	font-size: 35px;
	color: #44d58c;
	font-weight: 700;
	margin: 40px 0 0;
	line-height: normal;
}
.thank-you-section p {
	font-size: 17px;
	color: #3f3f3e;
	margin: 35px 0 0;
	line-height: 26px;
}
.thank-you-section .finish-btn {
	float: none;
	display: inline-block;
	margin-top: 50px;
}
/*Modal*/
.custom-modal-part {
	background: #ffffff;
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 840px;
	/* overflow: hidden; */
	padding: 0;
}
.custom-modal-inner-part {
	margin: 0 auto;
	padding: 40px 80px;
	position: relative;
	z-index: 1;
}
.custom-modal-inner-part h2 {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #ec8243;
	margin: 0 0 50px;
	text-align: center;
	line-height: normal;
}
.colorbond-img {
	display: block;
	text-align: center;
}
.colorbond-img img {
	max-width: 100%;
	display: inline-block;
}
.needvideo {
	display: block;
	text-align: center;
}
.needvideo iframe {
	display: block;
	width: 100%;
	height: 385px;
}
/*Fence Slider Part*/
.fence-slider-container {
	display: block;
	margin-bottom: 25px;
}
.fence-slider-part, .fence-slider-part-two {
	display: block;
}
.fence-slider-part::before, .fence-slider-part::after, .fence-slider-part-two::before, .fence-slider-part-two::after {
	content: " ";
	display: table;
}
.fence-slider-part::after, .fence-slider-part-two::after {
	clear: both;
}
.fence-item {
	display: block;
	margin: 6px 0;
}
.fence-item-box {
	width: calc(100% - 12px);
	background: #f4f4f4;
	border: 1px solid #adadad;
	text-align: center;
	display: block;
	margin: 0 6px;
}
.fence-item-box::before, .fence-item-box::after {
	content: " ";
	display: table;
}
.fence-item-box::after {
	clear: both;
}
.fence-img {
	display: flex;
	height: 105px;
	width: 100%;
	align-items: center;
	overflow: hidden;
}
.fence-img a {
	display: block;
	width: 100%;
}
.fence-img img {
	display: inline-block !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 5px;
	max-height: 105px;
}
.fence-name {
	display: block;
	font-size: 12px;
	color: #3f3f3e;
	min-height: 30px;
}
.fence-btns {
	display: block;
	border-top: 1px solid #adadad;
}
.fence-btns::before, .fence-btns::after {
	content: " ";
	display: table;
}
.fence-btns::after {
	clear: both;
}
.fence-btns a {
	float: left;
	width: 50%;
	background: #f4f4f4;
	font-size: 12px;
	color: #adadad;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #adadad;
	outline: none;
}
.fence-btns a:last-child {
	border: none;
}
.fence-btns a:hover, .fence-btns a.active {
	background: #ec8243;
	color: #ffffff;
	outline: none;
}
.fence-btns a i {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.fence-btns a .zoom_ic {
	background: url(../images/zoom-gray-icon.png) 0 0 /cover no-repeat;
}
.fence-btns a:hover .zoom_ic {
	background: url(../images/zoom-white-icon.png) 0 0 /cover no-repeat;
}
.fence-btns a .plus_ic {
	background: url(../images/plus-gray-icon.png) 0 0 /cover no-repeat;
}
.fence-btns a:hover .plus_ic, .fence-btns a.active .plus_ic {
	background: url(../images/plus-white-icon.png) 0 0 /cover no-repeat;
}
.pagingInfo, .pagingInfo-two {
	display: block;
	font-size: 17px;
	color: #3f3f3e;
	text-align: right;
	position: absolute;
	top: -25px;
	right: 5px;
}
.for-fence-order {
}
.for-fence-order::before, .for-fence-order::after {
	content: " ";
	display: table;
}
.for-fence-order::after {
	clear: both;
}
.selected-fence-main-part {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 630px;
	bottom: 7px;
	z-index: 2;
	left: 170px;
}
.selected-fence-part {
	display: flex;
	position: relative;
}
.selected-fence {
	background: #dffad4;
	border: 1px solid #44d58c;
	height: 46px;
	position: relative;
	margin: 0 5px;
	cursor: pointer;
}
.selected-fence:hover {
	background: #d2f4c4;
	border: 1px solid #28ca79;
}
.selected-fence-img {
	float: left;
	width: 68px;
	overflow: hidden;
	height: 44px;
}
.selected-fence-img img {
	max-width: 100%;
	display: block;
	max-height: 44px;
}
.selected-fence-name {
	overflow: hidden;
	color: #3f3f3e;
	font-size: 14px;
	padding: 0 45px 0 5px;
	line-height: 46px;
	font-weight: 600;
}
.selected-remove {
	background: url(../images/close-icon.png) 0 0 /cover no-repeat;
	height: 12px;
	width: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	position: absolute;
	right: 16px;
	top: 18px;
	cursor: pointer;
}
/*gravity form*/
.quote-main-section.form .form--quote {
	margin-top: 0;
}
.quote-main-section.form .gform_ajax_spinner {
	display: none !important;
}
.quote-main-section.form input[type="text"], .quote-main-section.form textarea, .quote-main-section.form select {
	background: #ffffff;
	border-color: #1c1c1c;
	color: #3f3f3e;
}
.quote-main-section.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.quote-main-section.form .validation_error {
	color: #fa000b;
	font-size: 14px;
}
.quote-main-section.form .gfield_error input[type="text"], .quote-main-section.form .gfield_error textarea, .quote-main-section.form .gfield_error select {
	border-color: #fa000b;
}
.quote-main-section.form input::-moz-placeholder, .quote-main-section.form textarea::-moz-placeholder, .quote-main-section.form select::-moz-placeholder {
 color: #4e4e4e;
}
.quote-main-section.form input:-ms-input-placeholder, .quote-main-section.form textarea:-ms-input-placeholder, .quote-main-section.form select:-ms-input-placeholder {
 color: #4e4e4e;
}
.quote-main-section.form input::-webkit-input-placeholder, .quote-main-section.form textarea::-webkit-input-placeholder, .quote-main-section.form select::-webkit-input-placeholder {
 color: #4e4e4e;
}
.gform_save_link {
	display: none;
}
.quote-main-section.form .gform_footer {
	margin-top: 10px;
}
.quote-main-section.form input[type="submit"] {
	background-image: url(../images/white-arrow.png);
	background-size: 20px 20px;
	background-position: 75% 19px;
	background-repeat: no-repeat;
	background-color: #ec8243;
	max-width: 160px;
	display: inline-block;
	padding-right: 55px;
}
.quote-main-section.form input[type="submit"]:hover {
	background-image: url(../images/orange-arrow.png);
	background-color: #ffffff;
	color: #ec8243;
}
/*Custom Tooltip*/
.tooltip {
	position: absolute;
	display: inline-block;
	z-index: 100;
	width: 18px;
	height: 18px;
	right: 40px;
	top: calc(50% - 9px);
	z-index: 1;
}
.tooltip img {
	max-width: 100%;
	display: block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 290px;
	background-color: #f4f4f4;
	border: 1px solid #adadad;
	color: #fff;
	text-align: center;
	padding: 15px 10px 20px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -145px;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext img {
	max-width: 100%;
	display: inline-block;
}
.tooltip .tooltiptext h6 {
	font-size: 14px;
	color: #4e4e4e;
	font-weight: 400;
	margin-bottom: 15px;
	display: block;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #f4f4f4 transparent transparent transparent;
}
.tooltip .tooltiptext::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #adadad transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*----------------

[1. Styles for devices(<=1199px)]

*/
@media only screen and (max-width: 1199px) {
.new-quote-main-heading {
	font-size: 36px;
}
.new-quote-main-section {
	padding: 50px 80px;
}
.quote-form-title h3 {
	font-size: 32px;
}
.quote-form-title p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
}
.quote-main-section.form label {
	font-size: 15px;
}
.quote-main-section.form label span {
	font-size: 13px;
}
.quote-main-section.form label.pkradio {
	font-size: 15px;
}
.thank-you-section h5 {
	font-size: 32px;
	margin: 35px 0 0;
}
.thank-you-section p {
	font-size: 16px;
	margin: 30px 0 0;
	line-height: 24px;
}
.thank-you-section .finish-btn {
	margin-top: 40px;
}
.pagingInfo, .pagingInfo-two {
	font-size: 16px;
}
.selected-fence-name {
	font-size: 13px;
}
.selected-fence-main-part {
	position: initial;
	width: 100%;
	left: 0;
	margin-bottom: 10px;
}
/*Custom Tooltip*/
.tooltip .tooltiptext {
	margin-left: -200px;
}
.tooltip .tooltiptext::after, .tooltip .tooltiptext::before {
	left: 69%;
}
}

/*--------------------

[2. Styles for devices(<=991px)]

*/
@media only screen and (max-width: 1023px) {
.for-responsive-pad .pad-right {
	padding-right: 0;
}
.for-responsive-pad .pad-left {
	padding-left: 0;
}
.for-responsive-mtop {
	margin-top: 25px;
}
}
@media only screen and (max-width: 991px) {
.pkstep-wizard {
	max-width: 550px;
}
.pkstep-wizard > .pkstep-wizard-step .pkstep-wizard-stepnum {
	font-size: 15px;
}
.new-quote-main-heading {
	font-size: 32px;
	margin-bottom: 40px;
}
.new-quote-main-section {
	padding: 40px 65px;
}
.quote-step-section {
	margin-bottom: 50px;
}
.quote-form-title h3 {
	font-size: 30px;
}
.quote-form-title p {
	font-size: 15px;
	line-height: 22px;
	margin-top: 12px;
}
.custom-modal-inner-part {
	padding: 40px 60px;
}
.custom-modal-inner-part h2 {
	font-size: 28px;
	margin: 0 0 40px;
}
.thank-you-section h5 {
	font-size: 30px;
	margin: 30px 0 0;
}
.thank-you-section p {
	font-size: 15px;
	margin: 25px 0 0;
	line-height: 22px;
}
.pagingInfo, .pagingInfo-two {
	font-size: 15px;
}
}

/*--------------------

[3. Styles for devices(<=767px)]

*/
@media only screen and (max-width: 767px) {
.pkstep-wizard > .pkstep-wizard-step .pkstep-wizard-stepnum {
	font-size: 14px;
}
.new-quote-main-heading {
	font-size: 28px;
	margin-bottom: 35px;
}
.new-quote-main-section {
	padding: 40px 60px;
}
.quote-step-section {
	margin-bottom: 40px;
}
.quote-form-title h3 {
	font-size: 28px;
}
.pad-right {
	padding-right: 10px;
}
.pad-left {
	padding-left: 10px;
}
.next-btn, .finish-btn, .back-btn {
	font-size: 18px;
}
.custom-modal-inner-part {
	padding: 40px 50px;
}
.custom-modal-inner-part h2 {
	font-size: 22px;
	margin: 0 0 35px;
}
.needvideo iframe {
	height: 300px;
}
.pagingInfo, .pagingInfo-two {
	font-size: 14px;
}
.selected-fence-part {
	display: block;
	width: 100%;
	text-align: center;
}
.selected-fence {
	margin: 5px 5px;
}
}

/*--------------------

[4. Styles for devices(<=599px)]

*/
@media (max-width:639px) {
.need-help-btn, .need-help-popup {
	display: none;
}
.pkstep-wizard > .pkstep-wizard-step .pkstep-wizard-stepnum {
	font-size: 13px;
}
.new-quote-main-heading {
	font-size: 20px;
	margin-bottom: 30px;
}
.new-quote-main-section {
	padding: 30px 35px;
}
.quote-step-section {
	margin-bottom: 35px;
}
.quote-form-title {
	margin-bottom: 35px;
}
.quote-form-title h3 {
	font-size: 25px;
}
.quote-form-title p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}
.quote-main-section.form .form--quote li {
	margin-bottom: 20px;
}
.quote-main-section.form .form--quote li.pad-right {
	padding-bottom: 0 !important;
}
.quote-main-section.form li.gfmc-column {
	width: 100% !important;
	margin-bottom: 0 !important;
}
.pad-right {
	padding-right: 0;
	padding-bottom: 20px;
}
.pad-left {
	padding-left: 0;
}
.next-btn, .finish-btn, .back-btn {
	max-width: 100%;
}
.quote-main-section.form input[type="submit"] {
	background-position: 60% 19px;
	max-width: 100%;
}
.custom-modal-inner-part {
	padding: 30px;
}
.custom-modal-inner-part h2 {
	font-size: 20px;
	margin: 0 0 30px;
}
.needvideo iframe {
	height: 250px;
}
.thank-you-section p {
	font-size: 14px;
	margin: 20px 0 0;
}
.selected-fence {
	display: block;
}
.selected-fence-name {
	font-size: 12px;
	line-height: normal;
	padding-top: 5px;
}
.pkradio-inline, .pkcheckbox-inline {
	display: block;
}
.pkcheckbox-inline + .pkcheckbox-inline, .pkradio-inline + .pkradio-inline {
	margin-left: 0;
}
.tooltip .tooltiptext {
	margin-left: -225px;
}
.tooltip .tooltiptext::after, .tooltip .tooltiptext::before {
	left: 78%;
}
}
#loadingDiv {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
#loadingDiv img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
img.innerbanner {
	height: 100%;
	object-fit: cover;
	width: 100%;
}