* {



	margin: 0;



	padding: 0;



	box-sizing: border-box;



}







html {



	overflow-x: hidden;



}







body {



	font-family: 'Inter', sans-serif;



	overflow-x: hidden;



	font-weight: 400;



	color: #333333;



}



.btn {

	padding-inline: 30px;

}



.btn-yellow {

	background-color: #fcbd58;

	color: #fff;

	border-radius: 0;

}



.btn-yellow:hover {

	background-color: #000;

	color: #fff;

	border-radius: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	color: #000000;

}





header .navbar .navbar-nav .nav-link {

	color: #000000 !important;

	padding-inline: 24px;

}


header .navbar .phone-link {
	color: #000000;
	text-decoration: none;
}



header .navbar .navbar-nav .nav-link:hover {

	color: #4f4f4f !important;

}



header {

	box-shadow: 0 4px 4px 0px #FCBF5D4F;

}


header .navbar-brand img {

	width: 170px;
	max-width: 100%;
}






header .navbar .navbar-toggler .navbar-menu-btn {

	width: 25px;

	height: 2px;

	background-color: #fcbd58;

}



header .navbar .navbar-toggler .navbar-menu-btn:nth-child(2) {

	width: 20px;

}



header .navbar .navbar-toggler .navbar-menu-btn:nth-child(3) {

	width: 15px;

}



.btn-theme {

	border-radius: 5px;

	border: 2px solid black;

	color: #000000 !important;

	background-color: #fff;

	box-shadow: 0 3px 0px 0px #fcbd58;

	padding-inline: 8px;

	display: inline-block;

	padding: 8px;

	text-decoration: none;

	transition: 0.3s ease;

}



.btn-theme:hover {

	background-color: #fcbd58;

	border-radius: 5px;

	border: 2px solid #fcbd58;

	color: #000000 !important;

	box-shadow: 0 3px 0px 0px #000000;

}



.btn-theme span i {

	margin-left: 8px;

	transform: rotatez(-45deg);

}


.banner-form-col .btn-theme {

	font-size: 1.8rem;

}

.banner-form-col {

	padding-bottom: 10px;

}





.banner-sec {
	padding-top: 80px;
	padding-bottom: 0px;
	border-bottom: 1px solid #fcbd58;
}



/* .banner-sec .banner-form-col {

	padding-inline: 80px 0;

} */



.banner-sec .banner-form {

	position: relative;

	padding-right: 50px;

	padding-bottom: 50px;

	max-width: 410px;

	z-index: 2;

}



.banner-sec .banner-form::before {

	position: absolute;

	content: "";

	background: url(../images/vector1.png);

	background-repeat: no-repeat;

	background-position: left top;

	background-size: contain;

	width: 100%;

	height: 100%;

	top: -110px;

	z-index: -1;

}



.banner-sec .banner-form::after {

	position: absolute;

	content: "";

	background: url(../images/vector2.png);

	background-repeat: no-repeat;

	background-position: left bottom;

	background-size: contain;

	width: 100%;

	height: 100%;

	bottom: 0;

	right: 10px;

	z-index: -1;



}



.banner-sec .banner-form .form-control {

	background-color: #EDEDED;

	border: none;

}



.banner-sec .banner-form .form-control:focus {

	box-shadow: none;

}






.banner-tabs-container .img-row {

	margin-block: 20px;

}







.banner-tabs-container .img-row .col-6 .loanRadioLable {

	width: 100%;

	background-color: #fff;

}



.banner-tabs-container .img-row .col-6 .btn-check:checked+.loanRadioLable img {

	border: 1px solid #fcbd58;

}



.banner-tabs-container .img-row .col-6 img {

	border: 1px solid #000000;

	width: 100%;

}



.banner-tabs-container .intrest-row {

	margin-block: 20px;

}



.banner-tabs-container .intrest-row h5 {

	padding-block: 30px;

	font-size: 2rem;

	margin-bottom: 0;

}



.banner-tabs-container .intrest-row h5 input {

	border: none !important;

	background: transparent;

	text-align: center;

	font-weight: bold;

}



.banner-tabs-container .intrest-row h5 input:focus {

	border: none !important;

	outline: none;

}



.banner-tabs-container .intrest-row .col-3:not(:last-child) h5 {

	background-color: #F1F1F1;

}



.banner-tabs-container .btn-sec-inner {

	display: flex;

	flex-direction: column;

	gap: 15px;

	justify-content: space-between;

	margin-block: 30px;

}



.banner-tabs-container .btn-sec-inner label {

	flex: 0 0 100%;

	padding-inline: 5px;

}



.banner-tabs-container .step-form {

	margin-top: 30px;

}



.banner-tabs-container .step-form .form-control {

	background-color: #F0F0F0;

	border: none;

	color: #000;

}



.banner-tabs-container .step-form .form-control:focus {

	box-shadow: none;

}


.banner-tabs-container .steps {

	background-color: #fcbd58;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;

}

.banner-tabs-container .steps .btn-sec-inner {

	margin-bottom: 0;

}


.banner-tabs-container .step-head {
	padding: 10px 35px;
	display: inline-flex;
	justify-content: center;
	background: white;
	border-radius: 0 0 5px 5px;
}

.banner-tabs-container .step-head img {

	display: inline-block;

	width: 110px !important;


}

.banner-tabs-container .step-body {

	padding: 15px;

	background-color: #FCBD58;

	width: 100%;

}

.banner-tabs-container .step-body h4 {

	text-align: center;

	font-size: 30px;

}

.banner-tabs-container .step-body .btn-outline-warning {

	color: #ffffff;

	border-color: #000000;

	background-color: #000;

}



.banner-sec .btn-check:focus+.btn-outline-warning,

.banner-sec .btn-outline-warning:focus {

	box-shadow: none;

}



.banner-sec .btn-outline-warning {

	color: #fcbd58;

	border-color: #fcbd58;

}






.banner-sec .btn-outline-warning:hover {

	color: #ffffff;

	background-color: #fcbd58;

}



.banner-sec .btn-check:active+.btn-outline-warning,

.banner-sec .btn-check:checked+.btn-outline-warning,

.banner-sec .btn-outline-warning.active,

.banner-sec .btn-outline-warning.dropdown-toggle.show,

.banner-sec .btn-outline-warning:active {

	color: #fff;

	background-color: #fcbd58;

	border-color: #fcbd58;

}



.block-img {

	height: 100%;

	display: flex;

	align-items: center;

}



.block-img img {

	width: 100%;

}



.block-text {

	padding-block: 20px;

}



.section-heading {

	display: none;

}



.section-heading h2,

.inner-sec-heading {

	font-weight: 600;

	font-size: 36px;

	margin-bottom: 30px;

}



.block-text h6 {

	font-weight: bold;

}



.section-padding {

	padding-block: 30px 30px;



}



footer {

	background-color: #9A9A9A;

	padding: 60px 0;

}



footer .nav-link {

	color: #000000;

	padding: 12px 0 0 0;

	font-weight: 600;

}



footer .nav-link:hover {

	color: #fcbd58;

}



footer .footer-form {

	position: relative;

	padding: 50px 20px 30px;

	z-index: 2;

	max-width: 400px;



}



footer .footer-form::before {

	position: absolute;

	content: "";

	background: url(../images/vector1.png);

	background-repeat: no-repeat;

	background-position: left top;

	background-size: contain;

	width: 100%;

	height: 100%;

	top: -50px;

	z-index: -1;

}



footer .footer-form::after {

	position: absolute;

	content: "";

	background: url(../images/vector2.png);

	background-repeat: no-repeat;

	background-position: left bottom;

	background-size: contain;

	width: 100%;

	height: 100%;

	bottom: 0;

	right: 0;

	z-index: -1;

}



footer .footer-form h2,

footer .footer-form p {

	color: #fff;

}



footer .footer-form .form-control {

	background-color: #EDEDED;

}



footer .footer-form .form-control:focus {

	box-shadow: none;

}



@media screen and (max-width:991px) {

	header .navbar .navbar-toggler {

		border: 0 !important;

		padding: 0;

		display: flex;

		flex-direction: column;

		justify-content: center;

		gap: 3px;

		box-shadow: none !important;
		
		order: 3;

	}
	
	header .navbar-collapse{
	    order: 4;
	}
	
	header .btn-theme{
        margin-left: auto;
        margin-right: 10px;
	}


	header .navbar .navbar-nav .nav-link {

		color: #000000 !important;

		padding-inline: 0;

	}



	.section-heading {

		display: block;

		text-align: center;

	}



	.inner-sec-heading {

		display: none;

	}

}

@media screen and (max-width: 767px) {


	.banner-sec {

		padding-block: 60px 30px;

	}



	.banner-sec .banner-text {

		margin-top: 40px;

		text-align: center;

	}

	.btn-col {
		display: none;
	}

	.banner-sec .banner-text h1 span {

		display: block;

		font-weight: bold;

	}



	.banner-sec .banner-form-col {

		padding-inline: 20px;

	}



	.banner-sec .banner-form {

		margin-top: 80px;

		margin-inline: auto;

	}


	.banner-sec .banner-form-col h1 span{

		color: #000 !important;

	}





	.block-text {

		margin-top: -100px;

		max-width: 90%;

		margin-inline: auto;

		background-color: #fff;

		border-radius: 10px;

		box-shadow: 0 0 15px 0px #00000014;

		padding: 30px;

	}



	.block-text h6 {

		color: #fcbd58;

	}



	.block-text p {

		color: #000000;

		font-weight: 500;

	}



	/* .process-sec .block-text .process-card-outer {

		display: flex;

		gap: 20px;

	} */

	.process-sec .block-img {

		display: none;

	}



	.process-sec .block-text {

		margin-top: 0px;

		max-width: 100%;

		box-shadow: none;

		padding: 0px;

	}



	/* .process-sec .block-text .process-card-outer {

		display: flex;

		gap: 20px;

	} */

	.process-sec .block-text .process-card-outer [class*="col-"]:not(:last-child) .process-card {

		margin-bottom: 50px;

	}

	.process-sec .block-text .process-card-outer .process-card {

		padding: 20px;

		background-color: #FCBD58;

		border-radius: 8px;

	}



	.process-sec .block-text .process-card-outer .process-card .process-card-body {

		padding: 10px;

		background-color: #ffffff;

		border-radius: 8px;

		min-height: 275px;

		position: relative;

		margin-top: -50px;

		top: 60px;

		box-shadow: 0 0 15px 0px #00000014;

	}



	.process-sec .block-text .process-card-outer .process-card .process-card-body .process-card-img {

		margin-bottom: 20px;

	}



	.process-sec .block-text .process-card-outer .process-card h6 {

		color: #fff;

		font-size: 17px;

		font-weight: normal;

	}



	.process-sec .block-text .process-card-outer .process-card h6 span {

		display: block;

	}



	.process-sec .block-text .process-card-outer .process-card p {

		font-size: 14px;

	}



	.process-sec .block-text .btn-block {

		display: flex;

		justify-content: center;

		margin-top: 80px;

	}



	.banner-text .welcome-text {

		display: block;

		color: #FCBD58;

		margin-bottom: 16px;

	}



	.banner-text .banner-welcome {

		display: block;

		margin-top: 16px;

		font-weight: bold;

	}



	.banner-text .btn-theme {

		display: none;

	}



	.banner-sec {

		position: relative;

	}



	.banner-sec::before {

		position: absolute;

		content: "";

		top: 0;

		left: 0;

		width: 100%;

		height: 60%;

		background: #fcbd58eb;

		z-index: -1;

	}



	.banner-sec::after {

		position: absolute;

		content: "";

		top: 0;

		left: 0;

		width: 100%;

		height: 60%;

		background: url(../images/banner.png) center top no-repeat;

		background-size: cover;

		z-index: -2;

	}


	.banner-sec .banner-img {
		display: none;
	}



	footer {

		background-color: #FCBD58;

		padding: 0 0 25px;

		margin-top: 80px;

	}



	footer .footer-form {

		padding-right: 30px;

		margin-top: -80px;

		margin-bottom: 40px;

		margin-inline: auto;

		background-color: #212121;

		border-radius: 10px;

		padding: 30px 20px 30px;

	}



	footer .footer-form h2 {

		color: #FCBD58;

	}



	footer .nav-link {

		padding: 5px 10px;

		font-size: 13px;

		color: #000;

		font-weight: 500;

	}



	footer .copyright-text {

		font-size: 13px;

		color: #000;

		font-weight: 500;

		text-align: center;

	}



	footer .footer-form::after,

	footer .footer-form::before {

		position: static;

	}



	.section-heading h2,

	.inner-sec-heading {

		font-size: 27px;

	}



}

@media screen and (max-width: 574px) {

	.banner-tabs-container .btn-sec-inner label {

		flex: 1;

		font-size: 13px;

		white-space: nowrap;

	}



	.banner-tabs-container .btn-sec-inner {

		flex-wrap: wrap;

		gap: 5px;

	}



	.banner-tabs-container {

		max-width: 100%;

	}


	.process-sec .block-text .process-card-outer .process-card .process-card-body {
		min-height: auto;
	}

	.section-heading h2,

	.inner-sec-heading {

		font-size: 27px;

	}

}

@media screen and (max-width: 475px) {

	.process-sec .block-text .process-card-outer {

		flex-wrap: wrap;

	}



	.process-sec .block-text .process-card-outer .process-card {

		width: 100%;

	}

 


	.process-sec .block-text .process-card-outer .process-card .process-card-body {

		min-height: auto;

	}



	.section-heading h2,

	.inner-sec-heading {

		font-size: 27px;

	}

}

@media screen and (min-width: 768px) {

	.process-sec .block-text .process-card-outer .process-card .process-card-body .process-card-img {

		display: none;

	}

	.btn-col {
		display: flex;
		align-items: center;
	}

	.banner-row .banner-text {
		position: relative;
	}

	.banner-row :not(.no-arrow) .banner-text::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: url(../images/arrow-green.png);
		background-repeat: no-repeat;
		left: 265px;
		top: 210px;
		background-size: 430px;
	}

	.banner-tabs-container .intrest-row h5 {
		padding-block: 0px;
		font-size: 1.25rem;
		text-align: center;
	}

	.banner-sec .form-active .banner-img {
		display: none;
	}

	.banner-sec .form-active .banner-form-inner {
		display: block;
	}

	.banner-sec .banner-form-inner {
		display: none;
	}

	/* .banner-sec .banner-text h1 {
		font-size: 3rem;
		font-weight: bold;
	} */

}

@media screen and (min-width:992px) {

	footer .footer-form {

		margin-left: auto;

	}


	.banner-sec {
		position: relative;
	}


	/* .banner-sec::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%; 
		top: 0;
		left: -50px;
		background: url(../images/home-banner.png);
		background-position: center top;
		background-size: 750px;
		background-repeat: no-repeat;
		z-index: -1;
	} */

}

@media screen and (min-width: 768px) and (max-width:991px) {

	.banner-sec .banner-text {
		padding-right: 35px;
	}

	.banner-sec .banner-text h1 {
		font-size: 3rem !important;
	}

	.banner-form-col .btn-theme {
		font-size: 1rem;
	}

	.banner-row :not(.no-arrow) .banner-text::after {
		left: 160px;
		top: 170px;
		background-size: 210px;
	}

	.banner-sec .banner-form-col {
		padding-inline: 0;
	}

	.banner-tabs-container {
		max-width: 100%;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {

	.banner-sec .banner-text {
		padding-right: 85px;
	}

	.banner-sec .banner-text h1 {
		font-size: 3.25rem !important;
	}

	.banner-form-col .btn-theme {
		font-size: 1.25rem;
	}

	.banner-row :not(.no-arrow) .banner-text::after {
		left: 190px;
		top: 190px;
		background-size: 330px;
	}

}

@media screen and (min-width:1200px) and (max-width:1399px) {

	.banner-sec .banner-text {
		padding-right: 85px;
	}

	.banner-sec .banner-text h1 {
		font-size: 5rem;
		font-weight: bold;
	}

}

@media screen and (min-width:1400px) {

	.banner-sec .banner-text {
		padding-right: 30px;
	}

	.banner-sec .banner-text h1 {
		font-size: 5rem;
		font-weight: bold;
	}

}






.d-md-none.d-block {
	display: block !important;
}

.d-md-block {
	display: block !important;
}



.banner-text {
	margin-top: 30px !important;
}

.testimonialbg {
	padding: 50px 0;
}

.testimonialbg h1 {
	text-align: center;
	margin: 0 0 35px 0;
}

.review {
	background: #4a4a4a;
	margin: 15px 0;
	position: relative;
	padding: 55px 45px 45px;
	border-radius: 10px;
	min-height: 420px;
}

.review h2 {
	color: #fcbd58;
	font-size: 35px;
	line-height: 36px;
	margin: 0 0 15px
}

.review p {
	color: #fff;
	font-size: 20px;
	line-height: 29px;
	margin: 0
}

.review h3 {
	color: #fcbd58;
	font-size: 19px;
	margin: 15px 0;
}

.review h4 {
	color: #a7b0b2;
	font-size: 17px;
	margin: 0;
}

.reviewicon {
	position: absolute;
	left: 45px;
	top: -25px
}




.banner-tabs-container .img-row .col-6 img {
	border: none;
	width: auto;
}

.step-body .col-6 {
	text-align: center;
}


.banner-tabs-container .img-row .col-6 img {
	height: 75px;
}

.reviewsbg {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 20px 0;
}

.review-section .review-heading h2 {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 30px;
}

.review-block {
	padding: 20px 40px;
	border-radius: 10px;
	border: 1px solid #fcbd58;
}

.review-section .review-block h3 {
	color: #fcbd58;
}

.review-section .review-block .user-name {
	color: #fcbd58;
	font-weight: 600;
}

.review-section .review-block .rating-icons i {
	color: #fcbd58;
}



.reviewtoplogo {
	padding: 20px 0;
}

.reviewtoplogo img {
	border-radius: 10px;
}

.reviewsbg-inner {
	background: #fff;
	border: solid 5px #fcbd58;
	border-radius: 15px;
	width: 100%;
}

.bannerform {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.bannerform label {
	color: #0d0c05;
	font-size: 20px;
	margin: 10px 0;
	font-weight: 600;
}

.bannerform select {
	outline: none;
	border: none;
	color: #545859;
	font-size: 17px;
	padding: 0 15px;
	border-radius: 10px;
	height: 52px;
	font-weight: 600;
	width: 100%;
	background: #dcdfe0 url(../images/selectarrow02.png) no-repeat 92% 48%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.nextbtn {
	border: none;
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 14px 0;
	outline: none;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	margin: 20px 0 0 0;
	background: #fcbd58;
}

.nextbtn:hover {
	background: #000;
	color: #fcbd58;
}

.ratechecktextbg {
	width: 155px;
	height: 101px;
	background: url(../images/skillcheckbg.png) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px;
	text-align: right;
}

.ratechecktextbg h5 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	margin: 0;
}

.ratechecktextbg h3 {
	font-weight: 700;
	color: #000;
	font-size: 38px;
	margin: 0;
}

.ratecheckerform .radio {
	position: relative;
}

.select01 {
	background: url(../images/loan1.png) no-repeat center center #ebebeb !important;
	background-size: contain !important;
	padding-top: 50px !important;
}

.select02 {
	background: url(../images/loan2.png) no-repeat center center #ebebeb !important;
	background-size: contain !important;
	padding-top: 50px !important;
}

.select03 {
	background: url(../images/loan3.png) no-repeat center center #ebebeb !important;
	background-size: contain !important;
	padding-top: 50px !important;
}

.select04 {
	background: url(../images/loan4.png) no-repeat center center #ebebeb !important;
	background-size: contain !important;
	padding-top: 50px !important;
}

.ratecheckerform .radio input {
	width: 100%;
	height: 100%;
	/*width: 32%;*/
	margin: 0.3%;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
	font-weight: 600;
	padding: 15px 0px;
	background: #ebebeb;
	color: #000;
	font-size: 17px;
	transition: all 100ms linear;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.ratecheckerform .radio input:checked {
	background: #fcbd58;
	color: #000;
	background-color: #fcbd58 !important;
}

.ratecheckerform .radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}

.bannerform .input {
	outline: none;
	border: none;
	color: #545859;
	font-size: 17px;
	padding: 0 15px;
	border-radius: 10px;
	height: 52px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	width: 100%;
	background: #dcdfe0;
}

.quali.radio input {
	font-size: 25px;
}

.rate4form {
	margin-left: -5px;
	margin-right: -5px;
}

.rate4form .colm {
	width: 100%;
	padding: 5px 0;
}

.acceptcheck {
	font-size: 13px;
	color: #272727;
}

.acceptcheck span {
	margin: 5px 10px 30px 0;
}

.successtext {
	padding: 15px 30px 10px 30px;
	background: #fcbd58;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.successtext h2 {
	font-size: 38px;
	line-height: 58px;
	margin: 0;
	color: #000;
	font-weight: 600;
}

.successtext h5 {
	font-size: 20px;
	margin: 0;
	color: #000;
	font-weight: 600;
}

.ratecheckerform {
	padding-top: 190px;
	position: relative;
	overflow: hidden;
}

.thankyoumsg {
	text-align: center;
}

.thankyoumsg h2 {
	color: #fcbd58;
	font-weight: 600;
	margin: 70px 0;
	font-size: 47px;
}

.topheading {
	color: #000;
	font-weight: 500;
	font-size: 30px;
	margin: -70px 0 40px 0;
}

.topheading span {
	font-weight: 700;
	color: #fcbd58;
}

/*.radio4 input {*/
/*	width: 23.6% !important;*/
/*}*/

#tab03 .bannerform {
	padding-top: 120px;
}

.thankyoupage {
	background: #fff;
	border: solid 5px #fcbd58;
	border-radius: 15px;
	width: 100%;
	padding: 25px;
	text-align: center;
}

.thankyoupage h1 {
	color: #fcbd58;
	font-size: 45px;
	font-weight: 700;
	margin: 25px 0;
}

.thankyoupage h3 {
	color: #fcbd58;
	font-weight: 700;
	font-size: 30px;
	margin: 0 0 25px 0;
}

.thankyoupage p {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 30px;
}

.thankyoupage p a {
	color: #000;
	text-decoration: underline;
}

.thankyoupage p a:hover {
	color: #000;
	text-decoration: none;
}

.logo-alt img {
	width: 200px;
}

@media only screen and (max-width: 767px) {
	.reviewtoplogo {
		text-align: center;
	}

	.topheading {
		margin-top: 0;
	}

	.logo-alt img {
		width: 160px;
	}
	.ratecheckerform {
		padding-top: 130px; 
	}
}

@media only screen and (max-width: 575px) {
	header .navbar-brand img {
		width: 115px;
		max-width: 100%;
		margin-left: 10px;
	}

	/* .navbar {
		justify-content: start;
	} */

	.header .navbar .phone-link {
		margin-left: auto;
	}

	.bannerform label {
		margin: 5px 0;
	}
}

.btn-form-one {
	width: 100%;
	background-color: #000;
	color: #fff !important;
	text-align: center;
	padding: 14px 0;
	display: block;
	cursor: pointer;
}

#banner-text {
	display: flex;
	align-items: flex-end;
}


@media screen and (min-width: 1200px) and (max-width: 1399px) {
	header .navbar .navbar-nav .nav-link {
		padding-inline: 10px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	header .navbar .navbar-nav .nav-link {
		padding-inline: 8px;
		font-size: 14px;
	}
}