@charset "utf-8";

:root {
	--common-clr: #263764;
}

body {
	margin: 0;
	padding: 70px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	background: url("../images/body-bg.png");
	background-attachment: fixed;
	background-size: cover;
	background-position: 0 66px;
	background-repeat: no-repeat;

}

.modal.overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control::placeholder {
	color: #999;
}

.mb-lg-0 {
	@media screen and (min-width: 768px) {
		margin-bottom: 0 !important;
	}
}

.overflowHidden {
	overflow: hidden;
}

.touching {
	touch-action: none;
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: linear-gradient(to right, rgb(31 31 31 / 90%), rgb(5 26 87));
	backdrop-filter: blur(0.5px);
	z-index: -1;
}

.navbar-brand {
	text-align: center;
}

.navbar-brand img {
	display: inline-block;
}

.navbar.navbar-expand-sm {
	display: block;
	text-align: center;
	background: #fff7de;
}

p a {
	text-decoration: underline;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

ul.nav-imperial li a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

ul.nav-imperial li a:hover {
	color: #f8981d;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.lh-1 {
	line-height: 1.5;
}

.text-decoration-underline {
	text-decoration: underline;
}

.desk-width {
	max-width: 600px;
}

.call-center {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: -2px;
}

.call-center svg {
	margin-right: 5px;
}

.call-center a {
	color: #222;
	display: flex;
	align-items: center;
	font-size: 15px;
}

.call-center a:hover {
	color: #226498;
}

.call-center a:hover svg {
	stroke: #226498;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.container.advanced {
	max-width: 85%;
}

.heading-roll {
	padding: 0.5rem 3rem;
	border-radius: 0.25rem;
	display: inline-block;

}

.heading-roll h5 {
	font-size: 28px;
}

.owner-label {
	background-color: transparent;
	border: 1px solid #fff;
	padding: .125rem .5rem;
	border-radius: 3rem;
	font-size: 14px;
	color: #fff;
	margin-left: .5rem;
	margin-bottom: 0;
}

.sign-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #005dc1;
}

.custom-control-label::before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

.custom-control-label::after {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
}

#main-form h2 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	position: relative;
}

#main-form h2:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 2px;
	background: #e0e0e0;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%);
}

.error-msg1 {
	color: #fff;
	font-size: 16px;
}

.error-msg1 p span {
	color: #F00;
}

.input-imperial {
	width: 100%;
	margin: 0px auto;
	padding: 8px 15px;
	font-size: 17px;
}

.form-control {
	height: auto;
	padding: 8px 15px;
}

button,
input {
	overflow: visible;
}

.form-group {
	/*margin-bottom: 3rem !important;*/
}

.btn-imperial {
	width: 70%;
	margin: 0px auto;
	padding: 10px 20px;
	font-size: 17px;
	display: block;
	color: #fff;
	background: #f8981d;
}

.tab {
	display: none;
}

.progress-steps {
	margin: 0;
	padding: 0;
	text-align: center;
}

.progress-steps li {
	display: inline-block;

}

.progress-steps li a {
	background: #f7f7f7;
	margin-right: 5px;
	width: 30px;
	height: 3px;
	display: block;
}

.progress-steps li.active a {
	background: #ffc600;
	color: #fff;
}

label {
	color: #fff;
}

.type-entity {
	text-align: center;
	display: block;
}

.btn-prev {
	width: 120px;
	padding: 10px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 19px;
	margin-right: 15px;
}

.btn-next {
	width: 120px;
	padding: 10px;
	background: #ffc600;
	border: none;
	color: #202020;
	font-size: 19px;
}

button:focus {
	outline: 0;
}

.fake-trust-logo img {
	width: 150px;
}

.w-100 {
	width: 100%;
}

.ws-no-wrap {
	white-space: nowrap;
}

.rating-box {
	gap: 1rem;
	background: var(--common-clr);
	backdrop-filter: blur(10px);
	padding: .35rem 1rem;
	border-radius: .85rem;
	margin-top: 0.5rem;
}

.overlay-box {
	border: 1px solid #fff;
	backdrop-filter: blur(10px);
	padding: 0.35rem 1rem;
	border-radius: 0.85rem;
}

.p-relative {
	position: relative;
}

.sign-here-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.sign-here-div p {
	font-size: 1.25rem;
	color: #DFE3ED;
}

.max-400 {
	max-width: 400px;
}

.type-signature-input {
	height: 55px;
	font-size: 18px;
	text-align: center;
}

.signature-option-btn {
	background-color: #1b97d4;
	color: #fff;
	padding: .65rem 1.5rem;
}

@media screen and (max-width: 767px) {
	#main-form .container:nth-child(1) {
		padding: 0;
	}

	.navbar-brand img {
		width: 300px;
		display: inline-block;
	}

	.rating-box {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 0.5rem;
	}

	.rating-inner-box {
		padding: .5rem;
		padding-left: 1.35rem;
	}

	.container.advanced {
		max-width: none;
	}

	#main-form .container.advanced {
		padding-left: 15px;
		padding-right: 15px;
	}

	.custom-label span.top-more::after {
		top: 3px !important;
	}
}

@media screen and (min-width:320px) and (max-width:768px) {
	#main-form h2 {
		font-size: 24px;
	}

	.form-group {
		margin-bottom: 1rem !important;
	}

	.input-imperial {
		width: 100%;
	}

	.navbar .navbar-brand {
		display: block;
		margin: 0px auto;
	}

	.nav-imperial {
		text-align: center;
		margin: 0 auto !important;
		padding: 0;
	}

	.error-msg1 {
		font-size: 13px;
	}

	.nav-link {
		display: block;
		padding: 0px;
	}
}

/* Custom Radio */
.custom-radio {
	display: none;
}

.custom-label {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}

.custom-label span {
	position: relative;
	line-height: 22px;
}

.custom-label span:before,
.custom-label span:after {
	content: '';
}

.custom-label span:before {
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.custom-label span.top-more:after {
	top: 2px;
}

.custom-label span:after {
	background: #ffc600;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 3px;
	transition: 300ms;
	opacity: 0;
}

.custom-label input:checked+span:after {
	opacity: 1;
}

/* Custom Radio */
.tab h3 {
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: rgba(255, 255, 255, 0.85);
}

#disclaimer p {
	color: #fff;
	text-align: justify;
	font-size: 14px;
}

.progress-steps li a {
	width: 18px;
}

.one-owner .owner-naming {
	justify-content: flex-start !important;
}

.one-owner .owner-signature {
	padding-bottom: .5rem;
	align-items: flex-start !important;
}

.one-owner .owner-signature .clear-btn {
	margin-left: 0.5rem;
}

.ip-and-time {
	font-size: 12px;
}

.prime-btn {
	cursor: pointer;
	transition: 0.3s;
	padding: 10px 30px;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 18px;
	border-radius: 25px;
	display: inline-block;
	border: 1px solid #fff;
}

.prime-btn:hover {
	background: #263764;
	color: #fff;
	text-decoration: none;
}

.select-box {
	position: relative;
}

.select-box input {
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 0.25rem;
	width: 100%;
	height: 40px;
	padding-inline: 15px;
	box-shadow: none;
	outline: none;
	font-size: 1rem;
	font-weight: 400;
	color: #495057;
}

.select-box input:focus {
	border: 1px solid #fff;
}

.select-box label {
	display: none;
}


.select-arrow {
	position: absolute;
	top: 50%;
	right: 8px;
	z-index: 1;
	transform: translateY(-50%);
}

.dropdown {
	position: relative;
}

.dropdown-select {
	position: relative;
	cursor: pointer;
	user-select: none;
	width: 100%;
	height: 40px;
	padding-inline: 16px;
	outline: none;
	display: flex;
	align-items: center;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 0.25rem;
	color: #495057;
	font-size: 16px;
	font-weight: 400;
}

.dropdown-menu {
	position: absolute;
	display: none;
	top: -2px;
	height: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	border-radius: 0.25rem;
	background-color: #fff;
	border: none;
	transition: all 0.3s ease-in-out;
	padding: 0;
}

.dropdown-menu-inner {
	border: 1px solid #e2e2e2;
	margin-top: 3px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

.dropdown-menu-inner::-webkit-scrollbar {
	width: 5px;
}

.dropdown-menu-inner::-webkit-scrollbar-track {
	background-color: #fff;
}

.dropdown-menu-inner::-webkit-scrollbar-thumb {
	border-radius: 0.25rem;
	background-color: #cacaca;
}

.dropdown-menu-item {
	color: #495057;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	user-select: none;
	padding: 10px 16px;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	transition: all 0.2s ease-in-out;
}

.dropdown-menu-item:hover {
	color: #000;
	background-color: #f4f4f4;
}

.dropdown-menu-item.is-select,
.dropdown-menu-item.is-select:hover {
	color: #000;
	background-color: #f4f4f4;
}

.dropdown-menu-item:first-child {
	display: none !important;
}

.dropdown-menu-item:last-child {
	border: none;
}

.dropdown-menu-search {
	display: block;
	color: #495057;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 40px;
	padding-inline: 16px;
	border: none;
	outline: none;
	border: 1px solid #fff;
	box-shadow: none;
}

.error-box {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	display: inline-block;
	padding: 7px 15px;
	font-size: 18px;
}

.left-bottom-call-btn {
	cursor: pointer;
	transition: 0.3s;
	padding: 10px 15px 10px 10px;
	background: #222;
	border: none;
	color: #fff;
	font-size: 18px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	position: fixed;
	bottom: 20px;
	left: -135px;
	transition: all 350ms ease-in;
}

.left-bottom-call-btn img {
	margin-left: 8px;
}

.left-bottom-call-btn:hover {
	left: 0px;
	color: #fff;
	background-color: #444;
	text-decoration: none;
}

.left-bottom-call-btn:hover span {
	order: 2;
}

.left-bottom-call-btn:hover img {
	margin-left: 0;
	margin-right: 8px;
}