/**************custom css****************/
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

* {
  margin: 0px;
  padding: 0px;
  /* Fix text wrapping: only break at word boundaries, not mid-word */
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  hyphens: auto;
}

p {
  font-size: 16px;
  color: #666;
}

h1 {
  font-size: 66px !important;
  font-family: 'Bebas Neue', sans-serif;
}

h2 {
  font-size: 46px !important;
  font-family: 'Bebas Neue', sans-serif;
}

h3 {
  font-size: 20px !important;
}

h4 {
  font-size: 32px !important;
  line-height: 43px;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 32px;
}

.fs-18 {
  color: #a5a4a2;
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-400 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

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

.mt-8 {
  margin-top: 80px;
}

a:hover {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.green {
  color: #08a29e;
}

.dark-blue {
  color: #50006c;
}

.light-blue {
  color: #a751c4;
}

.light-blue a {
  color: #a751c4;
}

.light-blue a:hover {
  color: #000;
}

a.white:hover,
a.dark-blue:hover {
  color: #a751c4;
}

.white {
  color: #fff;
}

ul {
  list-style: none;
}

.fs-11 {
  font-size: 14px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-23 {
  font-size: 36px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.mr-22 {
  margin-right: 22px;
}

.dark-text {
  color: #2b182d;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.bg-dark-blue {
  background-color: #50006c !important;
  z-index: 99999999999999;
}

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

.inner-details a.btn.filled-btn.bg-dark-blue {
  padding: 8px 13px;
}

.inner-details .filled-btn::before {
  left: -4px;
  bottom: -4px;
}

.inner-details .bt-bar {
  border-top: 1px dashed #f6ebdf;
  border-bottom: 1px dashed #f6ebdf;
  padding: 6px 0 10px;
}

/*******nav bar start here ********/
section.main-nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

section.main-nav .navbar-nav li.navbar-side-item a {
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
}

section.main-nav .navbar-nav li.navbar-side-item a:hover {
  color: #fff;
}

section.main-nav .navbar-nav li.navbar-side-item a span.btn {
  padding: 0px;
}

section.main-nav ul.navbar-nav li.navbar-side-item a.side-link.active {
  color: #000;
}

section.main-nav ul.navbar-nav li.navbar-side-item a.side-link:hover {
  color: #000;
}

section.main-nav.fixed ul.navbar-nav li.navbar-side-item a.side-link:hover {
  color: #a751c4;
}

section.main-nav.fixed ul.navbar-nav li.navbar-side-item a.side-link.active {
  color: #a751c4;
}

section.main-nav .navbar-nav li.navbar-side-item .dropdown-menu .dropdown-item {
  color: #000 !important;
}

section.main-nav .navbar-nav li.navbar-side-item .dropdown-menu .dropdown-item:active,
section.main-nav .navbar-nav li.navbar-side-item .dropdown-menu .dropdown-item:hover {
  background: none;
  color: #a751c4 !important;
}

.login-register li {
  list-style: none;
}

.filled-btn,
.border-btn:hover {
  background: transparent;
  font-weight: 400;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.banner a.btn.filled-btn,
ul.login-register .navbar-side-item .filled-btn {
  border: 1px solid #fff !important;
}

.banner a.btn.filled-btn:hover,
ul.login-register .navbar-side-item .filled-btn:hover {
  border: 1px solid #f5e8da !important;
}

section.fixed .login-register a.filled-btn {
  padding: 7px 20px;
}

.filled-btn::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  left: -6px;
  bottom: -6px;
  z-index: -1;
}

.banner span {
  margin: 0 auto;
  max-width: 50%;
}

.bg-imgs {
  position: relative;
}

.bg-imgs::before {
  position: absolute;
  content: "";
  background-image: url(../images/after-img.png);
  background-repeat: no-repeat;
  width: 98px;
  height: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.img-lft::before {
  left: 0;
  margin: inherit;
  bottom: -20px;
}

.border-btn,
.filled-btn:hover {
  background: #f5e8da !important;
  font-weight: 400;
  border: 1px solid #50006c;
  color: #50006c;
  font-size: 14px;
  border-radius: 0px;
  text-decoration: none;
  transition: all 0.5s ease;
  cursor: pointer;
}

.portfolio .inner-content {
  background-color: #50006c;
  padding: 40px 10px;
  border-radius: 0px;
  display: block;
  transition: all 0.5s ease;
  cursor: default;
}

/**.portfolio .inner-content:hover{background-color: #fff;}**/
/**.portfolio .inner-content:hover p{color: #000;}**/
/**.portfolio .inner-content:hover img{filter: brightness(0); -webkit-filter: brightness(0);}**/
section.about-sec .list-about.d-flex img {
  background-color: #faf3ec;
  padding: 9px;
  border-radius: 10px;
}

section.about-sec .list-about.d-flex {
  align-items: flex-start;
}

section.portfolio {
  background-image: url(../images/portfolio-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 50px 0 80px;
}

section.listing .inner-content .about-content {
  background-color: #fff;
}

section.listing .inner-content .lft-bar {
  background-color: #f5e8da;
}

section.listing .inner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 40px;
  left: 0;
}

section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul,
.inner-details ul {
  list-style: none;
  display: flex;
}

section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
  font-size: 26px;
  border-right: 1px solid #000;
}

section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li:first-child {
  padding-left: 0;
}

section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li:last-child {
  border: none;
  padding-right: 0;
}

section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
  font-size: 26px;
  padding: 0px 41px;
  border-right: 1px solid #f5e8da;
  line-height: 24px;
}

.bg-dark-blue::before {
  border: 1px solid #50006c;
}

section.listing .inner-content .about-content .rt-bar .bt-bar,
.inner-details .bt-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: -20px;
}

.logo_imgs ul.numbers {
  padding: 0 50px;
}

section.listing .content-all .inner-content {
  top: 0;
  box-shadow: inset 0px -140px 88px -71px #50006c;
}

.content-all {
  position: relative;
}

section.listing .content-all .inner-content .about-content {
  background: transparent;
}

.content-all .inner-content {
  padding: 20px !important;
}

section.listing .content-all .inner-content .about-content {
  background: transparent;
  position: absolute;
  bottom: 0;
}

.content-all .sale,
.inner-details .sale {
  background-color: #50006c;
  padding: 7px 10px;
}

.inner-details .sale {
  position: absolute;
  left: 35px;
  top: 15px;
}

.contact-box .text-center {
  text-align: center !important;
}

section.testimonials .inner-button a.btn.filled-btn.bg-dark-blue {
  z-index: 0;
}

.contact-box .text-center .d-block {
  display: flex !important;
  justify-content: center;
  border: 1px solid #2b182d;
  padding: 9px;
  margin-right: 0px;
  width: 470px;
}

.contact-box .contact-left.text-left h2.light-blue.mb-0.fs-56 {
  line-height: 56px;
}

.contact-box .text-center .d-block input#email_addr {
  font-size: 18px;
  background: transparent;
  border: none;
}

input#email_addr::placeholder {
  color: #2b182d !important;
}

.contact-box .text-center .d-block .btn.filled-btn::before {
  display: none;
}

.contact-box .text-center .d-block .btn.filled-btn {
  border: 1px solid #50006c;
  padding: 0;
  height: 50px;
  width: 57px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-box .text-center .d-block .btn.filled-btn:hover {
  background-color: transparent !important;
  color: #50006c;
}

footer ul.social li:first-child {
  width: auto;
  border: none;
  padding-right: 5px;
}

footer ul.social li:hover {
  background-color: #fff;
}

footer ul.social li:hover a {
  color: #50006c;
}

ul.navbar-footer li.navbar-side-item a.side-link:hover {
  color: #a751c4;
}

footer ul.social li:hover:first-child {
  background-color: transparent;
}

.inner-details a.btn.filled-btn.bg-dark-blue:hover {
  background-color: #f5e8da !important;
  border-color: #000;
}

.contact-box .text-center .d-block .btn.filled-btn i.fa-solid.fa-paper-plane {
  font-size: 20px;
}

section.how-it-work {
  background-color: #f5e8da;
  padding: 60px 0;
}

section.how-it-work .work-text .position-center {
  position: relative;
}

section.how-it-work .work-text img {
  border: 1px solid #a751c4;
  padding: 44px;
}

section.how-it-work .work-text .position-center::before {
  position: absolute;
  content: "";
  background-image: url(../images/work-arrow.png);
  width: 142px;
  height: 33px;
  background-repeat: no-repeat;
  right: -100px;
}

section.how-it-work .work-text {
  padding: 0 15px;
}

section.how-it-work .work-text p {
  line-height: 22px;
}

section.testimonials .work-text {
  border: 1px solid #f5e8da;
  padding: 25px;
}

section.testimonials .work-text .top-content p {
  font-style: italic;
  line-height: 30px;
  position: relative;
}

section.testimonials .work-text .top-content p span {
  padding-right: 35px;
}

section.testimonials .work-text .top-content p::before {
  position: absolute;
  content: "";
  background-image: url(../images/quote.png);
  width: 40px;
  height: 28px;
  left: -10px;
  background-repeat: no-repeat;
  top: -8px;
}

section.testimonials .work-text .top-content p::after {
  position: absolute;
  content: "";
  background-image: url(../images/quote.png);
  width: 40px;
  height: 28px;
  right: 30px;
  background-repeat: no-repeat;
  bottom: -8px;
  transform: rotate(180deg);
}

section.testimonials .work-text .next-content {
  border-top: 1px solid #f5e8da;
}

section.testimonials .work-text .next-content .city-name {
  line-height: 16px;
}

section.testimonials {
  padding: 90px 0 35px;
}

section.listing {
  padding: 75px 0 120px;
}

section.main-nav.fixed .login-register a::before {
  display: none;
}

/**.banner::before {position: absolute;content: "";background-image: url(../images/banner-after.png);width: 100%;height: 195px;bottom: 303px;
background-size: 100% auto;background-repeat: no-repeat;}**/
section.logo_imgs {
  padding: 25px 0;
}

section.about-sec h2 {
  line-height: 48px;
}

section.portfolio h2::before {
  bottom: -16px;
}

section.about-sec {
  width: 100%;
  position: relative;
  padding: 75px 0 95px;
  background-image: url(../images/software-feature.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.inner-details ul {
  justify-content: space-between;
}

.toggle-ul {
  display: none;
}

section.fixed a.navbar-brand img {
  max-height: 40px !important;
}

section.main-nav.fixed .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

section.main-nav.fixed {
  background: rgba(80, 0, 108);
  z-index: 9999;
}

section.main-nav.fixed a.navbar-brand img {
  max-height: 60px;
}

section.fixed .login-register a.filled-btn {
  background: transparent;
}

section.fixed .login-register a.border-btn {
  border-color: #fff;
  color: #fff;
}

section.fixed .login-register a.filled-btn:hover,
section.fixed .login-register a.border-btn:hover {
  background: #f5e8da;
  border-color: #f5e8da;
  color: #50006c;
}

section.fixed .navbar-nav li.navbar-side-item a:hover {
  color: #fff;
}

section.main-nav .navbar-nav li.navbar-side-item a.active {
  color: #fff;
}

section.main-nav.fixed li.navbar-side-item a.active {
  color: #fff;
}

/********* integration page **********/

.client_card {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  padding: 25px 25px 25px 25px;
  box-shadow: -4.104px 11.276px 38px 0px rgba(45.000000000000014, 42, 61, 0.10196078431372549);
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: flex;
  background-color: #fff;
}

.client_card .user_img {
  margin-right: 25px;
  flex-shrink: 0;
}

.client_card .user_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  max-width: 100%;
  border: none;
}

.client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 10px;
}

.client_card .inf_content .review-text {
  font-size: 14px;
  line-height: 1.4em;
}

.client_card .inf_content p {
  font-size: 12px;
  line-height: 1.4em;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.text-muted {
  color: #6c757d !important;
}

/********* property-owner *********/
.property-owner {
  position: relative;
}

.property-owner img {
  position: relative;
  z-index: 10;
}

.property-owner:before {
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #edf7fa));
  background: linear-gradient(to bottom right, transparent 50%, #f6f4ff 50%);
  position: absolute;
  display: block;
  z-index: 0;
  width: 50%;
  height: 100%;

  overflow: hidden;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  content: '';
}

.property-manager:before {
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, #edf7fa));
  background: linear-gradient(to bottom left, transparent 50%, #f6f4ff 50%);
  position: absolute;
  display: block;
  z-index: 0;
  width: 50%;
  height: 100%;

  overflow: hidden;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  content: '';
}

/********** support page start here ******/
span.icon-support {
  width: 100px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  background: #a751c4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  border: 4px solid #ddd;
}

a.support-link {
  font-size: 26px;
  color: #000;
}

.bg-grey {
  background: #f6f6f6;
}
/********** chat popup css start here***********/

body#contact .map {
  margin-bottom: -143px;
}

body#contact .map iframe{height: 450px !important;}
.contact-box .text-center .d-block input#email_addr:focus {box-shadow: none !important;}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
  padding:10px 40px;
  background-color: #04AA6D;
  color: white;
  font-size:17px;
  max-width:300px;
  border-radius:20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;  
}
/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  z-index: 9;
 
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  border-radius:20px;
  background-color:#eee;
  color:#777;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  border-radius:20px;
  background: #ddd;
  resize: none;
  min-height: 200px;
  color:#777;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
   font-size:17px;
  padding: 10px 20px;
  border: none;
  border-radius:20px;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #1974D2;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 0.8;
}

/******** banner start here *********/

.banner {
  background: white;
  padding-top: 155px;
  padding-bottom: 0px;
  position: relative;
}

.svg-shape {
  overflow: hidden;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
}

.svg-shape svg {
  height: 172px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  transform: rotatey(180deg);
  left: initial;
}

/*img.banner-img {position: absolute; bottom: -600px; left: 0; right: 0; margin: 0 auto;}*/
.svg-shape svg path {
  fill: #f0f7f8
}

.banner-contet {
  position: relative;
  z-index: 9;
}

section#home .svg-shape {
  bottom: 169px;
  position: absolute;
}

/*************** About-sec start here *****************/

.about-img.relative img {
  position: relative;
  z-index: 1;
}

.list-about i {
  font-size: 24px;
  margin-top: 2px;
}

/*************** contact box start here **************/
.contact-box {
  width: 100%;
  padding: 50px;
  background-color: #f5e8da;
  margin-top: -70px;
  z-index: 9;
  margin-bottom: 30px;
}

.contact-right a:hover {
  color: #254a45;
}


/******* footer start here *********/
footer {
  padding: 0px 0px 15px 0px;
  display: block;
  width: 100%;
  text-align: center;
  background: url(../images/footer-bg.png) no-repeat left bottom;
  margin-top: 100px;
}

footer .svg-shape {
  margin-top: 0px;
  transform: rotate(0deg);
}

footer p,
footer ul li,
footer .social-head ul li,
footer .social-head ul li a,
footer a,
footer span,
footer {
  margin-bottom: 0px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  transition: all 0.5s ease;
}

footer ul {
  padding: 15px 0px 15px 0px;
  margin-bottom: 0px;
}

.logo-footer {
  margin-bottom: 10px;
}

footer ul li {
  padding: 0px 10px;
  font-weight: 400;
}

footer a:hover {
  color: #fff;
}

footer span {
  padding: 0px 10px;
}

footer .social-head ul.text-right {
  justify-content: flex-end;
  margin-bottom: 0px;
}

footer hr {
  border-top: 1px solid rgba(255, 255, 2555, 0.2);
}

footer ul.social li {
  width: 32px;
  border: 1px solid #fff;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer ul.social {
  display: flex;
  justify-content: center;
  gap: 5px;
}

p.mobile-view {
  display: none;
}

/*********** About sec start here ************/
.inner-banner .svg-shape {
  margin-top: 0px;
}

.pt-100 {
  padding-top: 100px !important;
}

.advantage-single {
  padding: 35px 20px;
  border: 1px solid #254a45;
  border-radius: 8px;
  margin: 15px 0px;
}

.advantage-single img {
  background: #08a29e;
  border-radius: 50%;
  margin-bottom: 20px;
}

/******** pricing page start here ******************/
.plan-single {
  padding: 60px 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  transition: all 0.5s ease;
}

.addon {
  background: #254a45;
  padding: 2px 15px;
  border-radius: 30px;
  margin-bottom: 40px;
  display: inline-block;
}

.plan-single ul {
  list-style: none;
}

.plan-single ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(37, 74, 69, 0.1);
  color: #254a45;
  position: relative;
}

.plan-single ul li:last-child {
  border-bottom: 0px;
}

.plan-single ul li::before {
  content: '\f058';
  color: #08a29e;
  transition: all .25s;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.active-plan,
.plan-single:hover {
  background: #08a29e;
  margin-top: 50px;
}

.active-plan h6,
.active-plan span,
.active-plan h2,
.active-plan li,
.active-plan li::before,
.plan-single:hover h6,
.plan-single:hover span,
.plan-single:hover h2,
.plan-single:hover li,
.plan-single:hover li::before {
  color: #fff !important;
}

/************* plan switch css ********/
.switch {
  margin: 4rem auto;
}

/* main styles */
.switch {
  width: 24rem;
  position: relative;
}

.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.switch input:checked {
  z-index: 1;
}

.switch input:checked+label {
  opacity: 1;
  cursor: default;
  color: #08a29e;
}

.switch input:not(:checked)+label:hover {
  opacity: 1;
}

.switch label {
  color: #254a45;
  opacity: 1;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}

.switch .toggle-inside {
  border-radius: 5rem;
  background: #08a29e;
  position: absolute;
  transition: 0.25s ease all;
}

.switch--horizontal {
  width: 18rem;
  margin: 0 auto;
  font-size: 0;
}

.switch--horizontal input {
  height: 36px;
  width: 80px;
  left: 80px;
  margin: 0;
}

.switch--horizontal label {
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  width: 80px;
  line-height: 36px;
  height: 36px;
  margin: 0;
  text-align: center;
}

.switch--horizontal label:last-of-type {
  margin-left: 80px;
}

.switch--horizontal .toggle-outside {
  background: #fff;
  position: absolute;
  width: 76px;
  left: 85px;
  height: 36px;
}

.switch--horizontal .toggle-inside {
  height: 22px;
  width: 22px;
}

.switch--horizontal input:checked~.toggle-outside .toggle-inside {
  left: 8px;
  top: 6px;
}

.switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
  left: 48px;
}

/********* terms privacy page start here ************/
.terms-ul {
  list-style: none;
}

.terms-ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #254a45;
  position: relative;
}

.terms-ul li::before {
  content: '\f35a';
  color: #08a29e;
  transition: all .25s;
  font-family: 'Font Awesome 5 Free';
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

/*
.contact .info-box {color: #313030; box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); padding: 20px;}
.contact .info-box a:hover{color: #254a45;}
.contact .info-box i {font-size: 20px; color: #08a29e; border-radius: 50%;  padding: 8px; border: 2px dotted #08a29e;  float: left;  width: 50px;  height: 50px;  display: flex;  align-items: center;
    justify-content: center;}
.contact .info-box h3 {margin: 10px 0 10px 68px;}
.contact .info-box p {padding: 0;line-height: 24px; font-size: 14px; margin: 0 0 0 68px;}
.contact .contact-form {box-shadow: 0 0 30px rgba(214, 215, 216, 0.6); padding: 30px;}
.contact .contact-form .validate {display: none; color: red;margin: 0 0 15px 0;font-weight: 400; font-size: 13px;}
.contact .contact-form .error-message {display: none; color: #fff; background: #ed3c0d; text-align: left; padding: 15px; font-weight: 600;}
.contact .contact-form .error-message br + br {margin-top: 25px;}
.contact .contact-form .sent-message {display: none; color: #fff; background: #18d26e;text-align: center;padding: 15px; font-weight: 600;}
.contact .contact-form .loading {display: none; background: #fff; text-align: center; padding: 15px;}
.contact .contact-form .loading:before {content: ""; display: inline-block; border-radius: 50%; width: 24px; height: 24px; margin: 0 10px -6px 0; border: 3px solid #18d26e; border-top-color: #eee; -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;}
.contact .contact-form input, .contact .contact-form textarea {border-radius: 0; box-shadow: none; font-size: 14px;}
.contact .contact-form input:focus, .contact .contact-form textarea:focus {background-color:; border-color: #08a29e !important;}
.contact .contact-form input {padding: 15px 15px;}
.contact .contact-form textarea {padding: 12px 15px; resize: none;}
.contact-form .form-control{border: none;}
*/
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/***************** About page css start here *******/

section#about {
  padding: 185px 0 145px;
}

.about-new .work-text img {
  padding: 0 !important;
  max-width: 70px;
  border: none !important;
}

section.our-team {
  padding: 60px 0 0;
}

section#about.banner::before,
section#contact.banner::before {
  display: none !important;
}

section.our-team img:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}


/***************** About page css end here *******/



/***************** Contact page css start here *******/

section.contact-sec {padding: 60px 0;}
section.contact-sec h2::before, .terms-privacy h2::before {display: none;}
span.list-icon.light-blue.pr-2 {width: 27px;}
section.contact-sec ul li .list-icon {width: 32px;}
section.contact-sec ul li a:hover {color: #2b182d;}
section.contact-sec ul li .list-icon {width: 32px;background-color: #f5e8da;height: 32px;}
section.contact-sec ul .list-icon i.fas.fa-phone-alt {transform: rotate(90deg);}
.contact .contact-form input {padding: 15px 15px;}
.contact .contact-form input, .contact .contact-form textarea {border-radius: 0;box-shadow: none;font-size: 14px;}
.contact .contact-form input {padding: 15px 15px;}
.contact .contact-form input, .contact .contact-form textarea {border-radius: 0;box-shadow: none;font-size: 16px;}
.contact-form .form-control {border: 1px solid #f5e8da;}
.contact .contact-form .filled-btn {background-color: #50006c;border: 1px solid #50006c;text-transform: uppercase;padding: 10px 25px;}
.contact .contact-form .filled-btn:hover {background-color: transparent !important;}
.contact .contact-form .filled-btn::before {display: none;}

/***************** Contact page css end here *******/
/***************** Google translate language dropdown start *******/
.goog-te-gadget img{
  display:none !important;
}
.section.contact-sec {
  padding: 60px 0;
}

section.contact-sec h2::before,
.terms-privacy h2::before {
  display: none;
}

span.list-icon.light-blue.pr-2 {
  width: 27px;
}

section.contact-sec ul li .list-icon {
  width: 32px;
}

section.contact-sec ul li a:hover {
  color: #2b182d;
}

section.contact-sec ul li .list-icon {
  width: 32px;
  background-color: #f5e8da;
  height: 32px;
}

section.contact-sec ul .list-icon i.fas.fa-phone-alt {
  transform: rotate(90deg);
}

.contact .contact-form input {
  padding: 15px 15px;
}

.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .contact-form input {
  padding: 15px 15px;
}

.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
}

.contact-form .form-control {
  border: 1px solid #f5e8da;
}

.contact .contact-form button.filled-btn,
.property-owner .filled-btn,
.pricing-sec .filled-btn {
  background-color: #50006c;
  border: 1px solid #50006c;
  text-transform: uppercase;
  padding: 10px 25px;
}

.contact .contact-form button.filled-btn:hover,
.property-owner .filled-btn:hover,
.pricing-sec .filled-btn:hover {
  background-color: transparent !important;
}

.contact .contact-form button.filled-btn::before,
.property-owner .filled-btn::before,
.pricing-sec .filled-btn::before {
  display: none;
}


/********* pricing start here **********/

.cs-pricing_table.cs-style1 {
  background-color: #f6f4ff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cs-pricing_table.cs-style1 .cs-pricing_head {
  padding: 30px 50px 25px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.cs-pricing_table.cs-style1 .cs-pricing_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.cs-pricing_table.cs-style1 .cs-pricing_icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

.cs-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-pricing_table.cs-style1 .cs-pricing_title {
  color: #a751c4;
  margin: 0;

}

.cs-pricing_table.cs-style1 .cs-price b {
  font-weight: 700;
  font-size: 60px;
  display: inline-block;
  line-height: 1em;
  color: #50006c;
}

.cs-pricing_table.cs-style1 .cs-pricing_lable {
  color: #50006c;
  font-size: 14px;
  line-height: 1.6em;
}

.cs-pricing_table.cs-style1 .cs-pricing_body {
  padding: 25px 50px 30px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature {
  color: #1C2528;
}

.cs-mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li {
  padding-left: 0px;
  position: relative;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
  margin-bottom: 14px;
}


/***************** Contact page css end here *******/



/*-- Letest Blog style start --*/

.latest-blog-section .latest-blog-content {
  padding-right: 20px;
}

.letest-blog-card {
  background: #f6f4ff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.letest-blog-card .letest-blog-img {
  min-height: 220px;
  width: 100%;
}

.letest-blog-card .letest-blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner {
  padding: 21px 29px;
}

.recent-post-text h6 {
  font-size: 14px;
}

.recent-post-text h5 a {
  font-size: 18px;
  color: #000;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h5 {
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h5 span {
  color: #a751c4;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h4 {
  margin-bottom: 11px;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h4 a {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner h4 a:hover {
  color: #50006c;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner p {
  margin-bottom: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner a {
  color: #50006c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.letest-blog-card .letest-blog-info .letest-blog-info-inner a img {
  margin-left: 11px;
}

.letest-blog-card .letest-blog-catd-title {
  font-size: 18px !important;
  line-height: 30px;
  margin-bottom: 20px;
  color: #50006c;
}

.letest-blog-search-section {
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.letest-blog-search-section form {
  display: -webkit-box;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.letest-blog-search-section form button,
.letest-blog-search-section form button:focus,
.letest-blog-search-section form button:active {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.letest-blog-search-section form input {
  border: none;
  outline: none;
  width: 80%;
}

.categories-list {
  padding: 22px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.categories-list ul {
  padding: 0;
  list-style: none;
}

.categories-list ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories-list ul li a:hover {
  color: #50006c;
}

.recent-post-section {
  padding: 22px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recent-post-section ul {
  padding: 0;
  list-style: none;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.recent-post-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 19px;
}

.recent-post-section ul li .recent-post-img {
  min-height: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}

.recent-post-section ul li .recent-post-img img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.recent-post-section ul li .recent-post-text .blog-date {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
  margin-bottom: 8px;
}

.recent-post-section ul li .recent-post-text h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.recent-post-section ul li .recent-post-text h5 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recent-post-section ul li .recent-post-text h5 a:hover {
  color: #50006c;
}

.post-tags-section {
  padding: 22px 30px 30px 30px;
}

.post-tags-section ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.post-tags-section ul li {
  border-radius: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

.post-tags-section ul li a {
  font-size: 14px;
  font-style: italic;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  display: block;
  padding: 0 20px;
  color: #a751c4;
}

.post-tags-section ul li a:hover {
  color: #50006c;
  border: 1px solid #50006c;
}



.staco-pagination {
  max-width: 290px;
  width: 100%;
}

.staco-pagination ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.staco-pagination ul li {
  min-height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.staco-pagination ul li a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.staco-pagination ul li:hover,
.staco-pagination ul li.active {
  border: 1px solid #a751c4;
}

.staco-pagination ul li:hover a,
.staco-pagination ul li.active a {
  color: #a751c4;
}

/*-- Letest Blog style end --*/

/***************** Google translate language dropdown start *******/
.goog-te-gadget img {
  display: none !important;
}

body>.skiptranslate {
  display: none;
}

body {
  top: 0px !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 0 8px !important;
  padding: 10px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}

select.goog-te-combo option {
  color: black;
  /* Set text color of options to black */
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget a {
  color: transparent !important;
}

.goog-te-gadget {
  font-size: 0px !important;
}

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
}

.goog-te-gadget>div~* {
  display: none;
}


/*****************  Google translate language dropdown end *******/
section.terms-privacy {
  padding: 60px 0;
}

section.contact-sec ul .list-text a:hover,
section.terms-privacy a.dark-text:hover {
  color: #a751c4;
}

.inner-details img {
  aspect-ratio: 1 / 0.74;
  object-fit: cover;
  width: 100%;
}

section.main-nav ul.navbar-nav .mob-login-register {
  display: none;
}

.logo_imgs ul.numbers li {
  padding: 0px 20px;
}


.navbar-expand-lg .navbar-nav .goog-te-gadget {
    max-width: 144px;
}

.navbar-expand-lg .navbar-nav .goog-te-gadget select{
width:100%;
}
/***************** media query start here *******/

@media screen and (min-width: 1200px) {
  .mw-xl-1100px {
    max-width: 1100px !important;
  }
}

@media screen and (min-width: 1366px) {
  .modal-lg {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1410px;
  }

  .banner::before {
    bottom: 323px;
  }
}


@media screen and (max-width: 1800px) {
  section#home .svg-shape {
    bottom: 250px;
  }
}



@media screen and (max-width: 1599px) {
  h1 {
    font-size: 46px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  /**.banner .svg-shape{margin-top: -370px;}**/
  .banner-contet span {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .banner {
    padding-top: 120px;
  }

  section#home .svg-shape {
    bottom: 154px;
  }

  .banner::before {
    bottom: 141px;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    padding: 0px 23px;
  }

  .portfolio .inner-content p.white.pt-2.mt-1 {
    font-size: 12px;
  }

}

@media screen and (max-width: 1400px) {

  /** .banner .svg-shape {margin-top: -390px;}**/
  img.banner-img {
    max-width: 720px;
  }

  .banner::before {
    bottom: 130px;
  }
  section.main-nav .navbar-nav li.navbar-side-item a { padding: 0px 12px; color: #fff;  font-size: 13px;}
}

@media screen and (max-width: 1320px) {


  .navbar-expand-lg .navbar-nav .goog-te-gadget { max-width: 110px;}
}


@media screen and (max-width: 1200px) {
  .banner::before {
    bottom: 140px;
  }

}

@media screen and (max-width: 1199px) {
  section.main-nav .container {
    max-width: 96%;
  }

    section.main-nav .navbar-nav li.navbar-side-item a {
      padding: 0px 0px;
    }
        section.main-nav .navbar-nav li.navbar-side-item .dropdown-menu a {
          padding: 0px 12px;
        }

       section.main-nav .navbar-nav li.navbar-side-item {display: block;  text-align: left;   width: 100%; padding: 5px 20px;}

  .banner::before {
    bottom: 185px;
  }

  .banner span {
    max-width: 80%;
  }

  section.logo_imgs ul {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.logo_imgs ul li {
    padding: 0 25px;
  }

  .portfolio .inner-content {
    min-height: 230px;
  }

  section.listing .inner-content .lft-bar h4 {
    font-size: 24px !important;
    line-height: 28px;
  }

  section.listing .inner-content .lft-bar p {
    font-size: 16px !important;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    padding: 0px 13px;
    font-size: 20px;
  }

  section.how-it-work .work-text .position-center::before {
    width: 72px;
    right: -68px;
    background-size: 100% auto;
  }

  section.contact-sec .col-lg-8.offset-lg-2.col-md-12.col-sm-12 {
    margin: 0;
    flex: 100%;
    max-width: 100%;
  }

  div#navbarSide {
    display: block !important;
}

}

@media screen and (max-width: 1024px) {
  .banner::before {
    bottom: 214px;
  }

}

@media (mAx-width: 991px) {

  .navbar-expand-lg .navbar-nav .goog-te-gadget {
        max-width: 100%;
    }

  .goog-te-gadget .goog-te-combo {
    max-width: 100%;
  }
  .main-nav nav.navbar ul.login-register {
    display: none !important;
  }

  section.main-nav ul.navbar-nav .mob-login-register {
    display: block;
  }

  .toggle-ul {
    display: block;
  }

  .navbar-side {
    min-height: 100vh;
    width: 280px !important;
    font-size: 1.6rem;
    position: fixed;
    top: 0;
    right: 0;
    left: initial;
    padding: 0;
    list-style: none;
    background: linear-gradient(to top, #50006c 0%, #a751c4 100%);
    overflow-y: auto;
    z-index: 1000;
  }

  div#navbarSide .navbar-toggler {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
    text-align: right;
  }

  #close {
    outline: none !important;
    border: none;
  }

  .fixed {
    position: fixed !important;
    top: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    z-index: 999999;
    height: auto !important;
  }

  .fixed a.navbar-brand {
    max-width: 100px;
  }

  .fixed a.navbar-brand img {
    max-height: 50px;
  }

  .fixed .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-side .social-head {
    position: absolute;
    bottom: 20px;
    left: 15px;
  }

  .navbar-side-item {
    margin-bottom: .2rem;
    font-weight: 300;
  }

  .navbar-side-item {
    padding: 1.3rem 0rem 1.3rem 0;
    font-size: 40px;
    font-weight: 400;
    text-align: left;
  }

  .navbar-side-item {
    height: auto;
    padding-top: 0.5rem;
    line-height: 20px;
    padding-bottom: 0.5rem;
  }

  .navbar-side-item a {
    display: inline-block;
  }

  .side-link {
    padding-left: 1.7rem;
    padding-right: 1.2rem;
    color: #fff;
    transition: all 0.5s ease;
  }

  .side-link:active,
  .side-link:hover {
    text-decoration: none;
    color: #000;
  }

  .navbar-side {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }

  .reveal {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 400ms ease;
    transition: 400ms ease;
  }

  .overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #5f5f5f;
    opacity: .6;
    z-index: 990;
    min-height: 100vh;
  }

  button#navbarSideButton {
    border: none;
    outline: none;
    transition: all 0.5s ease;
    width: 26px;
  }

  button#navbarSideButton img {
    width: 100%;
    height: 20px;
    transition: all 0.5s ease;
  }

  button#navbarSideButton:hover img {
    transform: scaleX(1.2);
  }

  nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .scroller-right {
    position: fixed;
    width: 40px;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 999;
  }

  .scroller-right a {
    font-size: 15px;
    height: 14.3vh;
    color: #1951C2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.main-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    transform: initial !important;
  }

  div#navbarSide .navbar-toggler i {
    font-size: 36px;
    color: #fff;
  }

  .banner span {
    max-width: 100%;
  }

  .banner h1 {
    font-size: 40px !important;
  }

  .banner::before {
    bottom: 221px;
  }

  section.about-sec {
    padding: 25px;
  }

  section.about-sec .about-img.relative {
    margin-bottom: 30px;
  }

  .portfolio .inner-content p.white.pt-2.mt-1 {
    font-size: 16px;
  }

  section.listing .sale-col {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  section.listing .sale-col .content-all {
    margin-bottom: 25px !important;
    width: 48% !important;
  }

  section.listing .justify-content-center {
    justify-content: space-between !important;
  }

  section.listing .justify-content-center .col-lg-4 {
    margin-bottom: 25px;
  }

  section.how-it-work .work-text .position-center::before {
    display: none;
  }

  footer .contact-box {
    display: block !important;
  }

  footer .contact-box .contact-left.text-left {
    text-align: center !important;
    padding-bottom: 20px;
  }

  footer .contact-box .text-center .d-block {
    width: 100%;
  }

  footer .contact-box .text-center .d-block .btn.filled-btn {
    height: 40px;
    width: 45px;
  }

  footer .contact-box {
    margin-top: 0;
    margin-bottom: 120px;
  }

  footer {
    margin-top: 60px;
  }

  section.testimonials {
    padding: 90px 0 0px;
  }

  .side-link {
    padding-left: 0rem;
    padding-right: 1rem;
  }

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

  ul.login-register.d-flex.mb-0 li a {
    padding: 4px 10px !important;
    margin-left: 10px;
  }

  ul.login-register.d-flex.mb-0 li a::before {
    display: none;
  }

  section.main-nav.fixed .navbar,
  button#navbarSideButton {
    padding: 0;
  }

  .about-new .mb-5 {
    margin: 0px !important;
  }

  .about-new .work-text {
    border: 1px solid #a751c4;
    height: 100%;
    padding: 30px 20px !important;
  }

  section.how-it-work .work-text p {
    margin: 0;
  }

  .fs-26 {
    font-size: 21px !important;
  }

  .main-nav nav.navbar {
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media screen and (max-width: 767px) {
  .goog-te-gadget {
    display: block;
    margin-top: 0;
  }

  

  .navbar-nav {
    margin-top: 7px;
  }

  .banner::before {
    display: none;
  }

  section.logo_imgs ul.numbers {
    display: block !important;
  }

  section.logo_imgs ul li {
    width: 50%;
    float: left;
    margin: 0 !important;
    height: 110px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.listing .sale-col {
    display: block;
  }

  section.listing .sale-col .content-all {
    margin-bottom: 30px !important;
    width: 100% !important;
  }

  section.listing .sale-col .content-all img,
  section.listing .inner-details img {
    width: 100%;
  }

  section.listing .col-lg-8 .inner-content {
    position: relative;
    padding: 20px 0px;
  }

  section.listing .col-lg-8 .inner-content .about-content {
    display: block !important;
  }

  section.listing .col-lg-8 .inner-content .about-content {
    display: block !important;
    background-color: #f5e8da;
  }

  section.listing .col-lg-8 .inner-content .about-content .w-40,
  section.listing .col-lg-8 .inner-content .about-content .w-60 {
    width: 100%;
  }

  section.listing .col-lg-8 .inner-content .about-content .w-40 {
    padding-bottom: 0 !important;
  }

  section.listing .col-lg-8 .inner-content .about-content .w-60 {
    padding-top: 10px !important;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul {
    margin: 0px;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    border-right: 1px solid #2b182d;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    padding: 0px 40px;
    font-size: 18px;
    line-height: 20px;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li span {
    font-size: 14px !important;
  }

  section.listing .sale-col {
    margin-top: 10px;
  }

  section.listing .inner-details .shadow .address-text.align-left {
    margin-top: 10px;
  }

  section.testimonials .work-text .top-content p::before {
    top: 2px;
    background-size: 25px !important;
  }

  section.testimonials .work-text .top-content p::after {
    right: -12px;
    bottom: -20px;
    background-size: 25px !important;
  }

  section.testimonials .work-text .top-content p span {
    padding-right: 20px;
  }

  .fs-56 {
    font-size: 42px !important;
  }

  .banner {
    background-size: cover !important;
  }

  .banner {
    background: url(../images/banner-bg-mob.jpg) no-repeat;
  }

  #property-owner .container .row{flex-direction: column-reverse;}
  section.about-sec h2 {line-height: 28px;}
  .property-manager:before, .property-owner:before{width: 100%;}
  

}


@media screen and (max-width: 667px) {
  .banner h1 {
    font-size: 30px !important;
  }

  .fs-18 {
    font-size: 14px !important;
  }

  nav.navbar img {
    max-width: 140px;
  }

  .banner {
    padding-top: 90px;
  }

  .filled-btn,
  .border-btn,
  .filled-btn,
  .border-btn:hover {
    padding: 8px 20px !important;
    font-size: 12px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  p {
    font-size: 14px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .fs-26 {
    font-size: 22px !important;
  }

  .fs-20 {
    font-size: 18px !important;
  }

  .fs-16 {
    font-size: 14px !important;
  }

  .fs-28 {
    font-size: 24px !important;
  }

  .about-inner-text h3.light-blue.mb-3 {
    margin-bottom: 10px !important;
  }

  .about-inner-text p {
    margin-bottom: 5px;
  }

  .portfolio .inner-content {
    min-height: auto;
  }

}

@media screen and (max-width: 575px) {
  .banner .banner-contet p.mb-4.mt-2.pb-3 {
    margin-bottom: 0 !important;
  }

  .fs-28 {
    font-size: 20px !important;
  }

  section.listing .inner-content .lft-bar h4 {
    font-size: 20px !important;
    line-height: 20px;
  }

  .fs-26 {
    font-size: 20px !important;
  }

  section.listing .inner-content .lft-bar p {
    font-size: 14px !important;
  }

  .contact-box .text-center .d-block {
    padding: 4px;
  }

  .fs-56 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .contact-box {
    width: 100%;
    padding: 30px;
    background-color: #f5e8da;
    margin-top: -70px;
    z-index: 9;
    margin-bottom: 30px;
  }

  footer .contact-box {
    margin-bottom: 30px;
  }

  .contact-box .text-center .d-block input#email_addr,
  .contact-box .text-center .d-block i {
    font-size: 14px;
  }

  footer .contact-box .text-center .d-block .btn.filled-btn {
    height: 30px;
    width: 34px;
  }

  section.listing,
  section.how-it-work {
    padding: 50px 0;
  }

  section.testimonials {
    padding: 50px 0 50px;
  }

  .banner {
    padding-top: 100px;
  }

  .banner h1 {
    font-size: 26px !important;
  }

  .banner-contet span {
    padding: 5px 0 !important;
  }

  section.logo_imgs {
    padding: 25px 0 0;
  }

  section.portfolio {
    padding: 50px 0px;
  }

  section.portfolio .pt-3 {
    padding: 0 !important;
  }

  section.about-sec {
    padding: 25px 0;
  }

  .bg-imgs::before {
    background-size: 70px;
  }

  .contact .contact-form input {
    padding: 10px 10px;
  }

  section.contact-sec {
    padding: 40px 0;
  }

  section#about {
    padding: 115px 0 75px;
  }

  footer {
    margin-top: 0px;
  }

  section.terms-privacy {
    padding: 50px 0;
  }

  .contact-box .text-center .d-block .btn.filled-btn i.fa-solid.fa-paper-plane {
    font-size: 14px;
  }

}

@media screen and (max-width: 480px) {
  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    padding: 0px 30px;
    font-size: 16px;
    line-height: 17px;
  }

  .listing .col-lg-8 .inner-content .about-content .lft-bar,
  .listing .col-lg-8 .inner-content .about-content .rt-bar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }


  footer {
    background-size: cover;
  }

  p.mobile-view {
    display: block;
  }

  footer ul.social li:first-child {
    display: none;
  }

  .map iframe {
    height: 200px;
  }

}

@media screen and (max-width: 360px) {
  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    padding: 0px 20px;
    font-size: 16px;
    line-height: 17px;
  }

  section.about-sec h2 {
    line-height: 28px;
  }

  section.how-it-work .work-text img {
    border: 1px solid #a751c4;
    padding: 20px;
  }

  .fs-26 {
    font-size: 18px !important;
  }

}

@media screen and (max-width: 320px) {
  section.logo_imgs ul li {
    padding: 0 0px;
  }

  section.logo_imgs ul li {
    width: 100%;
  }

  section.listing .inner-content .about-content .rt-bar.w-60 .tp-bar ul li {
    padding: 0px 15px;
  }

}

/* --- SEO / a11y: sentence-case headings (Bebas Neue is uppercase-only) --- */
.banner .banner-contet h1 {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 2.75rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  line-height: 1.15 !important;
}

.about-sec h2,
.about-sec h3,
.contact-sec h2,
.latest-blog-section h2,
.latest-blog-section h3,
.blog-article-card h3,
.pricing-sec.support-sec h2,
.pricing-sec.support-sec h3 {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  text-transform: none !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
}

