/*------------------------------------------------------------------------------
	Template Name: Starter Project Template.
-------------------------------------------------------------------------------*/
/* Default Css */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html::-webkit-scrollbar, body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track, body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
  background-color: #222;
  outline: none;
}
html::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:active {
  background: #185ba7;
}

body {
  color: #666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a:active, a:hover {
  text-decoration: none;
}

button,
.btn {
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
button:active, button:hover, button:focus,
.btn:active,
.btn:hover,
.btn:focus {
  outline: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  color: #000;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.btn:hover,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #352323;
}

ol {
  list-style: decimal;
}

p:last-child {
  margin-bottom: 0;
}

/* Form */
label {
  color: #ddd;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: #185ba7;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #185ba7;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #185ba7;
  color: #fff;
  text-shadow: none;
}

/* Placeholder */
*::-moz-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1;
}

/* Button */
.btn-theme {
  color: #fff;
  border-color: #185ba7;
  background: #185ba7;
}
.btn-theme:hover {
  background: #185ba7;
  color: #fff;
  border-color: #185ba7;
}

.btn-rounded {
  border-radius: 100% !important;
}

.btn-square {
  border-radius: 0 !important;
}

/* Bg Color */
.bg-gray {
  background: #ddd;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-theme {
  background: #185ba7;
}

.bg-dark {
  background-color: #101a23 !important;
}

.bg-off-white {
  background-color: #f7f7f7;
}

.bg-off-white-2 {
  background-color: #f1f8ff;
}

.bg-blue {
  background-color: #4c87ff !important;
}

.bg-yellow {
  background-color: #fea116 !important;
}

.bg-pink {
  background-color: #fc4557 !important;
}

.bg-egg-blue {
  background-color: #1cb5a3 !important;
}

.bg-purple {
  background-color: #5851a7 !important;
}

/* Text Color */
.gray-color {
  background: #ddd;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.theme-color {
  color: #185ba7;
}

/* Others Common Css Here :) */
.table-row {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

.compare-mortgage-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .compare-mortgage-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.compare-mortgage-heading h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-mortgage-heading h2 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .compare-mortgage-heading h2 {
    font-size: 15px;
  }
}
.compare-mortgage-heading .open-modal {
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.compare-mortgage-wrap {
  background: #f8f8f8;
  border: 1px solid #c3c3c3;
  padding: 10px;
  border-radius: 4px;
}
.compare-mortgage-wrap .compare-mortgage-heading {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-mortgage-wrap .compare-mortgage-heading {
    display: block;
  }
}
@media (max-width: 767px) {
  .compare-mortgage-wrap .compare-mortgage-heading {
    display: block;
  }
}
.compare-mortgage-wrap .compare-mortgage-heading h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.compare-mortgage-wrap .compare-mortgage-heading h3 span {
  font-weight: 400;
}
.compare-mortgage-wrap .compare-mortgage-heading p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.compare-mortgage-wrap .compare-mortgage-heading button {
  font-size: 14px;
  color: #185ba7;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  padding: 0;
  background: none;
  margin-bottom: 10px;
}
.compare-mortgage-wrap .toggle-filter {
  display: none;
}
@media (min-width: 992px) {
  .compare-mortgage-wrap .toggle-filter {
    display: block !important;
  }
}

.compare-mortgage-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 150px;
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-mortgage-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .compare-mortgage-layout {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-mortgage-layout .compare-mortgage-item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .compare-mortgage-layout .compare-mortgage-item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.compare-mortgage-layout .compare-mortgage-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap,
.compare-mortgage-layout .compare-mortgage-item .button-wrap,
.compare-mortgage-layout .compare-mortgage-item .input-wrap {
  height: 60px;
}
@media (max-width: 767px) {
  .compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap,
  .compare-mortgage-layout .compare-mortgage-item .button-wrap,
  .compare-mortgage-layout .compare-mortgage-item .input-wrap {
    height: auto;
  }
}
.compare-mortgage-layout .compare-mortgage-item .label {
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.compare-mortgage-layout .compare-mortgage-item .input-wrap input {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 8px 10px;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.compare-mortgage-layout .compare-mortgage-item .input-wrap select {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 8px 10px;
  border-radius: 4px;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpolygon%20points%3D%220%200%2010%200%205%206%200%200%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px center, #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.compare-mortgage-layout .compare-mortgage-item .icon-wrap {
  position: relative;
  z-index: 1;
}
.compare-mortgage-layout .compare-mortgage-item .icon-wrap .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #aaa;
  font-size: 14px;
}
.compare-mortgage-layout .compare-mortgage-item .icon-wrap input {
  padding-left: 24px;
}
.compare-mortgage-layout .compare-mortgage-item .discount-icon-wrap {
  position: relative;
  z-index: 1;
}
.compare-mortgage-layout .compare-mortgage-item .discount-icon-wrap .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #aaa;
  font-size: 14px;
}
.compare-mortgage-layout .compare-mortgage-item .discount-icon-wrap input {
  padding-right: 24px;
}
.compare-mortgage-layout .compare-mortgage-item .duo-layout {
  display: grid;
  grid-template-columns: 1fr 63px;
}
.compare-mortgage-layout .compare-mortgage-item .duo-layout .icon-wrap input {
  border-radius: 4px 0 0 4px;
}
.compare-mortgage-layout .compare-mortgage-item .duo-layout .discount-icon-wrap input {
  border-radius: 0 4px 4px 0;
  border-left: 0;
}
.compare-mortgage-layout .compare-mortgage-item .duo-payment {
  display: none;
}
.compare-mortgage-layout .compare-mortgage-item .duo-payment.active {
  display: block;
}
.compare-mortgage-layout .compare-mortgage-item .loan-payment {
  display: none;
}
.compare-mortgage-layout .compare-mortgage-item .loan-payment.active {
  display: block;
}
.compare-mortgage-layout .compare-mortgage-item .button-wrap {
  display: flex;
  align-items: flex-end;
}
.compare-mortgage-layout .compare-mortgage-item .button-wrap button {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #185ba7;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #185ba7;
  border-radius: 4px;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap.active button .text-1 {
  display: none;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap.active button .text-2 {
  display: block;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap.active .button-dropdown-sub {
  visibility: visible;
  opacity: 1;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap button {
  font-size: 16px;
  font-weight: bold;
  color: #185ba7;
  background: #fff;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #185ba7;
  border-radius: 4px;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap button .text-1 {
  display: block;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap button .text-2 {
  display: none;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .button-dropdown-sub {
  position: absolute;
  right: 0;
  top: 100%;
  width: 320px;
  background: #fff;
  border: 1px solid #2670c4;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  min-width: 100%;
  padding: 10px 10px 10px 10px;
  z-index: 100;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.33s linear 0s;
  -o-transition: all 0.33s linear 0s;
  transition: all 0.33s linear 0s;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .button-dropdown-sub .input-wrap {
  margin-bottom: 10px;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap {
  margin-bottom: 10px;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap input {
  display: none;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap input:checked + label .box {
  background: url("data:image/svg+xml,%3Csvg width='16px' height='13px' viewBox='0 0 16 13' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='none' stroke='%23333' stroke-width='3'%3E%3Cpolyline points='2 6 5 10 15 2'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E") no-repeat center 5px #fff;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap label {
  display: block;
  font-weight: bold;
  padding-left: 32px;
  position: relative;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap label .box {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap label .large-text {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 700;
  display: block;
}
.compare-mortgage-layout .compare-mortgage-item .button-dropdown-wrap .input-checkbox-wrap label .small-text {
  font-size: 12px;
  font-weight: 400;
  color: #757575;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown {
  position: relative;
  z-index: 10;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown.active .loan-dropdown-list {
  visibility: visible;
  opacity: 1;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-current {
  width: 100%;
  border: 1px solid #c3c3c3;
  padding: 8px 10px;
  border-radius: 4px;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%3Cpolygon%20points%3D%220%200%2010%200%205%206%200%200%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px center, #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  height: 42px;
  font-size: 14px;
  color: #000;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list .loan-dropdown-title {
  padding: 4px 16px;
  font-size: 14px;
  color: #6c757d;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list .loan-dropdown-item {
  padding: 4px 24px 4px 30px;
  font-size: 14px;
  color: #000;
  position: relative;
  z-index: 1;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list .loan-dropdown-item.active:after {
  visibility: visible;
  opacity: 1;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list .loan-dropdown-item:hover {
  background: #f8f9fa;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list .loan-dropdown-item:after {
  position: absolute;
  right: 10px;
  top: 6px;
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: hidden;
  opacity: 0;
}
.compare-mortgage-layout .compare-mortgage-item .loan-dropdown .loan-dropdown-list .loan-dropdown-separate {
  border-top: 1px solid #e9ecef;
  margin: 8px 0;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout {
  display: flex;
  align-items: center;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout .radio-wrap {
  flex: 1;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout .radio-wrap:first-child label {
  border-radius: 4px 0 0 4px;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout .radio-wrap:last-child label {
  border-radius: 0 4px 4px 0;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout .radio-wrap input[type=radio] {
  display: none;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout .radio-wrap input[type=radio]:checked ~ label {
  border-color: #185ba7;
  color: #185ba7;
  font-weight: 700;
  z-index: 2;
}
.compare-mortgage-layout .compare-mortgage-item .radio-layout .radio-wrap label {
  background: #fff;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  display: block;
  margin-left: -1px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  color: #000;
  position: relative;
}

.sorted-table .sorted-table-heading a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #185ba7;
  padding: 15px 10px 15px 0;
}
.sorted-table .sorted-table-heading a img {
  width: 24px;
}
.sorted-table .sorted-table-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}
.sorted-table .sorted-table-nav span {
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  color: #666;
  padding: 8px 15px 5px 0;
}
.sorted-table .sorted-table-nav a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000;
  padding: 8px 10px 2px;
  border-bottom: 3px solid transparent;
}
.sorted-table .sorted-table-nav a.active {
  color: #185ba7;
  border-color: #185ba7;
}
.sorted-table .sorted-table-nav a:hover {
  color: #185ba7;
}
.sorted-table .sorted-table-content .sorted-table-row {
  display: none;
}
.sorted-table .sorted-table-content .sorted-table-row.active {
  display: block;
}
.sorted-table .sorted-table-content .sorted-table-row .sorted-table-item {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.5s;
  margin-bottom: 10px;
}

.sorted-table-item-layout {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 10px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 90px 40px 50px;
    row-gap: 0;
  }
}
@media (max-width: 767px) {
  .sorted-table-item-layout {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 100px 80px 50px;
    row-gap: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout .sorted-table-item-col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (max-width: 767px) {
  .sorted-table-item-layout .sorted-table-item-col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout .sorted-table-item-col:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 767px) {
  .sorted-table-item-layout .sorted-table-item-col:nth-child(5) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout .sorted-table-item-col:nth-child(6) {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 767px) {
  .sorted-table-item-layout .sorted-table-item-col:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
.sorted-table-item-layout .thumb p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #757575;
}
.sorted-table-item-layout .tag {
  padding: 2px 5px;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #757575;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 5px;
}
.sorted-table-item-layout .parent h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sorted-table-item-layout .parent h3 {
    font-size: 20px;
  }
}
.sorted-table-item-layout .parent p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #757575;
}
.sorted-table-item-layout .payment h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sorted-table-item-layout .payment h3 {
    font-size: 20px;
  }
}
.sorted-table-item-layout .payment h3 span {
  font-size: 12px;
}
.sorted-table-item-layout .rate h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sorted-table-item-layout .rate h3 {
    font-size: 20px;
  }
}
.sorted-table-item-layout .rate p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #757575;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout .points {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }
}
.sorted-table-item-layout .points h3 {
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sorted-table-item-layout .points h3 {
    font-size: 20px;
  }
}
.sorted-table-item-layout .points p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #757575;
}
.sorted-table-item-layout .next-btn a {
  background: #185ba7;
  border: 1px solid #185ba7;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.sorted-table-item-layout .popover-wrap {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.sorted-table-item-layout .popover-wrap .popover-icon {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.sorted-table-item-layout .popover-wrap.active .popover-content {
  visibility: visible;
  opacity: 1;
}
.sorted-table-item-layout .popover-wrap .popover-content {
  position: absolute;
  width: 250px;
  z-index: 9999;
  right: 20px;
  top: -40px;
  background: #fff;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
.sorted-table-item-layout .popover-wrap .popover-content .shape {
  height: 6px;
  position: absolute;
  right: 32px;
  top: -22px;
  width: 12px;
  z-index: 9999;
}
.sorted-table-item-layout .popover-wrap .popover-content table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  position: relative;
}
.sorted-table-item-layout .popover-wrap .popover-content table caption {
  background: #f8f8f8;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  margin: -10px -10px 0 -10px;
  padding: 11px 10px 10px 10px;
  text-align: left;
  caption-side: inherit;
  color: #000;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 9999;

}
.sorted-table-item-layout .popover-wrap .popover-content table tr th,
.sorted-table-item-layout .popover-wrap .popover-content table tr td {
  font-size: 14px;
  padding: 8px 0;
  font-weight: 400;
}
.sorted-table-item-layout .popover-wrap .popover-content table tfoot th {
  font-size: 16px;
  font-weight: 700;
}
.sorted-table-item-layout .popover-wrap .popover-content table tbody td {
  text-align: right;
}
.sorted-table-item-layout .popover-wrap .popover-content table tfoot th, .sorted-table-item-layout .popover-wrap .popover-content table tfoot td {
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
}
.sorted-table-item-layout .popover-wrap .popover-content table tfoot td {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.sorted-table-item-layout .popover-wrap .popover-content .icb-rate-table__about-points {
  color: #757575;
  font-size: 12px;
  z-index: 9999;

}

.sorted-table-item-layout-2 {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  gap: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  padding: 10px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 50px;
  }
}
@media (max-width: 767px) {
  .sorted-table-item-layout-2 {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout-2 .sorted-table-item-col:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout-2 .sorted-table-item-col:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sorted-table-item-layout-2 .sorted-table-item-col:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
.sorted-table-item-layout-2 .thumb p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #757575;
}
.sorted-table-item-layout-2 .content ul {
  margin-bottom: 0;
}
.sorted-table-item-layout-2 .content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.sorted-table-item-layout-2 .tag {
  padding: 2px 5px;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #757575;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 5px;
}
.sorted-table-item-layout-2 .parent h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.sorted-table-item-layout-2 .parent p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #757575;
}
.sorted-table-item-layout-2 .payment h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
.sorted-table-item-layout-2 .payment h3 span {
  font-size: 12px;
}
.sorted-table-item-layout-2 .rate h3 {
  font-size: 28px;
  line-height: 1.25;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}
.sorted-table-item-layout-2 .rate p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #757575;
}
.sorted-table-item-layout-2 .points h3 {
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.sorted-table-item-layout-2 .points p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #757575;
}
.sorted-table-item-layout-2 .next-btn a {
  background: #185ba7;
  border: 1px solid #185ba7;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.sorted-table-item-layout-2 .popover-wrap {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.sorted-table-item-layout-2 .popover-wrap .popover-icon {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.sorted-table-item-layout-2 .popover-wrap.active .popover-content {
  visibility: visible;
  opacity: 1;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content {
  position: absolute;
  width: 280px;
  right: -30px;
  top: 100%;
  background: #fff;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  padding: 10px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content .shape {
  height: 6px;
  position: absolute;
  right: 32px;
  top: -22px;
  width: 12px;
  z-index: 10000;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  position: relative;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table caption {
  background: #f8f8f8;
  border-bottom: 1px solid #c3c3c3;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  margin: -10px -10px 0 -10px;
  padding: 11px 10px 10px 10px;
  text-align: left;
  caption-side: inherit;
  color: #000;
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table tr th,
.sorted-table-item-layout-2 .popover-wrap .popover-content table tr td {
  font-size: 14px;
  padding: 8px 0;
  font-weight: 400;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table tfoot th {
  font-size: 16px;
  font-weight: 700;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table tbody td {
  text-align: right;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table tfoot th, .sorted-table-item-layout-2 .popover-wrap .popover-content table tfoot td {
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content table tfoot td {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.sorted-table-item-layout-2 .popover-wrap .popover-content .icb-rate-table__about-points {
  color: #757575;
  font-size: 12px;
  margin-top: 10px;
}

.compare-mortgage-full-wrapper {
  position: relative;
  z-index: 1;
}
.compare-mortgage-full-wrapper .model-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.compare-mortgage-full-wrapper .model-overlay.active {
  visibility: visible;
  opacity: 0.2;
}
.compare-mortgage-full-wrapper .model-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.compare-mortgage-full-wrapper .model-wrap.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.compare-mortgage-full-wrapper .model-wrap .model-content {
  max-width: 512px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  position: relative;
}
.compare-mortgage-full-wrapper .model-wrap .model-content .model-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 40px;
  line-height: 1.2;
  cursor: pointer;
  color: #757575;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-mortgage-full-wrapper .model-wrap .model-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #757575;
}

/*# sourceMappingURL=main.css.map */

.compare-info{
  display: flex;
  align-items: center;
  gap: 10px;
  .icon{
      img{
          width: 47px;
          height: 28px;
      }
  }
  .text{
      font-size: 12px;
  }
}

.compare-info-2{
  text-align: center;
  margin-top: 30px;
  .icon{
      float: left;
  }
  .text{
      p{
          margin-bottom: 0;
      }
  }
}

.footer-section {
  background: #20394c;
  min-height: 30px;
  padding: 14px 0;
}

.copyright {
  color: #fff;
  font-size: 13px;
}
.copyright a {
  color: #fff;
  text-decoration: underline;
}
