body {
  font-size: 14px;
}
body,
html,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
table,
tr,
td,
ul,
ol,
li,
button {
  font-family: "Poppins", sans-serif;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.menuLogo{
  max-height: 65px;
}
.navbar-brand {
  color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.navbar-capitalize {
  font-size: 1.6rem;
  font-family: "Lora";
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #cfa336;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.fontLato {
  font-family: "Lora", serif;
  /* font-size: 1.8rem; */
}
.homeBanner {
  position: relative;
}
.absoluteSectionBanner {
  width: 100%;
  position: absolute;
  text-align: center;
}

.homeBannerText {
  color: #fff;
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  font-family: "Lora", serif;
}
.themeButton {
  border: none;
  color: #fff;
  background: #cfa336;
  font-size: 18px;
  padding: 10px 25px;
}
.height84{
  height: 84px;
}
.width84{
  width: 84px;
}
.homeAboutSection {
  padding-top: 100px;
}
.goldenText {
  color: #cfa336;
}

.colorWhite {
  color: #fff;
}
.flexDiv {
  display: flex;
}
.alignCenter {
  align-items: center;
}
.flexOne {
  flex: 1;
}
.flexTwo {
  flex: 2;
}
.flexFour {
  flex: 4;
}
.padding10 {
  padding: 10px;
}
.aboutCallSection .width84 {
  background: #cfa336;
  text-align: center;
}
.aboutCallSection img {
  max-width: 60px;
}
.aboutCallSection .flexFour {
  background: #fcf8ee;
  height: 100%;
}

.homeValueSection {
  margin-top: 100px;
  padding: 100px 0;
  background: #fcf9f2;
}

.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-22 {
  font-size: 22px;
}
.font-26 {
  font-size: 26px;
}
.lh13 {
  line-height: 1.3;
}
.valueDeck {
  background: white;
  padding: 35px 20px;
  padding-bottom: 28px;
  border-bottom: 10px solid #cfa336;
  height: 215px;
  transition: all 0.5s ease-in-out;
}
.valueDeck:hover{
  background: #CFA336;
  transition: all 0.5s ease-in-out;
}
.valueDeck:hover p{
  color: #fff;
}
.homePropertiesSection {
  margin-top: 100px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.relativeDiv {
  position: relative;
  overflow: hidden;
}
.homePropertiesSection img{
  transition: all 0.5s ease-in-out;
}
.homePropertiesSection img:hover{
  transform: scale(1.1);
}
.nav-item a:hover{
  color: #CFA336 !important;
}
.darkHeader{
  background: rgba(59,59,59,0.7);
}
.absoluteName {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.locationName {
  background: #cfa336;
  text-align: center;
  padding: 15px;
}
.homePotentialSection {
  margin-top: 100px;
}
.potentialDeck {
  padding: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.potentialDeck img {
  max-width: 100px;
}
.potentialText {
  text-align: center;
  padding: 15px;
}
.homeContactSection {
  margin-top: 100px;
}
footer {
  margin-top: 100px;
}
.mainFooter {
  background: #3b3b3b;
  padding: 40px;
}
.font-40 {
  font-size: 40px;
}
.copyrightFooter {
  background: #333333;
  padding: 15px;
}
.customFeild {
  background: #fcf9f2;
  border: none;
  padding: 15px;
  width: 100%;
  resize: none;
}
.homeWhatsappButton {
  background: #048b15;
  border: none;
  border-radius: 0px;
  padding: 10px 25px;
  color: #fff;
}
.contactBanner {
  position: relative;
}
.absoluteContactBanner {
  width: 100%;
  position: absolute;
  top: 45%;
}
.aboutBanner {
  position: relative;
}
.absoluteAboutBanner {
  width: 100%;
  position: absolute;
  top: 30%;
}
.focusSection {
  margin-top: 100px;
}
.focusontainer {
  border: 1px solid #e8e8e8;
  padding: 20px;
  display: flex;
  text-align: left;
  align-items: center;
}
.focusontainer img {
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.focusontainer h3 {
  margin-bottom: 0;
}
.aboutAccumplishment {
  margin-top: 100px;
  padding: 100px;
  background: #fcf9f2;
}
.counters {
  background: white;
  padding: 25px;
  text-align: center;
}
.whatWeDo {
  margin-top: 100px;
}
.selectionSection {
  margin-top: 50px;
  padding: 80px;
  background: #FCF9F2;
}
.docontainer {
  padding: 15px 0;
  border-bottom: 2px solid #cfa336;
  margin: 10px 0;
}
.selectionStep {
  margin: 35px auto;
  justify-content: space-evenly;
  align-items: center;
}
.selectionDeck {
  border: 1px solid #e8e8e8;
  padding: 12px;
  padding-top: 55px;
  padding-bottom: 5px;
  position: relative;
  text-align: left;
}
.absoluteStepCount {
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: #fff;
  background: #cfa336;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.incomeEstimatorBox {
  margin-left: auto;
  margin-right: auto;
}
.incomeEstimatorBox .incomeEstimatorBox_box1 {
  text-align: center;
  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #cfa336;
  text-transform: uppercase;
  opacity: 1;
}
.incomeEstimatorBox .incomeEstimatorBox_box2 {
  text-align: center;
  font: normal normal 600 30px/57px Lora;
  letter-spacing: 0px;
  color: #3b3b3b;
  opacity: 1;
}
.incomeEstimatorBox .incomeEstimatorBox_box3 {
  text-align: center;

  font: normal normal normal 14px/21px Poppins;
  letter-spacing: 0px;
  color: #3b3b3b;
  opacity: 1;
}
.incomeCalculatorBanner {
  position: relative;
}
.incomecalculatorButton{
  background-color: white;

}
.incomecalculatorButton a{
  color: black;
  font-family: "Poppins", sans-serif;
}
.fixWidthButton{
  width: 300px;
}
.selectionDeck{
  height: 190px;
  background: #fff;
  margin: auto 10px;
}
.selectionSection .flexOne{
  width: 25%;
}
.selectionSection .flexTwo{
  width: 50%;
}
.blogDeck{
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.imageDiv{
  height: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.author-container{
  padding: 50px 30px;
  border: 1px solid #E8E8E8;
}


.accordion {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px;
}

.accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}

.accordion .accordion-item .accordion-item-description-wrapper hr {
  border: none;
  border-top: none;
  visibility: visible;
}

.accordion .accordion-item.open .accordion-item-description-wrapper hr {
  visibility: visible;
}

.accordion .accordion-item .accordion-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  cursor: pointer;
}
.accordionIcon{
  width: 35px;
  margin-right: 15px;
}
.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  font-weight: 600;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
  transition: all 0.2s ease;
}

.accordion
.accordion-item.open
.accordion-item-header
.accordion-item-header-icon {
  transform: rotate(-180deg);
}

.accordion .accordion-item .accordion-item-description-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.2s ease;
}

.accordion .accordion-item.open .accordion-item-description-wrapper {
  grid-template-rows: 1fr;
}

.accordion
.accordion-item
.accordion-item-description-wrapper
.accordion-item-description {
  min-height: 0;
}
.accordion-item-description{
  margin-left: 60px;
}
.accordion
.accordion-item
.accordion-item-description-wrapper
.accordion-item-description
p {
  padding: 10px;
  line-height: 1.5;
}
.answer-text {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 28px;
}
.accordion-item-header-title {
  /*margin-top: 15px;*/
  /*margin-left: 32px;*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  line-height: 28px;
}
.faqSection{
  margin-top: 60px;
  padding: 60px;
  background: url("../img/why_us_banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pricingSection{
  margin-top: 60px;
  padding: 60px;
  background: url("../img/brands_logo_bg@2x.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dropdown-item{
  font-size: 11px;
  color: black !important;
}
.pricingContainer{
  width: 90%;
  margin: auto;
  border: 1px solid #E8E8E8;
  border-top: 8px solid #CFA336;
  height: 100%;
  padding: 30px;
  text-align: center;
}
.pricingHr{
  border-top:1px solid #E8E8E8;
}
.webOnly{display:block;}
.mobOnly{display:none;}
@media (max-width: 767px) {
    
.webOnly{display:none;}
.mobOnly{display:block;}
  header{
    position: relative;
  }
  .homeBannerText {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.8rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    font-family: "Lora", serif;
  }
  .fixWidthButton{
    width: auto;
  }
  .fixWidthButton.mt-4{
    margin-top: 10px !important;
  }
  .incomecalculatorButton.ml-4{
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .themeButton{
    font-size: 14px;
    padding: 6px 15px;
  }
  .navbar-light .navbar-nav .nav-link{
    color: black;
  }
  .menuLogo {
    max-height: 35px;
  }
  .navbar-toggler-icon{
    width: 1em;
    height: 1em;
  }
  h2{
    font-size: 22px;
  }
  h4{
    font-size: 16px;
  }
  p{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
  .aboutCallSection{
    margin: 15px 0;
  }
  .homeValueSection{
    margin-top: 30px;
    padding: 40px 0;
  }
  .homeAboutSection{
    padding-top: 30px;
  }
  .mfdc{
    flex-direction: column;
  }
  .mmt15{
    margin-top: 15px;
  }
  .mmt25{
    margin-top: 25px;
  }
  .mtc{
    text-align: center !important;
  }
  .locationdeck{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .potentialDeck{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .homePropertiesSection, .homePotentialSection, footer, .focusSection, .homeContactSection{
    margin-top: 40px;
  }
  .homePotentialSection .mt-50{
    margin-top: 0;
  }
  .mainFooter{
    padding: 40px 0;
  }
  .absoluteAboutBanner{
    top: 20%;
  }
  .selectionSection {
    margin-top: 30px;
    padding: 30px 0;
    background: #FCF9F2;
  }
  .selectionStep{
    flex-wrap: wrap;
    margin: auto;
  }
  .selectionStep > div{
    min-width: 50%;
  }
  .selectionDeck{
    height: 225px;
    margin: 15px 10px;
  }
  .accordion{
    padding: 0;
  }
  .accordion-item-header-title{
    font-size: 14px;
  }
  .answer-text{
    font-size: 13px;
  }
}
