/* ------------------------
      General styles
   ------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Lora', serif; */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body,
html {
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

body {
  color: #282828;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: left;
  margin: 0px;
}

a {
  color: #282828;
}

body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 0;
}

body::-webkit-scrollbar {
  width: 15px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #8fc0e7;
}

/* @font-face {
  font-family: "ArialNarrow";
  src: url("../fonts/ArialNarrow.eot");
  src: url("../fonts/ArialNarrow.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ArialNarrow.woff2") format("woff2"),
    url("../fonts/ArialNarrow.woff") format("woff"),
    url("../fonts/ArialNarrows.ttf") format("truetype"),
    url("../fonts/ArialNarrow.svg") format("svg");
  font-style: normal;
} */

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: 0 none;
  border: solid 2px;
  border-radius: 20px;
}

textarea:focus {
  outline: 0 none;
  border: solid 2px;
  border-radius: 20px;
}

textarea {
  border: none;
  color: #000;
  font-size: 16px;
  resize: none;
  overflow: auto;
  padding: 10px 32px;
  margin-bottom: 15px;
  border-radius: 20px;
  width: 100%;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: none;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

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

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  list-style: none;
}

a {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

.bg-grey {
  background: #f8fbff;
}

.btn-secondary {
  min-width: 180px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #d3d3d3;
  color: #000000;
  min-height: 40px;
}



.btn-secondary:hover:before {
  width: 100%;
}

.btn-dge {
  background: #de0000;
}

.btn-danger {
  overflow: hidden;
  transition: all 0.3s;
  background-color: transparent !important;
  min-width: 180px;
  position: relative;
}

.btn-danger:hover {
  background: #0caee9;
}

.btn-danger:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #de0000;
  border-radius: 0;
  z-index: -2;
}

.btn-danger:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0caee9;
  transition: all 0.3s;
  border-radius: 0;
  z-index: -1;
}

.btn-danger:hover:before {
  width: 100%;
}

.btn-primary {
  color: #fff;
  overflow: hidden;
  min-width: 180px;
}

.btn-primary {
  min-width: 180px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #ff4a00 !important;
  border-radius: 8px;
}

.btn-primary:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0057ff;
  border-radius: 0;
  z-index: -2;
}

.btn-primary:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0057ff;
  transition: all 0.3s;
  border-radius: 8px;
  z-index: -1;
}

.btn-primary:hover:before {
  width: 100%;
}

.btn {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  padding: 8px 15px;
  font-weight: bold;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}

p {
  margin: 0;
}

input {
  border: none;
  color: #000;
  font-size: 16px;
  height: 52px;
  padding: 0 32px;
  margin-bottom: 15px;
  border-radius: 50px;
  width: 100%;
}

.container {
  max-width: 1100px;
}

/* --------------------------
     Header Section Styles
   --------------------------- */
header.fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 111;
}

header {
  background: #fff;
  position: relative;
  z-index: 111;
  padding: 0;
}


header .container nav {
  padding: 0;
  justify-content: end;
}

ul.navbar-nav>li.nav-item>a {
  min-height: auto;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  margin: 0 15px;
}

ul.navbar-nav>li.nav-item>a img {
  max-width: 15px;
  margin-right: 10px;
}

.navbar-expand-lg .navbar-nav li {
  position: relative;
}

.navbar-expand-lg .navbar-nav li:last-child a::before {
  width: 1px;
  height: 30px;
  content: '';
  background-color: #fff;
  position: absolute;
  left: -10px;
}

ul.navbar-nav .dropdown-toggle::after {
  display: none;
}

ul.navbar-nav>li.nav-item a:hover {
  color: #fff !important;
  background-color: #000000;
}

.navbar-nav>li>a {
  text-transform: capitalize;
  font-size: 13px;
  color: #3f3f3f;
  position: relative;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;

  display: inline-block;
  line-height: 20px;
  margin: 0 0 3px;
  padding: 0px 15px;
  font-weight: normal;
  font-size: 13px;
}

.navbar-nav>li {
  position: relative;
  margin-bottom: 0;
}

.navbar-nav>li:last-child:before {
  display: none;
}

ul.navbar-nav>li.nav-item.dropdown:hover a {
  color: #fff;
}

ul.navbar-nav>li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  background: #0e283d;
  min-width: 351px;
}

ul.navbar-nav>li.nav-item.dropdown:hover .dropdown-menu li:hover a {
  background: #39386e;
  color: #fff;
  text-decoration: none;
}

ul.navbar-nav>li.nav-item.dropdown:hover .dropdown-menu li a {
  padding: 7px 39px;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #f4f2f1;
}

ul.dropdown-menu>li a {
  padding: 7px 39px;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #f4f2f1;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
}

.logo {
  height: 100%;
  text-align: left;
}

.logo img {
  height: 100px;
}

header .container nav li a.active {
  color: #000 !important;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: -2px;
  border: none;
}

.dineuron-menu {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.nav-open .dineuron-menu {
  opacity: 1;
  visibility: visible;
  background: #fff;
  padding: 10px;
}

.nav-button {
  display: flex;
  justify-content: flex-end;
  top: 10px;
  position: absolute;
  right: 20px;
  width: 30px;
  z-index: 1111;
}

.nav-button #nav-icon3 {
  width: 44px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-open .nav-button #nav-icon3 span {
  background: #000;
}

.nav-button #nav-icon3 span:nth-child(1) {
  top: 0;
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 8px;
}

.nav-button #nav-icon3 span:nth-child(4) {
  top: 16px;
}

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.dineuron-menu li {
  width: 100%;
}

.dineuron-menu .navbar-nav {
  width: 100%;
  overflow-y: auto;
  height: 82vh;
}

.dineuron-menu ul.navbar-nav>li.nav-item>a {
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 13px;
  padding: 15px 9px !important;
  text-decoration: none;
  color: #004a71;
  width: 100%;
}

.dineuron-menu .navbar-nav>li a.active {
  background: #0e283d;
  color: #fff;
  padding: 35px 9px !important;
}

.dineuron-menu .navbar-nav>li a {
  border-bottom: 1px solid #0e283d;
}

.scroll-top {
  width: 55px;
  height: 55px;
  padding: 15px;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  border-radius: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #282828;
}

.navbar-action {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}

.get-started {
  font-size: 20px;
}

/*  */


.menu-container {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
}

.menu-container.active {
  opacity: 1;
  visibility: visible;
}

.nav-list {
  text-align: center;
  justify-content: center;
}

.btn-close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  position: absolute;
  right: 40px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.btn-menu {
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

ul.nav-list {
  margin: 0;
  padding: 0;
  max-width: 400px;
  width: 100%;
}

.nav-list li {
  list-style: none;
  border-bottom: solid 1px #f2f2f2;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0;
}

.navbar-nav .nav-link {
  padding: 12px 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.navbar-nav .nav-link:hover {
  background-color: #000;
  color: #fff;
}

.navbar-nav .nav-link.active {
  background-color: #000;
  color: #fff !important;
  width: max-content;
}

.nav-list li a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  padding: 15px 0;
  display: block;
  font-weight: normal;
}

.nav-list li a:hover {
  background-color: #fff;
  color: #000;
}

.menu-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hide {
  display: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}


.phone img {
  max-width: 15px;
  margin-right: 10px;
}

.phone {
  color: #fff;
  font-size: 16px;
}

.phone a {
  color: #fff;
  font-size: 15px;
}

/* --------------------------
    header  Section 
   ---------------------------  */
header {
  background-color: #07395a;
      position: fixed;
    width: 100%;
}



header .container {
  max-width: 1350px;
  position: relative;
}

.phone {
  text-align: right;
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  height: 100%;
}

.team-logo img {
  max-height: 150px;
}

.innner-header {
  margin-top: 60px;
}

.btn-apply a {
  min-width: 140px;
}


/* --------------------------
    hero  Section 
   ---------------------------  */

.hero-section {
  position: relative;
  /* max-height: 700px; */
  padding-top: 40px;

}

.home-banner img {
  width: 100%;
}

/* .hero-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
 */

.hero-container .container {
  max-width: 1350px;
}

.hero-container .innner-hero {
  padding: 60px 0;
}

.hero-container .innner-hero .row:first-child {
  height: auto !important;
}

.hero-container .container:last-child .row {
  /* height: 100%; */
}

.team-logo {
  text-align: center;
  max-width: fit-content;
  display: block;
  margin-top: 80px;
}

.team-logo p {
  font-size: 13px;
  color: #000000;
  margin-top: 20px;
}

.btn-apply {
  text-align: right;
  font-size: 16px;
}

.btn-apply a {
  font-size: 16px;
  padding: 8px 15px;
}

.hero-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  text-align: left;
  margin-top: 40px;
}

.hero-info h2 {
  font-size: 32px;
  font-family: "Lora", serif;
  color: #282828;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.hero-info p {
  text-align: left;
  font-size: 18px;
  margin: 0 0 30px;
  /*max-width: 80%;*/
}

.hero-info a {
  text-align: left;
  color: #282828;
  padding: 8px 20px;
  font-size: 20px;
  display: flex;
}

.teammonila-icon {
  max-width: 300px;
  position: absolute;
  right: 0;
  z-index: 11;
  bottom: -115px;
}

/* --------------------------
    about  Section 
   ---------------------------  */

.about-section {
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}

.about-info {
  min-height: 380px;
}


.teamMolina {
  background-image: url(../images/Themolina-about.png);
  background-size: 620px;
  background-repeat: no-repeat;
  background-position: top right;
}

.themolina-logo {
  position: relative;
  z-index: 111;
}

/* .about-section::after {
  width: 500px;
  height: 500px;
  background-color: #e6f3fc;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: -10%;
} */


.about-info h1 {
  font-size: 40px;
  font-family: "Lora", serif;
  color: #07395a;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}


.about-de {
  margin-bottom: 30px;
}

.about-info p {
  text-align: left;
  font-size: 18px;
}


.about-action {
  display: flex;
  flex-direction: column;
}

.about-action .btn-know {
  background-color: #000;
  font-size: 16px;
  color: #fff;
  text-align: left;
  max-width: max-content;
  padding: 8px 20px;
  border-radius: 10px;
  min-width: 240px;
  margin-bottom: 15px;
  line-height: normal;
  
}

.about-action .btn-started {
  background-color: #e6f3fc;
  font-size: 16px;
  color: #000;
  text-align: left;
  max-width: max-content;
  padding: 8px 60px 8px 20px;
  border-radius: 10px;
  line-height: normal;
  
}




/* --------------------------
    Secure  Section 
   ---------------------------  */

.secure-section {
  background-color: #07395a;
  padding: 60px 0;
}


.secure-section .container {
  max-width: 1300px;
}

.secure {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.secure img {
  height: 70px;
}

.secure p {
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  margin-left: 66px;
}

.secure-choice {
  max-width: 98%;
  text-align: center;
}

.secure-choice p:first-child {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.secure-choice p:last-child {
  font-size: 12px;
  color: #fff;
  max-width: 90%;
  margin: 0 auto;
}

.address {
  max-width: 80%;
}

.address p {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.address p:first-child {
  margin-bottom: 20px;
}

@media (min-width: 768px) {}

/* --------------------------
    Our Loan Programs  Section 
   ---------------------------  */
.loan-programs-section .page-header {
  margin-bottom: 60px;
}

.loan-programs-section .page-header h1 {
  text-align: center;
}

.loan-programs-section .page-header p {
  margin-bottom: 30px;
  color: #282828;
  font-size: 16px;
  text-align: left;
}

/* --------------------------
    calculater  Section 
   ---------------------------  */
.mortgagecalculator {
  padding: 50px 0 70px;
}

.calculater {
  margin-top: 20px;
}

.calculater img {
  max-width: 80%;
}

.page-header h1 {
  font-size: 40px;
  font-family: "Lora", serif;
  color: #07395a;
  font-weight: bold;
  margin-bottom: 30px;
}

.page-header h2 {
  font-size: 35px;
  font-family: "Lora", serif;
  color: #07395a;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.page-header p {
  color: #282828;
  font-size: 16px;
  text-align: left;
}

.mortgagecalculator .page-header p {
  color: #282828;
  font-size: 16px;
}

.programs-item {
  border: solid 6px #e6f3fc;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  min-height: 180px;
  margin-bottom: 30px;
  padding: 20px;
}

.programs-item h3 {
  font-size: 25px;
}

.programs-item p {
  font-size: 20px;
}

.programs-item:hover {
  border: solid 6px #07395a;
  background-color: #07395a;
  color: #fff;
}

.programs-item.active {
  border: solid 6px #07395a;
  background-color: #07395a;
  color: #fff;
}

/* --------------------------
    footer  Section 
   ---------------------------  */
footer {
  background-color: #282828;
}

.have-question {
  padding: 80px 0;
  text-align: center;
}

.copyright {
  background-color: #000000;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.copyright p {
  font-size: 13px;
  color: #fff;
}

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

.jose-img img {
  max-width: 200px;
}

.the-logo img {
  max-width: 200px;
}

/* member-info */

.questions-info h1 {
  color: #fff;
  font-size: 40px;
  font-family: "Lora", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-contact {
  margin-bottom: 40px;
  margin-top: 40px;
}

.member-info {
  color: #fff;
}

.member-info a {
  color: #fff;
}

.member-info h4 {
  font-size: 32px;
  font-family: "Lora", serif;
}

.member-info p {
  font-size: 16px;
}



/* --------------------------
    text  Section 
   ---------------------------  */

.text-info-section {
  padding: 100px 0 40px;
}

.text-info {
  padding-left: 20px;
}

.text-info p {
  text-align: left;
  color: #282828;
}


/* --------------------------
    text  Section 
   ---------------------------  */
.review-section {
  padding: 10px 0 100px;
}

.box {
  -webkit-box-shadow: -4px -1px 26px -8px rgb(150 144 150 / 60%);
  -moz-box-shadow: -4px -1px 26px -8px rgb(150 144 150 / 60%);
  box-shadow: -4px -1px 26px -8px rgb(150 144 150 / 60%);
  border-radius: 20px;
  overflow: hidden;
}

.iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 42%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* --------------------------
    text  Section 
   ---------------------------  */
.sendus-section {
  background-color: #f7f8fa;
  margin-top: 60px;
  padding: 100px 0;
}

.form-section .send-btn {
  background-color: #000;
  max-width: max-content;
  font-size: 16px;
  padding: 10px 15px;
  height: auto;
}

.sendus-section .page-header {
  margin-bottom: 80px;
}


/* --------------------------
   contact address
   ---------------------------  */

.contact-section {
  padding: 100px 0;
}

.contact-section .programs-item {
  margin-bottom: 0;
  min-height: 160px;
}


.contact-section .programs-item:focus {
  border: solid 6px #caddf0;
}

.contact-section .programs-item h3 {
  font-size: 25px;
}

.contact-section .programs-item p {
  font-size: 18px;
}



/* --------------------------
   Jose Molina
   ---------------------------  */

.teammember-section {
  padding: 100px 0 20px;
}

.team-info {
  text-align: left;
  padding-left: 20px;
}

.team-info h2 {
  font-size: 30px;
  font-family: "Lora", serif;
  color: #07395a;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.teammember-section .member {
  font-size: 16px;
  margin-bottom: 30px;
}

.call-action {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.team-pic {
  margin-left: -40px;
}

.teammember-info {
  text-align: left;
  margin-top: 40px;
}

.teammember-info p {
  margin-bottom: 30px;
}

.teammember-action {
  margin-top: 60px;
}

.teammember-action a {
  padding-left: 30px;
  padding-right: 30px;
}

/* --------------------------
   Jose Molina
   ---------------------------  */

.loan-section {
  padding: 30px 0;
}

.loan-section .nav-link {
  background-color: #215283;
  color: #fff;
  border-radius: 6px;
  width: max-content;
  min-width: 165px;
  border: none;
  margin-bottom: 20px;
}

.loan-section .nav-link.active {
  background-color: #000000;
  color: #fff;
}

.loan-section .nav-link:focus {
  background-color: #000000;
  color: #fff;
}

.loan-section .nav-link:hover {
  background-color: #000000;
  color: #fff;
}

.loan-section .nav-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
}

.loan-info {
  padding: 60px 20px 0;
}

.loan-info h3 {
  font-size: 25px;
  font-family: "Lora", serif;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}

.loan-info p {
  margin-bottom: 25px;
}

.loan-list {
  padding: 20px 25px 0;
}

.loan-list h4 {
  font-family: "Lora", serif;
  font-weight: bold;
  margin-bottom: 25px;
}

/* --------------------------
   faqs Section
   ---------------------------  */

.faqs-section {
  background-color: #f7f8fa;
  padding: 100px 0;
  margin-top: 50px;
}


.accordion-item {
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
}



.accordion-header button {
  background-color: #07395a;
  color: #fff;
  border-radius: 15px;
  padding: 18px 25px;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  background-color: #07395a;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.accordion-body {
  border-radius: 15px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-body .accordion-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  background-image: none;
  font-size: 26px;
  line-height: 18px;
}

.accordion-button::after {
  content: '+';
  background-image: none;
  font-size: 26px;
}

/* reposive */
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .themolina-img {
    display: none;
  }
}

@media (max-width: 1360px) {
  .hero-info {
    height: calc(100% - 130px);
  }

  .team-logo {
    margin-bottom: 30px;
  }

  .hero-container .container {
    height: 100%;
    max-width: 90%;
  }
   header .container {
   max-width: 90%;
    position: relative;
  }

  header .container .justify-content-center {
   justify-content: start !important;
}

}

@media (min-width: 1300px) and (max-width: 1400px) { 
.hero-container .container {
    height: 100%;
       max-width: 1180px;
}
}

@media (max-width: 1300px) {
  header .container {
   max-width: 90%;
    position: relative;
  }

  ul.navbar-nav>li.nav-item>a {
    margin: 0 1px;
  }

  .navbar-expand-lg .navbar-nav li:last-child a::before {
    left: 0;
  }
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    min-height: 730px;
  }

@media (max-width: 992px) {
  .teammonila-icon {
    display: none;
  }

  .teamMolina .row {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-container .innner-hero {
    padding: 60px 20px;
  }

  .teamMolina .col-lg-6 {
    padding-right: 0;
    padding-left: 20px;
  }

  .teamMolina .col-md-11 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .teamMolina .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .phone {
    text-align: center;
  }

  .d-md-none {
    display: none;
  }

  /* .hero-container-home {
    background-image: url(../images/banner-home.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
  }

  .calculate-banner {
    background-image: url(../images/our-first-house.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
  } */

  .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
  }

  /* .contact-banner {
    background-image: url(../images/banner-contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
  } */

  .hero-container {
    position: relative;
  }

  /* .home-banner {
    display: none;
  } */

  /*.themolina-img {*/
  /*  display: block;*/
  /*  position: relative;*/
  /*  width: 50%;*/
  /*  float: right;*/
  /*}*/

  .secure {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .secure p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-left: 0;
  }

  .secure-choice {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }

  .address {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .secure-choice p:first-child {
    margin-bottom: 10px;
  }

  .address p {
    text-align: center;
  }

  .jose-img {
    margin-bottom: 30px;
  }

  .the-logo {
    margin-top: 30px;
  }

  .programs-item {
    padding: 20px;
  }

  .programs-item h3 {
    font-size: 30px;
    word-break: break-all;
  }

  .teamMolina {
    background-image: none;
  }

  .home-banner {
    min-height: 680px;
  }

  .hero-info {
    height: auto;
  }

  .home-banner img {
    min-height: 80vh;
    width: auto;
    max-width: auto;
  }

  .hero-container .container {
    background-color: #f2f2f2b8;
    max-width: 100%;
  }

  .contact-section .programs-item {
    margin-bottom: 20px;
  }

  .text-info {
    padding-left: 0;
  }

  .team-pic {
    margin-left: 0;
  }

  .loan-section .nav-tabs {
    justify-content: start;
  }

  .loan-section .nav-link {
    margin-right: 20px;
  }

  .loan-info {
    padding: 20px 20px 0;
  }

  .phone {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 40px;
  }

  header {
    min-height: 40px;
  }

  .team-logo {
    margin-top: 0;
  }

}


@media (max-width: 768px) {

  .team-info {
    margin-top: 30px;
    padding-left: 0;
  }

  .loan-section .nav-link {
    width: 100%;
    margin: 0 auto 20px;
  }

  .team-logo p {
    color: #000000;
  }

  .about-info {
    padding-right: 20px;
  }

  .about-info h1 {
    font-size: 35px;
  }

  .page-header h1 {
   font-size: 35px;
  }
}

.cQZIoF{
  color: black;
}
.drXAbD{
  color: black;
}


@media (max-width: 768px) {
  .themolina-img {
    display: block;
    position: relative;
    width: 50%;
    float: right;
    margin-top: -10px;
    margin-bottom: -50px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .themolina-img {
    width: 50%;
    float: right;
    margin-top: -80px;
  }

  .dineuron-menu ul.navbar-nav>li.nav-item>a {
    font-size: 16px;

  }

  .iframe{
    height: 600px;
  }

}

@media (min-width: 992px) {
  .themolina-img {
    width: 100%;
  }
}


@media (max-width: 576px) {
  .col-sm-12.custom-d-sm-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }


  .dineuron-menu ul.navbar-nav>li.nav-item>a {
    font-size: 16px;
  }

  .iframe{
    height: 600px;
  }
}