html {scroll-behavior: smooth;}

section.widget_product-compare {
	position: relative;
}

.widget_product-compare .heading {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	/*padding-left: 30px;*/
	text-align: center;
}

.widget_product-compare .box {}

.widget_product-compare .compare-footer {
	padding-top: 20px;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
}

A.compare-footerlink {
	color: #ea1777;
}

A.compare-footerlink:link {
	text-decoration: none;
	color: #ea1777;
}

A.compare-footerlink:visited {
	text-decoration: none;
	color: #ea1777;
}

A.compare-footerlink:hover {
	text-decoration: none;
	color: #ea1777;
}

A.compare-footerlink:active {
	text-decoration: none;
	color: #ea1777;
}

.widget_product-compare .box .box-wrapper {
	border-radius: 0;
	padding: 30px 0px 20px 0px;
	/*box-shadow: 0 -19px 19px 2px rgba(0, 0, 0, 0.15);*/
	/*box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), -1px -1px 10px 1px rgba(0, 0, 0, 0.1);*/
	background-color: #fff;
	margin-top: 1px;
}

.widget_product-compare .form {
	margin: 30px 30px 30px 15px;
}

.widget_product-compare .form>div {}

.widget_product-compare .form label {
	font-size: 14px;
}

.widget_product-compare .form .form-control {
	border-color: rgb(82, 86, 95);
}

.widget_product-compare .form .form-control-right {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-left: none;
}

.widget_product-compare .form .form-control-left {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-right: none;
}

.widget_product-compare .form .form-control:focus {
	box-shadow: none;
}

.widget_product-compare .form .input-group-text {
	background-color: rgb(255, 255, 255);
	border-color: rgb(82, 86, 95);
}

.widget_product-compare .form .input-group-prepend .input-group-text {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.widget_product-compare .form .input-group-append .input-group-text {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.widget_product-compare .form .btn-group {
	background-color: rgb(245, 245, 245);
	border-radius: 8px;
	border: 3px solid rgb(245, 245, 245);
}

.widget_product-compare .form .mat-error {
	color: #f44336;
	font-size: 12px;
}

.widget_product-compare .form .btn-group .btn {
	border-radius: 6px;
	font-size: 14px;
	padding: 6px 10px;
	min-width: 110px;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 71%) 1 100%;
}

.widget_product-compare .form .btn-group>.btn:not(:last-child) {
	border-left: none
}

.widget_product-compare .form .btn-group>.btn:not(:first-child) {
	border-right: none
}

.widget_product-compare .form .btn-group .btn.active {
	background-color: rgb(86, 90, 191);
	color: rgb(255, 255, 255);
}

.widget_product-compare .form .trigger {
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	text-decoration: none;
	padding: 0;
	color: rgb(160, 56, 155);
}

.widget_product-compare .form .trigger[aria-expanded="false"] .isClosed {
	display: none;
}

.widget_product-compare .form .trigger[aria-expanded="true"] .isOpen {
	display: none;
}

.widget_product-compare .form-bar-item,
.widget_product-compare .form-bar-item:hover {
	background-color: rgb(86, 90, 191);
	border-radius: 24px;
	color: rgb(255, 255, 255);
	font-size: 13px;
	line-height: 29px;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 25px;
	cursor: pointer;
	display: block;
}

.widget_product-compare .products {
	margin-top: 30px 0;
}

.widget_product-compare .products .item {
	padding: 15px;
}

.widget_product-compare .products .product-card {
	border-radius: 24px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	min-height: 100px;
	padding: 15px 30px 30px;
}

.widget_product-compare .products .product-card .compare {
	margin-right: -30px;
	margin-bottom: 15px;
}

.widget_product-compare .products .product-card .tag {
	background: rgb(249, 185, 214);
	border-radius: 2px;
	font-weight: 600;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 12px;
}

.widget_product-compare .products .product-card .heading {
	border-left: 6px solid rgb(234, 23, 119);
	padding: 0 0 0 24px;
	margin-bottom: 15px;
	margin-left: -30px;
}

.widget_product-compare .products .product-card .heading>span {
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(90deg, rgb(234, 23, 119) 50%, rgb(86, 90, 191) 91.28%) 1 / 0 0 2px 0;
}

.widget_product-compare .products .product-card .heading>span a {
	text-decoration: none !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: rgb(38, 38, 41) !important;
}

.widget_product-compare .products .product-card .body {
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}

.widget_product-compare .products .product-card .interest-rate>div.spacer hr {
	border-top: 1px solid rgb(82, 86, 95);
	margin: 25px 0;
}

.widget_product-compare .products .product-card .interest-rate>div span {
	font-size: 46px;
	line-height: 58px;
	letter-spacing: -1px;
}


/*@media (max-width: 767px) {
    .widget_product-compare .products .product-card .interest-rate > div span {
        font-size: 45px;
        line-height: 54px;
    }
    .widget_product-compare .products .product-card .interest-rate > div sup {
        font-size: 27px;
        line-height: 32px;
    }
    .widget_product-compare .products .product-card .interest-rate > div .interest-rate-type {
        font-size: 11px;
        line-height: 13px;
    }
}*/

.widget_product-compare .products .product-card .repayment {
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	margin-bottom: 20px;
}

.widget_product-compare .products .product-card .repayment label {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
	margin-bottom: 0;
}

.widget_product-compare .products .product-card .loan-features {
	margin-bottom: 30px;
}

.widget_product-compare .products .product-card .loan-features .trigger,
.widget_product-compare .products .product-card .loan-features .link {
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	color: rgb(160, 56, 155);
}

.widget_product-compare .products .product-card .loan-features .trigger[aria-expanded="false"] .isClosed {
	display: none;
}

.widget_product-compare .products .product-card .loan-features .trigger[aria-expanded="true"] .isOpen {
	display: none;
}

.widget_product-compare .products .product-card .loan-features .list-group-item {
	background: none;
	padding: 0;
	border: 0 none;
}

.widget_product-compare .products .product-card .loan-features .list-group-item .row {
	margin-left: 0;
	margin-right: 0;
}

.widget_product-compare .products .product-card .loan-features .list-group-item .col-auto {
	padding: 15px 15px 15px 0;
	min-width: 35px;
}

.widget_product-compare .products .product-card .loan-features .list-group-item .col {
	padding: 15px 0;
	border-bottom: 1px solid rgba(82, 86, 95, 0.5);
}

.widget_product-compare .products .product-card .loan-features .list-group-item:last-child .col {
	border: 0 none;
}

.widget_product-compare .products .product-card .loan-features .list-group-item:first-child {
	border-radius: 0;
	border-top: 1px solid rgb(82, 86, 95);
}

.widget_product-compare .products .product-card .loan-features .list-group-item:last-child {
	border-radius: 0;
	border-bottom: 1px solid rgb(82, 86, 95);
}

.widget_product-compare .products .product-card .buttons {}

.widget_product-compare .products .owl-nav button.owl-prev,
.widget_product-compare .products .owl-nav button.owl-next {
	position: absolute;
	top: 250px;
	color: rgb(255, 255, 255);
	background-color: rgb(204, 206, 236);
	width: 48px;
	height: 48px;
	font-size: 32px;
}

.widget_product-compare .products .owl-nav button.owl-prev:focus,
.widget_product-compare .products .owl-nav button.owl-next:focus {
	outline: none;
}

.widget_product-compare .products .owl-nav button.owl-prev {
	left: -25px;
}

.widget_product-compare .products .owl-nav button.owl-next {
	right: -25px;
}


/****compare products******/

.widget_product-compare .products .product-card-compare {
	/* border-radius: 24px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); */
	min-height: 100px;
	padding: 15px 30px 30px;
}

.widget_product-compare .products .product-card-compare .compare {
	margin-right: -30px;
	margin-bottom: 15px;
}

.widget_product-compare .products .product-card-compare-item .item {
	padding: 2px !important;
}

.widget_product-compare .products .product-card-compare .tag {
	background: rgb(249, 185, 214);
	border-radius: 2px;
	font-weight: 600;
	font-size: 8px;
	line-height: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 6px 12px;
}

.widget_product-compare .products .product-card-compare .heading {
	margin-bottom: 15px;
}

.widget_product-compare .primaryheading {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 58px;
	align-items: center;
	text-align: center;
	letter-spacing: -1px;
}

.widget_product-compare .products .product-card-compare .heading>span {
	border-width: 2px;
	border-style: solid;
	border-image: linear-gradient(90deg, rgb(234, 23, 119) 50%, rgb(86, 90, 191) 91.28%) 1 / 0 0 2px 0;
}

.widget_product-compare .products .product-card-compare .heading>span a {
	text-decoration: none !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	color: rgb(38, 38, 41) !important;
}

.widget_product-compare .products .product-card-compare .body {
	font-size: 14px;
	font-weight: 300;
	line-height: 19px;
}

.widget_product-compare .products .product-card-compare .loan-features .trigger,
.widget_product-compare .products .product-card-compare .loan-features .link {
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	color: rgb(160, 56, 155);
}

.widget_product-compare .products .product-card-compare .loan-features .trigger[aria-expanded="false"] .isClosed {
	display: none;
}

.widget_product-compare .products .product-card-compare .loan-features .trigger[aria-expanded="true"] .isOpen {
	display: none;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item {
	background: none;
	padding: 0;
	border: 0 none;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item .row {
	margin-left: 0;
	margin-right: 0;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item .col-auto {
	padding: 15px 15px 15px 0;
	min-width: 35px;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item .col {
	padding: 15px 0;
	border-bottom: 1px solid rgba(82, 86, 95, 0.5);
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item:last-child .col {
	border: 0 none;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item:last-child {
	border-radius: 0;
	border-bottom: 1px solid rgb(82, 86, 95);
}

.widget_product-compare .products .product-card-compare .product-card-image {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

.widget_product-compare .products .product-card-compare .product-card-image img {
	width: 70%;
	max-width: 70%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*margin-left: 16px;*/
	border-radius: 10px;
	margin: 0 auto;
}

.widget_product-compare .products .product-card-compare .product-card-select {
	margin-left: 0;
}

.widget_product-compare .products .product-card-compare .productnameline {
	border-bottom: 2px solid rgba(38, 38, 41, 0.3);
	padding: 5px;
	margin-right: 0;
}

.widget_product-compare .products .product-card-compare .productnameline2 {
	border-bottom: 2px solid rgba(38, 38, 41, 0.3);
	padding: 5px;
	margin-right: 0;
	margin-bottom: 10px;
}

.widget_product-compare .products .product-card-compare .productsubline {
	border-bottom: 1px solid rgba(38, 38, 41, 0.1);
	padding-top: 10px;
	margin-right: 0;
}

.widget_product-compare .products .product-card-compare .productsubline2 {
	padding: 0;
	margin-right: 0;
}

.widget_product-compare .products .product-card-compare .productname {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 143.5%;
	color: #262629;
	padding-top: 30px;
}

.widget_product-compare .products .product-card-compare .productsubname {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 143.5%;
	color: #262629;
}

.widget_product-compare .products .product-card-compare .highlightline {
	border-bottom: 1px solid rgba(38, 38, 41, 0.1);
}

.widget_product-compare .products .product-card-compare .product-rates .col {
	padding: 5px 0 15px;
}


/*list group*/

.widget_product-compare .products .product-card-compare .loan-features .list-group-item {
	background: none;
	padding: 0;
	border: 0 none;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item .row {
	margin-left: 0;
	margin-right: 0;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item .col-auto {
	padding: 15px 15px 15px 0;
	min-width: 35px;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item .col {
	padding: 15px 0;
	border-bottom: 1px solid rgba(38, 38, 41, 0.1);
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 143.5%;
	color: #262629;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item:last-child .col {
	border: 0 none;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item:first-child {
	border-radius: 0;
}

.widget_product-compare .products .product-card-compare .loan-features .list-group-item:last-child {
	border-radius: 0;
	border-bottom: 1px solid rgba(38, 38, 41, 0.1);
}

.widget_product-compare .products .product-card-compare .list-group-item .textbullet {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #262629;
}

.widget_product-compare img.award-icon {
	max-width: 60px;
	padding-right: 10px;
}


/*select*/

.widget_product-compare .products .product-card-compare .select-css {
	display: block;
	font-weight: 700;
	color: #444;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
	-moz-appearance: none;
	background: #FFFFFF;
	border: 0.5px solid rgba(82, 86, 95, 0.5);
	border-radius: .2em;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
}

.widget_product-compare .products .product-card-compare .select-css:hover {
	border-color: #888;
}

.widget_product-compare .products .product-card-compare .select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(38, 38, 41, .3);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

/*override*/
.widget_product-compare .interest-rate .disclaimer-text {
    font-size: 11px !important;
}

@media only screen and (min-width: 1200px) {
	.widget_product-compare .products .product-card-compare-left {
		border-right: 1px solid rgba(38, 38, 41, 0.1);
		border-left: none;
	}

	.widget_product-compare .products .product-card-compare-middle {
		border-right: 1px solid rgba(38, 38, 41, 0.1);
		border-left:none;
	}

	.widget_product-compare .products .product-card-compare-right {
		border-left: none;
		border-right: none;
	}

	section.widget_product-compare {
		margin-top: -5%;
	}
	.widget_product-compare .heading {
		text-align: left;
	}
	.widget_product-compare .form .trigger {
		padding: 27px 0px;
	}
}


/*large device*/

@media(max-width: 991px) {
	.widget_product-compare .products .product-card-compare-left {
		border-right: 1px solid rgba(38, 38, 41, 0.1);
		border-left: none;
	}
	.widget_product-compare .products .product-card-compare-middle {
		border-right: 1px solid rgba(38, 38, 41, 0.1);
		border-left:none;
	}
	.widget_product-compare .products .product-card-compare-right {
		border-left: none;
		border-right: none;
	}
	section.widget_product-compare {
		margin-top: -5%;
	}
	.widget_product-compare .heading {
		text-align: left;
	}
	.widget_product-compare .form .trigger {
		padding: 27px 0px;
	}
}


/*medium device*/

@media(max-width: 768px) {
	.widget_product-compare .products .product-card-compare-left {
		border: none;
	}
	.widget_product-compare .products .product-card-compare-middle {
		border: none;
	}
	.widget_product-compare .products .product-card-compare-right {
		border: none;
	}
	section.widget_product-compare {
		margin-top: 0;
	}
	.widget_product-compare .heading {
		text-align: center;
	}
	.widget_product-compare .form .trigger {
		padding: 0;
	}
}


/*small device*/

@media(max-width:480px) {
	.widget_product-compare .products .product-card-compare-left {
		border: none;
	}
	.widget_product-compare .products .product-card-compare-middle {
		border: none;
	}
	.widget_product-compare .products .product-card-compare-right {
		border: none;
	}
	.widget_product-compare .heading {
		text-align: center;
	}
	.widget_product-compare .form .trigger {
		padding: 0;
	}
}