@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #facd01;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e83643;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/
.noPadding {
  padding: 0;
}
.noLeft {
  padding-left: 0;
}
.noRight {
  padding-right: 0;
}
.centerCol {
  float: none;
  margin: 0 auto;
}
.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}
.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}
.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}
h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}
h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}
h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}
h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}
h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}
h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}
select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}
::-webkit-input-placeholder {
  color: #575757;
}
::-moz-placeholder {
  color: #575757;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #575757;
}
:-moz-placeholder {
  color: #575757;
  opacity: 1;
}
/*header css start */
header {
  background: #212121;
}
.topSec {
  padding-top: 15px;
}
.menuSec {
  padding: 0px 0;
}
.menuSec img {
  margin: 0;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  /* clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 3% 100%);
  background-color: #79c142; */
}
ul#menu::before {
  border-left: 50px solid transparent;
  border-bottom: 50px solid #fff;
  width: 100%;
  position: absolute;
  height: 100%;
  top: -10px;
  left: 0;
  right: 0;
}
.menuSec li ul {
  padding: 0;
}
.menuSec li ul li {
  padding: 0;
}
.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 23px;
}
.menuSec li ul {
  display: none;
}
.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 10px 0px 15px;
  font-size: 14px;
  border-bottom: none;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: uppercase;
}
/* .menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
} */
.menuSec ul li:last-child a {
  background: #e83643;
  color: #fff !important;
  padding: 10px 13px;
  border-radius: 4px;
  transition: .7s ease-in-out;
}
.menuSec ul li:last-child a:after {
  display: none;
}
.menuSec #menu li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #ffffff;
  border-color: white;
}
.menuSec #menu li a:hover{
  border-color: white;
}
.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #79c142;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}
.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}
.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}
.menuSec li:hover li {
  float: none;
} 
.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
.menuSec ul ul ul {
  left: 100%;
  top: 0;
}
.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}
.menuSec ul:after {
  clear: both;
}
.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/* header new css */
.menuSec .container-fluid {
 position: relative;
 padding: 0;
}
/*.menuSec .container-fluid::before{*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  height: 20px;*/
/*  background-color: #fff;*/
/*  bottom: 0;*/
/*}*/
.header-logo {
  text-align: start;
  margin-bottom: -20px;
}
.top-nav-social ul {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 0;
  gap: 5px;
}
.topSec .row {
  align-items: center;
}
.top-nav-social ul li {
  width: 26px;
  height: 26px;
  background-color: #fadc00;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 17px;
  cursor: pointer;
}
.top-nav-social ul li {
  margin-right: 10px;
  transition: .4s ease-in-out;
}
.menuSec .container {
  background-color: #79c142;
}
/*header css start */
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.top-nav-social ul li img {
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .8s ease-in-out;
}
.top-nav-social ul li:hover i {
  transform: rotate(358deg);
}
.top-nav-social ul i {
  color: #000;
  font-size: 15px;
  transition: .8s ease-in-out;
}
.call-us ul {
  display: flex;
  gap: 16%;
}
.call-us ul li h6 {
  font-family: 'Poppins';
  font-weight: 400;
  color: #afafaf;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.call-us ul li i {
  color: #c6323d;
  margin-right: 5px;
}
.call-us ul li span {
  font-family: 'Poppins';
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}
.call-us ul li:first-child {position: relative;}
.call-us ul li:first-child:after {
  position: absolute;
  content: '';
  right: -32px;
  width: 1px;
  height: 50px;
  background: #e8e8e8;
  top: 0;
}
/*header css end */

/*banner css start */
.carousel-inner .carousel-item .slider-banner{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: none;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/
.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/
/* Style the tab */
.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */
.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/
.nav-item {padding: 10px;}

/* custom banner */
.banner_text h1 {
  font-family: 'Poppins';
  font-weight: 800;
  text-shadow: 0px 0px 4px black;
  font-size: 72px;
  margin-bottom: 4%;
}
.banner_text {
  text-align: center;
}
.banner_text h1 span.fst {
  color: #fadc00;
}
.banner_text h1 span.scd {
  color: #e83643;
}
.banner_text p {
  font-family: 'Poppins';
  font-weight: 300;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  line-height: 26px;
  text-shadow: 0px 0px 4px black;
}
.banner_text {text-shadow: 0 0 black;}
/* custom banner end */

/* below-baner-serch start */
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #000;
  background-color: #f7f7f7c2;
  margin-left: inherit;
}
.nav-tabs {
  border-bottom: none;
  justify-content: center;
}

}
.nav-item {
  padding: 10px 2px;
}
.nav-tabs .nav-link {
  margin-bottom: 0px;
  background: #fadc00b0;
  border: 1px solid transparent;
  color: #000;
  font-size: 16px;
  padding: 10px 30px;
  font-weight: 400;
}
.tab-main {
  display: flex;
  align-items: end;
}
.tab-wrap input {
  border-bottom: 1px solid #8080808c;
  background: none;
  border-right: none;
  border-top: none;
  border-left: none;
  width: 90%;
}
div#myTabContent {
  background: #fff;
  padding: 35px 35px 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #00000038;
}
/*.banner_text {*/
/*  width: 90%;*/
/*}*/
.tab-main label {
  font-weight: 600;
  color: #000;
  margin-bottom: 3%;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}
.tab-main select {
  width: 190px;
  height: 45px;
  padding: 0 15px;
  -webkit-appearance: auto;
  color: #a8a7a7;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #0000001c;
  border-radius: 5px;
  margin-right: 14px;
}
.tab-wrap button {
  padding: 10px 50px;
  background: #e83643;
  color: #fff;
  border-radius: 4px;
  border: none;
  transition: .7s ease-in-out;
}
.nav-item {
  padding: 0 4px 0 0;
}
.below-search {
  width: 81%;
  margin: 0 auto;
}
section.below-baner {
  margin-top: -7%;
  z-index: 11;
  position: relative;
}
/* below-baner-serch end */

/* about start */
section.about-us {
  padding: 90px 0;
}
.about-img {text-align: end;position: relative;}
/*.about-img:before {content: '';position: absolute;border: 5px solid #f4f4f5;width: 75%;height: 431px;top: 43px;left: 10%;z-index: -1; transition: .5s ease-in-out;}*/
.about-txt h6 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #e83643;
  margin-bottom: 10px;
}
.about-txt h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  text-transform: capitalize;
  line-height: 47px;
  margin-bottom: 15px;
  color: #000;
}
.about-txt p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  color: #777676;
  margin-bottom: 10px;
}
.about-txt a {
  background: #e83643;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 3%;
  transition: .7s ease-in-out;
}
/*.abt-top-img img:hover {z-index: 111;position: relative;transform: scale(0.9);filter: grayscale(1);}*/
.abt-top-img img {
  transition: .5s ease-in-out;
}
.abt-botm-img {
  position: absolute;
  top: 67%;
  left: 0;
  overflow: hidden;
  border: 9px solid #fff;
}
.abt-botm-img img {
  transition: .8s ease-in-out;
}
.abt-botm-img img:hover {
  transform: scale(1.3);
  filter: grayscale(1);
}
/* about end */

/*property listing start*/
section.property-listing {
  padding: 100px 0;
  background: #f4f4f5;
}
.property-text h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.property-text span {
  color: #000;
}
.property-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-btn a {
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  background: #e83643;
  transition: .8s ease-in-out;
}
.property-bottom h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
  margin-bottom: 10px;
}
.property-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #595858;
  border-bottom: 1px solid #80808073;
  font-family: 'Poppins';
  padding-bottom: 2%;
}
.property-icon a {
  color: #595858;
  font-weight: 500;
  font-size: 12px;
}
.book-btn {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-btn a {background: #fadc00;color: #000;padding: 10px 20px;font-family: 'Poppins';font-weight: 500;font-size: 14px;border-radius: 8px;transition: .7s ease-in-out;}
.book-btn a:hover {
  box-shadow: inset 141px 0 0 0 #e83643;
  color: #ffffff;
}
.book-btn span {
  color: #e83643;
  font-size: 24px;
  font-weight: 500;
}
.property.box {
  margin-top: 10%;
  height: 610px;
}
.property-head:hover img {
  transform: scale(1.3);
}
.property-head {
  text-align: center;
  z-index: 1;
  position: relative;
  overflow: hidden;
  transition: 1.8s;
}
.property-bottom:hover {
  box-shadow: 0 0 30px #00000026;
}
.property-bottom {
  padding: 0 35px;
  box-shadow: 0 0 10px #00000026;
  position: relative;
  top: 0;
  z-index: 0;
  background: #fff;
  padding-top: 9%;
  padding-bottom: 9%;
  border-radius: 2px;
}
.property-head img {
  width: 100%;
  transition: .8s ease-in-out;
}
.property-icon img {
  margin: 0 7px 0px 0px;
}
.property-icon a {
  margin: 0 5px 0 0;
}
.property-text p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  color: #757474;
}
/*property listing end*/

/* why choose start */
section.why-chose {
  background: url('../images/choose-back.jpg');
  width: 100%;
  background-size: cover;
  padding: 90px 0;
}
.chose-head h4 {
  font-size: 40px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 5%;
}
.chose-box {
  background: #fff;
  padding: 40px 25px;
  border-radius: 4px;
}
.chose-box img {
  background: #e83744;
  padding: 15px 18px;
  border-radius: 3px;
  margin-bottom: 5%;
  height: 73px;
}
.chose-box h5 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-transform: capitalize;
  margin-top: 3%;
}
.chose-box p {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 16px;
  color: #868585;
}
/* why choose end */

/* agent start */
.met-agent-head ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.met-agent-head h5 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  color: #000;
  margin-bottom: 15px;
}
.met-agent-head p {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 16px;
  color: #818080;
}
.met-agent-head a {
  background: #e83744;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  padding: 10px 15px;
  transition: .7s ease-in-out;
}
section.met-agent {
  padding: 80px 0;
}
.agent-box {box-shadow: 0 0 5px 0 #00000021;position: relative;width: 73%;float: right;height: 300px;border-radius: 5px;}
.agent-box img {
  /*position: absolute;*/
  bottom: 21%;
  right: 21%;
  transition: .5s ease-in-out;
}
.agent-box ul {
  margin-top: 5%;
  text-align: end;
}
.agent-box {
  padding: 10px 30px 7px 20px;
}
.agent-box ul li {
  margin-top: 11px;
}
.agent-box ul li i {
  font-size: 18px;
  color: #e83744;
  transition: .4s ease-in-out;
}
.agent-box h5 {
  /*margin-top: 20%;*/
  margin-bottom: 0;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.agent-box p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  margin-bottom: 0;
  text-align:center;
}
.met-agent-head {
  margin-bottom: 10%;
}
/* agent end */

/* estimate start */
.estimate-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.estimate-box {border: 1px solid #f2f2f2;padding: 50px 88px;background: #fff;z-index: 1;position: relative;}
.estimate-box h5 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 48px;
  color: #000;
}
.estimate-box p {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 16px;
  width: 71%;
  color: #4e4d4d;
  margin-bottom: 0;
}
.estimate-box ul li a:nth-child(1) {
  background: #fadc00;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  margin-right: 32px;
  transition: .7s ease-in-out;
}
.estimate-box ul li a:nth-child(2) {
  border: 1px solid #e83744;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  padding: 10px 25px;
  color: #f53745;
  transition: .7s ease-in-out;
}
section.estimate:before {
  content: '';
  position: absolute;
  background: url('../images/section-before.png');
  left: 6%;
  bottom: 0%;
  width: 6%;
  height: 39%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
section.estimate {
  position: relative;
  /*padding: 100px 0;*/
}
section.estimate:after {
  content: '';
  position: absolute;
  background: url('../images/section-before.png');
  right: 4%;
  width: 8%;
  height: 21%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  top: 16%;
}
/* estimate end */

/*testimonial start*/
.testimonial-wrap {
    /*background-image: url('https://staging-links.com/go-fish-wp/wp-content/uploads/2022/05/testimonial-back.gif');*/
  /*background-image: url('../images/testimonial-back.jpg');*/
  padding: 75px 0;
  width: 100%;
  background-size: cover;
  background: #facd01;
}
.testimonial-text span {
  color: #e83744;
  font-size: 20px;
  font-weight: 500;
}
.testimonial-text h1 {
  font-size: 55px;
  color: #000;
  font-weight: bold;
}
.testimonial-text p {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
}
section.testimonial-wrap .row {
  display: flex;
  align-items: center;
}
.slie-text {
  background: #fff;
  padding: 50px 25px;
}
.slie-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.blogslid .slick-next, .blogslid .slick-prev {
  top: 99%;
  width: 130px;
  display: inline-block;
}
button.slick-next.slick-arrow:before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: #e83643;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #0000004a;
  font-size: 25px;
  color:white;
} 
button.slick-prev.slick-arrow:before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: #e83643;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px #0000004a;
  font-size: 25px;
  color:white;
}
.testi-img img {
  width: 71px;
  border-radius: 50%;
}
.blogslid .slick-prev {
  left: inherit;
  right: 73px;
}
section.latest-news {
  padding: 100px 0;
}
.property-btn1 a {
  background: #0156f2;
  color: #fff;
  padding: 15px 30px;
  transition: 1.5s;
}
.property-btn1 a:hover {
  box-shadow: inset 90px 0 0 0 #000, inset -90px 0 0 0 #000;
  color: #fff;
}
.testi-users img:first-child {
  position: absolute;
  top: 0%;
  border-radius: 48px;
  width: 13%;
  left: -32px;
  z-index: 0;
}
.blog_sec {
  position: relative;
}
.blogslid.slick-initialized.slick-slider {
  z-index: 1;
}
.testi-users img:nth-child(2) {
  position: absolute;
  top: -6%;
  left: 50%;
  width: 8%;
  border-radius: 29px;
}
.testi-users img:nth-child(3) {
  position: absolute;
  right: -27px;
  top: 11%;
  width: 10%;
  border-radius: 41px;
}
.testi-users img:nth-child(4) {
  position: absolute;
  right: -20%;
  top: 47%;
  border-radius: 32px;
  width: 10%;
}
/*testimonial end*/

/*comapnay logo start*/
.compamy-logo img {
  width: 20%;
}
/*comapnay logo end*/

/*footer start*/
.footerSec {
  background: #121212;
  padding: 90px 0;
}
.footerSec * {
  color: #fff;
}
.footerSec h1 {
  font-size: 36px;
}
.footerSec h5 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.foot-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-menu li {
  line-height: 38px;
}
.foot-mail {
  margin-top: 10%;
  display: flex;
  align-items: center;
}
.foot-mail a {
  margin: 0 11px;
}

.foot-mail i {
  font-size: 25px;
}
.foot-end input {
  width: 100%;
  padding: 15px 5px;
  color: #000;
}
.foot-end button {
  background: #e83744;
  padding: 15px 30px;
  margin-top: 5%;
  border: none;
  transition: .7s ease-in-out;
}
.footerSec h5:before {
  content: '';
  position: absolute;
  width: 55px;
  height: 3px;
  background: #e83744;
  bottom: -13px;
  left: 0;
}
.copy-right {
  text-align: center;
  background: #000;
  padding: 15px 0;
}
.copy-right p {
  margin: 0;
  color: #fff;
}
.socail-media ul li {
  width: 26px;
  height: 26px;
  background-color: #fadc00;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 17px;
  cursor: pointer;
  margin-right: 9px;
  transition: .4s ease-in-out;
}
.socail-media ul {
  display: flex;
}
.socail-media ul li i {
  color: #000;
  font-size: 15px;
  transition: .4s ease-in-out;
}
.socail-media ul li img {
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s ease-in-out;
}
.copyright {
  background: #000;
  padding: 15px;
}
.copyright p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/*footer end*/
.slicknav_btn {
  background-color: #fadc00; 
}
.property-btn a:hover {
  box-shadow: inset 141px 0 0 0 #fadc00;
  color: #000;
}
.about-txt a:hover {
  box-shadow: inset 141px 0 0 0 #fadc00;
  color: #000;
}
.tab-wrap button:hover {
  box-shadow: inset 170px 0 0 0 #fadc00;
  color: #000;
}
.menuSec ul li:last-child a:hover {
  box-shadow: inset 141px 0 0 0 #fadc00;
  color: #000;
}
.met-agent-head a:hover {
  box-shadow: inset 141px 0 0 0 #fadc00;
  color: #000;
}
.estimate-box ul li a:nth-child(1):hover {
  box-shadow: inset 141px 0 0 0 #ffffff;
  color: #e83744;
}
.estimate-box ul li a:nth-child(2):hover {
  box-shadow: inset 130px 0 0 0 #fadc00;
  color: #e83744;
}
.foot-end button:hover {
  box-shadow: inset 160px 0 0 0 #fadc00;
  color: #000;
}
.top-nav-social ul li:hover img {
  width: 18px;
}
.nav-tabs .nav-link:hover {
  background: #e83643;
  color: #fff;
}
.agent-box img:hover {
  /*filter: brightness(0.8);*/
  /*transform: translate(62px, 6px);*/
}
.agent-box ul li i:hover {
  transform: scale(1.5);
  color: #f9df1e;
}
.socail-media ul li:hover {
  background: #e83744;
}
.socail-media ul li:hover i {
  transform: scale(1.3);
}
.socail-media ul li:hover img {
  width: 18px;
}
ul.linkList li a:hover {
  color: #e83744;
  /*margin-left: 5%;*/
}
.foot-mail a:hover {
  color: #e83744;
  /*margin-left: 7%;*/
}
.foot-mail i:hover {
  color: #fadc00;
}
.menuSec ul li a:hover {
  color: #e83643;
}
ul.linkList li a {
  text-transform: capitalize;
}
.menuSec ul li.active a {
  color: #e83643;
}
/* aboutpg start */
.below-abt {
  margin-top: 2%;
}
.below-abt p {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  color: #777676;
  line-height: 30px;
}
.about-txt.iner p {
  line-height: 30px;
}
.about-us.inr-pg p {
  color: #6a6969;
}
section.award {
  background: #f4f4f5;
  padding: 80px 0;
}
.award h3 {
  text-align: center;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 3%;
}
section.award .slick-active {
  opacity: 1;
}
.award  .slick-prev:before, .award  .slick-next:before {
  opacity: 1; 
}
.award button.slick-prev.slick-arrow:before {
  background: #000;
  width: 35px;
  height: 35px;
  box-shadow: none;
  font-size: 19px;
  color: #fff;
}
.award .slick-prev {
  left: -50px;
}
.award button.slick-next.slick-arrow:before {
  background: #e83643;
  width: 35px;
  height: 35px;
  box-shadow: none;
  font-size: 19px;
  color: white;
}
.award .slick-next {
  right: -36px;
}
/* aboutpg end */

/* agents start */
.agent-box.inr {
  margin-top: 30%;
}
nav ul.pagination {
    justify-content: center;
    margin-top: 3%;
}
nav ul.pagination a.page-link {
    color: #000;
    font-weight: 600;
    border-radius: 0 !important;
    padding: 9px 13px;
    line-height: 1;
    font-size: 14px;
}
nav ul.pagination a.page-link:hover {
    background: #e83744;
    color: #fff;
}
nav ul.pagination li {
    margin: 0 4px;
}
/* agents end */

/*booking start*/
section.booking-wrap {
  padding: 100px 0;
}
.booking-in input {
  width: 100%;
  margin-bottom: 5%;
  border: 1px solid #80808080;
  padding: 15px 10px;
  background: #efefef6b;
}
.booking-in input::placeholder {
  color: #000;
  font-weight: 500;
}
.booking-in textarea::placeholder {
  color: #000;
  font-weight: 500;
}
.booking-in textarea {
  width: 100%;
  margin-bottom: 1%;
  border: 1px solid #80808080;
  padding: 15px 10px;
  height: 150px;
  background: #efefef6b;
}
.booking-btn {
  text-align: center;
}
.booking-btn button {
  padding: 10px 160px;
  border: 1px solid #e83643;
  font-weight: 400;
  background: #e83643;
  color: #fff;
  font-size: 18px;
}
/*booking end*/

/*add proprty start*/
.add-1 {
  box-shadow: 0px 0px 9px 0px #b7b7b7;
  padding: 25px;
  height: 500px;
}
.add-1 h6 {
  color: #000000;
  font-size: 24px;
  FONT-WEIGHT: 600;
  font-family: 'Poppins';
}
.add-1 h2 {
  font-family: 'Poppins';
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}
.add-1 label {
  color: #6c6b6b;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
  margin-bottom: 1%;
}
.add-1 input {
  border: 1px solid #c4c1c1;
}
.add-1 form input[type="text"] {
  width: 100%;
      padding: 10px;
      margin-bottom: 10px;
}
.add-1 button {
  background: #e83643;
  border: unset;
  padding: 10px 25px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
}
.add-1 ul li:nth-child(2) {
  padding-left: 40px;
}
.add-1 ul {
  display: flex;
  align-items: center;
}
.add-1 ul li span {
  padding-left: 10px;
}
.add-2 {
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 9px 0px #b7b7b7;
}
.add-2 input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c4c1c1;
}
.add-2 h6 {
  font-family: 'Poppins';
  FONT-WEIGHT: 400;
  font-size: 20px;
  color: #000000;
}
.add-2 ul li {
  margin-bottom: 10px;
}
.add-2 ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4c1c1;
}
section.add-prop {
  padding: 100px 0;
}
.add-1 input {
  border-radius: 4px;
}
.srch-insde i {
  position: absolute;
  right: 13px;
  top: 12px;
  font-size: 19px;
}
.srch-insde {
  position: relative;
}
/*add proprty end*/

/*contact-us*************************/
.contact-us{
  padding: 70px 0px;
}
.contact-us h3 {color: #000000;font-size: 40px;margin: 0px;padding-bottom: 10px;font-family: 'Poppins';font-weight: 600;text-transform: capitalize;}
.contact-us p{
  font-size: 14px;
  line-height: 25px;
  font-family: 'Poppins';
  font-weight: 400;
  width: 55%;
}
.contact-us input{
  margin-top: 20px;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.contact-us textarea{
      margin-top: 20px;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  height: 120px;
  resize: none;
}
/*.contact-us button {color: #fff;background-color: #e83643;height: 52px;width: 45%;text-align: center;border: 0px;margin-top: 20px;font-size: 18px;border-radius: 5px;}*/
/*.detai-s{*/
/*  margin-top: 30px !important;*/
/*  padding-bottom: 15px;*/
/*}*/
.contact-us button {
    color: #fff;
    background-color: #e83643;
    height: 52px;
    width: 45%;
    text-align: center;
    border: 0px;
    margin-left: 5px !important;
    margin-top: 20px !important;
    font-size: 18px;
    border-radius: 5px;
}
.detai-s i{
  color: #fff200;
  line-height: 80px;
  font-size: 30px;
}
.detai-s a{
  color: #000000b3;
  font-size: 14px;
  line-height: 40px;
  font-family: 'Poppins';
  font-weight: 400;
}
.socails ul{
display: flex;
}
.socails ul li{
padding-right: 15px;
}
.socails ul li i{display: flex;align-items: center;justify-content: center;height: 30px;width: 32px;color: #000;font-size: 18px;transition: 1.5s ease-in-out;}
.socails ul li i:hover{
transform: rotate(360deg);
font-size: 21px;
}
.f-1{background-color: #fadc00;}
.f-2{
background-color:#00adef ;
}
.f-3{
background-color:#cc0001 ;
}
.f-4{
background-color:#2c567e ;
}
.f-5{
background-color:#f96a02 ;
}
.detai-s img {
height: 50px;
line-height: 53px;
margin-top: 20px;
}
.detai-s h6 {margin: 0;color: #000;font-family: 'Poppins';font-weight: 500;font-size: 16px;line-height: 10px;}
.detai-s .row {display: flex;align-items: center;gap: 10px;}
.detai-s i {color: #e83643;line-height: 80px;font-size: 40px;height: 96px;}
.Leave-wrap {background: #fff;box-shadow: 0 0 10px #00000014;padding: 40px 20px;}
.mapss iframe {
  width: 100%;
  height: 600px;
}
.socails ul li img {
  width: 26px;
  height: 29px;
  object-fit: none;
}
/*contact-us**************************/

.top-nav-social ul li:hover img {
  transform: rotate(357deg);
}
/* open house start */
.house.sec h1 {
  color: #000;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 30px;
  border-bottom: 1px solid #00000047;
  margin-bottom: 3%;
}
.srch-house input {
  width: 100%;
  border: 1px solid #00000045;
  height: 50px;
  padding: 0 20px;
}
.srch-house {
  position: relative;
  margin-bottom: 4%;
}
.srch-house i {
  position: absolute;
  right: 17px;
  top: 12px;
  font-size: 24px;
}
.house h2 {
  font-family: 'Poppins';
  font-weight: 600;
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
}
.house p {
  font-family: 'Poppins';
  font-weight: 400;
  color: #878787;
}
section.house.sec {
  padding: 80px 0;
}
/* open house end */

/*Agent Detail Start */
.agent-detail-sec {
  padding: 80px 0;
}
.sarah-parker h2 {
  font-size: 48px;
  margin: 0;
}
.sarah-parker p {
  font-size: 16px;
  color: #737272;
}
.sarah-parker img {
  margin-top: 10px;
}
.contact-number ul li a {
  font-size: 18px;
  line-height: 35px;
  color: #737272;
  font-weight: 500;
}
.contact-number {
  margin-top: 28%;
  margin-left: 10%;
}
.agent-detail-links ul {
  display: flex;
  align-items: center;
}
.agent-detail-links ul li a {
  margin: 0 30px 0 0px;
  font-size: 20px;
  color: #e83643;
}
.contact-me-form {
  box-shadow: 0 0 10px 0 #00000054;
  padding: 45px 25px;
}
.contact-me-form form h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5%;
}
.contact-me-form form input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 0px 15px;
  font-weight: 600;
  margin-bottom: 5%;
  background: #f0f0f0;
  border: none;
  color: #827f7f;
}
.contact-me-form form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 5%;
  background: #f0f0f0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  color: #827f7f;
  resize: none;
}
.contact-me-form form button {
  width: 100%;
  height: 45px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: #e83643;
}
.agent-detail-tab {
  margin-top: -120px;
}
.agent-detail-tab {
  margin-top: -6%;
}
.agent-detail-tab .nav-tabs .nav-link.active, .agent-detail-tab .nav-tabs .nav-item.show .nav-link {
  background-color: #e83643;
  color: #fff !important;
}
.agent-detail-tab .nav-tabs {
  border-bottom: 2px solid #c4c1c1;
  padding-bottom: 30px;
  justify-content: start;
    gap: 10px;
}
.agent-detail-tab p {
  font-size: 16px;
  line-height: 30px;
  color: #737272;
  margin-top: 30px;
}
.agent-detail-tab .nav-tabs .nav-link{
    background: #fff;
}
.agent-detail-tab div#nav-tab button {
  color: #000;
  border: none;
  font-weight: 600;
}
.agent-detail-img img:hover {
  transform: scale(1.5);
  transition: 2.5s;
}
.agent-detail-img {
  overflow: hidden;
}
.agent-detail-img img {
transition: 2.5s;
}
/*Agent Detail End */
/*Mortgage Calculator Start*/

.mor-caltor ul {
  display: flex;
  align-items: center;
}
.mor-caltor ul li select {
   border: none;
  -webkit-appearance: auto;
  padding: 0;
   color: #e83643;
  font-size: 20px;
  font-weight: 600;

}
.mor-caltor {
  box-shadow: 0 0 5px 0 #0000007d;
  padding: 30px 40px;
}
.mor-caltor ul li {
  margin: 0px 25px 0 0;
}
.mor-caltor-sec {
  padding: 80px 0px;
}
.mor-caltor h2 {
  font-size: 30px;
}
.mor-caltor ul li time {
  font-size: 16px;
  color: #000;
}
.Pur-Pr-lon-mt {
  border-bottom: 6px solid #c4c1c1;
  width: 100%;
}
.Pur-Pr-lon-full {
  border-bottom: 6px solid #e83643;
  width: 70%;
  position: absolute;
  top: 0;
}
.Purchase-Price {
  position: relative;
}
.mor-caltor label {
  font-size: 18px;
  font-weight: 600;
}
.mor-caltor-input input {
  width: 100%;
}
.mor-caltor-button {
  position: absolute;
  top: 0;
  right: 0;
}
.mor-caltor-price {
  position: relative;
}
.mor-caltor-input input {
  border: 1px solid #c4c1c1;
  color: #8f8d8d;
  height: 40px;
  padding: 0px 13px;
}
.mor-caltor-button button {
  background: #e83643;
  color: #fff;
  border: navajowhite;
  height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
}
.Purchase-Price-sec {
  margin-bottom: 4%;
}
.calculator-button button {
  width: 30%;
  height: 55px;
  background: #e83643;
  border: none;
  font-size: 18px;
  border-radius: 5px;
  color: #fff;
}
.calculator-button {
  margin-top: 6%;
}
.Pur-Pr-lon-full.per {
  width: 20%;
}
.Pur-Pr-lon-full.years {
  width: 45%;
}
.mortgage-summary-sec {
  background: #f7dc04;
  padding: 50px 25px;
  box-shadow: 0 0 6px 0 #00000085;
}
.mortgage-summary-sec h2 {
  font-size: 30px;
  margin-bottom: 15%;
}
.monthly-payment h3 {
  font-size: 24px;
  margin: 0;
}
.monthly-payment p {
  font-size: 14px;
  font-weight: 600;
}
.mortgage-summary-sec span {
  display: block;
}
.monthly-payment {
  margin-bottom: 12%;
}
.no-money-down h2 {
  font-size: 36px;
  margin-bottom: 1%;
  font-weight: 500;
  border-top: 1px solid #c4c1c1;
  padding-top: 20px;
}
.no-money-down p {
  font-size: 16px;
  color: #757474;
  font-weight: 400;
  margin-bottom: 3%;
}
/*Mortgage Calculator End*/

/*listing start*/
.Property-search h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.Property-search select {
  width: 100%;
   padding: 0 8px;
}
.Property-search select {
  width: 100%;
  padding: 7px 8px;
  -webkit-appearance: auto;
  border: none;
  margin-bottom: 5%;
}
.Property-search {
  background: #f4f4f4;
  padding: 10px 25px;
}
section.listing-wrap {
  padding: 100px 0;
}
.listing-btn button {
  width: 100%;
  border: none;
  background: #e83643;
  height: 45px;
  color: #fff;
}
.popular-1 {
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
.popular-1 img {
  width: 145px;
}
.popular-text {
  margin-left: 4%;
}
.popular-text h6 {
  line-height: 35px;
}
.popular-text p {
  color: #e83643;
  font-size: 18px;
  font-weight: 600;
}
.popular-property {
  margin-top: 20px;
  background: whitesmoke;
  padding: 10px 25px;
}
.popular-property h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.pagenation a:hover {
  background: #0156f2;
  color: #fff;
}
.pagenation a {
  border: 1px solid #8080808c;
  /* padding: 2px 10px; */
  color: #000;
  font-weight: 600;
width: 27px;height: 27px;display: inline-flex;align-items: center;justify-content: center;}
.interest-text h1 {
  font-size: 41px;
  color: #000;
}
section.interest-wrap {
  padding: 100px 0;
}
section.interest-wrap td {
  color: #808080fa;
}
.interest-wrap tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #80808063;
}
.interest-wrap td {
  border-bottom: none;
}
.interest-wrap thead {
  border-bottom: 1px solid #808080fc;
}
.interest-wrap tr {padding: 5px 0;}
.interest-wrap th {
  border-bottom: none;
}
.Property-search label {
  font-weight: 600;
}
/*listing end*/

      /*detail listing start*/
      .Detail-list img {
        width: 100%;
    }
    .Detail-list h6 {
        font-size: 16px;
        margin: 15px 0;
        color: #000;
        font-weight: 600;
    }
    .Detail-list h4 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
    margin-bottom: 20px;}
    .Detail-list {
        box-shadow: 0 0 10px #0000002b;
        padding: 20px 10px;
        border: 1px solid #80808073;
    }
    .Detail-list p {
        color: #e83643;
        font-size: 25px;
        font-weight: 600;
    margin-bottom: 25px;}
    .Detail-list i {
        color: #000;
        background: #fadc00;
        height: 30px;
        width: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .description {
        margin-top: 30px;
        box-shadow: 0 0 10px #00000052;
        padding: 20px 18px;
        background: #fff;
        border: 1px solid #80808052;
    } 
    .description h5 {
        color: #000;
        font-weight: 600;
        border-bottom: 1px solid #00000038;
        padding-bottom: 2%;
    }
    .description p {
        color: gray;
    }
    .Property-features {
        box-shadow: 0 0 10px #0000006b;
        margin-top: 35px;
        padding: 20px 20px;
        border: 1px solid #808080a6;
    }
    .Property-features .row {
        border: 1px solid #80808094;
    }
    .listing-d {
        margin: 35px 0;
    }
    
    .listing-d button {
        background: #e83643;
        color: #fff;
        padding: 15px 30px;
        border: none;
    }
    .Property-features ul {
        margin: 10px 0;
        padding: 7px 7px;
        border: 1px solid #8080808c;
    }
    .Property-features li {
        color: gray;
    }
.Property-search label {
        color: #000;
        font-weight: 600;
}
    /*detail listing end*/
section.companies.gry {
      background: #f4f4f5;
}
section.listing-wrap .pagenation a {margin-right: 3px;}
section.listing-wrap .pagenation i {
  margin-left: 5px;
}
section.listing-wrap .pagenation a:hover {
  background: #e83643; }
section.listing-wrap .pagenation i {
    font-size: 14px;
}
a.mrtg {
  width: 100%;
  display: inline-block;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1661px) and (max-width: 1920px){
  .mortgage-summary-sec h2 {
    font-size: 30px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
.testi-users img:nth-child(4) {
    right: -47px;
}
section.estimate:before {
    left: 24px;
}
section.estimate:after {
    right: 0;
}
.mortgage-summary-sec h2 {
  margin-bottom: 10%;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
  .tab-main select {
    width: 100%;
}
.tab-wrap {
    margin-right: 20px;
}
.agent-box h5 {
    /*margin-top: 23%;*/
}
.estimate-box {
    padding: 30px 30px;
}
.estimate-box ul {
    margin-bottom: 0;
}
.estimate-box ul li a:nth-child(1) {
    font-size: 14px;
    padding: 11px;
    margin-right: 5px;
}
.estimate-box ul li a:nth-child(2) {
    font-size: 14px;
}
section.estimate:before {
    left: 15px;
}
section.estimate:after {
    right: -4px;
}
.testi-users img:nth-child(4) {
    right: -31px;
}
section.property-listing {
  padding-top: 30px;
}
.property.box {
  height: inherit;
}
.mor-caltor h2 {
  font-size: 28px;
}
.mortgage-summary-sec h2 {
  font-size: 28px;
}
.mor-caltor ul li select {
  font-size: 18px;
}
.monthly-payment h3 {
  font-size: 22px;
}
.sarah-parker h2 {
  font-size: 40px;
}
.sarah-parker p {
  font-size: 14px;
}
.contact-number ul li a {
  font-size: 15px;
}
.contact-me-form form h2 {
  font-size: 20px;
}
.contact-me-form form input {
  font-size: 12px;
}
.contact-me-form form button {
  font-size: 13px;
}
.contact-me-form form textarea {
  font-size: 12px;
}
.agent-detail-tab p {
  font-size: 15px;
}
.agent-detail-tab div#nav-tab button {
  font-size: 13px;
}
}
@media all and (max-width: 999px){
	div#become-sec .vc_column-inner {
    padding: 0 10px !important;
}

div#become-sec h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 10px !important;
}

div#become-sec p {
    font-size: 14px !important;
}

div#become-sec-2 .vc_column-inner {
    padding: 0 20px !important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .menuSec ul li {
    padding: 0 10px;
}
.call-us ul {
    margin-bottom: 0;
}
.call-us ul li span {
    font-size: 11px;
}
.tab-main select {
    width: 100%;
}
.tab-wrap {
    margin-right: 15px;
}
.tab-wrap button {
    padding: 4px;
    width: 73px;
    height: 46px;
}
div#myTabContent {
    padding: 30px 25px;
}
.banner_text {
    width: 100%;
}
.banner_text p {
    width: 80%;
}
.abt-botm-img {
    top: 67%;
    left: -9%;
}
.property-text p {
    font-size: 14px;
}
.property-bottom p {
    font-size: 12px;
}
.book-btn a {
    font-size: 12px;
    padding: 0;
    width: 84px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.property-bottom {
    padding: 20px;
}
.book-btn {
    margin-top: 15px;
}
.book-btn span {
    font-size: 18px;
}
.property.box {
    height: inherit;
}
.agent-box h5 {
    margin-top: 29%;
}
.estimate-box {
    padding: 30px 30px;
}
.estimate-box ul li a:nth-child(1) {
    margin-right: 0;
    font-size: 15px;
    padding: 10px;
}
.estimate-box ul li a:nth-child(2) {
    font-size: 14px;
    padding: 10px 24px;
    margin-top: 3%;
}
section.estimate:after {
    right: 0;
}
section.estimate:before {
    left: 18px;
}
.testi-users img:nth-child(4) {
    right: -27px;
}
.testimonial-text h1 {
    font-size: 37px;
    line-height: 46px;
}
.testimonial-text p {
    font-size: 15px;
}
.mortgage-summary-sec h2 {
  font-size: 23px;
  margin-bottom: 20%;
}
.monthly-payment h3 {
  font-size: 20px;
}
.monthly-payment p {
  font-size: 13px;
}
.mor-caltor h2 {
  font-size: 23px;
}
.no-money-down h2 {
  font-size: 34px;
}
.mor-caltor-button button {
  font-size: 15px;
}
.mor-caltor label {
  font-size: 16px;
}
.mor-caltor ul li select {
  font-size: 17px;
}
.no-money-down p {
  font-size: 15px;
}
.sarah-parker h2 {
  font-size: 30px;
}
.sarah-parker p {
  font-size: 14px;
}
.contact-number ul li a {
  font-size: 15px;
}
.contact-me-form form h2 {
  font-size: 20px;
}
.contact-me-form form input {
  font-size: 12px;
}
.contact-me-form form textarea {
  font-size: 12px;
}
.contact-me-form form button {
  font-size: 12px;
}
.contact-me-form form button {
  font-size: 12px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  font-size: 14px;
}
.agent-detail-tab p {
  font-size: 15px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .tab-main select {
    width: 100%;
    font-size: 12px;
    padding: 5px;
}
.below-search {
    width: 100%;
}
.tab-main {
    align-items: end;
}
div#myTabContent {
    padding: 20px 10px;
}
.tab-wrap {
    margin-right: 15px;
}
.tab-wrap button {
    font-size: 13px;
}
.call-us ul li span {
    font-size: 11px;
}
.call-us ul {margin-bottom: 0;}
.menuSec ul li {
    padding: 0 5px;
}
.menuSec ul li a {
    font-size: 12px;
}
.menuSec ul li:last-child a {
    font-size: 11px;
    padding: 0 7px;
}
.carousel-inner .carousel-item .slider-banner {
    height: 420px;
}
.banner_text p {
    font-size: 15px;
    width: 80%;
}
.call-us ul li:first-child:after {
    right: -13px;
    top: 10px;
}
.abt-botm-img {
  position: static;
  margin-top: 4%;
}
.about-txt p {
  font-size: 14px;
  margin-bottom: 2px;
}
.property-text h1 {
  font-size: 35px;
  margin-bottom: 0;
}
.property-text p {
  width: 80%;
}
.property-btn a {
  padding: 10px 30px;
}
section.property-listing {
  padding-top: 40px;
}
.property-main {
  display: block;
}
.book-btn a {
  padding: 10px;
}
.book-btn span {
  font-size: 20px;
}
.property.box {
  height: inherit;
}
.chose-box {
  padding: 20px;
  margin-bottom: 4%;
}
section.why-chose {
  padding-top: 30px;
}
.met-agent-head ul {
  display: block;
}
.estimate-box h5 {
  font-size: 35px;
}
.estimate-box p {
  font-size: 15px;
}
.estimate-box ul li a:nth-child(1) {
  font-size: 14px;
  width: 141px;
  margin-right: 0;
  margin-bottom: 5%;
}
.estimate-box {
  padding: 25px 20px;
}
.estimate-box ul {
  margin-bottom: 0;
}
.estimate-box ul li:last-child {
  text-align: center;
}
section.estimate:after {
  top: 22%;
  right: 1%;
}
section.estimate:before {
  left: 2%;
  bottom: -5%;
}
.testimonial-wrap {
  padding-top: 6%;
}
.testimonial-text p {
  margin-bottom: 9%;
}
.testi-users img:nth-child(4) {
  right: -32px;
}
.foot-mail a {
  font-size: 12px;
}
ul.linkList li a {
  font-size: 12px;
}
ul.linkList li {line-height: 30px;}

.footerSec p {
  font-size: 12px;
}
.footerSec {
  padding-top: 50px;
}
.footerSec h5 {
  margin-bottom: 57px;
}
.foot-end {
  margin-top: 3%;
}
.foot-end h5 {
  margin-bottom: 30px;
}
.agent-box img {
  top: 10%;
  right: 33%;
}
.agent-box h5 {
  font-size: 17px;
  margin-bottom: 0;
}
.agent-box p {
  font-size: 12px;
}
html {
  overflow-x: hidden;
}
.mor-caltor-input {
  margin-top: 10px;
}
.Purchase-Price-sec label {
  margin-bottom: 8px;
  font-size: 16px;
}
.mortgage-summary-sec h2 {
  font-size: 26px;
  margin-bottom: 5%;
}
.monthly-payment {
  margin-bottom: 7%;
}
.mor-caltor {
  margin-bottom: 5%;
} 
.no-money-down h2 {
  font-size: 34px;
} 
.no-money-down p {
  font-size: 15px;
}
.agent-detail-sec {
  padding: 50px 0;
  text-align: center;
}
.contact-number {
  margin-top: 3%;
  margin-left: 0%;
}
.agent-detail-links {
  margin: 0 auto;
  width: 27%;
}
.agent-detail-tab {
  margin-top: 0%;
}
.agent-detail-tab p {
  font-size: 15px;
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
  .tab-main {
    display: block;
}
.header-logo img {
    position: absolute;
    top: 4px;
    width: 35px;
}
.slicknav_menu {
    padding: 16px 5px;
}
.call-us {
    display: none;
}
.top-nav-social {
    padding: 6% 0;
}
.top-nav-social ul {
    justify-content: center;
    gap: 0;
    text-align: center;
}
.banner_text {
    width: 100%;
    text-align: center;
}
.carousel-inner .carousel-item .slider-banner {
    height: 400px;
    object-fit: cover;
}
.menuSec .container-fluid::before {
    display: none;
}
.banner_text h1 {
    font-size: 38px;
}
.banner_text p {
    width: 100%;
}
.topSec {
    padding-top: 0;
}
section.below-baner {
    margin-top: -13%;
}
.nav-tabs .nav-link {
    padding: 11px 19px;
}
div#myTabContent {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.tab-main select {
    width: 100%;
    margin-bottom: 5%;
}
.tab-wrap button {
    margin-top: 5%;
    width: 100%;
}
.row.rvrs {
  flex-flow: column-reverse;
}
.row.rvrs {
  flex-flow: column-reverse;
}
.about-txt h3 {
  font-size: 24px;
  line-height: 35px;
}
.about-img {
  margin-top: 15%;
}
.abt-botm-img img {
}
.abt-botm-img {
    position: static;
}
section.property-listing {
    padding: 30px 0;
}
.property-main {
    display: block;
}
.property-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.property-text p {
    margin-bottom: 10%;
}
.property-bottom {
    padding: 10px 15px;
}
.book-btn a {
    font-size: 13px;
    padding: 7px 15px;
}
.book-btn span {
    font-size: 20px;
}
.property.box {
    height: auto;
}
.chose-head h4 {
    font-size: 35px;
}
.chose-box {
    margin-bottom: 5%;
}
.met-agent-head ul {
    display: block;
}
.met-agent-head h5 {
    font-size: 29px;
}
.agent-box img {
    bottom: 25%;
}
.agent-box {
    margin-bottom: 20%;
}
section.estimate {
    padding: 0px 0;
}
.estimate-box {
    padding: 25px 10px;
}
.estimate-box ul {
    display: block;
}
.estimate-box h5 {
    line-height: 30px;
    font-size: 27px;
    margin-bottom: 15px;
}
.estimate-box p {
    width: 100%;
    margin-bottom: 7%;
}
.estimate-box ul li a:nth-child(1) {
    font-size: 15px;
    padding: 9px 13px;
    margin-right: 14px;
}
.estimate-box ul li a:nth-child(2) {
    font-size: 14px;
    padding: 7px 13px;
}
.met-agent-head {
  text-align: center;
}
.testimonial-wrap {
  padding: 50px 0;
}
.testimonial-text h1 {
  font-size: 34px;
  line-height: 43px;
}
.testimonial-text p {
  font-size: 15px;
}
.testi-users img:first-child {
  left: 0;
  top: -17px;
}
.testi-users img:nth-child(2) {
  top: -18px;
}
.testi-users img:nth-child(3) {
  right: 0;
}
.testi-users img:nth-child(4) {
  right: 0;
}
.compamy-logo img {
  width: 32%;
}
.footerSec {
  padding: 40px 0;
}
.foot-menu {
  justify-content: start;
}
.footerSec h5 {
  margin-top: 10%;
}
html{
  overflow-x: hidden;
}
.met-agent-head a {
  margin-bottom: 9%;
}
.agent-box h5 {
  /*margin-top: 13%;*/
}
section.met-agent {
  padding-bottom: 0;
}
.testi-users img:nth-child(3) {width: 5%;}
.testi-users img:nth-child(4) {
  width: 5%;
}
.abt-botm-img {
  text-align: center;
}
.no-money-down p {
  font-size: 14px;
}
.no-money-down h2 {
  font-size: 28px;
}
.mortgage-summary-sec h2 {
  font-size: 25px;
  margin-bottom: 8%;
}
.monthly-payment h3 {
  font-size: 22px;
}
.calculator-button button {
  width: 35%;
  height: 50px;
  font-size: 16px;
}
.mor-caltor-input {
  margin-top: 10px;
}
.Purchase-Price-sec label {
  margin-bottom: 8px;
}
.mor-caltor label {
  font-size: 16px;
}
.mor-caltor-sec {
  padding: 50px 0px;
}
.agent-detail-sec {
  padding: 50px 0;
  text-align: center;
}
.sarah-parker h2 {
  font-size: 40px;
}
.sarah-parker p {
  font-size: 14px;
}
.contact-number {
  margin-top: 5%;
  margin-left: 0;
}
.agent-detail-links {
  margin: 0 auto;
  width: 36%;
}
.agent-detail-tab {
  text-align: center;
}
.agent-detail-tab p {
  font-size: 15px;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
.tab-main {
    display: block;
}
.header-logo img {
    position: absolute;
    top: 4px;
    width: 35px;
}
.slicknav_menu {
    padding: 16px 5px;
}
.call-us {
    display: none;
}
.top-nav-social {
    padding: 6% 0;
}
.top-nav-social ul {
    justify-content: center;
    gap: 0;
    text-align: center;
}
.banner_text {
    width: 100%;
    text-align: center;
}
.carousel-inner .carousel-item .slider-banner {
    height: 450px;
    object-fit: cover;
}
.menuSec .container-fluid::before {
    display: none;
}
.banner_text h1 {
    font-size: 38px;
    line-height: 42px;
}
.banner_text p {
    width: 100%;
}
.topSec {
    padding-top: 0;
}
section.below-baner {
    margin-top: -17%;
}
.nav-tabs .nav-link {
    padding: 11px 19px;
}
div#myTabContent {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.tab-main select {
    width: 100%;
    margin-bottom: 5%;
}
.tab-wrap button {
    margin-top: 5%;
    width: 100%;
}
.row.rvrs {
  flex-flow: column-reverse;
}
.row.rvrs {
  flex-flow: column-reverse;
}
.about-txt h3 {
  font-size: 24px;
  line-height: 35px;
}
.about-img {
  margin-top: 15%;
}
.abt-botm-img img {
}
.abt-botm-img {
    position: static;
}
section.property-listing {
    padding: 30px 0;
}
.property-main {
    display: block;
}
.property-text h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.property-text p {
    margin-bottom: 10%;
}
.property-bottom {
    padding: 10px 15px;
}
.book-btn a {
    font-size: 13px;
    padding: 7px 15px;
}
.book-btn span {
    font-size: 20px;
}
.property.box {
    height: auto;
}
.chose-head h4 {
    font-size: 35px;
}
.chose-box {
    margin-bottom: 5%;
}
.met-agent-head ul {
    display: block;
}
.met-agent-head h5 {
    font-size: 29px;
}
.agent-box img {
    bottom: 25%;
}
.agent-box {
    margin-bottom: 20%;
}
section.estimate {
    padding: 0px 0;
}
.estimate-box {
    padding: 25px 10px;
}
.estimate-box ul {
    display: block;
}
.estimate-box h5 {
    line-height: 30px;
    font-size: 27px;
    margin-bottom: 15px;
}
.estimate-box p {
    width: 100%;
    margin-bottom: 7%;
}
.estimate-box ul li a:nth-child(1) {
    font-size: 15px;
    padding: 9px 13px;
    margin-right: 14px;
}
.estimate-box ul li a:nth-child(2) {
    font-size: 14px;
    padding: 7px 13px;
}
.met-agent-head {
  text-align: center;
}
.testimonial-wrap {
  padding: 50px 0;
}
.testimonial-text h1 {
  font-size: 34px;
  line-height: 43px;
}
.testimonial-text p {
  font-size: 15px;
}
.testi-users img:first-child {
  left: 0;
  top: -17px;
}
.testi-users img:nth-child(2) {
  top: -18px;
}
.testi-users img:nth-child(3) {
  right: 0;
}
.testi-users img:nth-child(4) {
  right: 0;
}
.compamy-logo img {
  width: 32%;
}
.footerSec {
  padding: 40px 0;
}
.foot-menu {
  justify-content: start;
}
.footerSec h5 {
  margin-top: 10%;
}
html{
  overflow-x: hidden;
}
.met-agent-head a {
  margin-bottom: 9%;
}
.mor-caltor h2 {
  font-size: 18px;
  margin: 0;
}
.mor-caltor ul {
  display: block;
}
.mor-caltor-input {
  margin-top: 10px;
}
.Purchase-Price-sec label {
  margin-bottom: 10px;
      font-size: 15px;
}
.Purchase-Price-sec {
  margin-bottom: 15%;
}
.calculator-button button {
  width: 60%;
  height: 42px;
  font-size: 15px;   
}
.mortgage-summary-sec h2 {
  font-size: 18px;
  margin-bottom: 5%;
}
.monthly-payment h3 {
  font-size: 20px;
}
.monthly-payment p {
  font-size: 13px;
}
.mor-caltor {
  margin-bottom: 5%;
}
.no-money-down h2 {
  font-size: 25px;
}
.no-money-down p {
  font-size: 14px;
}
.mor-caltor-sec {
  padding: 40px 0px;
}
.sarah-parker h2 {
  font-size: 30px;
}
.sarah-parker p {
  font-size: 13px;
}
.contact-number {
  margin-top: 7%;
}
.contact-number ul li a {
  font-size: 14px;
  line-height: 30px;
}
.agent-detail-links ul li i {
  font-size: 18px;
}
.agent-detail-tab p {
  font-size: 14px;
  line-height: 25px;
}
div#nav-tab button {
  font-size: 13px;
}
.agent-detail-sec {
  padding: 50px 0;
}
}

@media (max-width:991px) and (min-width:576px){
    
html body .banner_text h1 {
    line-height: 40px !IMPORTANT;
}    
   
}

a.glink {
    display: flex  !important;
}

@media all and (max-width: 999px){
	html body #become-sec .vc_column-inner {
    padding: 0 10px !important;
}

html body #become-sec h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    padding-bottom: 10px !important;
}

html body #become-sec p {
    font-size: 14px !important;
}

html body #become-sec-2 .vc_column-inner {
    padding: 0 20px !important;
}
.carousel-inner .carousel-item .slider-banner {
    height: 200px !important;
}
.home .carousel-inner .carousel-item .slider-banner {
    height: 490px !important;
}

}

.agent-box {
    height: auto !important;
}
.agent-box a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #606060;
    margin-bottom: 0;
    text-align: center;
}

div#become-sec-2 input#Submit {
    margin-left: 0;
}

.page_404_custom {
    text-align: center;
    padding: 120px;
}

.page_404_custom h1.page-title {
    font-size: 150px;
    line-height: 150px;
}

.error-404.not-found.default-max-width {
    display: block;
}

.page_404_custom .page-content p {
    color: #000;
    padding: 20px;
    font-size: 40px;
}

.page_404_custom ul.page-nav li {
    display: inline-block;
    padding: 10px;
    font-size: 30px;
    color: #000;
}

.page-id-705 .product-estimate.request-quote-main, .page-id-772 .product-estimate.request-quote-main{
    margin-top: auto;
}

.page-id-705 section.inner-sec-8.inner-product-detail-sec-6.sub-service, .page-id-772 section.inner-sec-8.inner-product-detail-sec-6.sub-service {
    margin-top: 50px;
}
.page_404_custom ul.page-nav a {
    font-size: 15px !important;
    background: #000 !important;
    width: 45px !important;
    display: block;
    height: 45px !important;
    line-height: 45px !important;
    border-radius: 50%;
    color: #fff !important;
}

.page_404_custom {
    margin-top: 220px;
}

.page_404_custom header.page-header.alignwide {
    position: static !important;
}

.page_404_custom h1.page-title {
    color: #000 !important;
    font-family: arial !important;
}
.page_404_custom {
    margin-top: 0;
}

.page_404_custom h1.page-title {
    color: white !important;
}

.page_404_custom .page-content p {
    line-height: 43px;
    font-size: 30px;
}

.error-404.not-found a {
    background: #e83643;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 3%;
    transition: .7s ease-in-out;
}