@font-face {
	font-family: Rubik;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/rubik/rubik-400.woff2") format("woff2");
	font-display: swap;
}

.visually-hidden {
	display: none;
}

figure {
	margin: 0;
}

h1:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    display: block;
    background: linear-gradient(to top, #eaf7f896 20%, #9ebf7b24 50%, #74a79245 80%);
    background-attachment: fixed;
    border-radius: 100px;
    z-index: -1;
    left: 70px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 8%);
}

h1:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    display: block;
    background-color: #7dd5dd30;
    border-radius: 55px;
    z-index: -1;
    left: 20px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

.call-to-action:before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    display: block;
    background-color: #7dd5dd30;
    border-radius: 55px;
    z-index: -1;
    right: 20px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

.loan-services-item .fixed-background {
    background-attachment: fixed;
    background-position: right;
    background-size: 40%;
}

input::-webkit-input-placeholder {
	color: #244b5f;
}

body {
	font-family: 'Rubik', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #444444;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

a:hover {
	opacity: 0.6;
}

a:focus {
	opacity: 1;
}

a:active {
	opacity: 0.3;
}

a {	
	color: #017c71;
}    

button:hover {
	opacity: 0.6;
}

button:focus {
	opacity: 1;
}

button:active {
	opacity: 0.3;
}

html {
	height: 100%;
}

.main-content {
	flex-grow: 1;
}

.container {
	width: 100%;
	max-width: 1440px;
	padding: 0 140px;
	box-sizing: border-box;
	margin: 0 auto;
}

h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

h2:nth-child(4):before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: linear-gradient(to top, #eaf7f896 20%, #9ebf7b24 50%, #74a79245 80%);
    background-attachment: fixed;
    border-radius: 100px;
    z-index: -1;
    left: 70px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 8%);
}

h2:nth-child(4):after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    background: linear-gradient(to top, #eaf7f896 20%, #9ebf7b24 50%, #74a79245 80%);
    background-attachment: fixed;
    border-radius: 100px;
    z-index: -1;
    right: 80px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 8%);
}

/* header begin */

.menu-jur-menu-container {
	width: 100%;
	max-width: 1440px;
	padding: 0 140px;
	box-sizing: border-box;
	margin: 0 auto;
}

.top-menu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}

.top-menu a {
	text-decoration: none;
	color: #63a991;
	font-weight: bold;
	font-size: 18px;
	padding: 15px;
}

#menu-jur-menu {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 10px 0 10px 0;
}

.jur-menu a {
	text-decoration: none;
	color: #292626;
	font-size: 18px;
}

.brand-logo-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	max-height: 70px;
	margin-right: auto;
}

.title-description-wrapper p {
	margin: 0;
	padding: 0;
}

.title-description-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 70px;
}

.site-title {
	text-transform: uppercase;
	font-weight: 700;
}

.brand-top-panel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	max-height: 80px;
	margin-bottom: 15px;
}

.call-us-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

header {
	box-shadow: 0px 10px 40px 0px rgb(109 141 173 / 25%);
	padding: 0 0 15px 0;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
header {
    padding: 15px 0 15px 0;
	}
}

.jur-info-wrapper {
	background-color: #63a991;
	margin-bottom: 10px;
	min-height: 30px;
}

.jur-info-wrapper a {
	color: white;
	padding: 15px;
}

.header-wrapper {
	padding-top: 15px;
}

.call-us-box-phone {
	color: black;
	text-decoration: none;
	position: relative;
}

.call-us-box-phone:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
	background-size: cover;
	background-image: url(/wp-content/themes/pdloans247/img/phone.svg);
	bottom: 8px;
	left: -20px;
}

.title-description-wrapper a {
	color: black;
	text-decoration: none;
}

.call-us-box-title {
	font-style: italic;
}

.get-started-link {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #63A991;
	border-radius: 25px;
	box-shadow: 0px 10px 40px 0px rgb(109 141 173 / 25%);
	padding: 10px 20px;
}

.get-started-link-footer {
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #ffffff;
	border-radius: 25px;
	box-shadow: 0px 10px 40px 0px rgb(109 141 173 / 25%);
	padding: 10px 20px;
}

.hero-block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.description {
	max-width: 325px;
}

h1 {
	text-transform: uppercase;
	font-weight: 900;
	color: #00c7d2;
	font-size: 34px;
	line-height: 1.1;
}

main {
	display: flex;
	flex-direction: column;
}

.call-to-action {
	text-transform: uppercase;
	font-weight: 900;
	color: #00c7d2;
	font-size: 25px;
	line-height: 1.1;
}

/* css main form */

.basic-form-row {
	display :flex; 
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap; 
	gap:10px 
}

.buttBig, .basic-form-row input, .basic-form-row select {
	border: 1px solid #b1c9d7;
	border-radius: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	color: #244b5f;
	padding: 10px 30px;
	box-sizing: border-box;
	background: #ffffffc9;
    position: relative;
    z-index: 2;
    min-height: 40px;
    -webkit-appearance: menulist-button;
    line-height: 25px;
    font-size: 20px;
}

.buttBig {
	background-color: #4ca730;
	color: #fff;
	font-weight:700;
	text-transform: uppercase;
	position:relative;
	transition: 1s;
	display: flex;
    justify-content: center;
    gap: 5px;
	text-decoration: none;
}

.caption-description {
	text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 34px;
    line-height: 1.1;
    margin: 0 auto;
    margin-bottom: 20px;
}

.caption-description-small {
	text-align:center;
	margin-bottom:8px;
	font-size:17px 
}

@media (max-width:1024px){ .basic-form-row button,.basic-form-row input,.basic-form-row select {
	width:100%
}

.basic-form{
	order:-1
}

.basic-form-row button{
	padding:12px;
	margin-bottom:20px
}}

@media (max-width:332px) {
	.title-description-wrapper {
		display: none;
	}	
}


.basic-form-row button:hover{
	cursor:pointer;
	background-color:#63a991;transition:1s
}

.basic-form {
	margin-bottom: 40px;
    padding: 30px 10px 10px 10px;
    background: linear-gradient(45deg, #ffb400b3, #ffb400), url(/wp-content/uploads/2024/02/hand-min.webp);
    border-radius: 10px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.basic-form-row button:after{
	content:'';
	background-image:url(/wp-content/themes/pdloans247/img/seal.webp);
	position:absolute;
	height:30px;
	display:block;
	background-size:contain;
	bottom:-35px;
	width:100%;
	background-position:right;
	background-repeat:no-repeat
}

@media (min-width:1024px) {
	.basic-form {
		padding: 30px 20px
	}}

	.hero-block-right {
		overflow: hidden;
	}

	.hero-block-image {
		position: relative;
		bottom: -15px;
	}

	.hero-block-right-additional {
		max-width: 400px;
	}

	.advantages-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row;
  		border-radius: 3px;
		margin-bottom: 25px;
	}

	.advantages-box-item {
		display: flex;
		justify-content: center;
		gap: 5px;
		flex-wrap: wrap;
		align-items: center;
		border-radius: 10px;
		padding: 10px 20px 10px 10px;
		min-width: auto;
	}

@media (max-width:768px) {
		.advantages-box-item {
		margin-bottom: 0;
	}
}

	.advantages-box-item-image img {
		background-color: #fff;
		border-radius: 50px;
	}

	.advantages-box-item-text {
		max-width: 120px;
	}

	.text-after-advantages {
		margin-bottom: 50px;
	}

	.loan-services-box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		margin-bottom: 50px;
		gap: 15px;
	}

	.loan-services-item {
		box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
		border-radius: 10px;
	}

	.big-item {
		grid-column: span 2;
	}

	.big-item p {
		max-width: 320px;
	}

	.pink-background {
		background: #FEAFC3;
	}

	.blue-background {
		background: #69A9FF;
	}

	.yellow-background {
		background: #FCC850;
	}

	.loan-services-item-inner-wrapper {
		padding: 10px 35px;
		color: #000000;
	}

	.four-easy-steps-title {
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 50px;
	}

	.four-easy-steps-numbers {
		flex-wrap: wrap;
		display: flex;
		justify-content: space-around;
		align-items: center;
		position: relative;
		margin-bottom: 50px;
		gap: 15px;
	}

	.step-text:before {
		top: -15px;
		content: '';
		position: absolute;
		background-color: #69a9ff;
		width: 70px;
		height: 70px;
		border-radius: 50px;
		box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
		z-index: -1;
	}

	.four-easy-steps-numbers div {
		position: relative;
	}

	.four-easy-steps-numbers div:not(:last-child):after {
		content: '';
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		display: inline-flex;
		position: absolute;
		top: 8px;
		right: 20px;
		background-image: url(/wp-content/themes/pdloans247/img/arrow-right.svg);
		background-size: contain;
		background-color: #f4ca65;
		background-position: center;
		border-radius: 10px;
	}

	.step-number {
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		background-color: #fcc850;
		text-align: center;
		font-weight: bold;
	}

	.step-text {
		max-width: 120px;
	}

	.get-started-big a {
		position: relative;
		font-size: 26px;
		padding: 20px 50px;
		background-color: #ffb200;
		z-index: 5;
		display: block;
		line-height: 1.1;
	}

	.get-started-button.get-started-big {
	text-align: center;
    padding: 115px 100px;
    background: #66686a;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/pdloans247/img/hand-with-smartphone.webp);
    background-position: 585px bottom;
    background-size: contain;
    border-radius: 10px;
    margin-bottom: 50px;
	}

	.main-content ul li:before {
		content: '';
		background: #ffb200;
		border-radius: 1ch;
		padding-inline: 1ch;
		margin-inline-end: 1ch;
	}

	.main-content ul {
		list-style: none;
		padding: 0;
	}

	.main-content-box {
		margin-bottom: 50px;
	}

	.content-with-images {
		justify-content: space-between;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
		margin-bottom: 50px;
	}

	.content-with-images img {
		border-radius: 10px;
		box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
	}


	.content-with-images div {
		max-width: 720px;
	}

	.button-with-map-box {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 20px;
	    flex-wrap: wrap;
	}

/* mobile adaptive style*/

@media screen and (max-width:1168px) {
	.container, .jur-info-wrapper {
		padding: 0 30px; 
	}}

	@media screen and (max-width:1387px) {
		.hero-block-right-additional {
			display: none; 
		}}

		@media screen and (max-width:768px) {
			.basic-form {
				width: 100%;
			}}

			@media screen and (max-width:768px) {
				.basic-form-row button, .basic-form-row input, .basic-form-row select {
					min-width: 100%;
					min-height: 40px;
					-webkit-appearance: menulist-button;
					line-height: 25px;
					font-size: 20px;
				}}

				@media screen and (max-width:768px) {
					.hero-block-image {
						width: 100%;
						height: auto;
					}}

					@media screen and (max-width:768px) {
						.get-started-button.get-started-big {
							padding: 45px 20px;
						}

						.get-started-big a {
							font-size: 15px;
						}
						.get-started-button.get-started-big {
							    background-position: 141px bottom;
    							background-size: cover;
						}}

@media screen and (max-width:768px) {
.advantages-box {
    justify-content: center; 
}}


/* mobile header */

@media screen and (max-width:768px) {
	#menu-jur-menu {
		list-style: none;
		align-items: center;
		flex-direction: column;
	}}

	@media screen and (max-width:768px) {
		.call-us-box {
			display: none;
		}}

		@media screen and (max-width:768px) {
			.brand-top-panel {
				flex-direction: column;
				gap: 15px;
				flex-wrap: nowrap;
				max-height: inherit;
			}}

			@media screen and (max-width:768px) {
				.top-menu {
					flex-direction: column;
					align-items: center;
					gap: 10px;
				}}

				@media screen and (max-width:768px) {
					.loan-services-item {
						grid-column: span 1;
					}

					.loan-services-box {
						grid-template-columns: 1fr;
						grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
					}

					.advantages-box-item {
					    width: 35%;
						flex-direction: column;
						text-align: center;
					}}

					.menu-open-icon {
						display: none;
					}

					@media screen and (max-width:768px) {
						.menu-open-icon {
							display: block;
							width: 30px;
							height: 30px;
							align-self: center;
							background-image: url(/wp-content/themes/pdloans247/img/hamburgher.svg);
							background-size: contain;
							background-repeat: no-repeat;
							transition: 0.6s;
							order: 2;
						}

						.menu-jur-menu-container {
						    padding: 0 20px;
						}

						main {
							align-items: center;
						}

						.logo-wrapper {
							display: flex;
							flex-wrap: wrap;
							justify-content: left;
							width: 100%;
							gap: 10px;
						}}

						@media screen and (max-width:768px) {
							.main-navigation {
								display: none;
							}
							.main-navigation.switch-none {
								display: block;
							}

							.brand-top-panel {
								margin-bottom: 0;	
							}}

							.switch-icon {
								background-image: url(/wp-content/themes/pdloans247/img/close.svg);	
							}

							@media screen and (max-width:768px) {
								.four-easy-steps .four-easy-steps-numbers div:after {
									display: none;
								}}

								.top-panel-open-icon {
									display: block;
									width: 30px;
									height: 30px;
									align-self: center;
									background-image: url(/wp-content/themes/pdloans247/img/chevron-down.svg);
									background-size: contain;
									background-repeat: no-repeat;
									transition: 0.6s;
									margin-left: auto;
								}

								.top-panel-switch {
									background-image: url(/wp-content/themes/pdloans247/img/chevron-up.svg);	
								}

								@media screen and (min-width:769px) {
									.top-panel-open-icon {
										display: none;
									}}

									@media screen and (max-width:768px) {
										.jur-info {
											display: none;
										}
										.jur-info.switch-none {
											display: block;
										}}


@media screen and (max-width:768px) {
										.material-disclosure-pc {
											display: none;
										}
	
.top-menu a, .jur-info-wrapper a {
    padding: 10px;
    display: block;
}

	

.main-content .get-started-big a.get-started-link:before {
    width: 15px;
    height: 15px;
}}

@media screen and (min-width:769px) {
										.material-disclosure-mob {
											display: none;
										}
.loan-services-item-inner-wrapper {
    background-position: 364px 1px;
}}

/* footer */

footer {
	background-color: #000000;
	color: #ffffff;
}

.material-disclosure img {
    max-width: 100%;
    height: auto;
}

.material-disclosure {
    padding-top: 50px;
    padding-bottom: 30px;
	line-height: 1.1;
    font-size: 15px;
}

.footer-menu a {
	color: #fbfbfb;
	text-decoration: none;
	padding: 10px;
}

.footer-columns-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 50px;
}

.footer-wrapper {
    padding-top: 50px;
}

a.get-started-link {
    display: flex;
    gap: 3px;
    justify-content: center;
}

a.get-started-link:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    background-image: url(/wp-content/themes/pdloans247/img/shield-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.get-started-big a.get-started-link:before {
	width: 27px;
    height: 27px;
}

.buttBig:before {
    content: '';
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    display: block;
    background-image: url(/wp-content/themes/pdloans247/img/shield-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-columns-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-columns-bottom-second a {
    color: #fff;
    text-decoration: none;	
}


.wp-block-quote, .warning, blockquote {
	margin: 0;
    background: #74a79238;
    padding: 5px 21px;
    border-radius: 5px;
	margin-bottom: 10px;
}

table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}

table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 14px;
	border-top: 1px solid #ddd;
}

table tr th:first-child, table tr td:first-child {
	border-left: 1px solid #ddd;
}

table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}

table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}

table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}

table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 18px;
	vertical-align: top;
}

table tbody tr:nth-child(even) {
	background: #F8F8F8;
}

table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}

table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

.pdcalculator {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
	gap: 30px;
}

.pdcalculator input {
    min-width: 190px;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 15px;
}

.footer-columns-first {
    max-width: 250px;
	max-height: 235px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.expert-review-popup__content input[type=email], .expert-review-popup__content input[type=text], .expert-review-popup__content textarea {
	padding: inherit;
}

.service-title-other {
	display: block;
    font-size: 1.5em;
    font-weight: bold;
}

iframe {
    max-width: 500px;
    width: inherit;
    margin: 0 auto;
    display: block;
    min-height: 230px;
    height: inherit;
    border: 3px solid #e3ebe7;
    border-radius: 10px;
}

.footer-columns-bottom div {
    font-size: 18px;
    line-height: 1.3;
}

.loan-services-item {
    display: flex;
    align-items: center;
}

.clearfy-cookie-container {
    line-height: 1.3;
}

.footer-menu li {
    padding: 10px 0;
}

.formBody select {
    appearance: none;
    background: linear-gradient(45deg, #f5f0f0, transparent), url(/wp-content/uploads/2023/05/arrow-menu.webp);
    background-repeat: no-repeat;
    background-position: 95%;
}

.formBody input {
   background: linear-gradient(45deg, #f5f0f0, transparent);	
}

.button {
  position: relative;
  overflow: hidden;
	box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}


.button .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media (max-width:991px) {
.footer-columns-bottom {
	flex-direction: column;
}}

@media (min-width:991px) {
.hero-block-left {
    max-width: 320px;
	}
}

::-webkit-scrollbar {
    width: 10px;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ecf0f4;
}

::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #00c7d236;
}

@media (max-width:991px) {
	.caption-description {
	font-size: 30px;
}}

@media (max-width:991px) {
	.brand-top-panel .get-started-button {
		display: none;
	}
}

.d-none {
	display: none;
}

#omForm h1 {
    margin: 0 auto!important;
    margin-bottom: 20px!important;
	font-size: 25px!important;
}

#omForm {
	padding: 0px!important;
}

#omForm .form-page-body {
    padding: 0 10px 10px!important;
}

#omForm .form-page-footer {
    font-size: 10px!important;
    padding: 0 10px 15px!important;
}

#omForm .omForm-button, #omForm .omForm-unsubscribe__submit {
    font-size: 17px!important;
	height: auto!important;
}

#omForm .omForm-title {
	font-size: 21px!important;
}

#omForm .omForm-section__header {
    text-align: center!important;
    color: #09612fab!important;
}

#omForm .om_subhead {
    display: none!important;
}

#omForm .om-main-wrapper {
    max-width: 450px;
	min-width: 320px;
    width: 100%;
}

.formBody-block {
    min-width: 31%;
}

button#go {
    min-width: 190px;
    font-size: 15px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95%;
    border: 1px solid #b1c9d7;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    color: #244b5f;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #97ffc2c9;
    position: relative;
}

.pdcalculator input {
    min-width: 190px;
    font-size: 15px;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95%;
    border: 1px solid #b1c9d7;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    color: #244b5f;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #ffffffc9;
    position: relative;
}

div#clearfy-cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #c0fdd3;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 5;
}

.pro-tip {
    margin-bottom: 30px;
}

#omForm {
    background-color: inherit!important;
}

@media screen and (max-width: 991px) {
.sub-menu {
    position: inherit!important;
	min-width: 100%!important;
}}


.sub-menu {
position: absolute;
display: none;
transition: .3s;
list-style: none;
padding: 0;
background: #fff;
box-shadow: 0 10px 15px #22222217;
border-radius: 8px; 
transition: .4s;
z-index: 20;
}

.sub-menu li:not(:last-child) {
display: block;
margin: 0;
text-align: left;
border-bottom: 1.5px dashed #64d9cf;
}

.sub-menu:hover {
    display: block;
}

@media (max-width: 991px) {
.sub-menu li {
border-bottom: 1px solid #64d9cf;
margin: 8px 0;
}}

.sub-menu li a {
color: #222;
display: block;
padding: 5px 10px;
font-size: 15px;
border-radius: 0;
transition: .3s;
position: relative;
text-align: left;
}

.sub-menu li a:hover {
color: #D6486A;
margin-left: 5px;
transition: .3s;
cursor: pointer;
}

.drop-menu:hover .sub-menu {
display: block;
transition: .3s;
z-index: 10;
min-width: 300px;
position: fixed;
}

@media (max-width: 991px) {
.drop-menu:hover .sub-menu {
padding: 8px;
}}

.drop-menu > a::after {
    content: '▼';
    font-weight: bolder;
    color: #64d9cf;
	cursor: pointer;
	position: relative;
    top: 2px;
}

.need-loan {
	color: #000000;
}

.get-started-link, .get-started-link:hover {
	transition: 1s;
}

.expert-review-poll {
    max-height: 470px;
    overflow-x: scroll;
}

.expert-review-qa, .expert-review-pluses-minuses, .expert-review-expert {
    background: #e7f6f8;
}

.expert-review-expert-header, .expert-review-pluses-minuses-header, .expert-review-qa-header, .expert-review-score-header {
    color: #63a991;
}

@media (max-width: 991px) {
.four-easy-steps-numbers div {
    width: 40%;
	}
}


.main-content h2 {
text-transform: capitalize;
}

@media (max-width: 991px) {
.blog-content img {
 width: 100%!important;
height: auto!important;
	}
}


.pdcalculator label {
    display: flex;
    flex-direction: column;
}

.about-box-squares {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.wrapper-service-san {
    display: flex;
    width: 100%;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.element-animation.element-show {
    opacity: 1;
    transition: all 1.3s;
    transform: translateY(0%);
}

.about-box-squares a {
    text-decoration: none;
}

.link-service-main {
    display: flex;
    flex-basis: 21%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border: 1px solid #1BA4FF;
    border-radius: 10px;
    color: #333;
    font-weight: 300;
    gap: 20px;
    margin-bottom: 16px;
}

.icon-service-main {
    width: 45px;
    height: auto;
}

@media (max-width: 991px) {
    .link-service-main {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.title-service_main {
	font-weight: bold;
}

.about-box-squares a:hover {
	background: #5bc5cf26; 
}

.main-content h2 {
    text-transform: capitalize;
    background: #ebf6f8ba;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 10px;
}


@media (max-width: 991px) {
.pdcalculator label {
    width: 100%;
	}}

.disclamer-box {
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    padding-bottom: 5px;
}


@media (max-width: 991px) {
.main-content-box .wp-caption, .main-content-box img {
    width: 100%!important;
    height: auto;
	}}
	
	
	
img.size-full {
    width: 100%;
    height: auto;
}	
	
	
@media (min-width: 1080px) {	
	.main-content #tocmenu {
    list-style: none;
    position: sticky;
    top: 0;
    display: flex;
    background: white;
    text-decoration: none;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
    z-index: 100;
}}