/* Font Family */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* Font Family */

/* Universal Css Start Here */
:root {
  --first-color: #000;
  --second-color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h5 {
  font-size: 13px;
  line-height: 23px;
}

a.btn {
  background-color: #fff;
  padding: 10px 30px;
  color: #000;
  text-decoration: none;
  transition: 0.6s;
  border-radius: 5px;
}

figure {
  margin-bottom: 0;
}

@media(max-width:390px) {
  h3 {
    font-size: 25px;
  }
}

/* Inner Pages Banner */
/* .universal_banner {
  padding: 45px 0;
  background: #979797;
}
.universal_banner .contentDv {
  text-align: center;
}
.universal_banner .contentDv h2.title {
  font-size: 32px;
  color: #ffffff;
}
.universal_banner .contentDv p {
  color: #fff;
} */
/* Inner Pages Banner */

/* Universal Css End Here */

/* Mobile Header Css Start Here */
header .canvas_btn {
  display: flex;
  justify-content: end;
  padding: 0 10px 0 0px;
}

.canvas_btn button.btn.btn-open {
  background: transparent;
  border-radius: 0;
  border: 0;
  width: 25px;
  padding: 0;
  display: none;
  flex-direction: column;
  box-shadow: 0 0 0 0;
  cursor: pointer;
}

.canvas_btn button.btn.btn-open span.menu-line {
  width: 35px;
  height: 2px;
  background: #fff;
  margin: 3px 0;
  display: block;
}

.canvas_btn button.btn.btn-open span.menu-line.line-2x {
  width: 25px;
}

.mobile_header {
  position: fixed;
  z-index: 2;
  right: 0;
  background: #000000;
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0px 0px 30px;
  transition: 0.8s;
  transform: translateX(120%);
  top: 0;
  z-index: 99999;
}

.mobile_header.show {
  transform: translateX(0%);
}

.mobile_header .cancel {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_header ul.mobile_menus {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile_header ul.mobile_menus li.menu_items {
  margin: 10px 0;
}

.mobile_header ul.mobile_menus li.menu_items.menu_btn {
  margin-top: 30px;
}

.mobile_header ul.mobile_menus li.menu_items a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

/* .mobile_header ul.mobile_menus li.menu_items.menu_btn a {
  background: #c98536;
  padding: 13px 25px;
  border-radius: 50px;
} */
.mobile_header ul.mobile_menus li.menu_items.cart_btn a span.count {
  background: #c98536;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
}

@media (max-width: 991px) {
  header .canvas_btn button.btn.btn-open {
    display: flex;
  }
}

@media (max-width: 768px) {
  .mobile_header {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .mobile_header {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .mobile_header {
    width: 65%;
  }
}

/* Mobile Header Css Start Here */

/* Header Css Start Here */
header#headerTop {
  background: #000;
  padding: 20px 100px;
}

header#headerTop .navbar_menus ul.menus {
  padding: 0;
  margin: 0;
  list-style: none;
}

header#headerTop .navbar_menus ul.menus li {
  display: inline-block;
  margin-right: 23px;
}

header#headerTop .navbar_menus ul.menus li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}

header#headerTop .navbar_menus ul.menus li .dropdown button {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  font-family: "poppins";
  box-shadow: none;
  font-weight: 300;
  outline: none;
}

header#headerTop .navbar_menus ul.menus li .dropdown .dropdown-menu {
  background: #000;
  border-radius: 0;
  box-shadow: 0px 0px 8px #ddd;
  margin-top: 40px;
}

header#headerTop .navbar_menus ul.menus li .dropdown .dropdown-menu a.dropdown-item:hover {
  color: #000;
}

header#headerTop .right_menus {
  display: flex;
  align-items: center;
  justify-content: end;
  justify-content: space-evenly;
}

header#headerTop .right_menus .button-group.logins_btn {
  padding-right: 75px;
}

header#headerTop .right_menus .button-group.logins_btn ul.login_menus {
  list-style: none;
  margin: 0;
  padding: 0;
}

header#headerTop .right_menus .button-group.logins_btn ul.login_menus li {
  display: inline-block;
}

header#headerTop .right_menus .btn-secondary {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0;
  font-family: "poppins";
  box-shadow: none;
  font-weight: 300;
  font-size: 11px;
  outline: none;
}

header#headerTop .right_menus .dropdown-menu {
  background: #000;
  border-radius: 0;
  box-shadow: 0px 0px 8px #ddd;
  margin-top: 40px;
  color: #fff;
}

header#headerTop .right_menus .dropdown-menu a {
  color: #fff;
}

header#headerTop .right_menus .dropdown-item:focus,
header#headerTop .right_menus .dropdown-item:hover {
  color: #000;
}

header#headerTop .right_menus .button-group.logins_btn ul.login_menus li.spacer {
  color: #fff;
  text-align: center;
  margin: 0 3px;
}

header#headerTop .right_menus .button-group.logins_btn ul.login_menus li.menu-items a {
  color: #fff;
  font-family: "poppins";
  text-decoration: none;
  font-weight: 300;
}

header#headerTop .right_menus .button-group.get_quote a.btn {
  font-weight: 600;
  padding: 13px 30px;
}

header#headerTop .right_menus .canvas_btn {
  margin-left: 15px;
  display: none;
}

header#headerTop .right_menus .canvas_btn i {
  color: #fff;
  font-size: 25px;
}

.Live-chat {
  position: fixed;
  top: 50%;
  right: 0;
  background: black;
  z-index: 1;
  padding: 0.5rem 1rem;
  display: flex;
  transition: 0.6s;
  transform: translateX(65%);
}

.Live-chat:hover {
  transform: unset;
}

.Live-chat img {
  width: 1.5rem;
}

.Live-chat p {
  margin-bottom: 0;
  margin-left: 10px;
  color: white;
}

header#headerTop ul.menus {
  font-size: 11px;
}

header#headerTop ul.login_menus {
  font-size: 11px;
}

header#headerTop .navbar_menus ul.menus li .dropdown button {
  font-size: 11px;
}

.modal-signup-sec .modal-sec-img img {
  max-width: 100%;
  border: 1px solid #fff;
  height: 100%;
}

.modal-signup-sec .modal-body {
  padding: 0;
}

.modal-signup-sec .modal-dialog.modal-lg {
  margin: 7% auto;
}

.tabs-radio,
.tabs-radio2,
.tabs-radio3 {
  font-size: 10px;
}

.modal-signup-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: white;
  border-color: white;
}

.modal-signup-sec .nav-tabs {
  border-bottom: unset;
}

.modal-signup-sec .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: white;
}

.modal-signup-sec input.form-control {
  font-size: 13px;
  font-weight: 600;
  padding-left: 0;
  color: #8a8a8a;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 80%;
  }

}

@media(max-width:767px) {
  .modal-signup-sec .modal {
    width: 90%;
    margin: auto;
  }

  .modal-signup-sec .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }

  .modal-signup-sec .modal-header button.close {
    color: #fff;
  }
}

.tabs-radio,
.tabs-radio2,
.tabs-radio3 {
  position: relative;
}

.tabs-radio::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: calc(-14%);
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.nav-link.active .tabs-radio:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -10.5%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
}

.tabs-radio2::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.8rem;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.nav-link.active .tabs-radio2:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -0.6rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
}

.tabs-radio3::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.8rem;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}

.nav-link.active .tabs-radio3:after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -0.6rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: black;
}

@media(max-width:1100px) {
  .nav-link.active .tabs-radio:after {
    left: -17.5%;
  }

  .tabs-radio::before {
    left: calc(-24%);
  }
}

.modal-signup-sec .nav-tabs {
  gap: 2rem;
}

.modal-signup-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #272727;
  font-weight: 600;
}

.modal-signup-sec .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: #8a8a8a;
}

.form-start {
  margin: 0 19px 0 0;
}

.form-start button.btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

.form-start button.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  width: 100%;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
  margin-top: 20px;
}

.form-control {
  border: none;
  border-bottom: 1px solid #c5c5c5;
  border-radius: unset;
}

.form-option .form-control {
  border: unset;
}

.form-option {
  display: flex;
  border-bottom: 1px solid #c5c5c5;
}

.form-option select#inlineFormCustomSelect {
  border: none;
  width: 5rem;
  max-width: 5rem;
  height: 2rem;
}

.modal-signup-sec .col-md-6.body-modal {
  padding: 30px 50px 30px 35px;
}

.form-start label {
  font-size: 14px;
  font-weight: 500;
}

.form-start .form-control {
  font-size: 12px;
}

.form-option select {
  font-size: 12px;
}

.img-txt-content {
  position: absolute;
  top: calc(100% - 38%);
  text-align: center;
  left: 0;
  right: 0;
}

.img-txt-heading h3 {
  font-size: 1.5rem;
  font-weight: 500;
  width: 50%;
  color: #fff;
  margin: 0 auto;
  line-height: 2.1rem;
  padding-bottom: 15px;
}


.img-txt-heading p {
  color: #fff;
  font-size: 12px;
  width: 29rem;
  margin: 0 auto;
}

@media(max-width:1100px) {
  .img-txt-heading h3 {
    width: 55%;
  }

  .img-txt-heading p {
    width: 20rem;
  }
}

.img-txt-connect p {
  color: #fff;
  margin-top: 5px;
}

.img-txt-connect hr {
  border: 1px solid #fff;
  width: 7rem;
}

.img-txt-connect {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
}

.img-social-icon {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.img-social-icon div {
  background: #fff;
  width: 30px;
  border-radius: 4px;
  line-height: 2;
  height: 30px;
}

.modal-heading p {
  font-size: 14px;
  font-weight: 500;
}

.modal-signup-sec .col-md-6.modal-sec-img {
  padding: 0;
}

@media(max-width:1100px) {
  .img-txt-connect {
    margin-top: 0rem;
  }

  .img-txt-connect hr {
    width: 5rem;
  }
}

/* dropdown css start here */

ul.main-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
}

ul.main-navigation li {
  display: block;
  position: relative;
  float: left;
  background: transparent;
}

ul.main-navigation li ul {
  display: none;
}

ul.main-navigation li a.accounts {
  font-size: 11px;
  background: url(../img/icondown.png) no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  padding-right: 1.3rem;
}

ul.main-navigation li:hover a.accounts {
  background: url(../img/icondown.png) no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  padding-right: 1.3rem;
}

ul.main-navigation li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  /* white-space: nowrap; */
  color: #fff;
  font-size: 12px;
}

ul.main-navigation li:hover a.navprofile {
  background: url(../img/next.png) no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}

ul.main-navigation li:hover a.navprofile {
  background: url(../img/next.png) no-repeat;
  background-position-x: 100%;
  background-position-y: center;
}

/* ul.main-navigation li a:hover { background-color: #2c3e50; } */

ul.main-navigation li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0;
  width: 110px;
  background: #000;
  text-align: center;
}

ul.main-navigation li:hover li {
  float: none;
}

ul.main-navigation li:hover a {
  background: transparent;
}

ul.main-navigation li:hover li a:hover {
  background: #2c3e50;
}

.main-navigation li ul li {
  border-top: 0;
}

ul.main-navigation ul ul {
  left: 100%;
  top: 0;
}

ul.main-navigation:before,
ul.main-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

ul:after {
  clear: both;
}

/* dropdown css end here */
@media (max-width: 767px) {
  .modal-signup-sec .nav-tabs {
    gap: 0rem;
  }

  .modal-signup-sec .modal-heading {
    margin: 1rem;
  }

  .modal-signup-sec .form-start {
    margin: 1rem;
  }

  .img-txt-connect hr {
    width: 5rem;
  }

  .img-txt-heading p {
    width: 70%;
  }

  .col-md-6.modal-sec-img {
    position: relative;
  }

  .img-txt-content {
    top: calc(100% - 80%);
  }
}

@media (max-width: 1100px) {
  header#headerTop .navbar_menus ul.menus li {
    margin-right: 10px;
  }

  header#headerTop .navbar_menus ul.menus li a {
    font-size: 12px;
  }

  header#headerTop .navbar_menus ul.menus li .dropdown button {
    font-size: 11px;
  }

  header#headerTop .right_menus .button-group.logins_btn {
    padding-right: 15px;
  }

  header#headerTop .right_menus .button-group.logins_btn ul.login_menus li.menu-items a {
    font-size: 12px;
  }

  header#headerTop .right_menus .button-group.get_quote a.btn {
    padding: 12px 15px;
  }
}

@media (max-width: 1024px) {
  header#headerTop .navbar_menus ul.menus li {
    margin-right: 6px;
  }

  header#headerTop .right_menus .button-group.get_quote a.btn {
    padding: 12px 8px;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  header#headerTop {
    padding: 20px 10px;
  }

  header#headerTop .navbar_menus {
    display: none;
  }

  header#headerTop .right_menus .button-group.get_quote a.btn {
    display: none;
  }

  header#headerTop .right_menus .canvas_btn {
    display: block;
  }
}

@media (max-width: 414px) {
  header#headerTop {
    padding: 20px 0px;
  }
}

@media(max-width:320px) {
  header#headerTop .col-lg-6.col-1 {
    display: none;
  }
}

/* signin section start */
a.btn.signinbtn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

a.btn.signinbtn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  width: 100%;
  transition: 0.6s;
}

section.signup-section.signin .form-start button.btn:hover {
  box-shadow: 0px 0px 0px 2px #000;
}

section.signup-section.signin img.img-fluid.passwordicon {
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 3;
  width: 15px;
}

section.signup-section.signin div#home .input-group {
  position: relative;
}

section.signup-section.signin .form-start .form-control {
  font-size: 13px;
  font-weight: 600;
  padding-left: 0;
  color: #8a8a8a;
}
section.signup-section.signin .form-start input#inputName{
  background:url(../img/inputemail.png) no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: 16px 12px;
}
section.signup-section.signin .form-start input#inputpass{
  background:url(../img/passwordicon.png) no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: 16px 12px;
}
section.signup-section.signin .form-start label {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

span.input-group-text::before {
  content: "";
  background: url(../img/inputemail.png);
  position: absolute;
}

section.signup-section .col-md-6.body-modal {
  margin: auto auto;
  padding: 0px 60px 0px 30px;
}

section.signup-section .modal-body {
  padding: 0;
}

section.signup-section .img-txt-content {
  top: calc(100% - 45%);
}

section.signup-section label.custom-check {
  margin-left: 2rem;
}

section.signup-section.signin .contactus-form-btn.col-md-6.col-xs-6 a {
  text-decoration: underline;
  font-size: 13px;
  color: black;
}

section.signup-section.signin label.custom-check {
  top: 3px;
}

section.signup-section .checkmark {
  position: absolute;
  top: 2px;
  left: 0rem;
  height: 12px;
  width: 12px;
  background-color: #000;
}

section.signup-section .custom-check .checkmark:after {
  top: 0px;
  left: 4px;
}

section.signup-section.signin label.custom-check {
  padding-left: 25px;
}

section.signup-section button.btn.custom-btn {
  background: transparent;
  color: #ada3a3;
  text-align: right;
  padding: 0;
  text-decoration: underline;
  font-size: 11px;
}

section.signup-section .form-start button.btn:hover {
  box-shadow: unset;
}

section.signup-section .form-group .row {
  margin-top: 1rem;
}

section.signup-section .text-center {
  margin-top: 4rem;
}

section.signup-section.signin .modal-header {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  border: 0;
}

.modal-signup-sec .modal-header {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  border: 0;
}

@media (max-width: 767px) {
  section.signup-section .img-txt-content {
    top: calc(100% - 67%);
    left: -1%;
  }

  section.signup-section .img-txt-connect hr {
    width: 3rem;
  }

  section.signup-section .col-md-6.body-modal {
    margin: 1rem;
  }

  section.signup-section .modal-dialog.modal-lg {
    margin: 2rem;
  }

  section.signup-section.signin .modal-header {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    border: 0;
  }

  section.signup-section.signin .modal-header button.close {
    color: #fff;
  }
}

/* signin section End */

/* Header Css End Here */

/* Banner Css Start Here */
.vide_box video {
  width: 100%;
}

section.banner_sec {
  overflow-x: hidden;
}

.banner_sec .vide_box img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.banner_sec .banner_slide {
  position: relative;
}

.banner_sec .banner_slide .banner_content {
  position: absolute;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px 0 100px;
}

.banner_sec .banner_slide .banner_content .headings h4 {
  color: #fff;
  line-height: 55px;
}

.banner_sec .banner_slide .banner_content h1.title {
  color: #ffffff;
  line-height: 30px;
}

@media(max-width:1100px) {
  .banner_sec .banner_slide .banner_content h1.title {
    font-size: 48px;
  }
}

.banner_sec .banner_slide .banner_content h2 {
  color: #ffffff;
  font-weight: 700;
}

.banner_sec .banner_slide .banner_content .description p {
  color: #fff;
  font-size: 14px;
  padding-right: 10rem;
  padding-bottom: 15px;
  padding-top: 15px;
}

.banner_sec .location_search_box ul.nav-pills {
  margin: 0 !important;
}

.banner_sec .location_search_box ul.nav-pills li.nav-item a {
  background: #ffffff;
  border-radius: 5px 5px 0px 0;
  color: #27272778;
  font-weight: 600;
  padding: 14px 40px;
  box-shadow: inset 2px -2px 5px #ccc;
}

.banner_sec .location_search_box ul.nav-pills li.nav-item a.active {
  box-shadow: none;
  color: #272727;
}

.banner_sec .banner_slide .banner_content .location_search_box .tab-content {
  background: #fff;
  padding: 30px 50px 30px 25px;
  position: relative;
  box-shadow: -8px 4px 8px #00000061;
}

.banner_sec .banner_slide .banner_content .location_search_box .tab-content:after {
  content: "";
  border-right: 15px solid #dddddd;
  border-bottom: 15px solid #0000;
  position: absolute;
  right: 0;
  top: 0px;
  border-left: 15px solid #0000;
  border-top: 15px solid #e2e0e2;
}

.banner_sec .banner_slide .banner_content .location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner_sec .banner_slide .banner_content .location .form-group {
  display: flex;
  align-items: flex-start;
  flex: 1;
  margin: 0;
}

.banner_sec .banner_slide .banner_content .location .form-group .iconBox {
  border: 1px solid #dedede;
  padding: 3px 12px;
  border-radius: 5px;
  margin-right: 20px;
}

.banner_sec .banner_slide .banner_content .location .form-group .iconBox i {
  font-size: 18px;
  color: #000;
}

.banner_sec .banner_slide .banner_content .location .form-group .inputs {
  flex: 1;
}

.banner_sec .banner_slide .banner_content .location .form-group .inputs label {
  color: #272727;
  font-weight: 600;
  margin: 0;
}

.banner_sec .banner_slide .banner_content .location .form-group .inputs .form-control {
  border: 0;
  border-bottom: 1px solid #7070708c;
  border-radius: 0;
  padding: 0 0;
  font-size: 13px;
  color: #8a8a8a;
  font-family: "Poppins";
  font-weight: 500;
  width: 90%;
}

.banner_sec .banner_slide .banner_content .location button.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

.banner_sec .banner_slide .banner_content .location button.btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

@media(max-width:767px) {


  .banner_sec .banner_slide .banner_content {
    margin-top: -355px;
    position: relative;
  }

  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 97px;
  }
}

@media(max-width:575px){
  .banner_sec .banner_slide .banner_content{
    margin-top: -326px;
  }
  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 30px;
  }
}

@media(max-width:425px) {
  .vide_box video {
    /* height: 100vh; */
  }

  .banner_sec .banner_slide .banner_content {
    position: relative;
    margin-top: -243px;
  }

  .banner_sec .banner_slide .banner_content .description p {
    font-size: 9px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .banner_sec .banner_slide .banner_content h2 {
    font-size: 25px !important;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .banner_sec .banner_slide .banner_content .headings h4 {
    font-size: 20px;
  }

}

@media(max-width:390px) {
  .banner_sec .banner_slide .banner_content h1.title {
    line-height: 16px !important;
    font-size: 20px !important;
  }

  .banner_sec .banner_slide .banner_content {
    position: relative;
    margin-top: -230px;
  }

  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 15px;
  }
  .banner_sec .banner_slide .banner_content .headings h4{
font-size: 16px;
  }
  .banner_sec .banner_slide .banner_content {
    margin-top: -215px;
}
}

@media(max-width:320px) {
  .banner_sec .banner_slide .banner_content .description p {
    padding-right: 3rem;
  }

  .banner_sec .banner_slide .banner_content h1.title {
    line-height: 16px !important;
    font-size: 32px !important;
  }

  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 33px;
  }

  .banner_sec .location_search_box ul.nav-pills li.nav-item a {
    font-size: 12px;
  }

  .banner_sec .banner_slide .banner_content .location .form-group .inputs label {
    font-size: 12px;
  }
}

/* Banner Css End Here */

/* Popular Sec Css Start Here */
section.Feature-property-section.popul-loca .card-items .col-md-8 img.img-fluid {
  width: 100%;
  height: 300px;
}

section.Feature-property-section.popul-loca .card-items .col-md-4 img {
  width: 365px;
  height: 143px;
  padding-left: 10px;
}

section.Feature-property-section.popul-loca a.btn {
  text-align: right;
}

.popular_sec {
  padding: 60px 0;
  overflow-x: hidden;
  position: relative;
  overflow-y: hidden;
}

/* .popular_sec:before {
  content: "";
  border-left: 40px solid #f5f5f5;
  border-bottom: 40px solid #f5f5f5;
  position: absolute;
  right: 4.9rem;
  top: 7.5rem;
  width: 20px;
  height: 20px;
  border-right: 40px solid white;
  border-top: 40px solid white;
  z-index: 9;
}
.popular_sec .row_bg:before {
  content: "";
  background: #f5f5f5;
  width: 95%;
  height: 320px;
  position: absolute;
  bottom: 25px;
} */
.popular_sec .row_bg {
  position: relative;
}

.popular_sec .row_bg:before {
  content: "";
  background-image: url(../img/back.png);
  position: absolute;
  top: 70px;
  width: 95%;
  height: 310px;
  background-size: 100% 100%;
}

.popular_sec .contentDv {
  padding-right: 10rem;
  padding-top: 3.5rem;
}

.popular_sec .popular_slider {
  margin: 0 0 0 -140px;
}

.popular_sec .popular_slider .slides {
  margin: 0 8px;
}

.popular_sec .popular_slider .slides img {
  border-radius: 5px;
  filter: brightness(0.5);
}
.popular_sec .popular_slider .slides figure {
  position: relative;
}
.popular_sec .popular_slider .slides span.country_name {
  
  /* opacity: .5; */
  font-size: 20px;
  font-weight: bold;
  color: #fff;
} 
.popular_sec .popular_slider .slides .pic_text {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.popular_sec .contentDv h4 {
  margin: 0;
  font-weight: 500;
}

.popular_sec .contentDv p {
  color: #272727ad;
}

.popular_sec button.slick-prev {
  position: absolute;
  right: -3.3rem;
  bottom: 0rem;
  top: unset !important;
  left: unset !important;
}

.popular_sec button.slick-next {
  position: absolute;
  bottom: 0rem;
  right: -6.5rem;
  top: unset;
}

.popular_sec button.slick-prev::before {
  content: "\f104";
  border: 1px solid #000;
  position: absolute;
  background: #fff;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
  z-index: 9;
}

.popular_sec button.slick-next:before {
  content: "\f105";
  position: absolute;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
  z-index: 9;
}

@media(max-width:425px) {
  .popular_sec {
    padding-bottom: 0;
  }

  section.about_sec .button-group {
    margin-bottom: 2rem;
    text-align: center;
  }

  .about_sec .heading_wrapper h2 {
    font-size: 35px;
  }

  section.feature-listing-sec.home-sec .slick-next {
    right: 0 !important;
    top: 50% !important;
  }

  section.feature-listing-sec.home-sec .slick-prev,
  section.feature-listing-sec.home-sec .slick-next {
    /* top: 50% !important; */
  }

  section.feature-listing-sec.home-sec .slick-prev {
    left: -25px !important;
    top: 47% !important;
  }

  section.Feature-property-section.popul-loca .card-items .col-md-4 img {
    width: 100%;
  }
}

@media(max-width:390px) {
  .about_sec .heading_wrapper h2 {
    font-size: 25px;
  }
}

@media(max-width:320px) {}

/* Popular Sec Css End Here */

/* About Us Sec Css Start Here */
.about_sec {
  padding: 60px 0;
}

.about_sec .heading_wrapper h4 {
  margin: 0;
}

.about_sec .img_box {
  position: relative;
}

.about_sec .img_box:before {
  content: "";
  border-left: 70px solid #fff;
  border-top: 70px solid #fff;
  border-right: 70px solid transparent;
  border-bottom: 70px solid transparent;
  position: absolute;
}

.about_sec .topbar {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about_sec .topbar img {
  background: #f5f5f5;
  padding: 8px 11px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 5px 0px rgba(0, 0, 0, 0.3);
}

section.about_sec .topbar h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.row.align-items-center p {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
}

@media(max-width:767px) {
  .row.align-items-center p {
    font-size: 10px;
  }
}

section.about_sec .row.align-items-center p {
  margin: 20px 0;
}

section.about_sec a.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

section.about_sec .btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

/* About Us Sec Css End Here */

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/* property finder section */
section.prop-find-sec {
  padding: 20px 0;
  overflow: hidden;
  position: relative;
}

section.prop-find-sec .row_bg {
  position: relative;
}

.prop-find-sec .row_bg:before {
  content: "";
  background-image: url(../img/back2.png);
  position: absolute;
  top: 70px;
  width: 95%;
  height: 310px;
  right: 0;
  background-size: 100% 100%;
}

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

.contact-us-section .contact-head {
  padding-bottom: 20px;
}

.contact-us-section .contact-head p {
  margin: 0;
  font-weight: 500;
}

.prop-find-sec .front:after {
  content: "";
  background-image: url(../img/contact.png);
  position: absolute;
  top: 2rem;
  width: 80%;
  height: 310px;
  left: 2.5rem;
  background-size: 100% 100%;
}

/* .prop-text{
  position: absolute;
right: 6rem;
text-align: center;
width: 33rem;
top: 8rem;
} */
.prop-content {
  position: relative;
}

section.prop-find-sec button.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

section.prop-find-sec button.btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

.prop-text {
  text-align: right;
  position: relative;
  right: -5rem;
  width: 27rem;
  top: 8rem;
  margin-bottom: 16rem;
}

.font-st {
  font-size: 12px;
}

.feature-content {
  text-align: center;
}

section.feature-listing-sec .slick-prev {
  left: calc(100% - 60%);
  top: calc(104%);
  z-index: 9;
}

/* section.feature-listing-sec button.slick-next:before {
  content: "\f105";
  
  background: #fff;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
} */
/* section.feature-listing-sec button.slick-prev::before {
  content: "\f104";
  
  background: #fff;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
} */
section.feature-listing-sec .slick-next {
  right: 41%;
  top: calc(104%);
  z-index: 9;
}

.slick-prev:before {
  content: "\f104";

  background: #fff;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
}

.slick-next:before {
  content: "\f105";

  background: #fff;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
}

section.feature-listing-sec.home-sec .popular_sliders .card-items {
  height: auto;
}

section.feature-listing-sec.home-sec .popular_sliders .card-items img.img-fluid {
  width: 100%;
  height: 250px;
}

.popular_sliders .card-items {
  margin: 0 1rem 1rem;
  border: 1px solid #cfd4dd;
  height: 28.4rem;
}

.popular_sliders .card-items .button-group {
  text-align: end;
  flex-grow: 1;
}

.user-date {
  position: relative;
}

.user-date:before {
  content: "";
  position: absolute;
  background: #a1abbd;
  width: 3px;
  height: 3px;
  left: -6px;
  border-radius: 50%;
  top: 7px;
  right: 0;
}

.user-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.user-icon img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.popular_sliders .card-text {
  margin: 1.5rem;
  height: 80px;
}

.popular_sliders .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  gap: 10px;
  background: #f5f5f5;
  padding: 0.6rem;
  height: 60px;
}
.popular_sliders .card-content a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular_sliders .card-content a .user-n span{
  font-size:11px;
}
.popular_sliders .card-content a .user-n {
  width: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.popular_sliders .card-content p {
  font-size: 11px;
  margin: 0;
}

.popular_sliders a.btn {
  background-color: transparent;
  padding: 10px 10px;
  color: #000;
  transition: 0.6s;
  border-radius: 5px;
  text-decoration: underline;
  font-size: 11px;
  font-weight: 900;
}

.popular_sliders .card-text p:nth-child(2) {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.popular_sliders .card-text img {
  width: 8px;
  height: fit-content;
}

section.feature-listing-sec .card-text p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media(max-width:480px){
  .popular_sliders .card-content{
    gap: 15px;
  }
  .user-n span {
    font-size: 12px;
}
.popular_sliders .card-content p {
  font-size: 12px;
}
}
@media(max-width:390px) {
  section.feature-listing-sec .card-text p:nth-child(1) {
    font-size: 14px;
  }

  .popular_sliders .card-text p:nth-child(2) {
    font-size: 10px;
  }
}

@media(max-width:320px) {
  .popular_sliders a.btn {
    padding: 10px 5px;
    font-size: 8px;
  }

  .popular_sliders .card-content {
    gap: 8px;
  }
}

section.feature-listing-sec.home-sec .dollar-btn.text-end {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

section.feature-listing-sec.home-sec figure {
  position: relative;
}

figure.featureimg {
  position: relative;
}

section.feature-listing-sec.home-sec .dollar-btn button {
  padding: 6px 26px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  background-color: #151515;
  border: none;
  border-radius: 2px;
}

section.feature-listing-sec.home-sec .slick-next {
  right: 39%;
  top: calc(106%);
}

@media(max-width:1440px) {
  section.feature-listing-sec.home-sec .slick-next {
    right: 0;
    top: 50%;
  }


}

section.feature-listing-sec.home-sec .slick-dots li button:before {
  font-size: 10px;
}

section.feature-listing-sec.home-sec .slick-dots li.slick-active button:before {
  font-size: 14px;
}

section.feature-listing-sec.home-sec .slick-prev {
  left: calc(100% - 63%);
  top: calc(102.5%);
}

@media(max-width:1440px) {
  section.feature-listing-sec.home-sec .slick-prev {
    left: -25px;
    top: 47%;
  }
}

.card-text p:nth-child(2) {
  font-size: 12px;
  margin: 0;
}

section.feature-listing-sec.home-sec ul.slick-dots {
  bottom: -40px;
}

/* property finder section */

/* new section */
section.Feature-Listing-section.buy-or-rent .user-date:before {
  left: -10px;
}

section.news-event-sec .card-text hr {
  margin-bottom: 0;
}

.user-n span {
  font-size: 14px;
  color: #222430;
}

.news-event-sec .card-items {
  margin: auto;
  /* margin: 0 1rem 1rem; */
  border: 1px solid #cfd4dd;
  /* height: 29rem; */
  width: fit-content;
}

.news-event-sec .card-items img.img-fluid {
  height: 250px;
  width: 350px;
  max-width: 350px;
  object-fit: cover;
}

section.section-news-banner img.img-fluid {
  min-width: 100%;
  width: 100%;
}

.card-content2 .user-icon img {
  width: 12px;
  height: 12px;
}

.card-content2 .user-icon {
  width: 12px;
  height: 12px;
}

.news-event-sec .card-text {
  margin: 1.5rem 1.5rem 0px 1.5rem;
}

.news-event-sec .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  gap: 10px;
  background: #f5f5f5;
  padding: 0.6rem 0;
}

section.news-event-sec .slidessss .button-group {
  flex-grow: 1;
  text-align: end;
}

.news-event-sec .card-content p {
  font-size: 11px;
  margin: 0;
}

.news-event-sec a.btn {
  background-color: transparent;
  padding: 10px 10px;
  color: #000;
  transition: 0.6s;
  border-radius: 5px;
  text-decoration: underline;
  font-size: 11px;
  font-weight: 900;
}

.news-event-sec .card-text p:nth-child(2) {
  font-size: 12px;
}

.card-content2 {
  display: flex;
  gap: 10px;
}

.news-event-sec .card-content {
  display: flex;
  align-items: center;
  font-size: 11px;
  padding: 0 0 0.6rem 0;
  justify-content: space-between;
  background: none;
}

.news-event-sec .card-text h4 {
  color: #282b51;
  font-size: 14px;
  font-weight: 600;
  margin: 1rem 0;
}

.slidessss {
  margin-bottom: 2rem;
}

.news-event-sec {
  padding-bottom: 10px;
}

.news-event-sec .card-text p {
  font-size: 12px;
}

.news-event-content {
  width: 53rem;
  text-align: center;
  margin: 0 auto;
}

.news-event-content p {
  font-size: 13px;
  margin: 10px;
}

section.news-event-sec button.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

section.news-event-sec button.btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

section.news-event-sec .button-group {
  margin: 0 auto;
  width: fit-content;
}

.backbj::before {
  content: "";
  background-image: url(../img/backbj.png);
  position: absolute;
  width: 100%;
  left: 0;
  height: 200px;
  background-size: 100% 100%;
}

.news-event-content p {
  position: relative;
}

.news-event-content h3 {
  position: relative;
}

.news-event-content {
  padding-top: 1rem;
  padding-bottom: 15px;
}
.news-event-sec .slidessss .blog-description {
  display: flex;
  justify-content: space-between;
}
.news-event-sec .slidessss .blog-description .calender-icon span {
  font-size: 14px;
}
.news-event-sec .slidessss .blog-description .calender-icon {
  display: flex;
  align-items: center;
}
@media(max-width:1100px) {
  .user-n span {
    font-size: 9px;
  }

  .user-icon img {
    width: 35px;
    height: 35px;
  }

  .user-icon {
    width: 35px;
    height: 35px;
  }

  .popular_sliders .card-content p {
    font-size: 9px;
  }
}

@media(max-width:425px) {
  .news-event-sec .card-text h4 {
    word-break: break-all;
  }
  .popular_sliders .card-content p {
    font-size: 11px;
  }
}

@media(max-width:320px) {
  .card-content .feature-list-content a .user-n span {
    font-size: 10px !important;
  }

  .Feature-property-section .user-date p {
    font-size: 10px;
  }

  section.Feature-property-section.popul-loca .card-items.featured-item .button-group.col-md-4 {
    bottom: 0rem;
  }

  section.Feature-property-section.popul-loca a.btn {
    font-size: 10px;
  }
}

@media(max-width:425px) {
  .news-event-sec .card-items {
    width: 100%;
  }

  .news-event-sec .card-items img.img-fluid {
    width: 100%;
    max-width: 100%;
  }

  section.Feature-property-section.popul-loca .card-items.featured-item .button-group.col-md-4 {
    bottom: 10px;
  }
  .user-icon img {
    width: 20px;
    height: 20px;
}
.user-icon {
  width: 20px;
  height: 20px;
}

}

/* new section */

/* Footer */
section.Footer-sect .col-md-3.footer-coltxt {
  font-size: 12px;
}

section.Footer-sect .Footer-section {
  margin-top: 100px;
}

section.Footer-sect .footer-abt p {
  font-size: 12px;
}

section.Footer-sect .col-md-3.footer-coltxt h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

section.Footer-sect .footer_content h3.footer-head {
  text-align: center;
}

section.Footer-sect .footer-links {
  list-style: none;
  margin: 0px auto;
  display: table;
}

section.Footer-section {
  background: #f2f1f1;
}

.footer-sec-black .black1 h3 {
  font-size: 34px;
}

.footer-sec-black::before {
  content: "";
  background-image: url(../img/blackbg.png);
  position: absolute;
  width: 100%;
  height: 140px;
  background-size: 100% 100%;
  padding: 90px 0;
}

.footer-sec-black {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.footer-sec-black form {
  display: flex;
  gap: 35px;
}

.footer-sec-black div {
  position: relative;
}

.black2 {
  flex-grow: 0.3;
}

section.Footer-sect {
  margin-top: 5rem;
  background: url(../img/footer-back.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.black1 {
  color: white;
}

.black3 .btn {
  font-weight: 600;
}

.social-icon {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icon li a {
  color: #272727;
}

.social-icon li i {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #dfdfdf;
  margin-right: 10px;
}

.footer-abt p {
  font-size: 13px;
}

.footer-links li::marker {
  /* display: none;
  visibility: hidden; */
  color: #faf8f8;
}

section.Footer-sect .col-md-3:not(:last-child) {
  border-right: 2px solid #cfc7c7;
}

.footer-contact div {
  margin: 1rem 0rem;
  font-size: 12px;
}

.footer-contact .info {
  display: flex;
}

.footer-contact .info span {
  color: #003539ab;
  padding-left: 10px;
}

.content_four .footer-contact {
  margin: 0 0 0px 40px;
}

.footer-contact img {
  width: 14px;
}

h3.footer-head {
  font-size: 20px;
}

.footer-links li {
  margin: 0.7rem 0;
  color: #003539ab;
}

.footer-links a {
  text-decoration: none;
}

.blabg {
  background: black;
}

section.Footer-sect span.input-group-addon {
  background: white;
  border: none;
}

.footer-bottom p {
  color: white;
  margin: 1rem 0;
  font-size: 14px;
}

.footer-bottom p a {
  color: white;
}

section.Footer-sect .footer-coltxt {
  color: #003539;
}

.blabg ul.useful_links {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: end;
}

.blabg ul.useful_links li {
  display: inline-block;
}

.blabg ul.useful_links li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.blabg ul.useful_links li span.spacer {
  color: #fff;
  margin: 0 20px;
}

@media(max-width:1100px) {
  .footer-contact .info span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media(max-width:767px) {
  section.Footer-sect .footer-links {
    display: block;
  }

  section.Footer-sect .footer_content h3.footer-head {
    text-align: left;
    margin-top: 3rem;
  }

  .content_four .footer-contact {
    margin: 0 0 0px 0px;
  }

  .blabg ul.useful_links {
    text-align: center;
  }

  .blabg ul.useful_links li a {
    font-size: 9px;
  }
}

@media(max-width:390px) {
  

  .footer-sec-black form {
    gap: 5px;
  }

  .black2 .form-control {
    font-size: 11px;
  }
}

/* .footer-bottom .col-md-2 p a:not(:last-child):after {
  content: "";
  border-right: 1px solid #fff;
  
}
.footer-bottom .col-md-2 p a:nth-child(3) {
  display: none;
  
} */
/* .footer-bottom {
  display: flex;
  justify-content: space-between;
} */
/* footer end */
/* section about us heading start */
.head::before {
  content: "";
  background-image: url(../img/backbj.png);
  position: absolute;
  width: 100%;
  height: 200px;
  background-size: 100% 100%;
}
.about-us-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

/* section about us heading End */
.mission-head {
  text-align: center;
  margin: 0 auto;
}

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

/* section about us mission Starts*/
section.sec-mission {
  margin-top: 6rem;
}

section.sec-mission .card-body-text {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 3rem;
  width: 80%;
  border-radius: 0.25rem;
  margin: 0 auto;
  position: absolute;
  top: calc(100% - 20%);
  left: calc(100% - 90%);
  background: white;
}

section.sec-mission .card-text {
  margin: 23rem;
}

section.sec-mission button.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

section.sec-mission button.btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

p.mission-text-para {
  color: #bfbfbd;
  font-weight: 100 !important;
}

.card-body-text p {
  font-size: 13px;
  font-weight: 700;
}

section.sec-mission a.btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 767px) {
  section.sec-mission .card-text {
    margin: 72rem;
  }

  .mission-head h3 {
    font-size: 30px;
  }
}
@media(max-width:425px){
  
}
@media(max-width:320px){
  

}
/* section about us mission End*/
/* section our services starts */
.our-services-sec {
  padding: 60px 0;
}

.our-services-sec .our-services-heading {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}

.our-services-sec .our-services-heading p {
  margin: 0;
  font-weight: 500;
}

.our-services-card {
  background: #f5f5f5;
  padding: 2rem;
  position: relative;
}

.our-services-card:before {
  content: "";
  border-right: 20px solid white;
  border-top: 20px solid white;
  position: absolute;
  right: 0;
  top: 0px;
  border-left: 20px solid #f5f5f5;
  border-bottom: 20px solid #f5f5f5;
}

.our-services-img img {
  max-width: 100%;
}

.our-services-content p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1.5rem;
}

.our-services-content .btn {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 15px 50px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
}

.our-services-content .btn:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

.our-services-content p {
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 20px;
}

@media(max-width:1100px) {
  .our-services-sec {
    padding: 130px 0;
  }
}

/* section our services Ends */
/* section about us text with image start */
.aboutus-text p {
  color: #7f7f7e;
}

.aboutus-text li {
  font-size: 13px;
  font-weight: 700;
}

.aboutus-text h3 {
  font-size: 23px;
}

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

section.aboutus-text-sec {
  margin-top: 4rem;
}

section.aboutus-text-sec .aboutus-text p {
  font-size: 13px;
}

section.aboutus-text-sec .aboutus-text li::marker {
  font-size: 22px;
}

/* section about us text with image End */
/* section about us heading start */
section.contact-us-sec-heading .head::before {
  content: "";
  background-image: url(../img/backbj.png);
  position: absolute;
  width: 100%;
  height: 200px;
  background-size: 100% 100%;
}

section.contact-us-sec-heading .contact-us-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

/* section about us heading End */

/* contact us heading section start */
/* contact us heading section End */
/* contact us detail section start */
.contact-us-section .contact-head {
  text-align: center;
  line-height: 10px;
}

.contact-us-section .contact-block {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.contact-us-section .location-icon {
  background: #f5f5f5;
  padding: 1.4rem 1.6rem;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.contact-us-section .contact-block-txt p:nth-child(1) {
  margin: 5px 0;
  font-size: 14px;
  font-weight: 700;
}

/* .contact-us-section .contact-block.phone .contact-block-txt p {
  font-weight: 400;
} */
.contact-us-section .contact-block-txt p {
  margin: 0;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.contact-us-section .contact-detail {
  margin-top: 2rem;
}

.contact-us-section .col-md-4:not(:last-child) {
  border-right: 1px solid #c4c4c4;
}

@media(max-width:767px) {
  .contact-us-section .contact-block {
    justify-content: unset;
    margin-bottom: 1rem;
  }
}

/* contact us detail section End */
/* contact us form section start */
section.contact-us-form-section .form-control {
  border: none;
  border-bottom: 1px solid #c5c5c5;
  border-radius: unset;
}

.contact-us-form {
  background: #ffffff;
  max-width: 100%;
  padding: 2rem;
  width: 70%;
  position: absolute;
  margin-top: 3rem;
  right: calc(100% - 83%);
  box-shadow: 0px 0px 10px #d4cdcd;
}

.contact-us-form h3 {
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 28px;
}

section.contact-us-form-section {
  margin-bottom: 56rem;
  position: relative;
  padding-bottom: 120px;
}

section.contact-us-form-section input.form-control {
  font-size: 13px;
  padding-left: 0;
  font-weight: 600;
  color: #8a8a8a;
}

section.contact-us-form-section .contact-us-form form label {
  font-weight: 500;
}

section.news-event-sec.mt-5 .card-content .calender-icon {
  display: flex;
  align-items: center;
}

.contact-us-form form label {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.contact-us-form .custom-control.custom-checkbox label {
  font-size: 10px;
}

section.contact-us-form-section .custom-control.custom-checkbox.col-md-10 {
  margin: 0;
}

section.contact-us-form-section .custom-check {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  color: #8a8a8a;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #000;
}

.custom-check:hover input~.checkmark {
  background-color: #000;
}

.custom-check input:checked~.checkmark {
  background-color: #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked~.checkmark:after {
  display: block;
}

.custom-check .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contactus-form-btn {
  text-align: right;
}

label.custom-check {
  font-size: 12px !important;
  top: 10px;
}

.contact-us-form hr {
  background: #d4cdcd;
  margin: 2rem 0;
}

.map-sec-img {
  position: absolute;
  top: 20rem;
}

.map-sec-img img {
  max-width: 100%;
  width: 99%;
}

.map-sec-img-map-contact {
  position: absolute;
  top: 20rem;
  display: block;
  width: 98%;
  height: 417px;
}

.map-sec-img-map-contact iframe {
  max-width: 100%;
  width: 99%;
  height: 100%;
}

.map-sec-img-map-property {
  top: 20rem;
  display: block;
  width: 98%;
  height: 417px;
  margin-bottom: 2rem;
}

.map-sec-img-map-property iframe {
  max-width: 100%;
  width: 99%;
  height: 100%;
}

section.contact-us-form-section button.btn.btn-primary {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 13px 34px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
  font-size: 14px;
}

section.contact-us-form-section button.btn.btn-primary:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

@media (max-width: 767px) {
  .contact-us-form {
    right: unset;
    width: 100%;
    position: relative;
  }

  section.contact-us-form-section button.btn.btn-primary {
    width: 100%;
  }

  .map-sec-img {
    top: 45.5rem;
  }

  .map-sec-img-map-contact {
    position: relative;
    width: 100%;
    top: unset;
  }

  section.contact-us-form-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  section.contact-us-sec-heading .contact-us-head h1 {
    font-size: 55px;
  }

  .map-sec-img-map-property {
    margin: 1rem 0;
  }
}

@media(max-width:390px) {
  section.contact-us-sec-heading .contact-us-head h1 {
    font-size: 40px;
  }
}

@media(max-width:320px) {
  section.contact-us-sec-heading .contact-us-head h1 {
    font-size: 35px;
  }
}

/* contact us form section End */
/* map section start  */

/* map section End  */
@media(max-width:1024px) {
  .prop-text {
    right: 0rem;
  }
}

@media (max-width: 767px) {
  .news-event-content {
    width: auto;
    /* background: #F2F2F1; */
    padding: 5px 1rem;
    text-align: center;
  }

  .banner_sec .banner_slide .banner_content {
    padding: 0 13px 0 13px;
  }

  .banner_sec .banner_slide .banner_content h2 {
    font-size: 45px;
  }

  .banner_sec .banner_slide .banner_content h1.title {
    line-height: 36px;
    font-size: 45px;
  }

  .banner_sec .banner_slide .banner_content .location_search_box .tab-content {
    padding: 18px 24px 18px 10px;
  }

  .banner_sec .banner_slide .banner_content .location button.btn {
    padding: 14px 20px;
  }

  .popular_sec .contentDv {
    margin-left: 1rem;
    margin-top: 3rem;
    padding: 0;
  }

  .popular_sec .popular_slider {
    margin: 0;
  }

  .popular_slider figure {
    margin: 1em 40px;
  }

  .prop-text {
    margin-top: 25rem;
    margin-bottom: 2rem;
    text-align: left;
    position: unset;
    right: 0;
    width: auto;
    top: 0;
  }

  .prop-text .button-group {
    text-align: center;
  }

  .prop-find-sec .row_bg:before {
    width: 100%;
  }

  section.feature-listing-sec .slick-next {
    top: calc(108%);
  }

  section.feature-listing-sec .slick-prev {
    top: calc(108%);
  }

  .popular_sliders .card-items {
    height: 28.5rem;
  }

  .news-event-content p {
    margin: 0;
    font-size: 11px;
  }

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

  .footer-sec-black::before {
    height: 170px;
  }

  .black1 h3 {
    font-size: 16px;
    line-height: 1;
  }

  .footer-sec-black {
    gap: 10px;
    flex-wrap: wrap;
  }

  section.Footer-sect .col-md-3:not(:last-child) {
    border: none;
  }
}
@media(max-width:480px){
  .banner_sec .banner_slide .banner_content{
    margin-top: -280px;
  }
  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 0;
    padding-top: 10px;
}
.banner_sec .banner_slide .banner_content .description p{
  font-size: 12px;
}
.banner_sec .banner_slide .banner_content h2 {
  font-size: 35px;
}
.banner_sec .banner_slide .banner_content h1.title{
  font-size: 35px;
  line-height: 10px;
}
}
@media(max-width:425px){
  .banner_sec .banner_slide .banner_content h1.title{font-size: 25px;}
  .banner_sec .banner_slide .banner_content .description p{
    padding-bottom: 20px;
  }
  .banner_sec .banner_slide .banner_content {
    margin-top: -270px;
}
.banner_sec .banner_slide .banner_content h1.title{
  line-height: 0px;
}
.banner_sec .banner_slide .banner_content{
  margin-top: -255px;
}
}
@media(max-width:390px) {
  .popular_sec .contentDv h3 {
    font-size: 25px;
  }
  .banner_sec .banner_slide .banner_content h2{
    font-size: 20px !important;
  }
  .banner_sec .banner_slide .banner_content .description p{
    padding-bottom: 0px;
    font-size: 11px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .banner_sec .banner_slide .banner_content .headings h4{
    line-height: 1;
  }
  .banner_sec .banner_slide .banner_content h2{
    line-height: 1;
    font-size: 20px;
  }
  .banner_sec .banner_slide .banner_content {
    margin-top: -220px;
}
}
@media(max-width:390px){
  .banner_sec .banner_slide .banner_content h1.title{
font-size: 20px;
  }
}
@media(max-width:320px) {
  .banner_sec .banner_slide .banner_content .location button.btn {
    padding: 8px 9px;
    font-size: 9px;
  }
  

}
@media(max-width:320px) {
  
}
/*  section  buy heading Start  */
.Buy-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

@media(max-width:425px) {
  .Buy-head {
    padding-top: 1rem;
  }

  
}

/* .search-bar-section .height {
  height: 100vh
} */

.search-bar-section .search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.search-bar-section .search input {
  height: 60px;
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search-bar-section .search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search-bar-section .search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search-bar-section .search .custom-select {
  position: absolute;
  top: 10px;
  right: 5px;
  height: 2.5rem;
  width: 11rem;
}

section.search-bar-section {
  margin-top: 5rem;
}

section.search-bar-section .modal-dialog.modal-lg {
  width: 50%;
}

section.search-bar-section .filter-head {
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}

section.search-bar-section .filter-head p {
  padding: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.price-tag p {
  text-align: center;
  font-size: 16px;
  margin-top: 1rem;
  font-weight: 700;
}

section.search-bar-section .checkbox-place .form-check {
  margin-left: 10px;
}

.price-range-sec {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 400px;
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 75%);
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 18%);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
  margin: 2rem;
  border-radius: 6px;
  background: #fcfcfc;
}

.price-range-sec::-webkit-scrollbar {
  display: none;
}

section.search-bar-section .col-md-12.cusbtn button.btn.btn-primary {
  width: -webkit-fill-available;
  margin: 0 2rem 10px 2rem;
}

section.search-bar-section .checkbox-place {
  display: flex;
  justify-content: space-between;
}

section.search-bar-section .modal-header {
  background: transparent;
  position: absolute;
  right: 0;
}

section.search-bar-section .modal-content {
  position: relative;
}

.price-range-sec-head {
  padding: 1rem;
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:425px) {
  .price-range-sec {
    margin: 1rem;
  }
}

input#formControlRange {
  width: -webkit-fill-available;
  margin: 0 1rem;
}

#inlineFormCustomSelect {
  background: #fff url(../img/Icon-filter.png) no-repeat right 0.75rem center;
  cursor: pointer;
}

.search-bar-section .search input:focus {
  border: 2px solid #bababc;
}

.Feature-Listing-section .card-items {
  /* margin: 0 1rem 1rem; */
  /* border: 1px solid #cfd4dd; */
  height: auto;
  box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 27%);
  -webkit-box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 27%);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.27);
}

.Feature-Listing-section .card-text {
  margin: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.Feature-Listing-section .card-content {
  /* display: flex; */
  /* align-items: center;
  justify-content: center; */
  font-size: 11px;
  /* gap: 10px; */
  background: #f5f5f5;
  padding: 0.6rem;
  margin: 0px;
  position: relative;
}

.feature-list-content {}

.Feature-Listing-section .feature-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Feature-Listing-section .user-date p {
  margin: 0;
}

.Feature-Listing-section .card-items .col-md-8 img.img-fluid {
  width: 100%;
  height: 488px;
}

/* .dollar-btn {
  margin-bottom: 52px;
  margin-top: -60px;
  margin-right: 36px;
} */
.Feature-Listing-section .dollar-btn button {
  padding: 10px 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
  background-color: #151515;
  border: none;
  border-radius: 2px;
}

.Feature-Listing-section .card-txt-para p:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.Feature-Listing-section .feature-list-content {
  display: flex;

  align-items: center;

  gap: 20px;
}
.card-content .feature-list-content a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-content .feature-list-content a .user-n span{
  font-size:12px;
}
 .card-content .feature-list-content a .user-n {
  width: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.Feature-Listing-section .button-group.col-md-4 {
  text-align: right;
}

.Feature-Listing-section a.btn {
  text-align: right;
  background-color: transparent;
  padding: 10px 10px;
  color: #002349;
  transition: 0.6s;
  border-radius: 5px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 900;
}

.Feature-Listing-section .card-text span {
  font-size: 12px;
  color: #002349;
}

.Feature-Listing-section .card-content p {
  font-size: 11px;
  margin: 0;
}

section.Feature-Listing-section {
  margin-top: 2rem;
}

@media (max-width: 767px) {
  
}

@media(max-width:425px) {
  
}

.modal-sec-img img {
  max-width: 100%;
}

/* .popular-imag {
  width: 100%;
  height: 100%;
}
.popular-imag1 img {
  width: 100%;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.19), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
}
.popular-imag img {
  width: 568px;
  height: 511px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.popular-imag1 img {
  width: 100%;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.19), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
} */
/*  section  buy heading End  */
/* paris france start */
section.Feature-property-section.paris-f-sec .card-items .col-md-4 img {
  width: 365px;
  height: 150px;
  padding-left: 10px;
}

section.Feature-Listing-section.Luxuary-Home-section .card-items .col-md-4 img {
  height: 130px;
}

section.Feature-property-section.paris-f-sec.Feature-property-section .card-items .col-md-8 img.img-fluid {
  width: 100%;
  height: 315px;
}

section.paris-france-section .contact-us-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

.Feature-property-section .card-items {
  margin: 0 1rem 1rem;
  border: 1px solid #cfd4dd;
  height: auto;
}

.Feature-property-section .card-text {
  margin: 1.5rem;
  display: flex;
  justify-content: space-between;
}

.Feature-property-section .card-content {
  /* display: flex; */
  /* align-items: center;
  justify-content: center; */
  font-size: 11px;
  /* gap: 10px; */
  background: #fafbfd;
  /* background: #f5f5f5; */
  padding: 0.6rem;
  margin: 0px;
  position: relative;
}

.feature-list-content {}

.Feature-property-section .feature-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Feature-property-section .user-date p {
  margin: 0;
}

.Feature-property-section .card-items .col-md-8 img.img-fluid {
  width: 100%;
  height: 259px;
}

.card-content {
  /* display: flex; */
  font-size: 11px;
  /* gap: 10px; */
  background: #f5f5f5;
  padding: 0.6rem;
  margin: 0px;
}

.feature-list-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.user-date p {
  margin: 0;
  font-size: 11px;
}

.Feature-property-section a.btn {
  background-color: transparent;
  padding: 10px 10px;
  color: #000;
  transition: 0.6s;
  border-radius: 5px;
  text-decoration: underline;
  font-size: 11px;
  font-weight: 900;
  text-align: right;
}

.Feature-property-section .card-items {
  margin: 0;
  margin-top: 1rem;
  position: relative;
  border: unset;
  height: auto;
  padding: 2rem 2rem 0 2rem;
  border-radius: 8px 8px 0 0;
  background: #fafbfd;
  box-shadow: 10px 10px 5px -8px rgb(0 0 0 / 19%);
  -webkit-box-shadow: 10px 10px 5px -8px rgb(0 0 0 / 19%);
  -moz-box-shadow: 10px 10px 5px -8px rgb(0 0 0 / 19%);
}

.Feature-property-section .card-txt-para p:nth-child(1) {
  font-weight: 700;
  font-size: 18px;
}

.Feature-property-section .card-text span {
  font-size: 12px;
}

.Feature-property-section .dollar-btn button {
  padding: 10px 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: poppins;
  background-color: #151515;
  border: none;
  border-radius: 4px;
}
.Feature-property-section .modern-house-content {
  height: 250px;
  overflow: auto;
}
.Feature-property-section .modern-house-content::-webkit-scrollbar {
width: .3em;
} 
.Feature-property-section .modern-house-content::-webkit-scrollbar-thumb {
background-color: darkgrey;
}
.modern-house-content p {
  font-size: 12px !important;
  font-weight: 100 !important;
  margin-top: 2rem;
  margin-right: 1rem;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section.Feature-property-section {
  margin-top: 0rem;
}

.modern-house-btn a {
  text-decoration: none;
  font-size: 15px;

  color: black;
  font-weight: 500;
  background: white;
  border: 1px solid #eee;
  padding: 1rem;
  -webkit-box-shadow: 10px 10px 5px -8px rgb(0 0 0 / 19%);
  -moz-box-shadow: 10px 10px 5px -8px rgb(0 0 0 / 19%);
}

.Feature-property-section .button-group.col-md-4 {
  text-align: right;
}

.modern-house-btn {
  margin-top: 2rem;
}

.card-items .col-md-4 img {
  width: 365px;
  height: 236px;
  padding-left: 10px;
}

/* .card-items .col-md-8 {
  padding-right: 0;
}

.card-items .col-md-4 {
  padding-left: 0;
} */
section.Feature-Listing-section.buy-or-rent .card-items .col-md-4 {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
}

.card-items .col-md-4 {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

section.Feature-Listing-section.Luxuary-Home-section .card-items .col-md-8 img.img-fluid {
  height: 275px;
}

section.Feature-Listing-section.Luxuary-Home-section .dollar-btn button {
  padding: 10px 12px;
}

section.Feature-Listing-section.Luxuary-Home-section .col-md-5.col-xs-12 img {
  height: 28.5rem;
  width: 37rem;
}

.Luxuary-Home-sec-head p {
  font-size: 15px;
  font-weight: 600;
}

.black-head-sec::before {
  content: "";
  background-image: url(../img/parisfranceb.png);
  position: absolute;
  width: 100%;
  height: 100px;
  background-size: 100% 100%;
  left: 0;
}

.black-head-sec div {
  position: relative;
  margin: 0 2rem;
}

.black-head-sec p {
  font-size: 16px;
  font-weight: 700;
  color: white;
  padding-top: 1rem;
}

.cardimg-text {
  position: absolute;
  top: 1rem;
  left: 2rem;
  padding: 8px 1.5rem;
  background: black;
}

.cardimg-text p {
  margin: 0;
  font-weight: 600;
  color: white;
}

section.Feature-property-section .card-items .col-md-8.col-xs-12 {
  position: relative;
}

/* .black-head-sec {
    background: black;
    border-radius: 4px;
    padding: 1rem;
    position: absolute;
    width: 100%;
} */
@media(max-width:767px) {
  section.Feature-Listing-section.buy-or-rent .card-items .col-md-4 {
    align-items: center;
    margin-top: 1rem;
  }

  section.Feature-property-section.popul-loca .card-items.featured-item .col-md-8.feature-list-content {
    padding-left: 0;
  }

  section.Feature-property-section.popul-loca .card-items.featured-item .button-group.col-md-4 {
    bottom: 1rem;
    right: 0;
  }

  section.Feature-Listing-section.Luxuary-Home-section .card-items .col-md-4 img {
    width: 100%;
  }
}

@media(max-width:425px) {
  .Feature-property-section .card-items {
    padding: 0 10px;
  }
}

@media(max-width:320px) {
  section.Feature-property-section.popul-loca .card-items.featured-item .col-md-8.feature-list-content {
    gap: 10px;
  }
}

/* paris france End */
/* section pagination start */
.section-pagination {
  padding-bottom: 0px;
}

section.section-pagination ul.pagination {
  gap: 10px;
  justify-content: center;
}

section.section-pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}

section.section-pagination .page-link {
  border-radius: 4px;
  color: black !important;
  border: 1px solid #272727;
  font-weight: 500;
  padding: 0 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
}

section.section-pagination .page-link.active {
  background: #000;
  color: #fff !important;
}

section.section-pagination .page-link:focus,
.page-link:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
  border-color: #ddd;
}

/* section pagination End */
/* section france start */
section.section-france {
  margin-top: 3rem;
}

.sec-france-content {
  padding: 2rem;
}

.sec-france-content h3 {
  font-size: 24px;
}

.sec-france-content p {
  font-size: 13px;
}

section.section-france .col-md-6 {
  padding: 0;
}

section.section-france .row {
  -webkit-box-shadow: 0px 2px 7px 1px rgb(0 0 0 / 7%);
}

@media (max-width: 767px) {
  section.paris-france-section .contact-us-head {
    padding-top: 1rem;
  }

  .card-items .col-md-8.col-xs-12 {
    padding-right: 15px;
  }

  .card-items .col-md-4.col-xs-12 {
    padding-left: 5px;
    padding-top: 10px;
  }

  section.section-france .feature-list-content {
    gap: 10px;
    padding: 0;
  }

  section.section-france .Feature-property-section .card-content {
    padding: 1.6rem 0;
  }
}

/* section france End */
/* section news detail head start */
.contact-us-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 3rem;
}

/* news detailed section css starts here */
.detailed {
  padding-bottom: 80px;
}

.detailed h4 {
  color: #a47d3f;
  font-size: 20px;
  font-weight: 500;
}

.blog-deatiled-img-wrapper {
  position: relative;
}

.blog-deatiled-img-wrapper::before {
  content: "";
  width: 491px;
  height: 191px;
  background: #a47d3f;
  display: block;
  border-radius: 12px;
  position: absolute;
  z-index: -1;
  right: 0%;
  margin-top: -7px;
}

.blog-date {
  position: relative;
}

.blog-date h3 {
  display: inline-block;
  width: 64px;
  background: #2b6396;
  padding: 9px 0px;
  color: #fff;
  height: 65px;
  font-size: 20px;
  border-radius: 0px 0px 11px 0px;
  position: absolute;
  right: 2%;
  margin-top: -88px;
  text-align: center;
}

.blog-date span {
  font-weight: 500;
}

/* news detailed section css ends here */
/* QUOTE form css starts here */

.quote {
  padding: 60px 0;
  padding-bottom: 100px;
}

/* .quote form{
  display: none;
} */
.quote h3 {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

/* .quote form {
  display: none;
} */
.quote button.reply {
  font-family: "Ubuntu";
  color: #717171;
  font-weight: 500;
  margin: 0px;
  background: transparent;
  border: none;
  padding: 0px;
}

.quote input {
  padding: 13px;
}

.quote button.btn {
  border-radius: 2px;
  background: #a47d3f;
  border: 1px solid #fff;
  color: #fff;
}

.quote button.btn:hover {
  outline: 2px solid #a47d3f;
}

.blog-left img {
  position: absolute;
  right: -7%;
  bottom: 0%;
}

.blog-left {
  position: relative;
}

.social-media-wrapper {
  display: flex;
  align-items: center;
  flex: 11;
  margin-left: 20px;
}

.social-media-wrapper h5 {
  margin-right: 20px;
}

.social-media-wrapper ul#social {
  padding: 0px;
  list-style: none;
  display: flex;
}

.social-media-wrapper ul#social li {
  margin: 0px 10px;
}

.social-media-wrapper ul#social li:first-child {
  margin-left: 0px;
}

.blog-title h3 {
  color: #2d323d;
  text-transform: uppercase;
  font-size: 28px;
  padding: 20px 0px;
}

.social-media-wrapper ul#social li a {
  height: 55px;
  width: 55px;
  display: block;
  text-align: center;
  line-height: 2.3;
  border-radius: 50%;
  border: 1px solid #002b4b;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom,
      #002748,
      #042f53,
      #08375e,
      #0e3f69,
      #134875);
  font-size: 23px;
  transition: all 0.3s ease-in-out;
}

.social-media-wrapper ul#social li a:hover {
  -webkit-text-fill-color: #fff;
  background: #08365d;
}

.blog-admin-and-social {
  display: flex;
}

.admin-wrapper {
  display: flex;
  flex: 2;
  align-items: center;
}

.admin-wrapper h5 {
  font-size: 18px;
  font-family: "Ubuntu";
  color: #242424;
  font-weight: 500;
  margin-left: 20px;
  width: 87%;
  border-right: 1px solid #242424;
}

.social-media-wrapper h5 {
  font-family: "Ubuntu";
  color: #242424;
  font-size: 18px;
  font-weight: 500;
}

.admin-wrapper img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  object-fit: cover;
}

.blog-description p {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
}

.detailed .user-content-wrapper {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 20px;
  margin-bottom: 21px;
  margin-top: 30px;
  flex-grow: 9;
  width: 100%;
}

.users_comments_se {
  display: flex;
  gap: 10px;
  align-items: start;
}

.users_comments_se .user-img-wrapper img {
  width: 60px;
  height: 60px;
  margin-top: 2rem;
  border-radius: 50%;
}

.user-img-wrapper {
  width: 80px;
  flex-grow: 1;
}

.user-content-wrapper p.comment-content {
  color: #9e9e9e;
  font-weight: 500;
}

.detailed h6.comment-date {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
}

.detailed h5.replied-user-name {
  font-family: "Ubuntu";
  font-weight: 400;
  color: #242424;
}

a.comment-reply {
  color: #242424;
  font-weight: 400;
  font-family: "Ubuntu";
  transition: all 0.3s ease-in-out;
}

a.comment-reply:hover {
  color: #a47d3f;
}

.blog-replies-wrapper h3 {
  text-transform: uppercase;
  font-size: 28px;
}

.quotation-wrapper {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
  margin: 40px 0px;
  position: relative;
  padding: 30px 0px;
}

.quotation-wrapper::before {
  content: "";
  display: block;
  background: #151515;
  width: 21px;
  height: 114px;
  border-radius: 0px 12px 12px 0px;
}

.quotation p::-webkit-scrollbar {
  display: none;
}

.quotation p {
  color: #9e9e9e;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
  margin-bottom: 0px;
}

.blog-right img {
  position: absolute;
  z-index: -1;
  left: -83px;
}

.left img {
  position: absolute;
  top: -400px;
  right: 0%;
  z-index: -2;
}

.left {
  position: relative;
}

.blog-round img {
  position: absolute;
  right: 0%;
  top: -508px;
}

.blog-round {
  position: relative;
}

.quotation {
  width: 100%;
  position: relative;
}

.quotation-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background: #151515;
  width: 7px;
  height: 114px;
  border-radius: 0px 12px 12px 0px;
}

.quotation p::before {
  content: "";
  background: url(../img/commas1.png);
  position: absolute;
  width: 56px;
  height: 38px;
  left: 2rem;
  top: -1rem;
}

.quotation p::after {
  content: "";
  background: url(../img/commas2.png);
  position: absolute;
  width: 56px;
  height: 38px;
  right: 2rem;
  bottom: 0;
}

.quotation p {
  font-size: 13px;
  width: 55rem;
  margin: 0 auto;
  height: 3rem;
  overflow-y: scroll;
  height: 6.6rem;
}

/* QUOTE form css ends here */
@media (max-width: 1440px) {
  .blog-round img {
    top: 0;
  }

  .blog-left img {
    transform: scale(0.9);
  }
}

@media (max-width: 1366px) {
  .blog-date h3 {
    right: 2%;
  }
}

@media (max-width: 1280px) {
  .blog-left img {
    display: none;
  }
}

@media (max-width: 800px) {
  .blog-deatiled-img-wrapper::before {
    width: 191px;
    height: 91px;
    right: 0%;
  }

  .admin-wrapper {
    display: flex;
    flex: 4;
    align-items: center;
  }

  .blog-left img {
    display: block;
    bottom: -98px;
    transform: scale(0.5);
    right: -4%;
  }
}

@media (max-width: 576px) {
  .blog-admin-and-social {
    flex-direction: column;
  }

  .admin-wrapper h5 {
    border: none;
  }

  .social-media-wrapper {
    margin: 0px;
  }

  .quote1 img {
    display: none;
  }

  .quote1 {
    align-self: baseline;
  }

  .quote1 span {
    font-size: 63px;
    font-weight: bold;
    color: #2b6396;
  }

  .quote2 img {
    display: none;
  }

  .quote2 {
    align-self: self-end;
  }

  .quote2 span {
    font-size: 63px;
    font-weight: bold;
    color: #2b6396;
  }

  .blog-title h3 {
    color: #2d323d;
    text-transform: uppercase;
    font-size: 25px;
    padding: 20px 0px;
  }
}

@media (max-width: 414px) {
  .social-media-wrapper h5 {
    font-size: 15px;
  }

  .social-media-wrapper ul#social li a {
    height: 40px;
    width: 40px;
    line-height: 2;
    font-size: 17px;
  }

  .quote input {
    margin: 0px 0px 20px;
  }

  .quote .form-group {
    padding: 0px !important;
  }
}

@media (max-width: 375px) {
  .blog-date h3 {
    bottom: 0px;
  }
}

/* section news detail banner start */

section.section-banner {
  margin-top: 5rem;
}

.blog-centerpage-content p {
  font-size: 13px;
}

.list-txt p {
  font-size: 13px;
  font-weight: 700;
}

.list-txt li {
  font-size: 13px;
  font-weight: 700;
}

section.section-news-banner .card-content2 {
  font-size: 12px;
  margin-top: 10px;
}

.quote hr {
  background: #d4cdcd;
  margin: 2rem 0;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
}

.quote button.btn.btn-primary {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

.quote button.btn.btn-primary:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

@media (max-width: 767px) {
  .quotation p::before {
    left: 1rem;
  }

  .quotation p::after {
    right: 0.5rem;
  }

  .quotation p {
    width: 15rem;
  }
}

/* section news detail banner start */
/* section news detail head End */
/* profile section start */
.useriamge img {
  height: 160px;
  width: 160px;
  border-radius: 50%;
}

.useriamge {
  border-radius: 50%;
  width: 160px;
  height: 160px;
}

.profile-sec-head .contact-us-head {
  padding: 4rem;
}

section.ProfileInfo-section .btn-right {
  text-align: end;
}

.user-profile-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-profile-sec h3 {
  font-size: 15px;
  background: #000;
  width: -webkit-fill-available;
  text-align: center;
  color: white;
}

.user-profile-sec .username {
  font-size: 13px;
}

.user-profile-sec .useremail {
  font-size: 13px;
}

button.btn.btn-primary {
  background: #000;
  color: #fff;
  font-family: "Poppins";
  padding: 10px 20px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  transition: 0.6s;
}

button.btn.btn-primary:hover {
  background: #fff;
  box-shadow: 0px 0px 0px 2px #000;
  color: #000;
}

section.ProfileInfo-section .col-md-7 p {
  font-size: 13px;
}

section.agentprofile p.pro-txt {
  word-break: break-all;
}

.profiled {
  font-size: 14px;
  font-weight: 800;
}

.col-md-3.profilec {
  display: flex;
  gap: 10px;
}

.col-md-3.profilec span {
  font-size: 13px;
}

/* .profilen {
  display: flex;
  gap: 20px;
} */
.profilen p:nth-child(1) {
  font-size: 13px;
  color: #919191;
  margin: 0;
}

.profilen a {
  font-size: 13px;
  text-decoration: underline;
  color: #000;
}

.profileanc {
  display: flex;
  align-items: center;
  gap: 18px;
}

.profileanc p {
  font-size: 16px !important;
  color: #000 !important;
}

.photo p {
  font-size: 16px !important;
  margin: 0;
}

.row.profile-h {
  display: flex;
  align-items: center;
}

.row.profile-h .col-md-3 a {
  text-decoration: underline;
  color: black;
}

.information {
  border-radius: 6px;
  box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.27);
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.27);
}

/* profile section End */
/* news page css start */
section.news-event-sec.mt-5.section-news .backbj::before {
  display: none !important;
}

section.news-event-sec.mt-5.section-news .news-event-content P {
  font-size: 30px;
  font-weight: 900;
  margin: 3rem;
}

@media(max-width:767px) {
  section.news-event-sec.mt-5.section-news .news-event-content P {
    text-align: center;
  }
}

/* news page css End */
/* description section css start */
section.banner-section-carousel .slick-prev {
  left: calc(100% - 54.5%);
  top: calc(100.3%);
  z-index: 9;
}

section.banner-section-carousel .popular_slider34 .slick-prev {
  /* left: calc(100% - 55.5%); */
  /* top: calc(100.3%); */
  /* z-index: 9; */
  left: 0;
  top: 47%;
}

section.banner-section-carousel .popular_slider34 .slick-prev:before {}

.slick-prev:before {
  content: "\f104";
  background: #fff;
  position: absolute;
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
}

section.banner-section-carousel .slick-next {
  /* right: 46.5%; */
  /* top: calc(102.5%); */
  /* z-index: 9; */
  right: 20px;
}

section.banner-section-carousel .slick-next:before {
  content: "\f105";
  background: #fff;
  /* position: absolute; */
  color: #000;
  font-family: "FontAwesome";
  opacity: 1;
  padding: 6px 13px;
  border-radius: 3px;
}

section.banner-section-carousel .popular_slider34 img {
  width: 100%;
  height: 600px;
}

section.banner-section-carousel {
  overflow: hidden;
}

section.banner-section-carousel .slick-dots li.slick-active button:before {
  font-size: 20px;
}

section.banner-section-carousel .slick-dots li button:before {
  font-size: 15px;
}

.popular_slider34 ul.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  margin: 0;
}

.Featured.col-md-2 button.btn {
  padding: 0.5rem 1.9rem;
  background: black;
  color: white;
  font-size: 14px;
  border-radius: 0;
  font-weight: 700;
}

.for-sale button.btn {
  padding: 0.5rem 1.9rem;
  background: #f5f5f5;
  color: black;
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #000;
  font-weight: 700;
}

.paise p {
  font-size: 2rem;
  font-weight: 600;
  text-align: right;
}

.dates .calender-icon {
  text-align: end;
}

i.location_icon img {
  width: 12px;
}

.location-txt {
  display: flex;
  align-items: center;
  gap: 5px;
}

.desc-head {
  margin: 2rem 0;
}

.skyline-head {
  /* margin-top: 2rem; */
}

.card-items2 {
  padding: 2rem 3rem;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 18%);
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 18%);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 18%);
}

section.skyline-section {
  margin-top: 2rem;
}

.overview-content {
  display: flex;
  align-items: center;
  gap: 0px;
}

.overview-txt p {
  font-size: 10px;
  margin: 0;
}

.overview-txt p:nth-child(2) {
  font-weight: 700;
  font-size: 13px;
}

.overview-img {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 18%);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75);
  padding: 10px 15px;
}

.overview-txt {
  margin-left: 10px;
}

section.feature-section.mt-5 li {
  font-size: 13px;
  font-weight: 600;
}

section.video-section.mt-5 .card-items2 video {
  max-width: 100%;
}

section.skyline-section button.slick-prev.slick-arrow.slick-disabled {
  display: none !important;
}

section.skyline-section button.slick-next.slick-arrow {
  display: none !important;
}

section.skyline-section li.menu-items {
  list-style: none;
}

section.skyline-section button#dropdownMenuButton {
  border: none;
  padding: 1rem 0;
  font-size: 12px;
}

section.skyline-section .dropdown-toggle::after {
  margin-left: 6.5rem;
  display: none;
}

section.skyline-section .btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #292b2c;
  background-color: white;
  background-image: none;
  border-color: white;
}

section.skyline-section .btn-secondary:hover {
  color: #292b2c;
  background-color: white;
  border-color: white;
}

.popular_sliders34 h3 {
  font-size: 15px;
}

.popular_sliders34 h3 {
  font-size: 15px;
}

.cart-carousel {
  border: 1px solid #d4d6d9;
  padding: 1rem;
  height: 720px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.cart-carousel::-webkit-scrollbar {
  width: 4px;
}

.cart-carousel::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.cart-carousel::-webkit-scrollbar-thumb {
  background: #000;
}

.popular_sliders34 i img {
  width: 10px;
}

.popular_right_content i img {
  width: 10px;
}

.popular_right_content .button-group a.btn {
  margin: 1rem 0;
  background: #000;
  color: #fff;
}

.popular_sliders34 span {
  font-size: 8px;
  display: inline-block;
}

.popular_right_content span {
  font-size: 11px;
}

.popular_sliders34 i {
  display: inline-block;
}

/* description section css End */
section.Terms-Condition-sec-heading {
  margin-bottom: 6rem;
}

section.Help-support-sec-heading {
  margin-bottom: 5rem;
}

/* help support section start */
.helpsup-head {
  text-align: center;
}

button.btn.btn-link {
  color: white;
}

.card-header {
  background: black;
}

.help-supp-main-content .card-body {
  padding: 2rem;
  background: #f5f5f5;
}

/* help support section End */
/* agent profile css start */
p.adesc {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

h3.propertydeschead {
  font-size: 23px;
}

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

.ProfileInfo-section .username1 {
  font-size: 13px;
  font-weight: 700;
  /* border-bottom: 1px solid #CECECE; */
  width: 100%;
  /* text-align: center; */
  /* padding: 1rem 0; */
  margin-left: 5rem;
}

.ProfileInfo-section .username {
  font-weight: 700;
}

.ProfileInfo-section .username {
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.ProfileInfo-section .useremail {
  /* border-bottom: 1px solid #CECECE; */
  width: 100%;
  padding-bottom: 1rem;
}

.ProfileInfo-section hr.line {
  border-top: 1px solid #CECECE;
  width: 100%;
}

.ProfileInfo-section button.btn.btn-primary {
  padding: 10px 60px;
}

.ProfileInfo-section .username1 {
  margin-left: 5rem;
}

.ProfileInfo-section .username {
  margin-left: 5rem;
}

.user-profile-sec.pro_edit .username {
  text-align: center;
  margin-left: 0;
  margin-top: 1rem;
}

.user-profile-sec.pro_edit .useremail {
  margin-left: 0;
  text-align: center;
}

.ProfileInfo-section .useremail {
  margin-left: 5rem;
}

.ProfileInfo-section .username1 a {
  text-decoration: none;
  color: #000;
}

/* agent profile css End */
.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: center;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary button {
  background: #15c8a0;
  display: block;
  width: 94%;
  padding: 10px 20px;
  margin: 10px auto !important;
  color: #fff !important;
}

.alertify .ajs-body .ajs-content {
  text-align: center;
}

.alertify .ajs-dialog {
  max-width: 600px;
  min-height: 122px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  position: relative;
  top: 100px;
}

.my-profile-property-name {
  font-weight: 700;
}
/* subscribe modal css start here */
#card-element{
  width: 36rem
}
/* subscribe modal css end here */
section.about_sec .heading_wrapper h3 {
  margin-top: -55px !important;
}
.select2-container-multi .select2-choices .select2-search-choice{
  margin: 21px 0 3px 5px !important;
}
@media(max-width:1366px){
  .popular_sec .popular_slider .slides span.country_name{
    left: 15%;
  }
}
@media(max-width:1100px){
  .popular_sec .popular_slider .slides span.country_name{
    left: 9%;
  }
}
@media(max-width:991px){
  .popular_sec .popular_slider .slides span.country_name {
    left: 17%;
}
}
@media(max-width:767px){
  .popular_sec .popular_slider .slides span.country_name {
    left: 16%;
    text-align: center;
    font-size: 15px;
}
  section.about_sec .heading_wrapper h3 {
    font-size: 25px !important;
    margin-top: -55px !important;
}
  section.banner-section-carousel .popular_slider34 img{
    width: 100%;
    height: 500px;
  }
  section.skyline-section .Featured.col-md-2 button.btn {
    padding: 0.5rem 1.8rem;
    font-size: 14px;
  }
  section.skyline-section .for-sale button.btn{
    padding: 0.5rem 1.8rem;
    font-size: 14px;
  }
  .dates .calender-icon span {
    font-size: 14px;
    margin-left: 0 !important;
  }
  section.skyline-section .skyline-head h3 {
    font-size: 18px;
    line-height: 1;
  }
  .location-txt span {
    font-size: 14px;
  }
  section.skyline-section .paise p {
    font-size: 16px;
  }
  section.location-section .card-items2 {
    padding: 1rem 1rem;
  }
  .cart-carousel .popular_right_content .button-group.col-md-4 {
    position: unset;
    padding-left: 0;
  padding-right: 0;
}
.cart-carousel .popular_sliders34 figure img.img-fluid {
  width: 100%;
}
.cart-carousel .popular_right_content .button-group a.btn{
  width: 100%;
  
}
  .blog-centerpage-content .blog-centerpage-content .col-md-12.col-xs-12 {
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.blog-centerpage-content .blog-centerpage-content .row {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12{
  position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
  /* .blog-centerpage-content .blog-centerpage-content .col-md-12.col-xs-12 {
    width: 100% !important;
    min-width: 100% !important;
} */
section.skyline-section .card-items2 {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
}

  section.detailed .blog-centerpage-content .quotes-wrapper .col-lg-12.col-xs-12 {
    width: 100% !important;
  }
  
  section.detailed .blog-centerpage-content .quotes-wrapper .quotation {
    width: 100% !important;
  }
  
  section.detailed .blog-centerpage-content .quotes-wrapper .quotation p {
    width: 100% !important;
    padding: 0 3rem;
    height: 9.6rem;
  }
  section.detailed .blog-centerpage-content .quotes-wrapper .quotation p::before {
    left: 1rem;
    background-size: 20px;
    background-repeat: no-repeat;
  }
  section.detailed .blog-centerpage-content .quotes-wrapper .quotation p::after {
    right: -22px;
    background-size: 20px;
    background-repeat: no-repeat;
    bottom: -20px;
  }
  section.detailed .blog-centerpage-content .quotes-wrapper{
    margin: 20px 0px;
  }
  section.Feature-property-section.popul-loca .card-items .col-md-4 img{
    width:100%;
    height: 220px;
  }
  .Feature-Listing-section .card-items .col-md-8 img.img-fluid {
    height: auto;
  }

  .button-group.col-md-4 {
    position: absolute;
    right: 28px;
    bottom: 2rem;
  }

  .Feature-Listing-section .dollar-btn button {
    width: 75px;
    font-size: 10px;
    padding: 10px;
  }

  section.Feature-Listing-section.buy-or-rent .card-items .button-group.col-md-4 {
    align-items: flex-end;
    bottom: 10px;
    right: 10px;
    width: fit-content;
  }
  .user-n span {
    font-size: 11px;
}
  section.Feature-Listing-section.buy-or-rent .card-items .button-group.col-md-4 a {
    font-size: 11px;
  }

  section.search-bar-section .modal-dialog.modal-lg {
    width: 100%;
    margin: 4rem auto;
  }

  .filter_range .values {
    width: 100% !important;
  }
  .head::before{
    height: 150px;
  }
  section.sec-mission a.btn{
    width: 100%;
  }
  section.signup-section .text-center {
    margin-top: 1rem;
}
.information{
  padding: 1rem;
}
.popular_sliders .card-items .button-group{
  display: flex;
  justify-content: end;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 500px;
  max-width: 500px !important;
}
section.detailed{
  padding-bottom: 0;
}
section.skyline-section .Featured.col-md-2 button.btn{
  padding: 0.5rem 1.78rem;
}
}
@media(max-width:575px){
  .popular_sec .popular_slider .slides span.country_name {
    left: 20%;
    text-align: center;
    font-size: 15px;
}
  .contact-us-head h1 {
    font-size: 55px;
}
.Feature-Listing-section .button-group.col-md-4 {
  display: flex;
  justify-content: flex-end;
  width: fit-content;
  bottom: 10px;
  right: 0;
}
.Feature-Listing-section a.btn {
  font-size: 11px;
  padding: 5px;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 450px;
  max-width: 450px !important;
}
section.banner-section-carousel .popular_slider34 img{
  width: 100%;
  height: 400px;
}
section.skyline-section .Featured.col-md-2 button.btn {
  padding: 0.5rem 1.8rem;
  font-size: 14px;
}
section.skyline-section .for-sale button.btn{
  padding: 0.5rem 1.8rem;
  font-size: 14px;
}
.dates .calender-icon span {
  font-size: 14px;
  margin-left: 0 !important;
}
section.skyline-section .skyline-head h3 {
  font-size: 18px;
  line-height: 1;
}
.location-txt span {
  font-size: 14px;
}
section.skyline-section .paise p {
  font-size: 16px;
}
section.location-section .card-items2 {
  padding: 1rem 1rem;
}
}
@media(max-width:480px){
  .popular_sec .popular_slider .slides span.country_name {
    left: 19%;
    text-align: center;
    font-size: 12px;
}
  section.skyline-section .skyline-head h3 {
    font-size: 20px;
}
section.skyline-section .paise p {
  font-size: 16px;
}
  .contact-us-head h1 {
    font-size: 43px;
}.head::before{
  height: 110px;
}
section.search-bar-section {
  margin-top: 1rem;
}
.about-us-head{
  padding-top: 1rem;
}
.contact-us-head{
  
  padding: 1rem;

}
.footer-sec-black .black1 h3 {
  font-size: 30px;
}
.Buy-head h1 {
  font-size: 45px;
  text-align: center;
}
.Buy-head{
  padding-top: 1rem;
}
section.signup-section .modal-dialog.modal-lg {
  margin: 1rem;
}
section.signup-section .col-md-6.body-modal {
  padding: 0px 10px 0px 10px;
}
.modal-signup-sec .col-md-6.body-modal {
  padding: 30px 15px 30px 20px;
}
.useriamge{
  margin: auto;
}
.profile-sec-head .contact-us-head {
  padding-top: 1rem;
  padding: 1rem;
}
section.about_sec .heading_wrapper h3 {
  font-size: 35px !important;
}
.our-services-sec{
  margin-top: -27rem;
}
.our-services-sec .our-services-heading {
  padding-bottom: 1rem;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 370px;
    max-width: 370px !important;
}
section.banner-section-carousel .popular_slider34 img{
  width: 100%;
  height: 400px;
}
section.skyline-section .Featured.col-md-2 button.btn {
  padding: 0.5rem 1.8rem;
  font-size: 14px;
}
section.skyline-section .for-sale button.btn{
  padding: 0.5rem 1.8rem;
  font-size: 14px;
}
.dates .calender-icon span {
  font-size: 14px;
  margin-left: 0 !important;
}
section.skyline-section .skyline-head h3 {
  font-size: 18px;
  line-height: 1;
}
.location-txt span {
  font-size: 14px;
}
section.skyline-section .paise p {
  font-size: 16px;
}
section.location-section .card-items2 {
  padding: 1rem 1rem;
}
}

@media(max-width:425px){
  .popular_sec .popular_slider .slides span.country_name {
    left: 20%;
    text-align: center;
    font-size: 20px;
}
  section.Feature-Listing-section.buy-or-rent .card-items .button-group.col-md-4 a {
    font-size: 9px;
  }

  section.Feature-Listing-section.buy-or-rent .card-items .button-group.col-md-4 {
    bottom: 7px;
    right: 10px;
  }

  .Feature-Listing-section .card-content p {
    font-size: 10px;
  }

  .Feature-Listing-section .card-txt-para p:nth-child(1) {
    font-size: 12px;
  }

  .Feature-Listing-section .card-items {
    overflow: hidden;
  }
  .contact-us-head h1 {
    font-size: 35px;
}
.footer-sec-black .black1 h3 {
  font-size: 26px;
}
section.sec-mission .card-body-text{
  padding: 1rem;
}
.our-services-sec .our-services-heading{
  padding-bottom: 0;
}
.our-services-sec {
  padding: 0px 0;
}
.our-services-card{
  padding: 1rem;
}
section.sec-mission .card-text {
  margin: 47rem;
}
.our-services-card{
  padding-bottom: 10px;
}
.Feature-Listing-section .card-text{
  justify-content:space-between;
  gap: 10px;
}
label.custom-check{
  padding-bottom: 1rem;
}
.contact-us-section{
  padding: 80px 0 40px;
}
section.Feature-property-section.popul-loca .card-items.featured-item .button-group.col-md-4 {
  bottom: 2px;
  right: 0;
}
section.Feature-property-section.popul-loca .card-items.featured-item .card-text {
  margin: 1rem 0;
}
.Feature-Listing-section a.btn{
  font-size: 11px;
  padding: 5px;
}
.Feature-Listing-section .button-group.col-md-4 {
  text-align: right;
  display: flex;
  align-items: flex-end;
  padding-right: 0;
  bottom: 5px;
  width: fit-content;
  right: 10px;
}
.Feature-Listing-section .feature-list-content{
  gap: 8px;
}
section.about_sec .heading_wrapper h3 {
  font-size: 35px !important;
}
.our-services-sec{
  margin-top: unset;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 340px;
    max-width: 340px !important;
}
section.banner-section-carousel .popular_slider34 img{
  width: 100%;
  height: 300px;
}
section.skyline-section .Featured.col-md-2 button.btn {
  padding: 0.5rem 1.5rem;
  font-size: 12px;
}
section.skyline-section .for-sale button.btn{
  padding: 0.5rem 1.5rem;
  font-size: 12px;
}
.dates .calender-icon span {
  font-size: 12px;
  margin-left: 0 !important;
}
section.skyline-section .skyline-head h3 {
  font-size: 16px;
  line-height: 1;
}
.location-txt span {
  font-size: 11px;
}
section.skyline-section .paise p {
  font-size: 16px;
}
section.location-section .card-items2 {
  padding: 1rem 1rem;
}
}
@media(max-width:412px){
  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 20px;
    padding-right: 2rem;
}
.banner_sec .banner_slide .banner_content {
  margin-top: -240px;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 310px;
  max-width: 310px !important;
}
}
@media(max-width:393px){
  .banner_sec .banner_slide .banner_content h2{
    font-size: 20px !important;
  }
  .banner_sec .banner_slide .banner_content h1.title{
    font-size: 20px;
  }
  .banner_sec .banner_slide .banner_content .description p {
    font-size: 10px;
}
.banner_sec .banner_slide .banner_content {
  margin-top: -237px;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 300px;
  max-width: 300px !important;
}

}
@media(max-width:390px){
  .contact-us-head h1 {
    font-size: 33px;
}
.mission-head h3 {
  font-size: 23px;
}
section.sec-mission .card-body-text h3 {
  font-size: 25px !important;
}
.about-us-head h1 {
  font-size: 50px;
}
.blog-replies-wrapper h3{
  font-size: 18px;
}
.Buy-head h1{
  font-size: 40px;
}
.footer-sec-black .black1 h3 {
  font-size: 23px;
}
section.sec-mission .card-text {
  margin: 49rem;
}
.Feature-property-section .card-content{
  padding: 5px;
}
section.Feature-property-section.popul-loca a.btn{
  font-size: 9px;
  padding-bottom: 7px;
}
.img-txt-connect hr {
  width: 4rem;
}
section.about_sec .heading_wrapper h3 {
  font-size: 25px !important;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 300px;
  max-width: 300px !important;
}
section.banner-section-carousel .popular_slider34 img{
  width: 100%;
  height: 300px;
}
section.skyline-section .Featured.col-md-2 button.btn {
  padding: 0.5rem 1rem;
  font-size: 10px;
}
section.skyline-section .for-sale button.btn{
  padding: 0.5rem 1rem;
  font-size: 10px;
}
.dates .calender-icon span {
  font-size: 10px;
  margin-left: 0 !important;
}
section.skyline-section .skyline-head h3 {
  font-size: 12px;
  line-height: 1;
}
.location-txt span {
  font-size: 11px;
}
section.skyline-section .paise p {
  font-size: 12px;
}
section.location-section .card-items2 {
  padding: 1rem 1rem;
}
.our-services-card {
  padding-bottom: 10px;
}
}
@media(max-width:375px){
  .banner_sec .banner_slide .banner_content{
    margin-top: -207px;
  }
  .banner_sec .banner_slide .banner_content .description p{
    margin-top: 0;
    font-size: 10px;
  }
  .popular_sliders .card-content a .user-n{
    width: 72px;
  }
  .popular_sliders .card-content a .user-n span {
    font-size: 10px;
  }
  .popular_sliders .card-content p {
    font-size: 10px;
  }
  .blabg ul.useful_links li span.spacer {
    margin: 0 12px;
}
.our-services-card {
  padding-bottom: 10px;
}
}
@media(max-width:360px){
  .banner_sec .banner_slide .banner_content .description p {
    padding-bottom: 0px;
    font-size: 10px;
    padding-right: 6rem;
      margin-bottom: 2rem;
  }
  .banner_sec .banner_slide .banner_content {
    margin-top: -190px;
}
.our-services-sec{
    padding: 60px 0;

}
.popular_sliders .card-content a .user-n{
  width: 72px;
}
.popular_sliders .card-content a .user-n span {
  font-size: 10px;
}
.popular_sliders .card-content p {
  font-size: 10px;
}
.our-services-card {
  padding-bottom: 10px;
}
}
@media(max-width:320px){
  .popular_sec .popular_slider .slides span.country_name {
    left: 17%;
    text-align: center;
    font-size: 20px;
}
  .contact-us-head h1 {
    font-size: 25px;
}
.black-head-sec p {
  font-size: 14px;
}
section.sec-mission .card-body-text h3 {
  font-size: 20px !important;
}
.about-us-head h1 {
  font-size: 40px;
}
.Buy-head h1{
  font-size: 30px;
}
.footer-sec-black .black1 h3 {
  font-size: 20px;
}
section.sec-mission .card-text {
  margin: 60rem;
}
.contact-us-form h3{
  font-size: 25px;
}
label.custom-check{
  font-size: 9px !important;
}

section.contact-us-form-section .contact-us-form form label{
  font-size: 14px;
}

section.Feature-property-section.popul-loca .card-items.featured-item .button-group.col-md-4 {
  bottom: 2px;
  display: flex;
  align-items: flex-end;
  padding-right: 0;
  width: fit-content;
}
.card-content .feature-list-content a .user-n{
  width: 75px;
  
}
section.Feature-property-section.popul-loca a.btn {
  font-size: 9px;
  padding-bottom: 5px;
}
section.signup-section .img-txt-content {
  top: calc(100% - 88%);
  left: -1%;
}
.img-txt-connect p{
  font-size: 14px;
}
section.signup-section .img-txt-connect hr{
  width: 2rem;
}
section.signup-section.signin label.custom-check {
  padding-left: 25px;
  padding-bottom: 0;
  font-size: 11px !important;
}
.img-txt-connect hr {
  width: 3rem;
}
.card-content .feature-list-content a{
  gap: 8px;
}
section.detailed .blog-centerpage-content .quotes-wrapper .col-lg-12.col-xs-12 {
  width: 100% !important;
}

section.detailed .blog-centerpage-content .quotes-wrapper .quotation {
  width: 100% !important;
}

section.detailed .blog-centerpage-content .quotes-wrapper .quotation p {
  width: 100% !important;
  padding: 0 3rem;
  height: 9.6rem;
}
section.detailed .blog-centerpage-content .quotes-wrapper .quotation p::before {
  left: 1rem;
  background-size: 20px;
  background-repeat: no-repeat;
}
section.detailed .blog-centerpage-content .quotes-wrapper .quotation p::after {
  right: -22px;
  background-size: 20px;
  background-repeat: no-repeat;
  bottom: -20px;
}
section.detailed .blog-centerpage-content .quotes-wrapper{
  margin: 20px 0px;
}
.banner_sec .banner_slide .banner_content {
  margin-top: -174px;
}
.banner_sec .banner_slide .banner_content .description p {
  padding-right: 3rem;
}

.banner_sec .banner_slide .banner_content h1.title {
  line-height: 9px !important;
  font-size: 16px !important;
}

.banner_sec .banner_slide .banner_content .description p {
  padding-bottom: 0px;
  font-size: 10px;
  /* padding-right: 6rem; */
    /* margin-bottom: 2rem; */
}

.banner_sec .location_search_box ul.nav-pills li.nav-item a {
  font-size: 12px;
}

.banner_sec .banner_slide .banner_content .location .form-group .inputs label {
  font-size: 12px;
}
.banner_sec .banner_slide .banner_content .headings h4 {
  font-size: 16px;
}

.banner_sec .banner_slide .banner_content h2{
font-size: 16px !important;
}
.popular_sliders .card-content a .user-n span{
  font-size: 10px;
}
.popular_sliders .card-content a .user-n{
  width: 70px;
}
.popular_sliders .card-content p {
  font-size: 10px;
}
.blog-centerpage-content .blog-centerpage-content .col-md-4.col-xs-12 img.img-fluid {
  width: 242px;
  max-width: 250px !important;
}
section.banner-section-carousel .popular_slider34 img{
  width: 100%;
  height: 300px;
}
section.skyline-section .Featured.col-md-2 button.btn {
  padding: 0.5rem 1rem;
  font-size: 10px;
}
section.skyline-section .for-sale button.btn{
  padding: 0.5rem 1rem;
  font-size: 10px;
}
.dates .calender-icon span {
  font-size: 10px;
  margin-left: 0 !important;
}
section.skyline-section .skyline-head h3 {
  font-size: 12px;
  line-height: 1;
}
.location-txt span {
  font-size: 11px;
}
section.skyline-section .paise p {
  font-size: 12px;
}
section.location-section .card-items2 {
  padding: 1rem 1rem;
}
.blabg ul.useful_links li a {
  font-size: 8px;
}
.blabg ul.useful_links li span.spacer {
  margin: 0 5px;
}
}