@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;800;900&family=Roboto:wght@400;500;700;900&display=swap");
:root {
  /* --color-primary: var(--color-primary); */
  --color-primary: #f4511e;
  --color-primary-light: #ff844c;
  --color-primary-dark: #b91400;
  --color-red: #d50000;
  --color-green-dark: #1b5e20;
  --color-blue: #0277bd;
  --color-logo-blue: #0b3e72;
  /* --color-primary: #e64a19; */
  --color-white: #fff;
  --color-black: #000;
}

::selection {
  background: var(--color-primary);
  color: var(--color-white);
}
::-webkit-scrollbar {
  width: 1em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(46, 39, 81, 0.3);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-primary-dark);
  border-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-family: "Roboto", sans-serif;
}

p,
td,
a,
span,
li,
button,
label {
  font-family: "Poppins", sans-serif;
}

a,
a:link,
a:visited {
  color: var(--color-primary);
}
b,
strong {
  font-weight: bold;
}
/* 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;
}

.color-primary {
  color: var(--color-primary);
}

.color-blue {
  color: var(--color-blue);
}

.color-logo-blue {
  color: var(--color-logo-blue);
}

.color-red {
  color: var(--color-red);
}
.btn,
.card,
.coreValuesBox {
  border-radius: 8px !important;
}
.btn-theme {
  margin: 0;
  color: var(--color-white) !important;
  box-shadow: none;
  border: 4px solid var(--color-primary);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 18px;
}

.btn-theme:hover {
  box-shadow: none;
  color: var(--color-primary) !important;
  background-color: var(--color-white) !important;
}

.btn-theme-outline {
  margin: 0;
  color: var(--color-primary) !important;
  box-shadow: none;
  border: 4px solid var(--color-primary);
  background-color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 18px;
}

.btn-theme-outline:hover {
  box-shadow: none;
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
}

.btn-theme-1 {
  margin: 0;
  box-shadow: none;
  border: 4px solid var(--color-white);
  color: var(--color-white);
  border-radius: 40px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 25px !important;
}

.btn-theme-1:hover {
  box-shadow: none;
  color: var(--color-white);
  background-color: #444444;
}

.btn-theme-2 {
  margin: 0;
  box-shadow: none;
  border: 4px solid var(--color-white);
  color: var(--color-white);
  border-radius: 40px;
  background-color: var(--color-primary);
  font-size: 18px;
  font-weight: 500;
  padding: 8px 25px !important;
}

.btn-theme-2:hover {
  box-shadow: none;
  color: var(--color-white);
  background-color: transparent;
}

nav {
  background: var(--color-white);
  text-transform: uppercase;
}

nav li {
  font-weight: 400;
  font-size: 17px;
  margin: auto 0;
}

nav .nav-link:hover {
  color: var(--color-primary) !important;
}

nav .nav-link::before {
  content: "";
  display: block;
  height: 5px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  width: 0%;
  transition: all ease-in-out 250ms;
}

nav .nav-link:hover::before {
  width: 88%;
}

nav .nav-link-home:hover::before {
  width: 80%;
}

nav .nav-link-mortgage-calc:hover::before {
  width: 93.5% !important;
}

nav .nav-link-about-us:hover::before {
  width: 84% !important;
}

nav .nav-link-apply-now {
  border: 4px solid var(--color-primary);
  transition: all 0.5s ease;
  border-radius: 8px;
}

nav .nav-link-apply-now:hover::before {
  width: 0;
}

nav .nav-link-apply-now:hover {
  color: var(--color-white) !important;
  border: 4px solid var(--color-primary);
  background: var(--color-primary);
}

nav .nav-img-logo {
  width: 250px;
}

.main-banner {
  height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.about-banner {
  background-image: linear-gradient(
      to right bottom,
      rgba(255, 132, 76, 0.4),
      rgb(244, 81, 30, 0.4)
    ),
    url("/assets/img/PACIFIC1.jpg");
  background-position: bottom;
}

.contact-banner {
  background-image: linear-gradient(
      to right bottom,
      rgba(255, 132, 76, 0.4),
      rgb(244, 81, 30, 0.4)
    ),
    url("/assets/img/contact-us.jpg");
  background-position: bottom;
}

.loan-options-banner {
  background-image: linear-gradient(
      to right bottom,
      rgba(255, 132, 76, 0.4),
      rgb(244, 81, 30, 0.4)
    ),
    url("/assets/img/homeloan.jpg");
}

.resources-banner {
  background-image: linear-gradient(
      to right bottom,
      rgba(255, 132, 76, 0.4),
      rgb(244, 81, 30, 0.4)
    ),
    url("/assets/img/reading-in-library.jpg");
  background-position: top;
}

.disclosures-banner {
  background-image: linear-gradient(
      to right bottom,
      rgba(255, 132, 76, 0.4),
      rgb(244, 81, 30, 0.4)
    ),
    url("/assets/img/Disclosures.jpg");
  background-position: top;
}

.blog-banner {
  background-image: linear-gradient(
      to right bottom,
      rgba(255, 132, 76, 0.6),
      rgb(244, 81, 30, 0.6)
    ),
    url("/blog/img/future.jpg");
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-article {
  height: auto !important;
  margin-top: 120px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-article .text-box h1 {
  font-size: 55px;
}
.banner-article .blog-author .img-author {
  height: 64px;
  width: 64px;
}
.banner-article .blog-author .author-name {
  font-weight: 600;
  font-size: 18px !important;
}
.heading-text {
  font-size: 44px;
  text-align: center;
}

.main-banner .text-box {
  color: var(--color-white);
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.main-banner .text-box {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.5);
}

.main-banner .text-box h1 {
  font-size: 55px;
}
.blog-banner .blog-text-box {
  text-align: left;
  color: var(--color-white);
  width: 80%;
}
.banner-article .blog-text-box {
  text-align: left;
  text-align: center;
  width: 80%;
}
.blog-banner .blog-text-box h1,
.banner-article .blog-text-box h1 {
  font-size: 55px;
}
.blog-banner .blog-text-box p {
  width: 50%;
  font-weight: 400;
}
.banner-article .blog-text-box p {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
#showcaseSlider {
  width: 100%;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-img,
.swiper-slide-active {
  -webkit-backface-visibility: hidden !important;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.swiper-pagination-bullet-active {
  background: var(--color-primary) !important;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--color-primary) !important;
}

.text-caption {
  position: absolute;
  top: 64%;
  transform: translateY(0%);
  text-transform: uppercase;
  color: var(--color-white);
  padding: 45px;
  margin-bottom: 24px !important;
}

.remodalbanner .text-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: var(--color-white);
}

#offerSection .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.text-caption h1 {
  font-weight: 400;
  padding: 12px;
  font-family: "Roboto Mono", monospace;
  font-style: italic;
  text-align: center;
}

.text-caption h1::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-primary);
  content: "\f10d";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  transform: translateY(-14px);
  margin-right: 4px;
}

.text-caption h1::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color-primary);
  content: "\f10e";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  transform: translateY(-14px);
  margin-right: 4px;
}

.text-caption .btn-theme-s1 {
  box-shadow: none;
  background-color: var(--color-primary);
  font-size: 18px;
  padding: 8px 30px;
  color: var(--color-white);
  font-weight: 500;
  transition: 0.5s;
}

.text-caption .btn-theme-s2 {
  box-shadow: none;
  background-color: var(--color-white);
  font-size: 18px;
  padding: 8px 30px;
  color: var(--color-primary) !important;
  font-weight: 500;
  transition: 0.5s;
}

.text-caption .btn-theme-s1:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}

.text-caption .btn-theme-s2:hover {
  color: var(--color-white) !important;
  background-color: var(--color-primary);
}

/*   About Section Styling   */

#aboutSection {
  width: 100%;
  background-color: var(--color-white);
  padding: 80px 0;
}

/* Contact Info Section Styling */

#contactInfo {
  width: 100%;
  background-color: #000000;
  padding: 20px 0;
  color: var(--color-white);
}

#contactInfo .fas,
#contactInfo .far {
  color: var(--color-primary);
  font-size: 28px;
}

#contactInfo a {
  color: var(--color-white);
}

/* About Detail Section Styling */

#aboutDetail {
  width: 100%;
  background-color: var(--color-white);
  padding: 50px 0;
}

#aboutDetail hr {
  background-color: var(--color-primary);
  height: 3px;
}

#aboutDetail .fas,
#aboutDetail .far,
#aboutDetail .fab {
  color: var(--color-primary);
  font-size: 28px;
}

#aboutDetail .fab {
  font-weight: 900;
}

#aboutDetail h5,
#aboutDetail p {
  text-transform: uppercase;
}

#aboutDetail p {
  font-weight: 400;
}

/* Offer Section Styling */

#offerSection {
  width: 100%;
  background-color: var(--color-white);
  padding: 30px 0;
  text-align: center;
}

#offerSection h2 {
  text-transform: uppercase;
}

#offerSection .card {
  padding: 30px 0;
  border-radius: 30px;
}

#offerSection .fas,
#offerSection .far {
  color: var(--color-primary);
  font-size: 48px;
  margin-bottom: 20px;
}

#offerSection .accordionList {
  width: 90%;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 40px;
  overflow: hidden;
  margin: 40px auto;
}

#offerSection .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 40px;
  position: relative;
  transition: 0.4s;
}

#offerSection .accordion:after {
  content: "\02795";
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  border-radius: 100%;
  padding: 1.2px 4px;
  color: white;
}

#offerSection .active:after {
  content: "\2796";
}

#offerSection .accordion:focus {
  outline: none;
}

#offerSection .active,
#offerSection .accordion:hover {
  background-color: var(--color-white);
}

#offerSection .panel {
  width: 100%;
  padding: 30px;
  padding-top: 10px;
  margin: auto;
  background-color: white;
  display: none;
  text-align: left;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#offerSection .panel ul {
  margin: 0;
  padding: 0;
  font-size: 13.5px;
}

/* Video Section Styling */

#videoSection {
  width: 100%;
  padding: 30px 0;
  background-color: var(--color-white);
}

#videoSection video {
  width: 100%;
  margin: 0 auto;
}

/* feedback */

.feedback #feedback-review {
  width: 100%;
}

.feedback #feedback-review .swiper-wrapper {
  width: 100%;
  margin: 100px 0;
}

.feedback #feedback-review .swiper-slide {
  border: 2px solid var(--color-primary);
  padding: 30px;
  overflow: visible;
  border-radius: 24px;
}

.feedback #feedback-review .swiper-slide .image {
  position: absolute;
  top: -50px;
  filter: brightness(130%);
}

.feedback #feedback-review .swiper-slide i.fas {
  font-size: 2em;
  color: var(--color-primary);
  position: absolute;
  right: 20px;
}

.feedback #feedback-review .swiper-slide .image img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;
}

.feedback #feedback-review .swiper-slide h4 {
  margin-top: 40px;
  font-weight: 500;
}

.feedback #feedback-review .swiper-slide p.h6 {
  font-weight: 500;
  color: var(--color-black);
  margin: 0;
}

.feedback #feedback-review .swiper-slide p {
  font-weight: 300;
  color: #aaaaaa;
}

.feedback #feedback-review .swiper-slide {
  height: 325px;
}

.feedback #feedback-review .swiper-slide .star-box {
  display: flex;
  width: 30%;
}

/* Mortgage Calculator Section Styling */

#sectionMortgageCalculator .mortgageCalculator {
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  justify-content: center;
}

#sectionMortgageCalculator h1 {
  font-weight: 600 !important;
}

#sectionMortgageCalculator .mortgageCalculator .input-group {
  width: 250px !important;
  font-size: 22px !important;
}

#sectionMortgageCalculator .mortgageCalculator label {
  font-size: 22px !important;
  font-weight: 600;
}

#sectionMortgageCalculator .mortgageCalculator input {
  font-size: 20px !important;
  font-weight: 600;
}

#sectionMortgageCalculator .col-second {
  text-align: center;
  padding: 48px 0;
}

#sectionMortgageCalculator .col-second .monthlyPaymentNumber {
  color: var(--color-primary);
  font-weight: 600;
}

#sectionMortgageCalculator .col-second h4 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

#sectionMortgageCalculator .col-second p {
  font-size: 36px;
  line-height: 36px;
}

#sectionMortgageCalculator .col-second .monthlyPayment,
#sectionMortgageCalculator .col-second .totalInterestPayable {
  margin: 0 35px 25px;
}

/* Loan Highlight Section Styling */

#loanSection {
  width: 100%;
  padding: 100px 0;
  text-transform: uppercase;
  background-image: linear-gradient(
      to top left,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.5)
    ),
    url("/assets/img/click-apply.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#loanSection h1 {
  font-weight: 400;
}

#loanSection .d-flex .btn-theme-1,
#loanSection .d-flex .btn-theme-2 {
  margin: 10px 20px;
}

#loanHighlight {
  width: 100%;
  background-color: var(--color-white);
  padding: 50px 0;
  text-align: center;
}

#loanHighlight h1 {
  font-weight: 400;
  text-transform: uppercase;
}

#loanHighlight .fas,
#loanHighlight .far {
  color: var(--color-primary);
  font-size: 56px;
  margin-bottom: 30px;
}

#loanHighlight h4 {
  font-weight: 400;
  margin: 0 15px;
  text-transform: uppercase;
  color: var(--color-primary);
}

#coreValues {
  width: 100%;
  padding: 28px 0;
  background-color: #000000;
  color: var(--color-white);
}

#coreValues .coreValuesBox {
  background: var(--color-primary);
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#coreValues .coreValuesBox h2 {
  font-size: 24px;
  font-weight: 600;
}

#coreValues .row .col-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#coreValues .row .col-md p {
  height: 52px;
}

.typesOfLoans {
  padding: 75px 0;
}

.typesOfLoans .loan-types-links a,
.typesOfLoans .loan-types-links .card-title {
  font-weight: 600;
  color: var(--color-primary);
}

.typesOfLoans .card {
  margin-bottom: 24px;
  text-align: left;
}

.typesOfLoans .card .card-img-top {
  height: 230px !important;
}

/* Contact Info 2 Section Styling */

#contactInfo2 {
  width: 100%;
  background-color: #000000;
  padding: 34px 0;
  color: var(--color-white);
}

#contactInfo2 .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}

#contactInfo2 .fas,
#contactInfo2 .far {
  color: var(--color-primary);
  font-size: 28px;
}

#contactInfo2 a {
  color: var(--color-primary);
}

#contactInfo2 p {
  font-weight: 400;
}

#contactInfo2 .col-md-3 .d-flex {
  padding: 0 38px;
}

#contactForm {
  width: 100%;
  background-color: var(--color-white);
  padding: 30px 0;
}

#contactForm input.form-control,
#contactForm textarea.form-control {
  padding: 25px;
  border: 4px solid #000000;
  border-bottom-color: var(--color-primary);
  border-radius: 8px;
  resize: none;
}

#contactForm select.form-control {
  padding: 10px;
  height: 56px;
  border-radius: 8px;
  border: 4px solid #000000;
  border-bottom-color: var(--color-primary);
}

#contactForm select.form-control option {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#contactForm select.form-control option:disabled {
  font-size: 1.1rem;
  font-weight: 600;
}
#contactForm .form-control:focus {
  box-shadow: none;
}

#contactForm .btn {
  border-radius: 0;
}

#contactForm .btn:hover {
  background-color: #000000;
}

/* About Us Page Section */

.about-us-container {
  padding: 22px;
}

.about-us-container p {
  margin-top: 0em;
  margin-bottom: 1.8em;
  font-weight: 400;
}

.section-about-quote {
  padding: 65px 0;
}

.section-about-quote .about-us-quote {
  font-size: 22px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.about-us-quote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  transform: translateY(-8px);
  margin-right: 4px;
  color: var(--color-primary);
}

.about-us-quote::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  transform: translateY(-8px);
  color: var(--color-primary);
}

/*Loan Options Stylings*/

.section-loan-programs,
.disclosuresSection {
  padding: 0 22px;
  line-height: 1.625;
}

.section-loan-programs h1,
.disclosuresSection h1 {
  font-weight: 400;
  margin-bottom: 12px;
}

.section-loan-programs p,
.section-loan-programs ul {
  margin-bottom: 28.8px;
}

.section-loan-programs ul li {
  padding: 11px 0;
}

/*Resources Page Styling*/

.section-resources {
  margin-top: 46px;
  line-height: 26px;
}

.section-resources .col-sm-12 {
  margin-bottom: 86px;
  padding: 0 22px;
}

.section-resources img {
  height: 198px;
  width: 300px;
}

.section-resources h1 {
  color: var(--color-primary);
  font-weight: 700;
}

/* Survey Page Styling  */

#surveySection {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 42px;
}

#surveySection .options {
  width: 100%;
  height: auto;
  margin: 20px auto;
  position: relative;
  border: 2px solid #000000;
  background-color: var(--color-white);
  transition: 0.5s ease;
  cursor: pointer;
}

#surveySection .options .image-box svg,
#surveySection .options .image-box .fas {
  width: 100%;
  margin-bottom: 10px;
  transition: 0.5s ease;
}

.tab-credit-profile .image-box {
  width: 150px;
  height: 160px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

#surveySection .options .option-text {
  width: 130px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 2px;
  background-color: var(--color-white);
  border: 2px solid #000000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s ease;
  text-align: center;
}

#surveySection .options:hover {
  border-radius: 40px;
  transform: scale(1.15);
}

#surveySection .options:hover .image-box svg {
  width: 100%;
}

#surveySection .options:hover .option-text {
  background-color: #222222;
  color: var(--color-white);
}

/*  Extra CSS Multi Step Form */

#regForm {
  background-color: var(--color-white);
  margin: 10px auto;
  width: 100%;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

.tab:nth-child(1) {
  height: auto;
}

.tab:nth-child(2) {
  height: auto;
}

.tab:nth-child(3) {
  height: auto;
}

.tab:nth-child(4) {
  height: auto;
}

input[type="radio"] {
  display: none;
}

input.form-control {
  padding: 20px;
}

input.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: var(--color-primary);
}

input.invalid {
  background-color: #ffdddd;
}

input[type="radio"]:checked + label > .options {
  background-color: #222222 !important;
}

input[type="radio"]:checked + label > .options .image-box svg {
  fill: var(--color-primary);
}

input[type="radio"]:checked + label > .options .image-box svg rect {
  fill: #222222;
}

input[type="radio"]:checked + label > .options > .option-text {
  background-color: #222222 !important;
  color: var(--color-white);
  border-color: var(--color-white) !important;
}

.tab label {
  width: 100%;
}

.toast {
  position: absolute;
  width: 100%;
  top: 7rem;
  right: 14px;
  background: var(--color-red);
  color: var(--color-white);
}

/*Thank You Page Styling*/

.text-box-thankyou {
  margin: 56px 0;
  text-align: center;
  padding: 12px;
}

.text-box-thankyou .btn-theme {
  width: 147px;
}

.img-thanks {
  margin: 0 auto;
  width: 100%;
}

/* Blog */
.section-blog {
  padding: 80px 0;
}
.section-blog .card {
  background: transparent;
  box-shadow: none !important;
}
.section-blog .card .card-body {
  padding: 1.25rem 0;
}
.section-blog .card img.card-img-top {
  border-radius: 8px !important;
  height: 240px;
}
.section-blog .card h4.card-title,
.section-blog h2 {
  font-weight: 600;
  color: var(--color-primary);
}
.section-blog .card .link-article {
  text-decoration: underline;
}
.article-main .img-main-article {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.section-blog .card p.card-text {
  color: var(--color-black);
}
.share-box i.fab,
.share-box i.fas {
  font-size: 20px;
}
.share-box a {
  margin: 2px;
}
.swal2-styled.swal2-confirm {
  background-color: var(--color-primary) !important;
}
/* Footer Styling*/

footer {
  background: var(--color-primary);
}

footer .fab {
  margin-left: 8px;
  font-size: 48px;
}

footer p {
  font-weight: 400;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  margin: 5px 2px;
  padding: 5px 0;
  list-style: none;
}

footer ul li a {
  color: #9ea0a9;
  font-weight: 400;
  transition: 0.5s ease;
}

footer ul li a:hover {
  color: #ffffff;
}

footer .list-social-icons {
  display: flex;
}

footer .list-social-icons .fa-facebook-square:hover {
  transition: 0.5s ease;
  color: #3b5999;
}

footer .list-social-icons .fa-twitter-square:hover {
  transition: 0.5s ease;
  color: #55acee;
}

footer .list-social-icons .fa-instagram-square:hover {
  transition: 0.5s ease;
  color: #dc2743;
}

footer .list-social-icons .fa-linkedin:hover {
  transition: 0.5s ease;
  color: #0077b5;
}

/* Responsive Styling */

@media only screen and (max-width: 575px) {
  #sectionMortgageCalculator .col-second {
    padding: unset;
  }
  .loan-types-links .card {
    height: unset !important;
  }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 1199px) {
  .navbar {
    text-align: center;
  }
  .tab-credit-profile .image-box {
    width: 110px;
    height: 140px;
  }
  .feedback #feedback-review .swiper-slide {
    height: auto;
  }
  .loan-types-links .card {
    height: 434px;
  }
  .toast {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  footer .list-social-icons {
    display: flex;
    justify-content: center;
  }
  .section-resources .col-sm-12 {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  #contactInfo2 .col-md-3 {
    display: flex;
    justify-content: center;
  }
  .img-thanks {
    margin-top: 0;
  }
  .blog-banner {
    background-position: top;
  }
  .main-banner .text-box h1,
  .blog-banner .blog-text-box h1,
  .banner-article .blog-text-box h1 {
    font-size: 42px;
  }
  .blog-banner .blog-text-box {
    text-align: center;
  }
  .blog-banner .blog-text-box p {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  #coreValues .coreValuesBox h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991.5px) {
  .tab-credit-profile {
    height: 400px !important;
  }
  .feedback #feedback-review .swiper-slide {
    height: auto;
  }
  #surveySection .options {
    margin-bottom: 8px;
  }
  nav .nav-link::before {
    height: 0px;
  }
}

@media only screen and (max-width: 980px) {
  #contactInfo {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .text-caption h1::before,
  .text-caption h1::after {
    font-size: 18px;
  }
  .tab-credit-profile {
    height: 620px !important;
  }
}

@media only screen and (max-width: 600px) {
  .text-caption {
    position: absolute;
    top: 70%;
    left: 50%;
    text-transform: uppercase;
    color: var(--color-white);
    width: 100%;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .text-caption .d-flex {
    flex-direction: column;
  }
  .text-caption h1::before,
  .text-caption h1::after {
    font-size: 14px;
  }
  #surveySection .options .option-text {
    width: auto;
    bottom: 0px;
    padding: 0px;
    background-color: var(--color-white);
    border: none;
    font-size: 15px;
    font-weight: 500;
    width: 95%;
    margin-bottom: 6px;
  }
  #surveySection .options {
    height: 140px !important;
    margin-bottom: -14px;
  }
  #surveySection .options .image-box svg {
    height: 100px !important;
    padding: 0;
    margin: 0;
  }
  #surveySection .options:hover {
    border-radius: 10px;
    transform: scale(1.05);
  }
  #surveySection .options:hover .option-text {
    background-color: var(--color-white);
    color: #222222;
  }
  input[type="radio"]:checked + label > .options:hover > .option-text {
    background-color: #222222 !important;
    color: var(--color-white) !important;
  }
  .tab-credit-profile {
    height: 500px !important;
  }
}

@media only screen and (max-width: 400px) {
  #loanSection .d-flex {
    flex-direction: column;
  }
  .tab-credit-profile .image-box {
    width: 90px;
    height: 140px;
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 424px) {
  .tab-credit-profile .image-box {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 405px) {
  .tab-credit-profile .image-box {
    width: 90px;
    height: 140px;
  }
}

@media only screen and (max-width: 416px) {
  #surveySection .options .option-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 396px) {
  #surveySection .options .option-text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 393.5px) {
  .thankyou-btns .btn-thankyou-1 {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 360px) {
  #surveySection .options .option-text {
    font-size: 11px;
    width: 85%;
  }
}

@media only screen and (max-width: 321px) {
  #surveySection .options .option-text {
    font-size: 9px;
    width: 100%;
  }
  nav .nav-img-logo {
    width: 150px !important;
  }
}

@media only screen and (max-width: 351.5px) {
  nav .nav-img-logo {
    width: 220px;
  }
}
