@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;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&amp;display=swap');





@font-face {

  font-family: 'degularregular';

  src: url('../fonts/degularregular.eot');

  src: url('../fonts/degularregular.eot') format('embedded-opentype'),

    url('../fonts/degularregular.woff2') format('woff2'),

    url('../fonts/degularregular.woff') format('woff'),

    url('../fonts/degularregular.ttf') format('truetype'),

    url('../fonts/degularregular.svg#degularregular') format('svg');

}





@font-face {

  font-family: 'degularbold';

  src: url('../fonts/degularbold.eot');

  src: url('../fonts/degularbold.eot') format('embedded-opentype'),

    url('../fonts/degularbold.woff2') format('woff2'),

    url('../fonts/degularbold.woff') format('woff'),

    url('../fonts/degularbold.ttf') format('truetype'),

    url('../fonts/degularbold.svg#degularbold') format('svg');

}





@font-face {

  font-family: 'GravitasOneRegular';

  src: url('../fonts/GravitasOneRegular.eot');

  src: url('../fonts/GravitasOneRegular.eot') format('embedded-opentype'),

    url('../fonts/GravitasOneRegular.woff2') format('woff2'),

    url('../fonts/GravitasOneRegular.woff') format('woff'),

    url('../fonts/GravitasOneRegular.ttf') format('truetype'),

    url('../fonts/GravitasOneRegular.svg#GravitasOneRegular') format('svg');

}





body {
  font-family: degular, sans-serif;
  font-weight: 400;
  color: #333533;
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: degular, sans-serif;
  font-weight: 500;
}



.btn_bdr {
  background: #f0743c;
  border: #000 1px solid;
  padding: 8px 26px 9px;
  line-height: 24px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .4);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 50px;
  color: #fff;
}

.btn_bdr:hover {
  background: #000;
  color: #fff;
}



.head_top figure:before {
  content: "";
  background: rgba(0, 0, 0, .35);
  position: absolute;

  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}



.large_logo {
  z-index: 99;
  left: 0;
  top: 0;
}

.large_logo img {
  max-width: 550px;
}



/*========================================= Start navigation ====================================*/

header {
  border-bottom: #f7f6f7 8px solid;
  min-height: 96px;
}

.navbar-light {

  background: #fff !important;
  z-index: 111;

}

.video-bg-block {
  position: absolute;
opacity: .5;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, .5);
z-index: 1;
}

.video-section video {
  width: 100%;
  min-height: 600px;
}

.video-logo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-logo img {
  max-height: 200px;
  position: relative;
  z-index: 111;
  margin-bottom: 60px;
}

.scroll-down-arrow {
 position: relative;
  z-index: 111;
  text-align: center;
  display: flex;
align-items: center;
justify-content: center;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.scroll-down-arrow .scroll {
  margin-top: 20px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.navbar-brand {
  width: 200px;
}

.navbar-light .navbar-nav .nav-link {
  color: #333533;
  font-weight: 600;

  font-size: 17px;

  background: #f2f2f2;

  padding: 1px 10px 3px;

  margin-right: 15px;

  align-self: center;

  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);

  border-radius: 5px;

}


.navbar-light .navbar-nav .nav-link.makepayment {
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link {

  font-size: 21px !important;
  line-height: 18px;
  text-transform: uppercase;

  background: none;

  color: #f1743c !important;

  text-align: center;

  position: relative;

  box-shadow: none;

  border-radius: 0;
  font-weight: 700;

}

.navbar-light .navbar-nav .nav-item {

  display: flex;
  padding: 6px 0px;

}

.navbar-light .navi_button i {

  font-size: 30px;

  margin-left: 50px;

  color: #000;

}

.navbar-light .navbar-nav .nav-item:last-child .nav-link:after {

  background: url("../images/arrow.svg") no-repeat;

  content: "";

  font-size: 50px;

  position: absolute;

  right: -20px;

  top: 7px;

  width: 30px;

  height: 30px;

}

.nav-item {
  position: relative;
  transition: all 0.5s;
}

ul.dropdown-menu {

  position: absolute;

  top: 52px;

  left: -2px;

  width: 200px;

  padding-left: 0;

  background: #f0efef;

  /* color: #333533; */

  padding: 0px;

  opacity: 0;

  transition: all 0.5s;
  border: none !important;

  border-radius: 10px;

  box-shadow: 0 0px 10px rgba(0, 0, 0, .4);

}

.dropdown-menu .dropdown-item {
  padding: 0px !important;
  background: none !important;



  line-height: 28px;

}



.dropdown-menu {

  margin-top: 0;

}

ul.dropdown-menu li a {
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-left: 10px;
  padding: 1px 12px;
  text-decoration: none;
  color: #000
}

.nav-item:hover {
  transition: all 0.5s;
}

.nav-item:hover ul.dropdown-menu {
  opacity: 1;
}

ul.dropdown-menu li a:hover {
  background: #f1743c;
  color: #fff;
}

ul.dropdown-menu li:first-child a {
  border-radius: 9px 9px 0px 0px;
}

ul.dropdown-menu li:last-child a {
  border-radius: 0px 0px 9px 9px;
}



/*========================================= Start middle====================================*/

.h_txt_color {
  color: #333533;
}

.welcome_home {
  margin-top: 90px;
}

.welcome figcaption h1 strong {
  font-size: 62px;
  font-weight: 500;
  line-height: 70px;
  /*text-align: center;*/
}

.welcome figcaption h1 {
  font-size: 132px;
  line-height: 96px;
  font-weight: 700;
  max-width: fit-content;
}

.welcome figcaption p {
  font-size: 41.5px;
  letter-spacing: 0.01em;
}

.welcome figcaption p.bringing_home {
  font-size: 24px;
  line-height: 36px;
}



.testimonials figcaption h2 {
  font-size: 102px;
  margin: 0px;
  line-height: 70px;
}

.testimonials figcaption h2 span {
  font-size: 54px;
}

/* .test_cl{ background:#f0efef; font-size:20px; padding:35px; box-shadow:0px 0px 8px rgba(0,0,0,.4); text-align:left; border-radius:20px; margin:15px 8px 8px;}  */
.test_cl {
  background: #f0efef;
  font-size: 20px;
  padding: 35px 40px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
  text-align: left;
  border-radius: 20px;
  margin: 15px 5px 8px;
}

.test_cl .test_top {
  margin-bottom: 10px !important;
  line-height: 25px;
}

.test_cl .test_top strong {
  font-family: 'degularbold';
  font-weight: normal;
  font-size: 45px;
  position: relative;
  bottom: -4px;
}

.test_cl .test_top .star {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 6px;
}

.star-power {
    color:#f2743c;
    font-size:35px;
    padding: 2px;
}

.test_cl p {
  line-height: 28px;
  margin: 0;
}



.p3_cl {
  background: #efeeee;
  padding: 40px 60px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
  color: #000;
  border-radius: 20px;
  font-size: 20px;
  line-height: 24px;
}

.p3_cl h3 {
  color: #000;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 12px !important;
}



.p_large_text {
  font-family: 'degularbold';
  font-size: 320px;
  line-height: 156px;
  color: #f0743c;
}

.people_process_platform .nav-tabs {
  border: none;
  display: block !important;
  padding-top: 26px;
  position: relative;
  z-index: 5;
}

.people_process_platform .nav-tabs li a {
  color: #000;
  font-family: 'degularbold';
  font-size: 60px;
  line-height: 54px;
  border: none !important;
  padding: 0px;
}

.people_process_platform .nav-tabs li a.active {
  color: #f0743c;
  background: none;
}

.people_process_platform .nav-tabs li:nth-child(2) {
  margin-top: 6px;
  margin-left: -8px;
}

.people_process_platform .nav-tabs li:nth-child(3) {
  margin-top: 4px;
  margin-left: -104px;
}



.tellus figcaption h2 {
  font-size: 48px;
  margin: 0px;
  line-height: 70px;
  color: #2D2D2D;
  text-align: center;
  text-transform: inherit;
  margin-bottom: 60px;
}

.tellus figcaption h4 {
  font-weight: 600;
  font-size: 40px;
}

.ul1 li {
  margin-bottom: 28px;
}

.ul1 li a {
  display: inline-block;
  width: 100%;
  max-width: 390px;
  text-align: center;
  text-decoration: none;
  color: #2d2d3a;
  text-transform: uppercase;
  padding: 10px 64px 10px 30px;
  font-size: 26px;
  border: #f2753b 4px solid;
  font-weight: 700;
  border-radius: 22px;
  position: relative;
}

.ul1 li a:hover {
  background: #f2753b;
  color: #fff;
}

.ul1 li a .fa {
  position: absolute;
  right: 30px;
  top: 5px;
  font-size: 56px;
}





.contact_h {
  margin-right: -320px;
  position: relative;
  z-index: 9;
}

.contact_h h2 {
  color: #2d2d2d;
  font-size: 60px;
  text-align: center;
  margin: 0px 0px 10px;
}

.contact_h input[type="text"] {
  margin-bottom: 28px;
  padding-top: 5px;
}

.capctcha_sec {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 75px;
}

.form-control {
  background: #fff;
  border: #f2753b 2px solid;
  height: 54px;
  box-shadow: none !important;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  font-family: degular, sans-serif;
  font-weight: 400;

}

.btn2 {
  background: #f2753b;
  border-radius: 0px;
  width: 100%;
  box-shadow: none !important;
  color: #fff;
  font-family: degular, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  font-size: 22px;
  letter-spacing: 0.02em;
}

.btn2:hover {
  background: #000;
  color: #fff;
}

.form-control.txt1 {
  text-align: center;
}

.form-control.txt1::-moz-placeholder {
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}

.form-control.txt1::placeholder {
  color: #000;
  opacity: 1;
  text-transform: uppercase;
}

.form-control.textarea {
  border: #f2753b 2px solid;
  height: 320px;
  border-radius: 20px 0px 20px 20px;
  font-size: 18px;
  font-family: degular, sans-serif;
  font-weight: 500;
  padding: 14px 10px 10px 35px;
}

.form-control.textarea::-moz-placeholder {
  color: #2d2d2d;
  opacity: 1;
  text-transform: uppercase;
}

.form-control.textarea::placeholder {
  color: #2d2d2d;
  opacity: 1;
  text-transform: uppercase;
}

.contact_h .btn {
  margin-top: -95px;
}



/*========================================= end middle====================================*/





/*========================================= Start footer====================================*/



.footer {
  background: #333533;
  color: #d9d6db;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer p {
  text-align: justify;
}

.footer ul li a {
  text-decoration: none;
  font-size: 18px;
}

.footer .social {
  padding-top: 10px;
}

.footer .social li {
  list-style: none;
  margin-bottom: 25px;
}

.footer .social li a {
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 0px 7px rgba(255, 255, 255, .18);
}

.footer .social li a .fa {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;

  align-items: center;
  font-size: 22px;
  background: #333533;
  border-radius: 100%;
  color: #fff;
}

.footer .social li a:hover .fa {
  background: #f2753b;
  color: #fff;
}



.contactus h4 {
  color: #d9d6db;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 15px;
}

.contactus ul {
  padding-left: 15px !important;
  list-style: none;
  margin: 0px;
}

.contactus ul li {
  line-height: 28px;
  position: relative;
}

.contactus ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #d9d6db;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 15px;
}

.contactus ul li:last-child {
  margin-top: 6px;
}

.contactus ul li a:hover {
  color: #f2753b;
}



.footer-des {
  padding-top: 14px;
}



/*========================================= end footer====================================*/



/*========================================= Start about====================================*/

.dark_clr {
  color: #000;
}

.about_descrip h1 {
  font-size: 100px;
  color: #2d2d2d;
  line-height: 90px;
}

.about_descrip h1 span {
  color: #f3753b;
}

.about_descrip p {
  font-size: 20px;
  color: #2d2d2d;
  line-height: 30px;
}



.pillar_left {
  width: 332px;
}

.pillar_left h2 {
  font-size: 60px;
  color: #2d2d2d;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 15px;
}

.pillar_left h2 b {
  color: #f3753b;
  font-family: 'GravitasOneRegular';
  font-size: 51px;
  font-weight: normal;
}

.pillar_left h2 strong {
  font-weight: normal;
}

.pillar_bg ul {
  background: url(../images/pillar.jpg) no-repeat center top;
  width: 157px;
  height: 327px;
  border: none;
  padding-top: 60px;
}

.pillar_bg ul li {
  margin-bottom: 25px;
}

.pillar_bg .nav-tabs .nav-link {
  line-height: 18px;
  color: #2d2d2d;
  text-align: center;
  font-family: 'degularbold';
  font-size: 20px;
  text-align: center;
  border: #f3753b 3px solid;
  padding: 3px 10px 5px;
  border-radius: 0px 20px 20px 20px;
  min-width: 130px;
}

.pillar_bg .nav-tabs .nav-link.active,
.pillar_bg .nav-tabs .nav-link:hover {
  background: #f3753b;
  color: #fff;
}

.pillars .tab-content {
  background: #efeeee;
  padding: 35px;
  margin-top: 126px;
  border-radius: 25px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-left: 30px;
}

.pillars .tab-content:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #efeeee;

  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -30px;
}



.pillars .tab-content h3 {
  color: #000;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 12px !important;
}



/*========================================= end about====================================*/



/*========================================= Start resources====================================*/

/* .title_bdr{ color:#000000; font-size:35px; border-bottom:#f1743c 5px solid; display:inline-block; padding-right:12px;}  */

.title_bdr {

  color: #000000;

  font-size: 35px;

  border-bottom: #f1743c 5px solid;

  display: inline-block;

  padding-right: 12px;

  padding-bottom: 8px;

  margin-bottom: 16px;

}

.helpful_borrower_resources figcaption {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}



.ul2 li {
  display: inline-block;
  width: 28%;
  margin-bottom: 90px;
}

.ul2 li a {
  display: block;
  color: #000;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.ul2 li a:before {
  content: "";
  width: 99%;
  height: 100%;
  position: absolute;
  left: .5%;
  top: 0px;
  border-radius: 15px;
  background: -moz-linear-gradient(left, #f68c1e 0%, #ef4c23 100%);
  background: -webkit-linear-gradient(left, #f68c1e 0%, #ef4c23 100%);
  background: linear-gradient(to right, #f68c1e 0%, #ef4c23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68c1e', endColorstr='#ef4c23', GradientType=1);
  transform: rotate(-3deg);
}

.ul2 li a span {
  position: relative;
  z-index: 9;
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 15px 10px;
}

.ul2 li a:hover span {
  background: #f5f5f5;
}



.page_heading {
  font-size: 42px;
}

/* .title_bdr2:before{ content:""; width:130px; height:2px; background:#f1743c; position:absolute; left:0px; bottom:0px;}   */

.title_bdr2:before {
  content: "";
  width: 130px;
  height: 4px;
  background: #f1743c;
  position: absolute;
  left: 0px;
  bottom: -12px;
}

.title_bdr3:before {
  content: "";
  width: 80%;
  height: 5px;
  background: #f1743c;
  position: absolute;
  left: 0px;
  bottom: 0px;
}



.d_cl {
  border: #2d2d2d 4px solid;
  height: 100%;
  padding: 35px 20px 20px;
  border-radius: 25px;
  background: #fff;
  line-height: 28px;
  color: #2d2d2d;
  font-size: 20px;
}

.d_cl .fa {
  font-size: 135px;
  color: #f1743c;
  position: absolute;
  right: 0px;
  top: -40px;
}

.d_cl.dontbx {
  background: #2d2d2d;
  color: #fff;
}

.d_cl.dontbx h2 {
  color: #fff;
}

.d_cl h2 {
  margin-bottom: 10px !important;
}



.loan_checklist {
  font-size: 20px;
  line-height: 26px;
}



.ul3 li {
  position: relative;
  padding-left: 45px;
}

.ul3 li strong {
  font-family: 'degularbold';
  font-weight: normal;
}

.ul3 li:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #333533;
  position: absolute;
  left: 0px;
  top: 17px;
}

.light_org_clr {
  color: #f1743c;
}

.apply_loan:before {
  display: none;
}



.loan_terminology h6 {

  margin: 0px;

  color: #000;

  font-size: 22px;

  position: relative;

  display: inline-block;

  padding-bottom: 2px;

  margin-top: 10px;

}

.loan_terminology h6:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f1743c;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.loan_terminology p {
  font-size: 20px;
}


.search_loan_term {
  width: 100%;
  max-width: 375px;
}

.search_loan_term .form-control {
  background: #cecdcd;
  width: 100%;
  height: 47px;
  font-size: 17px;
  border-radius: 25px;
  border: none;
  box-shadow: none;
  padding-left: 54px;
  font-family: 'degularregular';
}

.search_loan_term form button {
  border: none;
  color: #313131;
  background: none;
  padding: 0px;
  position: absolute;
  font-size: 25px;
  left: 25px;
  top: 4px;
  transform: rotate(72deg);
}

.search_loan_term .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.search_loan_term .form-control::placeholder {
  color: #000;
  opacity: 1;
}

/*========================================= end resources====================================*/





/*========================================= Start loan programs====================================*/



.helpful_borrower_resources.loan_section .ul2 li a {
  font-family: 'degularbold';
  font-weight: normal;
  font-size: 25px;
}

.helpful_borrower_resources.loan_section .ul2 li.valoan {
  margin-left: 15%;
}

.helpful_borrower_resources.loan_section .ul2 li.specialty_loan {
  margin-right: 15%;
}

.loan_descrip p {
  font-size: 18px;
  line-height: 28px;
}

.contactus.loan_contact .contact_h {
  margin-right: -260px;
}



/*========================================= end loan programs====================================*/





.dark_gray {
  color: #2d2d2d;
}

.org_clor {
  color: #f3753b;
}



.loan_experts .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 70px;
}

/* .loan_experts .grid-container .expert_col .btm_rw a{ color:#000; text-transform:uppercase; text-decoration:none; font-size:15px;}  */
.btm_rw {
  padding-bottom: 10px;
}

.loan_experts .grid-container .expert_col .btm_rw a {
  text-transform: uppercase;
  font-family: 'degularbold';
  color: #000000;
  font-size: 14px;
  background: #f2f2f2;
  padding: 8px 10px;
  align-self: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  border-radius: 5px;
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
}

.loan_experts .grid-container .expert_col .btm_rw a {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.loan_experts .grid-container .expert_col .btm_rw a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f3743c;
  transition: all .3s;
  border-radius: 5px;
  z-index: -1;
}

.loan_experts .grid-container .expert_col .btm_rw a:hover {
  overflow: hidden;
  z-index: 1;
  position: relative;
  color: #fff;
}

.loan_experts .grid-container .expert_col .btm_rw a:hover::before,
.loan_experts .grid-container .expert_col .btm_rw a.active::before {
  width: 100%;
  color: #fff;
}

/*
.loan_experts .grid-container .expert_col .btm_rw a:hover{ color:#f3753b; text-decoration:underline;}  */

.loan_experts .grid-container .expert_col .call {
  color: #f3753b;
  font-size: 24px;
  line-height: 24px;
}



.sl_detail {
  background: #fff;
  padding: 30px 75px;
  border: #f1743c 2px solid;
  border-radius: 20px 0px 20px 20px;
}

.ul4 li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
}

.ul4 li a {
  color: #000;
}

.ul4 li:last-child {
  margin: 0px;
}

.ul4 li .ic {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  border: #000 1px solid;
  font-size: 28px;
  margin-right: 14px;
}

.ul4 li .aside {
  line-height: 24px;
}

.ul4 li:hover,
.ul4 li:hover a {
  color: #f1743c;
}

.ul4 li:hover .ic {
  border: #f1743c 1px solid;
}



.sl_link ul li a {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  border: #f1743c 2px solid;
  padding: 2px 10px 4px;
  border-radius: 30px 0px 30px 30px;
  color: #000;
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
}

.sl_link ul li a:hover {
  background: #f1743c;
  color: #fff;
}



.font18 {
  font-size: 18px;
}

.white_color {
  color: #fff;
}



.single_dark .sl_detail {
  background: #2d2d2d;
  border: none;
  color: #fff;
  margin-bottom: 25px !important;
}

.single_dark .sl_detail .ul4 li {
  color: #fff;
}

.single_dark .ul4 li .ic {
  border: #fff 1px solid;
}

.single_dark .sl_link ul li a {
  border: #2d2d2d 2px solid;
}

.single_dark .sl_link ul li a:hover {
  border: #f1743c 2px solid;
}

.single_dark .premier_logo_sl a {
  border: none !important;
  padding: 0px !important;
  border-radius: 0px !important;
}



.exceeding h2 {
  font-size: 54px;
  line-height: 50px;
}

.exceeding p {
  font-size: 20px;
  line-height: 30px;
}



.tab_expt .nav-tabs {
  border: none;
}

.tab_expt .nav-tabs .nav-item {
  width: 23.5%;
}

.tab_expt .nav-tabs .nav-link {
  border: none;
  margin-bottom: 0px;
  color: #000;
  background: #dad7dc;
  padding: 6px 8px 10px;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  border-radius: 0px 20px 0px 0px;
}

.tab_expt .nav-tabs .nav-link.active {
  background: #f3753b;
  color: #fff;
}

.tab_expt .nav-tabs .nav-link:hover {
  background: #2d2d2d;
  color: #fff;
}

.ref_cl {
  background: #ebebeb;
  padding: 32px 42px;
  border-radius: 0px 0px 0px 20px;
  color: #000;
  min-height: 250px;
  font-size: 20px;
  line-height: 31px;
  border-left: #d8d8d8 5px solid;
}



.conventional_loan .carousel .carousel-control-prev,
.conventional_loan .carousel .carousel-control-next {
  width: auto;
  height: auto;
  color: #f1743c;
  line-height: 36px;
  bottom: inherit;
  font-size: 18px;
  opacity: 1;
  top: 50%;
  margin-top: -15px;
}

.conventional_loan .carousel .carousel-control-prev {
  left: -40px;
}

.conventional_loan .carousel .carousel-control-next {
  right: -40px;
}

.conventional_loan .carousel_caption h1 {
  line-height: 60px;
  margin-bottom: 35px;
}

.conventional_loan .carousel_caption p {
  font-size: 20px;
  line-height: 22px;
}

.conventional_loan .carousel-indicators {
  margin-bottom: 0px;
  bottom: -32px;
}

.conventional_loan .carousel-indicators button {
  width: 20px !important;
  opacity: 1;
  height: 20px !important;
  padding: 0px !important;
  border: none !important;
  border-radius: 100%;
  background: #333533;
}

.conventional_loan .carousel-indicators button.active {
  background: #f1743c;
}



.purchage_tab_section .nav-tabs li {
  position: inherit;
}

.purchage_tab_section .nav-tabs li a.nav-link {
  border: none;
  position: absolute;
  margin: 0;
  background: none !important;
  padding: 0px;
}

.purchage_tab_section .nav-tabs li:nth-child(1) a.nav-link {
  width: 12%;
  left: 42%;
  bottom: 9%;
}

.purchage_tab_section .nav-tabs li:nth-child(2) a.nav-link {
  width: 11%;
  left: 14%;
  bottom: 44%;
}

.purchage_tab_section .nav-tabs li:nth-child(3) a.nav-link {
  width: 8%;
  left: 42%;
  bottom: 68%;
}

.purchage_tab_section .nav-tabs li:nth-child(4) a.nav-link {
  width: 7%;
  right: 16%;
  bottom: 74%;
}

.purchage_tab_section .nav-tabs li:nth-child(5) a.nav-link {
  width: 6%;
  right: 32%;
  bottom: 95%;
}

.purchage_tab_section .nav-tabs li:nth-child(1) a.nav-link.active,

.purchage_tab_section .nav-tabs li:nth-child(2) a.nav-link.active {
  width: 15%;
}

.purchage_tab_section .nav-tabs li:nth-child(3) a.nav-link.active,

.purchage_tab_section .nav-tabs li:nth-child(4) a.nav-link.active {
  width: 11%;
}

.purchage_tab_section .nav-tabs li:nth-child(5) a.nav-link.active {
  width: 10%;
}



.pr_cl {
  background: #f0efef;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.purchage_tab_section .tab-content {
  max-width: 390px;
  margin-left: 0;
  margin-bottom: -2%;
}

.pr_cl p strong {
  font-weight: normal;
  font-family: 'degularbold';
  display: inline-block;
  font-size: 22px;
  padding-bottom: 5px;
}





.road_bx {
  max-width: 636px;
}







/* ==============Calculator css starts ----------------------------------- */



/*--Calculator--*/

.main_calc_block {

  padding-bottom: 60px;

}

.desktop_sec {
  display: block;
}

.mobile_sec {
  display: none;
}

.desktop_sec {

  display: flex;

  flex-wrap: wrap;

}

.sgbtn {

  width: 100%;

  margin: 8px 0;

}

.sgbtn a {
  font-weight: 400;

  background: #ddd;

  text-transform: uppercase;

  color: #000;

  font-size: 20px;

  text-decoration: none;

  border-radius: 13px;

  height: 62px;

  display: flex;

  align-items: center;

}

.sgbtn a:hover {
  background: #2d2d2d;
  color: #fff;
}

.sgbtn a span {

  width: 100%;

  text-align: center;

}

a.calc_icons.active {

  background: #000;

  color: #fff;

}



/* ==============Calculator css ends ----------------------------------- */



/* ==============faq css starts ----------------------------------- */

#accordion_prsec {
  max-width: 900px;
  margin: 0 auto;
}

.faq_sec {
  margin: 0 auto;
}

.faq_sec .panel-group .panel {

  border-radius: 0;

  box-shadow: none;

  /* border-color: #EEEEEE;*/

  border: none;

}



.faq_sec .panel-default>.panel-heading {

  padding: 0;

  border-radius: 0;

  color: #212121;

  background: none;
  border: none;



}



.faq_sec .accordion-header {

  font-size: 14px;
  text-transform: uppercase;

}



.faq_sec .accordion-header .fa {
  font-size: 20px;
}



.faq_sec .accordion-header a.collapsed {
  font-family: 'degularregular';
  background: #dddddd;
  color: #000;
}

.faq_sec .accordion-header a.collapsed .fa {
  color: #17c5cc;
}

.faq_sec .accordion-item {
  border: none;
  margin-bottom: 5px;
}

.faq_sec .accordion-item button {

  font-size: 22px;

  text-decoration: none;

  font-family: 'degularbold';

  background: #f1743c;

  color: #fff;

  border-radius: 10px;

}

.faq_sec .accordion-button:focus {

  z-index: 3;

  outline: 0;

  border: none;

  box-shadow: none;

}



.faq_sec .accordion-body {
  font-size: 20px;
  line-height: 28px;
}

#accordion .panel-body p,
#accordion .panel-body {
  font-size: 16px;
  margin-bottom: 10px;
}

.faq_sec .more-less {

  float: right;

  color: #212121;

}



.faq_sec .panel-default>.panel-heading+.panel-collapse>.panel-body {

  border-top-color: #EEEEEE;

}



.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}



/*====================faq ends===========================  */



/* video background */

#background-video {

  width: 100%;

  /* height: 100vh; */

  /* object-fit: cover; */

  object-fit: unset;

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  z-index: -1;

}

.video-section {
  height: 100vh;
}

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





/*===============================09=03=2022===========================================*/

.navbar-light .navbar-nav .nav-link {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
  content: '';
  position: absolute;

  bottom: 0;

  left: 0;

  width: 0%;

  height: 100%;

  background-color: #f3743c;

  transition: all .3s;

  border-radius: 5px;
  z-index: -1;

}

.navbar-light .navbar-nav .nav-link:hover:before,
.navbar-light .navbar-nav .nav-link.active:before {
  width: 100%;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
}



.navbar-light .navbar-nav .nav-item:last-child .nav-link {
  overflow: inherit !important;
}

.navbar-light .navbar-nav .nav-item:last-child .nav-link:before {
  display: none;
}



ul.dropdown-menu li a {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

ul.dropdown-menu li a:before {
  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 0%;

  height: 100%;

  background-color: #f3743c;

  transition: all .3s;

  z-index: -1;

}



ul.dropdown-menu li a:hover:before,
ul.dropdown-menu li a.active:before {
  width: 100%;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a.active {
  background: none;
  color: #fff;
}





.sl_link ul li a {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.sl_link ul li a:before {
  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 0%;

  height: 100%;

  background-color: #f3743c;

  transition: all .3s;

  z-index: -1;

}



.sl_link ul li a:hover:before {
  width: 100%;
}

.sl_link ul li a:hover {
  background: none;
}



.single_dark .sl_link ul li a:hover {
  border: #5a5f5b 2px solid;
}

.single_dark .sl_link ul li a:before {
  background: #5a5f5b;
}



.premier_v_hv {
  width: 100%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -300px;
  margin-top: -120px;
}



.people_process_platform .nav-tabs li a {
  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform;

  transition-property: transform;
}

.people_process_platform .nav-tabs li a:hover {
  color: #f0743c;
  -webkit-transform: scale(1.1);

  transform: scale(1.1);
}



.p3_left .p_large_text {
  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform;

  transition-property: transform;
  transition: all .3s;
  left: 0px;
  position: relative;
}

.p3_left:hover .p_large_text {
  -webkit-transform: scale(1.1);

  transform: scale(1.1);
  left: -8px;
}





.ian_smith {
  font-size: 22px;
  color: #030000;
}



.loan_experts .grid-container {
  grid-gap: 20px;
}

.expert_col {
  border: #fff 2px solid;
  padding: 10px 20px 10px;
  border-radius: 10px;
}

.expert_col:hover {
  border: #f3753b 2px solid;
  cursor: pointer;
}



.expert_col figcaption {
  overflow: hidden;
}

.expert_col figcaption .hide_rw {
  position: relative;
  margin-bottom: -80px;
  transition: all .3s;
}

.expert_col:hover figcaption .hide_rw {
  margin-bottom: 0px;
}



.conventional_loan .carousel_caption h1 {
  margin-bottom: 10px;
}



.ul1 li a {
  transition: 0.5s ease-in-out !important;
}

.ul1 li a:hover {
  border: #fff 4px solid;
  box-shadow: 0px 0px 0px 2.5px #f2753b, 0px 0px 0px 4px #f2753b, 0px 0px 0px 10px white, 0px 0px 0px 10.5px #f2753b;

  background: white;

  color: #f2753b;
}



.home_page {

  overflow: hidden;

  z-index: 9999;

  background-color: #fff;

}



.scrolltobottom {
  position: relative;
  width: 100%;
  height: 100%;
}

.scrolltobottom a {

  position: absolute;

  bottom: 20px;

  left: 49%;

  z-index: 2;

  display: inline-block;

  -webkit-transform: translate(0, -50%);

  transform: translate(0, -50%);

  letter-spacing: .1em;

  text-decoration: none;

  transition: opacity .3s;

}

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

.scroll {

  width: 60px;

  height: 60px;

  border: 2px solid #fff;

  border-radius: 50%;

  position: relative;

  animation: down 1.5s infinite;

  -webkit-animation: down 1.5s infinite;

}

.scroll::before {

  content: "";

  position: absolute;

  top: 15px;

  left: 18px;

  width: 18px;

  height: 18px;

  border-left: 2px solid #fff;

  border-bottom: 2px solid #fff;

  transform: rotate(-45deg);

}



@keyframes down {

  0% {

    transform: translate(0);

  }

  20% {

    transform: translateY(15px);

  }

  40% {

    transform: translate(0);

  }

}

@-webkit-keyframes down {

  0% {

    transform: translate(0);

  }

  20% {

    transform: translateY(15px);

  }

  40% {

    transform: translate(0);

  }

}



.email_expert small a {
  color: #000;
  text-decoration: none;
}



.email_expert small a:hover {
  text-decoration: underline;
  color: #f3753b;
}



#scroll {

  position: fixed;

  right: 20px;

  bottom: 20px;

  cursor: pointer;

  width: 50px;

  height: 50px;

  background-color: #f2753b;

  text-indent: -9999px;

  display: none;

  -webkit-border-radius: 60px;

  -moz-border-radius: 60px;

  border-radius: 60px
}

#scroll span {

  content: "";

  position: absolute;

  top: 20px;

  left: 16px;

  width: 18px;

  height: 18px;

  border-left: 2px solid #fff;

  border-bottom: 2px solid #fff;

  transform: rotate(135deg);

}



#scroll:hover {

  background-color: #5A5F5B;

  opacity: 1;
  filter: "alpha(opacity=100)";

  -ms-filter: "alpha(opacity=100)";

}





/*==================================11=03=2022============================*/

.test_cl p.name {
  padding-top: 12px;
}

.about_descrip.text-center {
  text-align: left !important;
}

.inner_psec {
  overflow: hidden;
  /* margin-bottom: 40px; */
}

.logo_img img {
  max-width: 230px;
}

.bottom-60 {
  margin-bottom: 80px;
}




/* ---------- Revolution Slider ---------- */
.tp-caption {
  padding-left: 15px;
  padding-right: 15px;
}

/*arrows Slider*/
.tparrows {
  background: #e84455;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .5s ease;
}

.tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: 'FontAwesome';
}

.tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: 'FontAwesome';
}

.tp-leftarrow,
.tp-rightarrow {
  margin: 5px;
  font-size: 24px;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
  background: #4fb8aa;
}

/*thums arrows*/
.zeus.tparrows {
  cursor: pointer;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.10);
}

.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}

.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}

.zeus.tparrows:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}


/*bullets*/
.tp-bullet,
.tp-bullet::after {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.tp-bullet {
  height: 12px;
  width: 12px;
  margin: 2px 3px;
  border: 1px solid #4fb8aa;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.tp-bullet,
.tp-bullet:hover,
.tp-bullet:focus {
  background: transparent;
}

.tp-bullet::after {
  background-color: #4fb8aa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  visibility: hidden;
  width: 100%;
}

.tp-bullet.selected::after,
.tp-bullet:hover:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.hades .tp-thumb {
  opacity: 1;
}

.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #4fb8aa;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.tp-thumb.selected .tp-thumb-img-wrap,
.tp-thumb:hover .tp-thumb-img-wrap {
  background: #b2cb20;
}

.rev_slider a {
  line-height: normal !important;
}

.rev_slider .font-fourty {
  font-size: 2.7rem;
}

.rev_overlay {
  position: absolute;
  opacity: .8;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.rev_overlay::-ms-expand {
  display: none;
}



/*==================*/
/* POP
/*==================*/

@-webkit-keyframes pop-on-hover {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pop-on-hover {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* .pop-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pop-on-hover:hover, .pop-on-hover:focus, .pop-on-hover:active {
  -webkit-animation-name: pop-on-hover;
  animation-name: pop-on-hover;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
} */

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}

a:hover {
  outline: none !important;
}

/* ---------- Revolution Slider ends ---------- */


/*=========================21=03=2022==============================================*/
.video-section {
  height: calc(100vh - 90px);
}

.navbar-light .navbar-nav>.nav-item:nth-child(3) .dropdown-menu {
  padding: 15px;
}

.navbar-light .navbar-nav>.nav-item:nth-child(3) .dropdown-menu .dropdown-item a {
  border-radius: 0px !important;
}

.navbar-light .navbar-nav>.nav-item:nth-child(3) .dropdown-menu .col-7 {
  border-left: #000 1px solid;
}

header nav.fixed-top {
  box-shadow: 0px 2px 6px #E9E9E9;
}

.key_advice h3,
.font48 {
  font-size: 48px;
}

.footer_top {
  padding: 40px 0px;
  border-bottom: #d2d2d2 1px solid;
}

.social_ftr ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  color: #373737;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}

.social_ftr ul li {
  margin-left: 6px;
  display: inline-block;
}

.social_ftr ul li a img {
  vertical-align: baseline;
  position: relative;
  bottom: -2px;
}

.social_ftr ul li a:hover {
  background: #f2753b;
  color: #fff;
}

.social_ftr ul li a:hover img {
  filter: brightness(0) invert(1);
}

.footer_mid h5 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}

.footer_mid strong {
  font-weight: 700;
  font-size: 22px;
}

.footer_bottom {
  background: #6d726c;
  padding: 20px 0px;
  font-weight: 700;
  font-size: 18px;
}

.footer_bottom a {
  display: inline-block;
  margin: 2px 5px;
  font-size: 18px;
}

.footer_bottom a:hover {
  text-decoration: underline;
}

.menuftr ul li {
  margin-bottom: 8px;
}

.menuftr ul li a:hover {
  text-decoration: underline;
}

.contactus figure img {
  margin-bottom: -1px;
}

.of_cl figure img {
  max-width: 260px;
  width: 100%;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
}

.of_cl figcaption {
  line-height: 24px;
}

.of_cl figcaption .of_name {
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.of_cl figcaption .of_nmls {
  font-size: 20px;
}

.of_cl figcaption .of_post {
  text-transform: uppercase;
  font-size: 20px;
}

/* .of_cl figcaption .of_post{ font-weight:600;}  */

.btn_bdr2 {
  background: #fff;
  border: #f0743c 2px solid;
  padding: 7px 26px 10px;
  line-height: 26px;
  box-shadow: 4px 5px 5px rgba(0, 0, 0, .6);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 50px;
  color: #333533;
}

.btn_bdr2:hover {
  background: #f0743c;
  color: #fff;
}


.purchase_new_home figcaption h1 {
  font-size: 111.5px;
  line-height: 96px;
  font-weight: 700;
}

.purchase_new_home figcaption h4 {
  font-size: 92.77px;
  line-height: 80px;
}

.purchase_new_home figcaption p {
  font-size: 25px;
}

.redytoget h2 {
  font-size: 70px;
}

.bwh_r ul li {
  margin-bottom: 40px;
  font-size: 21px;
}

.bwh_r ul li:last-child {
  margin-bottom: 0px;
}

.purchase_new_home.ref_bx figcaption h1 {
  font-size: 94px;
}

.purchase_new_home.ref_bx figcaption h4 {
  font-size: 90.6px;
}

.step_ref h2 {
  font-size: 64px;
  margin-bottom: 45px;
  letter-spacing: 0.016em;
}

.purchase_new_home.lp_tbx figcaption h1 {
  font-size: 138px;
  margin-bottom: 45px;
}

.purchase_new_home.lp_tbx figcaption h3 {
  font-size: 45.6px;
  text-transform: uppercase;
  margin: 0px;
}

.lp_n_bx figure img {
  box-shadow: 8px 8px 12px rgba(0, 0, 0, .3);
}

.lp_n_bx h4 {
  font-weight: 700;
  font-size: 24px;
  margin: 0px;
}

.lp_n_bx p {
  font-weight: 400;
  color: #2d2d2d;
  line-height: 20px;
  font-size: 20px;
}


.ul5 li {
  margin-bottom: 10px;
  line-height: 42px;
}

.ul5 li:last-child {
  margin: 0px;
}

.sld_inr .carousel .carousel-control-prev,
.sld_inr .carousel .carousel-control-next {
  width: auto;
  height: auto;
  color: #f1743c;
  line-height: 36px;
  bottom: inherit;
  font-size: 18px;
  opacity: 1;
  top: 50%;
  margin-top: -15px;
}

.sld_inr .carousel .carousel-control-prev {
  left: -40px;
}

.sld_inr .carousel .carousel-control-next {
  right: -40px;
}

.sld_inr .carousel_caption {
  background: #dad9d9;
  padding: 6px;
  border-radius: 6px;
}

.sld_inr .carousel_caption figcaption {
  background: #fff;
  padding: 8px 15px;
  line-height: 24px;
  border-radius: 3px;
  font-weight: 600;
  min-height: 90px;
}

.sld_inr .carousel_caption figure {
  margin: 0px 0px 5px;
}

.sld_inr .carousel_caption figure img {
  width: 100%;
}

.clicking_this {
  font-size: 17px;
}

.fw_sem {
  font-weight: 600;
}

.pic_bdr img {
  box-shadow: 0px 0px 0px 1px #2d2d2d;
}

.licensing_cl {
  background: #f7f8f8;
  padding: 10px 12px;
  margin: 0px 6px;
  border-radius: 10px;
  font-size: 15px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, .1);
  min-height: 140px;
}

.licensing_cl h3 {
  position: relative;
  padding-bottom: 10px;
}

.licensing_cl h3:before {
  content: "";
  width: 40px;
  height: 5px;
  background: #f4753c;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.licensing_cl p {
  line-height: 18px;
}

.pp_rw h3 {
  font-size: 24px;
}

.link_drk {
  color: #333533;
  font-weight: 600;
  text-decoration: none;
}

.link_drk:hover {
  text-decoration: underline;
  color: #f3743c;
}

.ecszn h3 {
  font-weight: 600;
  font-size: 30px;
}

.aside_lo_cl {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.map_color a {
  display: inline-block;
  width: 65px;
  margin: 0px 15px;
  text-decoration: none;
}

.map_color a .clr_b {
  display: block;
  height: 65px;
}

.map_color a p {
  color: #2d2d2d;
  font-size: 16px;
}

.m_cl_1 .m_text {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 8px;
}

.map_rw_a .m_cl_1 {
  width: 65%;
}

.map_rw_a .m_cl_2 {
  width: 35%;
  padding-left: 10px;
}

.grey_bg {
  background: #dad7dc;
}

.org_bg {
  background: #f18e39;
}

.drk_m_bg {
  background: #2d2d2d;
}

.btn_org {
  background: #f0743c;
  border: none;
  padding: 3px 10px 6px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 3px;
  color: #fff;
}

.btn_org:hover {
  background: #000;
  color: #fff;
}

.mortgage_expert figure {
  margin-bottom: 5px;
}

.mortgage_expert figure img {
  max-width: 280px;
  width: 100%;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
}

.mortgage_expert figcaption {
  font-size: 22px;
  line-height: 26px;
}

.mortgage_expert.find-an-advisor figcaption {
  min-height: 170px;
  position: relative;
}

.mortgage_expert.find-an-advisor figcaption .find-apply-button {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.mortgage_expert h5 {
  font-size: 32px;
  line-height: 42px;
}

.mortgage_expert .exp_m_number {
  font-size: 20px;
}

.contactus.form_c_new .form-control.txt1,
.contactus.form_c_new .btn2 {
  border-radius: 50px;
}

.related_article ul li {
  margin-bottom: 20px;
}

.related_article ul li a {
  color: #333533;
  font-size: 28px;
  position: relative;
  display: inline-block;
  padding-right: 35px;
}

.related_article ul li a span {
  display: inline-block;
  border-bottom: #e14b31 4px solid;
  font-weight: 500;
  padding-bottom: 2px;
}

.related_article ul li a .fa {
  font-size: 54px;
  position: absolute;
  right: 0px;
  bottom: -8px;
}

.related_article ul li a:hover {
  color: #e14b31;
}

.font40 {
  font-size: 40px;
}

.ab_auth_bx .author_pic {
  width: 130px;
}

.ab_auth_bx .author_descrip {
  line-height: 28px;
}

.ul_dd li {
  position: relative;
  padding-left: 14px;
}

.ul_dd li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
}

.adr_btns .btn {
  border: #f2753c 2px solid;
  display: inline-block;
  border-radius: 50px;
  padding: 6px 20px 11px;
  min-width: 220px;
  /* box-shadow:inset 0 8px 8px rgba(0,0,0,0.25), 6px 6px 6px rgba(0,0,0,0.25);  */

  font-size: 30px;
  text-align: center;
  line-height: 30px;
}

.adr_btns .btn:hover {
  background: #f2753c;
  color: #fff;
}

.lc_ul li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
}

.lc_ul li:before {
  content: "_____";
  position: absolute;
  left: 0px;
  top: 0px;
}

.loan_officer_head {
  background: url(../images/lo_head_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.loan_officer_head .lo_m_detail {
  background: rgba(0, 0, 0, .4);
}

.lo_m_detail figure img {
  max-width: 190px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0.8);
}

.lo_m_detail .social_ftr ul li {
  margin: 3px 5px;
}

.lo_m_detail .social_ftr ul li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 23px;
}

.lo_m_detail .social_ftr ul li a img {
  height: 24px;
}

.lo_m_detail .star_rev .fa {
  color: #f28f3b;
  margin: 0px 4px;
}

.lo_last_rw .btn {
  width: 47.5%;
    margin-left: 15px;
}

.lght18 {
  line-height: 18px;
}

.video_lo #video2 {
  width: 100%;
}

.grey_wrap {
  background: #5a5e5b;
}

.testimonials#hearitfrom h2 {
  font-size: 105px;
  line-height: 85px;
}

.testimonials#hearitfrom h2 strong {
  letter-spacing: 0.05em;
}

.testimonials#hearitfrom .test_cl {
  font-size: 20px;
}

.teamwrap .mortgage_expert {
  width: 100%;
  max-width: 280px;
}

.popup_lo .lo_team .cl_1 {
  width: 200px;
}

.popup_lo .lo_team .cl_2 {
  padding-left: 25px;
  font-size: 28px;
  line-height: 34px;
}

.popup_lo .lo_team .cl_1 img {
  box-shadow: 6px -3px 8px rgba(0, 0, 0, .7);
}

.popup_lo .modal-dialog {
  max-width: 1320px;
  width: 96%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}

.popup_lo .modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: 5px -3px 6px rgba(0, 0, 0, .6);
}

.popup_lo .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 999;
  box-shadow: none !important;
}

.video-section {
  position: relative !important;
}

.video-section::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.star img {
  width: 35px;
}

.blo_name {
  font-size: 32px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.blo_title,
.blo_email,
.blo_cell {
  font-size: 22px;
  line-height: 30px;
}

.blo_email a {
  text-decoration: none;
  color: #2d2d2d;
}

/*=======================21=-7=2022==========================*/
.blog_wrap_1 .description h2 {
  font-weight: 400;
}

.blog_cl_sm figcaption p {
    min-height: 77px;
}

.blog_wrap_1 figure img,
.blog_cl_sm figure img {
  box-shadow: 8px 7px 10px rgba(0, 0, 0, .5);
}

.blog_cl_sm figure {
  /* border-bottom: #2d2d2d 20px solid; */
  padding: 0px 20px 15px;
}

.blog_cl_sm figure .r_top_blg {
  right: 0px;
  top: 0px;
  color: #fff;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 600;
}

.bg_org {
  background: #f3743c;
}

.bg_drkm {
  background: #5a5e5a;
}

.bg_gryl {
  background: #cdccce;
}

.blog_cl_sm .btn_bdr {
  background: #cdccce;
  color: #000;
  font-size: 20px;
  padding: 10px 26px 13px;
  min-width: 190px;
}

.blog_cl_sm .btn_bdr:hover {
  background: #f0743c;
  color: #fff;
}

.dark_btn {
  background: #2d2d2d;
  color: #fff;
  font-size: 22px;
  padding: 10px 26px 13px;
  min-width: 200px;
  border: none;
  font-weight: 700;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .4);
  border-radius: 50px;
  text-transform: uppercase;
}

.dark_btn:hover {
  background: #f0743c;
  color: #fff;
}

.lo_page_header {
  border: none !important;
}

#ourhome {
  height: calc(100vh - 80px);
  overflow: hidden;
}

.br_btn_cl li {
  width: 45%;
  margin-bottom: 25px;
}

.br_btn_cl li a {
  background: #d6d6d8;
  border: #000 1px solid;
  padding: 13px 26px 17px;
  line-height: 24px;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, .4);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  border-radius: 50px;
  color: #000;
  display: block;
  text-decoration: none;
}

.br_btn_cl li a:hover {
  background: #f0743c;
  color: #fff;
}

/* .sticky_loan_officer_head  { position: fixed; left: 0px; right: 0px; z-index: 98;  }
 .sticky_loan_officer_head .social_ftr,  .sticky_loan_officer_head .lo_reviews, .sticky_loan_officer_head .lo_imgsec, .sticky_loan_officer_head .lo_nmls , .sticky_loan_officer_head .lo_email_info, .sticky_loan_officer_head .lo_name    { display: none; }

 .sticky_loan_officer_head .lo_m_detail {padding-top: 30px !important; padding-bottom: 30px !important;} */
.mortgage_expert p a {
  color: #2d2d2d;
  text-decoration: none;
}

.lo_name {
  font-size: 3rem;
  font-weight: 700;
}

.frm_contact_sec {
  position: relative;
}

.frm_contact_sec .frm_bottom_sec {
  position: absolute;
  top: 170px;
}

/*=========================12=08=2022=============================*/
.lp_inr figcaption {
  padding-top: 40px;
}

.lo_name {
  font-weight: 600;
  margin: 0px;
  line-height: 28px;
  margin-bottom: 6px;
}

.m_advisor {
  font-size: 38px;
  line-height: 44px;
}


.serving_clients ul li .form-check-input {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: #000 1px solid;
  width: 16px;
  height: 16px;
  margin-top: 0.4em;
}

.serving_clients ul li .form-check-input:checked {
  background-color: #fff;
  background-image: url(../images/check.png);
  background-size: 15px 12px;
}

.serving_clients ul li label {
  margin-left: -6px;
  font-size: 19px;
}

.serving_clients {
  /*border-left: #2d2d2d 3px solid;*/
  padding-left: 25px;
}

.about_content {
    border-right: #2d2d2d 3px solid;
    padding-right: 35px;
}

.purchase_new_home figcaption h4 {
  text-transform: uppercase;
}

.redytoget {
  padding: 46px 0px 86px;
}

.team-member {
  cursor: pointer;
}

.loanchicklist ul li .form-check {
  display: flex;
  align-items: flex-start;
}

.loanchicklist ul.list-style li .form-check {
  padding-left: 0;
}

.loanchicklist ul.list-style {
  padding-left: 0;
  padding-top: 05px;
}

.loanchicklist ul.list-style li {
  list-style: none;
}

.loanchicklist ul li .form-check img {
  padding-top: 6.8px;
}

.action-button a:first-child {
  margin-right: 10px !important;
}

.action-button a:last-child {
  margin-left: 10px !important;
}

.frm_contact_sec {
  margin-bottom: 80px;
}

.contact-from {
  bottom: -241px !important;
  position: relative;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.purchage-road {
  margin-top: 109px;
}


/* header-banner  by sanjay*/
.header-banner h1 {
  text-align: center;
  font-size: 60px;
  z-index: 111;
  position: relative;
  margin-top: 20px;
}

.header-banner {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.header-banner:after {
  background: #fff;
  content: "";
  height: 100vh;
  left: 0;
  opacity: .6;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-info {
  background-color: #fff;
  text-align: center;
  padding: 80px 0 0;
}

.contact-info h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 20px;
}

.contact-number {
  margin-bottom: 20px;
}

.contact-number label {
  margin-right: 8px;
}

.contact-info address label {
  font-weight: bold;
}

.contactusform-section {
  background-color: #fff;
}

.contactus .form-control {
  background: #fff;
  border: #f2753b 2px solid;
  height: 48px;
  box-shadow: none !important;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  font-family: degular, sans-serif;
  font-weight: 400;
  border-radius: 12px !important;
  /*text-transform: capitalize;*/
  text-align: left;
  margin-bottom: 0 !important;
}

.contactusform label {
  font-weight: 500;
}

.contactusform label span {
  color: black;
}

.contactusform .frm_contact_sec .frm_bottom_sec {
  position: relative;
  top: 0;
  align-items: end;
 display: flex;
 padding-bottom: 15px;
}

.contactusform .capctcha_sec {
  text-align: left;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.contactusform .row-from {
  margin-bottom: 20px;
}

textarea.form-control {
  min-height: 200px;
}

.required-fields {
  margin-top: 20px;
  font-weight: 400;
  font-weight: 500 !important;
}

.required-fields span {
  color: black;
}


.contactusform .row-from span.name-field {
  color: #747171;
}

.header-banner-info {
  height: 100%;
  z-index: 11;
  position: relative;
}



/* conventional-banner */
.conventional-banner {
  min-height: 400px;
}

.conventional-banner .container {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 400px;
}

.conventional-banner .header-banner-info {
  min-height: 100%;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.header-banner .header-banner-info h1 {
  border-bottom: solid 2px;
  text-align: left !important;
  margin: 0;
  line-height: 70px;
  margin-bottom: 10px;
}

.header-banner .header-banner-info p {
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}

.pb-8 {
  padding-bottom: 80px;
}

.pt-8 {
  padding-top: 80px;
}

.list-style {
  padding-left: 20px;
  margin-bottom: 0;
}

.loan-info {
  margin-bottom: 0;
}

.Other-info {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.leadership-action {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our_founder {
  padding-bottom: 20px;
}

.reviews-logo {
  text-align: center;
  margin-bottom: 30px;
}

.reviews-logo img {
  height: 110px;
}

.testimonials .carousel-inner {
  text-align: center
}

.carousel-block {
  max-width: 800px;
  margin: 0 auto;
}


.contactusform .form-control.textarea {
  padding-left: 20px;
}

.sitemap-header h2 {
  text-transform: uppercase;
  margin-bottom: 60px !important;
}

.purchase-button-block {
  margin-top: 50px;
}

.purchase-button-block .ul1 li a {
  max-width: 340px;
  font-size: 22px;
}

.purchase-button-block .ul1 li a .fa {
  font-size: 49px;
}

.site-map-section .container {
  max-width: 760px;
  margin: 0 auto;
}

.sitemap-contact {
  max-width: 900px;
  margin: 0 auto;
}

.sitemap-page {
  margin-bottom: 40px;
}

.sitemap-page h3 {
  font-size: 22px;
  position: relative;
  padding-left: 20px;
}

.sitemap-page h3::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  top: 35%;
  left: 0;
}

.sitemap-page ul {
  margin: 0;
  margin-left: 20px;
}

.sitemap-page ul li {
  list-style-type: circle;
}

.sitemap-page ul li a {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.sitemap-action {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}


.sitemap-products {
  margin-left: 60px;
}

.sitemap-action a {
  padding-left: 40px;
  padding-right: 40px;
}

.sitemap-header-section .action-button a {
  padding-left: 30px;
  padding-right: 30px;
}

.careers-header.header-banner:after {
  opacity: .4;
}

.header-nav {
  text-align: center;
}

.header-nav a {
  font-size: 23px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 11;
}

.header-nav a.active {
  border-bottom: solid 1px #ff864f;
  font-weight: bold;
}

.header-nav span {
  margin-left: 5px;
  margin-right: 5px;
  color: #ff864f;
}

.careers-header-info {
  z-index: 111;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.careers-header .header-nav {
  margin-top: 10px;
}

.careers-header-info h2 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 45px;
  margin-top: 10px;
}

.careers-subheader {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-top: 80px;
}

.careers-subheader h3 {
  font-size: 36px;
  text-transform: uppercase;
  max-width: 400px;
}

.careers-icon-block {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.full-commited h1{
 align-items: flex-start !important;
}

.about-careers-secrion h1 {
  line-height: 73px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 84%;
  margin-bottom: 30px;
}

.about-careers-secrion .small-text {
  text-align: center;
  line-height: normal;
  font-size: 48px;
}

.about-careers-secrion h1 strong {
  font-size: 110px;
  text-align: justify;
  display: flex;
  flex-direction: column;
}

.about-careers-secrion h1 strong span {
  letter-spacing: 6px;
}

.about-careers-secrion .action-button {
  margin-top: 60px;
  margin-left: 0 !important;
}

.about-careers-secrion .action-button a {
  margin-left: 0 !important;
}

.careen-step-section {
  background-color: #595e5b;
}

.careen-step-info {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.careen-step-info h1 {
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}

.careen-step-info p {
  line-height: normal;
  color: #fe5e3c;
  font-family: 'Freestyle Script Regular';
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 0;
}

.premier-difference-section h2 {
  margin-bottom: 20px;
}

.premier-difference {
  border: solid 2px #414242;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
}

.premier-difference.avtive {
  border: solid 2px #fe5e3c;
}

.premier-difference h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.premier-difference ul {
  list-style: none;
}

.premier-difference ul li {
  margin-bottom: 10px;
       font-size: 20px;
}

.premier-lending ul li {
   font-size: 24px;
 }

.premier-difference .deactive {
  opacity: 0.6;
}

@font-face {
  font-family: 'Freestyle Script Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Freestyle Script Regular'), url('FREESCPT.woff.html') format('woff');
}

.media-logo-section h2 {
  margin-bottom: 30px;
}

.media-logo {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-logo a img {
  max-width: 100%;
  max-height: 62px;
}

/* .media-logo-section .col-md-4 {
  width: auto;
  align-items: center;
  display: flex;
  margin-right: 20px;
} */

#contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 3px;
  background-size: 40px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.map-block {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* .media-logo-section .col-md-4 {
    text-align: center;
    margin: 20px auto 0;
  } */
.map-block {
     margin-top: 30px;
    margin-bottom: 20px;
}
  .media-logo {
    margin-bottom: 10px;
    text-align: center;
  }

  .sitemap-products {
    margin-left: 0px;
  }

  .sitemap-header h2 {
    display: flex;
    flex-direction: column;
  }

  .sitemap-page {
    margin-bottom: 30px;
  }

  .m-hidden {
    display: none;
  }

  .careers-block {
    text-align: left;
  }

  .careers-icon-block {
    margin-bottom: 30px;
  }

  .careers-icon-block h2 {
    text-align: left;
  }

  .careers-icon-block p {
    text-align: left;
  }
}

.blog-date {
  margin-top: 16px;
  text-align: left;
  background: #2d2d2d;
  padding: 0px 11px;
  color: #fff;
  font-size: 19px;
}

.how-can-help {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.how-can-help li {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.about-bottom {
  margin-bottom: 66px;
}

.popup_lo.modal {
 z-index: 11111;
}
@media (max-width: 940px) {
.popup_lo.modal {
      top: 40px;
}
.popup_lo .modal-dialog {
    align-items: flex-start !important;
}

.find-a-amotgage {
  /*padding-bottom: 0 !important;*/
}

.find-a-amotgage  .map_search_l {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.meet-our-motgage {
  padding-top: 0 !important;
}

}
@media (min-width: 1160px) {
    .modal-type-of-loan .modal-dialog-centered {
        display: inline-flex !important;
        align-items: center;
    }
}

.ex-logo {
    width: 250px;
    margin-top: -15px;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .ex-logo {
        width: 250px;
        margin-top: 5px;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .ex-logo {
        width: 250px;
        margin-top: 5px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    .ex-logo {
        width: 192px;
        /*margin-top: 5px;*/
        /*margin-left: 0;*/
    }
}


