html {
  scroll-behavior: smooth;
}
a,
a:hover {
  text-decoration: none;
}
.side_bar_pag li:nth-child(3) ul li:nth-child(2),.side_bar_pag li:nth-child(3) ul li:nth-child(3) {
    display: none;
}
/* main content secion */
.content-section {
  margin-top: 55px;
  margin-bottom: 25px;
}
.main-content h2,
.testimonial-section h2 {
  font-size: 48px;
  line-height: 72px;
  color: #d02c30;
  font-weight: 300;
  margin-bottom: 0px;
}
.main-content h3 {
  font-size: 36px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.main-content p {
  margin-bottom: 30px;
}
.home-wrap p {
  width: 94%;
}
@media only screen and (max-width: 1199px) {
  .content-section {
    margin-top: 30px;
  }
  .main-content h2,
  .testimonial-section h2 {
    font-size: 38px;
    line-height: 56px;
  }
  .main-content h3 {
    font-size: 28px;
    margin-bottom: 19px;
  }
  .main-content p {
    margin-bottom: 15px;
  }
  body,
  html,
  head {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 940px) {
  .main-content h2,
  .testimonial-section h2 {
    font-size: 32px;
  }
  .main-content h3 {
    font-size: 22px;
  }
  .content-section {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .main-content h2,
  .testimonial-section h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .main-content h3 {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
  }
  p {
    line-height: 20px !important;
    font-size: 12px !important;
  }
}
/* Box secion */
.box-div {
  border-radius: 24px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  padding: 25px 33px;
  background: #fff;
  margin-bottom: 30px;
}
.box-div h3 {
    font-weight: 400;
    font-size: 16px;
    color: #0091b3;
    margin-bottom: 3px;
}
.box-section .col-md-6:nth-child(3) .box-div p {
       min-height: 123px;}
.box-div h2 {
  font-size: 24px;
  line-height: 36px;
  color: #d02c30;
  font-weight: 500;
  padding-top: 24px;
  padding-bottom: 0px;
}
.box-div p {
  width: 87%;
  padding-bottom: 3px;
  min-height: 92px;
}
.box-div img:first-child {
    border-radius: 50px;
    
}
@media only screen and (max-width: 1199px) {
  .box-div h2 {
    font-size: 22px;
    padding-top: 11px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .box-div p {
    width: 100%;
    line-height: 24px;
    padding-bottom: 0;
  }
  .box-section .col-md-6:nth-child(3) .box-div p {
       min-height: 96px;
}
}
@media only screen and (max-width: 1010px) {
    .box-section .col-md-6:nth-child(3) .box-div p {
    min-height: 122px;
}
}
@media only screen and (max-width: 940px) {
  .box-div p {
    font-size: 13px;
    line-height: 22px;
  }
  .box-div h2 {
    font-size: 17px;
  }
  .box-section .col-md-6:nth-child(3) .box-div p {
    min-height: 110px;
}
}
@media only screen and (max-width: 840px) {
.box-section .col-md-6:nth-child(3) .box-div p {
       min-height: 131px;
}
}
@media only screen and (max-width: 767px) {
  .box-div p {
    min-height: auto;
  }
  .box-div {
    padding: 13px 13px;
  }
  .box-div h2 {
    font-size: 14px;
  }
  .box-div p {
    font-size: 12px;
  }
  .box-section .col-md-6:nth-child(3) .box-div p {
    padding-bottom: 10px;
    min-height:auto;
}
    
}
/* Testimonial secion */
.testimonial-section {
  margin-top: 38px;
}
.testimonial-section h2 {
  padding-bottom: 56px;
}
.testimonial-div p {
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
  padding: 26px 0px;
}
.testimonial-div h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0091b3;
  margin-bottom: 5px;
}
.testimonial-div h4 {
  font-size: 14px;
  color: #666666;
  display: block;
  padding-bottom: 50px;
  margin-bottom: 0px;
  font-weight: 600;
  padding-top: 3px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-section h2 {
    padding-bottom: 26px;
  }
  .testimonial-section {
    margin-top: 18px;
  }
  .testimonial-div p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .testimonial-div h4 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 940px) {
  .testimonial-div p {
    font-size: 14px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-section h2 {
    padding-bottom: 6px;
  }
  .testimonial-div p {
    padding: 16px 0px;
  }
  .testimonial-section h2 {
    padding-bottom: 16px;
  }
  .testimonial-div p {
    font-size: 12px;
    line-height: 22px;
  }
  .testimonial-div p br {
    display: none;
  }
}
/* Rates Page css */
.mortage-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0px;
}
.rates-union-detail {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 700;
  font-style: italic;
}
.mortage-rate h2 {
  font-size: 48px;
  line-height: 48px;
  color: #d02c30;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.mortage-rate p {
  font-size: 16px;
  line-height: 48px;
  color: #0091b3;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0px;
}
.rate_sheet {
  margin-top: 15px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.rate_sheet {
  margin-top: 15px;
}

.rate_sheet td {
  padding: 9px 20px;
  text-align: left;
  border-bottom: 10px solid #fff;
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}
.rate_sheet th {
  vertical-align: middle;
  background-color: #cf2c30;
  color: #fff;
  font-weight: 700;
  padding: 19px 20px;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
}
.table_responsive thead tr {
  border-bottom: 10px solid #fff;
}
.rate_sheet th:first-child {
  width: 310px;
}
.rate_sheet th:nth-child(2) {
  width: 203px;
}

.rate_sheet th:nth-child(3) {
  width: 148px;
}

.rate_sheet th:nth-child(4) {
  width: 100px;
}

.rate_sheet th:nth-child(5) {
  width: 100px;
}
.rate_sheet th:first-child,
.rate_sheet td:first-child {
  text-align: left;
}
.rate_sheet tbody tr {
  background-color: #f6f6f6;
}
.bottom-info {
  margin: 36px 0px;
}
.bottom-info p {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
  line-height: 24px;
}
.bottom-info {
  margin: 36px 0px;
}
.bottom-rates-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 39px;
  padding-bottom: 40px;
}
.bottom-rates-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 39px;
}

.union-export-btn a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 700;
  background: #0091b3;
  display: inline;
  padding: 21px 31px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.union-export-btn a:hover {
  background: #cf2c30;
}
@media only screen and (max-width: 991px) {
  .bottom-rates-wrap {
    display: block;
  }
  .union-export-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .table_responsive {
    max-width: 900px;
    overflow: auto;
  }
  .rate_sheet th {
    padding: 14px 16px;
  }
  .rate_sheet td {
    padding: 9px 16px;
    font-size: 12px;
  }
  .rate_sheet {
    margin-top: 0px;
  }
  .bottom-info {
    margin: 16px 0px;
  }
  .bottom-info p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .union-export-btn a {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 10px 21px;
    font-size: 12px;
  }
}

/* Partner page Page css */
.partner-page h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  width: 90%;
  padding-top: 0px;
  padding-bottom: 0;
}
.partner-wrap .mortage-rate {
  padding-bottom: 0;
}
.partner-page h4 {
  color: #0091b3;
  font-size: 22px;
  font-weight: 500;
    line-height: 32px;
    padding-bottom: 0;

    
}
.partner-wrap {
  padding-bottom: 0;
}

.partner-wrap h2 {
  padding-bottom: 15px;
  margin-bottom: 0;
}
.partner-bootom-warap h2 {
  color: #d02c30;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 24px;
}
.partner-bootom-warap ul {
  padding-left: 36px;
  width: 86%;
}
.partner-bootom-warap li {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #323e48;
  padding-bottom: 13px;
  position: relative;
  list-style: none;
}
.partner-bootom-warap li::before {
  position: absolute;
  content: "";
  background: url(./images/red-icon.svg);
  background-size: cover;
  left: -37px;
  width: 8px;
  height: 8px;
  top: 7px;
}
.partner-bootom-warap {
  margin-top: 47px;
}
.sidebar-secton-wrap.partner-page {
  padding-bottom: 92px;
}
.partner-bootom-warap li:last-child {
  padding-bottom: 0px;
}
.training-wrap-div {
  padding-top: 36px;
  padding-bottom: 45px;
}
.training-wrap-div p {
  width: 86%;
}
@media only screen and (max-width: 1250px) {
  .partner-page h4 {
    padding-bottom: 0px;
  }
  .partner-bootom-warap {
    margin-top: 10px;
  }
  .partner-bootom-warap h2 {
    line-height: 29px;
    padding-bottom: 4px;
  }
  .sidebar-secton-wrap.partner-page {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .partner-page h4,
  .partner-bootom-warap h2 {
    font-size: 18px;
  }
  .partner-page h4 {
    line-height: 24px;
    margin-bottom: 0;
  }
  .partner-page h3 {
    font-size: 16px;
  }
  .partner-bootom-warap li {
    font-size: 14px;
    line-height: 20px;
  }
  .partner-bootom-warap h2 {
    padding-bottom: 0px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #montgageform_sec .btn-default {
    margin: 10px 0px !important;
    width: 100% !important;
  }
  .partner-bootom-warap.reason-to-partner {
    padding-bottom: 30px;
  }
  .partner-page h4,
  .partner-bootom-warap h2 {
    font-size: 16px;
  }
  .partner-page h3 {
    width: 100%;
  }
  .partner-bootom-warap ul {
    width: 100%;
    padding-left: 20px;
  }
  .partner-bootom-warap li::before {
    left: -17px;
  }
  .sidebar-secton-wrap.partner-page {
    padding-bottom: 0px;
  }
}


/* About Pages Css */
.right-side h3 {
  color: #0091b3;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding-top: 38px;
  padding-bottom: 10px;
  width: 88%;
}
.right-side img {
  border-radius: 10px;
}
.right-side p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width: 88%;
  padding-bottom: 0px;
}
.right-side a {
  color: #fff;
  background: #cf2b2f;
  font-size: 16px;
  font-family: "Nunito", sans-serif !important;
  padding: 18px 59px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 30px;
  margin: 40px 0px 80px;
  transition: 0.3s ease-in-out;
}
.right-side a:hover {
  background: #323e48;
  color: #fff;
}
.contact-detail a:hover {
  background: #fff;
}
.let-sidebar h3 {
  color: #0091b3;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 0;
}
.let-sidebar h4 {
  color: #d02c30;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 32px;
}
.let-sidebar p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.let-sidebar h2 {
  font-size: 36px;
  color: #d02c30;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 7px;
}
.side_bar_pag {
  border-radius: 24px;
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  padding: 55px 0px;
  margin-bottom: 73px;
}

.let-sidebar li {
  list-style: none;
  padding-left: 74px;
}

.let-sidebar li a {
  display: block;
  text-align: left;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  position: relative;
  padding-bottom: 5px;
}

.let-sidebar li ul li {
  padding-left: 0;
}

.let-sidebar li a:hover {
  color: #d02c30;
}

.let-sidebar li a::before {
  position: absolute;
  content: "";
  background: #666666;
  width: 7px;
  height: 2px;
  left: -21px;
  top: 9px;
  transition: 0.2s ease-in-out;
}

.let-sidebar li ul {
  display: none;
  padding-left: 20px;
  padding-bottom: 12px;
  list-style: none;
  position: relative;
  padding-top: 8px;
  padding-right:10px;
}
ul.active {
  display: block !important;
}
.let-sidebar li ul li a {
  padding-bottom: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.let-sidebar li ul li a::before {
  background: url(./images/blue.svg);
  width: 8px;
  height: 8px;
  top: 6px;
}
.let-sidebar li a.has_children::after {
  content: "";
  position: absolute;
  margin-left: 12px;
  background: url(./images/down.svg);
  width: 8px;
  height: 10px;
  right: 51px;
  top: 5px;
}
.let-sidebar li a.has_children.active::after {
  background: url(./images/up.svg);
}
a.has_children.active {
  color: #d02c30;
}
a.has_children {
  position: relative;
}
.right-side h4 {
  color: #d02c30;
  font-weight: 800;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .let-sidebar {
    width: 90%;
  }
  .let-sidebar h2 {
    font-size: 35px;
  }
  .right-side a {
    padding: 14px 49px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .right-side h3 {
    padding-top: 24px;
    padding-bottom: 0px;
    width: 100%;
    line-height: 25px;
  }
  .let-sidebar {
    width: 80%;
  }
  .side_bar_pag {
    padding: 40px 0px;
    margin-bottom: 48px;
  }
  .let-sidebar li:last-child a {
    padding-bottom: 0;
  }
  .let-sidebar h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .right-side p {
    padding-bottom: 0px;
  }
  .right-side a {
    padding: 12px 34px;
    font-size: 14px;
  }
  .let-sidebar p {
    line-height: 24px;
  }
  .let-sidebar li {
    padding-left: 44px;
  }
  .let-sidebar li a.has_children::after {
    right: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .let-sidebar {
    width: 95%;
  }
  .let-sidebar li {
    padding-left: 24px;
  }
  .accordion button {
    line-height: 20px;
  }
  .mortage-rate {
    padding: 15px 0px;
    display: block;
  }
  .right-side h3 {
    font-size: 22px;
  }
  .mortage-rate h2 br {
    display: none;
  }
  .mortage-rate h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .let-sidebar li a.has_children::after {
    right: 14px;
  }
  .let-sidebar li a {
    font-size: 12px;
  }
  .let-sidebar li a::before {
    left: -16px;
  }
  .let-sidebar li ul li a {
    padding-bottom: 0px;
  }
  .let-sidebar li ul li a::before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
  .let-sidebar li ul li a {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .right-side img,
  .right-side p {
    width: 100%;
  }
  .right-side p {
    margin-bottom: 5px;
    line-height: 24px;
  }
  .right-side a {
    padding: 9px 28px;
    font-size: 12px;
    margin: 20px 0px 40px;
  }
  .let-sidebar {
    width: 100%;
  }
  .let-sidebar li {
    padding-left: 30px;
  }
  .side_bar_pag {
    padding: 20px 0px;
  }
  .let-sidebar h4 {
    padding-bottom: 10px;
  }
  .right-side h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .mortage-rate h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .let-sidebar li ul li a {
    padding-bottom: 5px;
  }
  .let-sidebar li ul li a {
    font-size: 12px;
  }
  .let-sidebar li a {
    font-size: 13px;
  }
  .let-sidebar li a.has_children::after {
    right: 34px;
  }
}
/* Testimonial Page css */
.testimonial-page h3 {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.testimonial-page p {
  font-weight: 500;
}
.border-div {
  height: 10px;
  border-radius: 5px;
  background-color: #ededed;
  width: 88%;
  margin-top: 36px;
  margin-bottom: 13px;
}
.testimonial-wrap {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .testimonial-page h3 {
    padding-top: 18px;
  }
  .testimonial-page h4 {
    padding-bottom: 0px;
  }
  .border-div {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .testimonial-wrap {
    padding-bottom: 0px;
  }
  .contactPage .testimonial-wrap {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .border-div {
    margin-top: 25px;
  }
  .testimonial-page h4 {
    margin-bottom: 10px;
  }

  .contactPage .testimonial-wrap {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-page p {
    width: 100%;
  }
  .testimonial-page {
    padding-bottom: 40px;
  }
}
/* Contact Us Page css */
.contact-page iframe {
  border-radius: 10px;
  margin-bottom: 24px;
}
.contact-detail h2,
.contact-detail p {
  font-size: 14px;
  color: #0091b3;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
}
.contact-detail h2 {
  text-transform: uppercase;
}
.contact-detail p a,
.contact-detail p {
  color: #000;
  margin: 0;
  background: unset;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  font-weight: 600;
  padding-bottom: 8px;
  font-family: "Montserrat" !important;
  text-transform: math-auto;
}
.contact-detail p a:hover {
  color: #000;
}
.contact-detail {
  float: left;
  width: 50%;
}
.text_field {
  display: block;
  width: 87%;
  border: 0px;
  border-bottom: 1px solid #a1a4a8;
  padding: 24px 0px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat";
}
.text_field::placeholder,
textarea.text_field::placeholder {
  font-weight: 600;
  color: #000;
  font-family: "Montserrat";
}
textarea.text_field {
  height: 240px;
}
.bottom-form-div {
  padding-top: 42px;
}
.bottom-form-div p {
  width: 68%;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.bottom-form-div {
  display: flex;
  justify-content: space-between;
  width: 87%;
}
.bottom-form-div p {
  width: 68%;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
}
.bottom-form-div button {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Nunito", sans-serif !important;
  background: #cf2b2f;
  border-radius: 50px;
  height: 40px;
  padding: 10px 32px;
  font-weight: 900;
  border: 0;
}
.bottom-form-div button:hover {
  background: #0091b3;
}
@media only screen and (max-width: 1199px) {
  .bottom-form-div p {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-page iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .contact-detail p a,
  .contact-detail p {
    font-size: 10px;
  }
  .right-side.contact-page p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .text_field {
    width: 100%;
  }
  .bottom-form-div {
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
  .bottom-form-div p,
  .contact-detail {
    width: 100%;
  }

  .contact-detail p a,
  .contact-detail p {
    font-size: 12px;
  }
}

/* Rafferal Page css */
.referral-page {
  width: 100%;
  padding-left: 0px;
  padding-right: 15px;
  padding-bottom: 60px;
}
.referral-page .border-div {
    margin-top: 20px;
    margin-bottom: 20px;
}
.referral-page h5 {
  color: #d02c30;
  font-weight: 800;
  line-height: 30px;
  font-size: 16px;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 0px;
}
.referral-page p::before {
  position: absolute;
  content: "";
  background: url(./images/referral-icon.png);
  width: 97px;
  height: 70px;
  left: -164px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  display:none;
}
.referral-page p {
  width: 100%;
  position: relative;
}
.border-div.mobieshow{
      display:none;
  }
@media only screen and (max-width: 1300px) {
  .referral-page {
    padding-bottom: 0px;
  }
  .mortage-rate {
    padding: 5px 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .referral-page {
    padding-right: 20px;
  }
  .referral-page h5{
 padding-bottom: 10px;     
  }
}
@media only screen and (max-width: 991px) {
  .referral-page {
    padding-left: 0px;
    padding-right: 0px;
  }
  .right-side p {
    margin-bottom: 0px;
    line-height: 24px;
  }
  .referral-page p::before {
    left: -104px;
  }
  .referral-page h5 {
padding-bottom: 10px;
    padding-top: 10px;
  }
  .referral-page .border-div {
    margin-top: 10px;
      
  }
}
@media only screen and (max-width: 767px) {
  .referral-page {
    padding-top: 20px;
  }
  .border-div.mobieshow{
      display:block;
  }
  .referral-page p::before {
    left: -112px;
  }
  .referral-page {
    padding-left: 0px;
  }
  .referral-page h5 {
    font-size: 14px;
  }
  .training-wrap-div p {
    width: 100%;
    padding-bottom: 10px;
  }
  .training-wrap-div {
    padding-top: 20px;
  }
}

/* Conventional Mortgage Page css */
.img-wrap {
  width: 35%;
}
.image-box {
  display: flex;
  margin-bottom: 44px;
}
.img-detail h2 {
  font-size: 18px;
  color: #d02c30;
  font-weight: 500;
  line-height: 36px;
  padding-bottom: 5px;
  margin-bottom: 0px;
}
.img-detail {
  padding-left: 30px;
  padding-top: 0px;
}
.img-detail ul {
  padding-left: 16px;
  padding-top: 3px;
}
.img-detail li {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
  list-style: none;
  position: relative;
}
.img-detail li::before {
  position: absolute;
  content: "";
  background: #d02c30;
  width: 7px;
  height: 3px;
  left: -15px;
  top: 11px;
}
@media only screen and (max-width: 991px) {
  .img-detail {
    padding-top: 15px;
  }
  .img-detail h2 {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  .img-detail li::before {
    top: 8px;
  }
  .img-detail li {
    font-size: 12px;
    line-height: 20px;
  }
  .img-wrap {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .img-wrap {
    width: 100%;
  }
  .img-detail {
    padding-left: 2px;
  }
  .image-box {
    display: block;
  }
  .image-box {
    margin-bottom: 25px;
  }
}
/* Products Page css */
.product-page li {
  list-style: none;
  padding: 11px 63px;
  margin: 10px;
  font-size: 18px;
  color: #323e48;
  position: relative;
  background-color: #f5f5f5;
  border-radius: 0px 40px 40px 0px;
  line-height: 48px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 0;
}
.product-page li::before {
  position: absolute;
  content: "";
  background: #0091b3;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}

.product-page li::after {
  position: absolute;
  content: "";
  background: url(images/right-long.svg);
  width: 17px;
  height: 8px;
  left: 28px;
  background-repeat: no-repeat;
  top: 42%;
}
.product-page li:hover {
  background: #0091b3;
  color: #fff;
}
.product-page li:hover::after {
  background: url(images/right-longwhite.svg);
  background-repeat: no-repeat;
}
.product-page {
  width: 88%;
}
@media only screen and (max-width: 991px) {
  .product-page {
    width: 100%;
  }
  .product-page li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .product-page li {
    font-size: 14px;
    padding: 13px 50px;
    line-height: 20px;
  }

  .product-page {
    padding-bottom: 20px;
  }
  .product-page li::after {
    left: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .product-page li {
    padding-right: 0;
    padding-left: 31px;
    font-size: 12px;
  }
  .product-page li::after {
    left: 11px;
  }
}
/* calculator page css */
.calculator-wrap h3 {
  padding-top: 0;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  padding-bottom: 20px;
  font-weight: 700;
}

.calculator-wrap h4 {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  padding-top: 31px;
  margin-bottom: 0;
  font-weight: 700;
}
.product-page li a:hover {
  color: #fff;
}
.calculator-wrap p {
  width: 100%;
  padding-bottom: 33px;
}
.product-page li a {
  display: block;
  background: unset;
  padding: 0;
  margin: 0;
  color: #323e48;
  padding: 11px 63px;
  border-radius: 0px 40px 40px 0px;
  font-weight: 500;
  text-transform: none;
}
.calculator-wrap li {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .calculator-wrap h3 {
    font-size: 16px;
  }
  .calculator-wrap h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .calculator-wrap p {
    padding-bottom: 0px;
  }
  .calculator-wrap h4 {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .calculator-wrap h3,
  .calculator-wrap h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .calculator-wrap h3 {
    padding-bottom: 0px;
  }
  .product-page li a {
    font-size: 14px;
    padding: 13px 50px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .product-page li a {
    padding-right: 0;
    padding-left: 31px;
    font-size: 12px;
  }
}
/* calculations Page css */
.calculation-wrap h2 {
  font-size: 48px;
  line-height: 48px;
  color: #d02c30;
  font-weight: 300;
  padding-top: 45px;
  padding-bottom: 23px;
}
.calculation-wrap p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  padding-bottom: 8px;
}
.calculation-wrap strong {
  color: #d02c30;
}
.input-wrap h3 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}
.input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  padding: 10px 10px 10px 18px;
  margin-bottom: 10px;
}
.calculation-detail p {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 18px;
}
.input-div input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat";
}
.input-div {
  max-width: 500px;
  width: 100%;
}
.result-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #323e48;
  border-radius: 10px;
  margin: 20px 0px;
}

.result-detail h3 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.reset-wrap input.calcBoxes {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  background: #e42431;
  display: inline-block;
  padding: 12px 70px;
  border-radius: 5px;
  margin-left: 10px;
  font-family: "Nunito", sans-serif !important;
  border: 0;
  width: auto;
}

.result-detail {
  padding: 32px 10px 32px 15px;
}

.reset-wrap {
  margin-right: 10px;
}
.bottom-result p {
  background: #fff;
  padding: 14px 32px 14px 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 30px;
  color: #323e48;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 0px;
}
.bottom-detail p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 0;
}
textarea.calcBoxes {
  border: 0;
}
.bottom-detail {
  margin-bottom: 65px;
  margin-top: 33px;
}
.bottom-result {
  background: whitesmoke;
  padding: 25px;
  border-radius: 5px;
}
.calculation-wrap {
  padding-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .bottom-result p br,
  .calculation-wrap p br {
    display: none;
  }
  .input-div {
    max-width: 400px;
  }
  .reset-wrap input.calcBoxes {
    padding: 7px 52px;
    font-size: 16px;
  }
  .result-detail {
    padding: 25px 10px 25px 15px;
  }
  .bottom-result {
    padding: 15px;
  }
  .calculation-wrap h2 {
    padding-top: 34px;
    padding-bottom: 12px;
    font-size: 42px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 850px) {
  .input-div {
    max-width: 250px;
  }
  .reset-wrap input.calcBoxes {
    padding: 7px 21px;
    font-size: 14px;
  }
  .result-detail {
    padding: 20px 10px 20px 15px;
  }
  .bottom-result p {
    padding: 10px 22px 10px 20px;
  }
  .bottom-detail p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .input-div {
    max-width: 100%;
    margin-top: 10px;
  }
  .input-wrap {
    display: block;
  }
  .result-wrap {
    display: block;
  }
  .result-detail {
    padding: 10px 10px 20px 15px;
  }
  .reset-wrap input.calcBoxes {
    padding: 7px 24px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .bottom-result p {
    padding: 5px 5px 5px 5px;
  }
  .bottom-detail {
    margin-bottom: 28px;
  }
  .calculation-wrap h2 {
    padding-top: 14px;
    padding-bottom: 2px;
    font-size: 24px;
    line-height: 28px;
  }
  .calculation-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
}
/* Finnancial calculator  Page css */
.drop-down-wrap input {
  width: 28%;
  margin-right: 10px;
}

select#frequency {
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat";
  width: 56%;
  margin-left: 10px;
}
.financial-calcultor .input-div {
  max-width: 290px;
}
.rates-wraper.financial-calcultor {
  margin-top: 58px;
}
input.calcBoxes {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  background: #cf2b2f;
  border: 0;
  height: 60px;
  width: 100%;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
}
.disclaimer-wrap {
  padding-top: 43px;
  padding-bottom: 22px;
}
.financial-calcultor h2 {
  padding-top: 0;
}
@media only screen and (max-width: 1199px) {
  .financial-calcultor p br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .financial-calcultor .input-div {
    max-width: 100%;
  }
  .rates-wraper.financial-calcultor {
    margin-top: 38px;
  }
  .financial-calcultor h2 {
    margin-bottom: 8px;
  }
  select#frequency {
    width: 65%;
    margin-left: 5px;
    float: right;
  }
  .drop-down-wrap input {
    width: 25%;
    margin-right: 7px;
  }
  input.calcBoxes {
    height: 50px;
    font-size: 14px;
  }
  .disclaimer-wrap {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  select#frequency {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .financial-calcultor .container {
    max-width: 970px;
  }
}
/* Partnership Page css */

.alphabets-row {
  display: flex;
}
.partner-ship-wrap h2 {
  margin-bottom: 9px;
  padding-top: 15px;
}
.mortage-rate.partner-ship-wrap {
  padding-top: 25px;
}
.albets {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #efefef;
  margin: 8px;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 18px;
  color: #323e48;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.partnership-albets-wrap {
  padding-bottom: 80px;
}
.albets:hover {
  background: #cf2c30;
  color: #fff;
}
.albets-bottom-detail {
  display: flex;
  width: 100%;
  padding-top: 30px;
}

.albets-list {
  width: 12%;
  float: left;
  color: #0091b3;
  font-size: 16px;
  font-weight: 800;
  padding-left: 10px;
}

.albet-detail {
  width: 100%;
  padding-left: 11px;
}

.albet-detail ul li {
  color: #323e48;
  font-size: 16px;
  font-weight: 500;
  width: 49%;
  float: left;
  line-height: 30px;
}
.albet-detail ul li::marker {
  color: #cf2c30 !important;
}
.albets-bottom-detail.first-class {
  padding-top: 18px;
}
@media only screen and (max-width: 1199px) {
  .mortage-rate.partner-ship-wrap {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .albets {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin: 5px;
  }
  .albet-detail ul li {
    font-size: 12px;
    line-height: 23px;
  }
  .albets-bottom-detail {
    padding-top: 20px;
  }
  .partnership-albets-wrap {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .albet-detail ul li {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    float: unset;
  }
}
@media only screen and (max-width: 400px) {
  .albets-list {
    padding-left: 3px;
  }
}
/* Footer CTA secion */
.footer-cta .row {
  border-radius: 30px;
  background-color: #cf2b2f;
  align-items: center;
  padding: 43px 0px;
  margin: 0px 0px;
}
.footer-cta {
  margin: 48px 0px;
}
.footer-cta h2 {
  font-size: 40px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}

.foot-logo {
  padding: 20px 0px;
  text-align: center;
}
.footer-cta .col-md-3 {
  text-align: center;
}
.footer-cta h3 {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
}

.bootom-footer {
  padding-top: 83px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.address-row .col-md-7 p {
  margin-bottom: 0px;
  width: 86%;
}
.foot-logo {
  text-align: right;
}
.foot-logos {
  text-align: right;
}

.bootom-footer-links .row {
  align-items: center;
}
.row.copyright {
  padding: 80px 0px;
}

.foot-logo {
  text-align: right;
}
.top-footer .row {
  align-items: center;
}
.address-detail,
.address-detail a {
  text-align: right;
}

.footer-cta a {
  font-size: 16px;
  line-height: 0px;
  color: #ffffff;
  font-weight: 600;
  background: #0091b3;
  padding: 22px 35px;
  border: 10px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.footer-cta img {
  padding-left: 33px;
}
.footer-cta a:hover {
  background: #cf2b2f;
  color: #fff;
}
.foot-icon {
  margin-right: 15px;
}
.foot-links p span {
  padding: 0 30px;
}
svg.fooicon {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: 0.2s ease-in-out;
}
svg.fooicon:hover {
  fill: #cf2b2f;
}
.top-footer {
  background-color: #0091b3;
  padding: 93px 0;
}
.top-footer h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 14px;
}
.foot-licences li {
  display: inline-flex;
}
.foot-licences li:first-child,
.copyright li:first-child a {
  margin-left: 0;
}
.foot-licences li {
  margin: 0px 20px;
  position: relative;

  font-weight: 600;
}
.foot-licences li a {
  font-size: 14px;
  color: #fff;
}
.foot-licences li a::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background: #fff;
  top: 9px;
  right: -22px;
}
.footer-social-content {
  padding-bottom: 44px;
}
.footer-social-content:last-child {
  padding-bottom: 0px;
}
.foot-licences li:last-child a::after,
.copyright li:last-child a::after {
  display: none;
}
.bootom-footer-links {
  background: #323e48;
  padding: 23px 0px;
}
.copyright li a::after {
  position: absolute;
  content: "";
  background: #0091b3;
  width: 3px;
  height: 15px;
  right: -25px;
  top: 3px;
}
.footer-social-content p,
.footer-social-content p a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 24px;
}
.footer-social-content p a:hover {
  color: #eb7148;
}
.foot-icon {
  margin-right: 16px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 0 !important;
}
.mobile-center a:nth-child(3) {
  position: relative;
  top: 2px;
}
.foot-icon:last-child {
  margin-right: 0px;
}
.address-row .col-md-7 p {
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
}
.address-detail,
.address-detail a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.address-detail p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}
.address-detail span {
  color: #0091b3;
  font-weight: 700;
  font-size: 14px;
  margin: 0px 20px;
}

.copyright p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.copyright ul {
  margin-bottom: 6px;
}
.copyright li {
  list-style: none;
  display: inline-flex;
}
.copyright li a {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  margin: 0px 23px;
  position: relative;
  transition: 0.2s ease-in-out;
}
.copyright li a:hover {
  color: #cf2b2f;
}
.row.address-row {
  padding-bottom: 92px;
  border-bottom: 0px solid #cbcbcb;
  position: relative;
}
.row.address-row::after {
  position: absolute;
  content: "";
  background: #cbcbcb;
  height: 1px;
  width: 98%;
  bottom: 25px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.row.copyright {
  padding: 55px 0px;
}
ul.foot-menu {
  list-style: none;
}
.foot-menu li {
  display: inline-block;
  margin-right: 31px;
}
.foot-menu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}
.foot-links p {
  font-size: 14px;
  color: #000;
}
.foot-links p a {
  font-weight: bold;
  color: #000;
}
.foot-links p a:hover,
.foot-menu li a:hover {
  color: #cf2b2f;
}
.address-detail br {
  display: none;
}
p.mobile-center {
  text-align: right;
  margin-bottom: 0;
}
a.back-to-top {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
@media only scren and (max-width: 1200px) {
  .top-footer {
    padding: 63px 0;
  }
  .footer-social-content {
    padding-bottom: 24px;
  }
  .bootom-footer-links {
    padding: 13px 0px;
  }
  .row.address-row {
    padding-bottom: 40px;
  }
  .mortage-rate {
    padding: 15px 0px;
  }

}
@media only screen and (max-width: 1199px) {
  .foot-menu li {
    margin-right: 16px;
  }
  p.mobile-center {
  text-align: center;
}
a.back-to-top{
    font-size:12px;
}
  .foot-menu li a {
    font-size: 12px;
  }
  .foot-icon {
    margin-right: 8px;
  }
  .top-footer {
    padding: 25px 0;
  }

  .bootom-footer-links {
    padding: 10px 0px;
  }
  .address-detail p {
    font-size: 12px;
  }
  .bootom-footer {
    padding-top: 30px;
  }
  .row.address-row {
    padding-bottom: 50px;
  }
  .row.copyright {
    padding: 20px 0px;
  }
  .copyright p {
    font-size: 12px;
  }
  .footer-cta h2 {
    font-size: 30px;
    line-height: 54px;
  }
  .footer-cta h3 {
    font-size: 16px;
  }
  .footer-cta a {
    font-size: 14px;
    padding: 8px;
    border: 8px solid #fff;
    border-radius: 10px;
  }
  .top-footer .col-md-10,
  .top-footer .col-md-2 {
    max-width: 100%;
    flex: 100%;
  }
  .foot-licences li a {
    font-size: 12px;
  }
  .foot-licences li a::after {
    top: 7px;
    right: -13px;
  }
  .foot-licences li {
    margin: 0px 8px;
  }
  .foot-logo {
    text-align: left;
  }
  .top-footer .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 940px) {
  .footer-cta h2 {
    font-size: 25px;
  }
  .footer-cta h3 {
    font-size: 13px;
  }
  .footer-cta .col-md-2 {
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
  }
  .footer-cta .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 19%;
    max-width: 19%;
  }
  .row.address-row::after {
    bottom: 10px;
  }
  .footer-cta a {
    font-size: 12px;
    padding: 11px 11px;
    border: 6px solid #fff;
    border-radius: 10px;
  }
  .footer-cta .row {
    padding: 23px 0px;
  }
  .foot-menu li a {
    font-size: 11px;
  }
  .foot-icon {
    margin-right: 7px;
  }
  svg.fooicon {
    width: 18px;
    height: 18px;
  }
  .bootom-footer-links {
    padding: 5px 0px;
  }
  .address-row .col-md-7 p {
    font-size: 16px;
    line-height: 35px;
    width: 100%;
    line-height: 24px;
  }
  .copyright li a {
    margin: 0px 14px;
  }
  .copyright li a::after {
    right: -18px;
  }
  .footer-social-content {
    padding-bottom: 10px;
  }
  .address-row .col-md-7,
  .address-row .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .address-detail,
  .address-detail a {
    font-size: 13px;
  }
  .row.copyright > div:nth-child(1) {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .row.copyright > div:nth-child(2) {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .address-detail,
  .address-detail a {
    text-align: left;
  }
}
@media only screen and (max-width: 820px) {
  svg.fooicon {
    width: 16px;
    height: 16px;
  }
  .foot-icon {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta .col-md-3,
  .footer-cta .col-md-2,
  .address-row .col-md-7,
  .address-row .col-md-5,
  .row.copyright > div:nth-child(1),
  .row.copyright > div:nth-child(2) {
    flex: auto;
    max-width: 100%;
  }
.bootom-footer-links{
    display:none;
}
  .foot-licences li {
    margin: 0px 20px;
    line-height: 20px;
  }
  .footer-cta {
    text-align: center;
  }
  .footer-cta h3 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .footer-cta h2 {
    font-size: 17px;
    line-height: 33px;
  }
  .footer-cta img {
    width: 30%;
    padding-left: 0px;
  }
  .footer-cta a {
    padding: 11px 41px;
  }
  .footer-cta .row {
    padding-bottom: 40px;
  }
  .foot-licences li {
    display: block;
  }

  .foot-licences li a::after {
    left: -19px;
    right: unset;
  }
  .foot-licences li:first-child {
    margin-left: 20px;
  }
  .foot-licences li:last-child a::after,
  .copyright li:last-child a::after {
    display: block;
  }
  .footer-social-content {
    padding-bottom: 24px;
  }
  .top-footer h4 {
    line-height: 20px;
  }
  .top-footer {
    padding: 25px 0;
  }
  .foot-logo {
    text-align: left;
    padding-bottom: 0;
    padding: 0px 0px;
  }
  .foot-links {
    display: none;
  }
  .foot-icon {
    margin-right: 20px;
  }
  p.mobile-center {
    text-align: center;
    margin-bottom: 10px;
  }
  .address-detail {
    text-align: left;
  }
  .copyright li:last-child a::after {
    display: none;
  }
  .copyright li a {
    margin: 0px 2px;
    font-size: 12px;
  }
  .copyright li a::after {
    display: none;
  }
  .address-detail br {
    display: block;
  }
  .address-detail span,
  .foot-logos {
    display: none;
  }
  .address-detail p {
    line-height: 25px;
  }
  .row.copyright {
    padding: 10px 0px;
  }
}
@media only screen and (max-width: 576px) {
  .foot-logo img {
    width: 25%;
    padding-bottom: 20px;
  }
  .footer-social-content {
    padding-bottom: 14px;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
label.error {
  display: none;
}
/* sitemap page */
.let-sidebar.sitemap li ul {
  display: block;
}
.let-sidebar.sitemap li a.has_children::after {
  display: none;
}

.home_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}
.home_popup--content ul li a{
    color:#fff;
}
.home_popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}
.email-popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  max-width: 680px;
  margin: 2em auto;
  top: 5% !important;
  padding: 2rem;
  background: #0091b3;
  border-radius: 30px; /* text-align: center; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  outline: 15px solid #0091b3;
  padding-bottom: 17px;
}
.email_code_popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    transition: 500ms all;
    display: flex;
    align-items: center;
}

.email_code_popup .is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
}
#email_code {
    padding: 10px 20px;
    border-radius: 60px;
    border: 1px solid white;
}
.email_error {
    color: white;
    font-weight: bold;
    font-size: 14px;
    background: #d02c30;
    padding: 12px;
    border-radius: 6px;
}
.email_success {
    font-weight: bold;
    font-size: 14px !important; 
}
.resend_link {
    text-decoration: underline;
    color: #007bff !important;
    font-size: 14px !important;
    padding: 0px !important;
    display: inline-block !important;

}
.email_button {
    background-color: #d02c30;
    color: #fff;
    border: 1px solid #d02c30;
    padding: 10px 20px;
    border-radius: 60px;
    display: inline-block;
    margin: 10px 0;
    width: 170px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  max-width: 680px;
  margin: 2em auto;
  top: 5%;
  padding: 2rem;
  background: #0091b3;
  border-radius: 30px; /* text-align: center; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  outline: 15px solid #0091b3;
  padding-bottom: 17px;
}
.is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}
.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fff;
}
.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  transition: 300ms all;
}

.home_popup--content h3 {
  font-size: 22px;
  color: #fff;
}
.home_popup--content img {
  margin-bottom: 13px;
}
.home_popup--content h3 small {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
}
.home_popup--content p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
}
.home_popup--content small {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}
.red_color {
  color: #d02c30;
  font-weight: 700;
}

.mainNative {
  margin: 0 !important;
  list-style: none;
  font-weight: 600;
  font-size: 13px;
}

#montgageform_sec .text_field.customphone3:-ms-input-placeholder {
  color: #000 !important;
  text-align: left !important;
}
#montgageform_sec .text_field.customphone3::placeholder {
  color: #000 !important;
  text-align: left !important;
}

.notwish {
  font-size: 16px;
}
#borrower-radio.wd100 li {
  width: 100%;
}
.text16 {
  font-size: 16px;
}
.btn-print {
  color: #fff;
  border: 1px solid #323e48;
  padding: 10px 20px;
  background-color: #323e48;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  width: 170px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.popup-container2 {
  max-width: 450px !important;
}
.state_req {
  position: relative;
}
.state_req .required-text {
  position: absolute;
  right: 30px;
  top: 45px;
}
.state_req .right15 {
  right: 30px !important;
}
.margin0 {
  margin-bottom: 0px !important;
}
#borrower-radio.pos-rel {
  position: relative;
}
@media print {
  .block-rec {
    display: block !important;
  }
  .none-rec {
    display: none !important;
  }
  #montgageform_sec input[type="radio"]:checked + span::after,
  input[type="radio"]:checked + span:hover::after,
  input[type="radio"] + span:hover::after {
    box-shadow: 0 0 0 1000px #0091b3 inset !important;
  }
  #montgageform_sec input[type="checkbox"]:checked + span::after,
  input[type="checkbox"]:checked + span:hover::after,
  input[type="checkbox"] + span:hover::after {
    box-shadow: 0 0 0 1000px #0091b3 inset !important;
  }
}
.step6_error {
  padding: 3px;
  background-color: red;
  color: white;
  font-weight: 600;
}
.terms_condition_req {
  float: none;
  padding-left: 10px;
}
.reset-btn {
  background-color: #0091b3 !important;
  border-color: #0091b3 !important;
}
.reset-btn:hover {
  background-color: black !important;
  border-color: black !important;
}
.icons-right {
  text-align: right;
}

.export_buttons {
  text-align: end;
  display: block;
}
.export_buttons button {
  padding: 10px;
  background-color: #d02c30;
  border: none;
  color: white;
  font-weight: 700;
}
.export_buttons button:hover {
  background-color: #0091b3;
}
.rates_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ofrings h6 {
  color: #d4282c;
  font-weight: 600;
  font-size: 19px;
}
.ofrings ul li:hover {
  background-color: #0091b3;
  color: #fff;
}
.ofrings ul li:hover::after {
  color: #fff;
}
.ofrings ul li {
  cursor: pointer;
}

.home_popup--content h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  font-family: "nunito";
}
.home_popup--content ul {
  padding-left: 20px;
  padding-bottom: 12px;
}
.home_popup--content ul li {
  color: #fff;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  padding-bottom: 2px;
  font-size: 14px;
}

.accor-navs {
  display: flex;
  gap: 15px;
}
.accor-navs .accor-nav-step {
  border: 2px solid #e1e1e1;
  flex: 1;
}
.accor-navs .accor-nav-step-complete {
  border-color: #0091b3;
}
.accor-navs .accor-nav-step-current {
  border-color: #d02c30;
}
.accor-content {
  display: none;
  margin-bottom: 0;
  padding: 10px 15px 40px;
}
.accor-content p {
  color: #000;
  font-size: 16px;
}
.accor-heading.activebg {
}
.accor-heading {
  border-bottom: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 0px;
}
.accor-heading a {
  display: block;
  position: relative;
  color: #323e48;
  font-weight: 400;
  font-size: 18px;
  padding: 30px 0px 30px 0px; /*background-color: #f7f7f7;-moz-box-shadow: 0 0 30px rgba(0,0,0,.07);-webkit-box-shadow: 0 0 30px rgba(0,0,0,.07);box-shadow: 0 0 30px rgba(0,0,0,.07);*/
  border-radius: 3px;
  position: relative;
}
.accor-heading a.active::before {
  background-color: #323e48;
}
.accor-headingRed a::before {
  background-color: red !important;
}
/* .accor-heading a:hover{ color: #00a19c; } */
.accor-heading a .fa {
  position: absolute;
  top: 40%;
  right: 10px;
  color: #999999;
  font-weight: 600;
}
/* .accor-heading a:hover .fa{ color: #00a19c; }  */
@media (min-width: 608px) {
  .text-right {
    text-align: right;
  }
}

@media (min-width: 767px) {
  .accor-content {
    padding: 10px 35px 40px;
  }
  #montgage-radio li {
    width: 35%;
  }
  #montgageform_sec .btn-default {
    margin: 30px 0;
  }
  .accor-heading a {
    font-size: 22px;
  }
  #borrower-radio li {
    width: 40%;
  }
  .home_popup--content h3 {
    font-size: 36px;
  }
  .home_popup--content h3 small {
    font-size: 20px;
  }
  .home_popup--content p {
    font-size: 16px;
    line-height: 30px;
  }
  .step7_small {
    padding-left: 82px;
  }
}

@media (min-width: 991px) {
  .home_popup--content {
    padding-left: 14px;
    padding-bottom: 0px;
  }
  #montgage-radio li {
    width: 25%;
  }
  #borrower-radio li {
    width: 20%;
  }
  #borrower-radio.wd13 li {
    width: 13%;
  }
  #borrower-radio.wd34 li {
    width: 34%;
  }
  #borrower-radio.wd30 li {
    width: 30%;
  }
  #borrower-radio.wd48 li {
    width: 48%;
  }
  .native1 {
    width: 33%;
    float: left;
  }
  .native2 {
    width: 46%;
    float: left;
  }
  .native3 {
    float: left;
  }
  #borrower-radio .leftinput {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: transparent !important;
    width: 70% !important;
  }
  #borrower-radio .leftinput.leftinput2 {
    top: -10px;
    width: 50% !important;
  }
  .dep_row {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 800px) {
  .popup-container {
    max-width: 90%;
    padding: 0.5rem;
  }
  .home_popup--content img,
  .home_popup--content h2 {
    margin-bottom: 10px;
  }
  .home_popup--content h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .home_popup--content ul li {
    padding-bottom: 0px;
    font-size: 10px;
  }
  .home_popup--content ul {
    padding-bottom: 6px;
  }
}
#box-123456677 .popup-container {
  min-height: 300px;
  height: 90%;
  overflow-y: scroll;
  max-width: 800px;
}
#box-123456677 a {
  color: #d02c30;
  font-weight: bold;
}

#box-123456 p,
#box-123456677 p {
  margin-bottom: 10px;
}
#box-123456 h2,
#box-123456677 h2 {
  padding-bottom: 10px;
}

/*Applicaion form css */
@media all and (min-width: 991px) {
  .wrapper {
    max-width: 100% !important;
  }
  .wrapper .container .wraper {
    max-width: 1126px !important;
    width: 100% !important;
    margin: auto;
  }
}

@media all and (min-width: 991px) {
  #borrower-radio .leftinput {
    top: 10px;
  }
}

#montgageform_sec input[type="radio"]:checked + span::after {
  left: 5px;
  top: -10px;
}
@media all and (max-width: 992px) {
  .wraper {
    max-width: 847px !important;
    width: 100% !important;
    margin: auto;
  }
}

.Faq_Section {
  padding-bottom: 100px;
}

#montgageform_sec input[type="radio"] + span::after {
  left: 5px;
  top: -10px;
}

/* ============= */

.accor-navs {
  display: flex;
  gap: 15px;
}
.accor-navs .accor-nav-step {
  border: 2px solid #e1e1e1;
  flex: 1;
}
.accor-navs .accor-nav-step-complete {
  border-color: #0091b3;
}
.accor-navs .accor-nav-step-current {
  border-color: #d02c30;
}
.accor-content {
  display: none;
  margin-bottom: 0;
  padding: 10px 15px 40px;
}
.accor-content p {
  color: #000;
  font-size: 16px;
}
.accor-heading.activebg {
}
.accor-heading {
  border-bottom: 1px solid #e1e1e1;
  border-radius: 3px;
  margin-bottom: 0px;
}
.accor-heading a {
  display: block;
  position: relative;
  color: #323e48;
  font-weight: 400;
  font-size: 18px;
  padding: 30px 0px 30px 0px; /*background-color: #f7f7f7;-moz-box-shadow: 0 0 30px rgba(0,0,0,.07);-webkit-box-shadow: 0 0 30px rgba(0,0,0,.07);box-shadow: 0 0 30px rgba(0,0,0,.07);*/
  border-radius: 3px;
  position: relative;
}
.accor-heading a.active::before {
  background-color: #323e48;
}
.accor-headingRed a::before {
  background-color: red !important;
}
/* .accor-heading a:hover{ color: #00a19c; } */
.accor-heading a .fa {
  position: absolute;
  top: 40%;
  right: 10px;
  color: #999999;
  font-weight: 600;
}
/* .accor-heading a:hover .fa{ color: #00a19c; }  */

/* ====radioBox====== */
#montgageform_sec label.radio {
  position: relative;
}
#montgageform_sec label.radio:hover {
  cursor: pointer;
}
#montgageform_sec input[type="radio"] {
  display: none;
}
#montgageform_sec input[type="radio"] + span {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding-left: 35px;
}
#montgageform_sec input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::after,
input[type="radio"] + label::before,
input[type="radio"] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  top: -15px;
}
#montgageform_sec input[type="radio"] + span::before {
  content: "";
  background-image: url(../../images/tick.svg);
  opacity: 0.2;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  top: -15px;
  border-radius: 100%;
  background-color: transparent;
}
#montgageform_sec input[type="radio"] + span::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 10px;
  height: 10px;
  border: none;
  top: -10px;
  border-radius: 100%;
}
#montgageform_sec input[type="radio"]:checked + span::after {
  width: 20px;
  height: 20px;
  border: none;
  background-image: url(https://www.allanachmortgage.com/images/tick-selected.svg);
  margin: 0;
  left: 0px;
  top: -15px;
}
#montgageform_sec .one-line-half-screen-layout li:nth-child(1) {
  margin-bottom: 1rem;
}

/* =====CheckBox========= */
#montgageform_sec label.checkBox {
  position: relative;
}
#montgageform_sec label.checkBox:hover {
  cursor: pointer;
}
#montgageform_sec input[type="checkbox"] {
  display: none;
}
#montgageform_sec input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  line-height: 30px;
  padding-left: 25px;
}
#montgageform_sec input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::after,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  top: -15px;
}
#montgageform_sec input[type="checkbox"] + span::before {
  content: "";
  background-image: url(../../images/tick.svg);
  opacity: 0.2;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  top: -15px;
  background-color: transparent;
}
#montgageform_sec input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 10px;
  height: 10px;
  border: none;
  top: -10px;
  border-radius: 100%;
}
#montgageform_sec input[type="checkbox"]:checked + span::after {
  width: 20px;
  height: 20px;
  border: none;
  background-image: url(https://www.allanachmortgage.com/images/tick-selected.svg);
  margin: 0;
  left: 0px;
  top: -15px;
}

/* ============= */

#montgageform_sec .option_lable {
  color: #000;
  margin: 10px 0;
  font-weight: 700;
}
#montgageform_sec input,
#montgageform_sec select {
  height: 50px;
}
#montgageform_sec h1 {
  font-weight: lighter;
  border-bottom: none;
  font-size: 48px;
  color: #d05e22;
  margin: 50px 0;
}
#montgageform_sec h6 {
  color: #d02c30;
  font-size: 24px;
  font-weight: lighter;
}
#montgageform_sec #general_infomation input.text_field {
  background-color: #fff;
  width: 100%;
}
#montgageform_sec #general_infomation input.text_field:hover,
#montgageform_sec #general_infomation input.text_field:active,
#montgageform_sec #general_infomation input.text_field:focus {
  border-color: #248dc1;
}
#montgageform_sec #general_infomation .text_field.required.error {
  border-color: red;
}
/* #montgageform_sec #general_infomation label.error{ display: none; } */
#montgageform_sec select.select_option.required {
  background-color: #fff;
}
#montgageform_sec select.select_option {
  background-color: #fff;
  width: 100%;
}
#montgageform_sec select.select_option + .required-text {
  right: 8px;
  top: 40px;
}
#montgageform_sec input[type="number"] + .required-text {
  right: 0px;
}
.select_option {
  margin-top: 5px;
}
#montgageform_sec select {
  padding: 0;
}
#montgageform_sec .dep_gender_row {
  width: 75%;
}
#montgageform_sec .dep_icons {
  text-align: right;
}
/* Change autocomplete styles in WebKit */

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
#montgage-radio li {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 600;
}
#montgageform_sec #montgage-radio li input[type="radio"] + span {
  padding-left: 25px;
}
#montgageform_sec .btn-default {
  background-color: #d02c30;
  color: #fff;
  border: 1px solid #d02c30;
  padding: 10px 20px;
  border-radius: 60px;
  display: inline-block;
  margin: 10px 0;
  width: 170px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
#montgageform_sec .btn-default:hover {
  background-color: #000;
  border-color: #000;
}
#montgageform_sec .btn-default::before {
  display: none !important;
}

#montgageform_sec .btn-trash {
  background-color: #d02c30;
  padding: 12px 20px;
  position: relative;
  bottom: 2px;
  color: #fff;
  border: 1px solid #d02c30;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
#montgageform_sec .btn-trash .fa {
  position: unset !important;
  left: 50%;
  top: 50%;
}
#montgageform_sec .btn-trash:hover {
  background-color: #000;
}
#montgageform_sec .btn-trash::before {
  display: none !important;
}

#montgageform_sec textarea.textarea_field {
  border: 1px solid #c2c2c2;
  background-color: #fff;
  width: 100%;
}
.required-text {
  font-size: 12px;
  float: right;
  color: #d02c30;
  font-weight: 600;
  font-style: italic;
  margin-top: 5px;
  padding-right: 10px;
}
#montgageform_sec input::-webkit-input-placeholder {
  text-align: right;
  font-size: 12px;
  color: #d02c30;
  font-weight: 600;
  font-style: italic;
  padding-right: 10px;
}
#montgageform_sec input::-moz-placeholder {
  text-align: right;
  font-size: 12px;
  color: #d02c30;
  font-weight: 600;
  font-style: italic;
  padding-right: 10px;
}
#montgageform_sec input:-ms-input-placeholder {
  text-align: right;
  font-size: 12px;
  color: #d02c30;
  font-weight: 600;
  font-style: italic;
  padding-right: 10px;
}
#montgageform_sec input[type="number"]::-webkit-input-placeholder {
  margin-left: -10px;
}
#montgageform_sec input[type="number"]::-moz-placeholder {
  margin-left: -10px;
}
#montgageform_sec input[type="number"]:-ms-input-placeholder {
  margin-left: -10px;
}
.blueboder {
  background-color: #0191b4;
  height: 5px;
  border-radius: 10px;
  position: relative;
  top: 30px;
  margin-bottom: 40px;
}
.subhead {
  color: #323e48;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: -7px;
}
#borrower-radio {
  margin: 0;
}
#borrower-radio li {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: 600;
}
#borrower-radio.wd13 li {
  margin-top: 10px;
}
#borrower-radio.wd34 li {
  margin-top: 10px;
}
#montgageform_sec .accor-content small {
  font-weight: 700;
  margin: 10px 0;
  display: inline-block;
}
.fw600 {
  font-weight: 600;
}
.marg0 {
  margin: 0 !important;
}
.policy ul li label a {
  font-size: 14px;
  color: #008fb0;
  padding: 0;
  display: inline;
}
.policy ul li label a::before {
  display: none;
}
.notetxt p {
  font-style: italic;
}
#montgageform_sec .btn-green {
  background-color: #0091b3;
  color: #fff;
  border: 1px solid #0091b3;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  width: 170px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
#montgageform_sec .btn-green:hover {
  background-color: #d02c30;
  border: 1px solid #d02c30;
}
#montgageform_sec .btn-green::before {
  display: none;
}
#montgageform_sec .btn-addmore {
  background-color: #0091b3;
  padding: 12px 20px;
  position: relative;
  color: #fff;
  border: 1px solid #0091b3;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
#montgageform_sec .btn-addmore .fa {
  position: unset !important;
  left: 50%;
  top: 50%;
}
#montgageform_sec .btn-addmore:hover {
  background-color: #d02c30;
  border: 1px solid #d02c30;
}
#montgageform_sec .btn-addmore::before {
  display: none;
}
.plusIcon {
  color: white !important;
  position: unset !important;
}
#other_income,
#pa_city {
  margin-top: 5px;
}
#montgageform_sec select {
  padding: 0 !important;
}
#montgageform_sec .hidden-required-msg label {
  display: none !important;
}

/* ============ */
.home_popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}
.home_popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}
.popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  max-width: 680px;
  margin: 2em auto;
  top: 5%;
  padding: 2rem;
  background: #0091b3;
  border-radius: 30px; /* text-align: center; */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
  outline: 15px solid #0091b3;
  padding-bottom: 17px;
}
.is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}
.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size: 0;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fff;
}
.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  transition: 300ms all;
}

.home_popup--content h3 {
  font-size: 22px;
  color: #fff;
}
.home_popup--content img {
  margin-bottom: 13px;
}
.home_popup--content h3 small {
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
}
.home_popup--content p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 10px;
}
.home_popup--content small {
  color: #fff;
  font-size: 14px;
  font-style: italic;
}
.red_color {
  color: #d02c30;
  font-weight: 700;
}

@media (min-width: 608px) {
  .text-right {
    text-align: right;
  }
}

@media (min-width: 767px) {
  .accor-content {
    padding: 10px 0px 40px;
  }
  #montgage-radio li {
    width: 35%;
  }
  #montgageform_sec .btn-default {
    margin: 30px 0;
  }
  .accor-heading a {
    font-size: 22px;
  }
  #borrower-radio li {
    width: 40%;
  }
  .home_popup--content h3 {
    font-size: 36px;
  }
  .home_popup--content h3 small {
    font-size: 20px;
  }
  .home_popup--content p {
    font-size: 16px;
    line-height: 30px;
  }
  .step7_small {
    padding-left: 82px;
  }
  #montgageform_sec .one-line-half-screen-layout li:nth-child(1) {
    width: 24%;
    margin-bottom: 0;
  }
  #montgageform_sec .one-line-half-screen-layout li {
    width: 18%;
  }

  #borrower-radio.za-cols-list li {
    width: 48% !important;
  }
  #borrower-radio.za-cols-list li:last-child {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  #montgageform_sec .row.mb-5 {
    gap: 15px;
    margin-bottom: 15px !important;
  }
  #borrower-radio.za-cols-list li {
    width: 100% !important;
  }
  #borrower-radio.za-cols-list li:last-child {
    width: 100% !important;
  }
}
@media (min-width: 991px) {
  .home_popup--content {
    padding-left: 14px;
    padding-bottom: 0px;
  }
  #montgage-radio li {
    width: 25%;
  }
  #borrower-radio li {
    width: 20%;
  }
  #borrower-radio.wd13 li {
    width: 13%;
  }
  #borrower-radio.wd34 li {
    width: 34%;
  }
  #borrower-radio.wd30 li {
    width: 30%;
  }
  #borrower-radio.wd48 li {
    width: 48%;
  }
  .native1 {
    width: 33%;
    float: left;
  }
  .native2 {
    width: 46%;
    float: left;
  }
  .native3 {
    float: left;
  }
  #borrower-radio .leftinput {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: transparent !important;
    width: 70% !important;
    padding: 5px 0;
    height: auto;
  }
  #borrower-radio .leftinput.leftinput2 {
    top: -10px;
    width: 50% !important;
  }
  .dep_row {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
  }
}

.mainNative {
  margin: 0 !important;
  list-style: none;
  font-weight: 600;
  font-size: 13px;
}
#montgageform_sec .text_field.customphone3:-ms-input-placeholder {
  color: #000 !important;
  text-align: left !important;
}
#montgageform_sec .text_field.customphone3::placeholder {
  color: #000 !important;
  text-align: left !important;
}

.notwish {
  font-size: 16px;
}
#borrower-radio.wd100 li {
  width: 100%;
}
.text16 {
  font-size: 16px;
}
.btn-print {
  color: #fff;
  border: 1px solid #323e48;
  padding: 10px 20px;
  background-color: #323e48;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 0;
  width: 170px;
  text-align: center;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.popup-container2 {
  max-width: 450px !important;
}
.state_req {
  position: relative;
}
.state_req .required-text {
  position: absolute;
  right: 30px;
  top: 45px;
}
.state_req .right15 {
  right: 30px !important;
}
.margin0 {
  margin-bottom: 0px !important;
}
#borrower-radio.pos-rel {
  position: relative;
}
@media print {
  .block-rec {
    display: block !important;
  }
  .none-rec {
    display: none !important;
  }
  #montgageform_sec input[type="radio"]:checked + span::after,
  input[type="radio"]:checked + span:hover::after,
  input[type="radio"] + span:hover::after {
    box-shadow: 0 0 0 1000px #0091b3 inset !important;
  }
  #montgageform_sec input[type="checkbox"]:checked + span::after,
  input[type="checkbox"]:checked + span:hover::after,
  input[type="checkbox"] + span:hover::after {
    box-shadow: 0 0 0 1000px #0091b3 inset !important;
  }
}
.step6_error {
  padding: 3px;
  background-color: red;
  color: white;
  font-weight: 600;
}
.terms_condition_req {
  float: none;
  padding-left: 10px;
}
.reset-btn {
  background-color: #0091b3 !important;
  border-color: #0091b3 !important;
}
.reset-btn:hover {
  background-color: black !important;
  border-color: black !important;
}
.icons-right {
  text-align: right;
}

.export_buttons {
  text-align: end;
  display: block;
}
.export_buttons button {
  padding: 10px;
  background-color: #d02c30;
  border: none;
  color: white;
  font-weight: 700;
}
.export_buttons button:hover {
  background-color: #0091b3;
}
.rates_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ofrings h6 {
  color: #d4282c;
  font-weight: 600;
  font-size: 19px;
}
.ofrings ul li:hover {
  background-color: #0091b3;
  color: #fff;
}
.ofrings ul li:hover::after {
  color: #fff;
}
.ofrings ul li {
  cursor: pointer;
}

.home_popup--content h2 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 500;
  font-family: "nunito";
}
.home_popup--content ul {
  padding-left: 20px;
  padding-bottom: 12px;
}
.home_popup--content ul li {
  color: #fff;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  padding-bottom: 2px;
  font-size: 14px;
}
@media only screen and (max-width: 800px) {
  .popup-container {
    max-width: 90%;
  }
  .home_popup--content img,
  .home_popup--content h2 {
    margin-bottom: 20px;
  }
  .home_popup--content h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .home_popup--content ul li {
    padding-bottom: 5px;
  }
}
#montgageform_sec textarea.textarea_field{
        padding: 10px;
}

