body {
    letter-spacing: .03em;
    font-size: 15px;
    color: #13294b;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
    margin: 0px 0px 9px 0px !important;
}
.contact-info-box .text-box p {
    line-height: 22px;
    color: #13294b;
    margin: 0;
}
.links-list ul li a:before {
    margin-right: 11px;
}
.links-list {
    padding: 0 0 0 25px;
}
.welcome-section {
    min-height: auto;
}
.carousel-title-caption {
	word-break: break-all !important;
}
.intro-button {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	background: #ffffff;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	border: none;
	outline: none;
	color: #0076a6;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 42px;
	font-weight: bold;
  padding: 3px 27px;
	margin: 5px 12px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.intro-button.inverse,
.intro-button:hover {
	background: #0076a6;
	color: #ffffff;
}

.intro-button-navy {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	color: #ffffff;
	background: #13294b;
	border-color: #13294b;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
    padding: 5px 15px;
	margin: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.intro-button-navy.inverse,
.intro-button-navy:hover {
	color: #13294b;
	background: #ffffff;
	border-color: #13294b;
}
.intro-button-navy:hover a {
  color: white;
}
}
.icon-section .single-icon-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 24px 0 24px 27px;
    margin-top: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	min-height: 225px;
}
.accordion p {
    font-size: 15px;
    line-height: 26px;
    color: #13294b;
    margin: 0;
}
.accordion a[role=button] {
    font-size: 16px;
    line-height: 33px;
    font-family: "Open Sans", sans-serif;
    color: #13294b;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    padding-top: 15px;
    text-decoration: none !important;
    position: relative;
}
.faq-page .accordion a[aria-expanded="true"] {
    background: #13294b;
    color: #fff;
}
.sec-title h2 {
    margin: 0;
    font-size: 27px;
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    color: #13294b;
    line-height: 22px;
    text-transform: uppercase;
}
.faq-left-box .single-faq-left .text-box h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #13294b;
    line-height: 30px;
}
/* birdeye */
.testimonial-bg {
    /*<!--background: url("../../VelocioMortgage/img/testimonial-bg-amir.jpg") no-repeat center center;*/
    padding: 100px 0 84px;
    background-size: cover;
  background-color:navy;
}
#birdeye .table td, #birdeye .table th {
  vertical-align: middle;
  padding: .2rem;
  border: 0;
  font-size: 80%;
  width: auto;
  text-align: left;
}
.reviews-container {
  max-height: 520px;
  padding-right: 3rem;
}
a.loading svg {
  display: inline-block !important;
}
.review-comments {
    display: inline;
}
.testi-carousel .single-testimonial .img-box {
    width: 75px;
    background: white;
    padding: 1rem;
    border-radius: 38px;
    height: 75px;
}

.testi-carousel .single-testimonial .top-box {
    display: flex;
}

.single-testimonial .list-inline>li {
    color: white;
}

.single-testimonial .text-box h3 {
    color: #0076a6;
}
.single-testimonial .bottom-box a {
    text-decoration: underline;
}
@media (max-width: 768px) {
    .testi-carousel {
        margin-bottom: 0;
    }
    .testi-carousel + a {
        margin-bottom: 87px !important;
    }
}


/* loading */
.loading {
  width: 80px;
  max-width: 100%;
  position: absolute;
  height: 150px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.loading path {
  -webkit-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@keyframes draw {
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading path {
  fill: transparent;
  stroke-width: 0.4;
  stroke: #16284c;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  animation: draw 1.5s forwards infinite;
}

/***************************************
* 4. Welcome section styles 
****************************************/
.bg-light {
    background: #f7f8fa;
}

/***************************************
* 5. Full img sec styles 
****************************************/
.full-img-sec-new {
    background: #2d2d38;
    z-index: 1;
    padding: 73px 0;
    position: relative;
    min-height: 503px;
}

.full-img-sec-new:before {
    content: '';
    width: 55%;
    height: 100%;
    position: absolute;
    background: url(../../VelocioMortgage/img/full-img-2.jpg) fixed right center;
    background-size: cover;
    top: 0;
}

.full-img-sec-new:after {
    content: '';
    width: 45%;
    height: 100%;
    background: url(../../VelocioMortgage/img/bg2-couple.jpg) no-repeat left center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.full-img-sec-new .container {
    position: relative;
    z-index: 9999;
}

.full-img-sec-new ul, .full-img-sec li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.full-img-sec-new p {
    margin: 0;
    color: #FFFFFF;
    line-height: 26px;
}

.full-img-sec-new .left-content {
    padding: 0;
    padding-right: 40px;
}

.full-img-sec-new .left-content .sec-title h2 {
    color: #FDFDFD;
}

.full-img-sec-new .left-content ul li {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
@media (max-width: 575px) {
  .header-right-info ul > li:not(:first-child) {
      display: none;
  }

  .header .header-right-info ul li .single-header-right-info .text-box, .header .header-right-info ul li .single-header-right-info .icon-box {
      vertical-align: top;
  }

  .header .thm-container {
      padding: 0;
  }

  .header .header-right-info ul li .single-header-right-info .icon-box {
      padding-top: 10px;
  }

  .header {
      min-height: auto;
  }  
  .header .header-right-info ul li .single-header-right-info .text-box p {
      margin-bottom: 0 !important;
  }  
  #minimal-bootstrap-carousel .carousel-inner .item {
      min-height: 50vh;
  }

  #minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom .content {
      padding-bottom: 8vh;
  }  
  #minimal-bootstrap-carousel .carousel-caption .thm-container {
      max-width: calc(100% - 68px);
  }

  #minimal-bootstrap-carousel .slide-2 .carousel-caption h2 {
      font-size: 1.5rem;
  }  
}


/* FDIC DISCLAIMER */
#fdic .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: auto;
    margin-left: auto;
}

#fdic .position-relative {
    position: relative !important;
}

#fdic .py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#fdic .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -12px;
    margin-left: -12px;
}

#fdic .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 0;
}

#fdic .d-none {
    display: none !important;
}

#fdic .img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    #fdic .container {
        max-width: 540px;
    }
    #fdic .d-sm-block {
        display: block !important;
    }
    #fdic .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #fdic .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #fdic .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #fdic .container {
        max-width: 1140px;
    }
}