.radio-img-row {
    display: flex;
}
.radio-img-col {
    width: calc(100% / 3);
    padding: 0 10px;
}
.btn-img {
    background-color: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .2);
    padding: 15px 0 10px;
    border-radius: 10px;
    width: 100%;
	-webkit-transition: all .1s ease 0s;
	-moz-transition: all .1s ease 0s;
	-o-transition: all .1s ease 0s;
	transition: all .1s ease 0s;
}
.radio-img-label {
    font-size: 16px;
    font-weight: 700;
}

label {
	color: #35485d;
	cursor: pointer;
	margin-bottom: 5px;
}
.btn-orange {
	border: medium none;
	border-radius: 40px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .2);
	color: #19293f;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	padding: 18px 40px;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%
}
input.form-control,
textarea.form-control {
	border: medium none;
	height: 45px
}
.mainform-wrap {
	padding: 0 15px
}
.mainform-box {
	background-color: #f3f3f3;
	border: 2px solid;
	border-radius: 8px;
	margin: 40px auto;
	min-height: 480px;
	/* max-width: 520px; */
	padding-bottom: 20px;
	position: relative;
	text-align: center
}
.carousel-inner {
	padding: 50px 45px 30px
	}
.carousel-item {
	transition: -webkit-transform .3s ease-in-out!important;
	transition: transform .3s ease-in-out!important;
	transition: transform .3s ease-in-out, -webkit-transform .6s ease-in-out!important
}
.form-radio-group .input-radio {
	display: none
}
.form-step .form-radio-group label {
	color: #19293f;
	letter-spacing: 1.5px;
	margin-bottom: 22px
}
.form-step .form-radio-group label:last-child {
	margin-bottom: 0
}
.form-radio-group {
	margin-top: 35px
}
.form-step .form-group {
	margin-top: 25px;
	text-align: left
}
.form-step .form-control {
	color: #35485d;
	font-size: 16px;
}
.form-step .form-control:focus {
	background-color: #f9febd
}
.form-step h3 {
	color: #19293f;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 10px
}
#form-step1 > h3,
#form-step2 > h3 {
	font-size: 30px
}
.form-step p {
	margin-bottom: 0
}
.form-step label {
	font-weight: 700;
}
.form-step label, .form-step p {
	color: #000;
	font-size: 18px;
}
.form-step label.error {
	color: #fb5151;
	font-size: 14px
}
.mf-search-loader {
	margin: 60px 0 30px
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 120px;
	height: 120px
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 91px;
	height: 91px;
	margin: 6px;
	border: 6px solid #1f559f;
	border-radius: 50%;
	animation: lds-ring 1.5s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #1f559f transparent transparent transparent
}
.lds-ring div:nth-child(1) {
	animation-delay: -.45s
}
.lds-ring div:nth-child(2) {
	animation-delay: -.3s
}
.lds-ring div:nth-child(3) {
	animation-delay: -.15s
}
@keyframes lds-ring {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
.mf-search-result-icon {
	margin: 55px 0 50px
}
.mainform-wrap img {
    display: inline-block;
}
.mf-search-result-icon > span {
	color: #1c9a22;
	display: block;
	font-size: 18px;
	margin-top: 15px
}
.form-step .btn-next {
	letter-spacing: 2px;
	margin-top: 30px
}
.progressbar-wrap {
	padding: 0 50px 20px
}
.progressbar {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	height: 20px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%
}
#myBar {
	height: 100%;
	width: 0
}
#progress-number {
	background-color: rgba(0, 0, 0, 0);
	color: #000;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 700;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9
}
.verified-info {
	margin-top: 30px
}
.verified-info > ul {
	list-style: none outside none;
	margin: 0 auto 25px;
	max-width: 275px;
	text-align: left
}
.verified-info > ul li {
	color: #35485d;
	font-size: 14px;
	margin: 5px 0;
	padding-left: 40px;
	position: relative
}
.verified-info > ul li:before {
	border-bottom: 3px solid #2a5f7a;
	border-left: 3px solid #2a5f7a;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 4px;
	transform: rotate(-48deg);
	width: 16px
}
.verified-icons > img {
	margin: 0 12px
}
.form-group.agree-checkbox {
	margin-bottom: 25px;
	text-align: center;
	position: relative
}
.agree-checkbox > input[type=checkbox] {
	margin-right: -20px;
	opacity: 0
}
.agree-checkbox > .check-label {
	font-size: 16px;
	font-weight: 400;
	padding-left: 30px;
	position: relative;
	text-align: left
}
.agree-checkbox > .check-label:before {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 20px
}
.agree-checkbox.checked > .check-label:after {
	border-right: 3px solid #ff942c;
	border-top: 3px solid #ff942c;
	content: "";
	height: 7px;
	left: 4px;
	position: absolute;
	top: 7px;
	transform: rotate(135deg);
	width: 12px
}
.agree-checkbox > label.error {
	position: absolute;
	top: 25px
}
.guide-prices-content {
	text-align: center
}
.guide-prices-content img {
    display: inline-block;
}
.thankyou-banner {
	background-color: #00326e;
	padding: 35px 15px
}
.thankyou-banner > p {
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	margin: 35px 0 0
}
.guide-price-logo {
	background-color: #fef5ed;
	min-height: 440px;
	padding: 50px 20px
}
.guide-price-logo > p {
	color: #35485d;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px
}
.guide-price-amount-box {
	background-color: #fff;
	border-radius: 8px 8px 0 0;
	border-top: 9px solid #ff681d;
	margin: -172px auto 0;
	max-width: 732px;
	padding: 55px
}
.guide-price-list {
	list-style: none outside none;
	margin: 0 0 70px
}
.guide-price-list > li {
	color: #19293f;
	display: flex;
	flex-wrap: wrap;
	font-size: 26px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 10px
}

@media (min-width:768px) {
	.mainform1 .mainform-box,
	.removalform .mainform-box {
		width: 660px;
	}

	.mainform2 .mainform-box,
	.rentalform .mainform-box {
		width: 580px;
	}
	.mainform-wrap .form-step-final .form-group:not(.agree-checkbox) {
		float: left;
		margin-bottom: 0;
		padding: 0 5px;
		width: 50%
	}
	.mainform-wrap .form-step-final .form-group:nth-child(2n)+.form-group {
		clear: both
	}
	.mainform-wrap .verified-info {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		padding-top: 35px
	}
	.mainform-wrap .verified-info > ul {
		max-width: none;
		padding-left: 20px;
		width: 52%
	}
	.mainform-wrap .verified-icons {
		width: 48%;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.mainform-wrap .verified-icons > img {
		margin: 0 12px 0 0;
		max-width: 55px;
	}
	.mainform-wrap .verified-icons > img:last-child {
		margin-right: 0
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.mainform-box {
		max-width: 540px
	}
}

@media only screen and (max-width:767px) {
	.mainform-wrap {
		padding: 0;
	}
	.radio-img-col {
		padding: 0 5px;
	}
	.radio-img-label {
		font-size: 10px;
	}
	.form-step label,
	.form-step p,
	.agree-checkbox > .check-label {
		font-size: 14px;
	}
}

@media only screen and (max-width:479px) {
	#form-step1 > h3,
	#form-step2 > h3,
	.form-step h3 {
		font-size: 24px
	}
	.mainform-wrap .btn-orange {
		font-size: 15px;
		padding: 18px 15px
	}
	.carousel-inner {
		padding: 30px 15px
	}
	.progressbar-wrap {
		padding: 0 15px 20px
	}
	.verified-icons > img {
		margin: 0 5px;
		max-width: 58px
	}
	.guide-price-list > li {
		font-size: 18px
	}
}

/**** Modal *****/

.fade {
  transition: opacity 0.15s linear;
}
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
